horizon/openstack_dashboard/dashboards/project/instances
Doug Fish de20d7271a Create titles without concatenation
Several panels use the template filter "add" to concatenate data
and translatable text, for example
title=_("Volume Details: ")|add:volume.name|default:_("Volume Details:")

These need to be updated to use string formatting.  This is needed
because it's not clear when looking at the translations if any text
follows the translatable segment.  Dict based substitution has been
used to further clarify the messages for translators.

Change-Id: I54d07233d2003904468ef317c352126eb6bf5f70
Closes-bug: #1394573
2014-12-02 07:09:26 -06:00
..
templates/instances Create titles without concatenation 2014-12-02 07:09:26 -06:00
workflows place the word "Info" with "Information" 2014-11-21 00:12:48 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Instance Action Dashboard Blueprint 2014-08-29 16:18:26 -06:00
console.py Fix Flake8 style warnings in openstack_dashboard/ 2014-07-30 14:13:24 +02:00
forms.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
panel.py Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
tables.py Merge "Add 'Start/Stop Instance' to Instances table actions" 2014-12-02 10:35:38 +00:00
tabs.py Add a None option to the CONSOLE_TYPE setting 2014-09-01 10:21:05 +02:00
tests.py Replace the glyphicons with font awesome icons 2014-12-01 14:36:38 -07:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
utils.py Merge "[Sahara] Support Nova availability zones" 2014-10-22 22:33:03 +00:00
views.py Create titles without concatenation 2014-12-02 07:09:26 -06:00