Skip to content

Commit 62469fc

Browse files
author
karailiev
committed
* Bulgarian language pack
1 parent d8ff595 commit 62469fc

File tree

106 files changed

+1466
-1494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+1466
-1494
lines changed
Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
<?php
2-
3-
$wb[1001] = "Username or password is empty.";
4-
$wb[1002] = "Username or password is wrong.";
2+
$wb['1001'] = 'Не е въведено потребителско име или парола.';
3+
$wb['1002'] = 'Грешно потребителско име или парола.';
54
$wb['Firewall'] = 'Firewall';
6-
$wb['Groups'] = 'Groups';
7-
$wb['groups_description'] = 'Form to edit systemuser groups.';
8-
$wb['Server'] = 'Server';
9-
$wb['Services'] = 'Services';
10-
$wb['Config'] = 'Config';
11-
$wb['Server Config'] = 'Server Config';
12-
$wb['Mail'] = 'Mail';
5+
$wb['Groups'] = 'Групи';
6+
$wb['groups_description'] = 'Редактиране на групи';
7+
$wb['Server'] = 'Сървър';
8+
$wb['Services'] = 'Услуги';
9+
$wb['Config'] = 'Настрйки';
10+
$wb['Server Config'] = 'Настрйки на сървъра';
11+
$wb['Mail'] = 'Поща';
1312
$wb['Getmail'] = 'Getmail';
14-
$wb['Web'] = 'Web';
13+
$wb['Web'] = 'Уеб';
1514
$wb['FastCGI'] = 'FastCGI';
1615
$wb['Jailkit'] = 'Jailkit';
17-
$wb['System'] = 'System';
18-
$wb['Add user'] = 'Add user';
19-
$wb['Edit user'] = 'Edit user';
20-
$wb['CP Users'] = 'CP Users';
21-
$wb['Add group'] = 'Add group';
22-
$wb['Edit group'] = 'Edit group';
23-
$wb['Groups'] = 'Groups';
24-
$wb['Edit server'] = 'Edit server';
16+
$wb['System'] = 'Система';
17+
$wb['Add user'] = 'Нов потребител';
18+
$wb['Edit user'] = 'Редактиране на потребител';
19+
$wb['CP Users'] = 'Потребители';
20+
$wb['Add group'] = 'Нова група';
21+
$wb['Edit group'] = 'Редактиране на група';
22+
$wb['Edit server'] = 'Редактиране на сървър';
2523
$wb['Edit Server IP'] = 'Edit Server IP';
26-
$wb['Servers'] = 'Servers';
24+
$wb['Servers'] = 'Сървъри';
2725
$wb['Sync. Now'] = 'Sync. Now';
2826
$wb['DB Sync.'] = 'DB Sync.';
29-
$wb['Languages'] = 'Languages';
30-
$wb['New Language'] = 'New Language';
31-
$wb['Export'] = 'Export';
32-
$wb['Import'] = 'Import';
33-
$wb['Language Editor'] = 'Language Editor';
34-
$wb['Software'] = 'Software';
27+
$wb['Languages'] = 'Езици';
28+
$wb['New Language'] = 'Нов език';
29+
$wb['Export'] = 'Експортиране';
30+
$wb['Import'] = 'Импортиране';
31+
$wb['Language Editor'] = 'Редактор за езиците';
32+
$wb['Software'] = 'Софтуер';
3533
$wb['Repositories'] = 'Repositories';
36-
37-
?>
34+
?>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
2-
$wb["jobname_txt"] = 'Name';
3-
$wb["jobname_err"] = 'The field "Name" is empty.';
4-
$wb["sync_interval_minutes_txt"] = 'Intervall (Min.)';
5-
$wb["db_type_txt"] = 'DB Type';
6-
$wb["db_host_txt"] = 'DB Host';
7-
$wb["db_name_txt"] = 'DB Name';
8-
$wb["db_username_txt"] = 'DB User';
9-
$wb["db_password_txt"] = 'DB Password';
10-
$wb["db_tables_txt"] = 'Tables';
11-
$wb["empty_datalog_txt"] = 'Delete datalog after sync.';
12-
$wb["sync_datalog_external_txt"] = 'Fill external datalog.';
13-
$wb["active_txt"] = 'active';
14-
$wb["btn_save_txt"] = 'Save';
15-
$wb["btn_cancel_txt"] = 'Cancel';
16-
?>
2+
$wb['jobname_txt'] = 'Name';
3+
$wb['jobname_err'] = 'The field Name is empty.';
4+
$wb['sync_interval_minutes_txt'] = 'Intervall (Min.)';
5+
$wb['db_type_txt'] = 'DB Type';
6+
$wb['db_host_txt'] = 'DB Host';
7+
$wb['db_name_txt'] = 'DB Name';
8+
$wb['db_username_txt'] = 'DB User';
9+
$wb['db_password_txt'] = 'DB Password';
10+
$wb['db_tables_txt'] = 'Tables';
11+
$wb['empty_datalog_txt'] = 'Delete datalog after sync.';
12+
$wb['sync_datalog_external_txt'] = 'Fill external datalog.';
13+
$wb['active_txt'] = 'active';
14+
$wb['btn_save_txt'] = 'Save';
15+
$wb['btn_cancel_txt'] = 'Cancel';
16+
?>
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
$wb["list_head_txt"] = 'Database Synchronisation';
3-
$wb["jobname_txt"] = 'Jobname';
4-
$wb["db_host_txt"] = 'DB Host';
5-
$wb["db_name_txt"] = 'DB Name';
6-
7-
$wb["page_txt"] = 'Page';
8-
$wb["page_of_txt"] = 'of';
9-
$wb["page_next_txt"] = 'Next';
10-
$wb["page_back_txt"] = 'Back';
11-
$wb["delete_txt"] = 'Delete';
12-
$wb["filter_txt"] = 'Filter';
13-
$wb["add_new_record_txt"] = 'Add new DBSync record';
14-
?>
2+
$wb['list_head_txt'] = 'Database Synchronisation';
3+
$wb['jobname_txt'] = 'Jobname';
4+
$wb['db_host_txt'] = 'DB Host';
5+
$wb['db_name_txt'] = 'DB Name';
6+
$wb['page_txt'] = 'Page';
7+
$wb['page_of_txt'] = 'of';
8+
$wb['page_next_txt'] = 'Next';
9+
$wb['page_back_txt'] = 'Back';
10+
$wb['delete_txt'] = 'Delete';
11+
$wb['filter_txt'] = 'Filter';
12+
$wb['add_new_record_txt'] = 'Add new DBSync record';
13+
?>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
2-
$wb["jobname_txt"] = 'Jobname';
3-
$wb["jobname_err"] = 'Jobname is empty.';
4-
$wb["sync_interval_minutes_txt"] = 'Intervall (Min.)';
5-
$wb["ftp_host_txt"] = 'FTP Host';
6-
$wb["ftp_path_txt"] = 'FTP Path';
7-
$wb["ftp_username_txt"] = 'FTP User';
8-
$wb["ftp_password_txt"] = 'FTP Password';
9-
$wb["local_path_txt"] = 'Local Path';
10-
$wb["wput_options_txt"] = 'Wput Options';
11-
$wb["active_txt"] = 'Aktive';
12-
?>
2+
$wb['jobname_txt'] = 'Jobname';
3+
$wb['jobname_err'] = 'Jobname is empty.';
4+
$wb['sync_interval_minutes_txt'] = 'Intervall (Min.)';
5+
$wb['ftp_host_txt'] = 'FTP Host';
6+
$wb['ftp_path_txt'] = 'FTP Path';
7+
$wb['ftp_username_txt'] = 'FTP User';
8+
$wb['ftp_password_txt'] = 'FTP Password';
9+
$wb['local_path_txt'] = 'Local Path';
10+
$wb['wput_options_txt'] = 'Wput Options';
11+
$wb['active_txt'] = 'Aktive';
12+
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
$wb["list_head_txt"] = 'File Synchronisation';
3-
$wb["jobname_txt"] = 'Jobname';
4-
$wb["ftp_host_txt"] = 'FTP Server';
5-
$wb["local_path_txt"] = 'Local Path';
6-
?>
2+
$wb['list_head_txt'] = 'File Synchronisation';
3+
$wb['jobname_txt'] = 'Jobname';
4+
$wb['ftp_host_txt'] = 'FTP Server';
5+
$wb['local_path_txt'] = 'Local Path';
6+
?>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2-
$wb["server_id_txt"] = 'Server';
3-
$wb["tcp_port_txt"] = 'Open TCP ports';
4-
$wb["udp_port_txt"] = 'Open UDP ports';
5-
$wb["tcp_port_help_txt"] = 'Separated by comma';
6-
$wb["udp_port_help_txt"] = 'Separated by comma';
7-
$wb["active_txt"] = 'Active';
8-
$wb["btn_save_txt"] = 'Save';
9-
$wb["btn_cancel_txt"] = 'Cancel';
10-
$wb["firewall_error_unique"] = 'There is already a firewall record for this server.';
11-
?>
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['tcp_port_txt'] = 'Open TCP ports';
4+
$wb['udp_port_txt'] = 'Open UDP ports';
5+
$wb['tcp_port_help_txt'] = 'Separated by comma';
6+
$wb['udp_port_help_txt'] = 'Separated by comma';
7+
$wb['active_txt'] = 'Active';
8+
$wb['btn_save_txt'] = 'Save';
9+
$wb['btn_cancel_txt'] = 'Cancel';
10+
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
11+
?>
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
2-
$wb["list_head_txt"] = 'Firewall';
3-
$wb["active_txt"] = 'Active';
4-
$wb["server_id_txt"] = 'Server';
5-
$wb["tcp_port_txt"] = 'Open TCP ports';
6-
$wb["udp_port_txt"] = 'Open UDP ports';
7-
$wb["page_txt"] = 'Page';
8-
$wb["page_of_txt"] = 'of';
9-
$wb["page_next_txt"] = 'Next';
10-
$wb["page_back_txt"] = 'Back';
11-
$wb["delete_txt"] = 'Delete';
12-
$wb["filter_txt"] = 'Filter';
13-
$wb["add_new_record_txt"] = 'Add Firewall record';
14-
?>
2+
$wb['list_head_txt'] = 'Firewall';
3+
$wb['active_txt'] = 'Active';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['tcp_port_txt'] = 'Open TCP ports';
6+
$wb['udp_port_txt'] = 'Open UDP ports';
7+
$wb['page_txt'] = 'Page';
8+
$wb['page_of_txt'] = 'of';
9+
$wb['page_next_txt'] = 'Next';
10+
$wb['page_back_txt'] = 'Back';
11+
$wb['delete_txt'] = 'Delete';
12+
$wb['filter_txt'] = 'Filter';
13+
$wb['add_new_record_txt'] = 'Add Firewall record';
14+
?>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
$wb["description_txt"] = 'Description';
3-
$wb["name_txt"] = 'Group';
4-
$wb["name_err"] = 'Group must be min 1, max 30 Chars.';
5-
$wb["btn_save_txt"] = 'Save';
6-
$wb["btn_cancel_txt"] = 'Cancel'
7-
?>
2+
$wb['description_txt'] = 'Описание';
3+
$wb['name_txt'] = 'Група';
4+
$wb['name_err'] = 'Името на групата трябва да е между 1 и 30 символа.';
5+
$wb['btn_save_txt'] = 'Запис';
6+
$wb['btn_cancel_txt'] = 'Отказ';
7+
?>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
2-
$wb["list_head_txt"] = 'Systemuser groups';
3-
$wb["description_txt"] = 'Description';
4-
$wb["name_txt"] = 'Group';
5-
$wb["add_new_record_txt"] = 'Add new Group';
6-
$wb["page_txt"] = 'Page';
7-
$wb["page_of_txt"] = 'of';
8-
$wb["page_next_txt"] = 'Next';
9-
$wb["page_back_txt"] = 'Back';
10-
$wb["delete_txt"] = 'Delete';
11-
$wb["filter_txt"] = 'Filter';
12-
?>
2+
$wb['list_head_txt'] = 'Групи';
3+
$wb['description_txt'] = 'Описание';
4+
$wb['name_txt'] = 'Група';
5+
$wb['add_new_record_txt'] = 'Нова група';
6+
$wb['page_txt'] = 'Страница';
7+
$wb['page_of_txt'] = 'от';
8+
$wb['page_next_txt'] = 'Следваща';
9+
$wb['page_back_txt'] = 'Предишна';
10+
$wb['delete_txt'] = 'Изтриване';
11+
$wb['filter_txt'] = 'Филтър';
12+
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
$wb["list_head_txt"] = 'Merge the selected language file with the english master language file. <br />This adds missing strings from the english master language files to the selected language.';
3-
$wb["language_select_txt"] = 'Select language';
4-
$wb['btn_save_txt'] = 'Merge files now';
5-
$wb['btn_cancel_txt'] = 'Back';
6-
?>
2+
$wb['list_head_txt'] = 'Сливане на файловете на избрания език с тези на английски.<br />Към избрания език ще бъдат добавени файлове и отделни записи, които липсват в него, но съществуват в английския.';
3+
$wb['language_select_txt'] = 'Изберете език';
4+
$wb['btn_save_txt'] = 'Сливане';
5+
$wb['btn_cancel_txt'] = 'Отказ';
6+
?>

0 commit comments

Comments
 (0)