diff options
Diffstat (limited to 'program/localization/be_BE')
-rw-r--r-- | program/localization/be_BE/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/be_BE/messages.inc | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/program/localization/be_BE/labels.inc b/program/localization/be_BE/labels.inc index 9180b92d7..c08b9c866 100644 --- a/program/localization/be_BE/labels.inc +++ b/program/localization/be_BE/labels.inc @@ -52,6 +52,7 @@ $labels['fromtoshort'] = '$from—$to з $count'; $labels['copy'] = 'Капіяваць'; $labels['move'] = 'Перамясціць'; $labels['moveto'] = 'Перамясціць у...'; +$labels['copyto'] = 'Скапіяваць у...'; $labels['download'] = 'Сцягнуць'; $labels['open'] = 'Адкрыць'; $labels['showattachment'] = 'Паказаць'; diff --git a/program/localization/be_BE/messages.inc b/program/localization/be_BE/messages.inc index 6afc34b23..5d17249d6 100644 --- a/program/localization/be_BE/messages.inc +++ b/program/localization/be_BE/messages.inc @@ -5,7 +5,7 @@ | localization/<lang>/messages.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -32,7 +32,8 @@ $messages['invalidrequest'] = 'Невалідны запрос! Дадзеныя $messages['invalidhost'] = 'Няслушнае імя сервера.'; $messages['nomessagesfound'] = 'Паведамленняў у гэтай скрынцы не знойдзена'; $messages['loggedout'] = 'Сесія скасавана. Да пабачэння!'; -$messages['mailboxempty'] = 'У скрынцы пуста.'; +$messages['mailboxempty'] = 'У паштовай скрынцы пуста'; +$messages['nomessages'] = 'Няма паведамленняў'; $messages['refreshing'] = 'Абнаўляецца...'; $messages['loading'] = 'Загружаецца...'; $messages['uploading'] = 'Файл зацягваецца...'; |