diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-11 02:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-11 02:19:52 +0000 |
commit | ca93c9708cda1412926149d1512f768d2caad80b (patch) | |
tree | fe724d0050562e18fa0198cda03baec95732c59b /apps/admin_audit/l10n | |
parent | 97743df3fcd6243f9b2755a4c86586b61a96e793 (diff) | |
download | nextcloud-server-ca93c9708cda1412926149d1512f768d2caad80b.tar.gz nextcloud-server-ca93c9708cda1412926149d1512f768d2caad80b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/da.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/da.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/da.js b/apps/admin_audit/l10n/da.js new file mode 100644 index 00000000000..d8cecb417d2 --- /dev/null +++ b/apps/admin_audit/l10n/da.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Revision/Logning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Bidrager med lognings funktionalitet til Nextcloud, såsom logning af fil tilgang eller andre sensitive handlinger" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/da.json b/apps/admin_audit/l10n/da.json new file mode 100644 index 00000000000..1a41591f598 --- /dev/null +++ b/apps/admin_audit/l10n/da.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Revision/Logning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Bidrager med lognings funktionalitet til Nextcloud, såsom logning af fil tilgang eller andre sensitive handlinger" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |