* Split date and time to two variables to allow better translations in rcnote without...
[lhc/web/wiklou.git] / languages / messages / MessagesSa.php
index af4a714..c3b4583 100644 (file)
@@ -1,8 +1,13 @@
 <?php
 /** Sanskrit (संस्कृत)
-  *
-  * @addtogroup Language
-  */
+ *
+ * @ingroup Language
+ * @file
+ *
+ * @author Kaustubh
+ */
+
+$fallback = 'hi';
 
 $digitTransformTable = array(
        '0' => '०', # &#x0966;
@@ -50,33 +55,67 @@ $skinNames = array(
 );
 
 $messages = array(
-# dates
-'sunday' => 'विश्रामवासरे',
-'monday' => 'सोमवासरे',
-'tuesday' => 'मंगलवासरे',
+# Dates
+'sunday'    => 'विश्रामवासरे',
+'monday'    => 'सोमवासरे',
+'tuesday'   => 'मंगलवासरे',
 'wednesday' => 'बुधवासरे',
-'thursday' => 'गुरुवासरे',
-'friday' => 'शुक्रवासरे',
-'saturday' => 'शनिवासरे',
-'sun' => 'विश्राम',
-'mon' => 'सोम',
-'tue' => 'मंगल',
-'wed' => 'बुध',
-'thu' => 'गुरु',
-'fri' => 'शुक्र',
-'sat' => 'शनि',
-'january' => 'पौषमाघे',
-'february' => 'फाल्गुने',
-'march' => 'फाल्गुनचैत्रे',
-'april' => 'मधुमासे',
-'may_long' => 'वैशाखज्येष्ठे',
-'june' => 'ज्येष्ठाषाढके',
-'july' => 'आषाढश्रावणे',
-'august' => 'नभस्ये',
+'thursday'  => 'गुरुवासरे',
+'friday'    => 'शुक्रवासरे',
+'saturday'  => 'शनिवासरे',
+'sun'       => 'विश्राम',
+'mon'       => 'सोम',
+'tue'       => 'मंगल',
+'wed'       => 'बुध',
+'thu'       => 'गुरु',
+'fri'       => 'शुक्र',
+'sat'       => 'शनि',
+'january'   => 'पौषमाघे',
+'february'  => 'फाल्गुने',
+'march'     => 'फाल्गुनचैत्रे',
+'april'     => 'मधुमासे',
+'may_long'  => 'वैशाखज्येष्ठे',
+'june'      => 'ज्येष्ठाषाढके',
+'july'      => 'आषाढश्रावणे',
+'august'    => 'नभस्ये',
 'september' => 'भाद्रपदाश्विने',
-'october' => 'अश्विनकार्तिके',
-'november' => 'कार्तिकमार्गशीर्षे',
-'december' => 'मार्गशीर्षपौषे',
-);
+'october'   => 'अश्विनकार्तिके',
+'november'  => 'कार्तिकमार्गशीर्षे',
+'december'  => 'मार्गशीर्षपौषे',
+
+'and' => 'एवम्',
+
+'help' => 'सहायता',
+
+# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
+'edithelp'             => 'संपादनार्थं सहायता',
+'mainpage'             => 'मुखपृष्ठं',
+'mainpage-description' => 'मुखपृष्ठं',
+
+# Miscellaneous special pages
+'ancientpages' => 'प्राचीनतम् पृष्ठा',
+
+# Book sources
+'booksources-go' => 'प्रस्थानम्',
 
+# Special:Allpages
+'allarticles' => 'सर्व लेखा',
 
+# E-mail user
+'emailsubject' => 'विषयः',
+'emailmessage' => 'सन्देशः',
+
+# Delete/protect/revert
+'actioncomplete' => 'कार्य समापनम्',
+
+# Block/unblock
+'blocklink' => 'निषेध',
+
+# Namespace 8 related
+'allmessages'     => 'व्यवस्था सन्देशानि',
+'allmessagesname' => 'नाम',
+
+# Auto-summaries
+'autosumm-new' => 'नवीन पृष्ठं: $1',
+
+);