diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9a008c3..05af45abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # WeeChat ChangeLog +## Version 4.5.0 (under dev) + +### Added + +- core: add command `/pipe` + ## Version 4.5.0 (2024-12-15) ### Changed diff --git a/po/cs.po b/po/cs.po index 28dd441a2..0f27f2df3 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-11-24 10:07+0100\n" +"POT-Creation-Date: 2024-12-16 12:01+0100\n" "PO-Revision-Date: 2024-11-20 18:17+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -167,8 +167,8 @@ msgid "" "%sRenumbering is allowed only if option weechat.look.buffer_auto_renumber is " "off" msgstr "" -"%sChyba: přečíslování je povoleno pouze pokud je volba weechat.look." -"buffer_auto_renumber vypnuta" +"%sChyba: přečíslování je povoleno pouze pokud je volba " +"weechat.look.buffer_auto_renumber vypnuta" #, fuzzy, c-format msgid "%sWeeChat main buffer can't be closed" @@ -561,6 +561,15 @@ msgstr "Myš povolena" msgid "Mouse disabled" msgstr "Myš vypnuta" +#, fuzzy, c-format +#| msgid "%s%s: unable to parse file \"%s\"" +msgid "%sUnable to open file \"%s\"" +msgstr "%s%s: nemůžu parsovat soubor \"%s\"" + +#, fuzzy, c-format +msgid "%sCommand /pipe can only use buffers with formatted content" +msgstr "%sChyba: je možné spojovat pouze bufferz s formátovaným obsahem" + msgid "Plugins loaded:" msgstr "Načtené pluginy:" @@ -1219,11 +1228,11 @@ msgstr "" #, fuzzy msgid "" -"raw[renumber]: renumber buffers (works only if option weechat.look." -"buffer_auto_renumber is off)" +"raw[renumber]: renumber buffers (works only if option " +"weechat.look.buffer_auto_renumber is off)" msgstr "" -"%sChyba: přečíslování je povoleno pouze pokud je volba weechat.look." -"buffer_auto_renumber vypnuta" +"%sChyba: přečíslování je povoleno pouze pokud je volba " +"weechat.look.buffer_auto_renumber vypnuta" msgid "raw[close]: close buffer (number/range or name is optional)" msgstr "" @@ -1304,8 +1313,8 @@ msgid "> \"-\": relative jump, sub number to current" msgstr "" msgid "" -"> \"*\": jump to number, using option \"weechat.look." -"jump_current_to_previous_buffer\"" +"> \"*\": jump to number, using option " +"\"weechat.look.jump_current_to_previous_buffer\"" msgstr "" msgid "raw[-]: jump to first buffer number" @@ -1346,8 +1355,8 @@ msgstr "" msgid "" "raw[reset]: reset all color pairs (required when no more color pairs are " -"available if automatic reset is disabled, see option \"weechat.look." -"color_pairs_auto_reset\")" +"available if automatic reset is disabled, see option " +"\"weechat.look.color_pairs_auto_reset\")" msgstr "" #, fuzzy @@ -1422,8 +1431,8 @@ msgid "" msgstr "" msgid "" -"raw[go]: move cursor to chat area, a bar (using bar name) or coordinates \"x," -"y\"" +"raw[go]: move cursor to chat area, a bar (using bar name) or coordinates " +"\"x,y\"" msgstr "" msgid "raw[move]: move cursor with direction" @@ -2042,8 +2051,8 @@ msgid "> - wildcard \"*\" is allowed" msgstr "jméno serveru (zástupný znak \"*\" je povolen) (volitelný)" msgid "" -"tags: comma separated list of tags (for example \"irc_join,irc_part," -"irc_quit\"):" +"tags: comma separated list of tags (for example " +"\"irc_join,irc_part,irc_quit\"):" msgstr "" msgid "" @@ -2675,8 +2684,8 @@ msgid "Without argument, this command displays stored layouts." msgstr "" msgid "" -"The current layout can be saved on /quit command with the option \"weechat." -"look.save_layout_on_exit\"." +"The current layout can be saved on /quit command with the option " +"\"weechat.look.save_layout_on_exit\"." msgstr "" msgid "" @@ -2714,7 +2723,9 @@ msgid "execute a command silently" msgstr "vykonat příkaz v tichosti" #. TRANSLATORS: only text between angle brackets (eg: "") may be translated -msgid "[-core | -current | -buffer ] " +#, fuzzy +#| msgid "[-core | -current | -buffer ] " +msgid "[-core|-current|-buffer ] " msgstr "[-core |-current | -buffer ] " msgid "raw[-core]: no output on WeeChat core buffer" @@ -2727,8 +2738,8 @@ msgid "raw[-buffer]: no output on specified buffer" msgstr "" msgid "" -"name: full buffer name (examples: \"irc.server.libera\", \"irc.libera." -"#weechat\")" +"name: full buffer name (examples: \"irc.server.libera\", " +"\"irc.libera.#weechat\")" msgstr "" msgid "" @@ -2741,6 +2752,91 @@ msgid "" "default is to mute all buffers." msgstr "" +msgid "redirect command output to a buffer, a file or a hsignal" +msgstr "" + +#. TRANSLATORS: only text between angle brackets (eg: "") may be translated +msgid "" +"[-buffer |-file |-hsignal ] [-concat ] [-" +"strip ] [-skipempty] [-c] [-o] [-g] [-nl] " +msgstr "" + +#, fuzzy +#| msgid "execute a command on all connected servers" +msgid "raw[-buffer]: display command output on this buffer" +msgstr "vykonat příkaz na všech připojených serverech" + +msgid "" +"name: full buffer name (examples: \"core.weechat\", \"irc.server.libera\", " +"\"irc.libera.#weechat\")" +msgstr "" + +#, fuzzy +#| msgid "execute a command on all connected servers" +msgid "raw[-file]: write command output in this file" +msgstr "vykonat příkaz na všech připojených serverech" + +msgid "" +"raw[-hsignal]: send command output as hsignal (keys: \"command\" and " +"\"output\")" +msgstr "" + +msgid "" +"raw[-o]: send command output to the buffer as input; colors are stripped and " +"commands are NOT executed (used only with -buffer)" +msgstr "" + +msgid "" +"raw[-concat]: concatenate all lines displayed using a separator; chars can " +"be escaped (example: \\x20 for space)" +msgstr "" + +msgid "" +"raw[-strip]: strip chars from lines (beginning/end); chars can be escaped " +"(example: \\x20 for space)" +msgstr "" + +msgid "raw[-skipempty]: skip empty lines when lines are concatenated" +msgstr "" + +msgid "raw[-c]: alias for \"-concat \\x20 -strip \\x20 -skipempty\"" +msgstr "" + +msgid "" +"raw[-nl]: display messages in English during the command execution (do not " +"use the current locale)" +msgstr "" + +msgid "" +"If no target is specified (\"-buffer\", \"-file\" or \"-hsignal\"), then the " +"command output is sent on the current buffer." +msgstr "" + +msgid "" +"Note: for commands that display messages in an asynchronous way (like /exec " +"and many IRC commands), the output will not be caught by this command." +msgstr "" + +msgid "" +"For example \"/pipe /whois nick\" will NOT redirect the answer from IRC " +"server to the current buffer." +msgstr "" + +msgid " write info about external libraries in a file:" +msgstr "" + +msgid " send output of \"/debug libs\" as a single line on current channel:" +msgstr "" + +#, fuzzy +#| msgid "display text on a buffer" +msgid " display info about all buffers on current buffer:" +msgstr "zobraz text v bufferu" + +#, fuzzy +msgid " send list of filters on current channel, in English:" +msgstr "barva módů kanálu, blízko jména kanálu" + msgid "list/load/unload plugins" msgstr "seznam/načíst/odebrat pluginy" @@ -2888,8 +2984,8 @@ msgid "raw[-beep]: alias of \"-stderr \\a\"" msgstr "" msgid "" -"The options -action ... -quit use the prefix defined in options \"weechat." -"look.prefix_*\"." +"The options -action ... -quit use the prefix defined in options " +"\"weechat.look.prefix_*\"." msgstr "" msgid "Following escaped chars are supported:" @@ -3231,8 +3327,8 @@ msgid "" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " "the prompt (this same variable is used by WeeChat on /upgrade), or to set " "option sec.crypt.passphrase_command to read the passphrase from the output " -"of an external command like a password manager (see /help sec.crypt." -"passphrase_command)." +"of an external command like a password manager (see /help " +"sec.crypt.passphrase_command)." msgstr "" msgid "Secured data with format ${sec.data.xxx} can be used in:" @@ -3280,8 +3376,8 @@ msgid " alias to ghost the nick \"mynick\":" msgstr "" msgid "" -" /alias add ghost /eval /msg -server libera nickserv ghost mynick ${sec." -"data.libera}" +" /alias add ghost /eval /msg -server libera nickserv ghost mynick $" +"{sec.data.libera}" msgstr "" msgid "set config options and environment variables" @@ -4066,11 +4162,11 @@ msgstr "" "weechat.look.save_layout_on_exit je ignorována" msgid "" -"Warning: you should now issue /save to write option weechat.look." -"save_config_on_exit in configuration file" +"Warning: you should now issue /save to write option " +"weechat.look.save_config_on_exit in configuration file" msgstr "" -"Upozornění: měl by jste nyní provést /save pro zapsání volby weechat.look." -"save_config_on_exit do konfiguračního souboru" +"Upozornění: měl by jste nyní provést /save pro zapsání volby " +"weechat.look.save_config_on_exit do konfiguračního souboru" msgid "" "WARNING: this option can cause serious display bugs, if you have such " @@ -4152,11 +4248,11 @@ msgid "display WeeChat version at startup" msgstr "zobrazí verzi WeeChat při spuštění" msgid "" -"set resource limits for WeeChat process, format is: \"res1:limit1,res2:" -"limit2\"; resource name is the end of constant (RLIMIT_XXX) in lower case " -"(see man setrlimit for values); limit -1 means \"unlimited\"; example: set " -"unlimited size for core file and max 1GB of virtual memory: \"core:-1," -"as:1000000000\"" +"set resource limits for WeeChat process, format is: " +"\"res1:limit1,res2:limit2\"; resource name is the end of constant " +"(RLIMIT_XXX) in lower case (see man setrlimit for values); limit -1 means " +"\"unlimited\"; example: set unlimited size for core file and max 1GB of " +"virtual memory: \"core:-1,as:1000000000\"" msgstr "" msgid "" @@ -4167,9 +4263,9 @@ msgstr "" "(time, buffer, prefix, suffix, message (výchozí))" msgid "" -"alignment for multiline words according to option weechat.look." -"align_end_of_lines; if disabled, the multiline words will not be aligned, " -"which can be useful to not break long URLs" +"alignment for multiline words according to option " +"weechat.look.align_end_of_lines; if disabled, the multiline words will not " +"be aligned, which can be useful to not break long URLs" msgstr "" msgid "" @@ -4261,13 +4357,12 @@ msgid "" "you can use colors with format \"${color:xxx}\", see /help eval); variable " "\"${highlight}\" can be used in a condition to have a format specific to " "lines with highlight (see also option weechat.look.highlight_prefix); for " -"example time using grayscale: " -"\"${color:252}%H${color:243}%M${color:237}%S\", the same with milliseconds: " -"\"${color:252}%H${color:243}%M${color:237}%S.%.3\", red background in case " -"of highlight: \"${if:${highlight}?${color:,red}}%H:%M:%S\", red background " -"in case of highlight with grayscale: ${if:${highlight}?${color:" -"yellow,124}%H${color:187}%M${color:181}%S.%.3:" -"${color:252}%H${color:243}%M${color:237}%S.%.3}" +"example time using grayscale: \"${color:252}%H${color:243}%M$" +"{color:237}%S\", the same with milliseconds: \"${color:252}%H${color:243}%M$" +"{color:237}%S.%.3\", red background in case of highlight: \"${if:$" +"{highlight}?${color:,red}}%H:%M:%S\", red background in case of highlight " +"with grayscale: ${if:${highlight}?${color:yellow,124}%H${color:187}%M$" +"{color:181}%S.%.3:${color:252}%H${color:243}%M${color:237}%S.%.3}" msgstr "" "formát času zobrazeného na každém řádku v bufferu (viz. man strftime pro " "specifikaci data/času), barvy jsou povoleny ve formátu \"${barva}\", " @@ -4407,8 +4502,8 @@ msgstr "zobrazit speiální zprávy při změně dne" msgid "" "message displayed when the day has changed, with one date displayed (for " "example at beginning of buffer) (see man strftime for date/time specifiers) " -"(note: content is evaluated, so you can use colors with format \"${color:" -"xxx}\", see /help eval)" +"(note: content is evaluated, so you can use colors with format \"${color:xxx}" +"\", see /help eval)" msgstr "" "časový formát pro \"time\" položku panelu (viz. man strftime pro specifikaci " "data/času)" @@ -4443,8 +4538,8 @@ msgstr "" msgid "" "comma separated list of words to highlight; case-insensitive comparison (use " "\"(?-i)\" at beginning of words to make them case-sensitive), words may " -"begin or end with \"*\" for partial match; example: \"test,(?-i)*toto*," -"flash*\"" +"begin or end with \"*\" for partial match; example: \"test,(?-" +"i)*toto*,flash*\"" msgstr "" "čárkou oddělený seznam slov pro zvýraznění (neporovnává se velikost písmen, " "slova mohou začínat nebo končit \"*\" pro částečnou schodu)" @@ -4571,11 +4666,12 @@ msgstr "" msgid "" "comma-separated list of fields to sort hotlist; each field is a hdata " -"variable of hotlist (\"var\") or a hdata variable of buffer (\"buffer." -"var\"); char \"-\" can be used before field to reverse order, char \"~\" can " -"be used to do a case-insensitive comparison; examples: \"-priority,buffer." -"number\" for sort on hotlist priority then by buffer number, \"-~buffer." -"full_name\" for case-insensitive and reverse sort on buffer full name" +"variable of hotlist (\"var\") or a hdata variable of buffer " +"(\"buffer.var\"); char \"-\" can be used before field to reverse order, char " +"\"~\" can be used to do a case-insensitive comparison; examples: \"-" +"priority,buffer.number\" for sort on hotlist priority then by buffer number, " +"\"-~buffer.full_name\" for case-insensitive and reverse sort on buffer full " +"name" msgstr "" #, fuzzy @@ -4683,8 +4779,8 @@ msgid "" "the format \"text,background\", for example \"yellow,red\"" msgstr "" "vynutit barvu u některých přezdívek: hash spočítaný z přezdívky pro nalezení " -"barvy nebude použit pro tyto přezdívky (formát je: \"přezdívka1:barva1;" -"přezdívka2:barva2\")" +"barvy nebude použit pro tyto přezdívky (formát je: " +"\"přezdívka1:barva1;přezdívka2:barva2\")" msgid "" "hash algorithm used to find the color for a nick: djb2 = variant of djb2 " @@ -4704,9 +4800,9 @@ msgid "" "chars used to stop in nick when computing color with letters of nick (at " "least one char outside this list must be in string before stopping) " "(example: nick \"|nick|away\" with \"|\" in chars will return color of nick " -"\"|nick\"); this option has an impact on option weechat.look." -"nick_color_force, so the nick for the forced color must not contain the " -"chars ignored by this option" +"\"|nick\"); this option has an impact on option " +"weechat.look.nick_color_force, so the nick for the forced color must not " +"contain the chars ignored by this option" msgstr "" "znaky zastavující výpočet barvy přezdívky ze znaků přezdívky (alespoň jeden " "mimo tento list musí být v řetězci před zastavením) (example: přezdívka \"|" @@ -5146,9 +5242,9 @@ msgstr "" #| "text color for nicks (comma separated list of colors, background is " #| "allowed with format: \"fg:bg\", for example: \"lightred:blue\")" msgid "" -"text color for syntax highlighting in evaluated strings, with " -"\"${raw_hl:...}\" and \"${hl:...}\" (comma separated list of colors, " -"background is allowed with format: \"fg:bg\", for example: \"lightred:blue\")" +"text color for syntax highlighting in evaluated strings, with \"${raw_hl:...}" +"\" and \"${hl:...}\" (comma separated list of colors, background is allowed " +"with format: \"fg:bg\", for example: \"lightred:blue\")" msgstr "" "barva textu pro přezdívky (čárkou oddělený seznam barev, pozadí je povoleno " "ve formátu: \"fg:bg\", například: \"lightred:blue\")" @@ -6054,8 +6150,8 @@ msgid "" msgstr "" " -a, --no-connect\t\t\tvypne automatické připojení k serverům při startu\n" " -c, --colors\t\t\t\tzobrazí výchozí barvy v terminálu\n" -" -d, --dir \t \t\tnastaví domovský adresář WeeChat (výchozí: ~/." -"weechat)\n" +" -d, --dir \t \t\tnastaví domovský adresář WeeChat (výchozí: " +"~/.weechat)\n" "\t\t\t\t\t\t\t(pokud není použita, weechat zkusí načíst promněnou prostředí " "WEECHAT_HOME)\n" " -h, --help\t\t\t\t\ttato nápověda\n" @@ -6319,9 +6415,9 @@ msgstr "typ pole (root, window, window_active, window_inactive)" msgid "" "conditions to display the bar: a simple condition: \"active\", \"inactive\", " "\"nicklist\" (window must be active/inactive, buffer must have a nicklist), " -"or an expression with condition(s) (see /help eval), like: \"${nicklist} && " -"${info:term_width} > 100\" (local variables for expression are ${active}, " -"${inactive} and ${nicklist})" +"or an expression with condition(s) (see /help eval), like: \"${nicklist} && $" +"{info:term_width} > 100\" (local variables for expression are ${active}, $" +"{inactive} and ${nicklist})" msgstr "" msgid "bar position (bottom, top, left, right)" @@ -6449,8 +6545,8 @@ msgid "" msgstr "" "%sChyba: není bezpečné požít klávesovou zkratku \"%s\" protože nezačíná s " "klávesou CTRL nebo META (tip: požij alt-k k nalezení kódu klávesy); pokud i " -"přesto chcete použít tuto klávesovou zkratku vypněte volbu weechat.look." -"key_bind_safe" +"přesto chcete použít tuto klávesovou zkratku vypněte volbu " +"weechat.look.key_bind_safe" #, c-format msgid "" @@ -6747,14 +6843,14 @@ msgstr "" msgid "" " - ${current_buffer}: a boolean (\"0\" or \"1\"), \"1\" if this is the " -"current buffer; it can be used in a condition: ${if:" -"${current_buffer}?...:...}" +"current buffer; it can be used in a condition: ${if:$" +"{current_buffer}?...:...}" msgstr "" msgid "" " - ${merged}: a boolean (\"0\" or \"1\"), \"1\" if the buffer is merged " -"with at least another buffer; it can be used in a condition: ${if:" -"${merged}?...:...}" +"with at least another buffer; it can be used in a condition: ${if:$" +"{merged}?...:...}" msgstr "" msgid "" @@ -6799,8 +6895,8 @@ msgid "" msgstr "" msgid "" -" - ${format_name}: formatted name (evaluation of option buflist.format." -"name)" +" - ${format_name}: formatted name (evaluation of option " +"buflist.format.name)" msgstr "" msgid " - ${name}: the short name (if set), with a fallback on the name" @@ -6813,8 +6909,8 @@ msgid "" msgstr "" msgid "" -" - ${format_hotlist}: the formatted hotlist (evaluation of option buflist." -"format.hotlist)" +" - ${format_hotlist}: the formatted hotlist (evaluation of option " +"buflist.format.hotlist)" msgstr "" msgid " - ${hotlist}: the raw hotlist" @@ -6913,16 +7009,16 @@ msgstr "čárkami oddělený seznam slovníků, které použít pro tento buffer msgid "" "comma-separated list of fields to sort buffers; each field is a hdata " -"variable of buffer (\"var\"), a hdata variable of IRC server (\"irc_server." -"var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " -"can be used before field to reverse order, char \"~\" can be used to do a " -"case-insensitive comparison; examples: \"-~short_name\" for case-insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," -"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " -"number for buffers without activity (note: the content is evaluated, before " -"being split into fields, but at that time \"bar_item\" is the only variable " -"that can be used, to distinguish between different buflist items, for " -"example \"${bar_item.name}\")" +"variable of buffer (\"var\"), a hdata variable of IRC server " +"(\"irc_server.var\") or a hdata variable of IRC channel " +"(\"irc_channel.var\"); char \"-\" can be used before field to reverse order, " +"char \"~\" can be used to do a case-insensitive comparison; examples: \"-" +"~short_name\" for case-insensitive and reverse sort on buffer short name, \"-" +"hotlist.priority,hotlist.time,hotlist.time_usec,number,-active\" for sort " +"like the hotlist then by buffer number for buffers without activity (note: " +"the content is evaluated, before being split into fields, but at that time " +"\"bar_item\" is the only variable that can be used, to distinguish between " +"different buflist items, for example \"${bar_item.name}\")" msgstr "" msgid "" @@ -6935,9 +7031,8 @@ msgid "" "format of each line with a buffer (note: content is evaluated, see /help " "buflist); example: standard format for bar item \"buflist\" and only the " "buffer number between square brackets for other bar items (\"buflist2\" to " -"\"buflist5\"): \"${if:${bar_item.name}==buflist?" -"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:" -"[${number}]}\"" +"\"buflist5\"): \"${if:${bar_item.name}==buflist?${format_number}${indent}$" +"{format_nick_prefix}${color_hotlist}${format_name}:[${number}]}\"" msgstr "" #, fuzzy @@ -7168,9 +7263,9 @@ msgid "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer ] [-l|-o|-" "oc|-n|-nf] [-oerr] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-" "color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout ] [-name " -"] [-pipe ] [-hsignal ] || -in || -" -"inclose [] || -signal || -kill || -killall || -" -"set || -del |-all [...]" +"] [-pipe ] [-hsignal ] || -in || " +"-inclose [] || -signal || -kill || -killall || " +"-set || -del |-all [...]" msgstr "" #, fuzzy @@ -7509,8 +7604,8 @@ msgstr "popis" msgid "" "%s%d%s/%s%d%s%s | Filter: %s%s%s | Sort: %s%s%s | Key(input): " "alt+space=toggle boolean, alt+'-'(-)=subtract 1 or set, alt+'+'(+)=add 1 or " -"append, alt+f,alt+r(r)=reset, alt+f,alt+u(u)=unset, alt+enter(s)=set, alt+f," -"alt+n(n)=set new value, alt+f,alt+a(a)=append, alt+','=mark/unmark, " +"append, alt+f,alt+r(r)=reset, alt+f,alt+u(u)=unset, alt+enter(s)=set, " +"alt+f,alt+n(n)=set new value, alt+f,alt+a(a)=append, alt+','=mark/unmark, " "shift+down=mark and move down, shift+up=move up and mark, ($)=refresh, ($" "$)=unmark/refresh, (m)=mark matching options, (u)=unmark matching options, " "alt+p(p)=toggle plugins desc, alt+v(v)=toggle help bar, ctrl+x(x)=switch " @@ -7543,8 +7638,8 @@ msgstr "" #. TRANSLATORS: only text between angle brackets (eg: "") may be translated msgid "" "-bar || -refresh || -up|-down [] || -left|-right [] || -go " -"|end || -toggle || -add [] || -reset || -unset || -set || -" -"setnew || -append || -mark || -format || -export [-help|-nohelp] " +"|end || -toggle || -add [] || -reset || -unset || -set || " +"-setnew || -append || -mark || -format || -export [-help|-nohelp] " "|| -import || " msgstr "" @@ -7625,8 +7720,8 @@ msgid "" msgstr "" msgid "" -"raw[-nohelp]: do not write help on options in exported file (see /help fset." -"look.export_help_default)" +"raw[-nohelp]: do not write help on options in exported file (see /help " +"fset.look.export_help_default)" msgstr "" msgid "" @@ -7766,8 +7861,8 @@ msgid " - ${description_en}: option description (in English)" msgstr "" msgid "" -" - ${description_en2}: option description (in English), \"(no " -"description)\" if there's no description" +" - ${description_en2}: option description (in English), \"(no description)" +"\" if there's no description" msgstr "" msgid " - ${string_values}: string values allowed for set of an enum option" @@ -7793,16 +7888,16 @@ msgid " - option data, raw format (no colors/spaces):" msgstr "" msgid "" -" - same names prefixed by two underscores, for example: ${__name}, " -"${__type}, ..." +" - same names prefixed by two underscores, for example: ${__name}, $" +"{__type}, ..." msgstr "" msgid " - option data, only spaces:" msgstr "" msgid "" -" - same names prefixed with \"empty_\", for example: ${empty_name}, " -"${empty_type}" +" - same names prefixed with \"empty_\", for example: ${empty_name}, $" +"{empty_type}" msgstr "" msgid " - other data:" @@ -7947,8 +8042,8 @@ msgid "color for color name when option fset.look.use_color_value is enabled" msgstr "" msgid "" -"color for color name on the selected line when option fset.look." -"use_color_value is enabled" +"color for color name on the selected line when option " +"fset.look.use_color_value is enabled" msgstr "" #, fuzzy @@ -8830,8 +8925,8 @@ msgstr "vykonat příkaz na všech kanálech všech připojených serverů" #. TRANSLATORS: only text between angle brackets (eg: "") may be translated #, fuzzy msgid "" -"[-current] [-exclude=[,...]] || [-current] -" -"include=[,...] " +"[-current] [-exclude=[,...]] || [-current] " +"-include=[,...] " msgstr "[-current] [-exclude=[,...]] []" #, fuzzy @@ -8926,8 +9021,8 @@ msgstr "" #, fuzzy msgid "" "password: SASL password or path to file with private key (content is " -"evaluated, see /help eval; server options are evaluated with ${irc_server." -"xxx} and ${server} is replaced by the server name)" +"evaluated, see /help eval; server options are evaluated with $" +"{irc_server.xxx} and ${server} is replaced by the server name)" msgstr "" " kanál: kanál na kterém je uživatel\n" "přezdívka: přezdívka, kterou vykopnout\n" @@ -9067,9 +9162,9 @@ msgid "" msgstr "" msgid "" -"The capabilities to automatically enable on servers can be set in option irc." -"server_default.capabilities (or by server in option irc.server.xxx." -"capabilities)." +"The capabilities to automatically enable on servers can be set in option " +"irc.server_default.capabilities (or by server in option " +"irc.server.xxx.capabilities)." msgstr "" msgid " display supported and enabled capabilities:" @@ -9090,8 +9185,8 @@ msgstr "připojit se k IRC serveru/serverům" #. TRANSLATORS: only text between angle brackets (eg: "") may be translated #, fuzzy msgid "" -"[...] [-