diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 21:48:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-11 21:48:31 +0100 |
commit | e4e6fde80fa6134cb12060165de3626fe5896243 (patch) | |
tree | 0b8a1a7876723e52cf8f145a1a2bf570bcb0a718 /po/pl.po | |
parent | e0ec8da76a891f3d6d7cca6f6170d70908f0dcd8 (diff) | |
download | weechat-e4e6fde80fa6134cb12060165de3626fe5896243.zip |
core: add option `-s` in command `/command` to execute multiple commands separated by semicolons
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-02-11 08:54+0100\n" +"POT-Creation-Date: 2024-02-11 21:44+0100\n" "PO-Revision-Date: 2024-01-31 21:16+0100\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1554,7 +1554,9 @@ msgid "launch explicit WeeChat or plugin command" msgstr "wywołaj wyraźnie komendę WeeChat lub wtyczki" #. TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated -msgid "[-buffer <name>] <plugin> <command>" +#, fuzzy +#| msgid "[-buffer <name>] <plugin> <command>" +msgid "[-buffer <name>] <plugin> <command> || -s <command>[;<command>...]" msgstr "[-buffer <nazwa>] <wtyczka> <komenda>" msgid "raw[-buffer]: execute the command on this buffer" @@ -1575,6 +1577,17 @@ msgstr "" "komenda: komenda do wywołania („/” jest automatycznie dodawane jeśli nie " "występuje na początku komendy)" +#, fuzzy +#| msgid "" +#| "raw[-s]: split expression before evaluating it (many commands can be " +#| "separated by semicolons)" +msgid "" +"raw[-s]: execute one or multiple commands separated by semicolons (the " +"semicolon can be escaped with \"\\;\")" +msgstr "" +"raw[-s]: podziel wyrażenie przed ewaluacją (wiele komend można oddzielić " +"średnikami)" + msgid "" "free movement of cursor on screen to execute actions on specific areas of " "screen" |