diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-14 01:55:16 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-14 01:55:16 -0500 |
commit | f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e (patch) | |
tree | 71241613157606467aa134cf184540049c963f4b /apps/files_versions | |
parent | c8fa85451c2481b6afb438f41f12144b2929d320 (diff) | |
download | nextcloud-server-f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e.tar.gz nextcloud-server-f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/sr@latin.js | 6 | ||||
-rw-r--r-- | apps/files_versions/l10n/sr@latin.json | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/sr@latin.js b/apps/files_versions/l10n/sr@latin.js new file mode 100644 index 00000000000..79b152e9f32 --- /dev/null +++ b/apps/files_versions/l10n/sr@latin.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Restore" : "Povrati" +}, +"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/files_versions/l10n/sr@latin.json b/apps/files_versions/l10n/sr@latin.json new file mode 100644 index 00000000000..d77f7c59ea1 --- /dev/null +++ b/apps/files_versions/l10n/sr@latin.json @@ -0,0 +1,4 @@ +{ "translations": { + "Restore" : "Povrati" +},"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 |