diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 139 |
1 files changed, 136 insertions, 3 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-07-04 18:42+0200\n" +"POT-Creation-Date: 2023-07-04 21:49+0200\n" "PO-Revision-Date: 2023-07-01 12:12+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -15950,6 +15950,24 @@ msgstr " %s%s%s: %s%s%s%s%s%s%s%s%s%s%s%s%s" msgid "No trigger defined" msgstr "Kein Trigger definiert" +#, fuzzy +#| msgid "Triggers enabled" +msgid "Triggers enabled:" +msgstr "Trigger aktiviert" + +#, fuzzy +#| msgid "default: " +msgid "default" +msgstr "Standardwert: " + +msgid "custom" +msgstr "" + +#, fuzzy +#| msgid "Triggers enabled" +msgid "No triggers enabled" +msgstr "Trigger aktiviert" + msgid "List of default triggers:" msgstr "Liste der standardmäßigen Trigger:" @@ -16093,8 +16111,18 @@ msgstr "" msgid "manage triggers, the Swiss Army knife for WeeChat" msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" -msgid "" -"list|listfull|listdefault || add|addoff|addreplace <name> <hook> " +#, fuzzy +#| msgid "" +#| "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " +#| "[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " +#| "|| addinput [<hook>] || input|output|recreate <name> || set <name> " +#| "<option> <value> || rename|copy <name> <new_name> || enable|disable|" +#| "toggle [<name>|-all [<name>...]] || restart <name>|-all [<name>...] || " +#| "show <name> || del <name>|-all [<name>...] || restore <name> [<name>...] " +#| "|| default -yes || monitor [<filter>]" +msgid "" +"list [-o|-ol|-i|-il] || listfull || listdefault || add|addoff|addreplace " +"<name> <hook> " "[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " "|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> " "<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-" @@ -16110,8 +16138,113 @@ msgstr "" "<name>|-all [<name>...] || restore <name> [<name>...] || default -yes || " "monitor [<filter>]" +#, fuzzy +#| msgid "" +#| " list: list triggers (without argument, this list is displayed)\n" +#| " listfull: list triggers with detailed info for each trigger\n" +#| "listdefault: list default triggers\n" +#| " add: add a trigger\n" +#| " addoff: add a trigger (disabled)\n" +#| " addreplace: add or replace an existing trigger\n" +#| " name: name of trigger\n" +#| " hook: signal, hsignal, modifier, line, print, command, " +#| "command_run, timer, config, focus, info, info_hashtable\n" +#| " arguments: arguments for the hook, depending on hook (separated by " +#| "semicolons):\n" +#| " signal: name(s) of signal (required)\n" +#| " hsignal: name(s) of hsignal (required)\n" +#| " modifier: name(s) of modifier (required)\n" +#| " line: buffer type (\"formatted\", \"free\" or \"*\"), list " +#| "of buffer masks, tags\n" +#| " print: buffer, tags, message, strip colors\n" +#| " command: command (required), description, arguments, " +#| "description of arguments, completion (all arguments except command are " +#| "evaluated, \"${tg_trigger_name}\" is replaced by the trigger name, see /" +#| "help eval)\n" +#| " command_run: command(s) (required)\n" +#| " timer: interval (required), align on second, max calls\n" +#| " config: name(s) of option (required)\n" +#| " focus: name(s) of area (required)\n" +#| " info: name(s) of info (required)\n" +#| " info_hashtable: name(s) of info (required)\n" +#| " conditions: evaluated conditions for the trigger\n" +#| " regex: one or more regular expressions to replace strings in " +#| "variables\n" +#| " command: command to execute (many commands can be separated by \";" +#| "\")\n" +#| "return_code: return code in callback (ok (default), ok_eat, error)\n" +#| "post_action: action to take after execution (none (default), disable, " +#| "delete)\n" +#| " addinput: set input with default arguments to create a trigger\n" +#| " input: set input with the command used to create the trigger\n" +#| " output: send the command to create the trigger on the buffer\n" +#| " recreate: same as \"input\", with option \"addreplace\" instead of " +#| "\"add\"\n" +#| " set: set an option in a trigger\n" +#| " option: name of option: name, hook, arguments, conditions, regex, " +#| "command, return_code\n" +#| " (for help on option, you can type: /help trigger.trigger." +#| "<name>.<option>)\n" +#| " value: new value for the option\n" +#| " rename: rename a trigger\n" +#| " copy: copy a trigger\n" +#| " enable: enable trigger(s) (without arguments: enable triggers " +#| "globally)\n" +#| " disable: disable trigger(s) (without arguments: disable triggers " +#| "globally)\n" +#| " toggle: toggle trigger(s) (without arguments: toggle triggers " +#| "globally)\n" +#| " restart: restart trigger(s) (recreate the hooks)\n" +#| " show: show detailed info on a trigger (with some stats)\n" +#| " del: delete a trigger\n" +#| " -all: do action on all triggers\n" +#| " restore: restore trigger(s) with the default values (works only for " +#| "default triggers)\n" +#| " default: delete all triggers and restore default ones\n" +#| " monitor: open the trigger monitor buffer, with optional filter:\n" +#| " filter: filter hooks/triggers to display (a hook must start with " +#| "\"@\", for example \"@signal\"), many filters can be separated by commas; " +#| "wildcard \"*\" is allowed in each trigger name\n" +#| "\n" +#| "When a trigger callback is called, following actions are performed, in " +#| "this order:\n" +#| " 1. check conditions; if false, exit\n" +#| " 2. replace text using POSIX extended regular expression(s) (if defined " +#| "in trigger)\n" +#| " 3. execute command(s) (if defined in trigger)\n" +#| " 4. exit with a return code (except for modifier, line, focus, info and " +#| "info_hashtable)\n" +#| " 5. perform post action\n" +#| "\n" +#| "Examples (you can also look at default triggers with /trigger " +#| "listdefault):\n" +#| " add text attributes *bold*, _underline_ and /italic/ (only in user " +#| "messages):\n" +#| " /trigger add effects modifier weechat_print \"${tg_tag_nick}\" " +#| "\"==\\*([^ ]+)\\*==*${color:bold}${re:1}${color:-bold}*== " +#| "==_([^ ]+)_==_${color:underline}${re:1}${color:-underline}_== ==/([^ ]+)/" +#| "==/${color:italic}${re:1}${color:-italic}/\"\n" +#| " hide nicklist bar on small terminals:\n" +#| " /trigger add resize_small signal signal_sigwinch \"${info:term_width} " +#| "< 100\" \"\" \"/bar hide nicklist\"\n" +#| " /trigger add resize_big signal signal_sigwinch \"${info:term_width} " +#| ">= 100\" \"\" \"/bar show nicklist\"\n" +#| " silently save config each hour:\n" +#| " /trigger add cfgsave timer 3600000;0;0 \"\" \"\" \"/mute /save\"\n" +#| " silently save WeeChat session at midnight (see /help upgrade):\n" +#| " /trigger add session_save signal day_changed \"\" \"\" \"/mute /" +#| "upgrade -save\"\n" +#| " open trigger monitor and show only modifiers and triggers whose name " +#| "starts with \"resize\":\n" +#| " /trigger monitor @modifier,resize*" msgid "" " list: list triggers (without argument, this list is displayed)\n" +" -o: send list of triggers enabled to buffer (string in English)\n" +" -ol: send list of triggers enabled to buffer (translated string)\n" +" -i: copy list of triggers enabled in command line (for sending to " +"buffer) (string in English)\n" +" -il: copy list of triggers enabled in command line (for sending to " +"buffer) (translated string)\n" " listfull: list triggers with detailed info for each trigger\n" "listdefault: list default triggers\n" " add: add a trigger\n" |