diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js
index 4f20489a6872742c49a147feebea8b9d48a1f66f..01effb3f91f2c9c4a5900991469aa3bb0f9d08c7 100644
--- a/apps/files_sharing/l10n/el.js
+++ b/apps/files_sharing/l10n/el.js
@@ -29,6 +29,7 @@ OC.L10N.register(
     "A file or folder has been <strong>shared</strong>" : "Ένα αρχείο ή φάκελος <strong>διαμοιράστηκε</strong>",
     "A file or folder was shared from <strong>another server</strong>" : "Ένα αρχείο ή φάκελος διαμοιράστηκε από <strong>έναν άλλο διακομιστή</strong>",
     "A public shared file or folder was <strong>downloaded</strong>" : "Ένα δημόσια διαμοιρασμένο αρχείο ή φάκελος <strong>ελήφθη</strong>",
+    "You received a new remote share %2$s from %1$s" : "Λάβατε ένα νέο απομακρυσμένο διαμοιρασμό %2$s από %1$s",
     "You received a new remote share from %s" : "Λάβατε ένα νέο απομακρυσμένο κοινόχρηστο φάκελο από %s",
     "%1$s accepted remote share %2$s" : "Ο %1$s αποδέχθηκε τον απομακρυσμένο φάκελο %2$s",
     "%1$s declined remote share %2$s" : "Ο %1$s αρνήθηκε τον απομακρυσμένο διαμοιρασμένο φάκελο %2$s",
diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json
index 8d5a947f4c224ab12357b1c066993bd7e6a926ce..aee0ccb29a19ab8f2c7994f8ae60826ad423e8e5 100644
--- a/apps/files_sharing/l10n/el.json
+++ b/apps/files_sharing/l10n/el.json
@@ -27,6 +27,7 @@
     "A file or folder has been <strong>shared</strong>" : "Ένα αρχείο ή φάκελος <strong>διαμοιράστηκε</strong>",
     "A file or folder was shared from <strong>another server</strong>" : "Ένα αρχείο ή φάκελος διαμοιράστηκε από <strong>έναν άλλο διακομιστή</strong>",
     "A public shared file or folder was <strong>downloaded</strong>" : "Ένα δημόσια διαμοιρασμένο αρχείο ή φάκελος <strong>ελήφθη</strong>",
+    "You received a new remote share %2$s from %1$s" : "Λάβατε ένα νέο απομακρυσμένο διαμοιρασμό %2$s από %1$s",
     "You received a new remote share from %s" : "Λάβατε ένα νέο απομακρυσμένο κοινόχρηστο φάκελο από %s",
     "%1$s accepted remote share %2$s" : "Ο %1$s αποδέχθηκε τον απομακρυσμένο φάκελο %2$s",
     "%1$s declined remote share %2$s" : "Ο %1$s αρνήθηκε τον απομακρυσμένο διαμοιρασμένο φάκελο %2$s",
diff --git a/core/l10n/el.js b/core/l10n/el.js
index 6692f35778a9d665e67efa12bd8edeccc9d39a67..ad5a1310e6c2dad828ace9de4ea18204b9ee6e36 100644
--- a/core/l10n/el.js
+++ b/core/l10n/el.js
@@ -12,6 +12,7 @@ OC.L10N.register(
     "Repair warning: " : "Προειδοποίηση διόρθωσης:",
     "Repair error: " : "Σφάλμα διόρθωσης:",
     "Following incompatible apps have been disabled: %s" : "Οι παρακάτω εφαρμογές έχουν απενεργοποιηθεί: %s",
+    "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
     "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο",
     "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο",
     "Unknown filetype" : "Άγνωστος τύπος αρχείου",
@@ -139,6 +140,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.",
     "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.",
     "The update was unsuccessful. " : "Η ενημέρωση ήταν ανεπιτυχής.",
+    "The update was successful. There were warnings." : "Η ενημέρωση ήταν επιτυχής. Υπήρχαν προειδοποιήσεις.",
     "The update was successful. Redirecting you to ownCloud now." : "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.",
     "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο",
     "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.",
diff --git a/core/l10n/el.json b/core/l10n/el.json
index 5c0d08221878048c5b1b3d1f1dda5abfd0864075..e604d813f2e5c7b08a43456c30432bc41702fd9a 100644
--- a/core/l10n/el.json
+++ b/core/l10n/el.json
@@ -10,6 +10,7 @@
     "Repair warning: " : "Προειδοποίηση διόρθωσης:",
     "Repair error: " : "Σφάλμα διόρθωσης:",
     "Following incompatible apps have been disabled: %s" : "Οι παρακάτω εφαρμογές έχουν απενεργοποιηθεί: %s",
+    "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
     "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο",
     "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο",
     "Unknown filetype" : "Άγνωστος τύπος αρχείου",
@@ -137,6 +138,7 @@
     "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.",
     "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.",
     "The update was unsuccessful. " : "Η ενημέρωση ήταν ανεπιτυχής.",
+    "The update was successful. There were warnings." : "Η ενημέρωση ήταν επιτυχής. Υπήρχαν προειδοποιήσεις.",
     "The update was successful. Redirecting you to ownCloud now." : "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.",
     "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο",
     "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.",
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index e10c8a41cdcccf9b8a6ecc2660e2608517d3639b..8d059e4b655d818cfaee8b88607e4ff5f5626236 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -4,6 +4,7 @@ OC.L10N.register(
     "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s",
     "Turned on maintenance mode" : "メンテナンスモードがオンになりました",
     "Turned off maintenance mode" : "メンテナンスモードがオフになりました",
+    "Maintenance mode is kept active" : "メンテナンスモードが継続中です",
     "Updated database" : "データベース更新済み",
     "Checked database schema update" : "指定データベースのスキーマを更新",
     "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
@@ -11,6 +12,7 @@ OC.L10N.register(
     "Repair warning: " : "修復警告:",
     "Repair error: " : "修復エラー:",
     "Following incompatible apps have been disabled: %s" : "次の互換性のないアプリは無効にされています: %s",
+    "Following apps have been disabled: %s" : "以下のアプリが無効にされています: %s",
     "Invalid file provided" : "無効なファイルが提供されました",
     "No image or file provided" : "画像もしくはファイルが提供されていません",
     "Unknown filetype" : "不明なファイルタイプ",
@@ -75,6 +77,8 @@ OC.L10N.register(
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom は PHP から読み取ることができず、この状態はセキュリティの観点からおすすめできません。より詳しい情報については、<a href=\"{docLink}\">documentation</a> を参照ください。",
     "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。",
+    "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "\"Strict-Transport-Security\" HTTP ヘッダは最小値の \"{seconds}\" 秒に設定されていません。 セキュリティーを強化するため、<a href=\"{docUrl}\">security tips</a>を参照して HSTS を有効にすることをおすすめします。",
+    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP経由でアクセスしています。<a href=\"{docUrl}\">security tips</a>を参照して、代わりにHTTPSを使用するようサーバーを設定することを強くおすすめします。 instead as described in our .",
     "Shared" : "共有中",
     "Shared with {recipients}" : "{recipients} と共有",
     "Share" : "共有",
@@ -136,6 +140,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
     "Please reload the page." : "ページをリロードしてください。",
     "The update was unsuccessful. " : "アップデートに失敗しました。",
+    "The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
     "The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。",
     "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした",
     "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。",
@@ -146,6 +151,7 @@ OC.L10N.register(
     "New Password" : "新しいパスワード",
     "Reset password" : "パスワードをリセット",
     "Searching other places" : "他の場所の検索",
+    "No search results in other places" : "その他の場所の検索結果はありません",
     "_{count} search result in other places_::_{count} search results in other places_" : ["その他の場所 の検索件数 {count}"],
     "Personal" : "個人",
     "Users" : "ユーザー",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index 860f2e4c99e5f9a0dda5d448ce480c819c5cbbb9..fbf2d611ec5534796cbb6b1cf93dc85e5496c005 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -2,6 +2,7 @@
     "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s",
     "Turned on maintenance mode" : "メンテナンスモードがオンになりました",
     "Turned off maintenance mode" : "メンテナンスモードがオフになりました",
+    "Maintenance mode is kept active" : "メンテナンスモードが継続中です",
     "Updated database" : "データベース更新済み",
     "Checked database schema update" : "指定データベースのスキーマを更新",
     "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
@@ -9,6 +10,7 @@
     "Repair warning: " : "修復警告:",
     "Repair error: " : "修復エラー:",
     "Following incompatible apps have been disabled: %s" : "次の互換性のないアプリは無効にされています: %s",
+    "Following apps have been disabled: %s" : "以下のアプリが無効にされています: %s",
     "Invalid file provided" : "無効なファイルが提供されました",
     "No image or file provided" : "画像もしくはファイルが提供されていません",
     "Unknown filetype" : "不明なファイルタイプ",
@@ -73,6 +75,8 @@
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom は PHP から読み取ることができず、この状態はセキュリティの観点からおすすめできません。より詳しい情報については、<a href=\"{docLink}\">documentation</a> を参照ください。",
     "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。",
+    "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "\"Strict-Transport-Security\" HTTP ヘッダは最小値の \"{seconds}\" 秒に設定されていません。 セキュリティーを強化するため、<a href=\"{docUrl}\">security tips</a>を参照して HSTS を有効にすることをおすすめします。",
+    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP経由でアクセスしています。<a href=\"{docUrl}\">security tips</a>を参照して、代わりにHTTPSを使用するようサーバーを設定することを強くおすすめします。 instead as described in our .",
     "Shared" : "共有中",
     "Shared with {recipients}" : "{recipients} と共有",
     "Share" : "共有",
@@ -134,6 +138,7 @@
     "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
     "Please reload the page." : "ページをリロードしてください。",
     "The update was unsuccessful. " : "アップデートに失敗しました。",
+    "The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
     "The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。",
     "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした",
     "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。",
@@ -144,6 +149,7 @@
     "New Password" : "新しいパスワード",
     "Reset password" : "パスワードをリセット",
     "Searching other places" : "他の場所の検索",
+    "No search results in other places" : "その他の場所の検索結果はありません",
     "_{count} search result in other places_::_{count} search results in other places_" : ["その他の場所 の検索件数 {count}"],
     "Personal" : "個人",
     "Users" : "ユーザー",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index 49d4c09e3f6cc2211ca1d420df28f8c86d995f44..507c37b137233eb91c0a8319727c8db5cdd4e452 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -11,7 +11,8 @@ OC.L10N.register(
     "Updated \"%s\" to %s" : "Обновлено \"%s\" до %s",
     "Repair warning: " : "Предупреждение восстановления:",
     "Repair error: " : "Ошибка восстановления:",
-    "Following incompatible apps have been disabled: %s" : "Слежка за несовместимыми приложениями отключена: %s",
+    "Following incompatible apps have been disabled: %s" : "Следующие несовместимые приложения были отключены: %s",
+    "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
     "Invalid file provided" : "Указан неправильный файл",
     "No image or file provided" : "Не указано изображение или файл",
     "Unknown filetype" : "Неизвестный тип файла",
@@ -62,7 +63,7 @@ OC.L10N.register(
     "Cancel" : "Отмена",
     "Continue" : "Продолжить",
     "(all selected)" : "(все выбранные)",
-    "({count} selected)" : "({count} выбранных)",
+    "({count} selected)" : "(выбрано: {count})",
     "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла",
     "Very weak password" : "Очень слабый пароль",
     "Weak password" : "Слабый пароль",
@@ -139,6 +140,7 @@ OC.L10N.register(
     "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, пожалуйста, подождите.",
     "Please reload the page." : "Обновите страницу.",
     "The update was unsuccessful. " : "Обновление не удалось.",
+    "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
     "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.",
     "Couldn't reset password because the token is invalid" : "Невозможно сбросить пароль из-за неверного токена",
     "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index 74393023f2d85e0928e5188ac556e9e7569692ac..31558b7c9bd5facc42ea1ab11821bf8cd5d94962 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -9,7 +9,8 @@
     "Updated \"%s\" to %s" : "Обновлено \"%s\" до %s",
     "Repair warning: " : "Предупреждение восстановления:",
     "Repair error: " : "Ошибка восстановления:",
-    "Following incompatible apps have been disabled: %s" : "Слежка за несовместимыми приложениями отключена: %s",
+    "Following incompatible apps have been disabled: %s" : "Следующие несовместимые приложения были отключены: %s",
+    "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
     "Invalid file provided" : "Указан неправильный файл",
     "No image or file provided" : "Не указано изображение или файл",
     "Unknown filetype" : "Неизвестный тип файла",
@@ -60,7 +61,7 @@
     "Cancel" : "Отмена",
     "Continue" : "Продолжить",
     "(all selected)" : "(все выбранные)",
-    "({count} selected)" : "({count} выбранных)",
+    "({count} selected)" : "(выбрано: {count})",
     "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла",
     "Very weak password" : "Очень слабый пароль",
     "Weak password" : "Слабый пароль",
@@ -137,6 +138,7 @@
     "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {version}, пожалуйста, подождите.",
     "Please reload the page." : "Обновите страницу.",
     "The update was unsuccessful. " : "Обновление не удалось.",
+    "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
     "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.",
     "Couldn't reset password because the token is invalid" : "Невозможно сбросить пароль из-за неверного токена",
     "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.",