apparmor/utils/po
Kshitij Gupta b7ff639d73 Fix warnings generated due to unnamed arguments in translatable strings.
This patch:
- replaces unnamed arguments with named arguments wherever more than 1
one arguments ware present in a message
- minor fix in aa-unconfined for pname argument in 2 strings
- updated pot files (as a side-effect of testing with make)

Acked-by: Christian Boltz <apparmor@cboltz.de>
2014-09-14 23:47:00 +05:30
..
apparmor-utils.pot Fix warnings generated due to unnamed arguments in translatable strings. 2014-09-14 23:47:00 +05:30
bs.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
de.po Launchpad automatic translations update. 2014-09-13 05:57:25 +00:00
fr.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
hi.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
ko.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
Makefile Regenerate apparmor-utils pot (translations template) file 2014-02-13 10:59:16 -08:00
pl.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
README Merge in Kshitij Gupta <kgupta8592@gmail.com>'s rewrite of the 2014-02-12 15:54:00 -08:00
ru.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
sv.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
tr.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00
uk.po Launchpad automatic translations update. 2014-09-11 05:48:53 +00:00

GENERATING TRANSLATION MESSAGES

To generate the messages.pot file:

Run the following command in Translate.
python pygettext.py ../apparmor/*.py ../Tools/aa*

It will generate the messages.pot file in the Translate directory.

You might need to provide the full path to pygettext.py from your python installation. It will typically be in the /path/to/python/libs/Tools/i18n/pygettext.py