diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js
index 3d27173708da409de146b2b1833a4279166ff77b..7fe475a6a228d0a6d8f8f2daf8793dafe087640c 100644
--- a/apps/files/l10n/nb_NO.js
+++ b/apps/files/l10n/nb_NO.js
@@ -30,10 +30,10 @@ OC.L10N.register(
     "Favorites" : "Favoritter",
     "Home" : "Hjem",
     "Close" : "Lukk",
+    "Upload cancelled." : "Opplasting avbrutt.",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes",
     "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}",
     "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig",
-    "Upload cancelled." : "Opplasting avbrutt.",
     "Could not get result from server." : "Fikk ikke resultat fra serveren.",
     "File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
     "Actions" : "Handlinger",
@@ -96,6 +96,9 @@ OC.L10N.register(
     "%2$s deleted %1$s" : "%2$s slettet %1$s",
     "You restored %1$s" : "Du gjenopprettet %1$s",
     "%2$s restored %1$s" : "%2$s gjenopprettet %1$s",
+    "Changed by %2$s" : "Endret av %2$s",
+    "Deleted by %2$s" : "Slettet av %2$s",
+    "Restored by %2$s" : "Gjenopprettet av %2$s",
     "%s could not be renamed as it has been deleted" : "%s kunne ikke gis nytt navn da den er blitt slettet",
     "%s could not be renamed" : "Kunne ikke gi nytt navn til %s",
     "Upload (max. %s)" : "Opplasting (maks. %s)",
diff --git a/apps/files/l10n/nb_NO.json b/apps/files/l10n/nb_NO.json
index a7e0cf33b839f4ea0f2a827aff2731649f8e4833..69e8ca742aaea483b87e0394eab34098e0d504d9 100644
--- a/apps/files/l10n/nb_NO.json
+++ b/apps/files/l10n/nb_NO.json
@@ -28,10 +28,10 @@
     "Favorites" : "Favoritter",
     "Home" : "Hjem",
     "Close" : "Lukk",
+    "Upload cancelled." : "Opplasting avbrutt.",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes",
     "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}",
     "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig",
-    "Upload cancelled." : "Opplasting avbrutt.",
     "Could not get result from server." : "Fikk ikke resultat fra serveren.",
     "File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
     "Actions" : "Handlinger",
@@ -94,6 +94,9 @@
     "%2$s deleted %1$s" : "%2$s slettet %1$s",
     "You restored %1$s" : "Du gjenopprettet %1$s",
     "%2$s restored %1$s" : "%2$s gjenopprettet %1$s",
+    "Changed by %2$s" : "Endret av %2$s",
+    "Deleted by %2$s" : "Slettet av %2$s",
+    "Restored by %2$s" : "Gjenopprettet av %2$s",
     "%s could not be renamed as it has been deleted" : "%s kunne ikke gis nytt navn da den er blitt slettet",
     "%s could not be renamed" : "Kunne ikke gi nytt navn til %s",
     "Upload (max. %s)" : "Opplasting (maks. %s)",
diff --git a/apps/files_external/l10n/nb_NO.js b/apps/files_external/l10n/nb_NO.js
index ecafac048c0fd8661a021bb153a4ff49b8313ff5..1859d5a72678366ed5d4e3915cf47cdae98d560e 100644
--- a/apps/files_external/l10n/nb_NO.js
+++ b/apps/files_external/l10n/nb_NO.js
@@ -101,6 +101,7 @@ OC.L10N.register(
     "Advanced settings" : "Avanserte innstillinger",
     "Delete" : "Slett",
     "Add storage" : "Legg til lagringsplass",
+    "Allow users to mount external storages" : "Tillat at brukere kobler opp eksterne lagre",
     "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/apps/files_external/l10n/nb_NO.json b/apps/files_external/l10n/nb_NO.json
index 9a7a2ae6287c52ea373fcf3ad8c00b6fb9008974..669751aa00f818a96dd8b3b02dcaab9652e5888b 100644
--- a/apps/files_external/l10n/nb_NO.json
+++ b/apps/files_external/l10n/nb_NO.json
@@ -99,6 +99,7 @@
     "Advanced settings" : "Avanserte innstillinger",
     "Delete" : "Slett",
     "Add storage" : "Legg til lagringsplass",
+    "Allow users to mount external storages" : "Tillat at brukere kobler opp eksterne lagre",
     "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js
index d272f82f0945e17937ddbc28a90576985827a1de..d94c98cc0261fc97f0cacaf90e7bfea8b1dacd7d 100644
--- a/apps/files_external/l10n/zh_TW.js
+++ b/apps/files_external/l10n/zh_TW.js
@@ -6,6 +6,7 @@ OC.L10N.register(
     "System" : "系統",
     "Grant access" : "允許存取",
     "Access granted" : "允許存取",
+    "Enable encryption" : "啟用加密",
     "Saved" : "已儲存",
     "None" : "無",
     "Username" : "使用者名稱",
diff --git a/apps/files_external/l10n/zh_TW.json b/apps/files_external/l10n/zh_TW.json
index 3efd2fa691ff8b693740bd8b676cafcd67d5b0e3..0d1c184f63d6768b24f851903c37dbfe6ea627f9 100644
--- a/apps/files_external/l10n/zh_TW.json
+++ b/apps/files_external/l10n/zh_TW.json
@@ -4,6 +4,7 @@
     "System" : "系統",
     "Grant access" : "允許存取",
     "Access granted" : "允許存取",
+    "Enable encryption" : "啟用加密",
     "Saved" : "已儲存",
     "None" : "無",
     "Username" : "使用者名稱",
diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js
index a8f7fbdbc9ba769bb3eb114cf95022e6149361cb..4f7fb08ef16a182432b4b38b5a6d7d2182c90d52 100644
--- a/apps/files_sharing/l10n/nb_NO.js
+++ b/apps/files_sharing/l10n/nb_NO.js
@@ -43,6 +43,14 @@ OC.L10N.register(
     "%2$s shared %1$s via link" : "%2$s delte %1$s via lenke",
     "%2$s shared %1$s with you" : "%2$s delte %1$s med deg",
     "You shared %1$s via link" : "Du delte %1$s via lenke",
+    "Downloaded via public link" : "Nedlastet via offentlig lenke",
+    "Shared with %2$s" : "Delt med %2$s",
+    "Shared with group %2$s" : "Delt med gruppe %2$s",
+    "Shared with %3$s by %2$s" : "Delt med %3$s av %2$s",
+    "Shared with group %3$s by %2$s" : "Delt med gruppe %3$s av %2$s",
+    "Shared via link by %2$s" : "Delt via lenke av %2$s",
+    "Shared by %2$s" : "Delt av %2$s",
+    "Shared via public link" : "Delt via offentlig lenke",
     "Shares" : "Delinger",
     "You received %2$s as a remote share from %1$s" : "Du mottok %2$s som en ekstern deling fra %1$s",
     "Accept" : "Aksepter",
diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json
index e9c679557080deaa420832141b614edbcd8c4799..e75f095f354749f714e8130493ebcad412468c51 100644
--- a/apps/files_sharing/l10n/nb_NO.json
+++ b/apps/files_sharing/l10n/nb_NO.json
@@ -41,6 +41,14 @@
     "%2$s shared %1$s via link" : "%2$s delte %1$s via lenke",
     "%2$s shared %1$s with you" : "%2$s delte %1$s med deg",
     "You shared %1$s via link" : "Du delte %1$s via lenke",
+    "Downloaded via public link" : "Nedlastet via offentlig lenke",
+    "Shared with %2$s" : "Delt med %2$s",
+    "Shared with group %2$s" : "Delt med gruppe %2$s",
+    "Shared with %3$s by %2$s" : "Delt med %3$s av %2$s",
+    "Shared with group %3$s by %2$s" : "Delt med gruppe %3$s av %2$s",
+    "Shared via link by %2$s" : "Delt via lenke av %2$s",
+    "Shared by %2$s" : "Delt av %2$s",
+    "Shared via public link" : "Delt via offentlig lenke",
     "Shares" : "Delinger",
     "You received %2$s as a remote share from %1$s" : "Du mottok %2$s som en ekstern deling fra %1$s",
     "Accept" : "Aksepter",
diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js
index 3bf26f0e3ea5f78df27d16c05f30c80dff1b0a30..9e863ada3b59470591bd83e7c13fc39b23077293 100644
--- a/apps/user_ldap/l10n/fr.js
+++ b/apps/user_ldap/l10n/fr.js
@@ -39,7 +39,7 @@ OC.L10N.register(
     "Select attributes" : "Sélectionner les attributs",
     "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utilisateur introuvable. Veuillez vérifier les attributs de login et le nom d'utilisateur. Filtre effectif (à copier-coller pour valider en ligne de commande):<br/>",
     "User found and settings verified." : "Utilisateur trouvé et paramètres vérifiés.",
-    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Paramètres vérifiés, mais seul le premier utilisateur pourra se connecter. Utilisez plutôt un filtre moins restrictif.",
+    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter.",
     "An unspecified error occurred. Please check the settings and the log." : "Une erreur inconnue s'est produite. Veuillez vérifier les paramètres et le log.",
     "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Le filtre de recherche n'est pas valide, probablement à cause de problèmes de syntaxe tels que des parenthèses manquantes. Veuillez le corriger.",
     "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Une erreur s'est produite lors de la connexion au LDAP / AD. Veuillez vérifier l'hôte, le port et les informations d'identification.",
diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json
index 87cf780e825c1286235b0ef01120f8763c9fcfdb..a26710c340b7111ef708c5c5d4637f156239cd47 100644
--- a/apps/user_ldap/l10n/fr.json
+++ b/apps/user_ldap/l10n/fr.json
@@ -37,7 +37,7 @@
     "Select attributes" : "Sélectionner les attributs",
     "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Utilisateur introuvable. Veuillez vérifier les attributs de login et le nom d'utilisateur. Filtre effectif (à copier-coller pour valider en ligne de commande):<br/>",
     "User found and settings verified." : "Utilisateur trouvé et paramètres vérifiés.",
-    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Paramètres vérifiés, mais seul le premier utilisateur pourra se connecter. Utilisez plutôt un filtre moins restrictif.",
+    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter.",
     "An unspecified error occurred. Please check the settings and the log." : "Une erreur inconnue s'est produite. Veuillez vérifier les paramètres et le log.",
     "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Le filtre de recherche n'est pas valide, probablement à cause de problèmes de syntaxe tels que des parenthèses manquantes. Veuillez le corriger.",
     "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Une erreur s'est produite lors de la connexion au LDAP / AD. Veuillez vérifier l'hôte, le port et les informations d'identification.",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index a70503482412603c1cdbf16f1872623fadcaaa63..4c069a851b2d6f4c6598b6733ddecca65e0c5d2a 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -9,10 +9,10 @@ OC.L10N.register(
     "Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
     "Updating database schema" : "Mise à jour du schéma de la base de données",
     "Updated database" : "Base de données mise à jour",
-    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps)",
+    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps dépendant de la taille de la base de données)",
     "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
-    "Checking updates of apps" : "Recherche de mises à jour pour les applications",
-    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps)",
+    "Checking updates of apps" : "Recherche de mises à jour d'applications",
+    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps dépendant de la taille de la base de données)",
     "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
     "Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s",
     "Repair warning: " : "Avertissement de réparation :",
@@ -262,6 +262,7 @@ OC.L10N.register(
     "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.",
     "Log in" : "Se connecter",
     "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?",
+    "Stay logged in" : "Rester connecté",
     "Alternative Logins" : "Identifiants alternatifs",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Bonjour,<br><br>Nous vous informons que %s a partagé <strong>%s</strong> avec vous.<br><a href=\"%s\">Cliquez ici pour y accéder !</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 1650fdd5f8a0dcc9c0fb98cf1f192c2e76c9d94f..238d99765d2230be779337038f475fa8b02aa6d1 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -7,10 +7,10 @@
     "Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
     "Updating database schema" : "Mise à jour du schéma de la base de données",
     "Updated database" : "Base de données mise à jour",
-    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps)",
+    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps dépendant de la taille de la base de données)",
     "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
-    "Checking updates of apps" : "Recherche de mises à jour pour les applications",
-    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps)",
+    "Checking updates of apps" : "Recherche de mises à jour d'applications",
+    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps dépendant de la taille de la base de données)",
     "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
     "Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s",
     "Repair warning: " : "Avertissement de réparation :",
@@ -260,6 +260,7 @@
     "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.",
     "Log in" : "Se connecter",
     "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?",
+    "Stay logged in" : "Rester connecté",
     "Alternative Logins" : "Identifiants alternatifs",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Bonjour,<br><br>Nous vous informons que %s a partagé <strong>%s</strong> avec vous.<br><a href=\"%s\">Cliquez ici pour y accéder !</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.",
diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js
index 4b9d1dfb47c89fb840c7341730d54afe8c7cb522..6aee067b82a580966bb2824daef9697580501156 100644
--- a/core/l10n/nb_NO.js
+++ b/core/l10n/nb_NO.js
@@ -3,15 +3,24 @@ OC.L10N.register(
     {
     "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s",
     "Preparing update" : "Forbereder oppdatering",
+    "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Migreringstester utføres ikke - \"update.skip-migration-test\" er aktivert i config.php",
     "Turned on maintenance mode" : "Slo på vedlikeholdsmodus",
     "Turned off maintenance mode" : "Slo av vedlikeholdsmodus",
     "Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktiv",
+    "Updating database schema" : "Oppdaterer database-skjemaet",
     "Updated database" : "Oppdaterte databasen",
+    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasens er stor)",
     "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
+    "Checking updates of apps" : "Ser etter oppdateringer av applikasjoner",
+    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasens er stor)",
     "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for apper",
     "Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",
     "Repair warning: " : "Advarsel fra reparering: ",
     "Repair error: " : "Feil ved reparering: ",
