The removed comments are included in MessagesQqq.php togehter with a lot more documentation Add a link to translatewiki.net too to show users the way to improve translations.
30 lines
879 B
PHP
30 lines
879 B
PHP
<?php
|
||
/** Pali (पािऴ)
|
||
*
|
||
* See MessagesQqq.php for message documentation incl. usage of parameters
|
||
* To improve a translation please visit http://translatewiki.net
|
||
*
|
||
* @ingroup Language
|
||
* @file
|
||
*
|
||
*/
|
||
|
||
$digitTransformTable = array(
|
||
'0' => '०', # ०
|
||
'1' => '१', # १
|
||
'2' => '२', # २
|
||
'3' => '३', # ३
|
||
'4' => '४', # ४
|
||
'5' => '५', # ५
|
||
'6' => '६', # ६
|
||
'7' => '७', # ७
|
||
'8' => '८', # ८
|
||
'9' => '९', # ९
|
||
);
|
||
|
||
$messages = array(
|
||
# 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' => 'पमुख पत्त',
|
||
|
||
);
|