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