File tree Expand file tree Collapse file tree 4 files changed +37
-0
lines changed
Expand file tree Collapse file tree 4 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ $wb['list_head_txt'] = 'Language file editor';
33$wb['language_select_txt'] = 'Select language';
44$wb['module_txt'] = 'Module';
55$wb['lang_file_txt'] = 'Language file';
6+ $wb['lang_file_date_txt'] = 'Last modify';
67?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["name_txt"] = 'Name';
3+ $wb["fields_txt"] = 'Fields';
4+ $wb["template_txt"] = 'Template';
5+ $wb["visible_txt"] = 'Visible';
6+ $wb["btn_save_txt"] = 'Save';
7+ $wb["btn_cancel_txt"] = 'Cancel';
8+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'DNS Wizard Template';
3+ $wb["visible_txt"] = 'Visible';
4+ $wb["name_txt"] = 'Name';
5+ $wb["page_txt"] = 'Page';
6+ $wb["page_of_txt"] = 'of';
7+ $wb["page_next_txt"] = 'Next';
8+ $wb["page_back_txt"] = 'Back';
9+ $wb["delete_txt"] = 'Delete';
10+ $wb["filter_txt"] = 'Filter';
11+ $wb["add_new_record_txt"] = 'Add new record';
12+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ $wb['template_id_txt'] = 'Template';
4+ $wb['server_id_txt'] = 'Server';
5+ $wb['client_txt'] = 'Client';
6+ $wb["btn_save_txt"] = 'Create DNS Record';
7+ $wb["btn_cancel_txt"] = 'Cancel';
8+ $wb['domain_txt'] = 'Domain';
9+ $wb['email_txt'] = 'Email';
10+ $wb['ns1_txt'] = 'NS 1';
11+ $wb['ns2_txt'] = 'NS 2';
12+ $wb['ip_txt'] = 'IP Address';
13+
14+ $wb['error_origin_empty'] = 'Origin empty.';
15+
16+ ?>
You can’t perform that action at this time.
0 commit comments