From 4a75ab8355ed787110579caca0240a4e44ec2f6e Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 19 May 2011 14:59:41 -0400
Subject: [PATCH] start enableing email quotas.

---
 interface/lib/lang/bg.lng |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/interface/lib/lang/bg.lng b/interface/lib/lang/bg.lng
index 2fdb048..5c9a606 100644
--- a/interface/lib/lang/bg.lng
+++ b/interface/lib/lang/bg.lng
@@ -4,6 +4,9 @@
 $wb['conf_format_timeshort'] = 'H:i';
 $wb['conf_format_timelong'] = 'H:i:s';
 $wb['conf_format_datetime'] = 'Y-m-d H:i';
+$wb['number_format_decimals'] = '2';
+$wb['number_format_dec_point'] = '.';
+$wb['number_format_thousands_sep'] = '';
 $wb['301'] = 'Този модул не е разрешен за текущия потреител.';
 $wb['302'] = 'Невалиден модул.';
 $wb['1001'] = 'Потребителското име и паролата не могат да бъдат празни!';
@@ -21,4 +24,18 @@
 $wb['add_new_record_txt'] = 'Add new record';
 $wb['btn_save_txt'] = 'Save';
 $wb['btn_cancel_txt'] = 'Cancel';
+$wb['toolsarea_head_txt'] = 'Tools';
+$wb['page_and_txt'] = 'and';
+$wb['top_menu_system'] = 'System';
+$wb['top_menu_client'] = 'Client';
+$wb['top_menu_email'] = 'Email';
+$wb['top_menu_monitor'] = 'Monitor';
+$wb['top_menu_sites'] = 'Sites';
+$wb['top_menu_dns'] = 'DNS';
+$wb['top_menu_tools'] = 'Tools';
+$wb['top_menu_help'] = 'Help';
+$wb['top_menu_billing'] = 'Billing';
+$wb['top_menu_domain'] = 'Domains';
+$wb['top_menu_dashboard'] = 'Home';
+$wb['latest_news_txt'] = 'Latest news';
 ?>

--
Gitblit v1.9.1