summaryrefslogtreecommitdiffstats
path: root/core/l10n/ug.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/ug.php')
-rw-r--r--core/l10n/ug.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/l10n/ug.php b/core/l10n/ug.php
index c1bf48e07dd..cf1c28a0d2f 100644
--- a/core/l10n/ug.php
+++ b/core/l10n/ug.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Sunday" => "يەكشەنبە",
"Monday" => "دۈشەنبە",
"Tuesday" => "سەيشەنبە",
@@ -19,10 +20,12 @@
"November" => "ئوغلاق",
"December" => "كۆنەك",
"Settings" => "تەڭشەكلەر",
-"1 minute ago" => "1 مىنۇت ئىلگىرى",
-"1 hour ago" => "1 سائەت ئىلگىرى",
+"_%n minute ago_::_%n minutes ago_" => array(""),
+"_%n hour ago_::_%n hours ago_" => array(""),
"today" => "بۈگۈن",
"yesterday" => "تۈنۈگۈن",
+"_%n day ago_::_%n days ago_" => array(""),
+"_%n month ago_::_%n months ago_" => array(""),
"Cancel" => "ۋاز كەچ",
"Yes" => "ھەئە",
"No" => "ياق",
@@ -46,3 +49,4 @@
"Finish setup" => "تەڭشەك تامام",
"Log out" => "تىزىمدىن چىق"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";