diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index 8ef032c703d31f2cbe6c1e009b55b967dbde6919..be157bc65b1ec2a0ede6e29c20484b3e4f544163 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -54,6 +54,7 @@ OC.L10N.register(
     "Unshare" : "Deixar de compartir",
     "Select" : "Seleccionar",
     "Pending" : "Pendentes",
+    "Unable to determine date" : "Non é posíbel determinar a data",
     "Error moving file." : "Produciuse un erro ao mover o ficheiro.",
     "Error moving file" : "Produciuse un erro ao mover o ficheiro",
     "Error" : "Erro",
@@ -73,6 +74,7 @@ OC.L10N.register(
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
     "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.",
     "{dirs} and {files}" : "{dirs} e {files}",
+    "Favorited" : "Marcado como favorito",
     "Favorite" : "Favorito",
     "%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado",
     "%s could not be renamed" : "%s non pode cambiar de nome",
@@ -92,10 +94,15 @@ OC.L10N.register(
     "From link" : "Desde a ligazón",
     "Upload" : "Enviar",
     "Cancel upload" : "Cancelar o envío",
+    "No files yet" : "Aínda non hai ficheiros",
+    "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
+    "Select all" : "Seleccionar todo",
     "Download" : "Descargar",
     "Upload too large" : "Envío grande de máis",
     "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
     "Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
-    "Currently scanning" : "Análise actual"
+    "Currently scanning" : "Análise actual",
+    "No favorites" : "Non hai favoritos",
+    "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index 742f76b182e9c23e6de954a0045f57ad7f43d1ad..69f3daabcf73fd84213081fe627ebed021ac3441 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -52,6 +52,7 @@
     "Unshare" : "Deixar de compartir",
     "Select" : "Seleccionar",
     "Pending" : "Pendentes",
+    "Unable to determine date" : "Non é posíbel determinar a data",
     "Error moving file." : "Produciuse un erro ao mover o ficheiro.",
     "Error moving file" : "Produciuse un erro ao mover o ficheiro",
     "Error" : "Erro",
@@ -71,6 +72,7 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
     "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.",
     "{dirs} and {files}" : "{dirs} e {files}",
+    "Favorited" : "Marcado como favorito",
     "Favorite" : "Favorito",
     "%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado",
     "%s could not be renamed" : "%s non pode cambiar de nome",
@@ -90,10 +92,15 @@
     "From link" : "Desde a ligazón",
     "Upload" : "Enviar",
     "Cancel upload" : "Cancelar o envío",
+    "No files yet" : "Aínda non hai ficheiros",
+    "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
+    "Select all" : "Seleccionar todo",
     "Download" : "Descargar",
     "Upload too large" : "Envío grande de máis",
     "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
     "Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
-    "Currently scanning" : "Análise actual"
+    "Currently scanning" : "Análise actual",
+    "No favorites" : "Non hai favoritos",
+    "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 8f8fa1398b97b424c1a9dc94e628c98e615daf5d..8862b6ddeec6807e70a9548d6b2025f088887be8 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -35,7 +35,7 @@ OC.L10N.register(
     "Invalid directory." : "Neveljavna mapa.",
     "Files" : "Datoteke",
     "All files" : "Vse datoteke",
-    "Favorites" : "Priljubljeni",
+    "Favorites" : "Priljubljene",
     "Home" : "Domači naslov",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
     "Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}",
@@ -74,7 +74,8 @@ OC.L10N.register(
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.",
     "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.",
     "{dirs} and {files}" : "{dirs} in {files}",
-    "Favorite" : "Priljubljeno",
+    "Favorited" : "Označeno kot priljubljeno",
+    "Favorite" : "Priljubljene",
     "%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.",
     "%s could not be renamed" : "%s ni mogoče preimenovati",
     "Upload (max. %s)" : "Pošiljanje (omejitev %s)",
@@ -93,10 +94,15 @@ OC.L10N.register(
     "From link" : "Iz povezave",
     "Upload" : "Pošlji",
     "Cancel upload" : "Prekliči pošiljanje",
+    "No files yet" : "Ni datotek",
+    "Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
+    "Select all" : "izberi vse",
     "Download" : "Prejmi",
     "Upload too large" : "Prekoračenje omejitve velikosti",
     "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
     "Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...",
-    "Currently scanning" : "Poteka preverjanje"
+    "Currently scanning" : "Poteka preverjanje",
+    "No favorites" : "Ni priljubljenih",
+    "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo izpisane tukaj."
 },
 "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index 35d924e3bc7826111260865a671d5aa3b6a60bc3..ea156b227655f65b0ec2c2105527fa96a7931580 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -33,7 +33,7 @@
     "Invalid directory." : "Neveljavna mapa.",
     "Files" : "Datoteke",
     "All files" : "Vse datoteke",
-    "Favorites" : "Priljubljeni",
+    "Favorites" : "Priljubljene",
     "Home" : "Domači naslov",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
     "Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}",
@@ -72,7 +72,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.",
     "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.",
     "{dirs} and {files}" : "{dirs} in {files}",
-    "Favorite" : "Priljubljeno",
+    "Favorited" : "Označeno kot priljubljeno",
+    "Favorite" : "Priljubljene",
     "%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.",
     "%s could not be renamed" : "%s ni mogoče preimenovati",
     "Upload (max. %s)" : "Pošiljanje (omejitev %s)",
@@ -91,10 +92,15 @@
     "From link" : "Iz povezave",
     "Upload" : "Pošlji",
     "Cancel upload" : "Prekliči pošiljanje",
+    "No files yet" : "Ni datotek",
+    "Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
+    "Select all" : "izberi vse",
     "Download" : "Prejmi",
     "Upload too large" : "Prekoračenje omejitve velikosti",
     "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
     "Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...",
-    "Currently scanning" : "Poteka preverjanje"
+    "Currently scanning" : "Poteka preverjanje",
+    "No favorites" : "Ni priljubljenih",
+    "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo izpisane tukaj."
 },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
 }
\ No newline at end of file
diff --git a/apps/files_encryption/l10n/gl.js b/apps/files_encryption/l10n/gl.js
index d85841118a62b04277c9336b333469a420209256..9b14a4455b5b51c2989314d2a6f4509ea39d25d7 100644
--- a/apps/files_encryption/l10n/gl.js
+++ b/apps/files_encryption/l10n/gl.js
@@ -23,10 +23,11 @@ OC.L10N.register(
     "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que  volva compartir o ficheiro con vostede.",
     "Unknown error. Please check your system settings or contact your administrator" : "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou contacte co administrador",
-    "Missing requirements." : "Non se cumpren os requisitos.",
-    "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:",
     "Initial encryption started... This can take some time. Please wait." : "Comezou o cifrado inicial... Isto pode levar bastante tempo. Agarde.",
     "Initial encryption running... Please try again later." : "O cifrado inicial está en execución... Tenteo máis tarde.",
+    "Missing requirements." : "Non se cumpren os requisitos.",
+    "Please make sure that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Asegúrese de que está instalado o OpenSSL xunto coa extensión PHP e que estean activados e configurados correctamente. Polo de agora foi desactivado a aplicación de cifrado.",
+    "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:",
     "Go directly to your %spersonal settings%s." : "Vaia directamente aos seus %saxustes persoais%s.",
     "Encryption" : "Cifrado",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo",
diff --git a/apps/files_encryption/l10n/gl.json b/apps/files_encryption/l10n/gl.json
index cb8f65d575f5dd6b7e2a7a5b75d4aafda3809b9b..3704f7d2c7911f0688f90d590da986fa03ac036c 100644
--- a/apps/files_encryption/l10n/gl.json
+++ b/apps/files_encryption/l10n/gl.json
@@ -21,10 +21,11 @@
     "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que  volva compartir o ficheiro con vostede.",
     "Unknown error. Please check your system settings or contact your administrator" : "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou contacte co administrador",
-    "Missing requirements." : "Non se cumpren os requisitos.",
-    "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:",
     "Initial encryption started... This can take some time. Please wait." : "Comezou o cifrado inicial... Isto pode levar bastante tempo. Agarde.",
     "Initial encryption running... Please try again later." : "O cifrado inicial está en execución... Tenteo máis tarde.",
+    "Missing requirements." : "Non se cumpren os requisitos.",
+    "Please make sure that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Asegúrese de que está instalado o OpenSSL xunto coa extensión PHP e que estean activados e configurados correctamente. Polo de agora foi desactivado a aplicación de cifrado.",
+    "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:",
     "Go directly to your %spersonal settings%s." : "Vaia directamente aos seus %saxustes persoais%s.",
     "Encryption" : "Cifrado",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo",
diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js
index c7feb7340b15f88718a20ea4e24b134545bc35b9..02c5ee88a2b893d33b8a50d644e36e2e3fc7b501 100644
--- a/apps/files_external/l10n/gl.js
+++ b/apps/files_external/l10n/gl.js
@@ -54,9 +54,12 @@ OC.L10N.register(
     "(group)" : "(grupo)",
     "Saved" : "Gardado",
     "<b>Note:</b> " : "<b>Nota:</b> ",
+    "and" : "e",
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> «%s»  non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
+    "No external storages" : "Non hai almacenamento externo",
+    "You can configure external storages in the personal settings" : "Ten que configurar o almacenamento externo nos axustes persoais",
     "Name" : "Nome",
     "Storage type" : "Tipo de almacenamento",
     "Scope" : "Ámbito",
diff --git a/apps/files_external/l10n/gl.json b/apps/files_external/l10n/gl.json
index 9849889a8097440d275dc924a04a32d10b045876..4e92b0b930cb8131d08331aedd921b0e97e91df3 100644
--- a/apps/files_external/l10n/gl.json
+++ b/apps/files_external/l10n/gl.json
@@ -52,9 +52,12 @@
     "(group)" : "(grupo)",
     "Saved" : "Gardado",
     "<b>Note:</b> " : "<b>Nota:</b> ",
+    "and" : "e",
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> «%s»  non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
+    "No external storages" : "Non hai almacenamento externo",
+    "You can configure external storages in the personal settings" : "Ten que configurar o almacenamento externo nos axustes persoais",
     "Name" : "Nome",
     "Storage type" : "Tipo de almacenamento",
     "Scope" : "Ámbito",
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js
index 23286020c4bcfc640ee1445dadd3afe6fd39dde2..c7370626f773640e846e658578270e88d309b08d 100644
--- a/apps/files_external/l10n/pl.js
+++ b/apps/files_external/l10n/pl.js
@@ -54,9 +54,12 @@ OC.L10N.register(
     "(group)" : "(grupa)",
     "Saved" : "Zapisano",
     "<b>Note:</b> " : "<b>Uwaga:</b> ",
+    "and" : "i",
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
+    "No external storages" : "Brak zewnętrznych zasobów",
+    "You can configure external storages in the personal settings" : "Możesz skonfigurować zewnętrzne zasoby w ustawieniach personalnych",
     "Name" : "Nazwa",
     "Storage type" : "Typ magazynu",
     "Scope" : "Zakres",
diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json
index 2ab19699c0a094151b33e250d4c9589489d1d6a3..acec1844d9d8f7910439dba704bcf3c71698c561 100644
--- a/apps/files_external/l10n/pl.json
+++ b/apps/files_external/l10n/pl.json
@@ -52,9 +52,12 @@
     "(group)" : "(grupa)",
     "Saved" : "Zapisano",
     "<b>Note:</b> " : "<b>Uwaga:</b> ",
+    "and" : "i",
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
+    "No external storages" : "Brak zewnętrznych zasobów",
+    "You can configure external storages in the personal settings" : "Możesz skonfigurować zewnętrzne zasoby w ustawieniach personalnych",
     "Name" : "Nazwa",
     "Storage type" : "Typ magazynu",
     "Scope" : "Zakres",
diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js
index 46639eed4da0d9cadaed6c9a8d2840ef4115cc3e..9f0bdec684cf4b523a40c0bab1ac0ecd8b786b74 100644
--- a/apps/files_external/l10n/sl.js
+++ b/apps/files_external/l10n/sl.js
@@ -58,6 +58,8 @@ OC.L10N.register(
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Program \"%s\" ni nameščen. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
+    "No external storages" : "Ni določene zunanje shrambe",
+    "You can configure external storages in the personal settings" : "Zunanjo shrambo je mogoče določiti med osebnimi nastavitvami",
     "Name" : "Ime",
     "Storage type" : "Vrsta shrambe",
     "Scope" : "Obseg",
diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json
index eb3d4d0943dcf49d9beb40643812f856edc50461..33513007a573c1c9a0ebef0e39549f1908b958a8 100644
--- a/apps/files_external/l10n/sl.json
+++ b/apps/files_external/l10n/sl.json
@@ -56,6 +56,8 @@
     "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
     "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
     "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Program \"%s\" ni nameščen. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.",
+    "No external storages" : "Ni določene zunanje shrambe",
+    "You can configure external storages in the personal settings" : "Zunanjo shrambo je mogoče določiti med osebnimi nastavitvami",
     "Name" : "Ime",
     "Storage type" : "Vrsta shrambe",
     "Scope" : "Obseg",
diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js
index d619f8e87f9543ce109ecb7bff361588f26bdf5d..0520374529dc74f2794f6b8757eafec52254d313 100644
--- a/apps/files_sharing/l10n/cs_CZ.js
+++ b/apps/files_sharing/l10n/cs_CZ.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s",
     "%1$s accepted remote share %2$s" : "%1$s přijal(a) vzdálené sdílení %2$s",
     "%1$s declined remote share %2$s" : "%1$s odmítl(a) vzdálené sdílení %2$s",
+    "%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s",
     "This share is password-protected" : "Toto sdílení je chráněno heslem",
     "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.",
     "Password" : "Heslo",
diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json
index 55182d68c371e620093e333642d8199cd509d644..be0f5d96894277c434cdde99db6158ba641f8878 100644
--- a/apps/files_sharing/l10n/cs_CZ.json
+++ b/apps/files_sharing/l10n/cs_CZ.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s",
     "%1$s accepted remote share %2$s" : "%1$s přijal(a) vzdálené sdílení %2$s",
     "%1$s declined remote share %2$s" : "%1$s odmítl(a) vzdálené sdílení %2$s",
+    "%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s",
     "This share is password-protected" : "Toto sdílení je chráněno heslem",
     "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.",
     "Password" : "Heslo",
diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js
index a5dbd62b93eebe4faf418f01a172276c2fcbc208..c8872a90e2a62ce23941eaac3fa0e5a87c2d4beb 100644
--- a/apps/files_sharing/l10n/de.js
+++ b/apps/files_sharing/l10n/de.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "Du hast eine neue Remotefreigabe von %s erhalten",
     "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert",
     "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt",
+    "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Dich entfernt",
     "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt",
     "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.",
     "Password" : "Passwort",
diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json
index df449c6b2c5dc55f01f565ed718e9dcc3e483adc..c50f9abce6cb21bf1bf09ef69f04032745c92273 100644
--- a/apps/files_sharing/l10n/de.json
+++ b/apps/files_sharing/l10n/de.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "Du hast eine neue Remotefreigabe von %s erhalten",
     "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert",
     "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt",
+    "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Dich entfernt",
     "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt",
     "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.",
     "Password" : "Passwort",
diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js
index 8aa036788d99d8b66740637183dd3a3c757f0a88..44aa4296d9a90c8553247dcfec6d0c252664c2d2 100644
--- a/apps/files_sharing/l10n/de_DE.js
+++ b/apps/files_sharing/l10n/de_DE.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "Sie haben eine neue Remotefreigabe von %s erhalten",
     "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert",
     "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt",
+    "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Sie entfernt",
     "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt",
     "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
     "Password" : "Passwort",
diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json
index 50714eb4f1be800f56297028403561636089a307..2e3028d329c8c7b666c04e93a939b1ff26bf9c43 100644
--- a/apps/files_sharing/l10n/de_DE.json
+++ b/apps/files_sharing/l10n/de_DE.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "Sie haben eine neue Remotefreigabe von %s erhalten",
     "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert",
     "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt",
+    "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Sie entfernt",
     "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt",
     "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
     "Password" : "Passwort",
diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js
index d9335bd3d5b68084ab0f8c9063306165995c4015..4c8636cdc6ce5535664f8a96c2986211ad2968f4 100644
--- a/apps/files_sharing/l10n/fi_FI.js
+++ b/apps/files_sharing/l10n/fi_FI.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s",
     "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s",
     "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s",
+    "%1$s unshared %2$s from you" : "%1$s lopetti kohteen %2$s jakamisen kanssasi",
     "This share is password-protected" : "Tämä jako on suojattu salasanalla",
     "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.",
     "Password" : "Salasana",
diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json
index 7ff4aab00fcd6426f13c1a9cffc085bb04a0c2b8..398bb22b86b824163ad462ca0a00dd32a8226d17 100644
--- a/apps/files_sharing/l10n/fi_FI.json
+++ b/apps/files_sharing/l10n/fi_FI.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s",
     "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s",
     "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s",
+    "%1$s unshared %2$s from you" : "%1$s lopetti kohteen %2$s jakamisen kanssasi",
     "This share is password-protected" : "Tämä jako on suojattu salasanalla",
     "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.",
     "Password" : "Salasana",
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js
index d970b2b9b0937c213cb9b0ad23151d69f2d493d0..8c75934cd99bf00076f74b1183aecb5444097ce9 100644
--- a/apps/files_sharing/l10n/it.js
+++ b/apps/files_sharing/l10n/it.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "Hai ricevuto una nuova condivisione remota da %s",
     "%1$s accepted remote share %2$s" : "%1$s ha accettato la condivisione remota %2$s",
     "%1$s declined remote share %2$s" : "%1$s ha rifiutato la condivisione remota %2$s",
+    "%1$s unshared %2$s from you" : "%1$s ha rimosso la condivisione %2$s da te",
     "This share is password-protected" : "Questa condivione è protetta da password",
     "The password is wrong. Try again." : "La password è errata. Prova ancora.",
     "Password" : "Password",
diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json
index 47c682ce800f7b66c9316680655bdaa97646af1b..0ea7029bd9c579c6957af5409bb325b5182667a4 100644
--- a/apps/files_sharing/l10n/it.json
+++ b/apps/files_sharing/l10n/it.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "Hai ricevuto una nuova condivisione remota da %s",
     "%1$s accepted remote share %2$s" : "%1$s ha accettato la condivisione remota %2$s",
     "%1$s declined remote share %2$s" : "%1$s ha rifiutato la condivisione remota %2$s",
+    "%1$s unshared %2$s from you" : "%1$s ha rimosso la condivisione %2$s da te",
     "This share is password-protected" : "Questa condivione è protetta da password",
     "The password is wrong. Try again." : "La password è errata. Prova ancora.",
     "Password" : "Password",
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index d5932a51cbfe9766802455e7040da1502746b0b8..02a5ebfbb4312e5202db58ec321c225ebac68ae5 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -26,6 +26,7 @@ OC.L10N.register(
     "You received a new remote share from %s" : "U ontving een nieuwe externe share van %s",
     "%1$s accepted remote share %2$s" : "%1$s accepteerde externe share %2$s",
     "%1$s declined remote share %2$s" : "%1$s weigerde externe share %2$s",
+    "%1$s unshared %2$s from you" : "%1$s stopte met delen van %2$s met je",
     "This share is password-protected" : "Deze share is met een wachtwoord beveiligd",
     "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.",
     "Password" : "Wachtwoord",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index 51d8d54e5ddb5d0046038ac6b0841f313b7f02a6..e015bb0b012bdaec95ea2f32198bead9f4418cd2 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -24,6 +24,7 @@
     "You received a new remote share from %s" : "U ontving een nieuwe externe share van %s",
     "%1$s accepted remote share %2$s" : "%1$s accepteerde externe share %2$s",
     "%1$s declined remote share %2$s" : "%1$s weigerde externe share %2$s",
+    "%1$s unshared %2$s from you" : "%1$s stopte met delen van %2$s met je",
     "This share is password-protected" : "Deze share is met een wachtwoord beveiligd",
     "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.",
     "Password" : "Wachtwoord",
diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js
index 3ae04b15eca042f656b0a508c1e058baa6b5e2b7..10e37ef0142042c74aaa222fbb96861cedc811e3 100644
--- a/apps/files_sharing/l10n/sl.js
+++ b/apps/files_sharing/l10n/sl.js
@@ -8,6 +8,12 @@ OC.L10N.register(
     "Shared with you" : "V souporabi z vami",
     "Shared with others" : "V souporabi  z drugimi",
     "Shared by link" : "Souporaba s povezavo",
+    "Nothing shared with you yet" : "Datotek drugih uporabnikov še ni v souporabi",
+    "Files and folders others share with you will show up here" : "Datoteke in mape, katerih souporabo z vami dovolijo drugi, bodo izpisane na tem mestu",
+    "Nothing shared yet" : "Souporabe datotek še niste omogočili",
+    "Files and folders you share will show up here" : "Datoteke in mape, katerih souporabo z drugimi dovolite vi, bodo izpisane na tem mestu",
+    "No shared links" : "Ni povezav za souporabo",
+    "Files and folders you share by link will show up here" : "Datoteke in mape, katerih souporabo preko povezave z drugimi dovolite vi, bodo izpisane na tem mestu",
     "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?",
     "Remote share" : "Oddaljeno mesto za souporabo",
     "Remote share password" : "Geslo za mesto za oddaljeno souporabo",
@@ -16,6 +22,11 @@ OC.L10N.register(
     "No ownCloud installation found at {remote}" : "Na mestu {remote} ni namestitve ownCloud",
     "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud",
     "Shared by" : "V souporabi z",
+    "A file or folder was shared from <strong>another server</strong>" : "Souporaba datoteke ali mape <strong>z drugega strežnika</strong> je odobrena.",
+    "You received a new remote share from %s" : "Prejeli ste mapo za oddaljeno souporabo z %s",
+    "%1$s accepted remote share %2$s" : "Uporabnik %1$s je prejel oddaljeno souporabo %2$s",
+    "%1$s declined remote share %2$s" : "Uporabnik %1$s je zavrnil souporabo %2$s",
+    "%1$s unshared %2$s from you" : "Uporabnik %1$s je onemogoči souporabo %2$s z vami",
     "This share is password-protected" : "To mesto je zaščiteno z geslom.",
     "The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
     "Password" : "Geslo",
diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json
index ebc776ab7e17e341cd0c3c6872fc18d38c6c53cf..3e722ec7739eec508c1d0f960f8ebad99d0db428 100644
--- a/apps/files_sharing/l10n/sl.json
+++ b/apps/files_sharing/l10n/sl.json
@@ -6,6 +6,12 @@
     "Shared with you" : "V souporabi z vami",
     "Shared with others" : "V souporabi  z drugimi",
     "Shared by link" : "Souporaba s povezavo",
+    "Nothing shared with you yet" : "Datotek drugih uporabnikov še ni v souporabi",
+    "Files and folders others share with you will show up here" : "Datoteke in mape, katerih souporabo z vami dovolijo drugi, bodo izpisane na tem mestu",
+    "Nothing shared yet" : "Souporabe datotek še niste omogočili",
+    "Files and folders you share will show up here" : "Datoteke in mape, katerih souporabo z drugimi dovolite vi, bodo izpisane na tem mestu",
+    "No shared links" : "Ni povezav za souporabo",
+    "Files and folders you share by link will show up here" : "Datoteke in mape, katerih souporabo preko povezave z drugimi dovolite vi, bodo izpisane na tem mestu",
     "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?",
     "Remote share" : "Oddaljeno mesto za souporabo",
     "Remote share password" : "Geslo za mesto za oddaljeno souporabo",
@@ -14,6 +20,11 @@
     "No ownCloud installation found at {remote}" : "Na mestu {remote} ni namestitve ownCloud",
     "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud",
     "Shared by" : "V souporabi z",
+    "A file or folder was shared from <strong>another server</strong>" : "Souporaba datoteke ali mape <strong>z drugega strežnika</strong> je odobrena.",
+    "You received a new remote share from %s" : "Prejeli ste mapo za oddaljeno souporabo z %s",
+    "%1$s accepted remote share %2$s" : "Uporabnik %1$s je prejel oddaljeno souporabo %2$s",
+    "%1$s declined remote share %2$s" : "Uporabnik %1$s je zavrnil souporabo %2$s",
+    "%1$s unshared %2$s from you" : "Uporabnik %1$s je onemogoči souporabo %2$s z vami",
     "This share is password-protected" : "To mesto je zaščiteno z geslom.",
     "The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
     "Password" : "Geslo",
diff --git a/apps/files_trashbin/l10n/gl.js b/apps/files_trashbin/l10n/gl.js
index d39ae5de39ee9f416cbc11ffe6e5ce2348f47d46..fef52eea7b62e57372e534b30a98cc4a579d40a7 100644
--- a/apps/files_trashbin/l10n/gl.js
+++ b/apps/files_trashbin/l10n/gl.js
@@ -8,6 +8,9 @@ OC.L10N.register(
     "Delete permanently" : "Eliminar permanentemente",
     "Error" : "Erro",
     "restored" : "restaurado",
+    "No deleted files" : "Non hai ficheiros eliminados",
+    "You will be able to recover deleted files from here" : "Poderá recuperar ficheiros borrados de aquí",
+    "Select all" : "Seleccionar todo",
     "Name" : "Nome",
     "Deleted" : "Eliminado",
     "Delete" : "Eliminar"
diff --git a/apps/files_trashbin/l10n/gl.json b/apps/files_trashbin/l10n/gl.json
index ae7bb3ead7d5bada274bbca55f3e1daccb00a691..956d6a91c0d5de2f755b2ff6f6a00f11aab6e2dc 100644
--- a/apps/files_trashbin/l10n/gl.json
+++ b/apps/files_trashbin/l10n/gl.json
@@ -6,6 +6,9 @@
     "Delete permanently" : "Eliminar permanentemente",
     "Error" : "Erro",
     "restored" : "restaurado",
+    "No deleted files" : "Non hai ficheiros eliminados",
+    "You will be able to recover deleted files from here" : "Poderá recuperar ficheiros borrados de aquí",
+    "Select all" : "Seleccionar todo",
     "Name" : "Nome",
     "Deleted" : "Eliminado",
     "Delete" : "Eliminar"
diff --git a/apps/files_trashbin/l10n/sl.js b/apps/files_trashbin/l10n/sl.js
index b0042a072f5e656fb5c97938d791d4ac58186b97..1e92dafb9d0f6026132d55885cbfed4ecdc31a5e 100644
--- a/apps/files_trashbin/l10n/sl.js
+++ b/apps/files_trashbin/l10n/sl.js
@@ -8,6 +8,9 @@ OC.L10N.register(
     "Delete permanently" : "Izbriši dokončno",
     "Error" : "Napaka",
     "restored" : "obnovljeno",
+    "No deleted files" : "Ni izbrisanih datotek",
+    "You will be able to recover deleted files from here" : "Izbrisane datoteke je mogoče povrniti na tem mestu",
+    "Select all" : "izberi vse",
     "Name" : "Ime",
     "Deleted" : "Izbrisano",
     "Delete" : "Izbriši"
diff --git a/apps/files_trashbin/l10n/sl.json b/apps/files_trashbin/l10n/sl.json
index 872da3bc03779f5d020ac53d34c0b3acc96ac25f..456c36793b3127454df2624d1db614bfbb63578f 100644
--- a/apps/files_trashbin/l10n/sl.json
+++ b/apps/files_trashbin/l10n/sl.json
@@ -6,6 +6,9 @@
     "Delete permanently" : "Izbriši dokončno",
     "Error" : "Napaka",
     "restored" : "obnovljeno",
+    "No deleted files" : "Ni izbrisanih datotek",
+    "You will be able to recover deleted files from here" : "Izbrisane datoteke je mogoče povrniti na tem mestu",
+    "Select all" : "izberi vse",
     "Name" : "Ime",
     "Deleted" : "Izbrisano",
     "Delete" : "Izbriši"
diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js
index 224fda1d1151fef3e8273c56036d1d756deb4b81..b218795ab0de7190d90fecb6ddf47ffe8456558d 100644
--- a/core/l10n/cs_CZ.js
+++ b/core/l10n/cs_CZ.js
@@ -83,6 +83,7 @@ OC.L10N.register(
     "Password protect" : "Chránit heslem",
     "Password" : "Heslo",
     "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz",
+    "Allow editing" : "Povolit úpravy",
     "Email link to person" : "Odeslat osobě odkaz e-mailem",
     "Send" : "Odeslat",
     "Set expiration date" : "Nastavit datum vypršení platnosti",
@@ -90,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Datum vypršení platnosti",
     "Adding user..." : "Přidávám uživatele...",
     "group" : "skupina",
+    "remote" : "vzdálený",
     "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno",
     "Shared in {item} with {user}" : "Sdíleno v {item} s {user}",
     "Unshare" : "Zrušit sdílení",
@@ -98,6 +100,7 @@ OC.L10N.register(
     "can edit" : "lze upravovat",
     "access control" : "řízení přístupu",
     "create" : "vytvořit",
+    "change" : "změnit",
     "delete" : "smazat",
     "Password protected" : "Chráněno heslem",
     "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti",
@@ -187,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Dokončuji...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povolte JavaScript</a> a znovu načtěte stránku.",
     "%s is available. Get more information on how to update." : "%s je dostupná. Získejte více informací k postupu aktualizace.",
+    "Skip to content" : "Přeskočit na obsah",
     "Log out" : "Odhlásit se",
     "Search" : "Hledat",
     "Server side authentication failed!" : "Autentizace na serveru selhala!",
diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json
index 04a0d90fb65d5be4c1535e559b631b6f72b8038f..715b1aa5d3e87177ce53f80e902acb2263676abb 100644
--- a/core/l10n/cs_CZ.json
+++ b/core/l10n/cs_CZ.json
@@ -81,6 +81,7 @@
     "Password protect" : "Chránit heslem",
     "Password" : "Heslo",
     "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz",
+    "Allow editing" : "Povolit úpravy",
     "Email link to person" : "Odeslat osobě odkaz e-mailem",
     "Send" : "Odeslat",
     "Set expiration date" : "Nastavit datum vypršení platnosti",
@@ -88,6 +89,7 @@
     "Expiration date" : "Datum vypršení platnosti",
     "Adding user..." : "Přidávám uživatele...",
     "group" : "skupina",
+    "remote" : "vzdálený",
     "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno",
     "Shared in {item} with {user}" : "Sdíleno v {item} s {user}",
     "Unshare" : "Zrušit sdílení",
@@ -96,6 +98,7 @@
     "can edit" : "lze upravovat",
     "access control" : "řízení přístupu",
     "create" : "vytvořit",
+    "change" : "změnit",
     "delete" : "smazat",
     "Password protected" : "Chráněno heslem",
     "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti",
@@ -185,6 +188,7 @@
     "Finishing …" : "Dokončuji...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. Prosím <a href=\"http://enable-javascript.com/\" target=\"_blank\">povolte JavaScript</a> a znovu načtěte stránku.",
     "%s is available. Get more information on how to update." : "%s je dostupná. Získejte více informací k postupu aktualizace.",
+    "Skip to content" : "Přeskočit na obsah",
     "Log out" : "Odhlásit se",
     "Search" : "Hledat",
     "Server side authentication failed!" : "Autentizace na serveru selhala!",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index c09203725b9c82d76bcd1ea4730df56dd392551a..5dd47f93f6b1629be0604bb08ce0a8285667458e 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -79,9 +79,11 @@ OC.L10N.register(
     "Share with user or group …" : "Mit Benutzer oder Gruppe teilen ....",
     "Share link" : "Link Teilen",
     "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen",
+    "Link" : "Link",
     "Password protect" : "Passwortschutz",
     "Password" : "Passwort",
     "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
+    "Allow editing" : "Bearbeitung erlauben",
     "Email link to person" : "Link per E-Mail verschicken",
     "Send" : "Senden",
     "Set expiration date" : "Setze ein Ablaufdatum",
@@ -89,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Ablaufdatum",
     "Adding user..." : "Benutzer wird hinzugefügt …",
     "group" : "Gruppe",
+    "remote" : "Entfernte Freigabe",
     "Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt",
     "Shared in {item} with {user}" : "Für {user} in {item} freigegeben",
     "Unshare" : "Freigabe aufheben",
@@ -97,6 +100,7 @@ OC.L10N.register(
     "can edit" : "kann bearbeiten",
     "access control" : "Zugriffskontrolle",
     "create" : "erstellen",
+    "change" : "Ändern",
     "delete" : "löschen",
     "Password protected" : "Durch ein Passwort geschützt",
     "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
@@ -186,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Abschließen ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb.  Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Seite neu.",
     "%s is available. Get more information on how to update." : "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
+    "Skip to content" : "Zum Inhalt wechseln",
     "Log out" : "Abmelden",
     "Search" : "Suche",
     "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index f5d58955fa8b0bcf86b0510d9a6d27a4bf0e1512..d6350016c8c0da97499b1a6da3556456827fa865 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -77,9 +77,11 @@
     "Share with user or group …" : "Mit Benutzer oder Gruppe teilen ....",
     "Share link" : "Link Teilen",
     "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen",
+    "Link" : "Link",
     "Password protect" : "Passwortschutz",
     "Password" : "Passwort",
     "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
+    "Allow editing" : "Bearbeitung erlauben",
     "Email link to person" : "Link per E-Mail verschicken",
     "Send" : "Senden",
     "Set expiration date" : "Setze ein Ablaufdatum",
@@ -87,6 +89,7 @@
     "Expiration date" : "Ablaufdatum",
     "Adding user..." : "Benutzer wird hinzugefügt …",
     "group" : "Gruppe",
+    "remote" : "Entfernte Freigabe",
     "Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt",
     "Shared in {item} with {user}" : "Für {user} in {item} freigegeben",
     "Unshare" : "Freigabe aufheben",
@@ -95,6 +98,7 @@
     "can edit" : "kann bearbeiten",
     "access control" : "Zugriffskontrolle",
     "create" : "erstellen",
+    "change" : "Ändern",
     "delete" : "löschen",
     "Password protected" : "Durch ein Passwort geschützt",
     "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
@@ -184,6 +188,7 @@
     "Finishing …" : "Abschließen ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb.  Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Seite neu.",
     "%s is available. Get more information on how to update." : "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
+    "Skip to content" : "Zum Inhalt wechseln",
     "Log out" : "Abmelden",
     "Search" : "Suche",
     "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index d15ee5d060fd6b825d4d745c9a8fb0033d3942ab..f84d3413d8b7f6620eab6ea6be121dc81e1d0b6f 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -79,9 +79,11 @@ OC.L10N.register(
     "Share with user or group …" : "Mit Benutzer oder Gruppe teilen …",
     "Share link" : "Link teilen",
     "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen",
+    "Link" : "Link",
     "Password protect" : "Passwortschutz",
     "Password" : "Passwort",
     "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
+    "Allow editing" : "Bearbeitung erlauben",
     "Email link to person" : "Link per E-Mail verschicken",
     "Send" : "Senden",
     "Set expiration date" : "Ein Ablaufdatum setzen",
@@ -89,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Ablaufdatum",
     "Adding user..." : "Benutzer wird hinzugefügt …",
     "group" : "Gruppe",
+    "remote" : "Entfernte Freigabe",
     "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
     "Shared in {item} with {user}" : "Freigegeben in {item} von {user}",
     "Unshare" : "Freigabe aufheben",
@@ -97,6 +100,7 @@ OC.L10N.register(
     "can edit" : "kann bearbeiten",
     "access control" : "Zugriffskontrolle",
     "create" : "erstellen",
+    "change" : "Ändern",
     "delete" : "löschen",
     "Password protected" : "Passwortgeschützt",
     "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
@@ -186,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Abschließen ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript, um richtig zu funktionieren. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivieren Sie JavaScript</a> und laden Sie diese Seite neu.",
     "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
+    "Skip to content" : "Zum Inhalt wechseln",
     "Log out" : "Abmelden",
     "Search" : "Suche",
     "Server side authentication failed!" : "Die Legitimierung auf dem Server ist fehlgeschlagen!",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 48e5ddad5e9a12f6815747797c5c544defee0086..fc4e6ee1de0b0e169d740b9a4fbce872ea1709fe 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -77,9 +77,11 @@
     "Share with user or group …" : "Mit Benutzer oder Gruppe teilen …",
     "Share link" : "Link teilen",
     "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen",
+    "Link" : "Link",
     "Password protect" : "Passwortschutz",
     "Password" : "Passwort",
     "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
+    "Allow editing" : "Bearbeitung erlauben",
     "Email link to person" : "Link per E-Mail verschicken",
     "Send" : "Senden",
     "Set expiration date" : "Ein Ablaufdatum setzen",
@@ -87,6 +89,7 @@
     "Expiration date" : "Ablaufdatum",
     "Adding user..." : "Benutzer wird hinzugefügt …",
     "group" : "Gruppe",
+    "remote" : "Entfernte Freigabe",
     "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
     "Shared in {item} with {user}" : "Freigegeben in {item} von {user}",
     "Unshare" : "Freigabe aufheben",
@@ -95,6 +98,7 @@
     "can edit" : "kann bearbeiten",
     "access control" : "Zugriffskontrolle",
     "create" : "erstellen",
+    "change" : "Ändern",
     "delete" : "löschen",
     "Password protected" : "Passwortgeschützt",
     "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
@@ -184,6 +188,7 @@
     "Finishing …" : "Abschließen ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript, um richtig zu funktionieren. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivieren Sie JavaScript</a> und laden Sie diese Seite neu.",
     "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.",
+    "Skip to content" : "Zum Inhalt wechseln",
     "Log out" : "Abmelden",
     "Search" : "Suche",
     "Server side authentication failed!" : "Die Legitimierung auf dem Server ist fehlgeschlagen!",
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index dbb8108fbbe0d1b150e8695383a58d0a43bb015a..556c8a89ae38142c6fe8126064281f8aa64e1c04 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -83,6 +83,7 @@ OC.L10N.register(
     "Password protect" : "Suojaa salasanalla",
     "Password" : "Salasana",
     "Choose a password for the public link" : "Valitse salasana julkiselle linkille",
+    "Allow editing" : "Salli muokkaus",
     "Email link to person" : "Lähetä linkki sähköpostitse",
     "Send" : "Lähetä",
     "Set expiration date" : "Aseta päättymispäivä",
@@ -90,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Päättymispäivä",
     "Adding user..." : "Lisätään käyttäjä...",
     "group" : "ryhmä",
+    "remote" : "etä",
     "Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
     "Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
     "Unshare" : "Peru jakaminen",
@@ -98,6 +100,7 @@ OC.L10N.register(
     "can edit" : "voi muokata",
     "access control" : "Pääsyn hallinta",
     "create" : "luo",
+    "change" : "muuta",
     "delete" : "poista",
     "Password protected" : "Salasanasuojattu",
     "Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
@@ -187,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Valmistellaan…",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Tämä sovellus vaatii JavaScript-tuen toimiakseen. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Ota JavaScript käyttöön</a> ja päivitä sivu.",
     "%s is available. Get more information on how to update." : "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.",
+    "Skip to content" : "Siirry sisältöön",
     "Log out" : "Kirjaudu ulos",
     "Search" : "Etsi",
     "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!",
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index 97468a5d45296421b6c3bd3335bfff84cb4ddf1e..95d2fc935050910979232b557cc92ca0aebc135a 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -81,6 +81,7 @@
     "Password protect" : "Suojaa salasanalla",
     "Password" : "Salasana",
     "Choose a password for the public link" : "Valitse salasana julkiselle linkille",
+    "Allow editing" : "Salli muokkaus",
     "Email link to person" : "Lähetä linkki sähköpostitse",
     "Send" : "Lähetä",
     "Set expiration date" : "Aseta päättymispäivä",
@@ -88,6 +89,7 @@
     "Expiration date" : "Päättymispäivä",
     "Adding user..." : "Lisätään käyttäjä...",
     "group" : "ryhmä",
+    "remote" : "etä",
     "Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
     "Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
     "Unshare" : "Peru jakaminen",
@@ -96,6 +98,7 @@
     "can edit" : "voi muokata",
     "access control" : "Pääsyn hallinta",
     "create" : "luo",
+    "change" : "muuta",
     "delete" : "poista",
     "Password protected" : "Salasanasuojattu",
     "Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
@@ -185,6 +188,7 @@
     "Finishing …" : "Valmistellaan…",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Tämä sovellus vaatii JavaScript-tuen toimiakseen. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Ota JavaScript käyttöön</a> ja päivitä sivu.",
     "%s is available. Get more information on how to update." : "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.",
+    "Skip to content" : "Siirry sisältöön",
     "Log out" : "Kirjaudu ulos",
     "Search" : "Etsi",
     "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index c9200fed412c6038e6b87e7693a46d503a66d325..fd8e7c699fad8066e1c16603851e5bd00af65e91 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -83,6 +83,7 @@ OC.L10N.register(
     "Password protect" : "Proteggi con password",
     "Password" : "Password",
     "Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
+    "Allow editing" : "Consenti la modifica",
     "Email link to person" : "Invia collegamento via email",
     "Send" : "Invia",
     "Set expiration date" : "Imposta data di scadenza",
@@ -90,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Data di scadenza",
     "Adding user..." : "Aggiunta utente in corso...",
     "group" : "gruppo",
+    "remote" : "remota",
     "Resharing is not allowed" : "La ri-condivisione non è consentita",
     "Shared in {item} with {user}" : "Condiviso in {item} con {user}",
     "Unshare" : "Rimuovi condivisione",
@@ -98,6 +100,7 @@ OC.L10N.register(
     "can edit" : "può modificare",
     "access control" : "controllo d'accesso",
     "create" : "creare",
+    "change" : "cambia",
     "delete" : "elimina",
     "Password protected" : "Protetta da password",
     "Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza",
@@ -187,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Completamento...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa pagina.",
     "%s is available. Get more information on how to update." : "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.",
+    "Skip to content" : "Salta al contenuto",
     "Log out" : "Esci",
     "Search" : "Cerca",
     "Server side authentication failed!" : "Autenticazione lato server non riuscita!",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index aa45a44f33136a2168e7af7c943b2177f40286b2..7bd19ba7600924d5a7e782f7a985e2e2b2daa290 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -81,6 +81,7 @@
     "Password protect" : "Proteggi con password",
     "Password" : "Password",
     "Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
+    "Allow editing" : "Consenti la modifica",
     "Email link to person" : "Invia collegamento via email",
     "Send" : "Invia",
     "Set expiration date" : "Imposta data di scadenza",
@@ -88,6 +89,7 @@
     "Expiration date" : "Data di scadenza",
     "Adding user..." : "Aggiunta utente in corso...",
     "group" : "gruppo",
+    "remote" : "remota",
     "Resharing is not allowed" : "La ri-condivisione non è consentita",
     "Shared in {item} with {user}" : "Condiviso in {item} con {user}",
     "Unshare" : "Rimuovi condivisione",
@@ -96,6 +98,7 @@
     "can edit" : "può modificare",
     "access control" : "controllo d'accesso",
     "create" : "creare",
+    "change" : "cambia",
     "delete" : "elimina",
     "Password protected" : "Protetta da password",
     "Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza",
@@ -185,6 +188,7 @@
     "Finishing …" : "Completamento...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa pagina.",
     "%s is available. Get more information on how to update." : "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.",
+    "Skip to content" : "Salta al contenuto",
     "Log out" : "Esci",
     "Search" : "Cerca",
     "Server side authentication failed!" : "Autenticazione lato server non riuscita!",
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index c3f8b0c2033458d9540a9548ab5b03283182a8e0..d93a177fc38722885885e1336d198fa47cf5e988 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -79,9 +79,11 @@ OC.L10N.register(
     "Share with user or group …" : "Delen met gebruiker of groep ...",
     "Share link" : "Deel link",
     "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
+    "Link" : "Link",
     "Password protect" : "Wachtwoord beveiligd",
     "Password" : "Wachtwoord",
     "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
+    "Allow editing" : "Toestaan bewerken",
     "Email link to person" : "E-mail link naar persoon",
     "Send" : "Versturen",
     "Set expiration date" : "Stel vervaldatum in",
@@ -89,6 +91,7 @@ OC.L10N.register(
     "Expiration date" : "Vervaldatum",
     "Adding user..." : "Toevoegen gebruiker...",
     "group" : "groep",
+    "remote" : "extern",
     "Resharing is not allowed" : "Verder delen is niet toegestaan",
     "Shared in {item} with {user}" : "Gedeeld in {item} met {user}",
     "Unshare" : "Stop met delen",
@@ -97,6 +100,7 @@ OC.L10N.register(
     "can edit" : "kan wijzigen",
     "access control" : "toegangscontrole",
     "create" : "creëer",
+    "change" : "wijzig",
     "delete" : "verwijderen",
     "Password protected" : "Wachtwoord beveiligd",
     "Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum",
@@ -186,6 +190,7 @@ OC.L10N.register(
     "Finishing …" : "Afronden ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Deze applicatie heeft JavaScript nodig. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.",
     "%s is available. Get more information on how to update." : "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.",
+    "Skip to content" : "Door naar inhoud",
     "Log out" : "Afmelden",
     "Search" : "Zoeken",
     "Server side authentication failed!" : "Authenticatie bij de server mislukte!",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 32a96a3859e095f70fd666b07d23d7d68a3e0943..dcdc9c2bd6d559471d2afdb13d74687e49f4ccea 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -77,9 +77,11 @@
     "Share with user or group …" : "Delen met gebruiker of groep ...",
     "Share link" : "Deel link",
     "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
+    "Link" : "Link",
     "Password protect" : "Wachtwoord beveiligd",
     "Password" : "Wachtwoord",
     "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
+    "Allow editing" : "Toestaan bewerken",
     "Email link to person" : "E-mail link naar persoon",
     "Send" : "Versturen",
     "Set expiration date" : "Stel vervaldatum in",
@@ -87,6 +89,7 @@
     "Expiration date" : "Vervaldatum",
     "Adding user..." : "Toevoegen gebruiker...",
     "group" : "groep",
+    "remote" : "extern",
     "Resharing is not allowed" : "Verder delen is niet toegestaan",
     "Shared in {item} with {user}" : "Gedeeld in {item} met {user}",
     "Unshare" : "Stop met delen",
@@ -95,6 +98,7 @@
     "can edit" : "kan wijzigen",
     "access control" : "toegangscontrole",
     "create" : "creëer",
+    "change" : "wijzig",
     "delete" : "verwijderen",
     "Password protected" : "Wachtwoord beveiligd",
     "Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum",
@@ -184,6 +188,7 @@
     "Finishing …" : "Afronden ...",
     "This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." : "Deze applicatie heeft JavaScript nodig. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.",
     "%s is available. Get more information on how to update." : "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.",
+    "Skip to content" : "Door naar inhoud",
     "Log out" : "Afmelden",
     "Search" : "Zoeken",
     "Server side authentication failed!" : "Authenticatie bij de server mislukte!",
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index 7e9fc1ba6d28db679e1e2adb85cb8378db53c8aa..b0600bbf41b76551417282a08d83a5741e8994a8 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -46,6 +46,7 @@ OC.L10N.register(
     "Error loading file picker template: {error}" : "Błąd podczas ładowania pliku wybranego szablonu: {error}",
     "Ok" : "OK",
     "Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}",
+    "read-only" : "tylko odczyt",
     "_{count} file conflict_::_{count} file conflicts_" : ["{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"],
     "One file conflict" : "Konflikt pliku",
     "New Files" : "Nowe pliki",
@@ -78,15 +79,19 @@ OC.L10N.register(
     "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...",
     "Share link" : "Udostępnij link",
     "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia",
+    "Link" : "Link",
     "Password protect" : "Zabezpiecz hasłem",
     "Password" : "Hasło",
     "Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
+    "Allow editing" : "Pozwól na edycję",
     "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
     "Send" : "Wyślij",
     "Set expiration date" : "Ustaw datę wygaśnięcia",
     "Expiration" : "Wygaśnięcie",
     "Expiration date" : "Data wygaśnięcia",
+    "Adding user..." : "Dodaję użytkownika...",
     "group" : "grupa",
+    "remote" : "zdalny",
     "Resharing is not allowed" : "Współdzielenie nie jest możliwe",
     "Shared in {item} with {user}" : "Współdzielone w {item} z {user}",
     "Unshare" : "Zatrzymaj współdzielenie",
@@ -95,6 +100,7 @@ OC.L10N.register(
     "can edit" : "może edytować",
     "access control" : "kontrola dostępu",
     "create" : "utwórz",
+    "change" : "zmiany",
     "delete" : "usuń",
     "Password protected" : "Zabezpieczone hasłem",
     "Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia",
@@ -109,7 +115,8 @@ OC.L10N.register(
     "Edit tags" : "Edytuj tagi",
     "Error loading dialog template: {error}" : "Błąd podczas ładowania szablonu dialogu: {error}",
     "No tags selected for deletion." : "Nie zaznaczono tagów do usunięcia.",
-    "_download %n file_::_download %n files_" : ["","",""],
+    "Hello world!" : "Witaj świecie!",
+    "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"],
     "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.",
     "Please reload the page." : "Proszę przeładować stronę",
     "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.",
@@ -142,6 +149,7 @@ OC.L10N.register(
     "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n",
     "The share will expire on %s." : "Ten zasób wygaśnie %s",
     "Cheers!" : "Pozdrawiam!",
+    "Internal Server Error" : "Internal Server Error",
     "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.",
     "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.",
     "More details can be found in the server log." : "Więcej szczegółów można znaleźć w logu serwera.",
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index 535bcd942d165c3682e30c66385901a53d1bc11c..2622f6ec998652e0b03679a6096fbf95b6d2fc75 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -44,6 +44,7 @@
     "Error loading file picker template: {error}" : "Błąd podczas ładowania pliku wybranego szablonu: {error}",
     "Ok" : "OK",
     "Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}",
+    "read-only" : "tylko odczyt",
     "_{count} file conflict_::_{count} file conflicts_" : ["{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"],
     "One file conflict" : "Konflikt pliku",
     "New Files" : "Nowe pliki",
@@ -76,15 +77,19 @@
     "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...",
     "Share link" : "Udostępnij link",
     "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia",
+    "Link" : "Link",
     "Password protect" : "Zabezpiecz hasłem",
     "Password" : "Hasło",
     "Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
+    "Allow editing" : "Pozwól na edycję",
     "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
     "Send" : "Wyślij",
     "Set expiration date" : "Ustaw datę wygaśnięcia",
     "Expiration" : "Wygaśnięcie",
     "Expiration date" : "Data wygaśnięcia",
+    "Adding user..." : "Dodaję użytkownika...",
     "group" : "grupa",
+    "remote" : "zdalny",
     "Resharing is not allowed" : "Współdzielenie nie jest możliwe",
     "Shared in {item} with {user}" : "Współdzielone w {item} z {user}",
     "Unshare" : "Zatrzymaj współdzielenie",
@@ -93,6 +98,7 @@
     "can edit" : "może edytować",
     "access control" : "kontrola dostępu",
     "create" : "utwórz",
+    "change" : "zmiany",
     "delete" : "usuń",
     "Password protected" : "Zabezpieczone hasłem",
     "Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia",
@@ -107,7 +113,8 @@
     "Edit tags" : "Edytuj tagi",
     "Error loading dialog template: {error}" : "Błąd podczas ładowania szablonu dialogu: {error}",
     "No tags selected for deletion." : "Nie zaznaczono tagów do usunięcia.",
-    "_download %n file_::_download %n files_" : ["","",""],
+    "Hello world!" : "Witaj świecie!",
+    "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"],
     "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.",
     "Please reload the page." : "Proszę przeładować stronę",
     "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.",
@@ -140,6 +147,7 @@
     "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n",
     "The share will expire on %s." : "Ten zasób wygaśnie %s",
     "Cheers!" : "Pozdrawiam!",
+    "Internal Server Error" : "Internal Server Error",
     "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.",
     "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.",
     "More details can be found in the server log." : "Więcej szczegółów można znaleźć w logu serwera.",
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js
index 3e8429375bd00313500823c27265f2baf1155397..76a3ce655ee722997294fc5caf26258e7e8f2879 100644
--- a/lib/l10n/cs_CZ.js
+++ b/lib/l10n/cs_CZ.js
@@ -77,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Zadejte heslo správce.",
     "Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s",
     "%s shared »%s« with you" : "%s s vámi sdílí »%s«",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %i",
     "Sharing %s failed, because the file does not exist" : "Sdílení %s selhalo, protože soubor neexistuje",
     "You are not allowed to share %s" : "Nemáte povoleno sdílet %s",
     "Sharing %s failed, because the user %s is the item owner" : "Sdílení položky %s selhalo, protože uživatel %s je jejím vlastníkem",
@@ -87,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy",
     "Sharing %s failed, because sharing with links is not allowed" : "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.",
     "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s",
     "Setting permissions for %s failed, because the item was not found" : "Nastavení práv pro %s selhalo, protože položka nebyla nalezena",
diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json
index cfe2c69bfd063220f603a32de3a2a4940084f4e0..297d37079d1bfcd4792c8894e6a91d260616f56c 100644
--- a/lib/l10n/cs_CZ.json
+++ b/lib/l10n/cs_CZ.json
@@ -75,6 +75,7 @@
     "Set an admin password." : "Zadejte heslo správce.",
     "Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s",
     "%s shared »%s« with you" : "%s s vámi sdílí »%s«",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %i",
     "Sharing %s failed, because the file does not exist" : "Sdílení %s selhalo, protože soubor neexistuje",
     "You are not allowed to share %s" : "Nemáte povoleno sdílet %s",
     "Sharing %s failed, because the user %s is the item owner" : "Sdílení položky %s selhalo, protože uživatel %s je jejím vlastníkem",
@@ -85,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy",
     "Sharing %s failed, because sharing with links is not allowed" : "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.",
     "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s",
     "Setting permissions for %s failed, because the item was not found" : "Nastavení práv pro %s selhalo, protože položka nebyla nalezena",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 178622498f72653126832d737ff8a7144d6f8681..27715389389f50ea483301c6ab5d0a955b4059a1 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -77,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Setze Administrator Passwort",
     "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden",
     "%s shared »%s« with you" : "%s teilte »%s« mit Dir",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.",
     "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert",
     "You are not allowed to share %s" : "Die Freigabe von %s ist Dir nicht erlaubt",
     "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist",
@@ -87,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist",
     "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren",
     "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.",
     "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
     "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index b230c5cfd5faffb863c3779bdff2d6f22ceb1b40..9410d0cb7834da18d3627bf35423772d565db50b 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -75,6 +75,7 @@
     "Set an admin password." : "Setze Administrator Passwort",
     "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden",
     "%s shared »%s« with you" : "%s teilte »%s« mit Dir",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.",
     "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert",
     "You are not allowed to share %s" : "Die Freigabe von %s ist Dir nicht erlaubt",
     "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist",
@@ -85,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist",
     "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren",
     "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.",
     "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
     "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index d0ab360a4a05271957c5baf905929bef0b456d2d..d40ddc912361f4eb2fe6906a0e1bf99644ec1a49 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -77,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Setze Administrator Passwort",
     "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden",
     "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.",
     "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert",
     "You are not allowed to share %s" : "Die Freigabe von %s ist Ihnen nicht erlaubt",
     "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist",
@@ -87,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist",
     "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren",
     "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.",
     "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
     "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index f203cc609a478dc3752392994f7e38553ec6b01f..857ec81175fe5a8ae926f54e0796330037896d37 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -75,6 +75,7 @@
     "Set an admin password." : "Setze Administrator Passwort",
     "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden",
     "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %i nicht erlaubt.",
     "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert",
     "You are not allowed to share %s" : "Die Freigabe von %s ist Ihnen nicht erlaubt",
     "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist",
@@ -85,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist",
     "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren",
     "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.",
     "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
     "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 3fede7ed1e3f857ec45bf47113dbbd7a0f8404b0..0d619211f0d7074f1d690d8e70c4000752259362 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -77,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Imposta una password di amministrazione.",
     "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
     "%s shared »%s« with you" : "%s ha condiviso «%s» con te",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i",
     "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste",
     "You are not allowed to share %s" : "Non ti è consentito condividere %s",
     "Sharing %s failed, because the user %s is the item owner" : "Condivisione di %s non riuscita, poiché l'utente %s è il proprietario dell'oggetto",
@@ -87,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "Devi fornire una password per creare un collegamento pubblico, sono consentiti solo i collegamenti protetti",
     "Sharing %s failed, because sharing with links is not allowed" : "Condivisione di %s non riuscita, poiché i collegamenti non sono consentiti",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile.",
     "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s",
     "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 610ce323c1bc00ddcea581bd03cd82a3c0f6b29f..aea35699411e31ba1a5628f6107c6e689c25a1f7 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -75,6 +75,7 @@
     "Set an admin password." : "Imposta una password di amministrazione.",
     "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
     "%s shared »%s« with you" : "%s ha condiviso «%s» con te",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i",
     "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste",
     "You are not allowed to share %s" : "Non ti è consentito condividere %s",
     "Sharing %s failed, because the user %s is the item owner" : "Condivisione di %s non riuscita, poiché l'utente %s è il proprietario dell'oggetto",
@@ -85,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "Devi fornire una password per creare un collegamento pubblico, sono consentiti solo i collegamenti protetti",
     "Sharing %s failed, because sharing with links is not allowed" : "Condivisione di %s non riuscita, poiché i collegamenti non sono consentiti",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile.",
     "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s",
     "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 76fb598b012f98ce9c2d52d7a301340ad4a4a91b..848fcb03d22633651a65673643fb31ded297b1ff 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -10,7 +10,13 @@ OC.L10N.register(
     "PHP %s or higher is required." : "PHP %s of hoger vereist.",
     "PHP with a version lower than %s is required." : "PHP met een versie lager dan %s is vereist.",
     "Following databases are supported: %s" : "De volgende databases worden ondersteund: %s",
+    "The command line tool %s could not be found" : "Commandoregel tool %s is niet gevonden",
+    "The library %s is not available." : "Library %s is niet beschikbaar.",
+    "Library %s with a version higher than %s is required - available version %s." : "Library %s met een versienummer hoger dan %s is vereist - beschikbare versie %s.",
+    "Library %s with a version lower than %s is required - available version %s." : "Library %s met een versienummer lager dan %s is vereist - beschikbare versie %s.",
+    "Following platforms are supported: %s" : "De volgende platformen worden ondersteund: %s",
     "ownCloud %s or higher is required." : "ownCloud %s of hoger vereist.",
+    "ownCloud with a version lower than %s is required." : "ownCloud met een versie lager dan %s is vereist.",
     "Help" : "Help",
     "Personal" : "Persoonlijk",
     "Settings" : "Instellingen",
@@ -18,6 +24,7 @@ OC.L10N.register(
     "Admin" : "Beheerder",
     "Recommended" : "Aanbevolen",
     "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.",
+    "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de volgende afhankelijkheden niet zijn ingevuld: %s",
     "No app name specified" : "Geen app naam opgegeven.",
     "Unknown filetype" : "Onbekend bestandsformaat",
     "Invalid image" : "Ongeldige afbeelding",
@@ -70,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Stel een beheerderswachtwoord in.",
     "Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s",
     "%s shared »%s« with you" : "%s deelde »%s« met u",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Delen van %s is mislukt, omdat de share-backend niet toestaat om type %i te delen",
     "Sharing %s failed, because the file does not exist" : "Delen van %s is mislukt, omdat het bestand niet bestaat",
     "You are not allowed to share %s" : "U bent niet bevoegd om %s te delen",
     "Sharing %s failed, because the user %s is the item owner" : "Delen van %s is mislukt, omdat de gebruiker %s de eigenaar is",
@@ -80,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan",
     "Sharing %s failed, because sharing with links is not allowed" : "Delen van %s is mislukt, omdat het delen met links niet is toegestaan",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
     "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies",
     "Setting permissions for %s failed, because the item was not found" : "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden",
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index b83b65dd46337af3a9ecf04f544d15add1aa8672..706ecc301a96dec95dc078e0b28f8bed07a7a111 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -8,7 +8,13 @@
     "PHP %s or higher is required." : "PHP %s of hoger vereist.",
     "PHP with a version lower than %s is required." : "PHP met een versie lager dan %s is vereist.",
     "Following databases are supported: %s" : "De volgende databases worden ondersteund: %s",
+    "The command line tool %s could not be found" : "Commandoregel tool %s is niet gevonden",
+    "The library %s is not available." : "Library %s is niet beschikbaar.",
+    "Library %s with a version higher than %s is required - available version %s." : "Library %s met een versienummer hoger dan %s is vereist - beschikbare versie %s.",
+    "Library %s with a version lower than %s is required - available version %s." : "Library %s met een versienummer lager dan %s is vereist - beschikbare versie %s.",
+    "Following platforms are supported: %s" : "De volgende platformen worden ondersteund: %s",
     "ownCloud %s or higher is required." : "ownCloud %s of hoger vereist.",
+    "ownCloud with a version lower than %s is required." : "ownCloud met een versie lager dan %s is vereist.",
     "Help" : "Help",
     "Personal" : "Persoonlijk",
     "Settings" : "Instellingen",
@@ -16,6 +22,7 @@
     "Admin" : "Beheerder",
     "Recommended" : "Aanbevolen",
     "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.",
+    "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de volgende afhankelijkheden niet zijn ingevuld: %s",
     "No app name specified" : "Geen app naam opgegeven.",
     "Unknown filetype" : "Onbekend bestandsformaat",
     "Invalid image" : "Ongeldige afbeelding",
@@ -68,6 +75,7 @@
     "Set an admin password." : "Stel een beheerderswachtwoord in.",
     "Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s",
     "%s shared »%s« with you" : "%s deelde »%s« met u",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Delen van %s is mislukt, omdat de share-backend niet toestaat om type %i te delen",
     "Sharing %s failed, because the file does not exist" : "Delen van %s is mislukt, omdat het bestand niet bestaat",
     "You are not allowed to share %s" : "U bent niet bevoegd om %s te delen",
     "Sharing %s failed, because the user %s is the item owner" : "Delen van %s is mislukt, omdat de gebruiker %s de eigenaar is",
@@ -78,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s",
     "You need to provide a password to create a public link, only protected links are allowed" : "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan",
     "Sharing %s failed, because sharing with links is not allowed" : "Delen van %s is mislukt, omdat het delen met links niet is toegestaan",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
     "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies",
     "Setting permissions for %s failed, because the item was not found" : "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden",
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js
index 9b55e699ea64bf3d223d9cdfa855284d929a5eca..91efdf6d6ebc00618605e885b69f549499e576aa 100644
--- a/lib/l10n/sl.js
+++ b/lib/l10n/sl.js
@@ -8,7 +8,15 @@ OC.L10N.register(
     "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
     "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
     "PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.",
+    "PHP with a version lower than %s is required." : "Zahtevana je različica PHP manj kot %s.",
     "Following databases are supported: %s" : "Podprte so navedene podatkovne zbirke: %s",
+    "The command line tool %s could not be found" : "Orodja ukazne vrstice %s ni mogoče najti",
+    "The library %s is not available." : "Knjižnica %s ni na voljo.",
+    "Library %s with a version higher than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, višjo od %s – na voljo je različica %s.",
+    "Library %s with a version lower than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, manjšo od %s – na voljo je različica %s.",
+    "Following platforms are supported: %s" : "Podprta so okolja: %s",
+    "ownCloud %s or higher is required." : "Zahtevana je različica ownCloud %s ali višja.",
+    "ownCloud with a version lower than %s is required." : "Zahtevana je različica ownCloud %s ali nižja.",
     "Help" : "Pomoč",
     "Personal" : "Osebno",
     "Settings" : "Nastavitve",
@@ -16,16 +24,17 @@ OC.L10N.register(
     "Admin" : "Skrbništvo",
     "Recommended" : "Priporočljivo",
     "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Programnika \\\"%s\\\" ni mogoče namestiti, ker različica programa ni skladna z različico okolja ownCloud.",
+    "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \\\"%s\\\" ni mogoče namestiti zaradi nerešenih odvisnosti: %s",
     "No app name specified" : "Ni podanega imena programa",
     "Unknown filetype" : "Neznana vrsta datoteke",
     "Invalid image" : "Neveljavna slika",
     "today" : "danes",
     "yesterday" : "včeraj",
-    "_%n day ago_::_%n days ago_" : ["","","",""],
+    "_%n day ago_::_%n days ago_" : ["pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"],
     "last month" : "zadnji mesec",
     "_%n month ago_::_%n months ago_" : ["pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"],
     "last year" : "lansko leto",
-    "_%n year ago_::_%n years ago_" : ["","","",""],
+    "_%n year ago_::_%n years ago_" : ["pred %n letom","pred %n letoma","pred %n leti","pred %n leti"],
     "_%n hour ago_::_%n hours ago_" : ["pred %n uro","pred %n urama","pred %n urami","pred %n urami"],
     "_%n minute ago_::_%n minutes ago_" : ["pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"],
     "seconds ago" : "pred nekaj sekundami",
@@ -68,6 +77,7 @@ OC.L10N.register(
     "Set an admin password." : "Nastavi geslo skrbnika.",
     "Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
     "%s shared »%s« with you" : "%s je omogočil souporabo »%s«",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Omogočanje souporabe %s je spodletelo, ker ozadnji program ne dopušča souporabe vrste %i.",
     "Sharing %s failed, because the file does not exist" : "Souporaba %s je spodletela, ker ta datoteka ne obstaja",
     "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
     "Sharing %s failed, because the user %s is the item owner" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s lastnik predmeta.",
@@ -78,6 +88,7 @@ OC.L10N.register(
     "Sharing %s failed, because %s is not a member of the group %s" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član skupine %s.",
     "You need to provide a password to create a public link, only protected links are allowed" : "Navesti je treba geslo za ustvarjanje javne povezave, saj so dovoljene le zaščitene.",
     "Sharing %s failed, because sharing with links is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni dovoljena.",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Omogočanje souporabe %s je spodletelo, ker ni mogoče najti %s. Najverjetneje je strežnik nedosegljiv.",
     "Share type %s is not valid for %s" : "Vrsta souporabe %s za %s ni veljavna.",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje dovoljenj za %s je spodletelo, saj ta presegajo dovoljenja dodeljena uporabniku %s.",
     "Setting permissions for %s failed, because the item was not found" : "Nastavljanje dovoljenj za %s je spodletelo, ker predmeta ni mogoče najti.",
diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json
index 7d7929fde6e538275af31cbc0eb06a9610ba596a..3c70d01bc66f6572f2ed3847dbef994c620dc6e2 100644
--- a/lib/l10n/sl.json
+++ b/lib/l10n/sl.json
@@ -6,7 +6,15 @@
     "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
     "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
     "PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.",
+    "PHP with a version lower than %s is required." : "Zahtevana je različica PHP manj kot %s.",
     "Following databases are supported: %s" : "Podprte so navedene podatkovne zbirke: %s",
+    "The command line tool %s could not be found" : "Orodja ukazne vrstice %s ni mogoče najti",
+    "The library %s is not available." : "Knjižnica %s ni na voljo.",
+    "Library %s with a version higher than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, višjo od %s – na voljo je različica %s.",
+    "Library %s with a version lower than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, manjšo od %s – na voljo je različica %s.",
+    "Following platforms are supported: %s" : "Podprta so okolja: %s",
+    "ownCloud %s or higher is required." : "Zahtevana je različica ownCloud %s ali višja.",
+    "ownCloud with a version lower than %s is required." : "Zahtevana je različica ownCloud %s ali nižja.",
     "Help" : "Pomoč",
     "Personal" : "Osebno",
     "Settings" : "Nastavitve",
@@ -14,16 +22,17 @@
     "Admin" : "Skrbništvo",
     "Recommended" : "Priporočljivo",
     "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Programnika \\\"%s\\\" ni mogoče namestiti, ker različica programa ni skladna z različico okolja ownCloud.",
+    "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \\\"%s\\\" ni mogoče namestiti zaradi nerešenih odvisnosti: %s",
     "No app name specified" : "Ni podanega imena programa",
     "Unknown filetype" : "Neznana vrsta datoteke",
     "Invalid image" : "Neveljavna slika",
     "today" : "danes",
     "yesterday" : "včeraj",
-    "_%n day ago_::_%n days ago_" : ["","","",""],
+    "_%n day ago_::_%n days ago_" : ["pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"],
     "last month" : "zadnji mesec",
     "_%n month ago_::_%n months ago_" : ["pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"],
     "last year" : "lansko leto",
-    "_%n year ago_::_%n years ago_" : ["","","",""],
+    "_%n year ago_::_%n years ago_" : ["pred %n letom","pred %n letoma","pred %n leti","pred %n leti"],
     "_%n hour ago_::_%n hours ago_" : ["pred %n uro","pred %n urama","pred %n urami","pred %n urami"],
     "_%n minute ago_::_%n minutes ago_" : ["pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"],
     "seconds ago" : "pred nekaj sekundami",
@@ -66,6 +75,7 @@
     "Set an admin password." : "Nastavi geslo skrbnika.",
     "Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
     "%s shared »%s« with you" : "%s je omogočil souporabo »%s«",
+    "Sharing %s failed, because the backend does not allow shares from type %i" : "Omogočanje souporabe %s je spodletelo, ker ozadnji program ne dopušča souporabe vrste %i.",
     "Sharing %s failed, because the file does not exist" : "Souporaba %s je spodletela, ker ta datoteka ne obstaja",
     "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
     "Sharing %s failed, because the user %s is the item owner" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s lastnik predmeta.",
@@ -76,6 +86,7 @@
     "Sharing %s failed, because %s is not a member of the group %s" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član skupine %s.",
     "You need to provide a password to create a public link, only protected links are allowed" : "Navesti je treba geslo za ustvarjanje javne povezave, saj so dovoljene le zaščitene.",
     "Sharing %s failed, because sharing with links is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni dovoljena.",
+    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Omogočanje souporabe %s je spodletelo, ker ni mogoče najti %s. Najverjetneje je strežnik nedosegljiv.",
     "Share type %s is not valid for %s" : "Vrsta souporabe %s za %s ni veljavna.",
     "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje dovoljenj za %s je spodletelo, saj ta presegajo dovoljenja dodeljena uporabniku %s.",
     "Setting permissions for %s failed, because the item was not found" : "Nastavljanje dovoljenj za %s je spodletelo, ker predmeta ni mogoče najti.",
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index 9a3671b0f1d109058d13688c9dee8765cf21756e..de2443df3b41d1c26802df42e5cf289163ade012 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -46,6 +46,9 @@ OC.L10N.register(
     "Unable to create user." : "Nelze vytvořit uživatele.",
     "Your %s account was created" : "Účet %s byl vytvořen",
     "Unable to delete user." : "Nelze smazat uživatele.",
+    "Forbidden" : "Zakázáno",
+    "Invalid user" : "Neplatné uživatelské jméno",
+    "Unable to change mail address" : "Nelze změnit e-mail",
     "Email saved" : "E-mail uložen",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?",
     "Add trusted domain" : "Přidat důvěryhodnou doménu",
@@ -228,6 +231,8 @@ OC.L10N.register(
     "Show storage location" : "Zobrazit umístění úložiště",
     "Show last log in" : "Zobrazit poslední přihlášení",
     "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu",
+    "Send email to new user" : "Poslat e-mail novému uživateli",
+    "Show email address" : "Zobrazit e-mail",
     "Username" : "Uživatelské jméno",
     "E-Mail" : "E-Mail",
     "Create" : "Vytvořit",
@@ -249,6 +254,7 @@ OC.L10N.register(
     "Last Login" : "Poslední přihlášení",
     "change full name" : "změnit celé jméno",
     "set new password" : "nastavit nové heslo",
+    "change email address" : "změnit e-mail",
     "Default" : "Výchozí"
 },
 "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index 9a2c3134651b3d3506ac160343d0c22788c5367d..e19bc0c9c17678fc85389ead15124f8b1f042b90 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -44,6 +44,9 @@
     "Unable to create user." : "Nelze vytvořit uživatele.",
     "Your %s account was created" : "Účet %s byl vytvořen",
     "Unable to delete user." : "Nelze smazat uživatele.",
+    "Forbidden" : "Zakázáno",
+    "Invalid user" : "Neplatné uživatelské jméno",
+    "Unable to change mail address" : "Nelze změnit e-mail",
     "Email saved" : "E-mail uložen",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?",
     "Add trusted domain" : "Přidat důvěryhodnou doménu",
@@ -226,6 +229,8 @@
     "Show storage location" : "Zobrazit umístění úložiště",
     "Show last log in" : "Zobrazit poslední přihlášení",
     "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu",
+    "Send email to new user" : "Poslat e-mail novému uživateli",
+    "Show email address" : "Zobrazit e-mail",
     "Username" : "Uživatelské jméno",
     "E-Mail" : "E-Mail",
     "Create" : "Vytvořit",
@@ -247,6 +252,7 @@
     "Last Login" : "Poslední přihlášení",
     "change full name" : "změnit celé jméno",
     "set new password" : "nastavit nové heslo",
+    "change email address" : "změnit e-mail",
     "Default" : "Výchozí"
 },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
 }
\ No newline at end of file
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index 27c173abaf2ce5372ae0696c588ceefb62947318..c05b71e517d420c5aeef041065a0fb4f94157f0a 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -42,8 +42,13 @@ OC.L10N.register(
     "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen.",
     "Email sent" : "E-Mail wurde verschickt",
     "You need to set your user email before being able to send test emails." : "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.",
+    "Invalid mail address" : "Ungültige E-Mail Adresse",
     "Unable to create user." : "Benutzer konnte nicht erstellt werden.",
+    "Your %s account was created" : "Dein %s Konto wurde erstellt",
     "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.",
+    "Forbidden" : "Verboten",
+    "Invalid user" : "Ungültiger Nutzer",
+    "Unable to change mail address" : "E-Mail Adresse konnte nicht geändert werden",
     "Email saved" : "E-Mail Adresse gespeichert",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?",
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
@@ -84,6 +89,7 @@ OC.L10N.register(
     "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden",
     "Error creating user" : "Beim Anlegen des Benutzers ist ein Fehler aufgetreten",
     "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
+    "A valid email must be provided" : "Es muss eine gültige E-Mail Adresse angegeben werden",
     "__language_name__" : "Deutsch (Persönlich)",
     "Personal Info" : "Persönliche Informationen",
     "SSL root certificates" : "SSL-Root-Zertifikate",
@@ -176,13 +182,18 @@ OC.L10N.register(
     "Update to %s" : "Aktualisierung auf %s",
     "Enable only for specific groups" : "Nur für spezifizierte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
+    "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>wir möchten Dich nur wissen lassen, dass Du jetzt ein %s - Konto besitzt.<br><br>Dein Nutzername: %s<br>Öffne es: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hallo!",
+    "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\nwir möchten Dich nur wissen lassen, dass Du jetzt ein %s - Konto besitzt\n\nDein Nutzername: %s\nÖffne es: %s\n",
     "Administrator Documentation" : "Dokumentation für Administratoren",
     "Online Documentation" : "Online-Dokumentation",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Kommerzieller Support",
     "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter",
+    "Desktop client" : "Desktop-Client",
+    "Android app" : "Android-App",
+    "iOS app" : "iOS-App",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Wenn Du das Projekt unterstützen möchtest\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">nimm an der Entwicklung teil</a>\n\t\toder\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">erreiche die Welt</a>!",
     "Show First Run Wizard again" : "Erstinstallation erneut durchführen",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du verwendest <strong>%s</strong> der verfügbaren <strong>%s</strong>",
@@ -220,7 +231,10 @@ OC.L10N.register(
     "Show storage location" : "Speicherort anzeigen",
     "Show last log in" : "Letzte Anmeldung anzeigen",
     "Show user backend" : "Nutzer-Backend anzeigen",
+    "Send email to new user" : "E-Mail an neuen Nutzer senden",
+    "Show email address" : "E-Mail Adresse anzeigen",
     "Username" : "Benutzername",
+    "E-Mail" : "E-Mail",
     "Create" : "Anlegen",
     "Admin Recovery Password" : "Admin-Wiederherstellungspasswort",
     "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen",
@@ -240,6 +254,7 @@ OC.L10N.register(
     "Last Login" : "Letzte Anmeldung",
     "change full name" : "Vollständigen Namen ändern",
     "set new password" : "Neues Passwort setzen",
+    "change email address" : "E-Mail Adresse ändern",
     "Default" : "Standard"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index e3836e62702325fcdf1ef28f7785d01cf2021889..e1af575357f7725aea2faecea7c4b38f3e9d7b0e 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -40,8 +40,13 @@
     "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen.",
     "Email sent" : "E-Mail wurde verschickt",
     "You need to set your user email before being able to send test emails." : "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.",
+    "Invalid mail address" : "Ungültige E-Mail Adresse",
     "Unable to create user." : "Benutzer konnte nicht erstellt werden.",
+    "Your %s account was created" : "Dein %s Konto wurde erstellt",
     "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.",
+    "Forbidden" : "Verboten",
+    "Invalid user" : "Ungültiger Nutzer",
+    "Unable to change mail address" : "E-Mail Adresse konnte nicht geändert werden",
     "Email saved" : "E-Mail Adresse gespeichert",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?",
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
@@ -82,6 +87,7 @@
     "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden",
     "Error creating user" : "Beim Anlegen des Benutzers ist ein Fehler aufgetreten",
     "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
+    "A valid email must be provided" : "Es muss eine gültige E-Mail Adresse angegeben werden",
     "__language_name__" : "Deutsch (Persönlich)",
     "Personal Info" : "Persönliche Informationen",
     "SSL root certificates" : "SSL-Root-Zertifikate",
@@ -174,13 +180,18 @@
     "Update to %s" : "Aktualisierung auf %s",
     "Enable only for specific groups" : "Nur für spezifizierte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
+    "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>wir möchten Dich nur wissen lassen, dass Du jetzt ein %s - Konto besitzt.<br><br>Dein Nutzername: %s<br>Öffne es: <a href=\"%s\">%s</a><br><br>",
     "Cheers!" : "Hallo!",
+    "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\nwir möchten Dich nur wissen lassen, dass Du jetzt ein %s - Konto besitzt\n\nDein Nutzername: %s\nÖffne es: %s\n",
     "Administrator Documentation" : "Dokumentation für Administratoren",
     "Online Documentation" : "Online-Dokumentation",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Kommerzieller Support",
     "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter",
+    "Desktop client" : "Desktop-Client",
+    "Android app" : "Android-App",
+    "iOS app" : "iOS-App",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Wenn Du das Projekt unterstützen möchtest\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">nimm an der Entwicklung teil</a>\n\t\toder\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">erreiche die Welt</a>!",
     "Show First Run Wizard again" : "Erstinstallation erneut durchführen",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Du verwendest <strong>%s</strong> der verfügbaren <strong>%s</strong>",
@@ -218,7 +229,10 @@
     "Show storage location" : "Speicherort anzeigen",
     "Show last log in" : "Letzte Anmeldung anzeigen",
     "Show user backend" : "Nutzer-Backend anzeigen",
+    "Send email to new user" : "E-Mail an neuen Nutzer senden",
+    "Show email address" : "E-Mail Adresse anzeigen",
     "Username" : "Benutzername",
+    "E-Mail" : "E-Mail",
     "Create" : "Anlegen",
     "Admin Recovery Password" : "Admin-Wiederherstellungspasswort",
     "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen",
@@ -238,6 +252,7 @@
     "Last Login" : "Letzte Anmeldung",
     "change full name" : "Vollständigen Namen ändern",
     "set new password" : "Neues Passwort setzen",
+    "change email address" : "E-Mail Adresse ändern",
     "Default" : "Standard"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index bf701c265918e351f798aad23334ba7956487584..0beeb3cde451d638495f4e39bea4045aca776540 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -42,8 +42,13 @@ OC.L10N.register(
     "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.",
     "Email sent" : "E-Mail gesendet",
     "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.",
+    "Invalid mail address" : "Ungültige E-Mail Adresse",
     "Unable to create user." : "Benutzer konnte nicht erstellt werden.",
+    "Your %s account was created" : "Ihr %s Konto wurde erstellt",
     "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.",
+    "Forbidden" : "Verboten",
+    "Invalid user" : "Ungültiger Nutzer",
+    "Unable to change mail address" : "E-Mail Adresse konnte nicht geändert werden",
     "Email saved" : "E-Mail-Adresse gespeichert",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?",
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
@@ -84,6 +89,7 @@ OC.L10N.register(
     "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden",
     "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten",
     "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
+    "A valid email must be provided" : "Es muss eine gültige E-Mail Adresse angegeben werden",
     "__language_name__" : "Deutsch (Förmlich: Sie)",
     "Personal Info" : "Persönliche Informationen",
     "SSL root certificates" : "SSL-Root-Zertifikate",
@@ -176,13 +182,18 @@ OC.L10N.register(
     "Update to %s" : "Aktualisierung auf %s",
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
+    "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>wir möchten Sie nur wissen lassen, dass Sie jetzt ein %s - Konto besitzen.<br><br>Ihr Nutzername: %s<br>Öffnen Sie es: <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\nwir möchten Sie nur wissen lassen, dass Sie jetzt ein %s - Konto besitzen\n\nIhr Nutzername: %s\nÖffnen Sie es: %s\n",
     "Administrator Documentation" : "Dokumentation für Administratoren",
     "Online Documentation" : "Online-Dokumentation",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Kommerzieller Support",
     "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren",
+    "Desktop client" : "Desktop-Client",
+    "Android app" : "Android-App",
+    "iOS app" : "iOS-App",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Wenn Sie das Projekt unterstützen wollen,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">können Sie an der Entwicklung teilnehmen</a>\n\t\toder\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">anderen von diesem Projekt berichten</a>!",
     "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>",
@@ -220,7 +231,10 @@ OC.L10N.register(
     "Show storage location" : "Speicherort anzeigen",
     "Show last log in" : "Letzte Anmeldung anzeigen",
     "Show user backend" : "Nutzer-Backend anzeigen",
+    "Send email to new user" : "E-Mail an neuen Nutzer senden",
+    "Show email address" : "E-Mail Adresse anzeigen",
     "Username" : "Benutzername",
+    "E-Mail" : "E-Mail",
     "Create" : "Erstellen",
     "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung",
     "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen",
@@ -240,6 +254,7 @@ OC.L10N.register(
     "Last Login" : "Letzte Anmeldung",
     "change full name" : "Vollständigen Namen ändern",
     "set new password" : "Neues Passwort setzen",
+    "change email address" : "E-Mail Adresse ändern",
     "Default" : "Standard"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index 895cb55bddfcfb4b34b14d52481d55c8a4a91aae..99b92164c41547b82e3ef5aaf0323bf821a25c19 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -40,8 +40,13 @@
     "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.",
     "Email sent" : "E-Mail gesendet",
     "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.",
+    "Invalid mail address" : "Ungültige E-Mail Adresse",
     "Unable to create user." : "Benutzer konnte nicht erstellt werden.",
+    "Your %s account was created" : "Ihr %s Konto wurde erstellt",
     "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.",
+    "Forbidden" : "Verboten",
+    "Invalid user" : "Ungültiger Nutzer",
+    "Unable to change mail address" : "E-Mail Adresse konnte nicht geändert werden",
     "Email saved" : "E-Mail-Adresse gespeichert",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?",
     "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen",
@@ -82,6 +87,7 @@
     "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden",
     "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten",
     "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
+    "A valid email must be provided" : "Es muss eine gültige E-Mail Adresse angegeben werden",
     "__language_name__" : "Deutsch (Förmlich: Sie)",
     "Personal Info" : "Persönliche Informationen",
     "SSL root certificates" : "SSL-Root-Zertifikate",
@@ -174,13 +180,18 @@
     "Update to %s" : "Aktualisierung auf %s",
     "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren",
     "Uninstall App" : "App deinstallieren",
+    "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>wir möchten Sie nur wissen lassen, dass Sie jetzt ein %s - Konto besitzen.<br><br>Ihr Nutzername: %s<br>Öffnen Sie es: <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\nwir möchten Sie nur wissen lassen, dass Sie jetzt ein %s - Konto besitzen\n\nIhr Nutzername: %s\nÖffnen Sie es: %s\n",
     "Administrator Documentation" : "Dokumentation für Administratoren",
     "Online Documentation" : "Online-Dokumentation",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Kommerzieller Support",
     "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren",
+    "Desktop client" : "Desktop-Client",
+    "Android app" : "Android-App",
+    "iOS app" : "iOS-App",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Wenn Sie das Projekt unterstützen wollen,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">können Sie an der Entwicklung teilnehmen</a>\n\t\toder\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">anderen von diesem Projekt berichten</a>!",
     "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>",
@@ -218,7 +229,10 @@
     "Show storage location" : "Speicherort anzeigen",
     "Show last log in" : "Letzte Anmeldung anzeigen",
     "Show user backend" : "Nutzer-Backend anzeigen",
+    "Send email to new user" : "E-Mail an neuen Nutzer senden",
+    "Show email address" : "E-Mail Adresse anzeigen",
     "Username" : "Benutzername",
+    "E-Mail" : "E-Mail",
     "Create" : "Erstellen",
     "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung",
     "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen",
@@ -238,6 +252,7 @@
     "Last Login" : "Letzte Anmeldung",
     "change full name" : "Vollständigen Namen ändern",
     "set new password" : "Neues Passwort setzen",
+    "change email address" : "E-Mail Adresse ändern",
     "Default" : "Standard"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 611b93d38ce664a5ac4912a34366894566429575..1c06531e485b72f36d691c22768debb321f2be5c 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -45,6 +45,9 @@ OC.L10N.register(
     "Invalid mail address" : "Dirección de correo inválida",
     "Unable to create user." : "No se pudo crear el usuario.",
     "Unable to delete user." : "No se pudo eliminar el usuario.",
+    "Forbidden" : "Prohibido",
+    "Invalid user" : "Usuario no válido",
+    "Unable to change mail address" : "No se pudo cambiar la dirección de correo electrónico",
     "Email saved" : "Correo electrónico guardado",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?",
     "Add trusted domain" : "Agregar dominio de confianza",
@@ -185,6 +188,7 @@ OC.L10N.register(
     "Bugtracker" : "Rastreador de fallos",
     "Commercial Support" : "Soporte comercial",
     "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos",
+    "Desktop client" : "Cliente de escritorio",
     "Android app" : "La aplicación de Android",
     "iOS app" : "La aplicación de iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Si desea contribuir al proyecto\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">únase al desarrollo</a>\n\t\to\n\t\t¡<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">corra la voz</a>!",
@@ -224,6 +228,8 @@ OC.L10N.register(
     "Show storage location" : "Mostrar la ubicación del almacenamiento",
     "Show last log in" : "Mostrar el último inicio de sesión",
     "Show user backend" : "Mostrar motor de usuario",
+    "Send email to new user" : "Enviar correo al usuario nuevo",
+    "Show email address" : "Mostrar dirección de correo electrónico",
     "Username" : "Nombre de usuario",
     "E-Mail" : "Correo electrónico",
     "Create" : "Crear",
@@ -245,6 +251,7 @@ OC.L10N.register(
     "Last Login" : "Último inicio de sesión",
     "change full name" : "cambiar el nombre completo",
     "set new password" : "establecer nueva contraseña",
+    "change email address" : "cambiar dirección de correo electrónico",
     "Default" : "Predeterminado"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 6d155ef45a9e287a21840a436cd082e984a3e752..f70c5c9f352fa0ba203f39fe86f404d3dd58e47b 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -43,6 +43,9 @@
     "Invalid mail address" : "Dirección de correo inválida",
     "Unable to create user." : "No se pudo crear el usuario.",
     "Unable to delete user." : "No se pudo eliminar el usuario.",
+    "Forbidden" : "Prohibido",
+    "Invalid user" : "Usuario no válido",
+    "Unable to change mail address" : "No se pudo cambiar la dirección de correo electrónico",
     "Email saved" : "Correo electrónico guardado",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?",
     "Add trusted domain" : "Agregar dominio de confianza",
@@ -183,6 +186,7 @@
     "Bugtracker" : "Rastreador de fallos",
     "Commercial Support" : "Soporte comercial",
     "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos",
+    "Desktop client" : "Cliente de escritorio",
     "Android app" : "La aplicación de Android",
     "iOS app" : "La aplicación de iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Si desea contribuir al proyecto\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">únase al desarrollo</a>\n\t\to\n\t\t¡<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">corra la voz</a>!",
@@ -222,6 +226,8 @@
     "Show storage location" : "Mostrar la ubicación del almacenamiento",
     "Show last log in" : "Mostrar el último inicio de sesión",
     "Show user backend" : "Mostrar motor de usuario",
+    "Send email to new user" : "Enviar correo al usuario nuevo",
+    "Show email address" : "Mostrar dirección de correo electrónico",
     "Username" : "Nombre de usuario",
     "E-Mail" : "Correo electrónico",
     "Create" : "Crear",
@@ -243,6 +249,7 @@
     "Last Login" : "Último inicio de sesión",
     "change full name" : "cambiar el nombre completo",
     "set new password" : "establecer nueva contraseña",
+    "change email address" : "cambiar dirección de correo electrónico",
     "Default" : "Predeterminado"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js
index 102aa2fa1a2e78a77b00628a8132485b32ea27da..fd61ccdec0039df059dc998fa254a51e46643fd2 100644
--- a/settings/l10n/fi_FI.js
+++ b/settings/l10n/fi_FI.js
@@ -46,6 +46,9 @@ OC.L10N.register(
     "Unable to create user." : "Käyttäjän luominen ei onnistunut.",
     "Your %s account was created" : "%s-tilisi luotiin",
     "Unable to delete user." : "Käyttäjän poistaminen ei onnistunut.",
+    "Forbidden" : "Estetty",
+    "Invalid user" : "Virheellinen käyttäjä",
+    "Unable to change mail address" : "Sähköpostiosoitteen vaihtaminen ei onnistunut",
     "Email saved" : "Sähköposti tallennettu",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?",
     "Add trusted domain" : "Lisää luotettu toimialue",
@@ -172,7 +175,9 @@ OC.L10N.register(
     "Update to %s" : "Päivitä versioon %s",
     "Enable only for specific groups" : "Salli vain tietyille ryhmille",
     "Uninstall App" : "Poista sovelluksen asennus",
+    "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",
     "Administrator Documentation" : "Ylläpito-ohjeistus",
     "Online Documentation" : "Verkko-ohjeistus",
     "Forum" : "Keskustelupalsta",
@@ -218,6 +223,8 @@ OC.L10N.register(
     "Show storage location" : "Näytä tallennustilan sijainti",
     "Show last log in" : "Näytä viimeisin sisäänkirjautuminen",
     "Show user backend" : "Näytä käyttäjätaustaosa",
+    "Send email to new user" : "Lähetä sähköpostia uudelle käyttäjälle",
+    "Show email address" : "Näytä sähköpostiosoite",
     "Username" : "Käyttäjätunnus",
     "E-Mail" : "Sähköposti",
     "Create" : "Luo",
@@ -238,6 +245,7 @@ OC.L10N.register(
     "Last Login" : "Viimeisin kirjautuminen",
     "change full name" : "muuta koko nimi",
     "set new password" : "aseta uusi salasana",
+    "change email address" : "vaihda sähköpostiosoite",
     "Default" : "Oletus"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json
index 2d2ee2616290715d386186e5281dba9f39a61166..dfb4006ad93386bfb984b69ba60b561cccc58b73 100644
--- a/settings/l10n/fi_FI.json
+++ b/settings/l10n/fi_FI.json
@@ -44,6 +44,9 @@
     "Unable to create user." : "Käyttäjän luominen ei onnistunut.",
     "Your %s account was created" : "%s-tilisi luotiin",
     "Unable to delete user." : "Käyttäjän poistaminen ei onnistunut.",
+    "Forbidden" : "Estetty",
+    "Invalid user" : "Virheellinen käyttäjä",
+    "Unable to change mail address" : "Sähköpostiosoitteen vaihtaminen ei onnistunut",
     "Email saved" : "Sähköposti tallennettu",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?",
     "Add trusted domain" : "Lisää luotettu toimialue",
@@ -170,7 +173,9 @@
     "Update to %s" : "Päivitä versioon %s",
     "Enable only for specific groups" : "Salli vain tietyille ryhmille",
     "Uninstall App" : "Poista sovelluksen asennus",
+    "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",
     "Administrator Documentation" : "Ylläpito-ohjeistus",
     "Online Documentation" : "Verkko-ohjeistus",
     "Forum" : "Keskustelupalsta",
@@ -216,6 +221,8 @@
     "Show storage location" : "Näytä tallennustilan sijainti",
     "Show last log in" : "Näytä viimeisin sisäänkirjautuminen",
     "Show user backend" : "Näytä käyttäjätaustaosa",
+    "Send email to new user" : "Lähetä sähköpostia uudelle käyttäjälle",
+    "Show email address" : "Näytä sähköpostiosoite",
     "Username" : "Käyttäjätunnus",
     "E-Mail" : "Sähköposti",
     "Create" : "Luo",
@@ -236,6 +243,7 @@
     "Last Login" : "Viimeisin kirjautuminen",
     "change full name" : "muuta koko nimi",
     "set new password" : "aseta uusi salasana",
+    "change email address" : "vaihda sähköpostiosoite",
     "Default" : "Oletus"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js
index 7b5e546202503bf3b99d027050ae1b61345f399a..6989326b174d6367df57f271f691ce3dfeb5fa12 100644
--- a/settings/l10n/gl.js
+++ b/settings/l10n/gl.js
@@ -175,6 +175,9 @@ OC.L10N.register(
     "Bugtracker" : "Seguemento de fallos",
     "Commercial Support" : "Asistencia comercial",
     "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros",
+    "Desktop client" : "Cliente de escritorio",
+    "Android app" : "Aplicación Android",
+    "iOS app" : "Aplicación iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Se quere colaborar co proxecto\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">participar no desenvolvemento</a>\n\t\tou\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">axudar a difundilo</a>!",
     "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Ten en uso <strong>%s</strong> do total dispoñíbel de <strong>%s</strong>",
diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json
index 274a347da68c11abb284b7a1b281ca6d42adb7eb..0b59271eee5b6ce5aa58dd8dadf32efd210dd6ed 100644
--- a/settings/l10n/gl.json
+++ b/settings/l10n/gl.json
@@ -173,6 +173,9 @@
     "Bugtracker" : "Seguemento de fallos",
     "Commercial Support" : "Asistencia comercial",
     "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros",
+    "Desktop client" : "Cliente de escritorio",
+    "Android app" : "Aplicación Android",
+    "iOS app" : "Aplicación iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Se quere colaborar co proxecto\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">participar no desenvolvemento</a>\n\t\tou\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">axudar a difundilo</a>!",
     "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Ten en uso <strong>%s</strong> do total dispoñíbel de <strong>%s</strong>",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index 3f77a0ed46cc20d35ece850e56b4dafa86961ab4..96379e35e1dd4865815064ffdcd930df73d77ef3 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -46,6 +46,9 @@ OC.L10N.register(
     "Unable to create user." : "Impossibile creare l'utente.",
     "Your %s account was created" : "Il tuo account %s è stato creato",
     "Unable to delete user." : "Impossibile eliminare l'utente.",
+    "Forbidden" : "Vietato",
+    "Invalid user" : "Utente non valido",
+    "Unable to change mail address" : "Impossibile cambiare l'indirizzo di posta",
     "Email saved" : "Email salvata",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\"  come dominio attendibile?",
     "Add trusted domain" : "Aggiungi dominio attendibile",
@@ -228,6 +231,8 @@ OC.L10N.register(
     "Show storage location" : "Mostra posizione di archiviazione",
     "Show last log in" : "Mostra ultimo accesso",
     "Show user backend" : "Mostra il motore utente",
+    "Send email to new user" : "Invia email al nuovo utente",
+    "Show email address" : "Mostra l'indirizzo email",
     "Username" : "Nome utente",
     "E-Mail" : "Posta elettronica",
     "Create" : "Crea",
@@ -249,6 +254,7 @@ OC.L10N.register(
     "Last Login" : "Ultimo accesso",
     "change full name" : "modica nome completo",
     "set new password" : "imposta una nuova password",
+    "change email address" : "cambia l'indirizzo email",
     "Default" : "Predefinito"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index e27415bff6b8a1eeceb67c53cbf5356b2e6fb84a..5d3cc3d914d6fa6bdf9a7f351925a3d5a9eb6116 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -44,6 +44,9 @@
     "Unable to create user." : "Impossibile creare l'utente.",
     "Your %s account was created" : "Il tuo account %s è stato creato",
     "Unable to delete user." : "Impossibile eliminare l'utente.",
+    "Forbidden" : "Vietato",
+    "Invalid user" : "Utente non valido",
+    "Unable to change mail address" : "Impossibile cambiare l'indirizzo di posta",
     "Email saved" : "Email salvata",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\"  come dominio attendibile?",
     "Add trusted domain" : "Aggiungi dominio attendibile",
@@ -226,6 +229,8 @@
     "Show storage location" : "Mostra posizione di archiviazione",
     "Show last log in" : "Mostra ultimo accesso",
     "Show user backend" : "Mostra il motore utente",
+    "Send email to new user" : "Invia email al nuovo utente",
+    "Show email address" : "Mostra l'indirizzo email",
     "Username" : "Nome utente",
     "E-Mail" : "Posta elettronica",
     "Create" : "Crea",
@@ -247,6 +252,7 @@
     "Last Login" : "Ultimo accesso",
     "change full name" : "modica nome completo",
     "set new password" : "imposta una nuova password",
+    "change email address" : "cambia l'indirizzo email",
     "Default" : "Predefinito"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index 4583b205a594480161840b0753aba756c850ee02..ae012a9d13607be456063a900da9281d64fb52da 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -42,8 +42,13 @@ OC.L10N.register(
     "A problem occurred while sending the email. Please revise your settings." : "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.",
     "Email sent" : "E-mail verzonden",
     "You need to set your user email before being able to send test emails." : "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.",
+    "Invalid mail address" : "Ongeldig e-mailadres",
     "Unable to create user." : "Kan gebruiker niet aanmaken.",
+    "Your %s account was created" : "Uw %s account is aangemaakt",
     "Unable to delete user." : "Kan gebruiker niet afvoeren.",
+    "Forbidden" : "Verboden",
+    "Invalid user" : "Ongeldige gebruiker",
+    "Unable to change mail address" : "Kan e-mailadressen niet wijzigen",
     "Email saved" : "E-mail bewaard",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?",
     "Add trusted domain" : "Vertrouwd domein toevoegen",
@@ -84,6 +89,7 @@ OC.L10N.register(
     "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
     "Error creating user" : "Fout bij aanmaken gebruiker",
     "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
+    "A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven",
     "__language_name__" : "Nederlands",
     "Personal Info" : "Persoonlijke info",
     "SSL root certificates" : "SSL root certificaten",
@@ -176,13 +182,18 @@ OC.L10N.register(
     "Update to %s" : "Bijgewerkt naar %s",
     "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
     "Uninstall App" : "De-installeren app",
+    "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",
     "Administrator Documentation" : "Beheerdersdocumentatie",
     "Online Documentation" : "Online documentatie",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Commerciële ondersteuning",
     "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren",
+    "Desktop client" : "Desktop client",
+    "Android app" : "Android app",
+    "iOS app" : "iOS app",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Als u het project wilt ondersteunen\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">ontwikkel mee</a>\n\t\tof\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">verkondig het nieuws</a>!",
     "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "U heeft <strong>%s</strong> gebruikt van de beschikbare <strong>%s</strong>",
@@ -220,7 +231,10 @@ OC.L10N.register(
     "Show storage location" : "Toon opslaglocatie",
     "Show last log in" : "Toon laatste inlog",
     "Show user backend" : "Toon backend gebruiker",
+    "Send email to new user" : "Verstuur e-mail aan nieuwe gebruiker",
+    "Show email address" : "Toon e-mailadres",
     "Username" : "Gebruikersnaam",
+    "E-Mail" : "E-mail",
     "Create" : "Aanmaken",
     "Admin Recovery Password" : "Beheer herstel wachtwoord",
     "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging",
@@ -240,6 +254,7 @@ OC.L10N.register(
     "Last Login" : "Laatste inlog",
     "change full name" : "wijzigen volledige naam",
     "set new password" : "Instellen nieuw wachtwoord",
+    "change email address" : "wijzig e-mailadres",
     "Default" : "Standaard"
 },
 "nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 0315bd2ebbd02090bd7597a39c41abd47fbc817d..a6bdd44ee0af45fbac15a0393d81cef93054a3fb 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -40,8 +40,13 @@
     "A problem occurred while sending the email. Please revise your settings." : "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.",
     "Email sent" : "E-mail verzonden",
     "You need to set your user email before being able to send test emails." : "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.",
+    "Invalid mail address" : "Ongeldig e-mailadres",
     "Unable to create user." : "Kan gebruiker niet aanmaken.",
+    "Your %s account was created" : "Uw %s account is aangemaakt",
     "Unable to delete user." : "Kan gebruiker niet afvoeren.",
+    "Forbidden" : "Verboden",
+    "Invalid user" : "Ongeldige gebruiker",
+    "Unable to change mail address" : "Kan e-mailadressen niet wijzigen",
     "Email saved" : "E-mail bewaard",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?",
     "Add trusted domain" : "Vertrouwd domein toevoegen",
@@ -82,6 +87,7 @@
     "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
     "Error creating user" : "Fout bij aanmaken gebruiker",
     "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
+    "A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven",
     "__language_name__" : "Nederlands",
     "Personal Info" : "Persoonlijke info",
     "SSL root certificates" : "SSL root certificaten",
@@ -174,13 +180,18 @@
     "Update to %s" : "Bijgewerkt naar %s",
     "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren",
     "Uninstall App" : "De-installeren app",
+    "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",
     "Administrator Documentation" : "Beheerdersdocumentatie",
     "Online Documentation" : "Online documentatie",
     "Forum" : "Forum",
     "Bugtracker" : "Bugtracker",
     "Commercial Support" : "Commerciële ondersteuning",
     "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren",
+    "Desktop client" : "Desktop client",
+    "Android app" : "Android app",
+    "iOS app" : "iOS app",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Als u het project wilt ondersteunen\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">ontwikkel mee</a>\n\t\tof\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">verkondig het nieuws</a>!",
     "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "U heeft <strong>%s</strong> gebruikt van de beschikbare <strong>%s</strong>",
@@ -218,7 +229,10 @@
     "Show storage location" : "Toon opslaglocatie",
     "Show last log in" : "Toon laatste inlog",
     "Show user backend" : "Toon backend gebruiker",
+    "Send email to new user" : "Verstuur e-mail aan nieuwe gebruiker",
+    "Show email address" : "Toon e-mailadres",
     "Username" : "Gebruikersnaam",
+    "E-Mail" : "E-mail",
     "Create" : "Aanmaken",
     "Admin Recovery Password" : "Beheer herstel wachtwoord",
     "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging",
@@ -238,6 +252,7 @@
     "Last Login" : "Laatste inlog",
     "change full name" : "wijzigen volledige naam",
     "set new password" : "Instellen nieuw wachtwoord",
+    "change email address" : "wijzig e-mailadres",
     "Default" : "Standaard"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }
\ No newline at end of file
diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js
index 9ca452fc71c3caca00d94435a4cf4b610ffe93a8..886d9efee8fe8cf2a9166c1395f434122a7b5512 100644
--- a/settings/l10n/sl.js
+++ b/settings/l10n/sl.js
@@ -39,6 +39,10 @@ OC.L10N.register(
     "A problem occurred while sending the email. Please revise your settings." : "Prišlo je do napake med pošiljanjem sporočila na elektronski naslov. Spremeniti je treba nastavitve.",
     "Email sent" : "Elektronska pošta je poslana",
     "You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.",
+    "Invalid mail address" : "Neveljaven elektronski naslov",
+    "Unable to create user." : "Ni mogoče ustvariti uporabnika.",
+    "Unable to delete user." : "Ni mogoče izbrisati uporabnika",
+    "Invalid user" : "Neveljavni podatki uporabnika",
     "Email saved" : "Elektronski naslov je shranjen",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?",
     "Add trusted domain" : "Dodaj varno domeno",
@@ -165,6 +169,9 @@ OC.L10N.register(
     "Bugtracker" : "Sledilnik hroščev",
     "Commercial Support" : "Podpora strankam",
     "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek",
+    "Desktop client" : "Namizni odjemalec",
+    "Android app" : "Program za Android",
+    "iOS app" : "Program za iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Če želite podpreti projekt,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">prispevajte k razvoju</a>\n\t\tali pa\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">seznanite druge o zmožnostih oblaka.</a>!",
     "Show First Run Wizard again" : "Zaženi čarovnika prvega zagona",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Uporabljenega je <strong>%s</strong> od razpoložljivih <strong>%s</strong> prostora.",
diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json
index c6f87c4ed943ebf61f2007d9d44751559bbcf4f6..a5487eb5b4fd21c7407cdea2c1cb5c99df35a091 100644
--- a/settings/l10n/sl.json
+++ b/settings/l10n/sl.json
@@ -37,6 +37,10 @@
     "A problem occurred while sending the email. Please revise your settings." : "Prišlo je do napake med pošiljanjem sporočila na elektronski naslov. Spremeniti je treba nastavitve.",
     "Email sent" : "Elektronska pošta je poslana",
     "You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.",
+    "Invalid mail address" : "Neveljaven elektronski naslov",
+    "Unable to create user." : "Ni mogoče ustvariti uporabnika.",
+    "Unable to delete user." : "Ni mogoče izbrisati uporabnika",
+    "Invalid user" : "Neveljavni podatki uporabnika",
     "Email saved" : "Elektronski naslov je shranjen",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?",
     "Add trusted domain" : "Dodaj varno domeno",
@@ -163,6 +167,9 @@
     "Bugtracker" : "Sledilnik hroščev",
     "Commercial Support" : "Podpora strankam",
     "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek",
+    "Desktop client" : "Namizni odjemalec",
+    "Android app" : "Program za Android",
+    "iOS app" : "Program za iOS",
     "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Če želite podpreti projekt,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">prispevajte k razvoju</a>\n\t\tali pa\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">seznanite druge o zmožnostih oblaka.</a>!",
     "Show First Run Wizard again" : "Zaženi čarovnika prvega zagona",
     "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Uporabljenega je <strong>%s</strong> od razpoložljivih <strong>%s</strong> prostora.",