core: update translations
This commit is contained in:
parent
12be3b8c33
commit
6fc6166cfe
@ -1545,60 +1545,63 @@ value: Anzahl der gewünschten Einträgen im Befehlsverlauf anzeigen
|
|||||||
----
|
----
|
||||||
/input <action> [<arguments>]
|
/input <action> [<arguments>]
|
||||||
|
|
||||||
Auflistung der möglichen Aktionen:
|
list of actions:
|
||||||
return: simuliert die "enter" Taste
|
return: simulate key "enter"
|
||||||
complete_next: vervollständigt Wort mit nächster Komplettierung
|
complete_next: complete word with next completion
|
||||||
complete_previous: vervollständigt Word mit vorheriger Komplettierung
|
complete_previous: complete word with previous completion
|
||||||
search_text_here: Textsuche ab aktueller Position
|
search_text_here: search text in buffer at current position
|
||||||
search_text: Textsuche im Buffer
|
search_text: search text in buffer
|
||||||
search_switch_case: schaltet Groß-/Kleinschreibung ein und aus
|
search_switch_case: switch exact case for search
|
||||||
search_switch_regex: Wechsel des Suchmodus: einfache Textsuche/reguläre Ausdrücke
|
search_switch_regex: switch search type: string/regular expression
|
||||||
search_switch_where: wechselt Suche in Nachricht/Präfix
|
search_switch_where: switch search in messages/prefixes
|
||||||
search_previous: sucht vorheriger Zeile
|
search_previous: search previous line
|
||||||
search_next: sucht nächste Zeile
|
search_next: search next line
|
||||||
search_stop_here: beendet Suche ab aktueller Position
|
search_stop_here: stop search at current position
|
||||||
search_stop: suche beenden
|
search_stop: stop search
|
||||||
delete_previous_char: entfernt vorheriges Zeichen
|
delete_previous_char: delete previous char
|
||||||
delete_next_char: entfernt nächstes Zeichen
|
delete_next_char: delete next char
|
||||||
delete_previous_word: entfernt vorheriges Wort
|
delete_previous_word: delete previous word
|
||||||
delete_next_word: entfernt nächstes Wort
|
delete_next_word: delete next word
|
||||||
delete_beginning_of_line: entfernt alle Zeichen ab Zeilenanfang bis zum Cursor
|
delete_beginning_of_line: delete from beginning of line until cursor
|
||||||
delete_end_of_line: entfernt alle Zeichen ab Cursor bis zum Ende der Zeile
|
delete_end_of_line: delete from cursor until end of line
|
||||||
delete_line: löscht die komplette Eingabezeile
|
delete_line: delete entire line
|
||||||
clipboard_paste: fügt Zeichenkette aus der internen Zwischenablage ein
|
clipboard_paste: paste from the internal clipboard
|
||||||
transpose_chars: Zeichen austauschen
|
transpose_chars: transpose two chars
|
||||||
undo: letzten Befehl in der Eingabezeile rückgängig machen
|
undo: undo last command line action
|
||||||
redo: letzten Befehl in der Eingabezeile wiederherstellen
|
redo: redo last command line action
|
||||||
move_beginning_of_line: springt an den Anfang der Eingabezeile
|
move_beginning_of_line: move cursor to beginning of line
|
||||||
move_end_of_line: springt ans Ende der Eingabezeile
|
move_end_of_line: move cursor to end of line
|
||||||
move_previous_char: setzt den Cursor eine Position nach links
|
move_previous_char: move cursor to previous char
|
||||||
move_next_char: setzt den Cursor eine Position nach rechts
|
move_next_char: move cursor to next char
|
||||||
move_previous_word: springt zum Anfang des vorherigen Wortes, in der Eingabezeile
|
move_previous_word: move cursor to previous word
|
||||||
move_next_word: springt zum Anfang des nächsten Wortes, in der Eingabezeile
|
move_next_word: move cursor to next word
|
||||||
history_previous: ruft vorherigen Befehl oder Nachricht aus dem Befehlsspeicher auf (im Such-Modus: rückwärts suchen)
|
history_previous: recall previous command in current buffer history
|
||||||
history_next: ruft nächsten Befehl oder Nachricht aus dem Befehlsspeicher auf (im Such-Modus: vorwärts suchen)
|
history_next: recall next command in current buffer history
|
||||||
history_global_previous: ruft vorherigen Befehl/Nachricht aus dem globalen Befehlsspeicher auf (für alle Buffer)
|
history_global_previous: recall previous command in global history
|
||||||
history_global_next: ruft nächsten Befehl/Nachricht aus dem globalen Befehlsspeicher auf (für alle Buffer)
|
history_global_next: recall next command in global history
|
||||||
jump_smart: wechselt zum nächsten Buffer mit Aktivität (nach Priorität: highlight, Nachricht, …)
|
jump_smart: jump to next buffer with activity
|
||||||
jump_last_buffer_displayed: wechselt zum jeweils zuletzt angezeigten Buffer
|
jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer)
|
||||||
jump_previously_visited_buffer: springt zum letzten besuchten Buffer
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: springt zum nächsten besuchten Buffer
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
hotlist_clear: löscht Hotlist (Aktivitätsanzeige für die Buffer), (optionales Argument: "lowest" löscht den niedrigsten Eintrag der Hotlist, "highest" löscht den höchsten Eintrag der Hotlist, oder eine integer Maske: eine Kombination aus 1=join/part, 2=Nachricht,4=privat,8=highlight)
|
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)
|
||||||
grab_key: fängt eine Taste (optionales Argument: Verzögerung um eine Taste einzufangen. Standard sind 500 Millisekunden)
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
grab_key_command: zeigt den Tastencode (inklusive des eingebundenen Befehls) einer Tastenkombination an und fügt ihn in die Befehlszeile ein (optionales Argument: Verzögerung um eine Taste einzufangen. Standard sind 500 Millisekunden)
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
grab_mouse: fängt den Code einer Maus Aktivität
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_mouse_area: fängt den Code einer Maus Aktivität mit entsprechendem Bereich
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread: setzt für alle Buffer die Markierung der ungelesen Nachrichten
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread_current_buffer: setzt nur für den aktuellen Buffer eine Markierung der ungelesen Nachrichten
|
grab_mouse: grab mouse event code
|
||||||
switch_active_buffer: springt zum nächsten zusammengefügten Buffer
|
grab_mouse_area: grab mouse event code with area
|
||||||
switch_active_buffer_previous: springt zum vorherigen zusammengefügten Buffer
|
set_unread: set unread marker for all buffers
|
||||||
zoom_merged_buffer: zoomt in zusammengefügte Buffer
|
set_unread_current_buffer: set unread marker for current buffer
|
||||||
insert: fügt einen Text in die Eingabezeile ein (Escapesequenzen sind möglich, siehe /help print)
|
switch_active_buffer: switch to next merged buffer
|
||||||
send: schickt Text an einen Buffer
|
switch_active_buffer_previous: switch to previous merged buffer
|
||||||
paste_start: Einfügen wird gestartet (bracketed paste mode)
|
zoom_merged_buffer: zoom on merged buffer
|
||||||
paste_stop: Einfügen wird beendet (bracketed paste mode)
|
insert: insert text in command line (escaped chars are allowed, see /help print)
|
||||||
|
send: send text to the buffer
|
||||||
|
paste_start: start paste (bracketed paste mode)
|
||||||
|
paste_stop: stop paste (bracketed paste mode)
|
||||||
|
|
||||||
Dieser Befehl wird sinnvollerweise mittels Tastenbelegungen oder Erweiterungen genutzt.
|
This command is used by key bindings or plugins.
|
||||||
----
|
----
|
||||||
|
|
||||||
[[command_weechat_key]]
|
[[command_weechat_key]]
|
||||||
|
@ -1584,6 +1584,9 @@ list of actions:
|
|||||||
jump_previously_visited_buffer: jump to previously visited buffer
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: jump to next visited buffer
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
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)
|
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)
|
||||||
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
grab_mouse: grab mouse event code
|
grab_mouse: grab mouse event code
|
||||||
|
@ -1584,6 +1584,9 @@ liste des actions :
|
|||||||
jump_previously_visited_buffer : sauter au tampon visité précédemment
|
jump_previously_visited_buffer : sauter au tampon visité précédemment
|
||||||
jump_next_visited_buffer : sauter au tampon visité après
|
jump_next_visited_buffer : sauter au tampon visité après
|
||||||
hotlist_clear : effacer la hotlist (paramètre facultatif : "lowest" pour effacer seulement le plus petit niveau dans la hotlist, "highest" pour effacer seulement le niveau le plus haut dans la hotlist, ou un masque de niveaux : entier qui est une combinaison de 1=join/part, 2=message, 4=privé, 8=highlight)
|
hotlist_clear : effacer la hotlist (paramètre facultatif : "lowest" pour effacer seulement le plus petit niveau dans la hotlist, "highest" pour effacer seulement le niveau le plus haut dans la hotlist, ou un masque de niveaux : entier qui est une combinaison de 1=join/part, 2=message, 4=privé, 8=highlight)
|
||||||
|
hotlist_remove_buffer : supprimer le tampon courant de la hotlist
|
||||||
|
hotlist_restore_buffer : restaurer la dernière hotlist supprimée dans le tampon courant
|
||||||
|
hotlist_restore_all : restaurer la dernière hotlist supprimée dans tous les tampons
|
||||||
grab_key : capturer une touche (paramètre facultatif : délai pour la fin de la capture, par défaut 500 millisecondes)
|
grab_key : capturer une touche (paramètre facultatif : délai pour la fin de la capture, par défaut 500 millisecondes)
|
||||||
grab_key_command : capturer une touche avec sa commande associée (paramètre facultatif : délai pour la fin de la capture, par défaut 500 millisecondes)
|
grab_key_command : capturer une touche avec sa commande associée (paramètre facultatif : délai pour la fin de la capture, par défaut 500 millisecondes)
|
||||||
grab_mouse : capturer un évènement de la souris
|
grab_mouse : capturer un évènement de la souris
|
||||||
|
@ -1584,6 +1584,9 @@ list of actions:
|
|||||||
jump_previously_visited_buffer: jump to previously visited buffer
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: jump to next visited buffer
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
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)
|
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)
|
||||||
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
grab_mouse: grab mouse event code
|
grab_mouse: grab mouse event code
|
||||||
|
@ -1545,60 +1545,63 @@ value: 表示する履歴エントリの数
|
|||||||
----
|
----
|
||||||
/input <action> [<arguments>]
|
/input <action> [<arguments>]
|
||||||
|
|
||||||
アクションリスト:
|
list of actions:
|
||||||
return: "enter" キーをシミュレート
|
return: simulate key "enter"
|
||||||
complete_next: 次の補完候補で単語を補完
|
complete_next: complete word with next completion
|
||||||
complete_previous: 一つ前の補完候補で単語を補完
|
complete_previous: complete word with previous completion
|
||||||
search_text_here: 現在の位置でテキストを検索
|
search_text_here: search text in buffer at current position
|
||||||
search_text: バッファ内のテキストを検索
|
search_text: search text in buffer
|
||||||
search_switch_case: 完全一致検索に変更
|
search_switch_case: switch exact case for search
|
||||||
search_switch_regex: 検索タイプの切り替え: 文字列/正規表現
|
search_switch_regex: switch search type: string/regular expression
|
||||||
search_switch_where: 検索範囲の切り替え: メッセージ/プレフィックス
|
search_switch_where: switch search in messages/prefixes
|
||||||
search_previous: 一つ前の行を検索
|
search_previous: search previous line
|
||||||
search_next: 次の行を検索
|
search_next: search next line
|
||||||
search_stop_here: 現在の位置で検索を終了
|
search_stop_here: stop search at current position
|
||||||
search_stop: 検索を終了
|
search_stop: stop search
|
||||||
delete_previous_char: 一つ前の文字を削除
|
delete_previous_char: delete previous char
|
||||||
delete_next_char: 次の文字を削除
|
delete_next_char: delete next char
|
||||||
delete_previous_word: 一つ前の単語を削除
|
delete_previous_word: delete previous word
|
||||||
delete_next_word: 次の単語を削除
|
delete_next_word: delete next word
|
||||||
delete_beginning_of_line: 行の最初からカーソル位置までを削除
|
delete_beginning_of_line: delete from beginning of line until cursor
|
||||||
delete_end_of_line: カーソルから行の最後までを削除
|
delete_end_of_line: delete from cursor until end of line
|
||||||
delete_line: 行を削除
|
delete_line: delete entire line
|
||||||
clipboard_paste: WeeChat 専用の内部クリップボードの内容をペースト
|
clipboard_paste: paste from the internal clipboard
|
||||||
transpose_chars: 2 つの文字を入れ替え
|
transpose_chars: transpose two chars
|
||||||
undo: 最新のコマンドラインアクションまで元に戻す
|
undo: undo last command line action
|
||||||
redo: 最新のコマンドラインアクションまでやり直す
|
redo: redo last command line action
|
||||||
move_beginning_of_line: カーソルを行頭に移動
|
move_beginning_of_line: move cursor to beginning of line
|
||||||
move_end_of_line: カーソルを行末まで移動
|
move_end_of_line: move cursor to end of line
|
||||||
move_previous_char: カーソルを一つ前の文字に移動
|
move_previous_char: move cursor to previous char
|
||||||
move_next_char: カーソルを次の文字に移動
|
move_next_char: move cursor to next char
|
||||||
move_previous_word: カーソルを一つ前の単語に移動
|
move_previous_word: move cursor to previous word
|
||||||
move_next_word: カーソルを次の単語に移動
|
move_next_word: move cursor to next word
|
||||||
history_previous: 現在のバッファ履歴のひとつ前のコマンドを再呼び出し
|
history_previous: recall previous command in current buffer history
|
||||||
history_next: 現在のバッファ履歴の次のコマンドを再呼び出し
|
history_next: recall next command in current buffer history
|
||||||
history_global_previous: グローバル履歴の一つ前のコマンドを再呼び出し
|
history_global_previous: recall previous command in global history
|
||||||
history_global_next: グローバル履歴の次のコマンドを再呼び出し
|
history_global_next: recall next command in global history
|
||||||
jump_smart: 次のアクティブバッファに飛ぶ
|
jump_smart: jump to next buffer with activity
|
||||||
jump_last_buffer_displayed: 表示されている最後のバッファに移動 (最新のバッファ移動の一つ前に表示されていたバッファ)
|
jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer)
|
||||||
jump_previously_visited_buffer: 一つ前に訪れたバッファに移動
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: 次に訪れたバッファに移動
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
hotlist_clear: ホットリストを消去 (オプション引数: "lowest" はホットリスト内の最も低いレベルだけを消去。"highest" はホットリスト内の最も高いレベルだけを消去。レベルマスクは 1 (参加/退出)、2 (メッセージ)、4 (プライベートメッセージ)、8 (ハイライト) を合計した整数値で指定したレベルを消去)
|
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)
|
||||||
grab_key: キーを横取り (任意引数: 最後の横取りからの遅延時間、デフォルトは 500 ミリ秒)
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
grab_key_command: あるコマンドに関連してキーを横取り (任意引数: 最後の横取りからの遅延時間、デフォルトは 500 ミリ秒)
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
grab_mouse: grab マウスイベントコードを横取り
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_mouse_area: 範囲指定のマウスイベントコードを横取り
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread: 全てのバッファに対して未読マーカーを設定
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread_current_buffer: 現在のバッファに対して未読マーカーを設定
|
grab_mouse: grab mouse event code
|
||||||
switch_active_buffer: 次のマージされたバッファに移動
|
grab_mouse_area: grab mouse event code with area
|
||||||
switch_active_buffer_previous: 一つ前のマージされたバッファに移動
|
set_unread: set unread marker for all buffers
|
||||||
zoom_merged_buffer: マージされたバッファにズーム
|
set_unread_current_buffer: set unread marker for current buffer
|
||||||
insert: コマンドラインにテキストを挿入 (エスケープ文字も可、/help print を参照してください)
|
switch_active_buffer: switch to next merged buffer
|
||||||
send: バッファにテキストを送信
|
switch_active_buffer_previous: switch to previous merged buffer
|
||||||
paste_start: ペーストの開始 (括弧付きペーストモード)
|
zoom_merged_buffer: zoom on merged buffer
|
||||||
paste_stop: ペーストの終了 (括弧付きペーストモード)
|
insert: insert text in command line (escaped chars are allowed, see /help print)
|
||||||
|
send: send text to the buffer
|
||||||
|
paste_start: start paste (bracketed paste mode)
|
||||||
|
paste_stop: stop paste (bracketed paste mode)
|
||||||
|
|
||||||
これらのコマンドはキーバインドかプラグインで利用できます。
|
This command is used by key bindings or plugins.
|
||||||
----
|
----
|
||||||
|
|
||||||
[[command_weechat_key]]
|
[[command_weechat_key]]
|
||||||
|
@ -1544,60 +1544,63 @@ Wartość: ilość elementów historii do pokazania
|
|||||||
----
|
----
|
||||||
/input <akcja> [<argumenty>]
|
/input <akcja> [<argumenty>]
|
||||||
|
|
||||||
lista akcji:
|
list of actions:
|
||||||
return: symuluje klawisz "enter"
|
return: simulate key "enter"
|
||||||
complete_next: dopełnia słowo następnym dopełnieniem
|
complete_next: complete word with next completion
|
||||||
complete_previous: dopełnia słowo poprzednim dopełnieniem
|
complete_previous: complete word with previous completion
|
||||||
search_text_here: szuka testu w obecnej pozycji w buforze
|
search_text_here: search text in buffer at current position
|
||||||
search_text: szuka tekstu w buforze
|
search_text: search text in buffer
|
||||||
search_switch_case: przełącza na dokładne dopasowanie przy szukaniu
|
search_switch_case: switch exact case for search
|
||||||
search_switch_regex: przełącza typy wyszukiwania ciąg/wyrażenie regularne
|
search_switch_regex: switch search type: string/regular expression
|
||||||
search_switch_where: zmienia miejsce przeszukiwania na wiadomości/przedrostki
|
search_switch_where: switch search in messages/prefixes
|
||||||
search_previous: szuka poprzednich linii
|
search_previous: search previous line
|
||||||
search_next: szuka następnych linii
|
search_next: search next line
|
||||||
search_stop_here: zatrzymuje wyszukiwanie na obecnej pozycji
|
search_stop_here: stop search at current position
|
||||||
search_stop: zatrzymuje wyszukiwanie
|
search_stop: stop search
|
||||||
delete_previous_char: usuwa poprzedni znak
|
delete_previous_char: delete previous char
|
||||||
delete_next_char: usuwa następny znak
|
delete_next_char: delete next char
|
||||||
delete_previous_word: usuwa poprzednie słowo
|
delete_previous_word: delete previous word
|
||||||
delete_next_word: usuwa następne słowo
|
delete_next_word: delete next word
|
||||||
delete_beginning_of_line: usuwa od początku linii do kursora
|
delete_beginning_of_line: delete from beginning of line until cursor
|
||||||
delete_end_of_line: usuwa od kursora do końca linii
|
delete_end_of_line: delete from cursor until end of line
|
||||||
delete_line: usuwa cała linię
|
delete_line: delete entire line
|
||||||
clipboard_paste: wkleja ze schowka
|
clipboard_paste: paste from the internal clipboard
|
||||||
transpose_chars: zamienia dwa znaki
|
transpose_chars: transpose two chars
|
||||||
undo: cofa ostatnia akcję w linii poleceń
|
undo: undo last command line action
|
||||||
redo: ponownie wykonuje cofniętą akcję w linii poleceń
|
redo: redo last command line action
|
||||||
move_beginning_of_line: przesuwa kursor na początek linii
|
move_beginning_of_line: move cursor to beginning of line
|
||||||
move_end_of_line: przesuwa kursor na koniec linii
|
move_end_of_line: move cursor to end of line
|
||||||
move_previous_char: przesuwa kursor do poprzedniego znaku
|
move_previous_char: move cursor to previous char
|
||||||
move_next_char: przesuwa kursor do następnego znaku
|
move_next_char: move cursor to next char
|
||||||
move_previous_word: przesuwa kursor do poprzedniego słowa
|
move_previous_word: move cursor to previous word
|
||||||
move_next_word: przesuwa kursor do następnego słowa
|
move_next_word: move cursor to next word
|
||||||
history_previous: przywołuje poprzednia komendę z historii obecnego bufora
|
history_previous: recall previous command in current buffer history
|
||||||
history_next: przywołuje następną komendę z historii obecnego bufora
|
history_next: recall next command in current buffer history
|
||||||
history_global_previous: przywołuje poprzednią komendę z globalnej historii
|
history_global_previous: recall previous command in global history
|
||||||
history_global_next: przywołuje następną komendę z globalnej historii
|
history_global_next: recall next command in global history
|
||||||
jump_smart: przechodzi do następnego bufora z aktywnością
|
jump_smart: jump to next buffer with activity
|
||||||
jump_last_buffer_displayed: przechodzi do ostatnio wyświetlanego bufora (przed ostatnim przeskoczeniem do bufora)
|
jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer)
|
||||||
jump_previously_visited_buffer: przeskakuje do poprzedniego bufora
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: przeskakuje to następnego bufora
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
hotlist_clear: czyści hotlistę (opcjonaly argument: "lowest" czyści najniższy poziom na hotliście, "highest" czyści najwyższy poziom na hotliście, albo maska poziomu: liczba będąca kombinacją 1=join/part, 2=wiadomość, 4=prywatny, 8=podświetlenie)
|
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)
|
||||||
grab_key: przechwytuje klawisz (opcjonalny argument: opóźnienie końca przechwycenia, domyślnie jest to 500 milisekund)
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
grab_key_command: przechwytuje klawisz z przypisaną komendą (opcjonalny argument: opóźnienie końca przechwycenia, domyślnie jest to 500 milisekund)
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
grab_mouse: przechwytuje kod zdarzenia myszy
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_mouse_area: przechwytuje kod zdarzenia myszy z obszarem
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread: ustawia znacznik nie przeczytania dla wszystkich buforów
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread_current_buffer: ustawia znacznik nie przeczytania dla obecnego bufora
|
grab_mouse: grab mouse event code
|
||||||
switch_active_buffer: przełącza do następnego połączonego buforu
|
grab_mouse_area: grab mouse event code with area
|
||||||
switch_active_buffer_previous: przełącza do poprzedniego połączonego buforu
|
set_unread: set unread marker for all buffers
|
||||||
zoom_merged_buffer: zoom na połączony bufor
|
set_unread_current_buffer: set unread marker for current buffer
|
||||||
insert: wkleja tekst do linii poleceń (dozwolone są wyescapowane znaki, zobacz /help print)
|
switch_active_buffer: switch to next merged buffer
|
||||||
send: wysyła tekst do bufora
|
switch_active_buffer_previous: switch to previous merged buffer
|
||||||
paste_start: zaczyna wklejanie (tryb z rozpoznawaniem wklejanego tekstu)
|
zoom_merged_buffer: zoom on merged buffer
|
||||||
paste_stop: kończy wklejanie (tryb z rozpoznawaniem wklejanego tekstu)
|
insert: insert text in command line (escaped chars are allowed, see /help print)
|
||||||
|
send: send text to the buffer
|
||||||
|
paste_start: start paste (bracketed paste mode)
|
||||||
|
paste_stop: stop paste (bracketed paste mode)
|
||||||
|
|
||||||
Ta komenda jest używana do przypisywania klawiszy lub przez wtyczki.
|
This command is used by key bindings or plugins.
|
||||||
----
|
----
|
||||||
|
|
||||||
[[command_weechat_key]]
|
[[command_weechat_key]]
|
||||||
|
@ -1545,60 +1545,63 @@ addreplace: додаје или замењује постојећи филтер
|
|||||||
----
|
----
|
||||||
/input <акција> [<аргументи>]
|
/input <акција> [<аргументи>]
|
||||||
|
|
||||||
листа акција:
|
list of actions:
|
||||||
return: симулира притисак на тастер „ентер”
|
return: simulate key "enter"
|
||||||
complete_next: довршава реч са наредним довршавањем
|
complete_next: complete word with next completion
|
||||||
complete_previous: довршава реч са претходним довршавањем
|
complete_previous: complete word with previous completion
|
||||||
search_text_here: претражује текст у баферу почевши од текуће позиције
|
search_text_here: search text in buffer at current position
|
||||||
search_text: претражује текст у баферу
|
search_text: search text in buffer
|
||||||
search_switch_case: укључује употребу тачне величине слова код претраге
|
search_switch_case: switch exact case for search
|
||||||
search_switch_regex: мења тип претраге: стринг/регуларни израз
|
search_switch_regex: switch search type: string/regular expression
|
||||||
search_switch_where: укључује претрагу у порукама/префиксима
|
search_switch_where: switch search in messages/prefixes
|
||||||
search_previous: претрага у претходној линији
|
search_previous: search previous line
|
||||||
search_next: претрага у наредној линији
|
search_next: search next line
|
||||||
search_stop_here: зауставља претрагу на текућој позицији
|
search_stop_here: stop search at current position
|
||||||
search_stop: зауставља претрагу
|
search_stop: stop search
|
||||||
delete_previous_char: брише претходни карактер
|
delete_previous_char: delete previous char
|
||||||
delete_next_char: брише наредни карактер
|
delete_next_char: delete next char
|
||||||
delete_previous_word: брише претходну реч
|
delete_previous_word: delete previous word
|
||||||
delete_next_word: брише наредну реч
|
delete_next_word: delete next word
|
||||||
delete_beginning_of_line: брише од почетка линије до позиције курсора
|
delete_beginning_of_line: delete from beginning of line until cursor
|
||||||
delete_end_of_line: брише од позиције курсора до краја линије
|
delete_end_of_line: delete from cursor until end of line
|
||||||
delete_line: брише комплетну линију
|
delete_line: delete entire line
|
||||||
clipboard_paste: налепљује из интерног клипборда
|
clipboard_paste: paste from the internal clipboard
|
||||||
transpose_chars: транспонује два карактера (замењују места)
|
transpose_chars: transpose two chars
|
||||||
undo: поништава последњу акцију командне линије
|
undo: undo last command line action
|
||||||
redo: обнавља последње поништену акцију команде линије
|
redo: redo last command line action
|
||||||
move_beginning_of_line: помера курсор на почетак линије
|
move_beginning_of_line: move cursor to beginning of line
|
||||||
move_end_of_line: помера курсор на крај линије
|
move_end_of_line: move cursor to end of line
|
||||||
move_previous_char: помера курсор на претходни карактер
|
move_previous_char: move cursor to previous char
|
||||||
move_next_char: помера курсор на наредни карактер
|
move_next_char: move cursor to next char
|
||||||
move_previous_word: помера курсор на претходну реч
|
move_previous_word: move cursor to previous word
|
||||||
move_next_word: помера курсор на наредну реч
|
move_next_word: move cursor to next word
|
||||||
history_previous: позива претходну команду из историје команди текућег бафера
|
history_previous: recall previous command in current buffer history
|
||||||
history_next: позива наредну команду из историје команди текућег бафера
|
history_next: recall next command in current buffer history
|
||||||
history_global_previous: позива претходну команду из глобалне историје команди
|
history_global_previous: recall previous command in global history
|
||||||
history_global_next: позива наредну команду из глобалне историје команди
|
history_global_next: recall next command in global history
|
||||||
jump_smart: скаче на наредни бафер у коме постоји активност
|
jump_smart: jump to next buffer with activity
|
||||||
jump_last_buffer_displayed: скаче на последњи приказани бафер (пре последњег скока на бафер)
|
jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer)
|
||||||
jump_previously_visited_buffer: скаче на претходно посећени бафер
|
jump_previously_visited_buffer: jump to previously visited buffer
|
||||||
jump_next_visited_buffer: скаче на наредни посећени бафер
|
jump_next_visited_buffer: jump to next visited buffer
|
||||||
hotlist_clear: брише врућу листу (необавезни аргументи: „lowest” за брисање само најнижег нивоа у врућој листи, „highest” за брисање само највишег нивоа у врућој листи, или маска нивоа: целобројна вредност која представља комбинацију 1=join/part, 2=порука, 4=приватно, 8=истицање)
|
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)
|
||||||
grab_key: преузима тастер (необавезни аргумент: кашњење за крај преузимања, подразумевано је 500 милисекунди)
|
hotlist_remove_buffer: remove current buffer from hotlist
|
||||||
grab_key_command: преузима тастер са својом придруженом командом (необавезни аргумент: кашњење за крај преузимања, подразумевано је 500 милисекунди)
|
hotlist_restore_buffer: restore latest hotlist removed in the current buffer
|
||||||
grab_mouse: преузима кôд догађаја миша
|
hotlist_restore_all: restore latest hotlist removed in all buffers
|
||||||
grab_mouse_area: преузима кôд догађаја миша заједно са површином
|
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread: поставља маркер непрочитан за све бафере
|
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
|
||||||
set_unread_current_buffer: поставља маркер непрочитан за текући бафер
|
grab_mouse: grab mouse event code
|
||||||
switch_active_buffer: прелази на наредни спојени бафер
|
grab_mouse_area: grab mouse event code with area
|
||||||
switch_active_buffer_previous: прелази на претходни спојени бафер
|
set_unread: set unread marker for all buffers
|
||||||
zoom_merged_buffer: зумира на спојени бафер
|
set_unread_current_buffer: set unread marker for current buffer
|
||||||
insert: умеће текст у командну линију (дозвољени су означени карактери, погледајте /help print)
|
switch_active_buffer: switch to next merged buffer
|
||||||
send: шаље текст баферу
|
switch_active_buffer_previous: switch to previous merged buffer
|
||||||
paste_start: започиње налепљивање (режим ограђеног налепљивања)
|
zoom_merged_buffer: zoom on merged buffer
|
||||||
paste_stop: зауставља налепљивање (режим ограђеног налепљивања)
|
insert: insert text in command line (escaped chars are allowed, see /help print)
|
||||||
|
send: send text to the buffer
|
||||||
|
paste_start: start paste (bracketed paste mode)
|
||||||
|
paste_stop: stop paste (bracketed paste mode)
|
||||||
|
|
||||||
Ову команду користе тастерске пречице или додаци.
|
This command is used by key bindings or plugins.
|
||||||
----
|
----
|
||||||
|
|
||||||
[[command_weechat_key]]
|
[[command_weechat_key]]
|
||||||
|
6
po/cs.po
6
po/cs.po
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1851,6 +1851,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
72
po/de.po
72
po/de.po
@ -24,7 +24,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-08-13 09:14+0200\n"
|
"PO-Revision-Date: 2021-08-13 09:14+0200\n"
|
||||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||||
@ -2174,6 +2174,69 @@ msgstr "Funktionen für die Befehlszeile"
|
|||||||
msgid "<action> [<arguments>]"
|
msgid "<action> [<arguments>]"
|
||||||
msgstr "<action> [<arguments>]"
|
msgstr "<action> [<arguments>]"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "list of actions:\n"
|
||||||
|
#| " return: simulate key \"enter\"\n"
|
||||||
|
#| " complete_next: complete word with next completion\n"
|
||||||
|
#| " complete_previous: complete word with previous completion\n"
|
||||||
|
#| " search_text_here: search text in buffer at current position\n"
|
||||||
|
#| " search_text: search text in buffer\n"
|
||||||
|
#| " search_switch_case: switch exact case for search\n"
|
||||||
|
#| " search_switch_regex: switch search type: string/regular expression\n"
|
||||||
|
#| " search_switch_where: switch search in messages/prefixes\n"
|
||||||
|
#| " search_previous: search previous line\n"
|
||||||
|
#| " search_next: search next line\n"
|
||||||
|
#| " search_stop_here: stop search at current position\n"
|
||||||
|
#| " search_stop: stop search\n"
|
||||||
|
#| " delete_previous_char: delete previous char\n"
|
||||||
|
#| " delete_next_char: delete next char\n"
|
||||||
|
#| " delete_previous_word: delete previous word\n"
|
||||||
|
#| " delete_next_word: delete next word\n"
|
||||||
|
#| " delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||||
|
#| " delete_end_of_line: delete from cursor until end of line\n"
|
||||||
|
#| " delete_line: delete entire line\n"
|
||||||
|
#| " clipboard_paste: paste from the internal clipboard\n"
|
||||||
|
#| " transpose_chars: transpose two chars\n"
|
||||||
|
#| " undo: undo last command line action\n"
|
||||||
|
#| " redo: redo last command line action\n"
|
||||||
|
#| " move_beginning_of_line: move cursor to beginning of line\n"
|
||||||
|
#| " move_end_of_line: move cursor to end of line\n"
|
||||||
|
#| " move_previous_char: move cursor to previous char\n"
|
||||||
|
#| " move_next_char: move cursor to next char\n"
|
||||||
|
#| " move_previous_word: move cursor to previous word\n"
|
||||||
|
#| " move_next_word: move cursor to next word\n"
|
||||||
|
#| " history_previous: recall previous command in current buffer history\n"
|
||||||
|
#| " 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, 4=private, 8=highlight)\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 "
|
||||||
|
#| "argument: delay for end of grab, default is 500 milliseconds)\n"
|
||||||
|
#| " grab_mouse: grab mouse event code\n"
|
||||||
|
#| " grab_mouse_area: grab mouse event code with area\n"
|
||||||
|
#| " set_unread: set unread marker for all buffers\n"
|
||||||
|
#| " set_unread_current_buffer: set unread marker for current buffer\n"
|
||||||
|
#| " switch_active_buffer: switch to next merged buffer\n"
|
||||||
|
#| " switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||||
|
#| " zoom_merged_buffer: zoom on merged buffer\n"
|
||||||
|
#| " insert: insert text in command line (escaped chars are allowed, see /"
|
||||||
|
#| "help print)\n"
|
||||||
|
#| " send: send text to the buffer\n"
|
||||||
|
#| " paste_start: start paste (bracketed paste mode)\n"
|
||||||
|
#| " paste_stop: stop paste (bracketed paste mode)\n"
|
||||||
|
#| "\n"
|
||||||
|
#| "This command is used by key bindings or plugins."
|
||||||
msgid ""
|
msgid ""
|
||||||
"list of actions:\n"
|
"list of actions:\n"
|
||||||
" return: simulate key \"enter\"\n"
|
" return: simulate key \"enter\"\n"
|
||||||
@ -2218,6 +2281,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
@ -8220,9 +8287,6 @@ msgstr ""
|
|||||||
"führt einen Befehl aus der an alle Kanäle gesendet wird, die mit einem "
|
"führt einen Befehl aus der an alle Kanäle gesendet wird, die mit einem "
|
||||||
"Server verbunden sind"
|
"Server verbunden sind"
|
||||||
|
|
||||||
#| msgid ""
|
|
||||||
#| "[-current] [-exclude=<channel>[,<channel>...]] <command> || [-current] -"
|
|
||||||
#| "include=<channel>[,<channel>...] <command>"
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"[-current] [-parted] [-exclude=<channel>[,<channel>...]] <command> || [-"
|
"[-current] [-parted] [-exclude=<channel>[,<channel>...]] <command> || [-"
|
||||||
"current] [-parted] -include=<channel>[,<channel>...] <command>"
|
"current] [-parted] -include=<channel>[,<channel>...] <command>"
|
||||||
|
6
po/es.po
6
po/es.po
@ -22,7 +22,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1879,6 +1879,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
13
po/fr.po
13
po/fr.po
@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-08-12 18:14+0200\n"
|
"PO-Revision-Date: 2021-08-31 22:38+0200\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -2179,6 +2179,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
@ -2248,6 +2252,11 @@ msgstr ""
|
|||||||
"effacer seulement le niveau le plus haut dans la hotlist, ou un masque de "
|
"effacer seulement le niveau le plus haut dans la hotlist, ou un masque de "
|
||||||
"niveaux : entier qui est une combinaison de 1=join/part, 2=message, 4=privé, "
|
"niveaux : entier qui est une combinaison de 1=join/part, 2=message, 4=privé, "
|
||||||
"8=highlight)\n"
|
"8=highlight)\n"
|
||||||
|
" hotlist_remove_buffer : supprimer le tampon courant de la hotlist\n"
|
||||||
|
" hotlist_restore_buffer : restaurer la dernière hotlist supprimée dans le "
|
||||||
|
"tampon courant\n"
|
||||||
|
" hotlist_restore_all : restaurer la dernière hotlist supprimée dans tous "
|
||||||
|
"les tampons\n"
|
||||||
" grab_key : capturer une touche (paramètre facultatif : délai pour la fin "
|
" grab_key : capturer une touche (paramètre facultatif : délai pour la fin "
|
||||||
"de la capture, par défaut 500 millisecondes)\n"
|
"de la capture, par défaut 500 millisecondes)\n"
|
||||||
" grab_key_command : capturer une touche avec sa commande associée "
|
" grab_key_command : capturer une touche avec sa commande associée "
|
||||||
|
6
po/hu.po
6
po/hu.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1758,6 +1758,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
6
po/it.po
6
po/it.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1920,6 +1920,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
69
po/ja.po
69
po/ja.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||||
@ -2063,6 +2063,69 @@ msgstr "コマンドライン関数"
|
|||||||
msgid "<action> [<arguments>]"
|
msgid "<action> [<arguments>]"
|
||||||
msgstr "<action> [<arguments>]"
|
msgstr "<action> [<arguments>]"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "list of actions:\n"
|
||||||
|
#| " return: simulate key \"enter\"\n"
|
||||||
|
#| " complete_next: complete word with next completion\n"
|
||||||
|
#| " complete_previous: complete word with previous completion\n"
|
||||||
|
#| " search_text_here: search text in buffer at current position\n"
|
||||||
|
#| " search_text: search text in buffer\n"
|
||||||
|
#| " search_switch_case: switch exact case for search\n"
|
||||||
|
#| " search_switch_regex: switch search type: string/regular expression\n"
|
||||||
|
#| " search_switch_where: switch search in messages/prefixes\n"
|
||||||
|
#| " search_previous: search previous line\n"
|
||||||
|
#| " search_next: search next line\n"
|
||||||
|
#| " search_stop_here: stop search at current position\n"
|
||||||
|
#| " search_stop: stop search\n"
|
||||||
|
#| " delete_previous_char: delete previous char\n"
|
||||||
|
#| " delete_next_char: delete next char\n"
|
||||||
|
#| " delete_previous_word: delete previous word\n"
|
||||||
|
#| " delete_next_word: delete next word\n"
|
||||||
|
#| " delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||||
|
#| " delete_end_of_line: delete from cursor until end of line\n"
|
||||||
|
#| " delete_line: delete entire line\n"
|
||||||
|
#| " clipboard_paste: paste from the internal clipboard\n"
|
||||||
|
#| " transpose_chars: transpose two chars\n"
|
||||||
|
#| " undo: undo last command line action\n"
|
||||||
|
#| " redo: redo last command line action\n"
|
||||||
|
#| " move_beginning_of_line: move cursor to beginning of line\n"
|
||||||
|
#| " move_end_of_line: move cursor to end of line\n"
|
||||||
|
#| " move_previous_char: move cursor to previous char\n"
|
||||||
|
#| " move_next_char: move cursor to next char\n"
|
||||||
|
#| " move_previous_word: move cursor to previous word\n"
|
||||||
|
#| " move_next_word: move cursor to next word\n"
|
||||||
|
#| " history_previous: recall previous command in current buffer history\n"
|
||||||
|
#| " 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, 4=private, 8=highlight)\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 "
|
||||||
|
#| "argument: delay for end of grab, default is 500 milliseconds)\n"
|
||||||
|
#| " grab_mouse: grab mouse event code\n"
|
||||||
|
#| " grab_mouse_area: grab mouse event code with area\n"
|
||||||
|
#| " set_unread: set unread marker for all buffers\n"
|
||||||
|
#| " set_unread_current_buffer: set unread marker for current buffer\n"
|
||||||
|
#| " switch_active_buffer: switch to next merged buffer\n"
|
||||||
|
#| " switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||||
|
#| " zoom_merged_buffer: zoom on merged buffer\n"
|
||||||
|
#| " insert: insert text in command line (escaped chars are allowed, see /"
|
||||||
|
#| "help print)\n"
|
||||||
|
#| " send: send text to the buffer\n"
|
||||||
|
#| " paste_start: start paste (bracketed paste mode)\n"
|
||||||
|
#| " paste_stop: stop paste (bracketed paste mode)\n"
|
||||||
|
#| "\n"
|
||||||
|
#| "This command is used by key bindings or plugins."
|
||||||
msgid ""
|
msgid ""
|
||||||
"list of actions:\n"
|
"list of actions:\n"
|
||||||
" return: simulate key \"enter\"\n"
|
" return: simulate key \"enter\"\n"
|
||||||
@ -2107,6 +2170,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
69
po/pl.po
69
po/pl.po
@ -22,7 +22,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||||
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
||||||
@ -2253,6 +2253,69 @@ msgstr "funkcje linii komend"
|
|||||||
msgid "<action> [<arguments>]"
|
msgid "<action> [<arguments>]"
|
||||||
msgstr "<akcja> [<argumenty>]"
|
msgstr "<akcja> [<argumenty>]"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "list of actions:\n"
|
||||||
|
#| " return: simulate key \"enter\"\n"
|
||||||
|
#| " complete_next: complete word with next completion\n"
|
||||||
|
#| " complete_previous: complete word with previous completion\n"
|
||||||
|
#| " search_text_here: search text in buffer at current position\n"
|
||||||
|
#| " search_text: search text in buffer\n"
|
||||||
|
#| " search_switch_case: switch exact case for search\n"
|
||||||
|
#| " search_switch_regex: switch search type: string/regular expression\n"
|
||||||
|
#| " search_switch_where: switch search in messages/prefixes\n"
|
||||||
|
#| " search_previous: search previous line\n"
|
||||||
|
#| " search_next: search next line\n"
|
||||||
|
#| " search_stop_here: stop search at current position\n"
|
||||||
|
#| " search_stop: stop search\n"
|
||||||
|
#| " delete_previous_char: delete previous char\n"
|
||||||
|
#| " delete_next_char: delete next char\n"
|
||||||
|
#| " delete_previous_word: delete previous word\n"
|
||||||
|
#| " delete_next_word: delete next word\n"
|
||||||
|
#| " delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||||
|
#| " delete_end_of_line: delete from cursor until end of line\n"
|
||||||
|
#| " delete_line: delete entire line\n"
|
||||||
|
#| " clipboard_paste: paste from the internal clipboard\n"
|
||||||
|
#| " transpose_chars: transpose two chars\n"
|
||||||
|
#| " undo: undo last command line action\n"
|
||||||
|
#| " redo: redo last command line action\n"
|
||||||
|
#| " move_beginning_of_line: move cursor to beginning of line\n"
|
||||||
|
#| " move_end_of_line: move cursor to end of line\n"
|
||||||
|
#| " move_previous_char: move cursor to previous char\n"
|
||||||
|
#| " move_next_char: move cursor to next char\n"
|
||||||
|
#| " move_previous_word: move cursor to previous word\n"
|
||||||
|
#| " move_next_word: move cursor to next word\n"
|
||||||
|
#| " history_previous: recall previous command in current buffer history\n"
|
||||||
|
#| " 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, 4=private, 8=highlight)\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 "
|
||||||
|
#| "argument: delay for end of grab, default is 500 milliseconds)\n"
|
||||||
|
#| " grab_mouse: grab mouse event code\n"
|
||||||
|
#| " grab_mouse_area: grab mouse event code with area\n"
|
||||||
|
#| " set_unread: set unread marker for all buffers\n"
|
||||||
|
#| " set_unread_current_buffer: set unread marker for current buffer\n"
|
||||||
|
#| " switch_active_buffer: switch to next merged buffer\n"
|
||||||
|
#| " switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||||
|
#| " zoom_merged_buffer: zoom on merged buffer\n"
|
||||||
|
#| " insert: insert text in command line (escaped chars are allowed, see /"
|
||||||
|
#| "help print)\n"
|
||||||
|
#| " send: send text to the buffer\n"
|
||||||
|
#| " paste_start: start paste (bracketed paste mode)\n"
|
||||||
|
#| " paste_stop: stop paste (bracketed paste mode)\n"
|
||||||
|
#| "\n"
|
||||||
|
#| "This command is used by key bindings or plugins."
|
||||||
msgid ""
|
msgid ""
|
||||||
"list of actions:\n"
|
"list of actions:\n"
|
||||||
" return: simulate key \"enter\"\n"
|
" return: simulate key \"enter\"\n"
|
||||||
@ -2297,6 +2360,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
69
po/pt.po
69
po/pt.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||||
"Language-Team: Portuguese <>\n"
|
"Language-Team: Portuguese <>\n"
|
||||||
@ -2057,6 +2057,69 @@ msgstr "funções da linha de comandos"
|
|||||||
msgid "<action> [<arguments>]"
|
msgid "<action> [<arguments>]"
|
||||||
msgstr "<ação> [<argumentos>]"
|
msgstr "<ação> [<argumentos>]"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "list of actions:\n"
|
||||||
|
#| " return: simulate key \"enter\"\n"
|
||||||
|
#| " complete_next: complete word with next completion\n"
|
||||||
|
#| " complete_previous: complete word with previous completion\n"
|
||||||
|
#| " search_text_here: search text in buffer at current position\n"
|
||||||
|
#| " search_text: search text in buffer\n"
|
||||||
|
#| " search_switch_case: switch exact case for search\n"
|
||||||
|
#| " search_switch_regex: switch search type: string/regular expression\n"
|
||||||
|
#| " search_switch_where: switch search in messages/prefixes\n"
|
||||||
|
#| " search_previous: search previous line\n"
|
||||||
|
#| " search_next: search next line\n"
|
||||||
|
#| " search_stop_here: stop search at current position\n"
|
||||||
|
#| " search_stop: stop search\n"
|
||||||
|
#| " delete_previous_char: delete previous char\n"
|
||||||
|
#| " delete_next_char: delete next char\n"
|
||||||
|
#| " delete_previous_word: delete previous word\n"
|
||||||
|
#| " delete_next_word: delete next word\n"
|
||||||
|
#| " delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||||
|
#| " delete_end_of_line: delete from cursor until end of line\n"
|
||||||
|
#| " delete_line: delete entire line\n"
|
||||||
|
#| " clipboard_paste: paste from the internal clipboard\n"
|
||||||
|
#| " transpose_chars: transpose two chars\n"
|
||||||
|
#| " undo: undo last command line action\n"
|
||||||
|
#| " redo: redo last command line action\n"
|
||||||
|
#| " move_beginning_of_line: move cursor to beginning of line\n"
|
||||||
|
#| " move_end_of_line: move cursor to end of line\n"
|
||||||
|
#| " move_previous_char: move cursor to previous char\n"
|
||||||
|
#| " move_next_char: move cursor to next char\n"
|
||||||
|
#| " move_previous_word: move cursor to previous word\n"
|
||||||
|
#| " move_next_word: move cursor to next word\n"
|
||||||
|
#| " history_previous: recall previous command in current buffer history\n"
|
||||||
|
#| " 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, 4=private, 8=highlight)\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 "
|
||||||
|
#| "argument: delay for end of grab, default is 500 milliseconds)\n"
|
||||||
|
#| " grab_mouse: grab mouse event code\n"
|
||||||
|
#| " grab_mouse_area: grab mouse event code with area\n"
|
||||||
|
#| " set_unread: set unread marker for all buffers\n"
|
||||||
|
#| " set_unread_current_buffer: set unread marker for current buffer\n"
|
||||||
|
#| " switch_active_buffer: switch to next merged buffer\n"
|
||||||
|
#| " switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||||
|
#| " zoom_merged_buffer: zoom on merged buffer\n"
|
||||||
|
#| " insert: insert text in command line (escaped chars are allowed, see /"
|
||||||
|
#| "help print)\n"
|
||||||
|
#| " send: send text to the buffer\n"
|
||||||
|
#| " paste_start: start paste (bracketed paste mode)\n"
|
||||||
|
#| " paste_stop: stop paste (bracketed paste mode)\n"
|
||||||
|
#| "\n"
|
||||||
|
#| "This command is used by key bindings or plugins."
|
||||||
msgid ""
|
msgid ""
|
||||||
"list of actions:\n"
|
"list of actions:\n"
|
||||||
" return: simulate key \"enter\"\n"
|
" return: simulate key \"enter\"\n"
|
||||||
@ -2101,6 +2164,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1988,6 +1988,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
6
po/ru.po
6
po/ru.po
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1781,6 +1781,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
69
po/sr.po
69
po/sr.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
|
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -2238,6 +2238,69 @@ msgstr "функције за командну линију"
|
|||||||
msgid "<action> [<arguments>]"
|
msgid "<action> [<arguments>]"
|
||||||
msgstr "<акција> [<аргументи>]"
|
msgstr "<акција> [<аргументи>]"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "list of actions:\n"
|
||||||
|
#| " return: simulate key \"enter\"\n"
|
||||||
|
#| " complete_next: complete word with next completion\n"
|
||||||
|
#| " complete_previous: complete word with previous completion\n"
|
||||||
|
#| " search_text_here: search text in buffer at current position\n"
|
||||||
|
#| " search_text: search text in buffer\n"
|
||||||
|
#| " search_switch_case: switch exact case for search\n"
|
||||||
|
#| " search_switch_regex: switch search type: string/regular expression\n"
|
||||||
|
#| " search_switch_where: switch search in messages/prefixes\n"
|
||||||
|
#| " search_previous: search previous line\n"
|
||||||
|
#| " search_next: search next line\n"
|
||||||
|
#| " search_stop_here: stop search at current position\n"
|
||||||
|
#| " search_stop: stop search\n"
|
||||||
|
#| " delete_previous_char: delete previous char\n"
|
||||||
|
#| " delete_next_char: delete next char\n"
|
||||||
|
#| " delete_previous_word: delete previous word\n"
|
||||||
|
#| " delete_next_word: delete next word\n"
|
||||||
|
#| " delete_beginning_of_line: delete from beginning of line until cursor\n"
|
||||||
|
#| " delete_end_of_line: delete from cursor until end of line\n"
|
||||||
|
#| " delete_line: delete entire line\n"
|
||||||
|
#| " clipboard_paste: paste from the internal clipboard\n"
|
||||||
|
#| " transpose_chars: transpose two chars\n"
|
||||||
|
#| " undo: undo last command line action\n"
|
||||||
|
#| " redo: redo last command line action\n"
|
||||||
|
#| " move_beginning_of_line: move cursor to beginning of line\n"
|
||||||
|
#| " move_end_of_line: move cursor to end of line\n"
|
||||||
|
#| " move_previous_char: move cursor to previous char\n"
|
||||||
|
#| " move_next_char: move cursor to next char\n"
|
||||||
|
#| " move_previous_word: move cursor to previous word\n"
|
||||||
|
#| " move_next_word: move cursor to next word\n"
|
||||||
|
#| " history_previous: recall previous command in current buffer history\n"
|
||||||
|
#| " 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, 4=private, 8=highlight)\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 "
|
||||||
|
#| "argument: delay for end of grab, default is 500 milliseconds)\n"
|
||||||
|
#| " grab_mouse: grab mouse event code\n"
|
||||||
|
#| " grab_mouse_area: grab mouse event code with area\n"
|
||||||
|
#| " set_unread: set unread marker for all buffers\n"
|
||||||
|
#| " set_unread_current_buffer: set unread marker for current buffer\n"
|
||||||
|
#| " switch_active_buffer: switch to next merged buffer\n"
|
||||||
|
#| " switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||||
|
#| " zoom_merged_buffer: zoom on merged buffer\n"
|
||||||
|
#| " insert: insert text in command line (escaped chars are allowed, see /"
|
||||||
|
#| "help print)\n"
|
||||||
|
#| " send: send text to the buffer\n"
|
||||||
|
#| " paste_start: start paste (bracketed paste mode)\n"
|
||||||
|
#| " paste_stop: stop paste (bracketed paste mode)\n"
|
||||||
|
#| "\n"
|
||||||
|
#| "This command is used by key bindings or plugins."
|
||||||
msgid ""
|
msgid ""
|
||||||
"list of actions:\n"
|
"list of actions:\n"
|
||||||
" return: simulate key \"enter\"\n"
|
" return: simulate key \"enter\"\n"
|
||||||
@ -2282,6 +2345,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
6
po/tr.po
6
po/tr.po
@ -20,7 +20,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
"PO-Revision-Date: 2021-07-10 16:01+0200\n"
|
||||||
"Last-Translator: Emir SARI <bitigchi@me.com>\n"
|
"Last-Translator: Emir SARI <bitigchi@me.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -2058,6 +2058,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2021-08-12 18:13+0200\n"
|
"POT-Creation-Date: 2021-08-31 22:27+0200\n"
|
||||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@ -1609,6 +1609,10 @@ msgid ""
|
|||||||
"lowest level in hotlist, \"highest\" to clear only highest level in hotlist, "
|
"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, "
|
"or level mask: integer which is a combination of 1=join/part, 2=message, "
|
||||||
"4=private, 8=highlight)\n"
|
"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 "
|
" grab_key: grab a key (optional argument: delay for end of grab, default is "
|
||||||
"500 milliseconds)\n"
|
"500 milliseconds)\n"
|
||||||
" grab_key_command: grab a key with its associated command (optional "
|
" grab_key_command: grab a key with its associated command (optional "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user