- implement multiserver-client edit

- fix various undefined variables
This commit is contained in:
Michael Kaufmann (d00p)
2010-10-19 16:07:48 +00:00
parent 89bf0aa128
commit fc5aea1c33
7 changed files with 100 additions and 32 deletions

View File

@@ -1519,6 +1519,7 @@ $lng['multiserver']['enabled']['description'] = '@TODO';
// ADDED IN FROXLOR 0.9.14-svn9
$lng['mysql']['database_edit'] = 'Edit database';
$lng['admin']['froxlorclients']['add'] = 'Create new Froxlor-client';
$lng['admin']['froxlorclients']['edit'] = 'Edit Froxlor-client';
$lng['admin']['froxlorclients']['longdesc_add'] = '@TODO a long description on how the multiserver-client thing works';
$lng['admin']['froxlorclients']['client'] = 'Froxlor client';
$lng['admin']['froxlorclients']['name'] = 'Client name';
@@ -1526,5 +1527,14 @@ $lng['admin']['froxlorclients']['desc'] = 'Client description';
$lng['admin']['froxlorclients']['enabled'] = 'Client enabled?';
$lng['admin']['froxlorclients']['settings'] = 'settings';
$lng['menue']['multiserver']['clients'] = 'Multiserver clients';
$lng['admin']['froxlorclient'] = 'Multiserver client settings';
$lng['froxlorclient']['ipaddress'] = 'Client IP';
$lng['froxlorclient']['hostname'] = 'Client hostname';
$lng['froxlorclient']['deploy_mode'] = 'Deploy mode';
$lng['froxlorclient']['ssh_port'] = 'SSH port';
$lng['froxlorclient']['ssh_user'] = 'SSH user';
$lng['froxlorclient']['ssh_passphrase'] = 'SSH passphrase';
$lng['froxlorclient']['ssh_pubkey'] = 'SSH public key';
$lng['froxlorclient']['ssh_privkey'] = 'SSH private key';
?>