diff options
Diffstat (limited to 'program/localization/be_BE')
-rw-r--r-- | program/localization/be_BE/labels.inc | 44 | ||||
-rw-r--r-- | program/localization/be_BE/messages.inc | 27 |
2 files changed, 71 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'] = 'Тэчкі'; + diff --git a/program/localization/be_BE/messages.inc b/program/localization/be_BE/messages.inc new file mode 100644 index 000000000..2c743af1f --- /dev/null +++ b/program/localization/be_BE/messages.inc @@ -0,0 +1,27 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/be_BE/messages.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$ +*/ + +$messages = array(); +$messages['loginfailed'] = 'Збой уваходу.'; +$messages['cookiesdisabled'] = 'Ваш азіральнік не падтрымлівае кукіс.'; +$messages['sessionerror'] = 'Ваша сесія не дзейсная ці састарэла.'; +$messages['servererror'] = 'Памылка сервера!'; +$messages['servererrormsg'] = 'Памылка сервера: $msg'; +$messages['dberror'] = 'Памылка базы даных!'; +$messages['errorreadonly'] = 'Немагчыма выканаць аперацыю. Тэчка даступна толькі для чытання.'; +$messages['errornoperm'] = 'Немагчыма выканаць аперацыю. Адмоўлена ў доступе.'; +$messages['invalidrequest'] = 'Не дзейсны запыт! Даныя не захаваныя.'; + |