gplx/mediawiki/languages/messages/MessagesPi.php

43 lines
1.3 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 (पालि)
*
* @file
* @ingroup Languages
*
* @author Eukesh (on pi.wikipedia.org)
* @author Hemant wikikosh1
* @author Vibhijain
*/
$namespaceNames = [
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 = [
'0' => '', # U+0966
'1' => '१', # U+0967
'2' => '२', # U+0968
'3' => '३', # U+0969
'4' => '४', # U+096A
'5' => '५', # U+096B
'6' => '६', # U+096C
'7' => '७', # U+096D
'8' => '८', # U+096E
'9' => '९', # U+096F
];