diff --git a/apps/encryption/l10n/cs_CZ.js b/apps/encryption/l10n/cs_CZ.js
index e057af58e940d2b6d8a1d39f1f23e75a567c395b..757d775d707a19f5fe97bb69433b214648d1367f 100644
--- a/apps/encryption/l10n/cs_CZ.js
+++ b/apps/encryption/l10n/cs_CZ.js
@@ -25,6 +25,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." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste",
     "Encryption App is enabled and ready" : "Aplikace šifrování je již povolena",
+    "Bad Signature" : "Špatný podpis",
+    "Missing Signature" : "Chybějící podpis",
     "one-time password for server-side-encryption" : "jednorázové heslo pro šifrování na straně serveru",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Soubor nelze načíst, pravděpodobně se jedná o sdílený soubor. Požádejte prosím vlastníka souboru, aby vám jej znovu sdílel.",
diff --git a/apps/encryption/l10n/cs_CZ.json b/apps/encryption/l10n/cs_CZ.json
index 74206d2ef135ce3d34e367f2eb38a65e9fb42074..c1841a3489713a2358b1b988fbb4efdaedb9ceae 100644
--- a/apps/encryption/l10n/cs_CZ.json
+++ b/apps/encryption/l10n/cs_CZ.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste",
     "Encryption App is enabled and ready" : "Aplikace šifrování je již povolena",
+    "Bad Signature" : "Špatný podpis",
+    "Missing Signature" : "Chybějící podpis",
     "one-time password for server-side-encryption" : "jednorázové heslo pro šifrování na straně serveru",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Soubor nelze načíst, pravděpodobně se jedná o sdílený soubor. Požádejte prosím vlastníka souboru, aby vám jej znovu sdílel.",
diff --git a/apps/encryption/l10n/fi_FI.js b/apps/encryption/l10n/fi_FI.js
index cac43eae16fb7f23dedefd5866c9a9df1fb38c60..b19653d9451ae87dac2e1793f696f708625fcbd5 100644
--- a/apps/encryption/l10n/fi_FI.js
+++ b/apps/encryption/l10n/fi_FI.js
@@ -25,11 +25,14 @@ 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." : "Salaussovelluksen salausavain on virheellinen. Ole hyvä ja päivitä salausavain henkilökohtaisissa asetuksissasi jotta voit taas avata salatuskirjoitetut tiedostosi.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.",
     "Encryption App is enabled and ready" : "Salaussovellus on käytössä ja valmis",
+    "Bad Signature" : "Virheellinen allekirjoitus",
+    "Missing Signature" : "Puuttuva allekirjoitus",
     "one-time password for server-side-encryption" : "kertakäyttöinen salasana palvelinpään salausta varten",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tämän tiedoston salauksen purkaminen ei onnistu. Kyseessä on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto kanssasi uudelleen.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tiedostoa ei voi lukea, se on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto uudelleen kanssasi.",
     "The share will expire on %s." : "Jakaminen päättyy %s.",
     "Cheers!" : "Kiitos!",
+    "Encrypt the home storage" : "Salaa oma kotitila",
     "Enable recovery key" : "Ota palautusavain käyttöön",
     "Disable recovery key" : "Poista palautusavain käytöstä",
     "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Palautusavain on ylimääräinen salausavain, jota käytetään tiedostojen salaamiseen. Sen avulla on mahdollista palauttaa käyttäjien tiedostot, vaikka käyttäjä unohtaisi oman salasanansa.",
diff --git a/apps/encryption/l10n/fi_FI.json b/apps/encryption/l10n/fi_FI.json
index 7f5bec24f8b78577384a39c2f9393ee9681edaf4..5af386b9ffc48752a7211ea7f229c5b0ee3470e2 100644
--- a/apps/encryption/l10n/fi_FI.json
+++ b/apps/encryption/l10n/fi_FI.json
@@ -23,11 +23,14 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Salaussovelluksen salausavain on virheellinen. Ole hyvä ja päivitä salausavain henkilökohtaisissa asetuksissasi jotta voit taas avata salatuskirjoitetut tiedostosi.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.",
     "Encryption App is enabled and ready" : "Salaussovellus on käytössä ja valmis",
+    "Bad Signature" : "Virheellinen allekirjoitus",
+    "Missing Signature" : "Puuttuva allekirjoitus",
     "one-time password for server-side-encryption" : "kertakäyttöinen salasana palvelinpään salausta varten",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tämän tiedoston salauksen purkaminen ei onnistu. Kyseessä on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto kanssasi uudelleen.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tiedostoa ei voi lukea, se on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto uudelleen kanssasi.",
     "The share will expire on %s." : "Jakaminen päättyy %s.",
     "Cheers!" : "Kiitos!",
+    "Encrypt the home storage" : "Salaa oma kotitila",
     "Enable recovery key" : "Ota palautusavain käyttöön",
     "Disable recovery key" : "Poista palautusavain käytöstä",
     "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Palautusavain on ylimääräinen salausavain, jota käytetään tiedostojen salaamiseen. Sen avulla on mahdollista palauttaa käyttäjien tiedostot, vaikka käyttäjä unohtaisi oman salasanansa.",
diff --git a/apps/encryption/l10n/he.js b/apps/encryption/l10n/he.js
index be4d62c76c94e66a6f321fb57f2309e518fe7160..c298e60f14e90ba4fdf90de5330c09bd55f49372 100644
--- a/apps/encryption/l10n/he.js
+++ b/apps/encryption/l10n/he.js
@@ -25,6 +25,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." : "המפתח האישי של יישום ההצפנה אינו תקין. יש לעדכן אתצהמפתח האישי בהגדרות האישיות לצורך שחזור הגישה לקבצים המוצפנים.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "יישום הצפנה מאופשר אבל המפתחות שלך לא אותחלו, יש להתנתק ולהתחבר מחדש",
     "Encryption App is enabled and ready" : "יישום ההצפנה מאופשר ומוכן",
+    "Bad Signature" : "חתימה שגויה",
+    "Missing Signature" : "חתימה חסרה",
     "one-time password for server-side-encryption" : "סיסמא חד פעמית עבור הצפנת צד השרת",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "לא ניתן להסיר את ההצפנה לקובץ זה, ייתכן ומדובר בקובץ משותף. יש לבקש מהבעלים של הקובץ לשתף מחדש את הקובץ אתך.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "לא ניתן לקרוא קובץ זה, ייתכן ומדובר בקובץ משותף. יש לבקש מהבעלים של הקובץ לשתף מחדש את הקובץ אתך.",
diff --git a/apps/encryption/l10n/he.json b/apps/encryption/l10n/he.json
index de38b4ee0c9cab3af8091c6b8d99db63aae9cb83..6ab9af75b39823122216915ea9c68ddb13077d03 100644
--- a/apps/encryption/l10n/he.json
+++ b/apps/encryption/l10n/he.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "המפתח האישי של יישום ההצפנה אינו תקין. יש לעדכן אתצהמפתח האישי בהגדרות האישיות לצורך שחזור הגישה לקבצים המוצפנים.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "יישום הצפנה מאופשר אבל המפתחות שלך לא אותחלו, יש להתנתק ולהתחבר מחדש",
     "Encryption App is enabled and ready" : "יישום ההצפנה מאופשר ומוכן",
+    "Bad Signature" : "חתימה שגויה",
+    "Missing Signature" : "חתימה חסרה",
     "one-time password for server-side-encryption" : "סיסמא חד פעמית עבור הצפנת צד השרת",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "לא ניתן להסיר את ההצפנה לקובץ זה, ייתכן ומדובר בקובץ משותף. יש לבקש מהבעלים של הקובץ לשתף מחדש את הקובץ אתך.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "לא ניתן לקרוא קובץ זה, ייתכן ומדובר בקובץ משותף. יש לבקש מהבעלים של הקובץ לשתף מחדש את הקובץ אתך.",
diff --git a/apps/encryption/l10n/it.js b/apps/encryption/l10n/it.js
index 699e4babd015e7568f79792f4ed0532f733f8f41..8cf7302b7de480406129a40206f1e5a13dd779c2 100644
--- a/apps/encryption/l10n/it.js
+++ b/apps/encryption/l10n/it.js
@@ -25,6 +25,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." : "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso",
     "Encryption App is enabled and ready" : "L'applicazione Cifratura è abilitata e pronta",
+    "Bad Signature" : "Firma non valida",
+    "Missing Signature" : "Firma mancante",
     "one-time password for server-side-encryption" : "password monouso per la cifratura lato server",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile leggere questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
diff --git a/apps/encryption/l10n/it.json b/apps/encryption/l10n/it.json
index b86893303c2eca0688d2438bd0bd3ccaae2e9c41..52c90a183a29975204da4556e5347b85bcc1a4ad 100644
--- a/apps/encryption/l10n/it.json
+++ b/apps/encryption/l10n/it.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso",
     "Encryption App is enabled and ready" : "L'applicazione Cifratura è abilitata e pronta",
+    "Bad Signature" : "Firma non valida",
+    "Missing Signature" : "Firma mancante",
     "one-time password for server-side-encryption" : "password monouso per la cifratura lato server",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile leggere questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
