diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index add1c3615d6b3a587e9db8dde8e8cb4e3825c267..1a3b01420f9264559c545cc4393f2ec51ae15356 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -124,6 +124,7 @@ OC.L10N.register(
     "WebDAV" : "ВебДАВ",
     "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приступате Вашим фајловима преко ВебДАВа</a>",
     "Uploading @" : "Отпремам @",
+    "Cancel upload" : "Откажи отпремање",
     "No files in here" : "Овде нема фајлова",
     "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
     "No entries found in this folder" : "Нема ничега у овој фасцикли",
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index dac49d86f334ae8952f52e1014fa8428230154ac..c8db7af7ab865ba68dd9b4de6058f6e56a0a2873 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -122,6 +122,7 @@
     "WebDAV" : "ВебДАВ",
     "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приступате Вашим фајловима преко ВебДАВа</a>",
     "Uploading @" : "Отпремам @",
+    "Cancel upload" : "Откажи отпремање",
     "No files in here" : "Овде нема фајлова",
     "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
     "No entries found in this folder" : "Нема ничега у овој фасцикли",
diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js
new file mode 100644
index 0000000000000000000000000000000000000000..17bf401136de8798a67966a2485c4da0c73bd6fa
--- /dev/null
+++ b/apps/oauth2/l10n/sr.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+    "oauth2",
+    {
+    "OAuth 2.0 clients" : "OAuth 2.0 клијенти",
+    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава спољним сервисима да захтевају приступ на %s.",
+    "Name" : "Име",
+    "Redirection URI" : "Адреса за преусмеравање",
+    "Client Identifier" : "Идентификација клијента",
+    "Secret" : "Тајна",
+    "Add client" : "Додај клијента",
+    "Add" : "Додај"
+},
+"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/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json
new file mode 100644
index 0000000000000000000000000000000000000000..ce91adc6253a879bb7a3e20a8f1e161cbe5e5405
--- /dev/null
+++ b/apps/oauth2/l10n/sr.json
@@ -0,0 +1,11 @@
+{ "translations": {
+    "OAuth 2.0 clients" : "OAuth 2.0 клијенти",
+    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава спољним сервисима да захтевају приступ на %s.",
+    "Name" : "Име",
+    "Redirection URI" : "Адреса за преусмеравање",
+    "Client Identifier" : "Идентификација клијента",
+    "Secret" : "Тајна",
+    "Add client" : "Додај клијента",
+    "Add" : "Додај"
+},"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
diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js
index 9b2866983555ef6dd526b2e7792462d873f040bc..f3ae7b15a97ed7ad11b501b3254c641fb3442b47 100644
--- a/apps/theming/l10n/nb.js
+++ b/apps/theming/l10n/nb.js
@@ -9,6 +9,14 @@ OC.L10N.register(
     "The given web address is too long" : "Nettadressen er for lang",
     "The given slogan is too long" : "Slagordet er for langt",
     "The given color is invalid" : "Fargen er ugyldig",
+    "There is no error, the file uploaded with success" : "Det er ingen feil, opplastingen av filen var vellykket",
+    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
+    "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp",
+    "No file was uploaded" : "Ingen filer ble lastet opp",
+    "Missing a temporary folder" : "Mangler midlertidig mappe",
+    "Failed to write file to disk." : "Klarte ikke å skrive til disk.",
+    "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.",
     "No file uploaded" : "Ingen fil lastet opp",
     "Unsupported image type" : "Filtypen støttes ikke",
     "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt",
diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json
index 6557edea2b80c6dc7cebf4c8f6b4a4b66e3ed9c4..841c215d0d9af3ac718d0ca93fd36bf65c4c719b 100644
--- a/apps/theming/l10n/nb.json
+++ b/apps/theming/l10n/nb.json
@@ -7,6 +7,14 @@
     "The given web address is too long" : "Nettadressen er for lang",
     "The given slogan is too long" : "Slagordet er for langt",
     "The given color is invalid" : "Fargen er ugyldig",
+    "There is no error, the file uploaded with success" : "Det er ingen feil, opplastingen av filen var vellykket",
+    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
+    "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp",
+    "No file was uploaded" : "Ingen filer ble lastet opp",
+    "Missing a temporary folder" : "Mangler midlertidig mappe",
+    "Failed to write file to disk." : "Klarte ikke å skrive til disk.",
+    "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.",
     "No file uploaded" : "Ingen fil lastet opp",
     "Unsupported image type" : "Filtypen støttes ikke",
     "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt",
diff --git a/apps/theming/l10n/sr.js b/apps/theming/l10n/sr.js
index 186d82d74ae39ee347c4e8164da8f4324d8854ef..49344ec96ce74598694719b1a327f99b037c147e 100644
--- a/apps/theming/l10n/sr.js
+++ b/apps/theming/l10n/sr.js
@@ -9,6 +9,14 @@ OC.L10N.register(
     "The given web address is too long" : "Адреса је предугачка",
     "The given slogan is too long" : "Слоган је предугачак",
     "The given color is invalid" : "Задата боја није исправна",
+    "There is no error, the file uploaded with success" : "Нема грешке, фајл је отпремљен успешно",
+    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Отпремани фајл превазилази смерницу upload_max_filesize у фајлу php.ini",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу",
+    "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен",
+    "No file was uploaded" : "Ниједан фајл није отпремљен",
+    "Missing a temporary folder" : "Недостаје привремена фасцикла",
+    "Failed to write file to disk." : "Не могу да пишем фајл на диск",
+    "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла.",
     "No file uploaded" : "Ниједан фајл није отпремљен",
     "Unsupported image type" : "Неподржани тип слике",
     "You are already using a custom theme" : "Већ користите прилагођену тему",
diff --git a/apps/theming/l10n/sr.json b/apps/theming/l10n/sr.json
index dac1603b3d95ff8bcd16b73ed4b2a03653b533d6..db82d478ee7676dc92c5d2692a1b58e9328625c1 100644
--- a/apps/theming/l10n/sr.json
+++ b/apps/theming/l10n/sr.json
@@ -7,6 +7,14 @@
     "The given web address is too long" : "Адреса је предугачка",
     "The given slogan is too long" : "Слоган је предугачак",
     "The given color is invalid" : "Задата боја није исправна",
+    "There is no error, the file uploaded with success" : "Нема грешке, фајл је отпремљен успешно",
+    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Отпремани фајл превазилази смерницу upload_max_filesize у фајлу php.ini",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу",
+    "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен",
+    "No file was uploaded" : "Ниједан фајл није отпремљен",
+    "Missing a temporary folder" : "Недостаје привремена фасцикла",
+    "Failed to write file to disk." : "Не могу да пишем фајл на диск",
+    "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла.",
     "No file uploaded" : "Ниједан фајл није отпремљен",
     "Unsupported image type" : "Неподржани тип слике",
     "You are already using a custom theme" : "Већ користите прилагођену тему",
diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js
index de9cb4702684ac28183f94d99eceacc04d62cbc6..e47b86840bb09652638c27bdc366d1ab87cff289 100644
--- a/apps/updatenotification/l10n/sr.js
+++ b/apps/updatenotification/l10n/sr.js
@@ -1,14 +1,28 @@
 OC.L10N.register(
     "updatenotification",
     {
+    "Update notifications" : "Обавештења о ажурирању",
+    "Could not start updater, please try the manual update" : "Не могу да покренем програм за ажурирање, покушајте ручно ажурирање",
     "{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.",
-    "Updated channel" : "Канал ажуриран",
-    "Updater" : "Ажурирање",
+    "Channel updated" : "Канал ажуриран",
+    "The update server could not be reached since %d days to check for new updates." : "Сервер за ажурирања није доступан пошто је прошло %d дана од последње провере ажурирања.",
+    "Please check the Nextcloud and server log files for errors." : "Проверите логове од сервера и од Некстклауда за грешке.",
+    "Update to %1$s is available." : "Доступно је ажурирање на %1$s. ",
+    "Update for %1$s to version %2$s is available." : "Доступно је ажурирање апликације %1$s на верзију %2$s.",
+    "Update for {app} to version %s is available." : "Доступно је ажурирање апликације {app} на верзију %s.",
     "A new version is available: %s" : "Доступна је нова верзија: %s",
-    "Open updater" : "Отвори ажурирање",
+    "Open updater" : "Отвори програм за ажурирање",
+    "Download now" : "Скини сада",
+    "The update check is not yet finished. Please refresh the page." : "Провера за новим верзијама још није готова. Освежите страну.",
     "Your version is up to date." : "Ваша верзија је ажурна.",
     "Checked on %s" : "Проверено %s",
+    "A non-default update server is in use to be checked for updates:" : "Неподразумевани сервер за ажурирање је коришћен да провери нове верзије:",
     "Update channel:" : "Канал за ажурирање:",
-    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/експериментални канал. Али не можете се вратити на стабилни канал."
+    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/експериментални канал. Али не можете се вратити на стабилни канал.",
+    "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "После издавања нове верзије, може да прође неко време пре него што се верзија појави овде. Ми избацујемо нове верзије постепено и можемо некад да прескочимо верзију ако наиђемо на проблеме.",
+    "Notify members of the following groups about available updates:" : "Обавести чланове следећих група о доступности нових верзија:",
+    "Only notification for app updates are available." : "Доступна су само обавештења о новим верзијама апликација.",
+    "The selected update channel makes dedicated notifications for the server obsolete." : "Уз означени канал за ажурирање нема смисла да имате обавештења о новим верзијама.",
+    "The selected update channel does not support updates of the server." : "Означени канал за ажурирање не подржава обавештења о новим верзијама."
 },
 "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/updatenotification/l10n/sr.json b/apps/updatenotification/l10n/sr.json
index 90ec0169399976b314fcf0961b8f2c0aa3fcd374..70d2143eec58426eb07896d8423f66942b111413 100644
--- a/apps/updatenotification/l10n/sr.json
+++ b/apps/updatenotification/l10n/sr.json
@@ -1,12 +1,26 @@
 { "translations": {
+    "Update notifications" : "Обавештења о ажурирању",
+    "Could not start updater, please try the manual update" : "Не могу да покренем програм за ажурирање, покушајте ручно ажурирање",
     "{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.",
-    "Updated channel" : "Канал ажуриран",
-    "Updater" : "Ажурирање",
+    "Channel updated" : "Канал ажуриран",
+    "The update server could not be reached since %d days to check for new updates." : "Сервер за ажурирања није доступан пошто је прошло %d дана од последње провере ажурирања.",
+    "Please check the Nextcloud and server log files for errors." : "Проверите логове од сервера и од Некстклауда за грешке.",
+    "Update to %1$s is available." : "Доступно је ажурирање на %1$s. ",
+    "Update for %1$s to version %2$s is available." : "Доступно је ажурирање апликације %1$s на верзију %2$s.",
+    "Update for {app} to version %s is available." : "Доступно је ажурирање апликације {app} на верзију %s.",
     "A new version is available: %s" : "Доступна је нова верзија: %s",
-    "Open updater" : "Отвори ажурирање",
+    "Open updater" : "Отвори програм за ажурирање",
+    "Download now" : "Скини сада",
+    "The update check is not yet finished. Please refresh the page." : "Провера за новим верзијама још није готова. Освежите страну.",
     "Your version is up to date." : "Ваша верзија је ажурна.",
     "Checked on %s" : "Проверено %s",
+    "A non-default update server is in use to be checked for updates:" : "Неподразумевани сервер за ажурирање је коришћен да провери нове верзије:",
     "Update channel:" : "Канал за ажурирање:",
-    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/експериментални канал. Али не можете се вратити на стабилни канал."
+    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/експериментални канал. Али не можете се вратити на стабилни канал.",
+    "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "После издавања нове верзије, може да прође неко време пре него што се верзија појави овде. Ми избацујемо нове верзије постепено и можемо некад да прескочимо верзију ако наиђемо на проблеме.",
+    "Notify members of the following groups about available updates:" : "Обавести чланове следећих група о доступности нових верзија:",
+    "Only notification for app updates are available." : "Доступна су само обавештења о новим верзијама апликација.",
+    "The selected update channel makes dedicated notifications for the server obsolete." : "Уз означени канал за ажурирање нема смисла да имате обавештења о новим верзијама.",
+    "The selected update channel does not support updates of the server." : "Означени канал за ажурирање не подржава обавештења о новим верзијама."
 },"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
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index 803be86d5424ab91a1e2a2e2f2ade09df1737b9f..6d777a1ff05187af1129a21fbf13e8b144617ef7 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -85,6 +85,7 @@ OC.L10N.register(
     "No files in here" : "Овде нема фајлова",
     "Choose" : "Изаберите",
     "Copy" : "Копирај",
+    "Move" : "Премести",
     "Error loading file picker template: {error}" : "Грешка при учитавању шаблона бирача фајлова: {error}",
     "OK" : "У реду",
     "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
     "({count} selected)" : "(изабрано: {count})",
     "Error loading file exists template" : "Грешка при учитавању шаблона „Фајл постоји“",
     "Pending" : "На чекању",
+    "Copy to {folder}" : "Копирај у {folder}",
+    "Move to {folder}" : "Премести у {folder}",
     "Very weak password" : "Веома слаба лозинка",
     "Weak password" : "Слаба лозинка",
     "So-so password" : "Осредња лозинка",
@@ -259,6 +262,7 @@ OC.L10N.register(
     "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава скрипт за исправан рад. {linkstart}Омогућите Јава скрипт{linkend} и поново учитајте страницу.",
     "More apps" : "Још апликација",
     "Search" : "Претражи",
+    "Reset search" : "Ресетуј претрагу",
     "Confirm your password" : "Потврдите лозинку",
     "Server side authentication failed!" : "Потврда идентитета на серверу није успела!",
     "Please contact your administrator." : "Контактирајте вашег администратора.",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index e1a12f466c25b82c5412a0fcee6f877d63fa7359..55174f8ac2ea46f93811ef09bfb0647b214468e0 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -83,6 +83,7 @@
     "No files in here" : "Овде нема фајлова",
     "Choose" : "Изаберите",
     "Copy" : "Копирај",
+    "Move" : "Премести",
     "Error loading file picker template: {error}" : "Грешка при учитавању шаблона бирача фајлова: {error}",
     "OK" : "У реду",
     "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}",
@@ -98,6 +99,8 @@
     "({count} selected)" : "(изабрано: {count})",
     "Error loading file exists template" : "Грешка при учитавању шаблона „Фајл постоји“",
     "Pending" : "На чекању",
+    "Copy to {folder}" : "Копирај у {folder}",
+    "Move to {folder}" : "Премести у {folder}",
     "Very weak password" : "Веома слаба лозинка",
     "Weak password" : "Слаба лозинка",
     "So-so password" : "Осредња лозинка",
@@ -257,6 +260,7 @@
     "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава скрипт за исправан рад. {linkstart}Омогућите Јава скрипт{linkend} и поново учитајте страницу.",
     "More apps" : "Још апликација",
     "Search" : "Претражи",
+    "Reset search" : "Ресетуј претрагу",
     "Confirm your password" : "Потврдите лозинку",
     "Server side authentication failed!" : "Потврда идентитета на серверу није успела!",
     "Please contact your administrator." : "Контактирајте вашег администратора.",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 55cb34bebca5dea2c01573aea70659bc536df0eb..0e41425ab5aa351bc89f6018f0d43677dedbf428 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Ungültiges Bild",
     "Avatar image is not square" : "Benutzerbild ist nicht quadratisch",
     "today" : "Heute",
+    "tomorrow" : "Morgen",
     "yesterday" : "Gestern",
+    "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"],
     "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"],
+    "next month" : "Nächsten Monat",
     "last month" : "Letzten Monat",
+    "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"],
     "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"],
+    "next year" : "nächstes Jahr",
     "last year" : "Letztes Jahr",
+    "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"],
     "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"],
+    "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"],
     "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"],
