{% extends FUNC_BASE_HTML %} {% load i18n %} {% load utils %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{{ form.enable.label }} {{ form.enable }}
{{ form.language.label }} {{ form.language }}
{{ form.sharelist.label }} {% with form.sharelist as sharelist_select_field %} {% include './multi-checkbox.html' %} {% endwith %}
{% trans "DMS: Initialize database" %} {{ initialize_status }}
{% if is_needreboot %}

{% trans "DMS: Reboot is necessary to upgrade to DTCP-IP Edition." %}
{% trans "DMS: Please upgrade once again after reboot." %}

{% trans "DMS: Really restart system?" %}

{% else %}

{% trans "DMS: Notice for DTCP-IP edition" %}

  • {% trans "License key bought in" %} {% trans "ioPLAZA" %} {% trans "is needed to upgrade." %}
  • {% trans "Connection to the internet is needed to upgrade." %}
  • {% trans "When this package is uninstalled after an upgrade, all recording contents stored in this product are deleted." %}
  • {% trans "The DTCP-IP contents are coded for copyright protection, and that can't be copied (including backup)." %}
  • {% trans "When Enclosure(Substrate) is changed, DTCP-IP contents are not preserved.(e.g. repairing.)" %}

{% trans "DMS: License key bought in ioPLAZA is needed to upgrade." %}
{% trans "DMS: Input licensekey of dtcp-ip" %}

{% endif %}
DiXiM technology licensed from DigiOn,Inc.
{% endblock function %}