diff --git a/horizon/templates/auth/_description.html b/horizon/templates/auth/_description.html index eadacc448b..04c8208d6d 100644 --- a/horizon/templates/auth/_description.html +++ b/horizon/templates/auth/_description.html @@ -6,7 +6,7 @@ {% endcomment %}
{% block websso-help-text %} - {% blocktrans %} + {% blocktrans trimmed %} If you are not sure which authentication method to use, contact your administrator. {% endblocktrans %} {% endblock %} diff --git a/horizon/templates/auth/_login_form.html b/horizon/templates/auth/_login_form.html index 2ed382b380..8f943bb241 100644 --- a/horizon/templates/auth/_login_form.html +++ b/horizon/templates/auth/_login_form.html @@ -44,7 +44,7 @@

{% url 'horizon:user_home' as home_url %} - {% blocktrans %} + {% blocktrans trimmed %} Login as different user or go back to home page {% endblocktrans %}

diff --git a/horizon/templates/horizon/common/_limit_summary.html b/horizon/templates/horizon/common/_limit_summary.html index 8f382715d9..af0a472087 100644 --- a/horizon/templates/horizon/common/_limit_summary.html +++ b/horizon/templates/horizon/common/_limit_summary.html @@ -12,11 +12,11 @@
{{ quota.name }}
{% if quota.max|quotainf != '-1' %} - {% blocktrans with used=quota.used|intcomma available=quota.max|quotainf|intcomma %} + {% blocktrans trimmed with used=quota.used|intcomma available=quota.max|quotainf|intcomma %} Used {{ used }} of {{ available }} {% endblocktrans %} {% else %} - {% blocktrans with used=quota.used|intcomma %} + {% blocktrans trimmed with used=quota.used|intcomma %} Used {{ used }} (No Limit) {% endblocktrans %} {% endif %} diff --git a/horizon/templates/horizon/common/_usage_summary.html b/horizon/templates/horizon/common/_usage_summary.html index 7accea2694..256ce1c45a 100644 --- a/horizon/templates/horizon/common/_usage_summary.html +++ b/horizon/templates/horizon/common/_usage_summary.html @@ -6,11 +6,11 @@

{% trans "Select a period of time to query its usage:" %}

- {% blocktrans with start=form.start %} + {% blocktrans trimmed with start=form.start %} {{ start }}{% endblocktrans %}
- {% blocktrans with end=form.end %} + {% blocktrans trimmed with end=form.end %} {{ end }}{% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/admin/info/templates/info/index.html b/openstack_dashboard/dashboards/admin/info/templates/info/index.html index 26d5a8bec4..23334b20e5 100644 --- a/openstack_dashboard/dashboards/admin/info/templates/info/index.html +++ b/openstack_dashboard/dashboards/admin/info/templates/info/index.html @@ -7,7 +7,7 @@
{{ tab_group.render }}
- {% blocktrans with version_info=version %}Version: {{ version_info }} + {% blocktrans trimmed with version_info=version %}Version: {{ version_info }} {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html index d9bc7c684b..aa181a3008 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/snapshots/_update_status.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} The status of a volume snapshot is normally managed automatically. In some circumstances an administrator may need to explicitly update the status value. This is equivalent to the cinder snapshot-reset-state command. diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html index 1fb95b566c..8a334715bc 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_qos_spec.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} QoS Specs can be associated with volume types. It is used to map to a set of quality of service capabilities requested by the volume owner. This is equivalent to the diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html index 51dadc18d8..9000542645 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_create_volume_type.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} Volume type is a type or label that can be selected at volume creation time in OpenStack. It usually maps to a set of capabilities of the storage back-end driver to be used for this volume. Examples: "Performance", diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html index 8d4dda9def..d86d3f239d 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volume_types/_edit_qos_spec_consumer.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} Each QoS Specs entity will have a "Consumer" value which indicates where the administrator would like the QoS policy to be enforced. This value can be "front-end" (Nova Compute), "back-end" (Cinder back-end), or "both". diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html index 4fb0571a48..96ac9f7584 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_manage_volume.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} "Manage" an existing volume from a Cinder host. This will make the volume visible within OpenStack.
diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_migrate_volume.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_migrate_volume.html index fa491cd19d..9d3f006340 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_migrate_volume.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_migrate_volume.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} Migrate a volume to a specific host.

diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html index 31b6622cdc..488e271299 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_unmanage_volume.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} When a volume is "unmanaged", the volume will no longer be visible within OpenStack. Note that the volume will not be deleted from the Cinder host.
diff --git a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html index 717b0a0be2..1f9225d3e8 100644 --- a/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html +++ b/openstack_dashboard/dashboards/admin/volumes/templates/volumes/volumes/_update_status.html @@ -3,7 +3,7 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% blocktrans %} +

{% blocktrans trimmed %} The status of a volume is normally managed automatically. In some circumstances an administrator may need to explicitly update the status value. This is equivalent to the cinder reset-state command. diff --git a/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html b/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html index 3e3539437e..4a0b232cc7 100644 --- a/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html +++ b/openstack_dashboard/dashboards/project/firewalls/templates/firewalls/_update_rule_help.html @@ -1,4 +1,6 @@ {% load i18n horizon %} -

{% blocktrans %}Choose rule(s) from Available Rules to Selected Rule by push button or drag and drop, -you may change their order by drag and drop as well. {% endblocktrans %}

+

{% blocktrans trimmed %} +Choose rule(s) from Available Rules to Selected Rule by push button or +drag and drop, you may change their order by drag and drop as well. +{% endblocktrans %}

diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html index 87b01a5399..5b3ce74e09 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html @@ -123,7 +123,7 @@
{% trans "Attached To" %}
{% url instance.volume_url volume.id as volume_url %} - {% blocktrans with volume_label=volume.name|default:volume.id volume_device=volume.device %} + {% blocktrans trimmed with volume_label=volume.name|default:volume.id volume_device=volume.device %} {{ volume_label }} on {{ volume_device }} {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html index 53ecb6e3c0..186e556cd6 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_flavors_and_quotas.html @@ -19,7 +19,7 @@

{% trans "Project Limits" %}

{% trans "Number of Instances" %} - {% blocktrans with used=usages.totalInstancesUsed|intcomma quota=usages.maxTotalInstances|intcomma|quotainf %} + {% blocktrans trimmed with used=usages.totalInstancesUsed|intcomma quota=usages.maxTotalInstances|intcomma|quotainf %} {{ used }} of {{ quota }} Used {% endblocktrans %}
@@ -37,7 +37,7 @@
{% trans "Number of VCPUs" %} - {% blocktrans with used=usages.totalCoresUsed|intcomma quota=usages.maxTotalCores|intcomma|quotainf %} + {% blocktrans trimmed with used=usages.totalCoresUsed|intcomma quota=usages.maxTotalCores|intcomma|quotainf %} {{ used }} of {{ quota }} Used {% endblocktrans %}
@@ -55,7 +55,7 @@
{% trans "Total RAM" %} - {% blocktrans with used=usages.totalRAMUsed|intcomma quota=usages.maxTotalRAMSize|intcomma|quotainf %} + {% blocktrans trimmed with used=usages.totalRAMUsed|intcomma quota=usages.maxTotalRAMSize|intcomma|quotainf %} {{ used }} of {{ quota }} MB Used {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_pool_help.html b/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_pool_help.html index 1f8b6dcd23..f56d3919ce 100644 --- a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_pool_help.html +++ b/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_pool_help.html @@ -1,24 +1,27 @@ {% load i18n %}

- {% blocktrans %} + {% blocktrans trimmed %} Assign a name and description for the pool. Choose one subnet where all members of this pool must be on. Select the protocol and load balancing method for this pool. Admin State is UP (checked) by default. {% endblocktrans %}

-


- {% blocktrans %}Use one of these load balancing methods to distribute incoming requests:{% endblocktrans %} +


+ {% blocktrans trimmed %} + Use one of these load balancing methods to distribute incoming requests: + {% endblocktrans %}

-
{% blocktrans %}Round robin{% endblocktrans %}
-
{% blocktrans %}Rotates requests evenly between multiple instances.{% endblocktrans %}
-
{% blocktrans %}Source IP{% endblocktrans %}
-
{% blocktrans %}Requests from a unique source IP address are consistently +
{% blocktrans trimmed %}Round robin{% endblocktrans %}
+
{% blocktrans trimmed %}Rotates requests evenly between multiple + instances.{% endblocktrans %}
+
{% blocktrans trimmed %}Source IP{% endblocktrans %}
+
{% blocktrans trimmed %}Requests from a unique source IP address are consistently directed to the same instance.{% endblocktrans %}
-
{% blocktrans %}Least connections{% endblocktrans %}
-
{% blocktrans %}Allocates requests to the instance with the least number of +
{% blocktrans trimmed %}Least connections{% endblocktrans %}
+
{% blocktrans trimmed %}Allocates requests to the instance with the least number of active connections.{% endblocktrans %}
-

\ No newline at end of file +

diff --git a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_vip_help.html b/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_vip_help.html index c70a22217b..0110280632 100644 --- a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_vip_help.html +++ b/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_create_vip_help.html @@ -1,15 +1,16 @@ {% load i18n %}

- {% blocktrans %} + {% blocktrans trimmed %} Create a VIP for this pool. Assign a name, description, IP address, port, and maximum connections allowed for the VIP. Choose the protocol and session persistence method for the VIP. Admin State is UP (checked) by default. {% endblocktrans %}

-


- {% blocktrans %}When no IP address is provided, the VIP will obtain an address from +


+ {% blocktrans trimmed %} + When no IP address is provided, the VIP will obtain an address from the selected subnet. If a specific IP address is desired, it may be provided and must also be an address within the selected subnet. {% endblocktrans %} -

\ No newline at end of file +

diff --git a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html index 65b8510eca..6a00cd97ab 100644 --- a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html +++ b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_graph_view.html @@ -1,7 +1,7 @@ {% load i18n %}
- {% blocktrans %} + {% blocktrans trimmed %} Resize the canvas by scrolling up/down with your mouse/trackpad on the topology. Pan around the canvas by clicking and dragging the space behind the topology. {% endblocktrans %} @@ -17,5 +17,7 @@
-
{% blocktrans %}There are no networks, routers, or connected instances to display.{% endblocktrans %}
+
{% blocktrans trimmed %} + There are no networks, routers, or connected instances to display. + {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html index 12dc871b4c..91e1d6da9d 100644 --- a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html +++ b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html @@ -36,7 +36,7 @@ {% if subnet.ipv6_modes_desc %}
{{ subnet.ipv6_modes_desc }}
{% else %} -
{% blocktrans with ra_mode=subnet.ipv6_ra_mode addr_mode=subnet.ipv6_address_mode %} +
{% blocktrans trimmed with ra_mode=subnet.ipv6_ra_mode addr_mode=subnet.ipv6_address_mode %} Other IPv6 modes: ipv6_ra_mode={{ ra_mode }}, ipv6_address_mode={{ addr_mode }} {% endblocktrans %}
{% endif %} diff --git a/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html b/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html index 4378763c91..160a568c17 100644 --- a/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html +++ b/openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html @@ -27,7 +27,8 @@ {{ dest.networkname }}
{% if dest.subnetname|length > 0 %} - {% blocktrans with dest_subnetname=dest.subnetname %}Subnet: {{ dest_subnetname }}{% endblocktrans %}
+ {% blocktrans trimmed with dest_subnetname=dest.subnetname %} + Subnet: {{ dest_subnetname }}{% endblocktrans %}
{% endif %} {{ dest.cidr }} @@ -42,7 +43,8 @@ {{ row.source.networkname }} {% if row.source.subnetname|length > 0 %}
- {% blocktrans with row_source_subnetname=row.source.subnetname %}Subnet: {{ row_source_subnetname }}{% endblocktrans %} + {% blocktrans trimmed with row_source_subnetname=row.source.subnetname %} + Subnet: {{ row_source_subnetname }}{% endblocktrans %} {% endif %}
{{ row.source.cidr }} @@ -93,7 +95,11 @@

{% trans "Rule Conflict" %}