+    "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"],
     "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
+    "in a few seconds" : "in wenigen Sekunden",
     "seconds ago" : "Gerade eben",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.",
     "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index bb4de9e6f27e0d1e037d5f06246e0bc74079cd7b..1b58bcc8f67d7fdea4a5d7807ca5d6e20d27cdb2 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Ungültiges Bild",
     "Avatar image is not square" : "Benutzerbild ist nicht quadratisch",
     "today" : "Heute",
+    "tomorrow" : "Morgen",
     "yesterday" : "Gestern",
+    "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"],
     "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"],
+    "next month" : "Nächsten Monat",
     "last month" : "Letzten Monat",
+    "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"],
     "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"],
+    "next year" : "nächstes Jahr",
     "last year" : "Letztes Jahr",
+    "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"],
     "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"],
+    "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"],
     "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"],
+    "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"],
     "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
+    "in a few seconds" : "in wenigen Sekunden",
     "seconds ago" : "Gerade eben",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.",
     "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index a4fdf0dc371527b805d4538a141b5b302dafd832..a5520e188e3a2b274a29efe72a94d8867f45878b 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Ungültiges Bild",
     "Avatar image is not square" : "Benutzerbild ist nicht quadratisch",
     "today" : "Heute",
+    "tomorrow" : "Morgen",
     "yesterday" : "Gestern",
