diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 60 |
1 files changed, 58 insertions, 2 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-03-26 10:57+0200\n" +"POT-Creation-Date: 2023-03-26 18:31+0200\n" "PO-Revision-Date: 2023-03-26 11:23+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German - Germany <weechatter@arcor.de>\n" @@ -2330,6 +2330,55 @@ msgstr "Funktionen für die Befehlszeile" msgid "<action> [<arguments>]" msgstr "<action> [<arguments>]" +#, fuzzy +#| msgid "" +#| "list of actions:\n" +#| " return: simulate key \"enter\"\n" +#| " complete_next: complete word with next completion\n" +#| " complete_previous: complete word with previous completion\n" +#| " search_text_here: search text in buffer at current position\n" +#| " search_text: search text in buffer\n" +#| " search_switch_case: switch exact case for search\n" +#| " search_switch_regex: switch search type: string/regular expression\n" +#| " search_switch_where: switch search in messages/prefixes\n" +#| " search_previous: search previous line\n" +#| " search_next: search next line\n" +#| " search_stop_here: stop search at current position\n" +#| " search_stop: stop search\n" +#| " delete_previous_char: delete previous char\n" +#| " delete_next_char: delete next char\n" +#| " delete_previous_word: delete previous word\n" +#| " delete_previous_word_whitespace: delete previous word (until " +#| "whitespace)\n" +#| " delete_next_word: delete next word\n" +#| " delete_beginning_of_line: delete from beginning of line until cursor\n" +#| " delete_end_of_line: delete from cursor until end of line\n" +#| " delete_line: delete entire line\n" +#| " clipboard_paste: paste from the internal clipboard\n" +#| " transpose_chars: transpose two chars\n" +#| " undo: undo last command line action\n" +#| " redo: redo last command line action\n" +#| " move_beginning_of_line: move cursor to beginning of line\n" +#| " move_end_of_line: move cursor to end of line\n" +#| " move_previous_char: move cursor to previous char\n" +#| " move_next_char: move cursor to next char\n" +#| " move_previous_word: move cursor to previous word\n" +#| " move_next_word: move cursor to next word\n" +#| " history_previous: recall previous command in current buffer history\n" +#| " history_next: recall next command in current buffer history\n" +#| " history_global_previous: recall previous command in global history\n" +#| " history_global_next: recall next command in global history\n" +#| " grab_key: grab a key (optional argument: delay for end of grab, default " +#| "is 500 milliseconds)\n" +#| " grab_key_command: grab a key with its associated command (optional " +#| "argument: delay for end of grab, default is 500 milliseconds)\n" +#| " grab_mouse: grab mouse event code\n" +#| " grab_mouse_area: grab mouse event code with area\n" +#| " insert: insert text in command line (escaped chars are allowed, see /" +#| "help print)\n" +#| " send: send text to the buffer\n" +#| "\n" +#| "This command is used by key bindings or plugins." msgid "" "list of actions:\n" " return: simulate key \"enter\"\n" @@ -2350,18 +2399,25 @@ msgid "" " delete_previous_word_whitespace: delete previous word (until whitespace)\n" " delete_next_word: delete next word\n" " delete_beginning_of_line: delete from beginning of line until cursor\n" +" delete_beginning_of_input: delete from beginning of input until cursor\n" " delete_end_of_line: delete from cursor until end of line\n" -" delete_line: delete entire line\n" +" delete_end_of_input: delete from cursor until end of input\n" +" delete_line: delete current line\n" +" delete_input: delete entire input\n" " clipboard_paste: paste from the internal clipboard\n" " transpose_chars: transpose two chars\n" " undo: undo last command line action\n" " redo: redo last command line action\n" " move_beginning_of_line: move cursor to beginning of line\n" +" move_beginning_of_input: move cursor to beginning of input\n" " move_end_of_line: move cursor to end of line\n" +" move_end_of_input: move cursor to end of input\n" " move_previous_char: move cursor to previous char\n" " move_next_char: move cursor to next char\n" " move_previous_word: move cursor to previous word\n" " move_next_word: move cursor to next word\n" +" move_previous_line: move cursor to previous line\n" +" move_next_line: move cursor to next line\n" " history_previous: recall previous command in current buffer history\n" " history_next: recall next command in current buffer history\n" " history_global_previous: recall previous command in global history\n" |