diff options
Diffstat (limited to 'program/localization/be_BE/labels.inc')
-rw-r--r-- | program/localization/be_BE/labels.inc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/program/localization/be_BE/labels.inc b/program/localization/be_BE/labels.inc new file mode 100644 index 000000000..76a79bf78 --- /dev/null +++ b/program/localization/be_BE/labels.inc @@ -0,0 +1,44 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/be_BE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Alex Nehaichik <nab@mail.by> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['welcome'] = 'Вітаем у $product'; +$labels['username'] = 'Карыстальнік'; +$labels['password'] = 'Пароль'; +$labels['server'] = 'Сервер'; +$labels['login'] = 'Уваход'; +$labels['logout'] = 'Выхад'; +$labels['mail'] = 'Пошта'; +$labels['settings'] = 'Настаўленні'; +$labels['addressbook'] = 'Адрасная кніга'; +$labels['inbox'] = 'Атрыманыя'; +$labels['drafts'] = 'Чарнавікі'; +$labels['sent'] = 'Дасланыя'; +$labels['trash'] = 'Сметніца'; +$labels['junk'] = 'Спам'; +$labels['subject'] = 'Тэма'; +$labels['from'] = 'Ад каго'; +$labels['to'] = 'Каму'; +$labels['cc'] = 'Копія (СС)'; +$labels['bcc'] = 'Сх.копія (ВСС)'; +$labels['replyto'] = 'Адказаць на'; +$labels['date'] = 'Дата'; +$labels['size'] = 'Памер'; +$labels['priority'] = 'Прыярытэт'; +$labels['readstatus'] = 'Не прачытанае'; +$labels['mailboxlist'] = 'Тэчкі'; +$labels['folders'] = 'Тэчкі'; + |