+    "Set log level to debug - current level: \"%s\"" : "Sett loggnivå til feilsøking - nåværende nivå: \"%s\"",
+    "Reset log level to  \"%s\"" : "Tilbakestilt logg-nivå til \"%s\"",
+    "%s (3rdparty)" : "%s (3dje-part)",
+    "%s (incompatible)" : "%s (ikke kompatibel)",
     "Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s",
     "Already up to date" : "Allerede oppdatert",
     "File is too big" : "Filen er for stor",
@@ -19,6 +28,7 @@ OC.L10N.register(
     "No image or file provided" : "Bilde eller fil ikke angitt",
     "Unknown filetype" : "Ukjent filtype",
     "Invalid image" : "Ugyldig bilde",
+    "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.",
     "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen",
     "No crop data provided" : "Ingen beskjæringsinformasjon angitt",
     "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt",
@@ -106,6 +116,7 @@ OC.L10N.register(
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom kan ikke leses av PHP, noe som er sterkt frarådet av sikkerhetshensyn. Mer informasjon finnes i <a href=\"{docLink}\">dokumentasjonen</a>.",
     "Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Din PHP-versjon ({version}) er ikke <a href=\"{phpLink}\">støttet av PHP</a> lenger. Vi oppfordrer deg til å oppgradere din PHP-versjon for å nyte fordel av ytelses- og sikkerhetsoppdateringer som tilbys av PHP.",
     "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Konfigurasjon av reverse proxy-headers er ikke korrekt, eller du aksesserer ownCloud fra en \"trusted proxy\". Hvis du ikke aksesserer ownCloud fra en \"trusted proxy\", er dette en sikkerhetsrisiko som kan la en angriper forfalske IP-addressen sin slik den oppfattes av ownCloud. Mer informasjon i <a href=\"{docLink}\">dokumentasjonen</a>.",
+    "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigurert som distribuert cache, men feil PHP-module \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a href=\"{wikiLink}\">memcached wiki om begge modulene</a>.",
     "Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-header \"{header}\" er ikke konfigurert lik \"{expected}\". Dette kan være en sikkerhetsrisiko og vi anbefaler at denne innstillingen endres.",
     "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP header \"Strict-Transport-Security\" er ikke konfigurert til minst \"{seconds}\" sekunder. For beste sikkerhet anbefaler vi at HSTS aktiveres som beskrevet i <a href=\"{docUrl}\">sikkerhetstips</a>.",
@@ -167,7 +178,9 @@ OC.L10N.register(
     "Hello {name}" : "Hallo {name}",
     "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
     "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
+    "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
     "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.",
+    "An error occurred." : "En feil oppstod.",
     "Please reload the page." : "Vennligst last siden på nytt.",
     "The update was unsuccessful. " : "Oppdateringen var mislykket.",
     "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.",
@@ -182,6 +195,8 @@ OC.L10N.register(
     "New Password" : "Nytt passord",
     "Reset password" : "Tilbakestill passord",
     "Searching other places" : "Søker andre steder",
+    "No search results in other folders" : "Ingen søkeresultater i andre mapper",
+    "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
     "Personal" : "Personlig",
     "Users" : "Brukere",
     "Apps" : "Apper",
@@ -247,6 +262,7 @@ OC.L10N.register(
     "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.",
     "Log in" : "Logg inn",
     "Wrong password. Reset it?" : "Feil passord. Nullstille det?",
+    "Stay logged in" : "Forbli innlogget",
     "Alternative Logins" : "Alternative innlogginger",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hei,<br><br>Dette er en beskjed om at %s delte <strong>%s</strong> med deg.<br><a href=\"%s\">Vis den!</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.",
diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json
index b897d9a937ae76d12b48992c476abece7c84b122..9f7292a04161d6c9a591aa63bc0d822a413c220c 100644
--- a/core/l10n/nb_NO.json
+++ b/core/l10n/nb_NO.json
@@ -1,15 +1,24 @@
 { "translations": {
     "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s",
     "Preparing update" : "Forbereder oppdatering",
+    "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Migreringstester utføres ikke - \"update.skip-migration-test\" er aktivert i config.php",
     "Turned on maintenance mode" : "Slo på vedlikeholdsmodus",
     "Turned off maintenance mode" : "Slo av vedlikeholdsmodus",
     "Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktiv",
+    "Updating database schema" : "Oppdaterer database-skjemaet",
     "Updated database" : "Oppdaterte databasen",
+    "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasens er stor)",
     "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
+    "Checking updates of apps" : "Ser etter oppdateringer av applikasjoner",
+    "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasens er stor)",
     "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for apper",
     "Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",
     "Repair warning: " : "Advarsel fra reparering: ",
     "Repair error: " : "Feil ved reparering: ",
+    "Set log level to debug - current level: \"%s\"" : "Sett loggnivå til feilsøking - nåværende nivå: \"%s\"",
+    "Reset log level to  \"%s\"" : "Tilbakestilt logg-nivå til \"%s\"",
+    "%s (3rdparty)" : "%s (3dje-part)",
+    "%s (incompatible)" : "%s (ikke kompatibel)",
     "Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s",
     "Already up to date" : "Allerede oppdatert",
     "File is too big" : "Filen er for stor",
@@ -17,6 +26,7 @@
     "No image or file provided" : "Bilde eller fil ikke angitt",
     "Unknown filetype" : "Ukjent filtype",
     "Invalid image" : "Ugyldig bilde",
+    "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.",
     "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen",
     "No crop data provided" : "Ingen beskjæringsinformasjon angitt",
     "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt",
@@ -104,6 +114,7 @@
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom kan ikke leses av PHP, noe som er sterkt frarådet av sikkerhetshensyn. Mer informasjon finnes i <a href=\"{docLink}\">dokumentasjonen</a>.",
     "Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Din PHP-versjon ({version}) er ikke <a href=\"{phpLink}\">støttet av PHP</a> lenger. Vi oppfordrer deg til å oppgradere din PHP-versjon for å nyte fordel av ytelses- og sikkerhetsoppdateringer som tilbys av PHP.",
     "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Konfigurasjon av reverse proxy-headers er ikke korrekt, eller du aksesserer ownCloud fra en \"trusted proxy\". Hvis du ikke aksesserer ownCloud fra en \"trusted proxy\", er dette en sikkerhetsrisiko som kan la en angriper forfalske IP-addressen sin slik den oppfattes av ownCloud. Mer informasjon i <a href=\"{docLink}\">dokumentasjonen</a>.",
+    "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigurert som distribuert cache, men feil PHP-module \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a href=\"{wikiLink}\">memcached wiki om begge modulene</a>.",
     "Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-header \"{header}\" er ikke konfigurert lik \"{expected}\". Dette kan være en sikkerhetsrisiko og vi anbefaler at denne innstillingen endres.",
     "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP header \"Strict-Transport-Security\" er ikke konfigurert til minst \"{seconds}\" sekunder. For beste sikkerhet anbefaler vi at HSTS aktiveres som beskrevet i <a href=\"{docUrl}\">sikkerhetstips</a>.",
@@ -165,7 +176,9 @@
     "Hello {name}" : "Hallo {name}",
     "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
     "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.",
+    "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
     "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.",
+    "An error occurred." : "En feil oppstod.",
     "Please reload the page." : "Vennligst last siden på nytt.",
     "The update was unsuccessful. " : "Oppdateringen var mislykket.",
     "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.",
@@ -180,6 +193,8 @@
     "New Password" : "Nytt passord",
     "Reset password" : "Tilbakestill passord",
     "Searching other places" : "Søker andre steder",
+    "No search results in other folders" : "Ingen søkeresultater i andre mapper",
+    "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
     "Personal" : "Personlig",
     "Users" : "Brukere",
     "Apps" : "Apper",
@@ -245,6 +260,7 @@
     "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.",
     "Log in" : "Logg inn",
     "Wrong password. Reset it?" : "Feil passord. Nullstille det?",
+    "Stay logged in" : "Forbli innlogget",
     "Alternative Logins" : "Alternative innlogginger",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hei,<br><br>Dette er en beskjed om at %s delte <strong>%s</strong> med deg.<br><a href=\"%s\">Vis den!</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.",
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index bca2148f17b62c5004a2a5013e6fd68a9221730d..ce0e66f7f2846de90d4616990f56402204634635 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -262,6 +262,7 @@ OC.L10N.register(
     "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.",
     "Log in" : "Meld u aan",
     "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?",
+    "Stay logged in" : "Ingelogd blijven",
     "Alternative Logins" : "Alternatieve inlogs",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hallo,<br><br>%s deelt <strong>%s</strong> met u.<br><a href=\"%s\">Bekijk hier!</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index a3b8c9a032f9caa729440cfc1dd09ca9f5bedca3..6b949eac519dcbe6f100546f23b347525da12c2d 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -260,6 +260,7 @@
     "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.",
     "Log in" : "Meld u aan",
     "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?",
+    "Stay logged in" : "Ingelogd blijven",
     "Alternative Logins" : "Alternatieve inlogs",
     "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hallo,<br><br>%s deelt <strong>%s</strong> met u.<br><a href=\"%s\">Bekijk hier!</a><br><br>",
     "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.",
diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js
index 7b80c23ec010fde9a920f4eab530ed6978df8a56..595d85efdfe38a6f78e6831da4404e187d6e7217 100644
--- a/lib/l10n/nb_NO.js
+++ b/lib/l10n/nb_NO.js
@@ -87,6 +87,7 @@ OC.L10N.register(
     "Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %i",
     "Sharing %s failed, because the file does not exist" : "Deling av %s feilet, fordi filen ikke eksisterer",
     "You are not allowed to share %s" : "Du har ikke lov til å dele %s",
+    "Sharing %s failed, because you can not share with yourself" : "Deling av %s feilet fordi du ikke kan dele med deg selv",
     "Sharing %s failed, because the user %s does not exist" : "Deling av %s feilet, fordi brukeren %s ikke finnes",
     "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s feilet, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av",
     "Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s",
@@ -105,6 +106,7 @@ OC.L10N.register(
     "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delings-server %s må implementere grensesnittet OCP\\Share_Backend",
     "Sharing backend %s not found" : "Delings-server %s ikke funnet",
     "Sharing backend for %s not found" : "Delings-server for %s ikke funnet",
+    "Sharing failed, because the user %s is the original sharer" : "Deling feilet fordi brukeren %s er den som delte opprinnelig",
     "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s",
     "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt",
     "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden",
diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json
index 04cb7e47e82b04a5fd3be74803537058afa73e06..fdfe7defa8a7c2a05e34c22853bde94e5f907207 100644
--- a/lib/l10n/nb_NO.json
+++ b/lib/l10n/nb_NO.json
@@ -85,6 +85,7 @@
     "Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %i",
     "Sharing %s failed, because the file does not exist" : "Deling av %s feilet, fordi filen ikke eksisterer",
     "You are not allowed to share %s" : "Du har ikke lov til å dele %s",
+    "Sharing %s failed, because you can not share with yourself" : "Deling av %s feilet fordi du ikke kan dele med deg selv",
     "Sharing %s failed, because the user %s does not exist" : "Deling av %s feilet, fordi brukeren %s ikke finnes",
     "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s feilet, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av",
     "Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s",
@@ -103,6 +104,7 @@
     "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delings-server %s må implementere grensesnittet OCP\\Share_Backend",
     "Sharing backend %s not found" : "Delings-server %s ikke funnet",
     "Sharing backend for %s not found" : "Delings-server for %s ikke funnet",
+    "Sharing failed, because the user %s is the original sharer" : "Deling feilet fordi brukeren %s er den som delte opprinnelig",
     "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s",
     "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt",
     "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden",
diff --git a/settings/l10n/az.js b/settings/l10n/az.js
index 965500142047201a3b6b7f97a12be7710a21ea1e..f1c034013bbdafc4e7cf99f2275e6ad2ff5e0372 100644
--- a/settings/l10n/az.js
+++ b/settings/l10n/az.js
@@ -48,6 +48,7 @@ OC.L10N.register(
     "Add trusted domain" : "İnamlı domainlərə əlavə et",
     "Sending..." : "Göndərilir...",
     "All" : "Hamısı",
+    "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı",
     "Update to %s" : "Yenilə bunadək %s",
     "Please wait...." : "Xahiş olunur gözləyəsiniz.",
     "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi",
@@ -163,7 +164,6 @@ OC.L10N.register(
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:",
     "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver",
     "Uninstall App" : "Proqram təminatını sil",
-    "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ey ora,<br><br>ancaq deyirik ki, sizin artiq %s hesabınız var.<br><br>Sizin istifadəçi adınız: %s<br>Yetkilidir: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Şərəfə!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ey ora,\n\nancaq deyirik ki, sizin artiq %s hesabınız var.\n\nizin istifadəçi adınız: %s\nYetkilidir: %s\n\n",
diff --git a/settings/l10n/az.json b/settings/l10n/az.json
index 5664b44880edcff58a9ef9d88d7e22bba8f38564..b67082c4269c4e47c38dd5d43cee3a3aa9c5acfb 100644
--- a/settings/l10n/az.json
+++ b/settings/l10n/az.json
@@ -46,6 +46,7 @@
     "Add trusted domain" : "İnamlı domainlərə əlavə et",
     "Sending..." : "Göndərilir...",
     "All" : "Hamısı",
+    "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı",
     "Update to %s" : "Yenilə bunadək %s",
     "Please wait...." : "Xahiş olunur gözləyəsiniz.",
     "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi",
@@ -161,7 +162,6 @@
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:",
     "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver",
     "Uninstall App" : "Proqram təminatını sil",
-    "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ey ora,<br><br>ancaq deyirik ki, sizin artiq %s hesabınız var.<br><br>Sizin istifadəçi adınız: %s<br>Yetkilidir: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Şərəfə!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ey ora,\n\nancaq deyirik ki, sizin artiq %s hesabınız var.\n\nizin istifadəçi adınız: %s\nYetkilidir: %s\n\n",
diff --git a/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js
index 10766ffc36a4e1889f8f069e0e0956737ae1a72d..caef15f4bff974f34c1e55c1a6e658ec45884b61 100644
--- a/settings/l10n/bg_BG.js
+++ b/settings/l10n/bg_BG.js
@@ -47,6 +47,7 @@ OC.L10N.register(
     "Add trusted domain" : "Добавяне на сигурен домейн",
     "Sending..." : "Изпращане...",
     "All" : "Всички",
+    "No apps found for your version" : "Няма намерени приложения за вашата версия",
     "Update to %s" : "Обнови до %s",
     "Please wait...." : "Моля, изчакайте....",
     "Error while disabling app" : "Грешка при изключването на приложението",
@@ -163,7 +164,6 @@ OC.L10N.register(
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Това приложение не може да бъде инсталирано, защото следните зависимости не са удовлетворени:",
     "Enable only for specific groups" : "Включи само за определени групи",
     "Uninstall App" : "Премахни Приложението",
-    "No apps found for your version" : "Няма намерени приложения за вашата версия",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здрасти,<br><br>Само да ти кажа, че имаш %s профил<br><br> Потребителя ти е: %s<br>Достъпи го: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Поздрави!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здрасти,\n\nСамо да ти кажа, че имаш %s профил.\n\nПотребителя ти е: %s\nДостъпи го: %s\n",
diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json
index 7e419c07a152f2fbe13113df671fa3d27732af5e..cf4bcb5182a7c12d9e2aa9d7548f5f2ced6cb06d 100644
--- a/settings/l10n/bg_BG.json
+++ b/settings/l10n/bg_BG.json
@@ -45,6 +45,7 @@
     "Add trusted domain" : "Добавяне на сигурен домейн",
     "Sending..." : "Изпращане...",
     "All" : "Всички",
+    "No apps found for your version" : "Няма намерени приложения за вашата версия",
     "Update to %s" : "Обнови до %s",
     "Please wait...." : "Моля, изчакайте....",
     "Error while disabling app" : "Грешка при изключването на приложението",
@@ -161,7 +162,6 @@
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Това приложение не може да бъде инсталирано, защото следните зависимости не са удовлетворени:",
     "Enable only for specific groups" : "Включи само за определени групи",
     "Uninstall App" : "Премахни Приложението",
-    "No apps found for your version" : "Няма намерени приложения за вашата версия",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здрасти,<br><br>Само да ти кажа, че имаш %s профил<br><br> Потребителя ти е: %s<br>Достъпи го: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Поздрави!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здрасти,\n\nСамо да ти кажа, че имаш %s профил.\n\nПотребителя ти е: %s\nДостъпи го: %s\n",
diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js
index 26410969303034d6de6781db8ebab2e9461d6064..54328d47ca735870e423757a1f5fc3fe51a9b3b8 100644
--- a/settings/l10n/ca.js
+++ b/settings/l10n/ca.js
@@ -59,6 +59,7 @@ OC.L10N.register(
     "Approved" : "Aprovat",
     "Experimental" : "Experimental",
     "All" : "Tots",
+    "No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
     "Update to %s" : "Actualitzar a %s",
     "Please wait...." : "Espereu...",
     "Error while disabling app" : "Error en desactivar l'aplicació",
@@ -186,7 +187,6 @@ OC.L10N.register(
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:",
     "Enable only for specific groups" : "Activa només per grups específics",
     "Uninstall App" : "Desinstal·la l'aplicació",
-    "No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Què tal?,<br><br>aquest missatge és per fer-li saber que ara té uncompte %s.<br><br>El seu nom d'usuari: %s<br>Accedeixi en: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Salut!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, què tal?,\n\nAquest missatge és per fer-li saber que ara té un compte %s.\n\n El seu nom d'usuari: %s\nAccedeixi en: %s\n\n",
diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json
index 05a02f5e3616e920540f7391495b83419e5a7118..bb758dca212875cad406a22b2503b12ef04b8a4a 100644
--- a/settings/l10n/ca.json
+++ b/settings/l10n/ca.json
@@ -57,6 +57,7 @@
     "Approved" : "Aprovat",
     "Experimental" : "Experimental",
     "All" : "Tots",
+    "No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
     "Update to %s" : "Actualitzar a %s",
     "Please wait...." : "Espereu...",
     "Error while disabling app" : "Error en desactivar l'aplicació",
@@ -184,7 +185,6 @@
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:",
     "Enable only for specific groups" : "Activa només per grups específics",
     "Uninstall App" : "Desinstal·la l'aplicació",
-    "No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Què tal?,<br><br>aquest missatge és per fer-li saber que ara té uncompte %s.<br><br>El seu nom d'usuari: %s<br>Accedeixi en: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Salut!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, què tal?,\n\nAquest missatge és per fer-li saber que ara té un compte %s.\n\n El seu nom d'usuari: %s\nAccedeixi en: %s\n\n",
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index b29ae9143c6e99135c8c9f214ebaef485a71b818..4896ce7b3d4c1e1ece9833c2f12b9358de77ad88 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Potvrzeno",
     "Experimental" : "Experimentální",
     "All" : "Vše",
+    "No apps found for your version" : "Nebyly nalezeny aplikace pro vaši verzi",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou ownCloud. Nabízejí funkce důležité pro ownCloud a jsou připraveny pro nasazení v produkčním prostředí.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.",
@@ -213,7 +214,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny",
     "Uninstall App" : "Odinstalovat aplikaci",
     "Enable experimental apps" : "Povolit experimentální aplikace",
-    "No apps found for your version" : "Nebyly nalezeny aplikace pro vaši verzi",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Ať slouží!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n",
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index 11bd4b12669110009847578a35ab988139e9a34f..3e4342ef4eb56065dc40e085d63a53cf96a018de 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -60,6 +60,7 @@
     "Approved" : "Potvrzeno",
     "Experimental" : "Experimentální",
     "All" : "Vše",
+    "No apps found for your version" : "Nebyly nalezeny aplikace pro vaši verzi",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou ownCloud. Nabízejí funkce důležité pro ownCloud a jsou připraveny pro nasazení v produkčním prostředí.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.",
@@ -211,7 +212,6 @@
     "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny",
     "Uninstall App" : "Odinstalovat aplikaci",
     "Enable experimental apps" : "Povolit experimentální aplikace",
-    "No apps found for your version" : "Nebyly nalezeny aplikace pro vaši verzi",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Ať slouží!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n",
diff --git a/settings/l10n/da.js b/settings/l10n/da.js
index 0ba43b120fd0795049ca9350360a9845d6f2d9d7..fd9e5734530ab4485e42f5d5500b11a46d9d5046 100644
--- a/settings/l10n/da.js
+++ b/settings/l10n/da.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Godkendt",
     "Experimental" : "Eksperimentel",
     "All" : "Alle",
+    "No apps found for your version" : "Ingen apps fundet til din verion",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Officielt program er udviklet af ownCloud fællesskabet. Funktionerne spiller en central rolle i ownCloud og kan bruges i produktionsmiljøer.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestået en let sikkerheds gennemgang. De er aktivt vedligeholdt i et åben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer på eget ansvar.",
@@ -209,7 +210,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Aktivér kun for udvalgte grupper",
     "Uninstall App" : "Afinstallér app",
     "Enable experimental apps" : "Aktiver eksperimentale programmer",
-    "No apps found for your version" : "Ingen apps fundet til din verion",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hej!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n",
diff --git a/settings/l10n/da.json b/settings/l10n/da.json
index f3f61602f1118e0dbf19dd55e72e36ff2751dd0f..af6f5367a9c8ffc05690d15117377675825b4679 100644
--- a/settings/l10n/da.json
+++ b/settings/l10n/da.json
@@ -60,6 +60,7 @@
     "Approved" : "Godkendt",
     "Experimental" : "Eksperimentel",
     "All" : "Alle",
+    "No apps found for your version" : "Ingen apps fundet til din verion",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Officielt program er udviklet af ownCloud fællesskabet. Funktionerne spiller en central rolle i ownCloud og kan bruges i produktionsmiljøer.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestået en let sikkerheds gennemgang. De er aktivt vedligeholdt i et åben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer på eget ansvar.",
@@ -207,7 +208,6 @@
     "Enable only for specific groups" : "Aktivér kun for udvalgte grupper",
     "Uninstall App" : "Afinstallér app",
     "Enable experimental apps" : "Aktiver eksperimentale programmer",
-    "No apps found for your version" : "Ingen apps fundet til din verion",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hej!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n",
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index 1c4466000d9a35d47a69b0458f48d7a53f944362..5d5a4d955c146162ed05564f95aeac5d9ef61928 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Geprüft",
     "Experimental" : "Experimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
@@ -209,7 +210,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
     "Enable experimental apps" : "Experimentelle Apps aktivieren",
-    "No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Greife darauf zu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Noch einen schönen Tag!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nGreife darauf zu: %s\n\n",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index 4e073f3720f2ef449664e03eb3818a59dce438b7..9bd8d36dac3422da4194a6e12f4071725970c281 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -60,6 +60,7 @@
     "Approved" : "Geprüft",
     "Experimental" : "Experimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
@@ -207,7 +208,6 @@
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
     "Enable experimental apps" : "Experimentelle Apps aktivieren",
-    "No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Greife darauf zu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Noch einen schönen Tag!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nGreife darauf zu: %s\n\n",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index 31d7a450e58c3cc4f2faaf21b71855f1cc049670..fd8938d0b5145cfa6269d78321241751ba89ef74 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -60,6 +60,7 @@ OC.L10N.register(
     "Approved" : "Geprüft",
     "Experimental" : "Experimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
@@ -199,7 +200,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
     "Enable experimental apps" : "Experimentelle Apps aktivieren",
-    "No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Noch einen schönen Tag!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index e6db2947ee9e4b409d5fd32266179d91e3b9b0ce..1f0adec9b560a5e49c552f33ddcfb201c22eb04a 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -58,6 +58,7 @@
     "Approved" : "Geprüft",
     "Experimental" : "Experimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
@@ -197,7 +198,6 @@
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
     "Enable experimental apps" : "Experimentelle Apps aktivieren",
-    "No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Noch einen schönen Tag!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n",
diff --git a/settings/l10n/el.js b/settings/l10n/el.js
index c0fce87a611fbd0ac2b1d6651a2d9251dba812fc..e5b03bde3471dcb18d352f4b8be5e8815851a4fe 100644
--- a/settings/l10n/el.js
+++ b/settings/l10n/el.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Εγκεκριμένο",
     "Experimental" : "Πειραματικό",
     "All" : "Όλες",
+    "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Οι επίσημες εφαρμογές αναπτύσσονται από την κοινότητα ownCloud. Προσφέρουν λειτουργικότητα κοντά στο ownCloud και είναι έτοιμες για χρήση.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Οι εγκεκριμένες εφαρμογές αναπτύχθηκαν από αξιόπιστους προγραμματιστές και έχουν περάσει έναν συνοπτικό έλεγχο ασφαλείας. Διατηρούνται ενεργά σε ένα αποθετήριο ανοιχτού κώδικα και οι συντηρητές θεωρούν οτι είναι σταθερές για κανονική χρήση.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Η εφαρμογή αυτή δεν ελέγχεται για θέματα ασφάλειας και είναι νέα ή είναι γνωστό ότι είναι ασταθής. Η εγκατάσταση γίνεται με δική σας ευθύνη.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες",
     "Uninstall App" : "Απεγκατάσταση Εφαρμογής",
     "Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών",
-    "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Χαιρετισμούς!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n",
diff --git a/settings/l10n/el.json b/settings/l10n/el.json
index c6e131526d7089605103b342c88735d8ca47e4d8..70d23d3da19605867a481aef0704e0e5f0f6e5cb 100644
--- a/settings/l10n/el.json
+++ b/settings/l10n/el.json
@@ -60,6 +60,7 @@
     "Approved" : "Εγκεκριμένο",
     "Experimental" : "Πειραματικό",
     "All" : "Όλες",
+    "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Οι επίσημες εφαρμογές αναπτύσσονται από την κοινότητα ownCloud. Προσφέρουν λειτουργικότητα κοντά στο ownCloud και είναι έτοιμες για χρήση.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Οι εγκεκριμένες εφαρμογές αναπτύχθηκαν από αξιόπιστους προγραμματιστές και έχουν περάσει έναν συνοπτικό έλεγχο ασφαλείας. Διατηρούνται ενεργά σε ένα αποθετήριο ανοιχτού κώδικα και οι συντηρητές θεωρούν οτι είναι σταθερές για κανονική χρήση.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Η εφαρμογή αυτή δεν ελέγχεται για θέματα ασφάλειας και είναι νέα ή είναι γνωστό ότι είναι ασταθής. Η εγκατάσταση γίνεται με δική σας ευθύνη.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες",
     "Uninstall App" : "Απεγκατάσταση Εφαρμογής",
     "Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών",
-    "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Χαιρετισμούς!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n",
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js
index f103c0c3b03a64be4fdde8b91b20ee81738687f6..0a51d19bb6d0e5123f5e1c212390a8335a8b5058 100644
--- a/settings/l10n/en_GB.js
+++ b/settings/l10n/en_GB.js
@@ -58,6 +58,7 @@ OC.L10N.register(
     "Approved" : "Approved",
     "Experimental" : "Experimental",
     "All" : "All",
+    "No apps found for your version" : "No apps found for your version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.",
     "Update to %s" : "Update to %s",
@@ -194,7 +195,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Enable only for specific groups",
     "Uninstall App" : "Uninstall App",
     "Enable experimental apps" : "Enable experimental apps",
-    "No apps found for your version" : "No apps found for your version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Cheers!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n",
diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json
index a1a6697a0de7e8a9aa7dcaaca0f84918f64ac5fd..a696c3dcbc1a84ac5624c75a37be6f4c7e53e476 100644
--- a/settings/l10n/en_GB.json
+++ b/settings/l10n/en_GB.json
@@ -56,6 +56,7 @@
     "Approved" : "Approved",
     "Experimental" : "Experimental",
     "All" : "All",
+    "No apps found for your version" : "No apps found for your version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.",
     "Update to %s" : "Update to %s",
@@ -192,7 +193,6 @@
     "Enable only for specific groups" : "Enable only for specific groups",
     "Uninstall App" : "Uninstall App",
     "Enable experimental apps" : "Enable experimental apps",
-    "No apps found for your version" : "No apps found for your version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Cheers!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 5e931e6fb5d655940ab49083efa420ef0025d0de..c3bda0ef23b1dd5f8687d6276f32446b72faf20a 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Aprobado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "No se han encontrado aplicaciones para su versión",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplicaciones oficiales son desarrolladas por y dentro de la comunidad ownCloud. Estas ofrecen una funcionalidad central con ownCloud y están listas para su uso en producción. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus mantenedores las consideran estables para un uso normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no está verificada por problemas de seguridad además de ser reciente o conocida por ser inestable. Instálela bajo su propio riesgo.",
@@ -208,7 +209,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Activar solamente para grupos específicos",
     "Uninstall App" : "Desinstalar aplicación",
     "Enable experimental apps" : "Habilitar aplicaciones experimentales",
-    "No apps found for your version" : "No se han encontrado aplicaciones para su versión",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "¡Saludos!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 1fab86a038fdb88138a3d1f74a4b2d13dcfe6647..5b44998a0b5541a7678825f5d453e75b0cd6eb6a 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -60,6 +60,7 @@
     "Approved" : "Aprobado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "No se han encontrado aplicaciones para su versión",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplicaciones oficiales son desarrolladas por y dentro de la comunidad ownCloud. Estas ofrecen una funcionalidad central con ownCloud y están listas para su uso en producción. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus mantenedores las consideran estables para un uso normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no está verificada por problemas de seguridad además de ser reciente o conocida por ser inestable. Instálela bajo su propio riesgo.",
@@ -206,7 +207,6 @@
     "Enable only for specific groups" : "Activar solamente para grupos específicos",
     "Uninstall App" : "Desinstalar aplicación",
     "Enable experimental apps" : "Habilitar aplicaciones experimentales",
-    "No apps found for your version" : "No se han encontrado aplicaciones para su versión",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "¡Saludos!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n",
diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js
index 56e3a7482c0f2e14151a3bda047c3438a7792d78..67cbca7f5a36aa78993ef08f2b9ff68c6b086a89 100644
--- a/settings/l10n/et_EE.js
+++ b/settings/l10n/et_EE.js
@@ -54,6 +54,7 @@ OC.L10N.register(
     "Approved" : "Heaks kiidetud",
     "Experimental" : "Katsetusjärgus",
     "All" : "Kõik",
+    "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust",
     "Update to %s" : "Uuenda versioonile %s",
     "Please wait...." : "Palun oota...",
     "Error while disabling app" : "Viga rakenduse keelamisel",
@@ -171,7 +172,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Luba ainult kindlad grupid",
     "Uninstall App" : "Eemada rakend",
     "Enable experimental apps" : "Luba katsetusjärgus rakenduste kasutamine",
-    "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust",
     "Cheers!" : "Terekest!",
     "Administrator documentation" : "Administraatori dokumentatsioon",
     "Online documentation" : "Võrgus olev dokumentatsioon",
diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json
index 91d078142b48bc48604b109eec2a4b4222960efd..2cdd04994159c8b3402ee9b831fe3cfcd1a4d2a8 100644
--- a/settings/l10n/et_EE.json
+++ b/settings/l10n/et_EE.json
@@ -52,6 +52,7 @@
     "Approved" : "Heaks kiidetud",
     "Experimental" : "Katsetusjärgus",
     "All" : "Kõik",
+    "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust",
     "Update to %s" : "Uuenda versioonile %s",
     "Please wait...." : "Palun oota...",
     "Error while disabling app" : "Viga rakenduse keelamisel",
@@ -169,7 +170,6 @@
     "Enable only for specific groups" : "Luba ainult kindlad grupid",
     "Uninstall App" : "Eemada rakend",
     "Enable experimental apps" : "Luba katsetusjärgus rakenduste kasutamine",
-    "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust",
     "Cheers!" : "Terekest!",
     "Administrator documentation" : "Administraatori dokumentatsioon",
     "Online documentation" : "Võrgus olev dokumentatsioon",
diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js
index 3971f00a6054de307def4d1220b5d38ef08ebbf6..3d9aba763458b8ac8d60f1ba568d1ef96927ca5b 100644
--- a/settings/l10n/fa.js
+++ b/settings/l10n/fa.js
@@ -52,6 +52,7 @@ OC.L10N.register(
     "Approved" : "تایید شده",
     "Experimental" : "آزمایشی",
     "All" : "همه",
+    "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
     "Update to %s" : "بروزرسانی به  %s",
     "Please wait...." : "لطفا صبر کنید ...",
     "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه",
@@ -165,7 +166,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص",
     "Uninstall App" : "حذف برنامه",
     "Enable experimental apps" : "فعال‌سازی برنامه‌های آزمایشی",
-    "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
     "Cheers!" : "سلامتی!",
     "Administrator documentation" : "مستندات مدیر",
     "Online documentation" : "مستندات آنلاین",
diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json
index 5301d24486126ea8ae4af77fecd164715413ca8a..f152587d529b2b3f4d3a7ceda2f3e981b6f7a841 100644
--- a/settings/l10n/fa.json
+++ b/settings/l10n/fa.json
@@ -50,6 +50,7 @@
     "Approved" : "تایید شده",
     "Experimental" : "آزمایشی",
     "All" : "همه",
+    "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
     "Update to %s" : "بروزرسانی به  %s",
     "Please wait...." : "لطفا صبر کنید ...",
     "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه",
@@ -163,7 +164,6 @@
     "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص",
     "Uninstall App" : "حذف برنامه",
     "Enable experimental apps" : "فعال‌سازی برنامه‌های آزمایشی",
-    "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
     "Cheers!" : "سلامتی!",
     "Administrator documentation" : "مستندات مدیر",
     "Online documentation" : "مستندات آنلاین",
diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js
index 18ba17f8b6c3d25a85890a52daff808011859702..8c72e059f5e8ef1d6890e13750c549ce72f417ef 100644
--- a/settings/l10n/fi_FI.js
+++ b/settings/l10n/fi_FI.js
@@ -61,6 +61,7 @@ OC.L10N.register(
     "Approved" : "Hyväksytty",
     "Experimental" : "Kokeellinen",
     "All" : "Kaikki",
+    "No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Viralliset sovellukset kehitetään ownCloud-yhteisön toimesta. Sovellukset tarjoavat lisäominaisuuksia ownCloudin keskeisiin toimintoihin liittyen ja ovat valmiita tuotantokäyttöön.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.",
@@ -201,7 +202,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Salli vain tietyille ryhmille",
     "Uninstall App" : "Poista sovelluksen asennus",
     "Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia",
-    "No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Kippis!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n",
diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json
index deb850873dbf6ed53b832319641faa2a26708612..f29dd06a0fb7ae37fa200bebb5df506824bd6baa 100644
--- a/settings/l10n/fi_FI.json
+++ b/settings/l10n/fi_FI.json
@@ -59,6 +59,7 @@
     "Approved" : "Hyväksytty",
     "Experimental" : "Kokeellinen",
     "All" : "Kaikki",
+    "No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Viralliset sovellukset kehitetään ownCloud-yhteisön toimesta. Sovellukset tarjoavat lisäominaisuuksia ownCloudin keskeisiin toimintoihin liittyen ja ovat valmiita tuotantokäyttöön.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.",
@@ -199,7 +200,6 @@
     "Enable only for specific groups" : "Salli vain tietyille ryhmille",
     "Uninstall App" : "Poista sovelluksen asennus",
     "Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia",
-    "No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Kippis!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 535f504f9ab433684b5736f40038dd0a25d437f6..fc4f58ac3bc918e081c07c57abf41a527554e6d5 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Approuvée",
     "Experimental" : "Expérimentale",
     "All" : "Tous",
+    "No apps found for your version" : "Pas d'application trouvée pour votre version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Les applications officielles sont développées par et avec la communauté ownCloud. Elles permettent à ownCloud d'offrir ses fonctionnalités principales et sont prêtes pour une utilisation en environnement de production. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Activer uniquement pour certains groupes",
     "Uninstall App" : "Désinstaller l'application",
     "Enable experimental apps" : "Activer les applications expérimentales",
-    "No apps found for your version" : "Pas d'application trouvée pour votre version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "À bientôt !",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 5bb64ec01d663d399b8ece782019c28551ba8276..5f8a316080f59d41e9e4a3b89569a35467ee26c6 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -60,6 +60,7 @@
     "Approved" : "Approuvée",
     "Experimental" : "Expérimentale",
     "All" : "Tous",
+    "No apps found for your version" : "Pas d'application trouvée pour votre version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Les applications officielles sont développées par et avec la communauté ownCloud. Elles permettent à ownCloud d'offrir ses fonctionnalités principales et sont prêtes pour une utilisation en environnement de production. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Activer uniquement pour certains groupes",
     "Uninstall App" : "Désinstaller l'application",
     "Enable experimental apps" : "Activer les applications expérimentales",
-    "No apps found for your version" : "Pas d'application trouvée pour votre version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "À bientôt !",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n",
diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js
index 5dc7cdaa1f407e5f10124a885a9d313228eb5ade..0c03a5b06b3eca4960b9d5ff2b0868fb22a03c4a 100644
--- a/settings/l10n/gl.js
+++ b/settings/l10n/gl.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Aprobado",
     "Experimental" : "Experimental",
     "All" : "Todo",
+    "No apps found for your version" : "Non se atoparon aplicativos para esta versión",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As aplicacións oficiais son desenvolvidas pola comunidade dentro de ownCloud. Ofrecen una funcionalidade central para ownCloud e están preparadas para o seu uso en produción.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.",
@@ -202,7 +203,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Activar só para grupos específicos",
     "Uninstall App" : "Desinstalar unha aplicación",
     "Enable experimental apps" : "Activar as aplicacións experimentais",
-    "No apps found for your version" : "Non se atoparon aplicativos para esta versión",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ola,<br><br>Só facerlle saber que dispón da conta %s.<br><br>O seu nome de usuario: %s<br>Para acceder a ela: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saúdos!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ola,\n\nSó facerlle saber que dispón da conta %s.\n\nO seu nome de usuario: %s\nPara acceder a ela: %s\n",
diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json
index a807e5174454db18e56e48c213d4f77416f76894..f2e924ac772e3727598a928f949ce46b992a9ff9 100644
--- a/settings/l10n/gl.json
+++ b/settings/l10n/gl.json
@@ -60,6 +60,7 @@
     "Approved" : "Aprobado",
     "Experimental" : "Experimental",
     "All" : "Todo",
+    "No apps found for your version" : "Non se atoparon aplicativos para esta versión",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As aplicacións oficiais son desenvolvidas pola comunidade dentro de ownCloud. Ofrecen una funcionalidade central para ownCloud e están preparadas para o seu uso en produción.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.",
@@ -200,7 +201,6 @@
     "Enable only for specific groups" : "Activar só para grupos específicos",
     "Uninstall App" : "Desinstalar unha aplicación",
     "Enable experimental apps" : "Activar as aplicacións experimentais",
-    "No apps found for your version" : "Non se atoparon aplicativos para esta versión",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ola,<br><br>Só facerlle saber que dispón da conta %s.<br><br>O seu nome de usuario: %s<br>Para acceder a ela: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saúdos!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ola,\n\nSó facerlle saber que dispón da conta %s.\n\nO seu nome de usuario: %s\nPara acceder a ela: %s\n",
diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js
index f62795a0a847197c178a2aff84106d5486cd7b3c..2cbcb3e822aecadbdbdf8cb82a71c4a4fb6046d0 100644
--- a/settings/l10n/hu_HU.js
+++ b/settings/l10n/hu_HU.js
@@ -60,6 +60,7 @@ OC.L10N.register(
     "Approved" : "Jóváhagyott",
     "Experimental" : "Kísérleti",
     "All" : "Mind",
+    "No apps found for your version" : "Nem található alkalmazás a verziód számára",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!",
     "Update to %s" : "Frissítés erre: %s",
     "Please wait...." : "Kérjük várj...",
@@ -198,7 +199,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé",
     "Uninstall App" : "Alkalmazás eltávolítása",
     "Enable experimental apps" : "Kísérleti alkalmazások engedélyezése",
-    "No apps found for your version" : "Nem található alkalmazás a verziód számára",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Üdv.",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n",
diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json
index b324010e42661f9a30c41b5069fbc500d1444605..44bebd90c4dc0d0a1160d7d661bd0fdce2bff0cd 100644
--- a/settings/l10n/hu_HU.json
+++ b/settings/l10n/hu_HU.json
@@ -58,6 +58,7 @@
     "Approved" : "Jóváhagyott",
     "Experimental" : "Kísérleti",
     "All" : "Mind",
+    "No apps found for your version" : "Nem található alkalmazás a verziód számára",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!",
     "Update to %s" : "Frissítés erre: %s",
     "Please wait...." : "Kérjük várj...",
@@ -196,7 +197,6 @@
     "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé",
     "Uninstall App" : "Alkalmazás eltávolítása",
     "Enable experimental apps" : "Kísérleti alkalmazások engedélyezése",
-    "No apps found for your version" : "Nem található alkalmazás a verziód számára",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Üdv.",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n",
diff --git a/settings/l10n/id.js b/settings/l10n/id.js
index 2910dc1ce09c2373da06eb184ee9e17113ecedba..bd9f3430eb3cd4a1a0e9158fbd9d10b95f7f1fc6 100644
--- a/settings/l10n/id.js
+++ b/settings/l10n/id.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Disetujui",
     "Experimental" : "Uji Coba",
     "All" : "Semua",
+    "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplikasi resmi dikembangkan oleh komunitas ownCloud. Mereka menawarkan fitur pusat bagi ownCloud dan siap digunakan untuk penggunaan produksi.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu",
     "Uninstall App" : "Copot aplikasi",
     "Enable experimental apps" : "Aktifkan aplikasi percobaan",
-    "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Horee!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n",
diff --git a/settings/l10n/id.json b/settings/l10n/id.json
index 4408965251bdf4ba0a1d867bd70536cf753bd7e2..bcd4337bc7e54e87bcddf35b09009aefe9403d67 100644
--- a/settings/l10n/id.json
+++ b/settings/l10n/id.json
@@ -60,6 +60,7 @@
     "Approved" : "Disetujui",
     "Experimental" : "Uji Coba",
     "All" : "Semua",
+    "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplikasi resmi dikembangkan oleh komunitas ownCloud. Mereka menawarkan fitur pusat bagi ownCloud dan siap digunakan untuk penggunaan produksi.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu",
     "Uninstall App" : "Copot aplikasi",
     "Enable experimental apps" : "Aktifkan aplikasi percobaan",
-    "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Horee!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index 3fd8ac02b0758930228e81c575d717b7012a2fe2..fde051394e5873b2da6b289eb9051e522d3578a9 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Approvata",
     "Experimental" : "Sperimentale",
     "All" : "Tutti",
+    "No apps found for your version" : "Nessuna applicazione trovata per la tua versione",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Le applicazioni ufficiali sono sviluppate da e con la comunità di ownCloud. Offrono le funzioni fondamentali di ownCloud e sono pronte per l'utilizzo in produzione.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Abilita solo per gruppi specifici",
     "Uninstall App" : "Disinstalla applicazione",
     "Enable experimental apps" : "Abilita le applicazioni sperimentali",
-    "No apps found for your version" : "Nessuna applicazione trovata per la tua versione",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saluti!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index 20c713419aa778fab07af17e8e4caa82e99ba474..62711d482e8ee0148e0a7fd0035f0d844d58d9f7 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -60,6 +60,7 @@
     "Approved" : "Approvata",
     "Experimental" : "Sperimentale",
     "All" : "Tutti",
+    "No apps found for your version" : "Nessuna applicazione trovata per la tua versione",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Le applicazioni ufficiali sono sviluppate da e con la comunità di ownCloud. Offrono le funzioni fondamentali di ownCloud e sono pronte per l'utilizzo in produzione.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Abilita solo per gruppi specifici",
     "Uninstall App" : "Disinstalla applicazione",
     "Enable experimental apps" : "Abilita le applicazioni sperimentali",
-    "No apps found for your version" : "Nessuna applicazione trovata per la tua versione",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saluti!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n",
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js
index 806b352d39eabb3cbb5ecc728683b8bea1620f62..298728a36b6ee23dc8041470812c3c7ed6bc3d2e 100644
--- a/settings/l10n/ja.js
+++ b/settings/l10n/ja.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "承認済み",
     "Experimental" : "実験的",
     "All" : "すべて",
+    "No apps found for your version" : "現在のバージョンに対応するアプリはありません",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。コミュニティは ownCloud の中心機能を提供し、製品としての使用の準備ができています。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
@@ -213,7 +214,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "特定のグループのみ有効に",
     "Uninstall App" : "アプリをアンインストール",
     "Enable experimental apps" : "実験的なアプリを有効にする",
-    "No apps found for your version" : "現在のバージョンに対応するアプリはありません",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "それでは!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n",
diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json
index a05cc9d62e843afbe5a0d4e6b240f1cfb219ec76..ba2833873f928603f99df0a2bc24aeb003979552 100644
--- a/settings/l10n/ja.json
+++ b/settings/l10n/ja.json
@@ -60,6 +60,7 @@
     "Approved" : "承認済み",
     "Experimental" : "実験的",
     "All" : "すべて",
+    "No apps found for your version" : "現在のバージョンに対応するアプリはありません",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。コミュニティは ownCloud の中心機能を提供し、製品としての使用の準備ができています。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
@@ -211,7 +212,6 @@
     "Enable only for specific groups" : "特定のグループのみ有効に",
     "Uninstall App" : "アプリをアンインストール",
     "Enable experimental apps" : "実験的なアプリを有効にする",
-    "No apps found for your version" : "現在のバージョンに対応するアプリはありません",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "それでは!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n",
diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js
index 5d5fed01962ccd1818a29d3514bc6f2e8e398ad0..98708442e701ea891eedea1d747d90ac601d81fa 100644
--- a/settings/l10n/ko.js
+++ b/settings/l10n/ko.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "승인됨",
     "Experimental" : "실험적",
     "All" : "모두",
+    "No apps found for your version" : "설치된 버전에 대한 앱 없음",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "공식 앱은 ownCloud 커뮤니티 내에서 개발됩니다. ownCloud의 주요 기능을 제공하며 상용 환경에서 사용 가능합니다.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "특정 그룹에만 허용",
     "Uninstall App" : "앱 제거",
     "Enable experimental apps" : "실험적인 앱 사용",
-    "No apps found for your version" : "설치된 버전에 대한 앱 없음",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "감사합니다!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n",
diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json
index d7ac88cf0f399e975ade8ccdb7688a718228f95c..d73c713310b539f9bdd2fc0f1c7b25b02f4da81c 100644
--- a/settings/l10n/ko.json
+++ b/settings/l10n/ko.json
@@ -60,6 +60,7 @@
     "Approved" : "승인됨",
     "Experimental" : "실험적",
     "All" : "모두",
+    "No apps found for your version" : "설치된 버전에 대한 앱 없음",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "공식 앱은 ownCloud 커뮤니티 내에서 개발됩니다. ownCloud의 주요 기능을 제공하며 상용 환경에서 사용 가능합니다.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "특정 그룹에만 허용",
     "Uninstall App" : "앱 제거",
     "Enable experimental apps" : "실험적인 앱 사용",
-    "No apps found for your version" : "설치된 버전에 대한 앱 없음",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "감사합니다!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n",
diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js
index 3e6048d7405539a4e438bb5b63cd2559b6c7934d..44585ece158c443df01ecdfe7a91c620e243fec5 100644
--- a/settings/l10n/nb_NO.js
+++ b/settings/l10n/nb_NO.js
@@ -62,8 +62,9 @@ OC.L10N.register(
     "Approved" : "Godkjent",
     "Experimental" : "Eksperimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Ingen apper funnet for din versjon",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offisielle apper utvikles av og innenfor ownCloud-fellesskapet. De tilbyr funksjonalitet som er sentral for ownCloud og er forberedt for produksjonsbruk.",
-    "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av pålitelige utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tilfeldig til normal bruk.",
+    "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av pålitelige utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denne appen er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.",
     "Update to %s" : "Oppdater til %s",
     "Please wait...." : "Vennligst vent...",
@@ -77,6 +78,8 @@ OC.L10N.register(
     "Uninstalling ...." : "Avinstallerer ....",
     "Error while uninstalling app" : "Feil ved avinstallering av app",
     "Uninstall" : "Avinstaller",
+    "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er aktivert men må oppdateres. Du vil bli omdirigert til oppdateringssiden om 5 sekunder.",
+    "App update" : "Oppdatering av applikasjon",
     "An error occurred: {message}" : "Det oppstod en feil: {message}",
     "Select a profile picture" : "Velg et profilbilde",
     "Very weak password" : "Veldig svakt passord",
@@ -149,6 +152,7 @@ OC.L10N.register(
     "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere",
     "Exclude groups from sharing" : "Utelukk grupper fra deling",
     "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
+    "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Tillat automatisk fullføring av brukernavn i delingsdialogen. Uten dette valget må hele brukernavnet oppgis.",
     "Last cron job execution: %s." : "Siste kjøring av cron-jobb: %s.",
     "Last cron job execution: %s. Something seems wrong." : "Siste kjøring av cron-jobb: %s. Noe ser ut til å være galt.",
     "Cron was not executed yet!" : "Cron er ikke utført ennå!",
@@ -157,6 +161,10 @@ OC.L10N.register(
     "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.",
     "Enable server-side encryption" : "Aktiver serverkryptering",
     "Please read carefully before activating server-side encryption: " : "Vennligst les dette nøye før du aktiverer serverkrykptering:",
+    "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Når kryptering er blitt aktivert, vil alle filer som lastes opp til serveren fra det tidspunktet av bli lagret kryptert på serveren. Det vil kun være mulig å deaktivere kryptering senere dersom den aktive krypteringsmodulen støtter det og alle forutsetninger (f.eks. å sette en gjenopprettingsnøkkel) er til stede.",
+    "Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Kryptering alene garanterer ikke sikkerheten i systemet. Se ownCloud-dokumentasjonen for mer informasjon om hvordan krypterings-appen virker og hvilke brukstilfeller som støttes.",
+    "Be aware that encryption always increases the file size." : "Vær oppmerksom på at kryptering alltid øker filstørrelsen.",
+    "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Det er alltid bra å ta regelmessig sikkerhetskopi av dataene dine. Pass på å ta kopi av krypteringsnøklene sammen med dataene når kryptering er i bruk.",
     "This is the final warning: Do you really want to enable encryption?" : "Dette er siste advarsel: Vil du virkelig aktivere kryptering?",
     "Enable encryption" : "Aktiver kryptering",
     "No encryption module loaded, please enable an encryption module in the app menu." : "Ingen krypteringsmodul er lastet. Aktiver en krypteringsmodul i app-menyen.",
@@ -189,14 +197,14 @@ OC.L10N.register(
     "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i <a target=\"_blank\" href=\"%s\">dokumentasjonen ↗</a>.",
     "How to do backups" : "Hvordan ta sikkerhetskopier",
     "Advanced monitoring" : "Avansert overvåking",
-    "Performance tuning" : "Tilpassing av ytelse",
-    "Improving the config.php" : "Forbedring av config.php",
+    "Performance tuning" : "Forbedre ytelsen",
+    "Improving the config.php" : "Tilpasninger i config.php",
     "Theming" : "Temaer",
     "Hardening and security guidance" : "Herding og sikkerhetsveiledning",
     "Version" : "Versjon",
     "Developer documentation" : "Utviklerdokumentasjon",
     "Experimental applications ahead" : "Eksperimentelle applikasjoner forut",
-    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer, de er nye eller de anses som ustabile og under kontinuerlig utvikling. Å installere slike apper kan forårsake tap av data eller sikkerhetsbrudd.",
+    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer. De er nye eller de anses som ustabile og under stadig utvikling. Å installere slike apper kan forårsake tap av data eller brudd på sikkerheten.",
     "by" : "av",
     "licensed" : "lisensiert",
     "Documentation:" : "Dokumentasjon:",
@@ -208,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Aktiver kun for visse grupper",
     "Uninstall App" : "Avinstaller app",
     "Enable experimental apps" : "Aktiver eksperimentelle apper",
-    "No apps found for your version" : "Ingen apper funnet for din versjon",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Ha det!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json
index 79545168f56fc9cdff8d26dd2304bd32ccdf86f5..2cd023b3ac896c5da7195f928618a9a9200a8115 100644
--- a/settings/l10n/nb_NO.json
+++ b/settings/l10n/nb_NO.json
@@ -60,8 +60,9 @@
     "Approved" : "Godkjent",
     "Experimental" : "Eksperimentell",
     "All" : "Alle",
+    "No apps found for your version" : "Ingen apper funnet for din versjon",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offisielle apper utvikles av og innenfor ownCloud-fellesskapet. De tilbyr funksjonalitet som er sentral for ownCloud og er forberedt for produksjonsbruk.",
-    "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av pålitelige utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tilfeldig til normal bruk.",
+    "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av pålitelige utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denne appen er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.",
     "Update to %s" : "Oppdater til %s",
     "Please wait...." : "Vennligst vent...",
@@ -75,6 +76,8 @@
     "Uninstalling ...." : "Avinstallerer ....",
     "Error while uninstalling app" : "Feil ved avinstallering av app",
     "Uninstall" : "Avinstaller",
+    "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er aktivert men må oppdateres. Du vil bli omdirigert til oppdateringssiden om 5 sekunder.",
+    "App update" : "Oppdatering av applikasjon",
     "An error occurred: {message}" : "Det oppstod en feil: {message}",
     "Select a profile picture" : "Velg et profilbilde",
     "Very weak password" : "Veldig svakt passord",
@@ -147,6 +150,7 @@
     "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere",
     "Exclude groups from sharing" : "Utelukk grupper fra deling",
     "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
+    "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Tillat automatisk fullføring av brukernavn i delingsdialogen. Uten dette valget må hele brukernavnet oppgis.",
     "Last cron job execution: %s." : "Siste kjøring av cron-jobb: %s.",
     "Last cron job execution: %s. Something seems wrong." : "Siste kjøring av cron-jobb: %s. Noe ser ut til å være galt.",
     "Cron was not executed yet!" : "Cron er ikke utført ennå!",
@@ -155,6 +159,10 @@
     "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.",
     "Enable server-side encryption" : "Aktiver serverkryptering",
     "Please read carefully before activating server-side encryption: " : "Vennligst les dette nøye før du aktiverer serverkrykptering:",
+    "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Når kryptering er blitt aktivert, vil alle filer som lastes opp til serveren fra det tidspunktet av bli lagret kryptert på serveren. Det vil kun være mulig å deaktivere kryptering senere dersom den aktive krypteringsmodulen støtter det og alle forutsetninger (f.eks. å sette en gjenopprettingsnøkkel) er til stede.",
+    "Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Kryptering alene garanterer ikke sikkerheten i systemet. Se ownCloud-dokumentasjonen for mer informasjon om hvordan krypterings-appen virker og hvilke brukstilfeller som støttes.",
+    "Be aware that encryption always increases the file size." : "Vær oppmerksom på at kryptering alltid øker filstørrelsen.",
+    "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Det er alltid bra å ta regelmessig sikkerhetskopi av dataene dine. Pass på å ta kopi av krypteringsnøklene sammen med dataene når kryptering er i bruk.",
     "This is the final warning: Do you really want to enable encryption?" : "Dette er siste advarsel: Vil du virkelig aktivere kryptering?",
     "Enable encryption" : "Aktiver kryptering",
     "No encryption module loaded, please enable an encryption module in the app menu." : "Ingen krypteringsmodul er lastet. Aktiver en krypteringsmodul i app-menyen.",
@@ -187,14 +195,14 @@
     "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i <a target=\"_blank\" href=\"%s\">dokumentasjonen ↗</a>.",
     "How to do backups" : "Hvordan ta sikkerhetskopier",
     "Advanced monitoring" : "Avansert overvåking",
-    "Performance tuning" : "Tilpassing av ytelse",
-    "Improving the config.php" : "Forbedring av config.php",
+    "Performance tuning" : "Forbedre ytelsen",
+    "Improving the config.php" : "Tilpasninger i config.php",
     "Theming" : "Temaer",
     "Hardening and security guidance" : "Herding og sikkerhetsveiledning",
     "Version" : "Versjon",
     "Developer documentation" : "Utviklerdokumentasjon",
     "Experimental applications ahead" : "Eksperimentelle applikasjoner forut",
-    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer, de er nye eller de anses som ustabile og under kontinuerlig utvikling. Å installere slike apper kan forårsake tap av data eller sikkerhetsbrudd.",
+    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer. De er nye eller de anses som ustabile og under stadig utvikling. Å installere slike apper kan forårsake tap av data eller brudd på sikkerheten.",
     "by" : "av",
     "licensed" : "lisensiert",
     "Documentation:" : "Dokumentasjon:",
@@ -206,7 +214,6 @@
     "Enable only for specific groups" : "Aktiver kun for visse grupper",
     "Uninstall App" : "Avinstaller app",
     "Enable experimental apps" : "Aktiver eksperimentelle apper",
-    "No apps found for your version" : "Ingen apper funnet for din versjon",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Ha det!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index b593323e6ad3bb8fb29c8b38e0920eddcff5e4a5..5493ddfdeb674f89e0a699b8250ed280fce001f3 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Goedgekeurd",
     "Experimental" : "Experimenteel",
     "All" : "Alle",
+    "No apps found for your version" : "Geen apps gevonden voor uw versie",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Officiële apps zijn ontwikkeld door en binnen de ownCloud community. Ze bieden functionaliteit binnen ownCloud en zijn klaar voor gebruik in een productie omgeving.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw is is bekend als onstabiel. Installeren op eigen risico.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
     "Uninstall App" : "De-installeren app",
     "Enable experimental apps" : "Inschakelen experimentele apps",
-    "No apps found for your version" : "Geen apps gevonden voor uw versie",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen u laten weten dat u nu een %s account hebt.<br><br>Uw gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Proficiat!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen u laten weten dat u nu een %s account hebt.\n\nUw gebruikersnaam: %s\nGa naar: %s\n\n",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 05a702eb74ae85bdc50dbe446b6976bc1229bd28..fdc63cad06803c98d7a78921a307e1046612c280 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -60,6 +60,7 @@
     "Approved" : "Goedgekeurd",
     "Experimental" : "Experimenteel",
     "All" : "Alle",
+    "No apps found for your version" : "Geen apps gevonden voor uw versie",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Officiële apps zijn ontwikkeld door en binnen de ownCloud community. Ze bieden functionaliteit binnen ownCloud en zijn klaar voor gebruik in een productie omgeving.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw is is bekend als onstabiel. Installeren op eigen risico.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
     "Uninstall App" : "De-installeren app",
     "Enable experimental apps" : "Inschakelen experimentele apps",
-    "No apps found for your version" : "Geen apps gevonden voor uw versie",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen u laten weten dat u nu een %s account hebt.<br><br>Uw gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Proficiat!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen u laten weten dat u nu een %s account hebt.\n\nUw gebruikersnaam: %s\nGa naar: %s\n\n",
diff --git a/settings/l10n/oc.js b/settings/l10n/oc.js
index 89fb4cc5133b67026f2c8f10dc0ea617c9435d85..1d4473babf1a20a6e5d04a64b4a5914e708b8a99 100644
--- a/settings/l10n/oc.js
+++ b/settings/l10n/oc.js
@@ -59,6 +59,7 @@ OC.L10N.register(
     "Approved" : "Aprovat",
     "Experimental" : "Experimental",
     "All" : "Totes",
+    "No apps found for your version" : "Pas d'aplicacion trobada per vòstra version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Las aplicacions oficialas son desvolopadas per e amb la comunautat ownCloud. Ofrisson sas foncionalitats principalas a ownCloud e son prèstas per una utilizacion en produccion. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicacions aprovadas son creadas per de desvolopaires de fisança e an passat los tèst de seguretat. Son activament mantengudas dins un depaus dobèrt e lors desvolopaires pensan que son establas per una utilizacion normala.",
     "Update to %s" : "Metre a nivèl cap a la version %s",
@@ -195,7 +196,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Activar unicament per certans gropes",
     "Uninstall App" : "Desinstallar l'aplicacion",
     "Enable experimental apps" : "Activar las aplicacions experimentalas",
-    "No apps found for your version" : "Pas d'aplicacion trobada per vòstra version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjorn,<br><br>Un compte %s es estat creat per vos.<br><br>Vòstre nom d'utilizaire es : %s<br>Visitatz vòstre compte : <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "A lèu !",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjorn,<br><br>Un compte %s es estat creat per vos.<br><br>Vòstre nom d'utilizaire es : %s<br>Visitatz vòstre compte : %s<br><br>\n",
diff --git a/settings/l10n/oc.json b/settings/l10n/oc.json
index 4efe344335201d6219e5738fee14a88048b0b2d1..299fcb5ccf7de7970c3c06654102c0f216e8c81e 100644
--- a/settings/l10n/oc.json
+++ b/settings/l10n/oc.json
@@ -57,6 +57,7 @@
     "Approved" : "Aprovat",
     "Experimental" : "Experimental",
     "All" : "Totes",
+    "No apps found for your version" : "Pas d'aplicacion trobada per vòstra version",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Las aplicacions oficialas son desvolopadas per e amb la comunautat ownCloud. Ofrisson sas foncionalitats principalas a ownCloud e son prèstas per una utilizacion en produccion. ",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicacions aprovadas son creadas per de desvolopaires de fisança e an passat los tèst de seguretat. Son activament mantengudas dins un depaus dobèrt e lors desvolopaires pensan que son establas per una utilizacion normala.",
     "Update to %s" : "Metre a nivèl cap a la version %s",
@@ -193,7 +194,6 @@
     "Enable only for specific groups" : "Activar unicament per certans gropes",
     "Uninstall App" : "Desinstallar l'aplicacion",
     "Enable experimental apps" : "Activar las aplicacions experimentalas",
-    "No apps found for your version" : "Pas d'aplicacion trobada per vòstra version",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjorn,<br><br>Un compte %s es estat creat per vos.<br><br>Vòstre nom d'utilizaire es : %s<br>Visitatz vòstre compte : <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "A lèu !",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjorn,<br><br>Un compte %s es estat creat per vos.<br><br>Vòstre nom d'utilizaire es : %s<br>Visitatz vòstre compte : %s<br><br>\n",
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js
index 0af3bac7eeb856dd5fa912f7c4e067bb79e6d24b..86108df8f0144c572eef98f334e368a04eabf011 100644
--- a/settings/l10n/pl.js
+++ b/settings/l10n/pl.js
@@ -44,6 +44,7 @@ OC.L10N.register(
     "Add trusted domain" : "Dodaj zaufaną domenę",
     "Sending..." : "Wysyłam...",
     "All" : "Wszystkie",
+    "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji",
     "Update to %s" : "Uaktualnij do %s",
     "Please wait...." : "Proszę czekać...",
     "Error while disabling app" : "Błąd podczas wyłączania aplikacji",
@@ -150,7 +151,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Włącz tylko dla określonych grup",
     "Uninstall App" : "Odinstaluj aplikację",
     "Enable experimental apps" : "Włącz eksperymentalne aplikacje",
-    "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Pozdrawiam!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n",
diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json
index f5fa2bb1e858e9a27f3ed4b40944c99306f73644..f84a6214abc64a6a5c6af1d551455a6005ea1211 100644
--- a/settings/l10n/pl.json
+++ b/settings/l10n/pl.json
@@ -42,6 +42,7 @@
     "Add trusted domain" : "Dodaj zaufaną domenę",
     "Sending..." : "Wysyłam...",
     "All" : "Wszystkie",
+    "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji",
     "Update to %s" : "Uaktualnij do %s",
     "Please wait...." : "Proszę czekać...",
     "Error while disabling app" : "Błąd podczas wyłączania aplikacji",
@@ -148,7 +149,6 @@
     "Enable only for specific groups" : "Włącz tylko dla określonych grup",
     "Uninstall App" : "Odinstaluj aplikację",
     "Enable experimental apps" : "Włącz eksperymentalne aplikacje",
-    "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Pozdrawiam!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 9805f5fc61e7f05fbcd304ce9c577427852f85f1..90a5ac44f555aca70b1116779a774d1ce470ee1f 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Aprovado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "Nenhum aplicativo encontrados para a sua versão",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplicativos oficiais são desenvolvidos por e dentro da comunidade ownCloud. Eles oferecem funcionalidade central para ownCloud e estão prontos para uso em produção.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança superficial. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles para sejam estáveis para um casual uso normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado para as questões de segurança e é novo ou conhecido por ser instável. Instale por seu próprio risco.",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Ativar apenas para grupos específicos",
     "Uninstall App" : "Desinstalar Aplicativo",
     "Enable experimental apps" : "Habilitar aplicativos experimentais",
-    "No apps found for your version" : "Nenhum aplicativo encontrados para a sua versão",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saúde!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index d5328281a24d4dd8cafae7c6148d25d367898e55..e2df1097a500f4ace69e0577dfe917f4d93da161 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -60,6 +60,7 @@
     "Approved" : "Aprovado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "Nenhum aplicativo encontrados para a sua versão",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplicativos oficiais são desenvolvidos por e dentro da comunidade ownCloud. Eles oferecem funcionalidade central para ownCloud e estão prontos para uso em produção.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança superficial. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles para sejam estáveis para um casual uso normal.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado para as questões de segurança e é novo ou conhecido por ser instável. Instale por seu próprio risco.",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "Ativar apenas para grupos específicos",
     "Uninstall App" : "Desinstalar Aplicativo",
     "Enable experimental apps" : "Habilitar aplicativos experimentais",
-    "No apps found for your version" : "Nenhum aplicativo encontrados para a sua versão",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Saúde!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n",
diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js
index eeeb9544d23c098dbe668d13f151652cf6dd7fab..0d2eaa5675ba7d9d7048035ebd06cee57da5f8f5 100644
--- a/settings/l10n/pt_PT.js
+++ b/settings/l10n/pt_PT.js
@@ -59,6 +59,7 @@ OC.L10N.register(
     "Approved" : "Aprovado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As apps oficiais são desenvolvidas por e na comunidade da ownCloud. Elas oferecem funcionalidade central para a ownCloud e está pronta para uma utilização na produção.",
     "Update to %s" : "Actualizar para %s",
     "Please wait...." : "Por favor, aguarde...",
@@ -189,7 +190,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Activar só para grupos específicos",
     "Uninstall App" : "Desinstalar aplicação",
     "Enable experimental apps" : "Ativar apps experimentais",
-    "No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Parabéns!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n",
diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json
index 46f6dc48da012911ff66b558d61d6b530f7736f5..7c193743dbef9560a1210a0c415487e4886957ba 100644
--- a/settings/l10n/pt_PT.json
+++ b/settings/l10n/pt_PT.json
@@ -57,6 +57,7 @@
     "Approved" : "Aprovado",
     "Experimental" : "Experimental",
     "All" : "Todos",
+    "No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As apps oficiais são desenvolvidas por e na comunidade da ownCloud. Elas oferecem funcionalidade central para a ownCloud e está pronta para uma utilização na produção.",
     "Update to %s" : "Actualizar para %s",
     "Please wait...." : "Por favor, aguarde...",
@@ -187,7 +188,6 @@
     "Enable only for specific groups" : "Activar só para grupos específicos",
     "Uninstall App" : "Desinstalar aplicação",
     "Enable experimental apps" : "Ativar apps experimentais",
-    "No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Parabéns!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n",
diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js
index 54d87a1096c0f44a1d65d1b5040f0bdb1a74cb63..56e6b911b01222da4db9ef363202e913958da9b9 100644
--- a/settings/l10n/ru.js
+++ b/settings/l10n/ru.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Подтвержденное",
     "Experimental" : "Экспериментальное",
     "All" : "Все",
+    "No apps found for your version" : "Не найдено приложений на вашу версию",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Официальные приложения разработаны силами сообщества ownCloud. Они полностью функциональны и готовы к работе.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.",
@@ -213,7 +214,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Включить только для этих групп",
     "Uninstall App" : "Удалить приложение",
     "Enable experimental apps" : "Включить экспериментальные приложения",
-    "No apps found for your version" : "Не найдено приложений на вашу версию",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Удачи!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n",
diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json
index 12b183c2fac48e8747d537c2baca857c445c2793..220509b9b601b91e5f6df9aea671e4e6b53c4686 100644
--- a/settings/l10n/ru.json
+++ b/settings/l10n/ru.json
@@ -60,6 +60,7 @@
     "Approved" : "Подтвержденное",
     "Experimental" : "Экспериментальное",
     "All" : "Все",
+    "No apps found for your version" : "Не найдено приложений на вашу версию",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Официальные приложения разработаны силами сообщества ownCloud. Они полностью функциональны и готовы к работе.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.",
@@ -211,7 +212,6 @@
     "Enable only for specific groups" : "Включить только для этих групп",
     "Uninstall App" : "Удалить приложение",
     "Enable experimental apps" : "Включить экспериментальные приложения",
-    "No apps found for your version" : "Не найдено приложений на вашу версию",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Удачи!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n",
diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js
index 766677af1099649eb1b2f61d317eed1bb983ac43..66332871bb0f599f8a4fafbae0f7b66d529dd372 100644
--- a/settings/l10n/sk_SK.js
+++ b/settings/l10n/sk_SK.js
@@ -60,6 +60,7 @@ OC.L10N.register(
     "Approved" : "Schválené",
     "Experimental" : "Experimentálny",
     "All" : "Všetky",
+    "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli",
     "Update to %s" : "Aktualizovať na %s",
     "Please wait...." : "Čakajte prosím...",
     "Error while disabling app" : "Chyba pri zakázaní aplikácie",
@@ -187,7 +188,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Povoliť len pre vybrané skupiny",
     "Uninstall App" : "Odinštalovanie aplikácie",
     "Enable experimental apps" : "Povoliť experimentálne aplikácie",
-    "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Pekný deň!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n",
diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json
index 2169885795c70c44071b0ac20267f7a2ba6e94a5..6cfe691ee7514ebcd6bdbdcb782a6f0dc6372493 100644
--- a/settings/l10n/sk_SK.json
+++ b/settings/l10n/sk_SK.json
@@ -58,6 +58,7 @@
     "Approved" : "Schválené",
     "Experimental" : "Experimentálny",
     "All" : "Všetky",
+    "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli",
     "Update to %s" : "Aktualizovať na %s",
     "Please wait...." : "Čakajte prosím...",
     "Error while disabling app" : "Chyba pri zakázaní aplikácie",
@@ -185,7 +186,6 @@
     "Enable only for specific groups" : "Povoliť len pre vybrané skupiny",
     "Uninstall App" : "Odinštalovanie aplikácie",
     "Enable experimental apps" : "Povoliť experimentálne aplikácie",
-    "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Pekný deň!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n",
diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js
index 42678f0c8349e758ccbffaf628e15323c45c6ccb..1e436f7b81a7b10be25316803aeb45e468c6e8a4 100644
--- a/settings/l10n/sl.js
+++ b/settings/l10n/sl.js
@@ -59,6 +59,7 @@ OC.L10N.register(
     "Approved" : "Odobreno",
     "Experimental" : "Preizkusno",
     "All" : "Vsi",
+    "No apps found for your version" : "Ni aplikacij za vašo verzijo",
     "Update to %s" : "Posodobi na %s",
     "Please wait...." : "Počakajte ...",
     "Error while disabling app" : "Napaka onemogočanja programa",
@@ -175,7 +176,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Omogoči le za posamezne skupine",
     "Uninstall App" : "Odstrani program",
     "Enable experimental apps" : "Omogoči testne aplikacije",
-    "No apps found for your version" : "Ni aplikacij za vašo verzijo",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>samo sporočamo, da imate %s račun.<br><br>Vaše uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Na zdravje!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nsamo sporočamo, da imate %s račun.\n\nVaše uporabniško ime: %s\nDostop: %s\n",
diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json
index 4bade265da452560c6f316999b4d1a818b56f046..6af0302af6a18879b40d06a9beaec05d329e6962 100644
--- a/settings/l10n/sl.json
+++ b/settings/l10n/sl.json
@@ -57,6 +57,7 @@
     "Approved" : "Odobreno",
     "Experimental" : "Preizkusno",
     "All" : "Vsi",
+    "No apps found for your version" : "Ni aplikacij za vašo verzijo",
     "Update to %s" : "Posodobi na %s",
     "Please wait...." : "Počakajte ...",
     "Error while disabling app" : "Napaka onemogočanja programa",
@@ -173,7 +174,6 @@
     "Enable only for specific groups" : "Omogoči le za posamezne skupine",
     "Uninstall App" : "Odstrani program",
     "Enable experimental apps" : "Omogoči testne aplikacije",
-    "No apps found for your version" : "Ni aplikacij za vašo verzijo",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>samo sporočamo, da imate %s račun.<br><br>Vaše uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Na zdravje!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nsamo sporočamo, da imate %s račun.\n\nVaše uporabniško ime: %s\nDostop: %s\n",
diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js
index 7423b86e026879712060a203219bb7a42d99535d..847f0ba73a7f22388cf90072709096251db8ec6b 100644
--- a/settings/l10n/sq.js
+++ b/settings/l10n/sq.js
@@ -61,6 +61,7 @@ OC.L10N.register(
     "Approved" : "Të miratuara",
     "Experimental" : "Eksperimentale",
     "All" : "Krejt",
+    "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplikacionet zyrtare ndërtohen brenda bashkësisë ownCloud. Ato ofrojnë funksione qendrore për ownCloud dhe janë gati për t’u përdorur në prodhim.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.",
@@ -211,7 +212,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë",
     "Uninstall App" : "Çinstaloje Aplikacionin",
     "Enable experimental apps" : "Aktivizo aplikacione eksperimentale",
-    "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Gëzuar!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n",
diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json
index 4abef20fbaeab2f827436921669bfe6e801dd7bb..7f97233d1df162058404379e7235b39f07f59acb 100644
--- a/settings/l10n/sq.json
+++ b/settings/l10n/sq.json
@@ -59,6 +59,7 @@
     "Approved" : "Të miratuara",
     "Experimental" : "Eksperimentale",
     "All" : "Krejt",
+    "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Aplikacionet zyrtare ndërtohen brenda bashkësisë ownCloud. Ato ofrojnë funksione qendrore për ownCloud dhe janë gati për t’u përdorur në prodhim.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.",
@@ -209,7 +210,6 @@
     "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë",
     "Uninstall App" : "Çinstaloje Aplikacionin",
     "Enable experimental apps" : "Aktivizo aplikacione eksperimentale",
-    "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Gëzuar!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 42901082535cfeeeb147ac2d1becc5a06b40dfb3..28c61337eb856f0e0fd08893841ab6e33baf7bde 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -60,6 +60,7 @@ OC.L10N.register(
     "Approved" : "Одобрене",
     "Experimental" : "Експерименталне",
     "All" : "Све",
+    "No apps found for your version" : "Нема апликација за вашу верзију",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Званичнe апликације су развиjене од стране и унутар оунКлауд заједнице. Оне пружају главне функционалности и спремне су и стабилне за свакодневну употребу.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.",
@@ -199,7 +200,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Укључи само за одређене групе",
     "Uninstall App" : "Деинсталирај апликацију",
     "Enable experimental apps" : "Укључи експерименталне апликације",
-    "No apps found for your version" : "Нема апликација за вашу верзију",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Поздрав,<br><br>само вас обавештавам да сад имате %s налог.<br><br>Ваше корисничко име: %s<br>Приступите му на: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Здраво!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Поздрав.\n\nСамо да знате да сада имате %s налог.\n\nВаше корисничко име: %s\nПриступите му на: %s\n",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index 44df955b25baa867356c6f07bec3965adde18290..2aff5a9d2b2ca01684fe01b3986bf45a88e5fbb4 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -58,6 +58,7 @@
     "Approved" : "Одобрене",
     "Experimental" : "Експерименталне",
     "All" : "Све",
+    "No apps found for your version" : "Нема апликација за вашу верзију",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Званичнe апликације су развиjене од стране и унутар оунКлауд заједнице. Оне пружају главне функционалности и спремне су и стабилне за свакодневну употребу.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.",
@@ -197,7 +198,6 @@
     "Enable only for specific groups" : "Укључи само за одређене групе",
     "Uninstall App" : "Деинсталирај апликацију",
     "Enable experimental apps" : "Укључи експерименталне апликације",
-    "No apps found for your version" : "Нема апликација за вашу верзију",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Поздрав,<br><br>само вас обавештавам да сад имате %s налог.<br><br>Ваше корисничко име: %s<br>Приступите му на: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Здраво!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Поздрав.\n\nСамо да знате да сада имате %s налог.\n\nВаше корисничко име: %s\nПриступите му на: %s\n",
diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js
index 2435bf932c6bcb4aa1fff49dffaabaa73199ffcd..40bc7fffc729f469e1d5f34992a4dbdd51f5dbe5 100644
--- a/settings/l10n/th_TH.js
+++ b/settings/l10n/th_TH.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "ได้รับการอนุมัติ",
     "Experimental" : "การทดลอง",
     "All" : "ทั้งหมด",
+    "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "แอพพลิเคชันมีการพัฒนาอย่างเป็นทางการภายในชุมชน ownCloud พวกเขามีการทำงานเป็นศูนย์กลางของ ownCloud และพร้อมสำหรับการใช้งานผลิตภัณฑ์",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง",
@@ -215,7 +216,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม",
     "Uninstall App" : "ถอนการติดตั้งแอพฯ",
     "Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง",
-    "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "ไชโย!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n",
diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json
index 85f56bca0cb70820ae159e5607bb8a0790b1dc33..82f4779495cc40f88724e8b0524445e12acc0c28 100644
--- a/settings/l10n/th_TH.json
+++ b/settings/l10n/th_TH.json
@@ -60,6 +60,7 @@
     "Approved" : "ได้รับการอนุมัติ",
     "Experimental" : "การทดลอง",
     "All" : "ทั้งหมด",
+    "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "แอพพลิเคชันมีการพัฒนาอย่างเป็นทางการภายในชุมชน ownCloud พวกเขามีการทำงานเป็นศูนย์กลางของ ownCloud และพร้อมสำหรับการใช้งานผลิตภัณฑ์",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง",
@@ -213,7 +214,6 @@
     "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม",
     "Uninstall App" : "ถอนการติดตั้งแอพฯ",
     "Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง",
-    "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "ไชโย!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index aa73557302d9ee5be4cfe404a92f9a9aa4099793..a3cec1f93fdb33394fd362389df9fd3041091d37 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "Onaylanmış",
     "Experimental" : "Deneysel",
     "All" : "Tümü",
+    "No apps found for your version" : "Sürümünüz için uygulama bulunamadı",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Resmi uygulamalar ownCloud topluluğu tarafından geliştirilir. ownCloud'a işlevsellik merkezli olarak hazırlanırlar ve günlük kullanıma hazırdırlar.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.",
@@ -209,7 +210,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir",
     "Uninstall App" : "Uygulamayı Kaldır",
     "Enable experimental apps" : "Deneysel uygulamaları etkinleştir",
-    "No apps found for your version" : "Sürümünüz için uygulama bulunamadı",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hoşçakalın!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 96067996c9a2214c0ffe6fbc22819299ff95660e..6a0e6f7bff40310ca8d9b541a9cfad840c32a90e 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -60,6 +60,7 @@
     "Approved" : "Onaylanmış",
     "Experimental" : "Deneysel",
     "All" : "Tümü",
+    "No apps found for your version" : "Sürümünüz için uygulama bulunamadı",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Resmi uygulamalar ownCloud topluluğu tarafından geliştirilir. ownCloud'a işlevsellik merkezli olarak hazırlanırlar ve günlük kullanıma hazırdırlar.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.",
@@ -207,7 +208,6 @@
     "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir",
     "Uninstall App" : "Uygulamayı Kaldır",
     "Enable experimental apps" : "Deneysel uygulamaları etkinleştir",
-    "No apps found for your version" : "Sürümünüz için uygulama bulunamadı",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hoşçakalın!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n",
diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js
index 50c08d287a8a1d47b659557071d153c87229ba0e..0c98817594c7874816621dc083c8b9cfa563a7b9 100644
--- a/settings/l10n/uk.js
+++ b/settings/l10n/uk.js
@@ -61,6 +61,7 @@ OC.L10N.register(
     "Approved" : "Схвалені",
     "Experimental" : "Експериментальні",
     "All" : "Всі",
+    "No apps found for your version" : "Немає застосунків для вашої версії",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Офіційні додатки розроблені спільнотою ownCloud. Вони реалізують основні можливості ownCloud і готові до використання в продакшені.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.",
@@ -196,7 +197,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "Включити тільки для конкретних груп",
     "Uninstall App" : "Видалити додаток",
     "Enable experimental apps" : "Увімкнути експериментальні застосунки",
-    "No apps found for your version" : "Немає застосунків для вашої версії",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Агов,<br><br>просто щоб ви знали, у вас є аккаунт %s.<br><br>Ваше ім'я користувача: %s<br>Перейдіть сюди: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Будьмо!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Агов,\n\nпросто щоб ви знали, у вас є аккаунт %s.\n\nВаше ім'я користувача: %s\nПерейдіть сюди: %s\n\n",
diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json
index 0dae9595c7285f841e9aea943c698b065e4a865f..c9378c70b1646de0d281ca5a6be05f2838fc36f8 100644
--- a/settings/l10n/uk.json
+++ b/settings/l10n/uk.json
@@ -59,6 +59,7 @@
     "Approved" : "Схвалені",
     "Experimental" : "Експериментальні",
     "All" : "Всі",
+    "No apps found for your version" : "Немає застосунків для вашої версії",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Офіційні додатки розроблені спільнотою ownCloud. Вони реалізують основні можливості ownCloud і готові до використання в продакшені.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.",
@@ -194,7 +195,6 @@
     "Enable only for specific groups" : "Включити тільки для конкретних груп",
     "Uninstall App" : "Видалити додаток",
     "Enable experimental apps" : "Увімкнути експериментальні застосунки",
-    "No apps found for your version" : "Немає застосунків для вашої версії",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Агов,<br><br>просто щоб ви знали, у вас є аккаунт %s.<br><br>Ваше ім'я користувача: %s<br>Перейдіть сюди: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Будьмо!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Агов,\n\nпросто щоб ви знали, у вас є аккаунт %s.\n\nВаше ім'я користувача: %s\nПерейдіть сюди: %s\n\n",
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js
index 8f219771e45c9902052270ab697920ba09de9734..a1f828172d451b471cbf9973d0bcf98daa6e6ac8 100644
--- a/settings/l10n/zh_CN.js
+++ b/settings/l10n/zh_CN.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "已认可",
     "Experimental" : "实验",
     "All" : "全部",
+    "No apps found for your version" : "未找到适合当前版本的应用",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "官方应用是由 ownCloud 社区开发。他们提供 ownCloud 的功能核心并准备用于生产。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "已认可的应用是由值得信赖的开发商开发,并已通过了一个粗略的安全检查。他们放在一个开放的代码库并且维护人员认为他们是稳定的差不多可以正常使用。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用未检查安全问题,它是新的或已知是不稳定的。安装风险自担。",
@@ -208,7 +209,6 @@ OC.L10N.register(
     "Enable only for specific groups" : "仅对特定的组开放",
     "Uninstall App" : "卸载应用",
     "Enable experimental apps" : "启用实验性应用程序",
-    "No apps found for your version" : "未找到适合当前版本的应用",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>",
     "Cheers!" : "干杯!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n",
diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json
index 55c49f5207581ba069ac5875c0ace763e427935f..9cb1c97b9d6dd24eb16c17d34d4a1a8fe95f6ca4 100644
--- a/settings/l10n/zh_CN.json
+++ b/settings/l10n/zh_CN.json
@@ -60,6 +60,7 @@
     "Approved" : "已认可",
     "Experimental" : "实验",
     "All" : "全部",
+    "No apps found for your version" : "未找到适合当前版本的应用",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "官方应用是由 ownCloud 社区开发。他们提供 ownCloud 的功能核心并准备用于生产。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "已认可的应用是由值得信赖的开发商开发,并已通过了一个粗略的安全检查。他们放在一个开放的代码库并且维护人员认为他们是稳定的差不多可以正常使用。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用未检查安全问题,它是新的或已知是不稳定的。安装风险自担。",
@@ -206,7 +207,6 @@
     "Enable only for specific groups" : "仅对特定的组开放",
     "Uninstall App" : "卸载应用",
     "Enable experimental apps" : "启用实验性应用程序",
-    "No apps found for your version" : "未找到适合当前版本的应用",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>",
     "Cheers!" : "干杯!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n",
diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js
index c519ab95256bf5696ddb7a61ef1ffbcec5cb5e31..78841e1f006f41dcff03a4fa963d6a3a8f5404c2 100644
--- a/settings/l10n/zh_TW.js
+++ b/settings/l10n/zh_TW.js
@@ -62,6 +62,7 @@ OC.L10N.register(
     "Approved" : "已批准",
     "Experimental" : "實驗性質",
     "All" : "所有",
+    "No apps found for your version" : "在您的版本中未找到任何應用程式",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "官方應用程式是由ownCloud社群開發,他們提供ownCloud的主要功能並確定功能已經準備好可以被使用。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "認可的應用程式經由可信任的開發人員所設計,並且經過一連串的安全測試,他們在開放的程式庫中維護這些應用程式,而且確保這些應用程式能穩定的正常使用。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "這個應用程式並沒有經過安全檢測,可能會是不穩定的,如果您要安裝的話,風險自行負責。",
@@ -155,11 +156,25 @@ OC.L10N.register(
     "Cron was not executed yet!" : "排程沒有執行!",
     "Execute one task with each page loaded" : "當頁面載入時,執行",
     "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php",
+    "Use system's cron service to call the cron.php file every 15 minutes." : "使用系統的 cron 服務每15分鐘呼叫 cron.php 一次",
     "Enable server-side encryption" : "啓用伺服器端加密",
+    "Please read carefully before activating server-side encryption: " : "在您啟動伺服器端的加密之前,請詳細閱讀:",
+    "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "一旦加密模式啟動,從各地上傳到伺服器端的所有檔案都會被加密,日後要取消這個功能的唯一可能是加密模組有支援,而且所有的設定(例如: 還原鑰匙)都符合。",
+    "Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "無法在此保證系統單獨加密的安全性,請您參考ownCloud的文件手冊中,加密應用程式的工作方式、支援和使用者案例,來獲得更多資訊。",
+    "Be aware that encryption always increases the file size." : "請您要知道一件事,加密一定會增加檔案的大小。",
+    "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "定時備份您的資料沒有壞處,萬一您有加密的話,請確保您也有讓您的資料和加密鑰匙一起備份。",
+    "This is the final warning: Do you really want to enable encryption?" : "這是最後的警告:請問您真的要開啟加密模式?",
+    "Enable encryption" : "啟用加密",
+    "No encryption module loaded, please enable an encryption module in the app menu." : "沒有載入加密模組,請您在應用程式清單中開啟加密模組。",
+    "Select default encryption module:" : "選擇預設的加密模組:",
+    "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : " 您需要搬移您的加密鑰匙從舊版的加密 (ownCloud <= 8.0) 到新版,請開啟 \"預設加密模組\" 並執行 'occ encryption:migrate'",
+    "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : " 您需要搬移您的加密鑰匙從舊版的加密 (ownCloud <= 8.0) 到新版。",
+    "Start migration" : "開始搬移",
     "This is used for sending out notifications." : "寄送通知用",
     "Send mode" : "寄送模式",
     "Encryption" : "加密",
     "From address" : "寄件地址",
+    "mail" : "電子郵件",
     "Authentication method" : "驗證方式",
     "Authentication required" : "必須驗證",
     "Server address" : "伺服器位址",
@@ -174,7 +189,10 @@ OC.L10N.register(
     "Download logfile" : "下載記錄檔",
     "More" : "更多",
     "Less" : "更少",
+    "The logfile is bigger than 100 MB. Downloading it may take some time!" : "記錄檔的大小大於100MB,下載可能需要一些時間!",
+    "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫",
     "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite",
+    "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "如果要搬移到其他資料庫,請使用命令提示字元工具: 'occ db:convert-type', 或者是參考 <a target=\"_blank\" href=\"%s\">documentation ↗</a>",
     "How to do backups" : "如何備份",
     "Advanced monitoring" : "進階監控",
     "Performance tuning" : "效能調校",
@@ -184,6 +202,7 @@ OC.L10N.register(
     "Version" : "版本",
     "Developer documentation" : "開發者說明文件",
     "Experimental applications ahead" : "以下是實驗性質的應用程式",
+    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "實驗性質的應用程式並沒有經過安全檢測,可能會是不穩定而且開發困難,安裝他們可能會造成資料遺失或是安全問題。",
     "by" : "由",
     "licensed" : "許可證",
     "Documentation:" : "文件:",
@@ -191,9 +210,10 @@ OC.L10N.register(
     "Admin documentation" : "管理者文件",
     "Show description …" : "顯示描述",
     "Hide description …" : "隱藏描述",
+    "This app cannot be installed because the following dependencies are not fulfilled:" : "這個應用程式無法備被安裝,下列的相依性並不是完整的:",
+    "Enable only for specific groups" : "僅對特定的群組開啟",
     "Uninstall App" : "刪除 App",
     "Enable experimental apps" : "啟用測試中的應用程式",
-    "No apps found for your version" : "在您的版本中未找到任何應用程式",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "太棒了!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n",
@@ -232,7 +252,10 @@ OC.L10N.register(
     "Language" : "語言",
     "Help translate" : "幫助翻譯",
     "Common Name" : "Common Name",
+    "Valid until" : "前有效",
     "Issued By" : "發行者:",
+    "Valid until %s" : "有效至 %s",
+    "Import root certificate" : "匯入root憑證",
     "Show storage location" : "顯示儲存位置",
     "Show last log in" : "顯示最近登入",
     "Show user backend" : "顯示用戶後台",
diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json
index 407c229069ab032c09b4ce96fe689d8507624252..0dacb2c86cdcfe783703097412ebce75436f5b1e 100644
--- a/settings/l10n/zh_TW.json
+++ b/settings/l10n/zh_TW.json
@@ -60,6 +60,7 @@
     "Approved" : "已批准",
     "Experimental" : "實驗性質",
     "All" : "所有",
+    "No apps found for your version" : "在您的版本中未找到任何應用程式",
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "官方應用程式是由ownCloud社群開發,他們提供ownCloud的主要功能並確定功能已經準備好可以被使用。",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "認可的應用程式經由可信任的開發人員所設計,並且經過一連串的安全測試,他們在開放的程式庫中維護這些應用程式,而且確保這些應用程式能穩定的正常使用。",
     "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "這個應用程式並沒有經過安全檢測,可能會是不穩定的,如果您要安裝的話,風險自行負責。",
@@ -153,11 +154,25 @@
     "Cron was not executed yet!" : "排程沒有執行!",
     "Execute one task with each page loaded" : "當頁面載入時,執行",
     "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php",
+    "Use system's cron service to call the cron.php file every 15 minutes." : "使用系統的 cron 服務每15分鐘呼叫 cron.php 一次",
     "Enable server-side encryption" : "啓用伺服器端加密",
+    "Please read carefully before activating server-side encryption: " : "在您啟動伺服器端的加密之前,請詳細閱讀:",
+    "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "一旦加密模式啟動,從各地上傳到伺服器端的所有檔案都會被加密,日後要取消這個功能的唯一可能是加密模組有支援,而且所有的設定(例如: 還原鑰匙)都符合。",
+    "Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "無法在此保證系統單獨加密的安全性,請您參考ownCloud的文件手冊中,加密應用程式的工作方式、支援和使用者案例,來獲得更多資訊。",
+    "Be aware that encryption always increases the file size." : "請您要知道一件事,加密一定會增加檔案的大小。",
+    "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "定時備份您的資料沒有壞處,萬一您有加密的話,請確保您也有讓您的資料和加密鑰匙一起備份。",
+    "This is the final warning: Do you really want to enable encryption?" : "這是最後的警告:請問您真的要開啟加密模式?",
+    "Enable encryption" : "啟用加密",
+    "No encryption module loaded, please enable an encryption module in the app menu." : "沒有載入加密模組,請您在應用程式清單中開啟加密模組。",
+    "Select default encryption module:" : "選擇預設的加密模組:",
+    "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : " 您需要搬移您的加密鑰匙從舊版的加密 (ownCloud <= 8.0) 到新版,請開啟 \"預設加密模組\" 並執行 'occ encryption:migrate'",
+    "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : " 您需要搬移您的加密鑰匙從舊版的加密 (ownCloud <= 8.0) 到新版。",
+    "Start migration" : "開始搬移",
     "This is used for sending out notifications." : "寄送通知用",
     "Send mode" : "寄送模式",
     "Encryption" : "加密",
     "From address" : "寄件地址",
+    "mail" : "電子郵件",
     "Authentication method" : "驗證方式",
     "Authentication required" : "必須驗證",
     "Server address" : "伺服器位址",
@@ -172,7 +187,10 @@
     "Download logfile" : "下載記錄檔",
     "More" : "更多",
     "Less" : "更少",
+    "The logfile is bigger than 100 MB. Downloading it may take some time!" : "記錄檔的大小大於100MB,下載可能需要一些時間!",
+    "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫",
     "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite",
+    "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "如果要搬移到其他資料庫,請使用命令提示字元工具: 'occ db:convert-type', 或者是參考 <a target=\"_blank\" href=\"%s\">documentation ↗</a>",
     "How to do backups" : "如何備份",
     "Advanced monitoring" : "進階監控",
     "Performance tuning" : "效能調校",
@@ -182,6 +200,7 @@
     "Version" : "版本",
     "Developer documentation" : "開發者說明文件",
     "Experimental applications ahead" : "以下是實驗性質的應用程式",
+    "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "實驗性質的應用程式並沒有經過安全檢測,可能會是不穩定而且開發困難,安裝他們可能會造成資料遺失或是安全問題。",
     "by" : "由",
     "licensed" : "許可證",
     "Documentation:" : "文件:",
@@ -189,9 +208,10 @@
     "Admin documentation" : "管理者文件",
     "Show description …" : "顯示描述",
     "Hide description …" : "隱藏描述",
+    "This app cannot be installed because the following dependencies are not fulfilled:" : "這個應用程式無法備被安裝,下列的相依性並不是完整的:",
+    "Enable only for specific groups" : "僅對特定的群組開啟",
     "Uninstall App" : "刪除 App",
     "Enable experimental apps" : "啟用測試中的應用程式",
-    "No apps found for your version" : "在您的版本中未找到任何應用程式",
     "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "太棒了!",
     "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n",
@@ -230,7 +250,10 @@
     "Language" : "語言",
     "Help translate" : "幫助翻譯",
     "Common Name" : "Common Name",
+    "Valid until" : "前有效",
     "Issued By" : "發行者:",
+    "Valid until %s" : "有效至 %s",
+    "Import root certificate" : "匯入root憑證",
     "Show storage location" : "顯示儲存位置",
     "Show last log in" : "顯示最近登入",
     "Show user backend" : "顯示用戶後台",