diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/hy.php | 4 | ||||
-rw-r--r-- | settings/l10n/my_MM.php | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/settings/l10n/hy.php b/settings/l10n/hy.php new file mode 100644 index 00000000000..9a9e46085ef --- /dev/null +++ b/settings/l10n/hy.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Delete" => "Ջնջել", +"Other" => "Այլ" +); diff --git a/settings/l10n/my_MM.php b/settings/l10n/my_MM.php new file mode 100644 index 00000000000..de234d96437 --- /dev/null +++ b/settings/l10n/my_MM.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်" +); |