diff options
Diffstat (limited to 'apps/files_encryption')
-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 |