richdocuments/l10n/my_MM.php

9 lines
216 B
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2013-11-20 16:10:05 -05:00
"Cancel" => "ပယ်ဖျက်မည်",
2014-05-12 00:44:33 -04:00
"OK" => "အိုကေ",
2013-11-20 16:10:05 -05:00
"Text" => "စာသား",
2013-11-13 17:05:11 -05:00
"Password" => "စကားဝှက်"
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";