nextcloud/settings/l10n/my_MM.php

11 lines
505 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-25 03:06:17 +04:00
"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
2013-02-27 17:37:12 +04:00
"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ",
2013-02-25 03:06:17 +04:00
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
"Password" => "စကားဝှက်",
2013-06-21 10:53:57 +04:00
"New password" => "စကားဝှက်အသစ်",
"Username" => "သုံးစွဲသူအမည်"
2013-02-22 03:08:47 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";