server/settings/l10n/my_MM.php

8 lines
407 B
PHP
Raw Normal View History

2013-02-21 23:08:47 +00:00
<?php $TRANSLATIONS = array(
2013-02-24 23:06:17 +00:00
"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
2013-02-27 13:37:12 +00:00
"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ",
2013-02-24 23:06:17 +00:00
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
"Password" => "စကားဝှက်",
"New password" => "စကားဝှက်အသစ်"
2013-02-21 23:08:47 +00:00
);