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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-04 05:37:57 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-04 05:37:57 +0300
commit51298b9528f19e54903c7872197e7dc5bd358f2a (patch)
treea9f966a2d0fb644c6703466071fdd3cd3dcbb97f /l10n
parent80129d06a19f33d5ddc7c2d39abe29a8fbbbddd0 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/oc.js6
-rw-r--r--l10n/oc.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 0000000..b1324fc
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_accesscontrol",
+ {
+ "No rule given" : "Cap de règla pas donada"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 0000000..eedd0c6
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "No rule given" : "Cap de règla pas donada"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file