summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ia.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/ia.php')
-rw-r--r--lib/l10n/ia.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/l10n/ia.php b/lib/l10n/ia.php
index 34f43bc424a..1fb600d76b4 100644
--- a/lib/l10n/ia.php
+++ b/lib/l10n/ia.php
@@ -5,12 +5,20 @@ $TRANSLATIONS = array(
"Settings" => "Configurationes",
"Users" => "Usatores",
"Admin" => "Administration",
+"Unknown filetype" => "Typo de file incognite",
+"Invalid image" => "Imagine invalide",
"web services under your control" => "servicios web sub tu controlo",
"Files" => "Files",
"Text" => "Texto",
-"_%n minute ago_::_%n minutes ago_" => array("",""),
-"_%n hour ago_::_%n hours ago_" => array("",""),
+"seconds ago" => "secundas passate",
+"_%n minute ago_::_%n minutes ago_" => array("","%n minutas passate"),
+"_%n hour ago_::_%n hours ago_" => array("","%n horas passate"),
+"today" => "hodie",
+"yesterday" => "heri",
"_%n day go_::_%n days ago_" => array("",""),
-"_%n month ago_::_%n months ago_" => array("","")
+"last month" => "ultime mense",
+"_%n month ago_::_%n months ago_" => array("",""),
+"last year" => "ultime anno",
+"years ago" => "annos passate"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";