{% load i18n %}
{% if vms %} {% blocktrans count vms_len=vms|length %}Selected 0 of {{ vms_len }} server {% plural %}Selected 0 of {{ vms_len }} servers{% endblocktrans %}
{% trans "Add Server" %} {% trans "Start" %} Reboot will send a reboot ACPI signal into the server, which initiates a reboot process. In case the reboot process takes longer than the timeout period (e.g. there is no ACPI daemon) a Force Reboot will take place (KVM only)." %}" data-modal_force_text="{% trans "Force Reboot will immediately reboot the server." %}" data-modal_yes_text="{% trans "Reboot" %}" data-modal_yes_force_text="{% trans "Force Reboot" %}" data-modal_title="{% trans "Reboot Servers" %}" data-modal_nohide="true" title="{% trans "You can choose to forcefully reboot the server or to send a reboot ACPI signal into the system" %}" data-toggle="tooltip" data-placement="top"> {% trans "Reboot" %} Shutdown will send a shutdown ACPI signal into the server, which initiates a shutdown process. In case the shutdown process takes longer than the timeout period (e.g. there is no ACPI daemon) a Force Shutdown will take place (KVM only)." %}" data-modal_force_text="{% trans "Force shutdown will immediately power off the server." %}" data-modal_yes_text="{% trans "Shutdown" %}" data-modal_yes_force_text="{% trans "Force Shutdown" %}" data-modal_title="{% trans "Stop Servers" %}" data-modal_nohide="true" title="{% trans "You can choose to forcefully shutdown the server or to send a shutdown ACPI signal into the system" %}" data-toggle="tooltip" data-placement="top"> {% trans "Stop" %} {% trans "Export" %}
{% if can_edit %}
{% trans "Update" %} {% trans "Deploy" %} {% trans "Delete" %} Destroy will completly delete the server and its snapshots from the compute node. All your data will be lost!" %}" data-modal_yes_text="{% trans "Destroy" %}" data-modal_yes_force_text="{% trans "Really destroy my server" %}" data-modal_confirm_text="{% trans "Are you sure that you want completly delete your server data?" %}" title="{% trans "Delete server and its data from compute node. Use with caution!" %}" data-toggle="tooltip" data-placement="top" > {% trans "Destroy" %} {% comment %} Freeze will send a shutdown signal into the server, which can initiate a shutdown process. In case the shutdown process takes longer than the timeout period a Force Shutdown will take place (KVM only)." %}" data-modal_force_text="{% trans "Force Freeze will immediately power off the server.

After the shutdown process is completed the server status will be set to frozen." %}" data-modal_yes_text="{% trans "Freeze" %}" data-modal_yes_force_text="{% trans "Force Freeze" %}" data-modal_title="{% trans "Shutdown and freeze Servers" %}" data-modal_nohide="true" title="{% trans "Shutdown the server and set its status to frozen" %}" data-toggle="tooltip" data-placement="bottom"> {% trans "Freeze" %} {% trans "Unfreeze" %} {% endcomment %}
{% endif %} {% else %} {% trans "Add Server" %} {% endif %} {# no vms #}