diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-23 01:55:10 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-23 01:55:10 -0500 |
commit | f63b09facae0e70010cc675aee960d4a0f826078 (patch) | |
tree | 79708056d1b0aea7127fb555899b80f390abd039 /apps/files_encryption/l10n | |
parent | 0751ee087f90077d311b6168be653cb95dba6370 (diff) | |
download | nextcloud-server-f63b09facae0e70010cc675aee960d4a0f826078.tar.gz nextcloud-server-f63b09facae0e70010cc675aee960d4a0f826078.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r-- | apps/files_encryption/l10n/sr.js | 3 | ||||
-rw-r--r-- | apps/files_encryption/l10n/sr.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/sr.js b/apps/files_encryption/l10n/sr.js index e18f2dd8aef..09b19f94448 100644 --- a/apps/files_encryption/l10n/sr.js +++ b/apps/files_encryption/l10n/sr.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Unknown error" : "Непозната грешка", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.", - "Enabled" : "Омогућено" + "Enabled" : "Омогућено", + "Disabled" : "искључена" }, "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_encryption/l10n/sr.json b/apps/files_encryption/l10n/sr.json index e756632e9d4..77cdc440878 100644 --- a/apps/files_encryption/l10n/sr.json +++ b/apps/files_encryption/l10n/sr.json @@ -1,6 +1,7 @@ { "translations": { "Unknown error" : "Непозната грешка", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Апликација шифровања је укључена али није иницијализована. Одјавите се и поново се пријавите.", - "Enabled" : "Омогућено" + "Enabled" : "Омогућено", + "Disabled" : "искључена" },"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 |