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:
authorNextcloud bot <bot@nextcloud.com>2021-01-25 05:20:31 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-25 05:20:31 +0300
commitb98860eeb3e9f1abfcca1e5ea335159193a47e80 (patch)
tree4ba3df0ae87c1b9e959e9f90e1a1f29aac32c91e /apps/admin_audit
parent48854f26a6c3aaa0fa6ee64d5e7ac2d2b677b3db (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/oc.js7
-rw-r--r--apps/admin_audit/l10n/oc.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/oc.js b/apps/admin_audit/l10n/oc.js
new file mode 100644
index 00000000000..ee4e97b99ad
--- /dev/null
+++ b/apps/admin_audit/l10n/oc.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Audit / Istoric",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provesís de capacitats d’audit per Nextcloud coma enregistrar los accèsses als fichièrs o las accions sensiblas."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/admin_audit/l10n/oc.json b/apps/admin_audit/l10n/oc.json
new file mode 100644
index 00000000000..d5381de486e
--- /dev/null
+++ b/apps/admin_audit/l10n/oc.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Audit / Istoric",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provesís de capacitats d’audit per Nextcloud coma enregistrar los accèsses als fichièrs o las accions sensiblas."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file