+    "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"],
     "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"],
+    "next month" : "Nächsten Monat",
     "last month" : "Letzten Monat",
+    "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"],
     "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"],
+    "next year" : "nächstes Jahr",
     "last year" : "Letztes Jahr",
+    "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"],
     "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"],
+    "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"],
     "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"],
+    "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"],
     "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
+    "in a few seconds" : "in wenigen Sekunden",
     "seconds ago" : "Gerade eben",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID:  %s existiert nicht. Bitte aktiviere es in deinen Einstellungen oder kontaktiere deinen Administrator.",
     "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 6a8299bc31f4c1dd7ee5b05a927a3ef004133374..6bee5022eb64be8fbc20998cdb86e26f4b5a9898 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Ungültiges Bild",
     "Avatar image is not square" : "Benutzerbild ist nicht quadratisch",
     "today" : "Heute",
+    "tomorrow" : "Morgen",
     "yesterday" : "Gestern",
+    "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"],
     "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"],
+    "next month" : "Nächsten Monat",
     "last month" : "Letzten Monat",
+    "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"],
     "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"],
+    "next year" : "nächstes Jahr",
     "last year" : "Letztes Jahr",
+    "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"],
     "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"],
+    "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"],
     "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"],
+    "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"],
     "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"],
+    "in a few seconds" : "in wenigen Sekunden",
     "seconds ago" : "Gerade eben",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID:  %s existiert nicht. Bitte aktiviere es in deinen Einstellungen oder kontaktiere deinen Administrator.",
     "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort",
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 09685ca62a3d1e42f9331cd0aeaa3b6cab8b5001..8463db273acce85dae23c6d1add661bc72cf78b1 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Image non valable",
     "Avatar image is not square" : "L'image d'avatar n'est pas carré",
     "today" : "aujourd'hui",
