Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
interface/web/vm/lib/lang/el_openvz_vm.lng
@@ -27,14 +27,19 @@
$wb['vm_password_error_empty'] = 'Το συνθηματικό VM είναι κενό.';
$wb['veid_error_empty'] = 'Το VEID είναι κενό.';
$wb['veid_error_unique'] = 'Το VEID υπάρχει ήδη.';
$wb['diskspace_error_empty'] = 'Το Χώρος Δίσκου είναι κενό.';
$wb['diskspace_error_empty'] = 'Το Diskspace είναι κενό.';
$wb['ram_error_empty'] = 'Το RAM (εγγυημένη) είναι κενό.';
$wb['ram_burst_error_empty'] = 'Το RAM (burst) είναι κενό.';
$wb['cpu_units_error_empty'] = 'Το Μονάδες CPU είναι κενό.';
$wb['cpu_num_error_empty'] = 'Το Αριθμός CPU είναι κενό.';
$wb['cpu_limit_error_empty'] = 'Το Όριο CPU είναι κενό.';
$wb['cpu_units_error_empty'] = 'Το μονάδες CPU είναι κενό.';
$wb['cpu_num_error_empty'] = 'Το αριθμός CPU είναι κενό.';
$wb['cpu_limit_error_empty'] = 'Το όριο CPU είναι κενό.';
$wb['io_priority_error_empty'] = 'Το Προτεραιότητα Ε/Ε είναι κενό.';
$wb['template_nameserver_error_empty'] = 'Το Nameserver(s) είναι κενό.';
$wb['Virtual server'] = 'Εικονικός server';
$wb['Advanced'] = 'Για προχωρημένους';
$wb['features_txt'] = 'Features';
$wb['iptables_txt'] = 'IP Tables';
$wb['custom_txt'] = 'Custom settings';
$wb['bootorder_txt'] = 'Boot order priority';
$wb['bootorder_error_notpositive'] = 'Only positive integers are allowed for Boot order priority';
?>