diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index c6550a1733cec86007547c46d8c4305b039dde50..ee274733c588938bcaa97d98efcc922aeb000a0b 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -197,6 +197,7 @@ OC.L10N.register(
     "sunny" : "aurinkoinen",
     "Hello {name}, the weather is {weather}" : "Hei {name}, sää on {weather}",
     "Hello {name}" : "Hei {name}",
+    "new" : "uusi",
     "_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
     "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.",
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index 58f2edb84024d0761138f88ed0799db157525995..1845167f2f9547bd266124d52bdbdefa8cfd59eb 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -195,6 +195,7 @@
     "sunny" : "aurinkoinen",
     "Hello {name}, the weather is {weather}" : "Hei {name}, sää on {weather}",
     "Hello {name}" : "Hei {name}",
+    "new" : "uusi",
     "_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
     "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index c5abb47800288c689f8cbd24b8bb09357708f10c..d2aa71ade8b3fc9c12bdd9995088b859d7386a3d 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -197,6 +197,7 @@ OC.L10N.register(
     "sunny" : "soleggiato",
     "Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}",
     "Hello {name}" : "Ciao {name}",
+    "new" : "nuovo",
     "_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
     "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index a8a463449c90e14f1d1dbd0edc1e789281308a0c..90caceb76d05feb90c07362e79a4afd49891c445 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -195,6 +195,7 @@
     "sunny" : "soleggiato",
     "Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}",
     "Hello {name}" : "Ciao {name}",
+    "new" : "nuovo",
     "_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
     "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index fc00b309591fde1780d40a5d702d2b53c60a65ab..9fe8589701ae2f917850ca74874cc6f9b0689855 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -197,6 +197,7 @@ OC.L10N.register(
     "sunny" : "ensolarado",
     "Hello {name}, the weather is {weather}" : "Olá {name}, o clima está {weather}",
     "Hello {name}" : "Olá {name}",
+    "new" : "novo",
     "_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
     "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 659da4f76cfaab10dddf4e8f8a47347c4dee7a6e..f31423f7ac5e6fbaec81c82ce766161760dfb4be 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -195,6 +195,7 @@
     "sunny" : "ensolarado",
     "Hello {name}, the weather is {weather}" : "Olá {name}, o clima está {weather}",
     "Hello {name}" : "Olá {name}",
+    "new" : "novo",
     "_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
     "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
     "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.",
diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js
index 35804bee4a7d0aed171b051891b35d360ed27a02..ff8c4718963d27f7e017be5194512c9e8cd60bbe 100644
--- a/settings/l10n/fi_FI.js
+++ b/settings/l10n/fi_FI.js
@@ -72,6 +72,9 @@ OC.L10N.register(
     "Disable" : "Poista käytöstä",
     "Enable" : "Käytä",
     "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Virhe: tätä sovellusta ei voi ottaa käyttöön, koska se tekee palvelimesta epävakaan",
+    "Error: could not disable broken app" : "Virhe: rikkinäisen sovelluksen poistaminen käytöstä ei onnistunut",
+    "Error while disabling broken app" : "Virhe rikkinäistä sovellusta käytöstä poistaessa",
     "Updating...." : "Päivitetään...",
     "Error while updating app" : "Virhe sovellusta päivittäessä",
     "Updated" : "Päivitetty",
@@ -204,6 +207,7 @@ OC.L10N.register(
     "Admin documentation" : "Ylläpitäjän ohjeistus",
     "Show description …" : "Näytä kuvaus…",
     "Hide description …" : "Piilota kuvaus…",
+    "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.",
     "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Tälle sovellukselle ei ole määritelty ownCloudin vähimmäisversiota. Tämä johtaa virheeseen ownCloud 11:stä alkaen.",
     "This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Tälle sovellukselle ei ole määritelty ownCloudin enimmäisversiota. Tämä johtaa virheeseen ownCloud 11:stä alkaen.",
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:",
diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json
index 79ee34ce10ed0854f652bbb2e69a61a2d976e240..4d3a144aa11342ea8b3ecb08d964578911f12f13 100644
--- a/settings/l10n/fi_FI.json
+++ b/settings/l10n/fi_FI.json
@@ -70,6 +70,9 @@
     "Disable" : "Poista käytöstä",
     "Enable" : "Käytä",
     "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Virhe: tätä sovellusta ei voi ottaa käyttöön, koska se tekee palvelimesta epävakaan",
+    "Error: could not disable broken app" : "Virhe: rikkinäisen sovelluksen poistaminen käytöstä ei onnistunut",
+    "Error while disabling broken app" : "Virhe rikkinäistä sovellusta käytöstä poistaessa",
     "Updating...." : "Päivitetään...",
     "Error while updating app" : "Virhe sovellusta päivittäessä",
     "Updated" : "Päivitetty",
@@ -202,6 +205,7 @@
     "Admin documentation" : "Ylläpitäjän ohjeistus",
     "Show description …" : "Näytä kuvaus…",
     "Hide description …" : "Piilota kuvaus…",
+    "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.",
     "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Tälle sovellukselle ei ole määritelty ownCloudin vähimmäisversiota. Tämä johtaa virheeseen ownCloud 11:stä alkaen.",
     "This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Tälle sovellukselle ei ole määritelty ownCloudin enimmäisversiota. Tämä johtaa virheeseen ownCloud 11:stä alkaen.",
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 5dbc63694492f5bba6e1e49138c3ff9eee098324..844032b86b7e14c8eaa38e8d84652cdbfb3eef30 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -73,6 +73,9 @@ OC.L10N.register(
     "Disable" : "Desabilitar",
     "Enable" : "Habilitar",
     "Error while enabling app" : "Erro enquanto habilitava o aplicativo",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Erro: este aplicativo não pode ser habilitado porque faz com que o servidor fique instável",
+    "Error: could not disable broken app" : "Erro: Não foi possível desativar o aplicativo quebrado",
+    "Error while disabling broken app" : "Erro ao desativar aplicativo quebrado",
     "Updating...." : "Atualizando...",
     "Error while updating app" : "Erro ao atualizar aplicativo",
     "Updated" : "Atualizado",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index 189e0f5be2171b24c70a0204c9a4a933204161d3..0800c4f006dd2ee2d521bb2431dccbfc84d9bf85 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -71,6 +71,9 @@
     "Disable" : "Desabilitar",
     "Enable" : "Habilitar",
     "Error while enabling app" : "Erro enquanto habilitava o aplicativo",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Erro: este aplicativo não pode ser habilitado porque faz com que o servidor fique instável",
+    "Error: could not disable broken app" : "Erro: Não foi possível desativar o aplicativo quebrado",
+    "Error while disabling broken app" : "Erro ao desativar aplicativo quebrado",
     "Updating...." : "Atualizando...",
     "Error while updating app" : "Erro ao atualizar aplicativo",
     "Updated" : "Atualizado",
diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js
index 5a9b4ca678d38a29e6af8113beb5c5e301fe06d6..68ba5c58a3e37f3b1f78f57bdf8089d9b28febca 100644
--- a/settings/l10n/sq.js
+++ b/settings/l10n/sq.js
@@ -73,6 +73,9 @@ OC.L10N.register(
     "Disable" : "Çaktivizoje",
     "Enable" : "Aktivizoje",
     "Error while enabling app" : "Gabim në aktivizimin e aplikacionit",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Gabim: ky aplikacion s’u aktivizua dot, ngaqë e bën shërbyesin të paqëndrueshëm.",
+    "Error: could not disable broken app" : "Gabim: s’u çaktivizua dot aplikacion i dëmtuar",
+    "Error while disabling broken app" : "Gabim teka çaktivizohej aplikacion i dëmtuar",
     "Updating...." : "Po përditësohet…",
     "Error while updating app" : "Gabim gjatë përditësimit të aplikacionit",
     "Updated" : "U përditësua",
diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json
index 5962f5bf68a40f327eba69c65abc3519645e6713..a27d763a618394cd0e4d4cad0d941a775844b002 100644
--- a/settings/l10n/sq.json
+++ b/settings/l10n/sq.json
@@ -71,6 +71,9 @@
     "Disable" : "Çaktivizoje",
     "Enable" : "Aktivizoje",
     "Error while enabling app" : "Gabim në aktivizimin e aplikacionit",
+    "Error: this app cannot be enabled because it makes the server unstable" : "Gabim: ky aplikacion s’u aktivizua dot, ngaqë e bën shërbyesin të paqëndrueshëm.",
+    "Error: could not disable broken app" : "Gabim: s’u çaktivizua dot aplikacion i dëmtuar",
+    "Error while disabling broken app" : "Gabim teka çaktivizohej aplikacion i dëmtuar",
     "Updating...." : "Po përditësohet…",
     "Error while updating app" : "Gabim gjatë përditësimit të aplikacionit",
     "Updated" : "U përditësua",