+    "tomorrow" : "demain",
     "yesterday" : "hier",
+    "_in %n day_::_in %n days_" : ["dans %n jour","dans %n jours"],
     "_%n day ago_::_%n days ago_" : ["il y a %n jour","il y a %n jours"],
+    "next month" : "mois suivant",
     "last month" : "le mois dernier",
+    "_in %n month_::_in %n months_" : ["dans %n mois","dans %n mois"],
     "_%n month ago_::_%n months ago_" : ["Il y a %n mois","Il y a %n mois"],
+    "next year" : "année suivante",
     "last year" : "l'année dernière",
+    "_in %n year_::_in %n years_" : ["dans %n an","dans %n ans"],
     "_%n year ago_::_%n years ago_" : ["il y a %n an","il y a %n ans"],
+    "_in %n hour_::_in %n hours_" : ["dans %n heure","dans %n heures"],
     "_%n hour ago_::_%n hours ago_" : ["Il y a %n heure","Il y a %n heures"],
+    "_in %n minute_::_in %n minutes_" : ["dans %n minute","dans %n minutes"],
     "_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"],
+    "in a few seconds" : "dans quelques secondes",
     "seconds ago" : "il y a quelques secondes",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
     "File name is a reserved word" : "Ce nom de fichier est un mot réservé",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index 0fdb86e49a07aef186af037d229f31758f441e4e..3722544dd974c9146d33007099e16846577e2fa2 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Image non valable",
     "Avatar image is not square" : "L'image d'avatar n'est pas carré",
     "today" : "aujourd'hui",
