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/oc.js')
-rw-r--r--lib/l10n/oc.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js
new file mode 100644
index 00000000000..b6419372101
--- /dev/null
+++ b/lib/l10n/oc.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Help" : "Ajuda",
+ "Personal" : "Personal",
+ "Settings" : "Configuracion",
+ "Users" : "Usancièrs",
+ "Admin" : "Admin",
+ "web services under your control" : "Services web jos ton contraròtle",
+ "Authentication error" : "Error d'autentificacion",
+ "seconds ago" : "segonda a",
+ "_%n minute ago_::_%n minutes ago_" : ["",""],
+ "_%n hour ago_::_%n hours ago_" : ["",""],
+ "today" : "uèi",
+ "yesterday" : "ièr",
+ "_%n day go_::_%n days ago_" : ["",""],
+ "last month" : "mes passat",
+ "_%n month ago_::_%n months ago_" : ["",""],
+ "last year" : "an passat",
+ "years ago" : "ans a"
+},
+"nplurals=2; plural=(n > 1);");