diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-13 02:26:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-13 02:26:35 +0000 |
commit | cabf24480e36204a63815bd717f7aa99ac438a99 (patch) | |
tree | 9e9fc1ee1fa40b80b00b5b36e1514f1872b24384 /apps/admin_audit | |
parent | 243ee52cddac0218959eaa5904a3c29c4cbe9dd6 (diff) | |
download | nextcloud-server-cabf24480e36204a63815bd717f7aa99ac438a99.tar.gz nextcloud-server-cabf24480e36204a63815bd717f7aa99ac438a99.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/nn_NO.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/nn_NO.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/nn_NO.js b/apps/admin_audit/l10n/nn_NO.js new file mode 100644 index 00000000000..bd5b4019538 --- /dev/null +++ b/apps/admin_audit/l10n/nn_NO.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Revisjon / Logging", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Tilbyr logg eigenskapar for Nextcloud, til dømes tilgang til loggfil eller andre følsame handlingar." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/nn_NO.json b/apps/admin_audit/l10n/nn_NO.json new file mode 100644 index 00000000000..601fcb089a7 --- /dev/null +++ b/apps/admin_audit/l10n/nn_NO.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Revisjon / Logging", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Tilbyr logg eigenskapar for Nextcloud, til dømes tilgang til loggfil eller andre følsame handlingar." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |