summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/sr.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/l10n/sr.js')
-rw-r--r--apps/updatenotification/l10n/sr.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js
index 974698fbc2c..6c2e3f1c17b 100644
--- a/apps/updatenotification/l10n/sr.js
+++ b/apps/updatenotification/l10n/sr.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.",
- "Updater" : "Ажурирање"
+ "Updater" : "Ажурирање",
+ "A new version is available: %s" : "Доступна је нова верзија: %s",
+ "Update channel:" : "Канал за ажурирање:"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");