summaryrefslogtreecommitdiffstats
path: root/core/l10n/ia.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/ia.php')
-rw-r--r--core/l10n/ia.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/l10n/ia.php b/core/l10n/ia.php
index 8c9b6b88ef3..e0d1e96f6ac 100644
--- a/core/l10n/ia.php
+++ b/core/l10n/ia.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Sunday" => "Dominica",
"Monday" => "Lunedi",
"Tuesday" => "Martedi",
@@ -19,12 +20,15 @@
"November" => "Novembre",
"December" => "Decembre",
"Settings" => "Configurationes",
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day ago_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("",""),
"Cancel" => "Cancellar",
"Error" => "Error",
"Share" => "Compartir",
"Password" => "Contrasigno",
"Send" => "Invia",
-"ownCloud password reset" => "Reinitialisation del contrasigno de ownCLoud",
"Username" => "Nomine de usator",
"Request reset" => "Requestar reinitialisation",
"Your password was reset" => "Tu contrasigno esseva reinitialisate",
@@ -56,3 +60,4 @@
"prev" => "prev",
"next" => "prox"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";