summaryrefslogtreecommitdiffstats
path: root/core/l10n/te.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/te.php')
-rw-r--r--core/l10n/te.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/l10n/te.php b/core/l10n/te.php
index 1469d37296f..f6d165f369f 100644
--- a/core/l10n/te.php
+++ b/core/l10n/te.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"This category already exists: %s" => "ఈ వర్గం ఇప్పటికే ఉంది: %s",
"Sunday" => "ఆదివారం",
"Monday" => "సోమవారం",
@@ -21,15 +22,13 @@
"December" => "డిసెంబర్",
"Settings" => "అమరికలు",
"seconds ago" => "క్షణాల క్రితం",
-"1 minute ago" => "1 నిమిషం క్రితం",
-"{minutes} minutes ago" => "{minutes} నిమిషాల క్రితం",
-"1 hour ago" => "1 గంట క్రితం",
-"{hours} hours ago" => "{hours} గంటల క్రితం",
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "ఈరోజు",
"yesterday" => "నిన్న",
-"{days} days ago" => "{days} రోజుల క్రితం",
+"_%n day ago_::_%n days ago_" => array("",""),
"last month" => "పోయిన నెల",
-"{months} months ago" => "{months} నెలల క్రితం",
+"_%n month ago_::_%n months ago_" => array("",""),
"months ago" => "నెలల క్రితం",
"last year" => "పోయిన సంవత్సరం",
"years ago" => "సంవత్సరాల క్రితం",
@@ -50,3 +49,4 @@
"Log out" => "నిష్క్రమించు",
"Lost your password?" => "మీ సంకేతపదం పోయిందా?"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";