diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 18:54:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 18:54:14 +0200 |
commit | 607e11d5519f787f20bdbd38a792d09dcc831023 (patch) | |
tree | 1917fea076223570b6ae392c5fe76bdf9a3c25b9 /program/localization/be_BE/messages.inc | |
parent | ae4bad986b505ccbb6c95e2415035ea5aef81b48 (diff) |
Added new languages Belarusian, Interlingua and Malayalam from launchpad import
Diffstat (limited to 'program/localization/be_BE/messages.inc')
-rw-r--r-- | program/localization/be_BE/messages.inc | 27 |
1 files changed, 27 insertions, 0 deletions
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'] = 'Не дзейсны запыт! Даныя не захаваныя.'; + |