diff options
| author | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-22 04:10:09 +0000 |
|---|---|---|
| committer | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-22 04:10:09 +0000 |
| commit | 098f5e4a6e708a5e2feba28fcd2d2f9289eb8625 (patch) | |
| tree | 725e9bee040fe14e0cbf24acb016a7533a2160de /roundcubemail/program/localization/ru | |
| parent | eb7514b0eed0da22c6a63736503c229befd46cf3 (diff) | |
update ru, eo localizations
git-svn-id: https://svn.roundcube.net/trunk@899 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ru')
| -rw-r--r-- | roundcubemail/program/localization/ru/labels.inc | 5 | ||||
| -rw-r--r-- | roundcubemail/program/localization/ru/messages.inc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/ru/labels.inc b/roundcubemail/program/localization/ru/labels.inc index 8f2d4a120..b359e2fdd 100644 --- a/roundcubemail/program/localization/ru/labels.inc +++ b/roundcubemail/program/localization/ru/labels.inc @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ - | language/ru_RU/labels.inc | + | language/ru/labels.inc | | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | @@ -150,6 +150,9 @@ $labels['editpreferences'] = 'Редактировать настройки по $labels['identities'] = 'Профили'; $labels['manageidentities'] = 'Управление профилями'; $labels['newidentity'] = 'Новый профиль'; +$labels['addcc'] = 'Копия'; +$labels['addbcc'] = 'Скрытая копия'; +$labels['addreplyto'] = 'Обратный адрес'; $labels['newitem'] = 'Новый'; $labels['edititem'] = 'Правка'; $labels['setdefault'] = 'Использовать по умолчанию'; diff --git a/roundcubemail/program/localization/ru/messages.inc b/roundcubemail/program/localization/ru/messages.inc index 93b3ee4d1..35892e8a0 100644 --- a/roundcubemail/program/localization/ru/messages.inc +++ b/roundcubemail/program/localization/ru/messages.inc @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ - | language/ru_RU/messages.inc | + | language/ru/messages.inc | | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | @@ -20,6 +20,7 @@ $messages = array(); $messages['loginfailed'] = 'Неудачная попытка входа'; +$messages['movingmessage'] = 'Перемещение сообщения…'; $messages['cookiesdisabled'] = 'Ваш броузер не принимает cookie'; $messages['sessionerror'] = 'Ваша сессия устарела'; $messages['imaperror'] = 'Неудачное соединение с IMAP сервером'; |
