diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
commit | cefaeb2eb1b674bf06d662c3f4782147c1625976 (patch) | |
tree | 5d67e4093c5de3681f7583498ebbcac45eccea10 /apps/admin_audit | |
parent | c15b0b0250d177f0990f2df22a391966b8951483 (diff) | |
download | nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.tar.gz nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/sr.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/sr.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/sr.js b/apps/admin_audit/l10n/sr.js new file mode 100644 index 00000000000..8f62a7a52ab --- /dev/null +++ b/apps/admin_audit/l10n/sr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Праћење / Бележење", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Даје Некстклауду могућност бележења, попут приступа фајловима или других осетљивих радњи." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/admin_audit/l10n/sr.json b/apps/admin_audit/l10n/sr.json new file mode 100644 index 00000000000..75b19845d94 --- /dev/null +++ b/apps/admin_audit/l10n/sr.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Праћење / Бележење", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Даје Некстклауду могућност бележења, попут приступа фајловима или других осетљивих радњи." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file |