wiki.techinc.nl/languages/messages/MessagesPi.php
Raimond Spekking c0bb2cb46f Per discussion at the developer meeting: Remove arbitrary sprinkled message documentation from message files.
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.
2009-04-16 10:17:40 +00:00

30 lines
879 B
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
*
*/
$digitTransformTable = array(
'0' => '', # &#x0966;
'1' => '१', # &#x0967;
'2' => '२', # &#x0968;
'3' => '३', # &#x0969;
'4' => '४', # &#x096a;
'5' => '५', # &#x096b;
'6' => '६', # &#x096c;
'7' => '७', # &#x096d;
'8' => '८', # &#x096e;
'9' => '९', # &#x096f;
);
$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' => 'पमुख पत्त',
);