summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/bg
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-01 19:49:49 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-01 19:49:49 +0000
commitcde983eb05da7485a11896aa5129844be07797d2 (patch)
tree23cfae174d2d3fc8aca441a602c9284c69bea618 /roundcubemail/program/localization/bg
parent9462d53f43f632bed799c4f6b744e71448e287d9 (diff)
Added Serbian translation, updated Spanish and Bulgarian files
git-svn-id: https://svn.roundcube.net/trunk@391 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/bg')
-rw-r--r--roundcubemail/program/localization/bg/labels.inc9
-rw-r--r--roundcubemail/program/localization/bg/messages.inc14
2 files changed, 23 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/bg/labels.inc b/roundcubemail/program/localization/bg/labels.inc
index bde9a20e7..136ca02d3 100644
--- a/roundcubemail/program/localization/bg/labels.inc
+++ b/roundcubemail/program/localization/bg/labels.inc
@@ -138,6 +138,9 @@ $labels['highest'] = 'Най-висока';
$labels['nosubject'] = '(няма заглавие)';
$labels['showimages'] = 'виж изображенията';
+$labels['htmltoggle'] = 'HTML';
+$labels['plaintoggle'] = 'тесктов';
+
// address boook
$labels['name'] = 'Прякор';
@@ -196,6 +199,12 @@ $labels['timezone'] = 'Часова зона';
$labels['pagesize'] = 'Редове на страница';
$labels['signature'] = 'Подпис';
$labels['dstactive'] = 'Daylight savings';
+$labels['htmleditor'] = 'Писане на HTML съобщения';
+$labels['htmlsignature'] = 'HTML подпис';
+
+$labels['autosavedraft'] = 'Автоматично записвай чернова';
+$labels['everynminutes'] = 'всеки $n минути';
+$labels['never'] = 'никога';
$labels['folder'] = 'Папка';
$labels['folders'] = 'Папки';
diff --git a/roundcubemail/program/localization/bg/messages.inc b/roundcubemail/program/localization/bg/messages.inc
index 1293ac235..a8e1a0889 100644
--- a/roundcubemail/program/localization/bg/messages.inc
+++ b/roundcubemail/program/localization/bg/messages.inc
@@ -88,4 +88,18 @@ $messages['nocontactsreturned'] = 'Не бяха намерени контакт
$messages['nosearchname'] = 'Моля въведете Име на контакта или email адрес';
+$messages['searchsuccessful'] = '$nr намерени съобщения';
+
+$messages['searchnomatch'] = 'Търсенето не откри съвпадения';
+
+$messages['searching'] = 'Търсене...';
+
+$messages['checking'] = 'Проверка...';
+
+$messages['nospellerrors'] = 'Не са открити правописни грешки';
+
+$messages['folderdeleted'] = 'Папката е изтрита';
+
+$messages['converting'] = 'Премахва форматирането на писмото...';
+
?>