+    "tomorrow" : "demain",
     "yesterday" : "hier",
+    "_in %n day_::_in %n days_" : ["dans %n jour","dans %n jours"],
     "_%n day ago_::_%n days ago_" : ["il y a %n jour","il y a %n jours"],
+    "next month" : "mois suivant",
     "last month" : "le mois dernier",
+    "_in %n month_::_in %n months_" : ["dans %n mois","dans %n mois"],
     "_%n month ago_::_%n months ago_" : ["Il y a %n mois","Il y a %n mois"],
+    "next year" : "année suivante",
     "last year" : "l'année dernière",
+    "_in %n year_::_in %n years_" : ["dans %n an","dans %n ans"],
     "_%n year ago_::_%n years ago_" : ["il y a %n an","il y a %n ans"],
+    "_in %n hour_::_in %n hours_" : ["dans %n heure","dans %n heures"],
     "_%n hour ago_::_%n hours ago_" : ["Il y a %n heure","Il y a %n heures"],
+    "_in %n minute_::_in %n minutes_" : ["dans %n minute","dans %n minutes"],
     "_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"],
+    "in a few seconds" : "dans quelques secondes",
     "seconds ago" : "il y a quelques secondes",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
     "File name is a reserved word" : "Ce nom de fichier est un mot réservé",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index e044abfa39dd508f6f33c9b9e2466c48bec255c8..d84c0673b415feee79a079118b2d97a20fe61c10 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Immagine non valida",
     "Avatar image is not square" : "L'immagine personale non è quadrata",
     "today" : "oggi",
+    "tomorrow" : "domani",
     "yesterday" : "ieri",
+    "_in %n day_::_in %n days_" : ["tra %n giorno","tra %n giorni"],
     "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"],
+    "next month" : "il prossimo mese",
     "last month" : "mese scorso",
+    "_in %n month_::_in %n months_" : ["tra %n mese","tra %n mesi"],
     "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"],
+    "next year" : "il prossimo anno",
     "last year" : "anno scorso",
+    "_in %n year_::_in %n years_" : ["tra %n anno","tra %n anni"],
     "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"],
+    "_in %n hour_::_in %n hours_" : ["tra %n ora","tra %n ore"],
     "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"],
+    "_in %n minute_::_in %n minutes_" : ["tra %n minuto","tra %n minuti"],
     "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
+    "in a few seconds" : "tra pochi secondi",
     "seconds ago" : "secondi fa",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con ID: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.",
     "File name is a reserved word" : "Il nome del file è una parola riservata",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 2d7734ea00778b8312f67ac252ed91df03f1307c..ba09f39ffc9418ad39fb7ce8227814b98bb2651b 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Immagine non valida",
     "Avatar image is not square" : "L'immagine personale non è quadrata",
     "today" : "oggi",
