summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r--apps/files_encryption/l10n/sr.js3
-rw-r--r--apps/files_encryption/l10n/sr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/sr.js b/apps/files_encryption/l10n/sr.js
index d6f89d85ca6..cc4b9acdaca 100644
--- a/apps/files_encryption/l10n/sr.js
+++ b/apps/files_encryption/l10n/sr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_encryption",
{
- "Encryption" : "Шифровање"
+ "Unknown error" : "Непозната грешка",
+ "Enabled" : "Омогућено"
},
"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 db6beb276cb..f6cee9a8f06 100644
--- a/apps/files_encryption/l10n/sr.json
+++ b/apps/files_encryption/l10n/sr.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Encryption" : "Шифровање"
+ "Unknown error" : "Непозната грешка",
+ "Enabled" : "Омогућено"
},"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