diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
commit | 4136174517d426dcec74304ce004b4c845f075f5 (patch) | |
tree | 0dacb02a42c09463fab55e77949492d7be7383d8 /program/localization/ru_RU | |
parent | 63573c931224d9496ab92027e94543dd9f7d9d36 (diff) |
Clean up translations once again, this time remove untranslated strings for all langs
Diffstat (limited to 'program/localization/ru_RU')
-rw-r--r-- | program/localization/ru_RU/labels.inc | 7 | ||||
-rw-r--r-- | program/localization/ru_RU/messages.inc | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/program/localization/ru_RU/labels.inc b/program/localization/ru_RU/labels.inc index 86937e5b4..109793666 100644 --- a/program/localization/ru_RU/labels.inc +++ b/program/localization/ru_RU/labels.inc @@ -15,8 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ - - $labels['welcome'] = 'Добро пожаловать в $product!'; $labels['username'] = 'Имя пользователя'; $labels['password'] = 'Пароль'; @@ -318,8 +316,11 @@ $labels['searchdelete'] = 'Удалить запрос'; $labels['import'] = 'Импортировать'; $labels['importcontacts'] = 'Импортировать контакты'; $labels['importfromfile'] = 'Импортировать из файла:'; -$labels['importtarget'] = 'Добавить новые контакты в адресную книгу:'; +$labels['importtarget'] = 'Добавить контакты в'; $labels['importreplace'] = 'Заменить всю адресную книгу'; +$labels['importgroups'] = 'Распределение по группам при импорте.'; +$labels['importgroupsall'] = 'Все (создать группы при необходимости)'; +$labels['importgroupsexisting'] = 'Только для существующих групп'; $labels['importdesc'] = 'Вы можете загрузить контакты из существующей адресной книги. <br/>В настоящее время мы поддерживаем импорт адресов в формате визитной карточки <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> или CSV (данные разделённые запятой).'; $labels['done'] = 'Завершено'; $labels['settingsfor'] = 'Настройки для'; diff --git a/program/localization/ru_RU/messages.inc b/program/localization/ru_RU/messages.inc index cdd7b5ac2..d8da5ee5c 100644 --- a/program/localization/ru_RU/messages.inc +++ b/program/localization/ru_RU/messages.inc @@ -15,7 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ - $messages['errortitle'] = 'Произошла ошибка!'; $messages['loginfailed'] = 'Неудачная попытка входа.'; $messages['cookiesdisabled'] = 'Ваш браузер не принимает cookie.'; |