1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/languages/messages/MessagesPi.php

86 lines
2.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Pali (पािऴ)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Eukesh (on pi.wikipedia.org)
* @author Vibhijain
*/
$namespaceNames = array(
NS_MEDIA => 'मीडिया',
NS_SPECIAL => 'विसेस',
NS_TALK => 'सम्भासित',
NS_USER => 'अवयव',
NS_USER_TALK => 'अवयव_सम्भासित',
NS_PROJECT_TALK => '$1_सम्भासित',
NS_FILE => 'पटिमा',
NS_FILE_TALK => 'पटिमा_सम्भासित',
NS_MEDIAWIKI => 'मीडियाविकि',
NS_MEDIAWIKI_TALK => 'मीडियाविकि_सम्भासित',
NS_TEMPLATE => 'पटिरूप',
NS_TEMPLATE_TALK => 'पटिरूप_सम्भासित',
NS_HELP => 'अवस्सय',
NS_HELP_TALK => 'अवस्सय_सम्भासित',
NS_CATEGORY => 'विभाग',
NS_CATEGORY_TALK => 'विभाग_सम्भासित',
);
$digitTransformTable = array(
'0' => '', # &#x0966;
'1' => '१', # &#x0967;
'2' => '२', # &#x0968;
'3' => '३', # &#x0969;
'4' => '४', # &#x096a;
'5' => '५', # &#x096b;
'6' => '६', # &#x096c;
'7' => '७', # &#x096d;
'8' => '८', # &#x096e;
'9' => '९', # &#x096f;
);
$messages = array(
# Dates
'january' => 'ज्यानुवरी',
'february' => 'फ़रवरी',
'march' => 'मार्च',
'april' => 'अप्रैल',
'may_long' => 'मई',
'june' => 'जून',
'july' => 'जुलाई',
'august' => 'अगस्त',
'september' => 'सेप्टेम्बर',
'october' => 'ओक्टोबर',
'november' => 'नवम्बर',
'december' => 'दिसम्बर',
'article' => 'लेख पत्त',
'searchbutton' => 'खोज',
'searcharticle' => 'गच्छामि',
# 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).
'mainpage' => 'पमुख पत्त',
'mainpage-description' => 'पमुख पत्त',
# Book sources
'booksources-go' => 'गच्छामि',
# Special:AllPages
'allarticles' => 'सब्ब लेखा',
'allpagessubmit' => 'गच्छामि',
# Namespace 8 related
'allmessagesname' => 'नाम',
# EXIF tags
'exif-gpslatitude' => 'अक्षांश',
'exif-gpslongitude' => 'देशान्तर',
'exif-sensingmethod-1' => 'अपरिभाषित',
);