diff --git a/apps/encryption/l10n/pt_BR.js b/apps/encryption/l10n/pt_BR.js
index 80c35dea495bce62b8f09312c8280b7afceea235..244ff1bec4768a41afa285bd12d080c3b1e475d4 100644
--- a/apps/encryption/l10n/pt_BR.js
+++ b/apps/encryption/l10n/pt_BR.js
@@ -25,6 +25,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." : "Chave do App de Criptografia é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente",
     "Encryption App is enabled and ready" : "Aplicativo de criptografia está ativado e pronto",
+    "Bad Signature" : "Assinatura Ruim",
+    "Missing Signature" : "Faltando Assinatura",
     "one-time password for server-side-encryption" : "senha de uso único para criptografia-lado-servidor",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Por favor peça ao dono do arquivo para compartilha-lo com você.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este arquivo, provavelmente este é um arquivo compartilhado. Por favor, pergunte o dono do arquivo para recompartilhar o arquivo com você.",
diff --git a/apps/encryption/l10n/pt_BR.json b/apps/encryption/l10n/pt_BR.json
index b3ce8c7238ee7480444076eb03a0c38e722a3c82..0b78b3a8ad8d869f41a4244cceda7c10ee2da49d 100644
--- a/apps/encryption/l10n/pt_BR.json
+++ b/apps/encryption/l10n/pt_BR.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave do App de Criptografia é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente",
     "Encryption App is enabled and ready" : "Aplicativo de criptografia está ativado e pronto",
+    "Bad Signature" : "Assinatura Ruim",
+    "Missing Signature" : "Faltando Assinatura",
     "one-time password for server-side-encryption" : "senha de uso único para criptografia-lado-servidor",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Por favor peça ao dono do arquivo para compartilha-lo com você.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este arquivo, provavelmente este é um arquivo compartilhado. Por favor, pergunte o dono do arquivo para recompartilhar o arquivo com você.",
diff --git a/apps/encryption/l10n/pt_PT.js b/apps/encryption/l10n/pt_PT.js
index c30f81065fa9830d702488db0ddd251d6bcc6704..c419c0b9128f5784dc76306cc7a2b7fe5b835d0b 100644
--- a/apps/encryption/l10n/pt_PT.js
+++ b/apps/encryption/l10n/pt_PT.js
@@ -25,6 +25,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." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente",
     "Encryption App is enabled and ready" : "A aplicação de encriptação está ativa e pronta",
+    "Bad Signature" : "Má Assinatura",
+    "Missing Signature" : "Assinatura em Falta",
     "one-time password for server-side-encryption" : "palavra-passe de uso único para encriptação do lado do servidor",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este ficheiro, provavelmente isto é um ficheiro compartilhado. Por favor, peça ao dono do ficheiro para voltar a partilhar o ficheiro consigo.",
diff --git a/apps/encryption/l10n/pt_PT.json b/apps/encryption/l10n/pt_PT.json
index 34086acf56ca2707168f953486f7185789fb6334..91f3680534c81d9a47c5e318f7023318dcd36c0e 100644
--- a/apps/encryption/l10n/pt_PT.json
+++ b/apps/encryption/l10n/pt_PT.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente",
     "Encryption App is enabled and ready" : "A aplicação de encriptação está ativa e pronta",
+    "Bad Signature" : "Má Assinatura",
+    "Missing Signature" : "Assinatura em Falta",
     "one-time password for server-side-encryption" : "palavra-passe de uso único para encriptação do lado do servidor",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este ficheiro, provavelmente isto é um ficheiro compartilhado. Por favor, peça ao dono do ficheiro para voltar a partilhar o ficheiro consigo.",
diff --git a/apps/encryption/l10n/ru.js b/apps/encryption/l10n/ru.js
index ae2c1d1f4e0eefbd5c11690d70b16fd6542361d5..1c2ce5c83c18a1f951d67a699c738ad7afb1e9a9 100644
--- a/apps/encryption/l10n/ru.js
+++ b/apps/encryption/l10n/ru.js
@@ -25,6 +25,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." : "Закрытый ключ приложения шифрования недействителен. Обновите закрытый ключ в личных настройках, чтобы восстановить доступ к зашифрованным файлам.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение шифрования активно, но ваши ключи не инициализированы, выйдите из системы и войдите заново",
     "Encryption App is enabled and ready" : "Приложение шифрования включено и готово",
+    "Bad Signature" : "Некорректная подпись",
+    "Missing Signature" : "Подпись отсутствует",
     "one-time password for server-side-encryption" : "одноразовый пароль для шифрования на стороне сервера",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удалось расшифровать файл, возможно это опубликованный файл. Попросите владельца файла повторно открыть к нему доступ.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удается прочитать файл, возможно это публичный файл. Пожалуйста попросите владельца открыть доступ снова.",
diff --git a/apps/encryption/l10n/ru.json b/apps/encryption/l10n/ru.json
index 87cb27d1e4a75f0541df2cd92caed88d2aa14241..36dd6b312705bdee6334496b07fc09a21ad2a5a1 100644
--- a/apps/encryption/l10n/ru.json
+++ b/apps/encryption/l10n/ru.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Закрытый ключ приложения шифрования недействителен. Обновите закрытый ключ в личных настройках, чтобы восстановить доступ к зашифрованным файлам.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение шифрования активно, но ваши ключи не инициализированы, выйдите из системы и войдите заново",
     "Encryption App is enabled and ready" : "Приложение шифрования включено и готово",
+    "Bad Signature" : "Некорректная подпись",
+    "Missing Signature" : "Подпись отсутствует",
     "one-time password for server-side-encryption" : "одноразовый пароль для шифрования на стороне сервера",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удалось расшифровать файл, возможно это опубликованный файл. Попросите владельца файла повторно открыть к нему доступ.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удается прочитать файл, возможно это публичный файл. Пожалуйста попросите владельца открыть доступ снова.",
diff --git a/apps/encryption/l10n/sq.js b/apps/encryption/l10n/sq.js
index e608fb368f83c929731682d3abbe7cdf92103c53..9c5e98114a59ff4c31a9339a4c5435f1f20d31bf 100644
--- a/apps/encryption/l10n/sq.js
+++ b/apps/encryption/l10n/sq.js
@@ -25,6 +25,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." : "Kyç privat i pavlefshëm për aplikacionin e fshehtëzimeve. Ju lutemi, përditësoni fjalëkalimin tuaj të kyçit privat te rregullimet tuaja personale që të rimerrni hyrje te kartelat tuaja të fshehtëzuara.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacioni i fshehtëzimeve është i aktivizuar, por kyçet tuaj s’janë vënë në punë, ju lutemi, dilni dhe ribëni hyrjen",
     "Encryption App is enabled and ready" : "Aplikacioni i Fshehtëzimeve u aktivizua dhe është gati",
+    "Bad Signature" : "Nënshkrim i Keq",
+    "Missing Signature" : "Mungon Nënshkrimi",
     "one-time password for server-side-encryption" : "fjalëkalim vetëm për një herë, për fshehtëzim-më-anë-shërbyesi",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nuk shfshehtëzohet dot kjo kartelë, ndoshta është kartelë e ndarë me të tjerët. Ju lutemi, kërkojini të zotit të kartelës ta rindajë kartelën me ju.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "S’lexohet dot kjo kartelë, ndoshta është kartelë e ndarë me të tjerët. Ju lutemi, kërkojini të zotit të kartelës ta rindajë kartelën me ju.",
diff --git a/apps/encryption/l10n/sq.json b/apps/encryption/l10n/sq.json
index 2319f03ae4f75afae26d450f6a7da019d87a45cc..07a3a4df24746a1a27ae79640be9c7362bed383b 100644
--- a/apps/encryption/l10n/sq.json
+++ b/apps/encryption/l10n/sq.json
@@ -23,6 +23,8 @@
     "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Kyç privat i pavlefshëm për aplikacionin e fshehtëzimeve. Ju lutemi, përditësoni fjalëkalimin tuaj të kyçit privat te rregullimet tuaja personale që të rimerrni hyrje te kartelat tuaja të fshehtëzuara.",
     "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacioni i fshehtëzimeve është i aktivizuar, por kyçet tuaj s’janë vënë në punë, ju lutemi, dilni dhe ribëni hyrjen",
     "Encryption App is enabled and ready" : "Aplikacioni i Fshehtëzimeve u aktivizua dhe është gati",
+    "Bad Signature" : "Nënshkrim i Keq",
+    "Missing Signature" : "Mungon Nënshkrimi",
     "one-time password for server-side-encryption" : "fjalëkalim vetëm për një herë, për fshehtëzim-më-anë-shërbyesi",
     "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nuk shfshehtëzohet dot kjo kartelë, ndoshta është kartelë e ndarë me të tjerët. Ju lutemi, kërkojini të zotit të kartelës ta rindajë kartelën me ju.",
     "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "S’lexohet dot kjo kartelë, ndoshta është kartelë e ndarë me të tjerët. Ju lutemi, kërkojini të zotit të kartelës ta rindajë kartelën me ju.",
