wiki.techinc.nl/languages/messages/MessagesNe.php
Fomafix 59ef38fff3 Use Unicode notation (U+XXXX) instead of HTML notation (&#xXXXX;) in comments
Performed using:
sed -i 's/&#x\([0-9a-f]*\);/U+\U\1/gi' languages/messages/* languages/classes/*

Change-Id: Id489ae5ffb10bc5b047f72bc6834dd0488b5f940
2018-10-01 12:26:19 +02:00

59 lines
1.9 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
/** Nepali (नेपाली)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Bhawani Gautam
* @author Bhawani Gautam Rhk
* @author Ganesh
* @author Ganesh Paudel
* @author Indiver
* @author Kaganer
* @author Krish Dulal
* @author Lkhatiwada
* @author Nirmal Dulal
* @author RajeshPandey
* @author Reedy
* @author ne.wikipedia.org sysops
* @author सरोज कुमार ढकाल
*/
$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 => 'श्रेणी_वार्ता',
];
$specialPageAliases = [
'Activeusers' => [ 'सक्रिय_प्रयोगकर्ताहरु' ],
'Listgrouprights' => [ 'प्रयोगकर्ता_समूह_अधिकार' ],
];
$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
];