language translation of red buttons
Hello,
I'm trying to get a fully translated Horizon installation running, but I cannot figure out how to translate the text in red buttons. The red buttons provide Delete actions and are set up differently in the Horizon code.
For example:
Folsom: horizon/dashboards/nova/access_and_security/security_groups/tables.py, line 29 Grizzly/master: horizon/openstack_dashboard/dashboards/project/access_and_security/security_groups/tables.py, line 30
The class that the above references is the Delete action for Security Groups, which I imagine is the red button "Delete Security Groups" when accessing http://localhost/project/access_and_security (http://localhost/project/access_and_s...) .
Does anyone know how these can be translated?
Thanks, Joe