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:
Diffstat (limited to 'lib/l10n/ia.js')
-rw-r--r--lib/l10n/ia.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/l10n/ia.js b/lib/l10n/ia.js
new file mode 100644
index 00000000000..938d9c4a680
--- /dev/null
+++ b/lib/l10n/ia.js
@@ -0,0 +1,23 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Help" : "Adjuta",
+ "Personal" : "Personal",
+ "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",
+ "seconds ago" : "secundas passate",
+ "_%n minute ago_::_%n minutes ago_" : ["","%n minutas passate"],
+ "_%n hour ago_::_%n hours ago_" : ["","%n horas passate"],
+ "today" : "hodie",
+ "yesterday" : "heri",
+ "_%n day go_::_%n days ago_" : ["","%n dies ante"],
+ "last month" : "ultime mense",
+ "_%n month ago_::_%n months ago_" : ["","%n menses ante"],
+ "last year" : "ultime anno",
+ "years ago" : "annos passate"
+},
+"nplurals=2; plural=(n != 1);");