Skip to content

Commit 21f1425

Browse files
committed
Added missing german language files.
1 parent 20e93d7 commit 21f1425

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Software packages';
3+
$wb['installed_txt'] = 'Status';
4+
$wb['package_title_txt'] = 'Package';
5+
$wb['package_description_txt'] = 'Description';
6+
$wb['action_txt'] = 'Action';
7+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Software updates';
3+
$wb['installed_txt'] = 'Action';
4+
$wb['update_title_txt'] = 'Update';
5+
$wb['version_txt'] = 'Version';
6+
$wb['action_txt'] = 'Action';
7+
?>

interface/web/sites/lib/lang/de_database.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb['type_txt'] = 'Type';
44
$wb['database_name_txt'] = 'Database name';
55
$wb['database_user_txt'] = 'Database user';
66
$wb['database_password_txt'] = 'Database password';
7-
$wb["database_charset_txt"] = 'Database charset';
7+
$wb['database_charset_txt'] = 'Database charset';
88
$wb['remote_access_txt'] = 'Remote Access';
99
$wb['client_txt'] = 'Client';
1010
$wb['active_txt'] = 'Active';
@@ -18,5 +18,5 @@ $wb['database_user_error_unique'] = 'There is already a database user with this
1818
$wb['database_user_error_regex'] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.';
1919
$wb['limit_database_txt'] = 'The max. number of databases is reached.';
2020
$wb['database_name_change_txt'] = 'The database name can not be changed';
21-
$wb["database_charset_change_txt"] = 'The database charset can not be changed';
21+
$wb['database_charset_change_txt'] = 'The database charset can not be changed';
2222
?>

interface/web/sites/lib/lang/de_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ $wb['domain_error_unique'] = 'Domain must be unique.';
3939
$wb['domain_error_regex'] = 'Domain name invalid.';
4040
$wb['hd_quota_error_empty'] = 'Harddisk quota is empty.';
4141
$wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
42+
$wb['errordocs_txt'] = 'Own Error-Documents';
4243
?>

0 commit comments

Comments
 (0)