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 2e77d649881..c91caf2faf1 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -176,6 +176,7 @@ OC.L10N.register( "Username must not consist of dots only" : "Имя пользователя должно состоять не только из точек", "A valid password must be provided" : "Укажите допустимый пароль", "The username is already being used" : "Имя пользователя уже используется", + "Could not create user" : "Не удалось создать пользователя", "User disabled" : "Пользователь отключен", "Login canceled by app" : "Вход отменен приложением", "No app name specified" : "Не указано имя приложения", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index b612f5b98dd..b2f0d89d6ff 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -174,6 +174,7 @@ "Username must not consist of dots only" : "Имя пользователя должно состоять не только из точек", "A valid password must be provided" : "Укажите допустимый пароль", "The username is already being used" : "Имя пользователя уже используется", + "Could not create user" : "Не удалось создать пользователя", "User disabled" : "Пользователь отключен", "Login canceled by app" : "Вход отменен приложением", "No app name specified" : "Не указано имя приложения", |