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/ru/delete.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/ru/delete.txt')
-rw-r--r-- | doc/ru/delete.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ru/delete.txt b/doc/ru/delete.txt new file mode 100644 index 0000000..ff652e8 --- /dev/null +++ b/doc/ru/delete.txt @@ -0,0 +1,15 @@ +Delete +====== + +Delete an element in the todo or appointment list. + +Depending on which panel is selected when you press the delete key, the +highlighted item of either the todo or appointment list will be removed from +this list. + +If the item to be deleted is recurrent, you will be asked if you wish to +suppress all of the item occurrences or just the one you selected. + +If the general option 'confirm_delete' is set to 'YES', then you will be asked +for confirmation before deleting the selected event. Do not forget to save the +calendar data to retrieve the modifications next time you launch calcurse. |