diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-21 00:07:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-21 00:07:37 +0000 |
commit | fb7663cefebe56cd4f5a31d6ac52175898c347df (patch) | |
tree | e93bfd59497174f40e31e23dccdb4e96c1fa83c9 /lib/l10n/ru.js | |
parent | f5b900b65458f0d65e5aa92ff4ef6cbf0bb333a8 (diff) | |
download | nextcloud-server-fb7663cefebe56cd4f5a31d6ac52175898c347df.tar.gz nextcloud-server-fb7663cefebe56cd4f5a31d6ac52175898c347df.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 1cf5f406d97..27864e2ec10 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -158,6 +158,7 @@ OC.L10N.register( "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "В составе имени пользователя допускаются следующие символы: \"a-z\", \"A-Z\", \"0-9\" и \"_.@-'\"", "A valid username must be provided" : "Укажите допустимое имя пользователя", "Username contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробел в начале или в конце", + "Username must not consist of dots only" : "Имя пользователя должно состоять не только из точек", "A valid password must be provided" : "Укажите допустимый пароль", "The username is already being used" : "Имя пользователя уже используется", "User disabled" : "Пользователь отключен", |