+    "tomorrow" : "domani",
     "yesterday" : "ieri",
+    "_in %n day_::_in %n days_" : ["tra %n giorno","tra %n giorni"],
     "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"],
+    "next month" : "il prossimo mese",
     "last month" : "mese scorso",
+    "_in %n month_::_in %n months_" : ["tra %n mese","tra %n mesi"],
     "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"],
+    "next year" : "il prossimo anno",
     "last year" : "anno scorso",
+    "_in %n year_::_in %n years_" : ["tra %n anno","tra %n anni"],
     "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"],
+    "_in %n hour_::_in %n hours_" : ["tra %n ora","tra %n ore"],
     "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"],
+    "_in %n minute_::_in %n minutes_" : ["tra %n minuto","tra %n minuti"],
     "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
+    "in a few seconds" : "tra pochi secondi",
     "seconds ago" : "secondi fa",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con ID: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.",
     "File name is a reserved word" : "Il nome del file è una parola riservata",
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js
index 07a63961ba6c9f19aa8148aeefa22f07b8f14ada..336a4dd331f2e2ac893793080bc93ef1079f2437 100644
--- a/lib/l10n/nb.js
+++ b/lib/l10n/nb.js
@@ -31,14 +31,18 @@ OC.L10N.register(
     "Invalid image" : "Ugyldig bilde",
     "Avatar image is not square" : "Avatarbilde er ikke firkantet",
     "today" : "i dag",
+    "tomorrow" : "I morgen",
     "yesterday" : "i går",
     "_%n day ago_::_%n days ago_" : ["%n dag siden","%n dager siden"],
+    "next month" : "neste måned",
     "last month" : "forrige måned",
     "_%n month ago_::_%n months ago_" : ["for %n måned siden","for %n måneder siden"],
+    "next year" : "neste år",
     "last year" : "forrige år",
     "_%n year ago_::_%n years ago_" : ["%n år siden","%n år siden"],
     "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"],
     "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"],
+    "in a few seconds" : "om noen sekunder",
     "seconds ago" : "for få sekunder siden",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med ID: %s finnes ikke. Skru den på i programinnstillingene eller kontakt en administrator.",
     "File name is a reserved word" : "Filnavnet er et reservert ord",
diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json
index f69217b3b18ada6e1b26a6aa02da381125e00101..959435c829e90684f7410015d842d249035c68c9 100644
--- a/lib/l10n/nb.json
+++ b/lib/l10n/nb.json
@@ -29,14 +29,18 @@
     "Invalid image" : "Ugyldig bilde",
     "Avatar image is not square" : "Avatarbilde er ikke firkantet",
     "today" : "i dag",
+    "tomorrow" : "I morgen",
     "yesterday" : "i går",
     "_%n day ago_::_%n days ago_" : ["%n dag siden","%n dager siden"],
+    "next month" : "neste måned",
     "last month" : "forrige måned",
     "_%n month ago_::_%n months ago_" : ["for %n måned siden","for %n måneder siden"],
+    "next year" : "neste år",
     "last year" : "forrige år",
     "_%n year ago_::_%n years ago_" : ["%n år siden","%n år siden"],
     "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"],
     "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"],
+    "in a few seconds" : "om noen sekunder",
     "seconds ago" : "for få sekunder siden",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med ID: %s finnes ikke. Skru den på i programinnstillingene eller kontakt en administrator.",
     "File name is a reserved word" : "Filnavnet er et reservert ord",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index c9ee6e9cc02e0d54d7f23ae29a66a5f97ec966b6..eff10f244f9f0877e9bf2e760ddc39b97fca417b 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Imagem inválida",
     "Avatar image is not square" : "A imagem do avatar não é quadrada",
     "today" : "hoje",
+    "tomorrow" : "amanhã",
     "yesterday" : "ontem",
+    "_in %n day_::_in %n days_" : ["em %n dia","em %n dias"],
     "_%n day ago_::_%n days ago_" : ["%n dia atrás","%n dias atrás"],
+    "next month" : "Mês que vem",
     "last month" : "último mês",
+    "_in %n month_::_in %n months_" : ["em %n mês","em %n meses"],
     "_%n month ago_::_%n months ago_" : ["há %n mês atrás","há %n meses atrás"],
+    "next year" : "ano que vem",
     "last year" : "último ano",
+    "_in %n year_::_in %n years_" : ["em %n ano","em %n anos"],
     "_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
+    "_in %n hour_::_in %n hours_" : ["em %n hora","em %n horas"],
     "_%n hour ago_::_%n hours ago_" : ["há %n hora atrás","há %n horas atrás"],
+    "_in %n minute_::_in %n minutes_" : ["em %n minuto","em %n minutos"],
     "_%n minute ago_::_%n minutes ago_" : ["há %n minuto atrás","há %n minutos atrás"],
