diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 18:50:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 18:50:57 +0100 |
commit | babe1e7a423a097cb4a6dcf709d31cfbc548afb7 (patch) | |
tree | 6204cfddbd5df18e2e0b1283286565f6a8533945 /po/pl.po | |
parent | 574a4c88346dacf1945fad827d90843c66e4e1a6 (diff) | |
download | weechat-babe1e7a423a097cb4a6dcf709d31cfbc548afb7.zip |
core: move `/input` hotlist actions to new command `/hotlist`
Actions moved to command `/hotlist`:
* `/input hotlist_clear` -> `/hotlist clear`
* `/input hotlist_remove_buffer` -> `/hotlist remove`
* `/input hotlist_restore_buffer` -> `/hotlist restore`
* `/input hotlist_restore_all` -> `/hotlist restore -all`
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 28 |
1 files changed, 19 insertions, 9 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-12-25 16:37+0100\n" +"POT-Creation-Date: 2022-12-25 18:41+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -2393,6 +2393,24 @@ msgstr "" "clear: czyści historie\n" "Wartość: ilość elementów historii do pokazania" +#, fuzzy +#| msgid "manage proxies" +msgid "manage hotlist" +msgstr "zarządzanie proxy" + +msgid "clear [<level>] || remove || restore [-all]" +msgstr "" + +msgid "" +"clear: clear hotlist\n" +"level: \"lowest\" to clear only lowest level in hotlist, highest\" to clear " +"only highest level in hotlist, or level mask: integer which is a combination " +"of 1=join/part, 2=message, 4=private, 8=highlight)\n" +"remove: remove current buffer from hotlist\n" +"restore: restore latest hotlist removed in the current buffer (or all " +"buffers with -all)" +msgstr "" + msgid "functions for command line" msgstr "funkcje linii komend" @@ -2502,14 +2520,6 @@ msgid "" " 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" -" hotlist_clear: clear hotlist (optional argument: \"lowest\" to clear only " -"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, " -"or level mask: integer which is a combination of 1=join/part, 2=message, " -"4=private, 8=highlight)\n" -" hotlist_remove_buffer: remove current buffer from hotlist\n" -" hotlist_restore_buffer: restore latest hotlist removed in the current " -"buffer\n" -" hotlist_restore_all: restore latest hotlist removed in all buffers\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 " |