Skip to content

Commit c7c8829

Browse files
committed
Added missing german language files.
1 parent 17c061f commit c7c8829

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
?>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
?>

0 commit comments

Comments
 (0)