summaryrefslogtreecommitdiffstats
path: root/lib/l10n/oc.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-12-22 02:28:34 +0000
committerNextcloud bot <bot@nextcloud.com>2019-12-22 02:28:34 +0000
commitc81e05db98c6bc0b6107d3666f38adab33b70a48 (patch)
treee73e3395034ba53c1914a21550dd3d13dbb59ce6 /lib/l10n/oc.js
parentd1cf6aa71ae28ec014c4d27090e161010cd89e01 (diff)
downloadnextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.tar.gz
nextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/oc.js')
-rw-r--r--lib/l10n/oc.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js
new file mode 100644
index 00000000000..501af2ba972
--- /dev/null
+++ b/lib/l10n/oc.js
@@ -0,0 +1,19 @@
+OC.L10N.register(
+ "lib",
+ {
+ "seconds ago" : "i a qualques segondas",
+ "Help" : "Ajuda",
+ "Settings" : "Paramètres",
+ "Sharing" : "Partiment",
+ "Sunday" : "Dimenge",
+ "Monday" : "Diluns",
+ "Tuesday" : "Dimars",
+ "Wednesday" : "Dimècres",
+ "Thursday" : "Dijòus",
+ "Friday" : "Divendres",
+ "Saturday" : "Dissabte",
+ "Create" : "Crear",
+ "Delete" : "Suprimir",
+ "Share" : "Partejar"
+},
+"nplurals=2; plural=(n > 1);");