+    "in a few seconds" : "Em alguns segundos",
     "seconds ago" : "segundos atrás",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.",
     "File name is a reserved word" : "O nome do arquivo é uma palavra reservada",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index b1eb976064f60b7db764ed14dad18a643c1971b2..e9ed63b4d66ed9bd0f1d610a7510e464f80029cb 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Imagem inválida",
     "Avatar image is not square" : "A imagem do avatar não é quadrada",
     "today" : "hoje",
+    "tomorrow" : "amanhã",
     "yesterday" : "ontem",
+    "_in %n day_::_in %n days_" : ["em %n dia","em %n dias"],
     "_%n day ago_::_%n days ago_" : ["%n dia atrás","%n dias atrás"],
+    "next month" : "Mês que vem",
     "last month" : "último mês",
+    "_in %n month_::_in %n months_" : ["em %n mês","em %n meses"],
     "_%n month ago_::_%n months ago_" : ["há %n mês atrás","há %n meses atrás"],
+    "next year" : "ano que vem",
     "last year" : "último ano",
+    "_in %n year_::_in %n years_" : ["em %n ano","em %n anos"],
     "_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
+    "_in %n hour_::_in %n hours_" : ["em %n hora","em %n horas"],
     "_%n hour ago_::_%n hours ago_" : ["há %n hora atrás","há %n horas atrás"],
+    "_in %n minute_::_in %n minutes_" : ["em %n minuto","em %n minutos"],
     "_%n minute ago_::_%n minutes ago_" : ["há %n minuto atrás","há %n minutos atrás"],
+    "in a few seconds" : "Em alguns segundos",
     "seconds ago" : "segundos atrás",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.",
     "File name is a reserved word" : "O nome do arquivo é uma palavra reservada",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index a90a8cd15cf38d81797ece6bc77e5d2ea4d345e7..6da56da6f745e003df2131dca0ee695e893665b2 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -31,14 +31,23 @@ OC.L10N.register(
     "Invalid image" : "Неисправна слика",
     "Avatar image is not square" : "Слика аватара није квадратна",
     "today" : "данас",
+    "tomorrow" : "сутра",
     "yesterday" : "јуче",
+    "_in %n day_::_in %n days_" : ["за %n дан","за %n дана","за %n дана"],
     "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"],
+    "next month" : "следећег месеца",
     "last month" : "прошлог месеца",
+    "_in %n month_::_in %n months_" : ["за %n месец","за %n месеца","за %n месеци"],
     "_%n month ago_::_%n months ago_" : ["пре %n месец","пре %n месеца","пре %n месеци"],
+    "next year" : "следеће године",
     "last year" : "прошле године",
+    "_in %n year_::_in %n years_" : ["за %n годину","за %n године","за %n година"],
     "_%n year ago_::_%n years ago_" : ["пре %n годину","пре %n године","пре %n година"],
+    "_in %n hour_::_in %n hours_" : ["за %n сат","за %n сата","за %n сати"],
     "_%n hour ago_::_%n hours ago_" : ["пре %n сат","пре %n сата","пре %n сати"],
+    "_in %n minute_::_in %n minutes_" : ["за %n минут","за %n минута","за %n минута"],
     "_%n minute ago_::_%n minutes ago_" : ["пре %n минут","пре %n минута","пре %n минута"],
+    "in a few seconds" : "за пар секунди",
     "seconds ago" : "пре неколико секунди",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул са идентификацијом: %s не постоји. Омогућите га у подешавањима апликација или контактирајте администратора.",
     "File name is a reserved word" : "Назив фајла је резервисана реч",
@@ -84,6 +93,7 @@ OC.L10N.register(
     "Set an admin username." : "Поставите име за администратора.",
     "Set an admin password." : "Поставите лозинку за администратора.",
     "Can't create or write into the data directory %s" : "Не могу креирати или уписивати у директоријум података %s",
+    "Given database host is invalid and must not contain the port: %s" : "Задата адреса базе није исправна и не сме да садржи порт: %s",
     "Invalid Federated Cloud ID" : "Неисправан ИД Здруженог облака",
     "Sharing %s failed, because the backend does not allow shares from type %i" : "Дељење %s није успело зато што позадина не дозвољава дељење од типа %i",
     "Sharing %s failed, because the file does not exist" : "Дељење %s није успело зато што фајл не постоји",
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index 51d96c26337e5108fe953c5b92bdf9487c6d2492..18d7ead1274dd62d7d7f9b4075c182e92ef4ee1f 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -29,14 +29,23 @@
     "Invalid image" : "Неисправна слика",
     "Avatar image is not square" : "Слика аватара није квадратна",
     "today" : "данас",
+    "tomorrow" : "сутра",
     "yesterday" : "јуче",
+    "_in %n day_::_in %n days_" : ["за %n дан","за %n дана","за %n дана"],
     "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"],