diff --git a/apps/files_external/l10n/he.js b/apps/files_external/l10n/he.js
index e748676589a883730b0690e8b57437613850b01b..f4f216b36eb02fb2fab92368c769327ee22673c8 100644
--- a/apps/files_external/l10n/he.js
+++ b/apps/files_external/l10n/he.js
@@ -45,10 +45,15 @@ OC.L10N.register(
     "Couldn't get the list of external mount points: {type}" : "לא ניתן היה לקבל את רשימת נקודות העיגון החיצוניות: {type}",
     "There was an error with message: " : "התרחשה שגיאה עם הודעה: ",
     "External mount error" : "שגיאת עגינה חיצונית",
+    "external-storage" : "אחסון חיצוני",
     "Couldn't get the list of Windows network drive mount points: empty response from the server" : "לא ניתן היה לקבל את רשימת נקודות העיגון של כונן הרשת של Window: תגובה ריקה מהשרת",
     "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "חלק מנקודות העיגון החיצוניות שהוגדרו אינן מחוברות. יש ללחוץ על השורה/ות האדומה/ות למידע נוסף",
+    "Please enter the credentials for the {mount} mount" : "יש להזין את פרטי הגישה עבור התקן עגינה {mount}",
     "Username" : "שם משתמש",
     "Password" : "סיסמא",
+    "Credentials saved" : "פרטי גישה נשמרו",
+    "Credentials saving failed" : "שמירת פרטי גישה נכשלה",
+    "Credentials required" : "נדרשים פרטי גישה",
     "Access key" : "מפתח כניסה",
     "Secret key" : "מפתח סודי",
     "Builtin" : "מובנה",
diff --git a/apps/files_external/l10n/he.json b/apps/files_external/l10n/he.json
index 539534b31217e5a39653c5be8c9b0d44943c26f8..61def52e1778fd3d8da0ff04070776fb21193dfe 100644
--- a/apps/files_external/l10n/he.json
+++ b/apps/files_external/l10n/he.json
@@ -43,10 +43,15 @@
     "Couldn't get the list of external mount points: {type}" : "לא ניתן היה לקבל את רשימת נקודות העיגון החיצוניות: {type}",
     "There was an error with message: " : "התרחשה שגיאה עם הודעה: ",
     "External mount error" : "שגיאת עגינה חיצונית",
+    "external-storage" : "אחסון חיצוני",
     "Couldn't get the list of Windows network drive mount points: empty response from the server" : "לא ניתן היה לקבל את רשימת נקודות העיגון של כונן הרשת של Window: תגובה ריקה מהשרת",
     "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "חלק מנקודות העיגון החיצוניות שהוגדרו אינן מחוברות. יש ללחוץ על השורה/ות האדומה/ות למידע נוסף",
+    "Please enter the credentials for the {mount} mount" : "יש להזין את פרטי הגישה עבור התקן עגינה {mount}",
     "Username" : "שם משתמש",
     "Password" : "סיסמא",
+    "Credentials saved" : "פרטי גישה נשמרו",
+    "Credentials saving failed" : "שמירת פרטי גישה נכשלה",
+    "Credentials required" : "נדרשים פרטי גישה",
     "Access key" : "מפתח כניסה",
     "Secret key" : "מפתח סודי",
     "Builtin" : "מובנה",
diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js
index e0f55115d97b55869f02b7d120e200c44632366f..8ed37e52e0ab39b0ca7191d294e4f5da6192c04f 100644
--- a/apps/files_external/l10n/ru.js
+++ b/apps/files_external/l10n/ru.js
@@ -45,10 +45,15 @@ OC.L10N.register(
     "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}",
     "There was an error with message: " : "Обнаружена ошибка в сообщении:",
     "External mount error" : "Ошибка внешнего монтажа",
+    "external-storage" : "внешнее-хранилище",
     "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Не удалось получить список окон сетевого диска точки монтирования: пустой ответ от сервера",
     "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Некоторые из настроенных внешних точек монтирования не подключены. Для получения дополнительной информации, пожалуйста нажмите на красную строку (ы)",
+    "Please enter the credentials for the {mount} mount" : "Пожалуйста укажите учетные данные для {mount}",
     "Username" : "Имя пользователя",
     "Password" : "Пароль",
+    "Credentials saved" : "Учетные данные сохранены",
+    "Credentials saving failed" : "Ошибка сохранения учетных данных",
+    "Credentials required" : "Требуются учетные данные",
     "Access key" : "Ключ доступа",
     "Secret key" : "Секретный ключ",
     "Builtin" : "Встроенный",
@@ -64,6 +69,7 @@ OC.L10N.register(
     "Identity endpoint URL" : "Удостоверение конечной точки URL",
     "Rackspace" : "Rackspace",
     "API key" : "Ключ API",
+    "Global Credentails" : "Глобальные учетные данные",
     "Log-in credentials, save in database" : "Учетные данные, хранить в базе данных",
     "Username and password" : "Имя пользователя и пароль",
     "Log-in credentials, save in session" : "Учетные данные, хранить в сессии",
@@ -110,6 +116,7 @@ OC.L10N.register(
     "Storage type" : "Тип хранилища",
     "Scope" : "Область",
     "External Storage" : "Внешнее хранилище",
+    "Global Credentials" : "Глобальные учетные данные",
     "Folder name" : "Имя каталога",
     "Authentication" : "Авторизация",
     "Configuration" : "Конфигурация",
diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json
index eda8da90aca4265cbc17dbc995e3c79145f27bb8..c0f2c7013d1554d29bd8f2ef3cb6a05c25431b93 100644
--- a/apps/files_external/l10n/ru.json
+++ b/apps/files_external/l10n/ru.json
@@ -43,10 +43,15 @@
     "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}",
     "There was an error with message: " : "Обнаружена ошибка в сообщении:",
     "External mount error" : "Ошибка внешнего монтажа",
+    "external-storage" : "внешнее-хранилище",
     "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Не удалось получить список окон сетевого диска точки монтирования: пустой ответ от сервера",
     "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Некоторые из настроенных внешних точек монтирования не подключены. Для получения дополнительной информации, пожалуйста нажмите на красную строку (ы)",
+    "Please enter the credentials for the {mount} mount" : "Пожалуйста укажите учетные данные для {mount}",
     "Username" : "Имя пользователя",
     "Password" : "Пароль",
+    "Credentials saved" : "Учетные данные сохранены",
+    "Credentials saving failed" : "Ошибка сохранения учетных данных",
+    "Credentials required" : "Требуются учетные данные",
     "Access key" : "Ключ доступа",
     "Secret key" : "Секретный ключ",
     "Builtin" : "Встроенный",
@@ -62,6 +67,7 @@
     "Identity endpoint URL" : "Удостоверение конечной точки URL",
     "Rackspace" : "Rackspace",
     "API key" : "Ключ API",
+    "Global Credentails" : "Глобальные учетные данные",
     "Log-in credentials, save in database" : "Учетные данные, хранить в базе данных",
     "Username and password" : "Имя пользователя и пароль",
     "Log-in credentials, save in session" : "Учетные данные, хранить в сессии",
@@ -108,6 +114,7 @@
     "Storage type" : "Тип хранилища",
     "Scope" : "Область",
     "External Storage" : "Внешнее хранилище",
+    "Global Credentials" : "Глобальные учетные данные",
     "Folder name" : "Имя каталога",
     "Authentication" : "Авторизация",
     "Configuration" : "Конфигурация",
diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js
index f04d641d7d63f686fc37e74eb57456b89a3f32e5..69317c65ab0751f97a8bab0c729153bb03880fa2 100644
--- a/apps/files_sharing/l10n/cs_CZ.js
+++ b/apps/files_sharing/l10n/cs_CZ.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "%2$s sdílel(a)",
     "Shared via public link" : "Sdíleno jako veřejný odkaz",
     "Shares" : "Sdílení",
-    "You received %2$s as a remote share from %1$s" : "Obdrželi jste %2$s jako vzdálené sdílení od %1$s",
     "Accept" : "Přijmout",
     "Decline" : "Zamítnout",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #ownCloud sdruženého cloud ID, více na %s",
diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json
index 2e95e6c878892330d1cc30425d13d4c0b6b9d3ae..dd380d7bca6107d476ed55cfee32d8302228d665 100644
--- a/apps/files_sharing/l10n/cs_CZ.json
+++ b/apps/files_sharing/l10n/cs_CZ.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "%2$s sdílel(a)",
     "Shared via public link" : "Sdíleno jako veřejný odkaz",
     "Shares" : "Sdílení",
-    "You received %2$s as a remote share from %1$s" : "Obdrželi jste %2$s jako vzdálené sdílení od %1$s",
     "Accept" : "Přijmout",
     "Decline" : "Zamítnout",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #ownCloud sdruženého cloud ID, více na %s",
diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js
index 212e281b0d259d2de7bfcc91fde720ebfeda15d6..40d09be82f5575b3a06193f456008590102f6cee 100644
--- a/apps/files_sharing/l10n/da.js
+++ b/apps/files_sharing/l10n/da.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Delt af %2$s",
     "Shared via public link" : "Delt via offentligt link",
     "Shares" : "Delt",
-    "You received %2$s as a remote share from %1$s" : "Du modtog %2$s som en ekstern deling fra %1$s",
     "Accept" : "Acceptér",
     "Decline" : "Afvis",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med mig gennem min #ownCloud Federated Cloud ID, se %s",
diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json
index e13c671a0056f3e2a78774e208cb381e0adf757c..9c9a212b66ca1cf5d62d57d0cdfaf93624674ac7 100644
--- a/apps/files_sharing/l10n/da.json
+++ b/apps/files_sharing/l10n/da.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Delt af %2$s",
     "Shared via public link" : "Delt via offentligt link",
     "Shares" : "Delt",
-    "You received %2$s as a remote share from %1$s" : "Du modtog %2$s som en ekstern deling fra %1$s",
     "Accept" : "Acceptér",
     "Decline" : "Afvis",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med mig gennem min #ownCloud Federated Cloud ID, se %s",
diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js
index 1c5121fdde2683d1e1292f62fca7cb5e238e1345..8021e9aa5d8259b291951c43df07895050fd3b09 100644
--- a/apps/files_sharing/l10n/de.js
+++ b/apps/files_sharing/l10n/de.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Geteilt von %2$s",
     "Shared via public link" : "Geteilt mittels öffentlichen Link",
     "Shares" : "Freigaben",
-    "You received %2$s as a remote share from %1$s" : "Du hast %2$s als Remotefreigabe von %1$s erhalten",
     "Accept" : "Ok",
     "Decline" : "Abgelehnt",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teile mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s",
diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json
index 48b2e81b6813fbbd6bb46252f55889e5470f426c..b1ae20fba7dc52cd9a916870e04fe5f1fb341a37 100644
--- a/apps/files_sharing/l10n/de.json
+++ b/apps/files_sharing/l10n/de.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Geteilt von %2$s",
     "Shared via public link" : "Geteilt mittels öffentlichen Link",
     "Shares" : "Freigaben",
-    "You received %2$s as a remote share from %1$s" : "Du hast %2$s als Remotefreigabe von %1$s erhalten",
     "Accept" : "Ok",
     "Decline" : "Abgelehnt",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teile mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s",
diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js
index 62150bcc9421ce10ffe01fc6b611f6fc6785c353..41331caee247e5ad4e35a90a0df637abb0939b67 100644
--- a/apps/files_sharing/l10n/el.js
+++ b/apps/files_sharing/l10n/el.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Διαμοιράστηκε από %2$s",
     "Shared via public link" : "Διαμοιράστηκε μέσω δημόσιου συνδέσμου",
     "Shares" : "Κοινόχρηστοι φάκελοι",
-    "You received %2$s as a remote share from %1$s" : "Λάβατε το %2$s ως απομακρυσμένο διαμοιρασμό από %1$s",
     "Accept" : "Αποδοχή",
     "Decline" : "Απόρριψη",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Διαμοιρασμός με εμένα μέσω του #ownCloud Federated Cloud ID μου, δείτε %s",
diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json
index 5b23eaeedb54e385c65189c314cbc187c6c54429..16d1d4739b7768ac4f2c44041f544a3b6129c15c 100644
--- a/apps/files_sharing/l10n/el.json
+++ b/apps/files_sharing/l10n/el.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Διαμοιράστηκε από %2$s",
     "Shared via public link" : "Διαμοιράστηκε μέσω δημόσιου συνδέσμου",
     "Shares" : "Κοινόχρηστοι φάκελοι",
-    "You received %2$s as a remote share from %1$s" : "Λάβατε το %2$s ως απομακρυσμένο διαμοιρασμό από %1$s",
     "Accept" : "Αποδοχή",
     "Decline" : "Απόρριψη",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Διαμοιρασμός με εμένα μέσω του #ownCloud Federated Cloud ID μου, δείτε %s",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index da479f409751fcec3aa1228eacbd12ccb46e4ab0..f87544b413a466036a8f2152763b7ba25572ea8f 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Compartido por %2$s",
     "Shared via public link" : "Compartido vía enlace público",
     "Shares" : "Compartidos",
-    "You received %2$s as a remote share from %1$s" : "Ha recibido %2$s como un recurso compartido de %1$s",
     "Accept" : "Aceptar",
     "Decline" : "Denegar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID Nube Federada #ownCloud, ver %s",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index 3b6f828b79ab237b62f55736915991b00199f2c4..9ea18660eba8acb162a0aefed6cf78fc5d23c4f6 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Compartido por %2$s",
     "Shared via public link" : "Compartido vía enlace público",
     "Shares" : "Compartidos",
-    "You received %2$s as a remote share from %1$s" : "Ha recibido %2$s como un recurso compartido de %1$s",
     "Accept" : "Aceptar",
     "Decline" : "Denegar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID Nube Federada #ownCloud, ver %s",
diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js
index accd43020ff491f24748457740745a29d700b5b9..de851266a43537fcbe4b4b37c718ad375df57fe1 100644
--- a/apps/files_sharing/l10n/fi_FI.js
+++ b/apps/files_sharing/l10n/fi_FI.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Jakanut %2$s",
     "Shared via public link" : "Jaettu julkisen linkin kautta",
     "Shares" : "Jaot",
-    "You received %2$s as a remote share from %1$s" : "Sait kohteen %2$s etäjakona käyttäjältä %1$s",
     "Accept" : "Hyväksy",
     "Decline" : "Kieltäydy",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta, katso %s",
diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json
index e321d64732f43a4d6b7a92a84a5db6e1ea0bb9ed..bec40bca1beb130a469552186f3ab09dcffa6d5e 100644
--- a/apps/files_sharing/l10n/fi_FI.json
+++ b/apps/files_sharing/l10n/fi_FI.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Jakanut %2$s",
     "Shared via public link" : "Jaettu julkisen linkin kautta",
     "Shares" : "Jaot",
-    "You received %2$s as a remote share from %1$s" : "Sait kohteen %2$s etäjakona käyttäjältä %1$s",
     "Accept" : "Hyväksy",
     "Decline" : "Kieltäydy",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta, katso %s",
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js
index bdf8ee8224a09d4689c720f7e5202a90b7669099..b33a8631255f52ae26df5357d4687e9884228632 100644
--- a/apps/files_sharing/l10n/fr.js
+++ b/apps/files_sharing/l10n/fr.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Partagé par %2$s",
     "Shared via public link" : "Partagé par lien public",
     "Shares" : "Partages",
-    "You received %2$s as a remote share from %1$s" : "Vous avez obtenu l'accès au partage distant %2$s de %1$s",
     "Accept" : "Accepter",
     "Decline" : "Refuser",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant Federated Cloud #owncloud %s",
diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json
index 6d30043fb844c754fee843c547124df3b9ccf6e8..9c8f590bd4b9b71c9dff904bb8ba0d4016d00eda 100644
--- a/apps/files_sharing/l10n/fr.json
+++ b/apps/files_sharing/l10n/fr.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Partagé par %2$s",
     "Shared via public link" : "Partagé par lien public",
     "Shares" : "Partages",
-    "You received %2$s as a remote share from %1$s" : "Vous avez obtenu l'accès au partage distant %2$s de %1$s",
     "Accept" : "Accepter",
     "Decline" : "Refuser",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant Federated Cloud #owncloud %s",
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js
index b229c8d56556eeb337020a408563323352a96bdc..81f09e347d133437242828f1db220f3387630b71 100644
--- a/apps/files_sharing/l10n/he.js
+++ b/apps/files_sharing/l10n/he.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "שיתף/שיתפה על ידי %2$s",
     "Shared via public link" : "משותף על בסיס קישור ציבורי",
     "Shares" : "שיתופים",
-    "You received %2$s as a remote share from %1$s" : "קבלת %2$s כשיתוף חיצוני מאת %1$s",
     "Accept" : "אישור",
     "Decline" : "סירוב",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי, ניתן לראות %s",
diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json
index cdd1471c007ef0d5d0c48c31da3c6f78e213cf39..14e0ec5524b98a9cdb4204eb5875ec08fc30c7f2 100644
--- a/apps/files_sharing/l10n/he.json
+++ b/apps/files_sharing/l10n/he.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "שיתף/שיתפה על ידי %2$s",
     "Shared via public link" : "משותף על בסיס קישור ציבורי",
     "Shares" : "שיתופים",
-    "You received %2$s as a remote share from %1$s" : "קבלת %2$s כשיתוף חיצוני מאת %1$s",
     "Accept" : "אישור",
     "Decline" : "סירוב",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #ownCloud המאוגד שלי, ניתן לראות %s",
diff --git a/apps/files_sharing/l10n/hu_HU.js b/apps/files_sharing/l10n/hu_HU.js
index 6471b491fac4f95ca33db9e0b92a81e16234abc7..3380587df02ce233843c057c56f3e54a3c03703c 100644
--- a/apps/files_sharing/l10n/hu_HU.js
+++ b/apps/files_sharing/l10n/hu_HU.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Megosztó: %2$s",
     "Shared via public link" : "Megosztva publikus hivatkozással",
     "Shares" : "Megosztások",
-    "You received %2$s as a remote share from %1$s" : "Kaptál egy távoli megosztást: %2$s, innen: %1$s",
     "Accept" : "Elfogadás",
     "Decline" : "Elutasítás",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Ossza meg velem az #ownCloud Egyesített Felhő Azonosító segítségével, lásd %s",
diff --git a/apps/files_sharing/l10n/hu_HU.json b/apps/files_sharing/l10n/hu_HU.json
index 4c5501803ea2c3544dd01c91565da830df139658..b647c64e34822f5c29bfb55c198b7d9f13d9fac5 100644
--- a/apps/files_sharing/l10n/hu_HU.json
+++ b/apps/files_sharing/l10n/hu_HU.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Megosztó: %2$s",
     "Shared via public link" : "Megosztva publikus hivatkozással",
     "Shares" : "Megosztások",
-    "You received %2$s as a remote share from %1$s" : "Kaptál egy távoli megosztást: %2$s, innen: %1$s",
     "Accept" : "Elfogadás",
     "Decline" : "Elutasítás",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Ossza meg velem az #ownCloud Egyesített Felhő Azonosító segítségével, lásd %s",
diff --git a/apps/files_sharing/l10n/id.js b/apps/files_sharing/l10n/id.js
index bfded66f7c685fd484eb312ee2825b540a02cc2f..a376ff5949b23d7b9f9a3a6d4e6a0dd4096edd22 100644
--- a/apps/files_sharing/l10n/id.js
+++ b/apps/files_sharing/l10n/id.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Dibagikan oleh %2$s",
     "Shared via public link" : "Dibagikan via tautan publik",
     "Shares" : "Dibagikan",
-    "You received %2$s as a remote share from %1$s" : "Anda menerima %2$s sebagai berbagi remote dari %1$s",
     "Accept" : "Terima",
     "Decline" : "Tolak",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dibagikan pada saya melalui #ownCloud Federated Cloud ID saya, lihat %s",
diff --git a/apps/files_sharing/l10n/id.json b/apps/files_sharing/l10n/id.json
index b6e9297bcc9fea9000bb4fef285a4d844aac94a2..46fabf27329e71e0f6220fcf506c75f3dd0b8846 100644
--- a/apps/files_sharing/l10n/id.json
+++ b/apps/files_sharing/l10n/id.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Dibagikan oleh %2$s",
     "Shared via public link" : "Dibagikan via tautan publik",
     "Shares" : "Dibagikan",
-    "You received %2$s as a remote share from %1$s" : "Anda menerima %2$s sebagai berbagi remote dari %1$s",
     "Accept" : "Terima",
     "Decline" : "Tolak",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dibagikan pada saya melalui #ownCloud Federated Cloud ID saya, lihat %s",
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js
index 39f7ced4bbd12fb75d300fe7320b7a01d6336114..8b86a19021cd519c5b30963598201da0cd8a2128 100644
--- a/apps/files_sharing/l10n/it.js
+++ b/apps/files_sharing/l10n/it.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Condivisa da %2$s",
     "Shared via public link" : "Condivisa tramite collegamento pubblico",
     "Shares" : "Condivisioni",
-    "You received %2$s as a remote share from %1$s" : "Hai ricevuto %2$s come condivisione remota da %1$s",
     "Accept" : "Accetta",
     "Decline" : "Rifiuta",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #ownCloud, vedi %s",
diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json
index f40fbb4b23211c6472377663d512fa378d5f02d5..b924c9c080b44b33fdeb8b697ee3c3e573d7dc4f 100644
--- a/apps/files_sharing/l10n/it.json
+++ b/apps/files_sharing/l10n/it.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Condivisa da %2$s",
     "Shared via public link" : "Condivisa tramite collegamento pubblico",
     "Shares" : "Condivisioni",
-    "You received %2$s as a remote share from %1$s" : "Hai ricevuto %2$s come condivisione remota da %1$s",
     "Accept" : "Accetta",
     "Decline" : "Rifiuta",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #ownCloud, vedi %s",
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js
index e3427ea1f7b570856854ed1b2225c011175106c1..f01543e5dcf7f76f27201eab500e26a6492e0913 100644
--- a/apps/files_sharing/l10n/ja.js
+++ b/apps/files_sharing/l10n/ja.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "%2$s が共有",
     "Shared via public link" : "公開リンク経由で共有中",
     "Shares" : "共有",
-    "You received %2$s as a remote share from %1$s" : "%1$s からリモート共有として %2$s を受け取りました。",
     "Accept" : "承諾",
     "Decline" : "拒否《はてなキーワード》",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json
index 9dc64e2b3ecad1bf6639342038dd86e31a228d32..2a605d3a3e8ccaf325cc36e0d77fc4e77ab4a181 100644
--- a/apps/files_sharing/l10n/ja.json
+++ b/apps/files_sharing/l10n/ja.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "%2$s が共有",
     "Shared via public link" : "公開リンク経由で共有中",
     "Shares" : "共有",
-    "You received %2$s as a remote share from %1$s" : "%1$s からリモート共有として %2$s を受け取りました。",
     "Accept" : "承諾",
     "Decline" : "拒否《はてなキーワード》",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js
index 19eea24e97c8f8da5f575104731eb10672542fa3..31bbe3646ffee1c3afaeb4335c1179dde55b1f58 100644
--- a/apps/files_sharing/l10n/ko.js
+++ b/apps/files_sharing/l10n/ko.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "%2$s 님이 공유함",
     "Shared via public link" : "공개 링크로 공유함",
     "Shares" : "공유",
-    "You received %2$s as a remote share from %1$s" : "%1$s의 원격 공유로 %2$s을(를) 받았습니다",
     "Accept" : "수락",
     "Decline" : "ê±°ì ˆ",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "내 #ownCloud 연합 클라우드 ID를 통해서 공유됨, 더 알아보기: %s",
diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json
index dd7e398c15c7cc1ba187d591edb22e4bf5f922b5..75a328ddc9a65bb16e807d64a5ed40413bfd5668 100644
--- a/apps/files_sharing/l10n/ko.json
+++ b/apps/files_sharing/l10n/ko.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "%2$s 님이 공유함",
     "Shared via public link" : "공개 링크로 공유함",
     "Shares" : "공유",
-    "You received %2$s as a remote share from %1$s" : "%1$s의 원격 공유로 %2$s을(를) 받았습니다",
     "Accept" : "수락",
     "Decline" : "ê±°ì ˆ",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "내 #ownCloud 연합 클라우드 ID를 통해서 공유됨, 더 알아보기: %s",
diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js
index 517cc0915be71d7b3c4237ec13ad1ff18af94525..8741041346126fa92112e4dc3a466a36b12813cb 100644
--- a/apps/files_sharing/l10n/lt_LT.js
+++ b/apps/files_sharing/l10n/lt_LT.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Pasidalino %2$s",
     "Shared via public link" : "Pasidalinta vieša nuoroda",
     "Shares" : "Dalijimaisi",
-    "You received %2$s as a remote share from %1$s" : "Gavai dalijimÄ…si %2$s nuo %1$s",
     "Accept" : "Priimti",
     "Decline" : "Atmesti",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Pasidalink su manimi per #ownCloud padebesius, plačiau %s",
diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json
index 923971c336b0dd07aab821327af5a103c21ab3f3..e19ba5fd1009a2d6cee7b51ce5c9c6ef790be1fd 100644
--- a/apps/files_sharing/l10n/lt_LT.json
+++ b/apps/files_sharing/l10n/lt_LT.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Pasidalino %2$s",
     "Shared via public link" : "Pasidalinta vieša nuoroda",
     "Shares" : "Dalijimaisi",
-    "You received %2$s as a remote share from %1$s" : "Gavai dalijimÄ…si %2$s nuo %1$s",
     "Accept" : "Priimti",
     "Decline" : "Atmesti",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Pasidalink su manimi per #ownCloud padebesius, plačiau %s",
diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js
index bb6cd2e08c192f40afc8503407b988632ea7468b..eaefe3c4444a126d1bd4a5810c7589a9a2cde9da 100644
--- a/apps/files_sharing/l10n/nb_NO.js
+++ b/apps/files_sharing/l10n/nb_NO.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Delt av %2$s",
     "Shared via public link" : "Delt via offentlig lenke",
     "Shares" : "Delinger",
-    "You received %2$s as a remote share from %1$s" : "Du mottok %2$s som en ekstern deling fra %1$s",
     "Accept" : "Aksepter",
     "Decline" : "Avslå",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med meg gjennom min #ownCloud ID for sammenknyttet sky, se %s",
diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json
index 5a4852691e255f9c91b90b0eae7540ad12e8a6eb..a803a37996a7d34df890283cb7d9b7df533db608 100644
--- a/apps/files_sharing/l10n/nb_NO.json
+++ b/apps/files_sharing/l10n/nb_NO.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Delt av %2$s",
     "Shared via public link" : "Delt via offentlig lenke",
     "Shares" : "Delinger",
-    "You received %2$s as a remote share from %1$s" : "Du mottok %2$s som en ekstern deling fra %1$s",
     "Accept" : "Aksepter",
     "Decline" : "Avslå",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Del med meg gjennom min #ownCloud ID for sammenknyttet sky, se %s",
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index 523213f6d9b64931b10039f1f6e41ef1ce5b2556..7ee2d32cbffc908e90430b4ae9386c819fe9ff5d 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Gedeeld door %2$s",
     "Shared via public link" : "Gedeeld via een openbare link",
     "Shares" : "Gedeeld",
-    "You received %2$s as a remote share from %1$s" : "U ontving %2$s als een externe share van %1$s",
     "Accept" : "Accepteren",
     "Decline" : "Afwijzen",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deel met mij via mijn #ownCloud federated Cloud ID, zie %s",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index e6501e874ea9aad7f1a66739cb1049e9e6c9407a..741ecc8168fd44ce09029a8a984d17b379367a47 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Gedeeld door %2$s",
     "Shared via public link" : "Gedeeld via een openbare link",
     "Shares" : "Gedeeld",
-    "You received %2$s as a remote share from %1$s" : "U ontving %2$s als een externe share van %1$s",
     "Accept" : "Accepteren",
     "Decline" : "Afwijzen",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Deel met mij via mijn #ownCloud federated Cloud ID, zie %s",
diff --git a/apps/files_sharing/l10n/oc.js b/apps/files_sharing/l10n/oc.js
index 6a1329bf5bd183724763c3c8b9f7d8a1871eb0a5..7fd52d203d9e112899b5b75083d7e249fa972972 100644
--- a/apps/files_sharing/l10n/oc.js
+++ b/apps/files_sharing/l10n/oc.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Partejat per %2$s",
     "Shared via public link" : "Partejat per ligam public",
     "Shares" : "Partiments",
-    "You received %2$s as a remote share from %1$s" : "Avètz recebut %2$s en tant que partiment distant per %1$s",
     "Accept" : "Acceptar",
     "Decline" : "Refusar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partejatz amb ieu gràcias a mon identificant Federated Cloud #owncloud %s",
diff --git a/apps/files_sharing/l10n/oc.json b/apps/files_sharing/l10n/oc.json
index 591090742c6344bb865e6c485ecbaa74202e2208..6dfa61f4735efefd89970ee77f38c835ae488ad9 100644
--- a/apps/files_sharing/l10n/oc.json
+++ b/apps/files_sharing/l10n/oc.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Partejat per %2$s",
     "Shared via public link" : "Partejat per ligam public",
     "Shares" : "Partiments",
-    "You received %2$s as a remote share from %1$s" : "Avètz recebut %2$s en tant que partiment distant per %1$s",
     "Accept" : "Acceptar",
     "Decline" : "Refusar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partejatz amb ieu gràcias a mon identificant Federated Cloud #owncloud %s",
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js
index 2faf14554808b382c0f342288a3d5f0ce42c6419..19ff49f9af32ab6f13c434d3a63d1315c8344fe1 100644
--- a/apps/files_sharing/l10n/pt_BR.js
+++ b/apps/files_sharing/l10n/pt_BR.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Compartilhado por %2$s",
     "Shared via public link" : "Compartilhado via link público",
     "Shares" : "Compartilhamentos",
-    "You received %2$s as a remote share from %1$s" : "Você recebeu %2$s como um compartilhamento remoto de %1$s",
     "Accept" : "Aceitar",
     "Decline" : "Rejeitar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu #ownCloud Nuvem ID Associada, veja %s",
diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json
index 51e6e9e6f0a9f471b6d6f3002a491010d1d58fea..d55750ae47a000c91fc3c3229ce69cac35b491ec 100644
--- a/apps/files_sharing/l10n/pt_BR.json
+++ b/apps/files_sharing/l10n/pt_BR.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Compartilhado por %2$s",
     "Shared via public link" : "Compartilhado via link público",
     "Shares" : "Compartilhamentos",
-    "You received %2$s as a remote share from %1$s" : "Você recebeu %2$s como um compartilhamento remoto de %1$s",
     "Accept" : "Aceitar",
     "Decline" : "Rejeitar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu #ownCloud Nuvem ID Associada, veja %s",
diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js
index afe04a57b90f5819c1697ed07281ca6f1f41a299..3d2145c156c08f7e6e45edd7902496e9ab9326b6 100644
--- a/apps/files_sharing/l10n/pt_PT.js
+++ b/apps/files_sharing/l10n/pt_PT.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Partilhado por %2$s",
     "Shared via public link" : "Partilhado via hiperligação pública",
     "Shares" : "Partilhas",
-    "You received %2$s as a remote share from %1$s" : "Recebeu %2$s como uma partilha remota de %1$s",
     "Accept" : "Aceitar",
     "Decline" : "Recusar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud, veja %s",
diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json
index 190187b1500732887678566d8a1dfd57ada43fd9..1f90556e9a2f372584488bf0dd082480bae79055 100644
--- a/apps/files_sharing/l10n/pt_PT.json
+++ b/apps/files_sharing/l10n/pt_PT.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Partilhado por %2$s",
     "Shared via public link" : "Partilhado via hiperligação pública",
     "Shares" : "Partilhas",
-    "You received %2$s as a remote share from %1$s" : "Recebeu %2$s como uma partilha remota de %1$s",
     "Accept" : "Aceitar",
     "Decline" : "Recusar",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud, veja %s",
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js
index 15b26160f6e66aa0aacd79e03d14e426a207f195..fea7d9b9e6fabb764c62ed3b9cbddf756c785cf3 100644
--- a/apps/files_sharing/l10n/ru.js
+++ b/apps/files_sharing/l10n/ru.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Поделился %2$s",
     "Shared via public link" : "Поделился открытой ссылкой",
     "Shares" : "События обмена файлами",
-    "You received %2$s as a remote share from %1$s" : "Вы получили %2$s через удаленный общий ресурс %1$s",
     "Accept" : "Принять",
     "Decline" : "Отклонить",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Поделитесь со мной через мой #ownCloud ID в объединении облачных хранилищ, смотрите %s",
diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json
index 3b92d4cc4c37c186560fe60eebce49b998d36a85..5c7f34858a1a6aa908971d94acd6a59d5c3748a6 100644
--- a/apps/files_sharing/l10n/ru.json
+++ b/apps/files_sharing/l10n/ru.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "Поделился %2$s",
     "Shared via public link" : "Поделился открытой ссылкой",
     "Shares" : "События обмена файлами",
-    "You received %2$s as a remote share from %1$s" : "Вы получили %2$s через удаленный общий ресурс %1$s",
     "Accept" : "Принять",
     "Decline" : "Отклонить",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Поделитесь со мной через мой #ownCloud ID в объединении облачных хранилищ, смотрите %s",
diff --git a/apps/files_sharing/l10n/sk_SK.js b/apps/files_sharing/l10n/sk_SK.js
index 465d50d416318d4ed50001bc6d26d6ac46fbba54..d96958037b62db261752b88d89f13841a8245fee 100644
--- a/apps/files_sharing/l10n/sk_SK.js
+++ b/apps/files_sharing/l10n/sk_SK.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "Zdieľané s %2$s",
     "Shared via public link" : "Zdieľané prostredníctvom verejného odkazu",
     "Shares" : "Zdieľanie",
-    "You received %2$s as a remote share from %1$s" : "Dostali ste %2$s, ako vzdialené zdieľanie od %1$s",
     "Accept" : "Schváliť",
     "Decline" : "Odmietnuť",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Zdieľajte so mnou pomocou môjho #ownCloud Federated Cloud ID, viac n %s",
diff --git a/apps/files_sharing/l10n/sk_SK.json b/apps/files_sharing/l10n/sk_SK.json
index 80af61adb2bb18960e673c16e6a3c3ffece50cf2..bfa047963c43f769ed1fc53bd3f7853b099a17ae 100644
--- a/apps/files_sharing/l10n/sk_SK.json
+++ b/apps/files_sharing/l10n/sk_SK.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "Zdieľané s %2$s",
     "Shared via public link" : "Zdieľané prostredníctvom verejného odkazu",
     "Shares" : "Zdieľanie",
-    "You received %2$s as a remote share from %1$s" : "Dostali ste %2$s, ako vzdialené zdieľanie od %1$s",
     "Accept" : "Schváliť",
     "Decline" : "Odmietnuť",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Zdieľajte so mnou pomocou môjho #ownCloud Federated Cloud ID, viac n %s",
diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js
index 699578fb0fcfcb39f1c6d494cfdeb08cf5be5275..d26b3a0834d47cbbb9cd8bb6efa188d261fea2d1 100644
--- a/apps/files_sharing/l10n/sq.js
+++ b/apps/files_sharing/l10n/sq.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "U nda nga %2$s",
     "Shared via public link" : "U nda përmes një lidhje publike",
     "Shares" : "Ndarje",
-    "You received %2$s as a remote share from %1$s" : "%2$s e morët si një ndarje të largët prej %1$s",
     "Accept" : "Pranoje",
     "Decline" : "Hidhe poshtë",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Ndani me mua përmes ID-së time për #ownCloud Federated Cloud, shihni %s",
diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json
index 92c76b4c509dc97ebf6c527f402452c1bcceaac9..8d56faa38e150bbd56add483340de96750b96313 100644
--- a/apps/files_sharing/l10n/sq.json
+++ b/apps/files_sharing/l10n/sq.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "U nda nga %2$s",
     "Shared via public link" : "U nda përmes një lidhje publike",
     "Shares" : "Ndarje",
-    "You received %2$s as a remote share from %1$s" : "%2$s e morët si një ndarje të largët prej %1$s",
     "Accept" : "Pranoje",
     "Decline" : "Hidhe poshtë",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Ndani me mua përmes ID-së time për #ownCloud Federated Cloud, shihni %s",
diff --git a/apps/files_sharing/l10n/th_TH.js b/apps/files_sharing/l10n/th_TH.js
index b0022e9d959676c18454a9acafbb6f1d7d93ac35..692ef9b42b95161372d8b83d1685db6f95057f24 100644
--- a/apps/files_sharing/l10n/th_TH.js
+++ b/apps/files_sharing/l10n/th_TH.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "แชร์โดย %2$s",
     "Shared via public link" : "แชร์ผ่านลิงค์สาธารณะ",
     "Shares" : "แชร์",
-    "You received %2$s as a remote share from %1$s" : "คุณได้รับรีโมทแชร์ %2$s จาก %1$s",
     "Accept" : "ยอมรับ",
     "Decline" : "ลดลง",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "แชร์ร่วมกับฉันผ่าน #ownCloud ด้วยไอดีคลาวด์ในเครือ สามารถดูได้ที่ %s",
diff --git a/apps/files_sharing/l10n/th_TH.json b/apps/files_sharing/l10n/th_TH.json
index d973ad6ba19650ccc4a2636d7a9217276fed3b0b..e2191fc944c20c8aca168e3e2d5bd8df677295a4 100644
--- a/apps/files_sharing/l10n/th_TH.json
+++ b/apps/files_sharing/l10n/th_TH.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "แชร์โดย %2$s",
     "Shared via public link" : "แชร์ผ่านลิงค์สาธารณะ",
     "Shares" : "แชร์",
-    "You received %2$s as a remote share from %1$s" : "คุณได้รับรีโมทแชร์ %2$s จาก %1$s",
     "Accept" : "ยอมรับ",
     "Decline" : "ลดลง",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "แชร์ร่วมกับฉันผ่าน #ownCloud ด้วยไอดีคลาวด์ในเครือ สามารถดูได้ที่ %s",
diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js
index 5e99aaf39932f1bb31042e7591fc9307227ec6c6..5501abab3c62b507f664d9cc6053d3a1d3fd2ac7 100644
--- a/apps/files_sharing/l10n/tr.js
+++ b/apps/files_sharing/l10n/tr.js
@@ -52,7 +52,6 @@ OC.L10N.register(
     "Shared by %2$s" : "%2$s tarafından paylaşıldı",
     "Shared via public link" : "Herkese açık bağlantı ile paylaşıldı",
     "Shares" : "Paylaşımlar",
-    "You received %2$s as a remote share from %1$s" : "%1$s kişisinden %2$s paylaşımını uzak paylaşım olarak aldınız",
     "Accept" : "Kabul et",
     "Decline" : "Reddet",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json
index 581ef2e0ffc8d91638d602371fd6ed972be305a6..d0a6a5e6f0fab37430f76d85d04554d6e4d82cd2 100644
--- a/apps/files_sharing/l10n/tr.json
+++ b/apps/files_sharing/l10n/tr.json
@@ -50,7 +50,6 @@
     "Shared by %2$s" : "%2$s tarafından paylaşıldı",
     "Shared via public link" : "Herkese açık bağlantı ile paylaşıldı",
     "Shares" : "Paylaşımlar",
-    "You received %2$s as a remote share from %1$s" : "%1$s kişisinden %2$s paylaşımını uzak paylaşım olarak aldınız",
     "Accept" : "Kabul et",
     "Decline" : "Reddet",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js
index 7416545bc4cb5ddc481cfb770854c3e742d6eded..39f57a656eb4d05d04000fdb9e2bb77075fab71c 100644
--- a/apps/files_sharing/l10n/zh_TW.js
+++ b/apps/files_sharing/l10n/zh_TW.js
@@ -53,7 +53,6 @@ OC.L10N.register(
     "Shared by %2$s" : "由 %2$s 分享",
     "Shared via public link" : "透過公用連結分享",
     "Shares" : "分享",
-    "You received %2$s as a remote share from %1$s" : "您收到了來自 %1$s 的一個遠端分享 %2$s ",
     "Accept" : "接受",
     "Decline" : "拒絕",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "可透過我的 #ownCloud 聯盟雲端 ID,與我分享,請看 %s",
diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json
index 0a2a18bc5f855447f586df7de70b58d6d69791b1..8b2716b1c0ac6e2dd62a31a37b0c091edaa307a2 100644
--- a/apps/files_sharing/l10n/zh_TW.json
+++ b/apps/files_sharing/l10n/zh_TW.json
@@ -51,7 +51,6 @@
     "Shared by %2$s" : "由 %2$s 分享",
     "Shared via public link" : "透過公用連結分享",
     "Shares" : "分享",
-    "You received %2$s as a remote share from %1$s" : "您收到了來自 %1$s 的一個遠端分享 %2$s ",
     "Accept" : "接受",
     "Decline" : "拒絕",
     "Share with me through my #ownCloud Federated Cloud ID, see %s" : "可透過我的 #ownCloud 聯盟雲端 ID,與我分享,請看 %s",
diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js
index 08069e28fd90db8e07dccb5e14bdab84a0f284f8..f3928b80999b7a164be5eea13933cd4a40cafdf9 100644
--- a/apps/user_ldap/l10n/ru.js
+++ b/apps/user_ldap/l10n/ru.js
@@ -122,6 +122,8 @@ OC.L10N.register(
     "Directory Settings" : "Настройки каталога",
     "User Display Name Field" : "Поле отображаемого имени пользователя",
     "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени пользователя.",
+    "2nd User Display Name Field" : "Вторичное поле отображаемого имени пользователя",
+    "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Не обязательно. Атрибут LDAP, который будет добавляться к отображаемому имени в скобках. Например, »John Doe (john.doe@example.org)«.",
     "Base User Tree" : "База дерева пользователей",
     "One User Base DN per line" : "По одной базовому DN пользователей в строке.",
     "User Search Attributes" : "Атрибуты поиска пользоватетелей",
@@ -132,6 +134,8 @@ OC.L10N.register(
     "One Group Base DN per line" : "По одной базовому DN групп в строке.",
     "Group Search Attributes" : "Атрибуты поиска групп",
     "Group-Member association" : "Ассоциация Группа-Участник",
+    "Dynamic Group Member URL" : "URL участников динамической группы",
+    "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "Атрибут LDAP для объектов группы, который определяет по какому URL ведется поиск принадлежности к группе. (Пустое значение отключает функциональность динамического участия в группах).",
     "Nested Groups" : "Вложенные группы",
     "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включении, активируется поддержка групп, содержащих другие группы. (Работает только если атрибут член группы содержит DN.)",
     "Paging chunksize" : "Страничный размер блоков",
diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json
index 126e78593d10b0d0a918a2aba4a30e6be16b2756..5dbaca39353cfab6418597ab79f16a0b6d308db5 100644
--- a/apps/user_ldap/l10n/ru.json
+++ b/apps/user_ldap/l10n/ru.json
@@ -120,6 +120,8 @@
     "Directory Settings" : "Настройки каталога",
     "User Display Name Field" : "Поле отображаемого имени пользователя",
     "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени пользователя.",
+    "2nd User Display Name Field" : "Вторичное поле отображаемого имени пользователя",
+    "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Не обязательно. Атрибут LDAP, который будет добавляться к отображаемому имени в скобках. Например, »John Doe (john.doe@example.org)«.",
     "Base User Tree" : "База дерева пользователей",
     "One User Base DN per line" : "По одной базовому DN пользователей в строке.",
     "User Search Attributes" : "Атрибуты поиска пользоватетелей",
@@ -130,6 +132,8 @@
     "One Group Base DN per line" : "По одной базовому DN групп в строке.",
     "Group Search Attributes" : "Атрибуты поиска групп",
     "Group-Member association" : "Ассоциация Группа-Участник",
+    "Dynamic Group Member URL" : "URL участников динамической группы",
+    "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "Атрибут LDAP для объектов группы, который определяет по какому URL ведется поиск принадлежности к группе. (Пустое значение отключает функциональность динамического участия в группах).",
     "Nested Groups" : "Вложенные группы",
     "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включении, активируется поддержка групп, содержащих другие группы. (Работает только если атрибут член группы содержит DN.)",
     "Paging chunksize" : "Страничный размер блоков",
diff --git a/core/l10n/he.js b/core/l10n/he.js
index 0f265b562214bebb62d520223b94b9bfb553d80d..cada6832432a266808cccd64bea5d3e134cb4f1b 100644
--- a/core/l10n/he.js
+++ b/core/l10n/he.js
@@ -197,6 +197,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {version}, זה יקח זמן מה.",
     "An error occurred." : "אירעה שגיאה.",
     "Please reload the page." : "יש להעלות מחדש דף זה.",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
     "The update was unsuccessful. " : "העדכון בוצע בהצלחה.",
     "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
     "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
diff --git a/core/l10n/he.json b/core/l10n/he.json
index d7649c43354edccfaac72b5f676d0fdfdbe9f7c9..57f42861528bdc9d9e0200cb68f6029e7b979f0b 100644
--- a/core/l10n/he.json
+++ b/core/l10n/he.json
@@ -195,6 +195,7 @@
     "Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {version}, זה יקח זמן מה.",
     "An error occurred." : "אירעה שגיאה.",
     "Please reload the page." : "יש להעלות מחדש דף זה.",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
     "The update was unsuccessful. " : "העדכון בוצע בהצלחה.",
     "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
     "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js
index ea2a55451d8e661af00f167f8fe0e73b1250b33c..43740db8f9c4cec0a928390a23dca2364064f57c 100644
--- a/core/l10n/hu_HU.js
+++ b/core/l10n/hu_HU.js
@@ -16,10 +16,15 @@ OC.L10N.register(
     "Updated \"%s\" to %s" : "Frissítettük  \"%s\"-t erre: %s",
     "Repair warning: " : "Javítás figyelmeztetés:",
     "Repair error: " : "Javítás hiba:",
+    "Set log level to debug" : "Naplózási szint beállítása hibakeresésre",
+    "Reset log level" : "Naplózási szint visszaállítása",
+    "Starting code integrity check" : "Kódintegritás ellenőrzés elindítása",
+    "Finished code integrity check" : "Kódintegritás ellenőrzés befejezve!",
     "%s (3rdparty)" : "%s (harmadik fél által)",
     "%s (incompatible)" : "%s (nem kompatibilis)",
     "Following apps have been disabled: %s" : "A következő applikációk lettek tiltva: %s",
     "Already up to date" : "Már a legfrissebb változat",
+    "Please select a file." : "Kérjük, válassz egy fájlt.",
     "File is too big" : "A fájl túl nagy",
     "Invalid file provided" : "Érvénytelen fájl van megadva",
     "No image or file provided" : "Nincs kép vagy fájl megadva",
@@ -81,6 +86,7 @@ OC.L10N.register(
     "Oct." : "okt.",
     "Nov." : "nov.",
     "Dec." : "dec.",
+    "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",
     "Settings" : "Beállítások",
     "Saving..." : "Mentés...",
     "seconds ago" : "pár másodperce",
@@ -153,16 +159,22 @@ OC.L10N.register(
     "change" : "változtatás",
     "delete" : "töröl",
     "access control" : "jogosultság",
+    "Could not unshare" : "Nem sikerült visszavonni a megosztást",
     "Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.",
     "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
     "Share" : "Megosztás",
     "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
     "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
     "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...",
+    "Error removing share" : "Hiba a megosztás törlésekor",
     "Warning" : "Figyelmeztetés",
     "Error while sending notification" : "Hiba történt az értesítő küldése közben",
+    "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
+    "invisible" : "láthatatlan",
+    "({scope})" : "({scope})",
     "Delete" : "Törlés",
     "Rename" : "Átnevezés",
+    "Global tags" : "Globális címke",
     "The object type is not specified." : "Az objektum típusa nincs megadva.",
     "Enter new" : "Új beírása",
     "Add" : "Hozzáadás",
@@ -179,6 +191,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.",
     "An error occurred." : "Hiba történt.",
     "Please reload the page." : "Kérjük frissítse az oldalt!",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresd fel a fórumunkat</a> a probléma lefedéséért.",
     "The update was unsuccessful. " : "A frissítés nem sikerült.",
     "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.",
     "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.",
diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json
index ec403c043d1b5acbfce81739dae12b9cdea44150..2cf122b07a98f3a02676832ad2625afce4c1a515 100644
--- a/core/l10n/hu_HU.json
+++ b/core/l10n/hu_HU.json
@@ -14,10 +14,15 @@
     "Updated \"%s\" to %s" : "Frissítettük  \"%s\"-t erre: %s",
     "Repair warning: " : "Javítás figyelmeztetés:",
     "Repair error: " : "Javítás hiba:",
+    "Set log level to debug" : "Naplózási szint beállítása hibakeresésre",
+    "Reset log level" : "Naplózási szint visszaállítása",
+    "Starting code integrity check" : "Kódintegritás ellenőrzés elindítása",
+    "Finished code integrity check" : "Kódintegritás ellenőrzés befejezve!",
     "%s (3rdparty)" : "%s (harmadik fél által)",
     "%s (incompatible)" : "%s (nem kompatibilis)",
     "Following apps have been disabled: %s" : "A következő applikációk lettek tiltva: %s",
     "Already up to date" : "Már a legfrissebb változat",
+    "Please select a file." : "Kérjük, válassz egy fájlt.",
     "File is too big" : "A fájl túl nagy",
     "Invalid file provided" : "Érvénytelen fájl van megadva",
     "No image or file provided" : "Nincs kép vagy fájl megadva",
@@ -79,6 +84,7 @@
     "Oct." : "okt.",
     "Nov." : "nov.",
     "Dec." : "dec.",
+    "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",
     "Settings" : "Beállítások",
     "Saving..." : "Mentés...",
     "seconds ago" : "pár másodperce",
@@ -151,16 +157,22 @@
     "change" : "változtatás",
     "delete" : "töröl",
     "access control" : "jogosultság",
+    "Could not unshare" : "Nem sikerült visszavonni a megosztást",
     "Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.",
     "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
     "Share" : "Megosztás",
     "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
     "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
     "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...",
+    "Error removing share" : "Hiba a megosztás törlésekor",
     "Warning" : "Figyelmeztetés",
     "Error while sending notification" : "Hiba történt az értesítő küldése közben",
+    "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
+    "invisible" : "láthatatlan",
+    "({scope})" : "({scope})",
     "Delete" : "Törlés",
     "Rename" : "Átnevezés",
+    "Global tags" : "Globális címke",
     "The object type is not specified." : "Az objektum típusa nincs megadva.",
     "Enter new" : "Új beírása",
     "Add" : "Hozzáadás",
@@ -177,6 +189,7 @@
     "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.",
     "An error occurred." : "Hiba történt.",
     "Please reload the page." : "Kérjük frissítse az oldalt!",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresd fel a fórumunkat</a> a probléma lefedéséért.",
     "The update was unsuccessful. " : "A frissítés nem sikerült.",
     "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.",
     "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index 30b4663fd74c3e63314c880398825b317e5d7d86..949d82ac9b11362627650ea739d5e6006e4edd76 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -197,6 +197,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, это может занять некоторое время.",
     "An error occurred." : "Произошла ошибка.",
     "Please reload the page." : "Пожалуйста, обновите страницу.",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление прошло не успешно. За дополнительной информацией по этой проблеме <a href=\"{url}\">обратитесь к нашему форуму</a>.",
     "The update was unsuccessful. " : "Обновление окончилось неудачей.",
     "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
     "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index be660aff2ac592efdb6c3dc7233a711a2af50c37..e87d37f0094b472e7e48e78585769972339aa7c9 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -195,6 +195,7 @@
     "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, это может занять некоторое время.",
     "An error occurred." : "Произошла ошибка.",
     "Please reload the page." : "Пожалуйста, обновите страницу.",
+    "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление прошло не успешно. За дополнительной информацией по этой проблеме <a href=\"{url}\">обратитесь к нашему форуму</a>.",
     "The update was unsuccessful. " : "Обновление окончилось неудачей.",
     "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
     "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.",
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 14a2b11dc01327dc68093001636ce2ed3ba86f69..655d2a885cea9e223440c090cbc11c42ed787079 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -120,6 +120,7 @@ OC.L10N.register(
     "Apps" : "Приложения",
     "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "В качестве имени пользователя допускаются следующие символы: \"a-z\", \"A-Z\", \"0-9\" и \"_.@-'\"",
     "A valid username must be provided" : "Укажите правильное имя пользователя",
+    "Username contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробел в начале или в конце",
     "A valid password must be provided" : "Укажите правильный пароль",
     "The username is already being used" : "Имя пользователя уже используется",
     "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index 592abd22e81f40301d0299fccb5f4cec5b05277d..0f66b9cdc004672a40beae173dd29cc288565c71 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -118,6 +118,7 @@
     "Apps" : "Приложения",
     "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "В качестве имени пользователя допускаются следующие символы: \"a-z\", \"A-Z\", \"0-9\" и \"_.@-'\"",
     "A valid username must be provided" : "Укажите правильное имя пользователя",
+    "Username contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробел в начале или в конце",
     "A valid password must be provided" : "Укажите правильный пароль",
     "The username is already being used" : "Имя пользователя уже используется",
     "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)",