horizon/openstack_dashboard/dashboards/project/access_and_security
Brooklyn Chen 08e6ed7392 Use ugettext_lazy instead of ugettext.
We should use ugettext_lazy to let users in different languages
get correct translation.Though in views or similar places
we can use ugettext with no problems, we should make code
style consistent.

This also fix the issues that the django proxy objects appear on the
launching instance page instead of translated strings. Now the
translated quota strings are handled correctly.

Fixes: bug #1178722

Change-Id: I76f0d31e6546d70e5ece7e86a06f7eefd04861d2
2013-05-18 15:13:54 +08:00
..
api_access Use ugettext_lazy instead of ugettext. 2013-05-18 15:13:54 +08:00
floating_ips Shortens displayed action names in Floating IPs table 2013-05-01 08:15:05 -04:00
keypairs Adds API Access information to Access & Security panel. 2013-02-12 17:11:33 -08:00
security_groups Handle None protocol in security group rule table 2013-03-19 19:15:08 +11:00
templates/access_and_security Merge "Adds d3.js library and reworked quota infographics" 2013-05-14 10:30:21 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
panel.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
tabs.py Adding pagination to the instance views 2013-04-11 21:24:01 -06:00
tests.py Adding pagination to the instance views 2013-04-11 21:24:01 -06:00
urls.py Adds API Access information to Access & Security panel. 2013-02-12 17:11:33 -08:00
views.py Adds API Access information to Access & Security panel. 2013-02-12 17:11:33 -08:00