+    "next month" : "следећег месеца",
     "last month" : "прошлог месеца",
+    "_in %n month_::_in %n months_" : ["за %n месец","за %n месеца","за %n месеци"],
     "_%n month ago_::_%n months ago_" : ["пре %n месец","пре %n месеца","пре %n месеци"],
+    "next year" : "следеће године",
     "last year" : "прошле године",
+    "_in %n year_::_in %n years_" : ["за %n годину","за %n године","за %n година"],
     "_%n year ago_::_%n years ago_" : ["пре %n годину","пре %n године","пре %n година"],
+    "_in %n hour_::_in %n hours_" : ["за %n сат","за %n сата","за %n сати"],
     "_%n hour ago_::_%n hours ago_" : ["пре %n сат","пре %n сата","пре %n сати"],
+    "_in %n minute_::_in %n minutes_" : ["за %n минут","за %n минута","за %n минута"],
     "_%n minute ago_::_%n minutes ago_" : ["пре %n минут","пре %n минута","пре %n минута"],
+    "in a few seconds" : "за пар секунди",
     "seconds ago" : "пре неколико секунди",
     "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул са идентификацијом: %s не постоји. Омогућите га у подешавањима апликација или контактирајте администратора.",
     "File name is a reserved word" : "Назив фајла је резервисана реч",
@@ -82,6 +91,7 @@
     "Set an admin username." : "Поставите име за администратора.",
     "Set an admin password." : "Поставите лозинку за администратора.",
     "Can't create or write into the data directory %s" : "Не могу креирати или уписивати у директоријум података %s",
+    "Given database host is invalid and must not contain the port: %s" : "Задата адреса базе није исправна и не сме да садржи порт: %s",
     "Invalid Federated Cloud ID" : "Неисправан ИД Здруженог облака",
     "Sharing %s failed, because the backend does not allow shares from type %i" : "Дељење %s није успело зато што позадина не дозвољава дељење од типа %i",
     "Sharing %s failed, because the file does not exist" : "Дељење %s није успело зато што фајл не постоји",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 1c222029704b3e7a9216ce76981a4436969f0e56..392d7817bf126b6006d45841d8f7fb415d26d419 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -12,6 +12,7 @@ OC.L10N.register(
     "A login attempt using two-factor authentication failed (%1$s)" : "Пријава са двофакторском провером идентитета неуспела (%1$s)",
     "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваша <strong>лозинка</strong> или <strong>адреса е-поште</strong> је измењена",
     "Your apps" : "Ваше апликације",
+    "Updates" : "Ажурирања",
     "Enabled apps" : "Укључене апликације",
     "Disabled apps" : "Искључене апликације",
     "App bundles" : "Пакети апликација",
@@ -103,6 +104,7 @@ OC.L10N.register(
     "Error: This app can not be enabled because it makes the server unstable" : "Грешка: ова апликација не може да се укључи јер је због ње цео сервер нестабилан",
     "Error: Could not disable broken app" : "Грешка: Не могу да искључим покварену апликацију",
     "Error while disabling broken app" : "Грешка приликом искључивања покварене апликације",
+    "No app updates available" : "Нема доступних ажурирања",
     "Updating...." : "Ажурирам…",
     "Error while updating app" : "Грешка при ажурирању апликације",
     "Updated" : "Ажурирано",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index 163fb39f601229d9ef24d480abdc6a9ebbf4dfec..e4865232e8eac391853f58e1e03dcfd3957ebe6b 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -10,6 +10,7 @@
     "A login attempt using two-factor authentication failed (%1$s)" : "Пријава са двофакторском провером идентитета неуспела (%1$s)",
     "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваша <strong>лозинка</strong> или <strong>адреса е-поште</strong> је измењена",
     "Your apps" : "Ваше апликације",
+    "Updates" : "Ажурирања",
     "Enabled apps" : "Укључене апликације",
     "Disabled apps" : "Искључене апликације",
     "App bundles" : "Пакети апликација",
@@ -101,6 +102,7 @@
     "Error: This app can not be enabled because it makes the server unstable" : "Грешка: ова апликација не може да се укључи јер је због ње цео сервер нестабилан",
     "Error: Could not disable broken app" : "Грешка: Не могу да искључим покварену апликацију",
     "Error while disabling broken app" : "Грешка приликом искључивања покварене апликације",
+    "No app updates available" : "Нема доступних ажурирања",
     "Updating...." : "Ажурирам…",
     "Error while updating app" : "Грешка при ажурирању апликације",
     "Updated" : "Ажурирано",