diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-08-27 17:43:44 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-08-27 17:44:21 +0200 |
commit | 47804c9d208802095d7cd594300e5a2070b4f1b8 (patch) | |
tree | f080480cbc5cfe5846d4d6a528a7e5f52c4a8a4f /doc/fr/priority.txt | |
parent | b74a9462de02b6de085a55b3bfdb0c16178d4aa4 (diff) | |
download | calcurse-47804c9d208802095d7cd594300e5a2070b4f1b8.tar.gz calcurse-47804c9d208802095d7cd594300e5a2070b4f1b8.zip |
doc/: Add translated documentation
Created using `po2txt` from translate-toolkit.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/fr/priority.txt')
-rw-r--r-- | doc/fr/priority.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/fr/priority.txt b/doc/fr/priority.txt new file mode 100644 index 0000000..2476825 --- /dev/null +++ b/doc/fr/priority.txt @@ -0,0 +1,16 @@ +Priority +======== + +Change the priority of the currently selected item in the todo list. +Priorities are represented by the number appearing in front of the todo +description. This number goes from 9 for the lowest priority to 1 for the +highest priority. Todo items having higher priorities are placed first (at the +top) inside the todo panel. + +By default, if you want to raise the priority of a todo item, you need to press +'+'. In doing so, the number in front of this item will decrease, meaning its +priority increases. The item position inside the todo panel may change, +depending on the priority of the items above it. + +At the opposite, to lower a todo priority, press '-'. The todo position may +also change depending on the priority of the items below. |