diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js
index 4c7cce56fbd3f00d2e55c3256c0cb6388afaa308..5302be9010662b25aecbb7cbd7adeee5b999be95 100644
--- a/apps/theming/l10n/es.js
+++ b/apps/theming/l10n/es.js
@@ -6,14 +6,14 @@ OC.L10N.register(
     "Admin" : "Administración",
     "a safe home for all your data" : "un hogar seguro para todos tus datos",
     "Name cannot be empty" : "El nombre no puede estar vacío",
-    "The given name is too long" : "El nombre provisto es muy largo",
-    "The given web address is too long" : "La dirección provista es muy larga",
-    "The given slogan is too long" : "El eslogan provisto es muy largo",
+    "The given name is too long" : "El nombre provisto es demasiado largo",
+    "The given web address is too long" : "La dirección provista es demasiado larga",
+    "The given slogan is too long" : "El eslogan provisto es demasiado largo",
     "The given color is invalid" : "El color provisto es inválido",
     "The file was uploaded" : "Se ha subido el archivo",
     "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini",
-    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especifió en el formulario HTML",
-    "The file was only partially uploaded" : "El archivo se ha subido parcialmente",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML",
+    "The file was only partially uploaded" : "El archivo se ha subido solo parcialmente",
     "No file was uploaded" : "No se ha subido ningún archivo",
     "Missing a temporary folder" : "Falta una carpeta temporal",
     "Could not write file to disk" : "No se puede escribir el archivo en el disco",
@@ -31,13 +31,14 @@ OC.L10N.register(
     "Color" : "Color",
     "Logo" : "Logo",
     "Upload new logo" : "Subir nuevo logo",
-    "Login image" : "Fondo de Pantalla",
-    "Upload new login background" : "Subir una nueva imagen de fondo",
+    "Login image" : "Imagen de fondo para inicio de sesión",
+    "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión",
     "Remove background image" : "Eliminar imagen de fondo",
     "Advanced options" : "Opciones avanzadas",
     "Header logo" : "Logo de la cabecera",
     "Upload new header logo" : "Subir nuevo logo de la cabecera",
     "Favicon" : "Favicon",
+    "Upload new favicon" : "Subir nuevo favicon",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.",
     "You are already using a custom theme" : "Ya estás usando un tema personalizado",
     "reset to default" : "restaurar a configuración inicial",
diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json
index ec4bb0321f0ebd8d4a955a52c42603142ef46b90..4e084f562d80103c0c421a44a4c1ddd3208bfd8e 100644
--- a/apps/theming/l10n/es.json
+++ b/apps/theming/l10n/es.json
@@ -4,14 +4,14 @@
     "Admin" : "Administración",
     "a safe home for all your data" : "un hogar seguro para todos tus datos",
     "Name cannot be empty" : "El nombre no puede estar vacío",
-    "The given name is too long" : "El nombre provisto es muy largo",
-    "The given web address is too long" : "La dirección provista es muy larga",
-    "The given slogan is too long" : "El eslogan provisto es muy largo",
+    "The given name is too long" : "El nombre provisto es demasiado largo",
+    "The given web address is too long" : "La dirección provista es demasiado larga",
+    "The given slogan is too long" : "El eslogan provisto es demasiado largo",
     "The given color is invalid" : "El color provisto es inválido",
     "The file was uploaded" : "Se ha subido el archivo",
     "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini",
-    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especifió en el formulario HTML",
-    "The file was only partially uploaded" : "El archivo se ha subido parcialmente",
+    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML",
+    "The file was only partially uploaded" : "El archivo se ha subido solo parcialmente",
     "No file was uploaded" : "No se ha subido ningún archivo",
     "Missing a temporary folder" : "Falta una carpeta temporal",
     "Could not write file to disk" : "No se puede escribir el archivo en el disco",
@@ -29,13 +29,14 @@
     "Color" : "Color",
     "Logo" : "Logo",
     "Upload new logo" : "Subir nuevo logo",
-    "Login image" : "Fondo de Pantalla",
-    "Upload new login background" : "Subir una nueva imagen de fondo",
+    "Login image" : "Imagen de fondo para inicio de sesión",
+    "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión",
     "Remove background image" : "Eliminar imagen de fondo",
     "Advanced options" : "Opciones avanzadas",
     "Header logo" : "Logo de la cabecera",
     "Upload new header logo" : "Subir nuevo logo de la cabecera",
     "Favicon" : "Favicon",
+    "Upload new favicon" : "Subir nuevo favicon",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.",
     "You are already using a custom theme" : "Ya estás usando un tema personalizado",
     "reset to default" : "restaurar a configuración inicial",
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js
index 058f36cbfb6d3410037c78eae8a0348a68111b9d..945ab1c7d6d3602c2dd2a335cecf435146a9112a 100644
--- a/apps/theming/l10n/ru.js
+++ b/apps/theming/l10n/ru.js
@@ -34,6 +34,11 @@ OC.L10N.register(
     "Login image" : "Изображение экрана входа в систему",
     "Upload new login background" : "Загрузить новый фон для экрана входа в систему",
     "Remove background image" : "Убрать фоновое изображение ",
+    "Advanced options" : "Дополнительные параметры",
+    "Header logo" : "Логотип заголовка",
+    "Upload new header logo" : "Загрузить логотип заголовка",
+    "Favicon" : "Favicon (значок сайта)",
+    "Upload new favicon" : "Загрузить значок сайта",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Для автоматической генерации favicon на основе загруженного логотипа и цвета нужно установить PHP расширение Imagemagick  с поддержкой изображений SVG ",
     "You are already using a custom theme" : "Вы уже используете настраиваемую тему",
     "reset to default" : "сброс до настроек по-умолчанию",
diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json
index 8aaee6c18af79686757f63ab925ba41982877e74..871416e3c7905610cd41a75e89a3f4b2b4adf9c0 100644
--- a/apps/theming/l10n/ru.json
+++ b/apps/theming/l10n/ru.json
@@ -32,6 +32,11 @@
     "Login image" : "Изображение экрана входа в систему",
     "Upload new login background" : "Загрузить новый фон для экрана входа в систему",
     "Remove background image" : "Убрать фоновое изображение ",
+    "Advanced options" : "Дополнительные параметры",
+    "Header logo" : "Логотип заголовка",
+    "Upload new header logo" : "Загрузить логотип заголовка",
+    "Favicon" : "Favicon (значок сайта)",
+    "Upload new favicon" : "Загрузить значок сайта",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Для автоматической генерации favicon на основе загруженного логотипа и цвета нужно установить PHP расширение Imagemagick  с поддержкой изображений SVG ",
     "You are already using a custom theme" : "Вы уже используете настраиваемую тему",
     "reset to default" : "сброс до настроек по-умолчанию",
diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js
index e628e101fd55bbed8212f7fb116647b45d6d2598..3ea757d73131978c99a0983d3d37f3d8ec51187d 100644
--- a/apps/workflowengine/l10n/es.js
+++ b/apps/workflowengine/l10n/es.js
@@ -1,6 +1,7 @@
 OC.L10N.register(
     "workflowengine",
     {
+    "Group list is empty" : "La lista de grupos está vacía",
     "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
     "Saved" : "Guardado",
     "Saving failed:" : "Fallo al guardar:",
diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json
index 6620c4a765efcbb4aa9eb0a0a46cb899bcf31452..11e14dc1371ccd150527c725d429fc1276587bb2 100644
--- a/apps/workflowengine/l10n/es.json
+++ b/apps/workflowengine/l10n/es.json
@@ -1,4 +1,5 @@
 { "translations": {
+    "Group list is empty" : "La lista de grupos está vacía",
     "Unable to retrieve the group list" : "No es posible recibir la lista de grupos",
     "Saved" : "Guardado",
     "Saving failed:" : "Fallo al guardar:",
diff --git a/apps/workflowengine/l10n/ru.js b/apps/workflowengine/l10n/ru.js
index 9c5010ff0f0a7b8dde577fbff71e799927ecd40a..e7b035b7402f91cb8c3255e97bacd02e6261e3f7 100644
--- a/apps/workflowengine/l10n/ru.js
+++ b/apps/workflowengine/l10n/ru.js
@@ -1,6 +1,7 @@
 OC.L10N.register(
     "workflowengine",
     {
+    "Group list is empty" : "Список групп пуст",
     "Unable to retrieve the group list" : "Не удается получить список групп",
     "Saved" : "Сохранено",
     "Saving failed:" : "Ошибка при сохранении:",
diff --git a/apps/workflowengine/l10n/ru.json b/apps/workflowengine/l10n/ru.json
index 6764fda9843cfa0c8fc57958a3484fe8decea0d8..d3c5dff332ef4ba6c6eacab7e2a2e21922082b4e 100644
--- a/apps/workflowengine/l10n/ru.json
+++ b/apps/workflowengine/l10n/ru.json
@@ -1,4 +1,5 @@
 { "translations": {
+    "Group list is empty" : "Список групп пуст",
     "Unable to retrieve the group list" : "Не удается получить список групп",
     "Saved" : "Сохранено",
     "Saving failed:" : "Ошибка при сохранении:",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index b17dbf8d8f53301723c407d8efe406efbd7a137c..80786d87d2c5adfac7ec7aac430265e859b7d25f 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -264,8 +264,12 @@ OC.L10N.register(
     "See the documentation" : "Посмотреть документацию",
     "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Для корректной работы приложения требуется JavaScript. Пожалуйста, {linkstart}включите JavaScript{linkend} и обновите страницу.",
     "More apps" : "Ещё приложения",
+    "More apps menu" : "Меню дополнительных приложений",
     "Search" : "Найти",
     "Reset search" : "Очистить поиск",
+    "Contacts" : "Контакты",
+    "Contacts menu" : "Меню контактов",
+    "Settings menu" : "Меню настроек",
     "Confirm your password" : "Подтвердите свой пароль",
     "Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!",
     "Please contact your administrator." : "Пожалуйста, обратитесь к администратору.",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index 31e2abb701e7e99cf646f622e73eab39fed5aa80..f335d97924e805430fb5ace2587b56f8264fc92f 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -262,8 +262,12 @@
     "See the documentation" : "Посмотреть документацию",
     "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Для корректной работы приложения требуется JavaScript. Пожалуйста, {linkstart}включите JavaScript{linkend} и обновите страницу.",
     "More apps" : "Ещё приложения",
+    "More apps menu" : "Меню дополнительных приложений",
     "Search" : "Найти",
     "Reset search" : "Очистить поиск",
+    "Contacts" : "Контакты",
+    "Contacts menu" : "Меню контактов",
+    "Settings menu" : "Меню настроек",
     "Confirm your password" : "Подтвердите свой пароль",
     "Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!",
     "Please contact your administrator." : "Пожалуйста, обратитесь к администратору.",
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 6b25eadd11743924bfe19a8fdf3541f2df613b12..22bedcc5768ffe1ae435e80cc605efc1c4746352 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -264,6 +264,7 @@ OC.L10N.register(
     "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.",
     "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
     "Thank you for your patience." : "Дякуємо за ваше терпіння.",
+    "Wrong password. Reset it?" : "Невірний пароль. Скинути його?",
     "Stay logged in" : "Залишатись в системі",
     "Alternative Logins" : "Альтернативні імена користувача",
     "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 0b2d4c28942756646005664d8d488d7253a53ce2..ee535456ab3f717ad8028f05588e142343bf0dcf 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -262,6 +262,7 @@
     "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.",
     "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
     "Thank you for your patience." : "Дякуємо за ваше терпіння.",
+    "Wrong password. Reset it?" : "Невірний пароль. Скинути його?",
     "Stay logged in" : "Залишатись в системі",
     "Alternative Logins" : "Альтернативні імена користувача",
     "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js
index 2c14150ac73df2f893ae4030bc5c94a63476970d..da1d8214c45fdf8429ad4bf16407a2d2c3a57867 100644
--- a/settings/l10n/ca.js
+++ b/settings/l10n/ca.js
@@ -249,7 +249,7 @@ OC.L10N.register(
     "Enforce expiration date" : "Força la data de venciment",
     "Allow resharing" : "Permet compartir de nou",
     "Allow sharing with groups" : "Permetre compartir amb grups",
-    "Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup",
+    "Restrict users to only share with users in their groups" : "Força als usuaris a compartir només amb usuaris del seu grup",
     "Exclude groups from sharing" : "Exclou grups de compartició",
     "These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.",
     "Tips & tricks" : "Consells i trucs",
diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json
index 2a56b11258203f2d25e2aab80ec577f4d21f6851..dd51db3d6b8eef9ce59e04701da065420b02e210 100644
--- a/settings/l10n/ca.json
+++ b/settings/l10n/ca.json
@@ -247,7 +247,7 @@
     "Enforce expiration date" : "Força la data de venciment",
     "Allow resharing" : "Permet compartir de nou",
     "Allow sharing with groups" : "Permetre compartir amb grups",
-    "Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup",
+    "Restrict users to only share with users in their groups" : "Força als usuaris a compartir només amb usuaris del seu grup",
     "Exclude groups from sharing" : "Exclou grups de compartició",
     "These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.",
     "Tips & tricks" : "Consells i trucs",
diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js
index 6ebb6e5bea6035ca2ff9b98adc0bb65080760c0d..3772a837c1da61fb8ec4323506129582fa329be7 100644
--- a/settings/l10n/ru.js
+++ b/settings/l10n/ru.js
@@ -158,6 +158,7 @@ OC.L10N.register(
     "Good password" : "Хороший пароль",
     "Strong password" : "Надёжный пароль",
     "Groups" : "Группы",
+    "Group list is empty" : "Список групп пуст",
     "Unable to retrieve the group list" : "Не удается получить список групп",
     "Unable to delete {objName}" : "Невозможно удалить {objName}",
     "Error creating group: {message}" : "Ошибка создания группы: {message}",
diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json
index 81de625a37be360a2504fbcac778b3ce86ffecb3..339f000fd3e9e49dbbe4d6bda2b014c18ddcca57 100644
--- a/settings/l10n/ru.json
+++ b/settings/l10n/ru.json
@@ -156,6 +156,7 @@
     "Good password" : "Хороший пароль",
     "Strong password" : "Надёжный пароль",
     "Groups" : "Группы",
+    "Group list is empty" : "Список групп пуст",
     "Unable to retrieve the group list" : "Не удается получить список групп",
     "Unable to delete {objName}" : "Невозможно удалить {objName}",
     "Error creating group: {message}" : "Ошибка создания группы: {message}",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 590f2ed4a1292de1220d5d13b006b1ff177c7bcd..8661adbd52bd71bbcc38f83be0fdbf18f752d1c9 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -158,6 +158,7 @@ OC.L10N.register(
     "Good password" : "Добра лозинка",
     "Strong password" : "Јака лозинка",
     "Groups" : "Групе",
+    "Group list is empty" : "Списак група је празан",
     "Unable to retrieve the group list" : "Није могуће дохватити списак група",
     "Unable to delete {objName}" : "Не могу да обришем {objName}",
     "Error creating group: {message}" : "Грешка при прављењу групе: {message}",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index fd7a6bbc1d8f1a250e8a9b110606c431f9f236b6..04064dfdf1b74066f5b17d5852be5a0c8c6a1183 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -156,6 +156,7 @@
     "Good password" : "Добра лозинка",
     "Strong password" : "Јака лозинка",
     "Groups" : "Групе",
+    "Group list is empty" : "Списак група је празан",
     "Unable to retrieve the group list" : "Није могуће дохватити списак група",
     "Unable to delete {objName}" : "Не могу да обришем {objName}",
     "Error creating group: {message}" : "Грешка при прављењу групе: {message}",