From 3e0034c1dc3eb944d4e275b62c314cf01dbeda96 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 29 Jun 2010 08:40:00 -0400 Subject: [PATCH] Implemented: FS#1109 - Rotate website error logs and ispconfig log --- interface/lib/lang/bg.lng | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/bg.lng b/interface/lib/lang/bg.lng index 2fdb048..fb48463 100644 --- a/interface/lib/lang/bg.lng +++ b/interface/lib/lang/bg.lng @@ -21,4 +21,17 @@ $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'; ?> -- Gitblit v1.9.1