Skip to content

Commit 04980c0

Browse files
author
moglia
committed
BugFix: Parser Error on English Translation File.
1 parent d88165c commit 04980c0

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<?php
2-
$wb["dashboard_atom_url_txt"] = 'Dashboard atom feed URL';
3-
$wb["warning"] = 'Edit these values carefully! Do not remove the prefixes on a systems with more then one client.';
4-
$wb["dbname_prefix_txt"] = 'Database name prefix';
5-
$wb["dbuser_prefix_txt"] = 'Database user prefix';
6-
$wb["shelluser_prefix_txt"] = 'Shell user prefix';
7-
$wb["webdavuser_prefix_txt"] = 'Webdav user prefix';
8-
$wb["ftpuser_prefix_txt"] = 'FTP user prefix';
9-
$wb["dbname_prefix_error_regex"] = 'Char not allowed in database name prefix.';
10-
$wb["dbuser_prefix_error_regex"] = 'Char not allowed in database user prefix.';
11-
$wb["ftpuser_prefix_error_regex"] = 'Char not allowed in ftp user prefix.';
12-
$wb["shelluser_prefix_error_regex"] = 'Char not allowed in shell user prefix.';
13-
$wb["webdavuser_prefix_error_regex"] = 'Char not allowed in webdav user prefix.';
14-
$wb["dblist_phpmyadmin_link_txt"] = 'Link to phpmyadmin in DB list';
15-
$wb["mailboxlist_webmail_link_txt"] = 'Link to webmail in Mailbox list';
16-
$wb["webmail_url_txt"] = 'Webmail URL';
17-
$wb["phpmyadmin_url_txt"] = 'PHPMyAdmin URL';
18-
$wb["use_domain_module_txt"] = 'Use the domain-module to add new domains';
19-
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
20-
$wb["new_domain_txt"] = 'HTML to create a new domain';
21-
$wb["webftp_url_txt"] = 'WebFTP URL';
22-
$wb['admin_mail_txt'] = 'Administrator's e-mail';
23-
$wb['admin_name_txt'] = 'Administrator's name';
24-
?>
1+
<?php
2+
$wb["dashboard_atom_url_txt"] = 'Dashboard atom feed URL';
3+
$wb["warning"] = 'Edit these values carefully! Do not remove the prefixes on a systems with more then one client.';
4+
$wb["dbname_prefix_txt"] = 'Database name prefix';
5+
$wb["dbuser_prefix_txt"] = 'Database user prefix';
6+
$wb["shelluser_prefix_txt"] = 'Shell user prefix';
7+
$wb["webdavuser_prefix_txt"] = 'Webdav user prefix';
8+
$wb["ftpuser_prefix_txt"] = 'FTP user prefix';
9+
$wb["dbname_prefix_error_regex"] = 'Char not allowed in database name prefix.';
10+
$wb["dbuser_prefix_error_regex"] = 'Char not allowed in database user prefix.';
11+
$wb["ftpuser_prefix_error_regex"] = 'Char not allowed in ftp user prefix.';
12+
$wb["shelluser_prefix_error_regex"] = 'Char not allowed in shell user prefix.';
13+
$wb["webdavuser_prefix_error_regex"] = 'Char not allowed in webdav user prefix.';
14+
$wb["dblist_phpmyadmin_link_txt"] = 'Link to phpmyadmin in DB list';
15+
$wb["mailboxlist_webmail_link_txt"] = 'Link to webmail in Mailbox list';
16+
$wb["webmail_url_txt"] = 'Webmail URL';
17+
$wb["phpmyadmin_url_txt"] = 'PHPMyAdmin URL';
18+
$wb["use_domain_module_txt"] = 'Use the domain-module to add new domains';
19+
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
20+
$wb["new_domain_txt"] = 'HTML to create a new domain';
21+
$wb["webftp_url_txt"] = 'WebFTP URL';
22+
$wb['admin_mail_txt'] = 'Administrator\'s e-mail';
23+
$wb['admin_name_txt'] = 'Administrator\'s name';
24+
?>

0 commit comments

Comments
 (0)