From 8cf78b31b28b9183579c7939b947e1f7e9f5c2fa Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 12 Jan 2012 04:54:19 -0500 Subject: [PATCH] Merged revisions 2812-2883 from staböe branch. --- interface/web/vm/lib/lang/hr_openvz_action.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/vm/lib/lang/hr_openvz_action.lng b/interface/web/vm/lib/lang/hr_openvz_action.lng index 52f7328..f7f199b 100644 --- a/interface/web/vm/lib/lang/hr_openvz_action.lng +++ b/interface/web/vm/lib/lang/hr_openvz_action.lng @@ -1,12 +1,12 @@ <?php $wb['head_txt'] = 'Virtual server actions for VM:'; -$wb['start_txt'] = 'Start virtual server'; -$wb['stop_txt'] = 'Stop virtual server'; -$wb['restart_txt'] = 'Restart virtual server'; -$wb['ostemplate_txt'] = 'Create OSTemplate'; -$wb['ostemplate_desc_txt'] = '(example: debian-6.0-i386-custom)'; +$wb['start_txt'] = 'Pokreni virualni server'; +$wb['stop_txt'] = 'Zaustavi virtualni server'; +$wb['restart_txt'] = 'Restartaj virtualni server'; +$wb['ostemplate_txt'] = 'Kreiraj predložak operativnog sistema'; +$wb['ostemplate_desc_txt'] = '(primjer: debian-6.0-i386-custom)'; $wb['btn_save_txt'] = 'Execute selected action'; -$wb['btn_cancel_txt'] = 'Cancel'; +$wb['btn_cancel_txt'] = 'Prekini'; $wb['start_exec_txt'] = 'Start command has been sent to the VM host server. It may take a minute until the VM is started.'; $wb['stop_exec_txt'] = 'Stop command has been sent to the VM host server. It may take a minute until the VM is stopped.'; $wb['restart_exec_txt'] = 'Restart command has been sent to the VM host server. It may take a minute until the VM is restarted.'; -- Gitblit v1.9.1