diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-25 02:20:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-25 02:20:31 +0000 |
commit | b98860eeb3e9f1abfcca1e5ea335159193a47e80 (patch) | |
tree | 4ba3df0ae87c1b9e959e9f90e1a1f29aac32c91e /apps/admin_audit | |
parent | 48854f26a6c3aaa0fa6ee64d5e7ac2d2b677b3db (diff) | |
download | nextcloud-server-b98860eeb3e9f1abfcca1e5ea335159193a47e80.tar.gz nextcloud-server-b98860eeb3e9f1abfcca1e5ea335159193a47e80.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/oc.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/oc.json | 5 |
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 |