From c9796a31415dee3ac3745f6b4c0792d7a9da313b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Dec 2022 17:00:37 +0100 Subject: core: move `/input` jump actions to command `/buffer jump` Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` --- po/it.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'po/it.po') diff --git a/po/it.po b/po/it.po index 02d86271c..67ef17849 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-12-10 17:20+0100\n" +"POT-Creation-Date: 2022-12-25 16:37+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -1199,7 +1199,7 @@ msgid "" "|| renumber [ [ []]] || close [[-]|" "...] || notify [] || listvar [|] || setvar " "[] || delvar || set [] || get || " -"|-|+|" +"jump smart|last_displayed|prev_visited|next_visited || |-|+|" msgstr "" "list || clear [||-merged|-all] || move|merge || swap " "| [|] || unmerge [|-all] || close " @@ -1239,6 +1239,12 @@ msgid "" " delvar: delete a local variable from the current buffer\n" " set: set a property in the current buffer\n" " get: display a property of current buffer\n" +" jump: jump to another buffer:\n" +" smart: next buffer with activity\n" +" last_displayed: last buffer displayed (before last jump to a " +"buffer)\n" +" prev_visited: previously visited buffer\n" +" next_visited: jump to next visited buffer\n" " number: jump to buffer by number, possible prefix:\n" " '+': relative jump, add number to current\n" " '-': relative jump, sub number to current\n" @@ -1922,11 +1928,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" -" jump_smart: jump to next buffer with activity\n" -" jump_last_buffer_displayed: jump to last buffer displayed (before last " -"jump to a buffer)\n" -" jump_previously_visited_buffer: jump to previously visited buffer\n" -" jump_next_visited_buffer: jump to next visited buffer\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, " -- cgit v1.2.3