Skip to content

Commit 70cc7d0

Browse files
author
fantu
committed
merge all language
1 parent 121b72e commit 70cc7d0

File tree

211 files changed

+328
-722
lines changed

Some content is hidden

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

211 files changed

+328
-722
lines changed

interface/web/admin/lib/lang/bg_dbsync.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ $wb['db_tables_txt'] = 'Tables';
1111
$wb['empty_datalog_txt'] = 'Delete datalog after sync.';
1212
$wb['sync_datalog_external_txt'] = 'Fill external datalog.';
1313
$wb['active_txt'] = 'active';
14-
$wb['btn_save_txt'] = 'Save';
15-
$wb['btn_cancel_txt'] = 'Cancel';
1614
?>

interface/web/admin/lib/lang/bg_firewall.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ $wb['udp_port_txt'] = 'Open UDP ports';
55
$wb['tcp_port_help_txt'] = 'Separated by comma';
66
$wb['udp_port_help_txt'] = 'Separated by comma';
77
$wb['active_txt'] = 'Active';
8-
$wb['btn_save_txt'] = 'Save';
9-
$wb['btn_cancel_txt'] = 'Cancel';
108
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
119
?>

interface/web/admin/lib/lang/bg_groups.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
$wb['description_txt'] = 'Описание';
33
$wb['name_txt'] = 'Група';
44
$wb['name_err'] = 'Името на групата трябва да е между 1 и 30 символа.';
5-
$wb['btn_save_txt'] = 'Запис';
6-
$wb['btn_cancel_txt'] = 'Отказ';
75
?>

interface/web/admin/lib/lang/bg_language_edit.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ $wb['list_head_txt'] = 'Редактор за езиците';
33
$wb['language_select_txt'] = 'Изберете език';
44
$wb['module_txt'] = 'Модул';
55
$wb['lang_file_txt'] = 'Файл';
6-
$wb['btn_save_txt'] = 'Запис';
7-
$wb['btn_cancel_txt'] = 'Отказ';
86
?>

interface/web/admin/lib/lang/bg_server.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
$wb['config_txt'] = 'config';
3-
$wb['btn_save_txt'] = 'Save';
4-
$wb['btn_cancel_txt'] = 'Cancel';
53
$wb['server_name_txt'] = 'Servername';
64
$wb['mail_server_txt'] = 'Mailserver';
75
$wb['web_server_txt'] = 'Webserver';

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';
33
$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app sections';
44
$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applications';
5-
$wb['btn_save_txt'] = 'Save';
6-
$wb['btn_cancel_txt'] = 'Cancel';
75
$wb['website_path_txt'] = 'Website path';
86
$wb['website_symlinks_txt'] = 'Website symlinks';
97
$wb['vhost_conf_dir_txt'] = 'Vhost config dir';

interface/web/admin/lib/lang/bg_server_ip.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ $wb['server_id_txt'] = 'Server';
33
$wb['ip_address_txt'] = 'IP Address';
44
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
55
$wb['ip_err'] = 'IP address invalid';
6-
$wb['btn_save_txt'] = 'Save';
7-
$wb['btn_cancel_txt'] = 'Cancel';
86
?>

interface/web/admin/lib/lang/bg_software_repo.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ $wb['repo_url_txt'] = 'URL';
44
$wb['repo_username_txt'] = 'User (optional)';
55
$wb['repo_password_txt'] = 'Password (optional)';
66
$wb['active_txt'] = 'Active';
7-
$wb['btn_save_txt'] = 'Save';
8-
$wb['btn_cancel_txt'] = 'Cancel';
97
?>

interface/web/admin/lib/lang/bg_system_config.lng

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
$wb['warning'] = 'Edit these values carefully! Do not remove the prefixes on a systems with more then one client.';
43
$wb['dbname_prefix_txt'] = 'Database name prefix';
54
$wb['dbuser_prefix_txt'] = 'Database user prefix';
@@ -11,5 +10,4 @@ $wb['ftpuser_prefix_error_regex'] = 'Char not allowed in ftp user prefix.';
1110
$wb['shelluser_prefix_error_regex'] = 'Char not allowed in shell user prefix.';
1211
$wb['dblist_phpmyadmin_link_txt'] = 'Link to phpmyadmin in DB list';
1312
$wb['mailboxlist_webmail_link_txt'] = 'Link to webmail in Mailbox list';
14-
15-
?>
13+
?>

interface/web/admin/lib/lang/bg_users.lng

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ $wb['telefon_txt'] = 'Telephone';
2424
$wb['fax_txt'] = 'Fax';
2525
$wb['groups_txt'] = 'Groups';
2626
$wb['default_group_txt'] = 'Default Group';
27-
$wb['btn_save_txt'] = 'Save';
28-
$wb['btn_cancel_txt'] = 'Cancel';
2927
$wb['startmodule_err'] = 'Start module is not within modules.';
3028
?>

0 commit comments

Comments
 (0)