tbrehm
2012-01-12 8cf78b31b28b9183579c7939b947e1f7e9f5c2fa
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.';