server/apps/files_external/l10n/my_MM.php

8 lines
210 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Location" => "တည်နေရာ",
"Username" => "သုံးစွဲသူအမည်",
2014-08-29 05:56:59 +00:00
"Password" => "စကားဝှက်"
2013-02-21 23:08:47 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";