diff options
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 12fedb95483..1c779269f37 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -112,10 +112,6 @@ OC.L10N.register( "Role" : "Роль", "Unknown user" : "Неизвестный пользователь", "Additional settings" : "Дополнительные настройки", - "%s enter the database username and name." : "%s укажите имя пользователя и название для базы данных.", - "%s enter the database username." : "%s введите имя пользователя базы данных.", - "%s enter the database name." : "%s введите имя базы данных.", - "%s you may not use dots in the database name" : "%s Вы не можете использовать точки в имени базы данных", "MySQL username and/or password not valid" : "Неверное имя пользователя и/или пароль для подключения к MySQL", "You need to enter details of an existing account." : "Необходимо уточнить данные существующего акаунта.", "Oracle connection could not be established" : "Соединение с Oracle не может быть установлено", @@ -257,6 +253,10 @@ OC.L10N.register( "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации.", + "%s enter the database username and name." : "%s укажите имя пользователя и название для базы данных.", + "%s enter the database username." : "%s введите имя пользователя базы данных.", + "%s enter the database name." : "%s введите имя базы данных.", + "%s you may not use dots in the database name" : "%s Вы не можете использовать точки в имени базы данных", "Cannot read file" : "Не удается прочитать файл", "Cannot write into \"config\" directory" : "Запись в каталог «config» невозможна", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации. Изучите %s.", |