summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-03-16 15:02:47 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-03-16 15:02:47 +0000
commit0f0f7511d2d087f66a66e45d5200183106b0ef63 (patch)
tree2705f896e9184af2bba362b844e5252f0d19845c /doc/de
parentaa149dcfbc209a1addf40fdcfb826105d1940fbd (diff)
downloadweechat-0f0f7511d2d087f66a66e45d5200183106b0ef63.zip
Added new key (ctrl-S) for interactive and incremental search in buffer history (task #6628)
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/key_functions.xml4
-rw-r--r--doc/de/weechat.de.xml9
-rw-r--r--doc/de/weechat_commands.xml2
3 files changed, 14 insertions, 1 deletions
diff --git a/doc/de/key_functions.xml b/doc/de/key_functions.xml
index af42e3525..5e3ffdf6d 100644
--- a/doc/de/key_functions.xml
+++ b/doc/de/key_functions.xml
@@ -201,3 +201,7 @@
<entry><literal>insert</literal></entry>
<entry>insert a string in command line</entry>
</row>
+<row>
+ <entry><literal>search_text</literal></entry>
+ <entry>search text in buffer history</entry>
+</row>
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml
index 45f79f9d0..22151a067 100644
--- a/doc/de/weechat.de.xml
+++ b/doc/de/weechat.de.xml
@@ -513,6 +513,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</entry>
</row>
<row>
+ <entry>Strg + S</entry>
+ <entry>
+ <!-- TRANSLATION NEEDED -->
+ Search for text in buffer history
+ </entry>
+ </row>
+ <row>
<entry>Strg + T</entry>
<entry>
Zeichen transponieren
@@ -571,6 +578,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<entry>Hoch / Runter</entry>
<entry>
Rufe das letzte Kommando/die letzte Nachricht wieder auf
+ <!-- TRANSLATION NEEDED -->
+ (in search mode: search up/down)
</entry>
</row>
<row>
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml
index f32dd9aad..40faa583a 100644
--- a/doc/de/weechat_commands.xml
+++ b/doc/de/weechat_commands.xml
@@ -11,7 +11,7 @@ einen Alias für einen Befehl anlegen
alias_name: name of alias
command: command name (WeeChat or IRC command, many commands can be separated by semicolons)
-arguments: arguments for command
+ arguments: arguments for command
</programlisting>
<command>is replaced by all arguments.</command>