diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ru.js | 1 | ||||
-rw-r--r-- | lib/l10n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 6a5b95e79dd..2eac1719aa1 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -89,6 +89,7 @@ OC.L10N.register( "%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 не может быть установлено", "Oracle username and/or password not valid" : "Неверное имя пользователя и/или пароль Oracle", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index d4515542a59..d7869020c4b 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -87,6 +87,7 @@ "%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 не может быть установлено", "Oracle username and/or password not valid" : "Неверное имя пользователя и/или пароль Oracle", |