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/vnote.txt | |
parent | b74a9462de02b6de085a55b3bfdb0c16178d4aa4 (diff) | |
download | 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/vnote.txt')
-rw-r--r-- | doc/ru/vnote.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ru/vnote.txt b/doc/ru/vnote.txt new file mode 100644 index 0000000..e27640c --- /dev/null +++ b/doc/ru/vnote.txt @@ -0,0 +1,20 @@ +ViewNote +======== + +View a note which was previously attached to an item (an item which owns a note +has a '>' sign in front of it). + +Этой командой можно только просмотреть записку, а не редактировать её +(для редактирование нужно воспользоваться командой 'EditNote'). + +Once you highlighted an item with a note attached to it, and the view note key +was pressed, you will be driven to an external pager to view that note. The +default pager is chosen the following way: + +* If the 'PAGER' environment variable is set, then this will be the default + viewer to be called. + +* Если переменная окружения не задана, то будет использоваться +'/usr/bin/less'. + +As for editing a note, quit the pager and you will be driven back to calcurse. |