From 47494824c15d732308b93688b1700f35a0f827e3 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sat, 16 Feb 2008 15:38:53 -0500
Subject: [PATCH] update bg, closes #1484778 thanks!

---
 program/localization/bg/messages.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/program/localization/bg/messages.inc b/program/localization/bg/messages.inc
index 5fbf21e..8a494e0 100644
--- a/program/localization/bg/messages.inc
+++ b/program/localization/bg/messages.inc
@@ -1,4 +1,4 @@
-<?php
+<?php
 
 /*
 
@@ -6,7 +6,7 @@
  | language/bg/messages.inc                                              |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005-2007 RoundCube Dev. - Switzerland                  |
+ | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
@@ -74,5 +74,9 @@
 $messages['sourceisreadonly'] = 'Този източник на адреси е само за четене';
 $messages['errorsavingcontact'] = 'Грешка при записването на адреса';
 $messages['movingmessage'] = 'Преместване на писмото...';
+$messages['receiptsent'] = 'Обратната разписка е изпратена.';
+$messages['errorsendingreceipt'] = 'Грешка при изпращането на обратна разписка.';
+$messages['nodeletelastidentity'] = 'Не можете да изтриете тази самоличност, трябва да имате поне една.';
+$messages['addsubfolderhint'] = 'Тази папка ще бъде създадена като подпапка на текущо избраната';
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1