diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js
index 2b41ebd1a8..0abdc64532 100644
--- a/apps/user_ldap/l10n/sk.js
+++ b/apps/user_ldap/l10n/sk.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
+ "Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
"No action specified" : "Nie je vybraná akcia",
"No configuration specified" : "Nie je určená konfigurácia",
"No data specified" : "Nie sú vybraté dáta",
@@ -73,6 +74,7 @@ OC.L10N.register(
"Verify settings" : "Overiť nastavenia",
"1. Server" : "1. Server",
"%s. Server:" : "%s. Server:",
+ "Add a new configuration" : "Pridať novú konfiguráciu",
"Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia",
"Delete the current configuration" : "Vymazať súčasnú konfiguráciu",
"Host" : "Hostiteľ",
@@ -96,6 +98,7 @@ OC.L10N.register(
"Continue" : "Pokračovať",
"New password" : "Nové heslo",
"Wrong password." : "Nesprávne heslo.",
+ "Cancel" : "Zrušiť",
"Server" : "Server",
"Users" : "Používatelia",
"Login Attributes" : "Prihlasovacie atribúty",
diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json
index ea8a50dc92..3ecf301e2e 100644
--- a/apps/user_ldap/l10n/sk.json
+++ b/apps/user_ldap/l10n/sk.json
@@ -1,6 +1,7 @@
{ "translations": {
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
+ "Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
"No action specified" : "Nie je vybraná akcia",
"No configuration specified" : "Nie je určená konfigurácia",
"No data specified" : "Nie sú vybraté dáta",
@@ -71,6 +72,7 @@
"Verify settings" : "Overiť nastavenia",
"1. Server" : "1. Server",
"%s. Server:" : "%s. Server:",
+ "Add a new configuration" : "Pridať novú konfiguráciu",
"Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia",
"Delete the current configuration" : "Vymazať súčasnú konfiguráciu",
"Host" : "Hostiteľ",
@@ -94,6 +96,7 @@
"Continue" : "Pokračovať",
"New password" : "Nové heslo",
"Wrong password." : "Nesprávne heslo.",
+ "Cancel" : "Zrušiť",
"Server" : "Server",
"Users" : "Používatelia",
"Login Attributes" : "Prihlasovacie atribúty",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index 3cdb7a5b65..5eb555fbd9 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -110,8 +110,13 @@ OC.L10N.register(
"So-so password" : "Так себе пароль",
"Good password" : "Хороший пароль",
"Strong password" : "Надёжный пароль",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш веб-сервер ещё не настроен должным образом для синхронизации файлов — интерфейс WebDAV, кажется, испорчен.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Ваш веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей документации.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Этот сервер не подключён к Интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуем разрешить серверу доступ в Интернет, ",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в документации.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации на wiki странице memcached об обоих модулях.",
"Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.",
"Shared" : "Общий доступ",
"Shared with" : "Общий доступ",
"Shared by" : "Доступ предоставлен",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index fd7130968d..87817ec066 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -108,8 +108,13 @@
"So-so password" : "Так себе пароль",
"Good password" : "Хороший пароль",
"Strong password" : "Надёжный пароль",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш веб-сервер ещё не настроен должным образом для синхронизации файлов — интерфейс WebDAV, кажется, испорчен.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "Ваш веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей документации.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Этот сервер не подключён к Интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуем разрешить серверу доступ в Интернет, ",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в документации.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации на wiki странице memcached об обоих модулях.",
"Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.",
"Shared" : "Общий доступ",
"Shared with" : "Общий доступ",
"Shared by" : "Доступ предоставлен",