Mercurial > p > roundup > code
changeset 3707:59d55bc03ea8
translations for status and priority (used by select_search_translated)
| author | Tobias Herp <tobias-herp@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Sep 2006 01:11:36 +0000 |
| parents | c4090ad1d436 |
| children | 458aea62ca79 |
| files | locale/roundup.pot |
| diffstat | 1 files changed, 68 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/locale/roundup.pot Mon Sep 18 00:22:43 2006 +0000 +++ b/locale/roundup.pot Mon Sep 18 01:11:36 2006 +0000 @@ -2733,3 +2733,71 @@ #: ../templates/minimal/html/page.html:55 msgid "Hello,<br>${user}" msgstr "" + +# priority translations: +#: ../templates/classic/initial_data.py:5 +#: ../templates/classic/html/page.html:246 +msgid "critical" +msgstr "" + +#: ../templates/classic/initial_data.py:6 +#: ../templates/classic/html/page.html:246 +msgid "urgent" +msgstr "" + +#: ../templates/classic/initial_data.py:7 +#: ../templates/classic/html/page.html:246 +msgid "bug" +msgstr "" + +#: ../templates/classic/initial_data.py:8 +#: ../templates/classic/html/page.html:246 +msgid "feature" +msgstr "" + +#: ../templates/classic/initial_data.py:9 +#: ../templates/classic/html/page.html:246 +msgid "wish" +msgstr "" + +#: status translations: +#: ../templates/classic/initial_data.py:12 +#: ../templates/classic/html/page.html:246 +msgid "unread" +msgstr "" + +#: ../templates/classic/initial_data.py:13 +#: ../templates/classic/html/page.html:246 +msgid "deferred" +msgstr "" + +#: ../templates/classic/initial_data.py:14 +#: ../templates/classic/html/page.html:246 +msgid "chatting" +msgstr "" + +#: ../templates/classic/initial_data.py:15 +#: ../templates/classic/html/page.html:246 +msgid "in-progress" +msgstr "" + +#: ../templates/classic/initial_data.py:16 +#: ../templates/classic/html/page.html:246 +msgid "need-eg" +msgstr "" + +#: ../templates/classic/initial_data.py:17 +#: ../templates/classic/html/page.html:246 +msgid "testing" +msgstr "" + +#: ../templates/classic/initial_data.py:18 +#: ../templates/classic/html/page.html:246 +msgid "done-cbb" +msgstr "" + +#: ../templates/classic/initial_data.py:19 +#: ../templates/classic/html/page.html:246 +msgid "resolved" +msgstr "" +
