diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-23 11:17:49 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-23 11:17:49 +0200 |
commit | 1aa43ff966776149a162d2e901924e79f91f6725 (patch) | |
tree | f3c19f6ac58d45dce5a515ed79e51e42b8d20b52 /po/doc/priority.pot | |
parent | ae0133d4f1cb8bfb9d3d062e5f3c0db072746dc3 (diff) | |
download | calcurse-1aa43ff966776149a162d2e901924e79f91f6725.zip |
Add POT files for online help texts
Use translate-toolkit to generate message catalogs for all online help
texts. Add Transifex resources for each of the message catalogs.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'po/doc/priority.pot')
-rw-r--r-- | po/doc/priority.pot | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/po/doc/priority.pot b/po/doc/priority.pot new file mode 100644 index 0000000..41c6a12 --- /dev/null +++ b/po/doc/priority.pot @@ -0,0 +1,45 @@ +#. extracted from priority.txt +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-23 10:28+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.10.0\n" + +#: priority.txt:1 +msgid "" +"Priority\n" +"========" +msgstr "" + +#: priority.txt:4 +msgid "" +"Change the priority of the currently selected item in the TODO list.\n" +"Priorities are represented by the number appearing in front of the todo\n" +"description. This number goes from 9 for the lowest priority to 1 for the\n" +"highest priority. Todo having higher priorities are placed first (at the " +"top)\n" +"inside the todo panel." +msgstr "" + +#: priority.txt:10 +msgid "" +"By default, if you want to raise the priority of a todo item, you need to " +"press\n" +"'+'. In doing so, the number in front of this item will decrease, meaning " +"its\n" +"priority increases. The item position inside the todo panel may change,\n" +"depending on the priority of the items above it." +msgstr "" + +#: priority.txt:15 +msgid "" +"At the opposite, to lower a todo priority, press '-'. The todo position may\n" +"also change depending on the priority of the items below." +msgstr "" |