summaryrefslogtreecommitdiffstats
path: root/core/l10n/my_MM.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/my_MM.php')
-rw-r--r--core/l10n/my_MM.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/l10n/my_MM.php b/core/l10n/my_MM.php
index bfdff351849..e06af3efb98 100644
--- a/core/l10n/my_MM.php
+++ b/core/l10n/my_MM.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"No category to add?" => "ထည့်ရန်ခေါင်းစဉ်မရှိဘူးလား",
"No categories selected for deletion." => "ဖျက်ရန်အတွက်ခေါင်းစဉ်မရွေးထားပါ",
"January" => "ဇန်နဝါရီ",
@@ -14,11 +15,13 @@
"November" => "နိုဝင်ဘာ",
"December" => "ဒီဇင်ဘာ",
"seconds ago" => "စက္ကန့်အနည်းငယ်က",
-"1 minute ago" => "၁ မိနစ်အရင်က",
-"1 hour ago" => "၁ နာရီ အရင်က",
+"_%n minute ago_::_%n minutes ago_" => array(""),
+"_%n hour ago_::_%n hours ago_" => array(""),
"today" => "ယနေ့",
"yesterday" => "မနေ့က",
+"_%n day ago_::_%n days ago_" => array(""),
"last month" => "ပြီးခဲ့သောလ",
+"_%n month ago_::_%n months ago_" => array(""),
"last year" => "မနှစ်က",
"years ago" => "နှစ် အရင်က",
"Choose" => "ရွေးချယ်",
@@ -61,3 +64,4 @@
"prev" => "ယခင်",
"next" => "နောက်သို့"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";