Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-25 09:56:28 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-25 09:56:28 +0400
commit3fc809dfd80a296d7da922a06f9e13d446b3d3f0 (patch)
tree55ecf6e5575b07d553d4e4185110fe29b3eac869 /lib/l10n/ia.php
parent5eafdf156cfdde7a7d578e46c11e717f88db0f25 (diff)
[tx-robot] updated from transifex
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);";