Files
control-pane/public/dialogs/_translate.cache/ru.bhyve-clone.php
2025-01-05 14:19:13 +03:00

24 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script type="text/javascript">
err_messages.add({
'vm_name':'<span id="trlt-83">Не может быть пустым. Имя должно начинаться и содержать латинские буквы / a-z / и не должно иметь спец. символы: -,.=% и тд.</span>',
});
</script>
<dialog id="bhyve-clone" class="window-box new">
<h1>
<span class="new"><span id="trlt-255">Клонирование виртуальной машины</span></span>
</h1>
<h2><span id="trlt-256">Настройки клонирования ВМ</span></h2>
<form class="win" method="post" id="bhyveCloneSettings" onsubmit="return false;">
<div class="window-content">
<p>
<span class="field-name"><span id="trlt-98">Имя виртуальной машины</span>:</span>
<input type="text" name="vm_name" value="" pattern="[^0-9]{1}[a-zA-Z0-9]{1,}" required="required" class="edit-disable" />
</p>
</div>
</form>
<div class="buttons">
<input type="button" value="Clone" class="new button ok-but" />
<input type="button" value="Отменить" class="button red cancel-but" />
</div>
</dialog>