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/nl/intro.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/nl/intro.txt')
-rw-r--r-- | doc/nl/intro.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/nl/intro.txt b/doc/nl/intro.txt new file mode 100644 index 0000000..9b91c86 --- /dev/null +++ b/doc/nl/intro.txt @@ -0,0 +1,15 @@ +calcurse Online Help +==================== + +Welcome to the calcurse online help. The online help system allows for easily +getting help on specific calcurse features. + +On the calcurse main screen, type `:help <feature>` (e.g. `:help add`) or +`:help <key>` (e.g. `:help ^A`) to get help on a specific feature or key +binding. Type `:help` without any parameter to display this introduction or +simply use the corresponding keyboard shortcut (`?` by default). + +All help texts are displayed using an external pager. You need to exit the +pager in order to get back to calcurse (pressing `q` should almost always +work). The default pager can be changed by setting the PAGER environment +variable. |