horizon/openstack_dashboard/dashboards/project/access_and_security
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
..
api_access Added a modal dialog with the user credentials details 2014-11-13 14:54:21 -05:00
floating_ips Replace the glyphicons with font awesome icons 2014-12-01 14:36:38 -07:00
keypairs Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
security_groups Create titles without concatenation 2014-12-02 07:09:26 -06:00
templates/access_and_security Create titles without concatenation 2014-12-02 07:09:26 -06:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
panel.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
tabs.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09: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
views.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00