mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
core: add note about options to save config/layout on exit in help of commands /layout, /save and /quit (closes #687)
This commit is contained in:
@@ -152,7 +152,7 @@ Beispiele:
|
||||
unalias: entfernt einen Namen
|
||||
color: Farbnummer (>= 0, maximale Anzahl ist abhängig vom Terminal, üblicherweise 63 oder 255 Farben)
|
||||
name: Alternativname für eine Farbe (zum Beispiel: "orange")
|
||||
reset: setzt alle Farbpaarungen zurück (nützlich falls keine Farbpaarung mehr verfügbar sein sollte und die automatische Reset-Option deaktiviert ist, siehe Einstellung: weechat.look.color_pairs_auto_reset)
|
||||
reset: setzt alle Farbpaarungen zurück (nützlich falls keine Farbpaarung mehr verfügbar sein sollte und die automatische Reset-Option deaktiviert ist, siehe Einstellung: "weechat.look.color_pairs_auto_reset")
|
||||
term2rgb: konvertiert eine Terminalfarbe (0-255) in eine RGB Farbe
|
||||
rgb2term: konvertiert eine RGB Farbe in eine Terminalfarbe (0-255)
|
||||
limit: Anzahl an Farben die aus der Terminalpalette genutzt werden sollen (beginnend von 0); Standardwert: 256
|
||||
@@ -535,17 +535,19 @@ Beispiele:
|
||||
del [<name>] [buffers|windows]
|
||||
rename <name> <new_name>
|
||||
|
||||
store: erstellt ein Layout der zur Zeit verwendeten Buffer/Fenster
|
||||
apply: erstelltes Layout verwenden
|
||||
leave: belässt das aktuelle Layout (es wird kein Layout aktualisiert)
|
||||
del: entfernt Buffer und/oder Fenster eines erstellten Layouts
|
||||
(falls weder "buffers" noch "windows" angegeben wird, dann wird das Layout entfernt)
|
||||
rename: ein Layout umbenennen
|
||||
name: Name unter welchem das Layout erstellt werden soll (Standardlayout heisst "default")
|
||||
buffers: erstellt bzw. verwendet nur Buffer (Reihenfolge der Buffer)
|
||||
windows: erstellt bzw. verwendet nur Fenster (Buffer welche im jeweiligen Fenster dargestellt werden)
|
||||
store: store current buffers/windows in a layout
|
||||
apply: apply stored layout
|
||||
leave: leave current layout (does not update any layout)
|
||||
del: delete buffers and/or windows in a stored layout
|
||||
(if neither "buffers" nor "windows" is given after the name, the layout is deleted)
|
||||
rename: rename a layout
|
||||
name: name for stored layout (default is "default")
|
||||
buffers: store/apply only buffers (order of buffers)
|
||||
windows: store/apply only windows (buffer displayed by each window)
|
||||
|
||||
Wird der Befehl ohne Argumente aufgerufen, werden die erstellten Layout dargestellt.
|
||||
Without argument, this command displays stored layouts.
|
||||
|
||||
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ Beispiele:
|
||||
----
|
||||
/quit [-yes] [<arguments>]
|
||||
|
||||
-yes: Argument muss genutzt werden falls weechat.look.confirm_quit aktiviert sein sollte
|
||||
arguments: Text der beim Signal "quit" verschickt wird
|
||||
(zum Beispiel sendet die IRC Erweiterung diesen Text als Quit-Nachricht an den Server)
|
||||
-yes: required if option "weechat.look.confirm_quit" is enabled
|
||||
arguments: text sent with signal "quit"
|
||||
(for example irc plugin uses this text to send quit message to server)
|
||||
|
||||
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -737,9 +741,11 @@ Beispiel:
|
||||
----
|
||||
/save [<file> [<file>...]]
|
||||
|
||||
file: Konfigurationsdatei die gesichert werden soll (ohne Dateinamenserweiterung ".conf")
|
||||
file: configuration file to save (without extension ".conf")
|
||||
|
||||
Wird keine Datei angegeben dann werden alle Konfigurationen (WeeChat und Erweiterungen) gesichert.
|
||||
Without argument, all files (WeeChat and plugins) are saved.
|
||||
|
||||
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,7 +849,7 @@ Beispiele:
|
||||
----
|
||||
/upgrade [-yes] [<path_to_binary>|-quit]
|
||||
|
||||
-yes: wird benötigt, sobald Option weechat.look.confirm_upgrade aktiviert ist
|
||||
-yes: wird benötigt, sobald Option "weechat.look.confirm_upgrade" aktiviert ist
|
||||
path_to_binary: Pfad zu einer ausführbaren WeeChat Binärdatei (Standardeinstellung ist die aktuell ausführbare Datei)
|
||||
-dummy: ohne Funktion (dient lediglich dazu, um nicht versehentlich die "-quit" Funktion auszuführen)
|
||||
-quit: trennt *ALLE* Verbindungen, speichert die aktuelle Sitzung und beendet WeeChat, um den aktuellen Zustand später wiederherstellen (siehe unten)
|
||||
|
||||
@@ -152,7 +152,7 @@ Examples:
|
||||
unalias: delete an alias
|
||||
color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
|
||||
name: alias name for color (for example: "orange")
|
||||
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)
|
||||
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")
|
||||
term2rgb: convert a terminal color (0-255) to RGB color
|
||||
rgb2term: convert a RGB color to terminal color (0-255)
|
||||
limit: number of colors to use in terminal table (starting from 0); default is 256
|
||||
@@ -546,6 +546,8 @@ buffers: store/apply only buffers (order of buffers)
|
||||
windows: store/apply only windows (buffer displayed by each window)
|
||||
|
||||
Without argument, this command displays stored layouts.
|
||||
|
||||
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ Examples:
|
||||
----
|
||||
/quit [-yes] [<arguments>]
|
||||
|
||||
-yes: required if option weechat.look.confirm_quit is enabled
|
||||
-yes: required if option "weechat.look.confirm_quit" is enabled
|
||||
arguments: text sent with signal "quit"
|
||||
(for example irc plugin uses this text to send quit message to server)
|
||||
|
||||
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -740,6 +744,8 @@ Example:
|
||||
file: configuration file to save (without extension ".conf")
|
||||
|
||||
Without argument, all files (WeeChat and plugins) are saved.
|
||||
|
||||
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,7 +849,7 @@ Examples:
|
||||
----
|
||||
/upgrade [-yes] [<path_to_binary>|-quit]
|
||||
|
||||
-yes: required if option weechat.look.confirm_upgrade is enabled
|
||||
-yes: required if option "weechat.look.confirm_upgrade" is enabled
|
||||
path_to_binary: path to WeeChat binary (default is current binary)
|
||||
-dummy: do nothing (option used to prevent accidental completion with "-quit")
|
||||
-quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below)
|
||||
|
||||
@@ -152,7 +152,7 @@ Exemples :
|
||||
unalias : supprimer un alias pour une couleur
|
||||
couleur : numéro de couleur (supérieur ou égal à 0, le max dépend du terminal, généralement 63 ou 255)
|
||||
nom : nom d'alias pour la couleur (par exemple : "orange")
|
||||
reset : réinitialiser toutes les paires de couleurs (requis quand il n'y a plus de paires de couleurs disponibles si la réinitialisation automatique est désactivée, voir l'option weechat.look.color_pairs_auto_reset)
|
||||
reset : réinitialiser toutes les paires de couleurs (requis quand il n'y a plus de paires de couleurs disponibles si la réinitialisation automatique est désactivée, voir l'option "weechat.look.color_pairs_auto_reset")
|
||||
term2rgb : convertir une couleur du terminal (0-255) en couleur RGB
|
||||
rgb2term : convertir une couleur RGB en couleur du terminal (0-255)
|
||||
limite : nombre de couleurs à utiliser dans la table du terminal (en démarrant de 0) ; par défaut 256
|
||||
@@ -546,6 +546,8 @@ buffers : stocker/appliquer seulement pour les tampons (ordre des tampons)
|
||||
windows : stocker/appliquer seulement pour les fenêtres (le tampon affiché par chaque fenêtre)
|
||||
|
||||
Sans paramètre, cette commande affiche les dispositions stockées.
|
||||
|
||||
La disposition courante peut être sauvegardée sur la commande /quit avec l'option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ Exemples :
|
||||
----
|
||||
/quit [-yes] [<paramètres>]
|
||||
|
||||
-yes : requis si l'option weechat.look.confirm_quit est activée
|
||||
-yes : requis si l'option "weechat.look.confirm_quit" est activée
|
||||
paramètres : texte envoyé avec le signal "quit"
|
||||
(par exemple l'extension irc utilise ce texte pour envoyer le message de quit au serveur)
|
||||
|
||||
Par défaut en quittant les fichiers de configuration sont sauvegardés (voir l'option "weechat.look.save_config_on_exit") et la disposition courante peut être sauvegardée (voir l'option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -740,6 +744,8 @@ Exemple :
|
||||
fichier : fichier de configuration à sauvegarder (sans l'extension ".conf")
|
||||
|
||||
Sans paramètre, tous les fichiers (WeeChat et extensions) sont sauvegardés.
|
||||
|
||||
Par défaut tous les fichiers de configuration sont sauvegardés sur disque sur la commande /quit (voir l'option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,7 +849,7 @@ Exemples :
|
||||
----
|
||||
/upgrade [-yes] [<chemin_vers_binaire>|-quit]
|
||||
|
||||
-yes : requis si l'option weechat.look.confirm_upgrade est activée
|
||||
-yes : requis si l'option "weechat.look.confirm_upgrade" est activée
|
||||
chemin_vers_binaire : chemin vers le binaire WeeChat (par défaut le binaire courant)
|
||||
-dummy : ne rien faire (option utilisée pour éviter une complétion accidentelle avec "-quit")
|
||||
-quit : fermer *TOUTES* les connexions, sauver la session et quitter, ce qui rend possible une restauration différée (voir ci-dessous)
|
||||
|
||||
@@ -152,7 +152,7 @@ Examples:
|
||||
unalias: delete an alias
|
||||
color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
|
||||
name: alias name for color (for example: "orange")
|
||||
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)
|
||||
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")
|
||||
term2rgb: convert a terminal color (0-255) to RGB color
|
||||
rgb2term: convert a RGB color to terminal color (0-255)
|
||||
limit: number of colors to use in terminal table (starting from 0); default is 256
|
||||
@@ -546,6 +546,8 @@ buffers: store/apply only buffers (order of buffers)
|
||||
windows: store/apply only windows (buffer displayed by each window)
|
||||
|
||||
Without argument, this command displays stored layouts.
|
||||
|
||||
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ Examples:
|
||||
----
|
||||
/quit [-yes] [<argomenti>]
|
||||
|
||||
-yes: richiesto se l'opzione option weechat.look.confirm_quit è abilitata
|
||||
argomenti: testo inviato con il segnale "quit"
|
||||
(ad esempio il plugin irc usa questo testo per inviare il messaggio di uscita al server)
|
||||
-yes: required if option "weechat.look.confirm_quit" is enabled
|
||||
arguments: text sent with signal "quit"
|
||||
(for example irc plugin uses this text to send quit message to server)
|
||||
|
||||
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -737,9 +741,11 @@ Esempio:
|
||||
----
|
||||
/save [<file> [<file....>]]
|
||||
|
||||
file: file di configurazione da salvare (senza estensione ".conf")
|
||||
file: configuration file to save (without extension ".conf")
|
||||
|
||||
Senza argomento, vengono salvati tutti i file (WeeChat e plugin).
|
||||
Without argument, all files (WeeChat and plugins) are saved.
|
||||
|
||||
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,7 +849,7 @@ Examples:
|
||||
----
|
||||
/upgrade [-yes] [<path_to_binary>|-quit]
|
||||
|
||||
-yes: required if option weechat.look.confirm_upgrade is enabled
|
||||
-yes: required if option "weechat.look.confirm_upgrade" is enabled
|
||||
path_to_binary: path to WeeChat binary (default is current binary)
|
||||
-dummy: do nothing (option used to prevent accidental completion with "-quit")
|
||||
-quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below)
|
||||
|
||||
@@ -152,7 +152,7 @@ localvar: 現在のバッファのローカル変数を表示
|
||||
unalias: 別名の削除
|
||||
color: カラー番号 (0 以上、最大値はターミナル依存、多くの場合 63 か 255)
|
||||
name: カラーの別名 (例: "orange")
|
||||
reset: 全てのカラーペアをリセット (自動的なリセットが無効化されており、これ以上のカラーペアが利用できない場合に必要、オプション weechat.look.color_pairs_auto_reset を参照)
|
||||
reset: 全てのカラーペアをリセット (自動的なリセットが無効化されており、これ以上のカラーペアが利用できない場合に必要、オプション "weechat.look.color_pairs_auto_reset" を参照)
|
||||
term2rgb: ターミナル色 (0-255) を RGB 色に変換
|
||||
rgb2term: RGB 色をターミナル色 (0-255) に変換
|
||||
limit: ターミナルテーブル内で使う色の数 (0 から始まる); デフォルトは 256
|
||||
@@ -535,17 +535,19 @@ listdefault: デフォルトキーをリストアップ
|
||||
del [<name>] [buffers|windows]
|
||||
rename <name> <new_name>
|
||||
|
||||
store: レイアウトに現在のバッファ/ウィンドウを保存
|
||||
apply: 保存されたレイアウトを適用
|
||||
leave: 現在のレイアウトを保持する (レイアウトを更新しない)
|
||||
del: レイアウトとして保存されているバッファとウィンドウを削除
|
||||
(名前の後に "バッファ" や "ウィンドウ" を指定しない場合、レイアウトを削除)
|
||||
rename: レイアウトのリネーム
|
||||
name: 保存されたレイアウトの名前 (初期状態は "default")
|
||||
buffers: バッファのみに対してレイアウトを保存/適用 (バッファの順番)
|
||||
windows: ウィンドウのみに対してレイアウトを保存/適用 (それぞれのウィンドウに表示されるバッファ)
|
||||
store: store current buffers/windows in a layout
|
||||
apply: apply stored layout
|
||||
leave: leave current layout (does not update any layout)
|
||||
del: delete buffers and/or windows in a stored layout
|
||||
(if neither "buffers" nor "windows" is given after the name, the layout is deleted)
|
||||
rename: rename a layout
|
||||
name: name for stored layout (default is "default")
|
||||
buffers: store/apply only buffers (order of buffers)
|
||||
windows: store/apply only windows (buffer displayed by each window)
|
||||
|
||||
引数無しでは、保存されたレイアウトを表示します。
|
||||
Without argument, this command displays stored layouts.
|
||||
|
||||
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ password: パスワード (任意)
|
||||
----
|
||||
/quit [-yes] [<arguments>]
|
||||
|
||||
-yes: weechat.look.confirm_quit オプションが有効な場合に必要
|
||||
arguments: "quit" シグナルと共に送られるテキスト
|
||||
(例えば irc プラグインはサーバに quit メッセージを送る際にこのテキストを使います)
|
||||
-yes: required if option "weechat.look.confirm_quit" is enabled
|
||||
arguments: text sent with signal "quit"
|
||||
(for example irc plugin uses this text to send quit message to server)
|
||||
|
||||
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -737,9 +741,11 @@ command: 実行するコマンド (最初に '/' が無い場合は自動的に
|
||||
----
|
||||
/save [<file> [<file>...]]
|
||||
|
||||
file: 保存する設定ファイル (拡張子 ".conf" は不要)
|
||||
file: configuration file to save (without extension ".conf")
|
||||
|
||||
引数無しでは、全てのファイル (WeeChat とプラグイン) が保存されます。
|
||||
Without argument, all files (WeeChat and plugins) are saved.
|
||||
|
||||
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,7 +849,7 @@ option: オプションの名前
|
||||
----
|
||||
/upgrade [-yes] [<path_to_binary>|-quit]
|
||||
|
||||
-yes: weechat.look.confirm_upgrade オプションが有効化されていた場合、このオプションは必須です。
|
||||
-yes: "weechat.look.confirm_upgrade" オプションが有効化されていた場合、このオプションは必須です。
|
||||
path_to_binary: WeeChat バイナリへのパス (デフォルトは現在のバイナリ)
|
||||
-dummy: 何もしない (補完された "-quit" オプションを不用意に使わないためのオプション)
|
||||
-quit: *すべての*接続を閉じ、セッションを保存して WeeChat を終了。遅延復帰 (詳しくは後述) が可能になります。
|
||||
|
||||
@@ -148,22 +148,22 @@ Przykłady:
|
||||
rgb2term <rgb> [<limit>]
|
||||
-o
|
||||
|
||||
alias: dodaje alias dla koloru
|
||||
unalias: usuwa alias
|
||||
color: numer koloru (większy lub równy 0, maksymalna wartość zależy od terminala, zazwyczaj 63 lub 255)
|
||||
nazwa: nazwa aliasu dla koloru (na przykład: "orange")
|
||||
reset: resetuje wszystkie pary kolorów (wymagane jeśli nie ma dostępnej większej ilości par kolorów, jeśli automatyczny reset jest wyłączony, zobacz opcję weechat.look.color_pairs_auto_reset)
|
||||
term2rgb: konwersja koloru terminala (0-255) na kolor RGB
|
||||
rgb2term: konwersja koloru RGB na kolor terminala (0-255)
|
||||
limit: liczba kolorów w tabeli kolorów terminala (numerowane od 0); domyślnie 256
|
||||
-o: wysyła informacje o terminalu/kolorach do obecnego bufora
|
||||
alias: add an alias for a color
|
||||
unalias: delete an alias
|
||||
color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
|
||||
name: alias name for color (for example: "orange")
|
||||
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")
|
||||
term2rgb: convert a terminal color (0-255) to RGB color
|
||||
rgb2term: convert a RGB color to terminal color (0-255)
|
||||
limit: number of colors to use in terminal table (starting from 0); default is 256
|
||||
-o: send terminal/colors info to current buffer as input
|
||||
|
||||
Bez podania argumentu komenda wyświetli kolory w nowym buforze.
|
||||
Without argument, this command displays colors in a new buffer.
|
||||
|
||||
Przykłady:
|
||||
dodaje alias "orange" dla koloru 214:
|
||||
Examples:
|
||||
add alias "orange" for color 214:
|
||||
/color alias 214 orange
|
||||
usuwa kolor 214:
|
||||
delete color 214:
|
||||
/color unalias 214
|
||||
----
|
||||
|
||||
@@ -535,17 +535,19 @@ Przykłady:
|
||||
del [<nazwa>] [buffers|windows]
|
||||
rename <nazwa> <nowa nazwa>
|
||||
|
||||
store: zachowuje układ używając obecnych buforów/okien
|
||||
apply: stosuje zapisany układ
|
||||
leave: opuszcza obecny układ (nie aktualizuje żadnego układu)
|
||||
del: usuwa bufory i/lub okna w zapisanym układzie
|
||||
(jeśli zarówno "buffers" jak i "windows" nie zostaną podane po nazwie, układ jest kasowany)
|
||||
rename: zmienia nazwę układu
|
||||
nazwa: nazwa zapisanego układu (domyślnie "default")
|
||||
buffers: zapisuje/stosuje tylko bufory (kolejność buforów)
|
||||
windows: zapisuje/stosuje tylko okna (bufory wyświetlane w każdym oknie)
|
||||
store: store current buffers/windows in a layout
|
||||
apply: apply stored layout
|
||||
leave: leave current layout (does not update any layout)
|
||||
del: delete buffers and/or windows in a stored layout
|
||||
(if neither "buffers" nor "windows" is given after the name, the layout is deleted)
|
||||
rename: rename a layout
|
||||
name: name for stored layout (default is "default")
|
||||
buffers: store/apply only buffers (order of buffers)
|
||||
windows: store/apply only windows (buffer displayed by each window)
|
||||
|
||||
Komenda wywołana bez argumentów wyświetli zapisane układy.
|
||||
Without argument, this command displays stored layouts.
|
||||
|
||||
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".
|
||||
----
|
||||
|
||||
[[command_weechat_mouse]]
|
||||
@@ -698,9 +700,11 @@ Przykłady:
|
||||
----
|
||||
/quit [-yes][<argumenty>]
|
||||
|
||||
-yes: wymagane jeśli opcja weechat.look.confirm_quit jest włączona
|
||||
argumenty: tekst wysłany na sygnał "quit"
|
||||
(na przykład wtyczka irc używa tego tekstu do wysłania wiadomości pożegnalnej na serwer)
|
||||
-yes: required if option "weechat.look.confirm_quit" is enabled
|
||||
arguments: text sent with signal "quit"
|
||||
(for example irc plugin uses this text to send quit message to server)
|
||||
|
||||
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_reload]]
|
||||
@@ -737,9 +741,11 @@ Przykład:
|
||||
----
|
||||
/save [<plik> [<plik>...]]
|
||||
|
||||
plik: plik konfiguracyjny do przeładowania (bez rozszerzenia ".conf")
|
||||
file: configuration file to save (without extension ".conf")
|
||||
|
||||
Bez podania argumentu wszystkie pliki (WeeChat oraz wtyczki) zostaną przeładowane.
|
||||
Without argument, all files (WeeChat and plugins) are saved.
|
||||
|
||||
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").
|
||||
----
|
||||
|
||||
[[command_weechat_secure]]
|
||||
@@ -843,30 +849,30 @@ Przykłady:
|
||||
----
|
||||
/upgrade [-yes] [<ścieżka_do_binarki>|-quit]
|
||||
|
||||
-yes: wymagane, jeśli opcja weechat.look.confirm_upgrade jest włączona
|
||||
ścieżka_do_binarki: ścieżka do pliku binarnego WeeChat (domyślnie jest to obecny plik)
|
||||
-dummy: nic nie rób (opcja użyta w celu zapobiegnięcia przypadkowego dopełnienia za pomocą"-quit")
|
||||
-quit: zamyka *WSZYSTKIE* połączenia, zapisuje sesję i wyłącza WeeChat, umożliwia to późniejsze przywrócenie (zobacz niżej)
|
||||
-yes: required if option "weechat.look.confirm_upgrade" is enabled
|
||||
path_to_binary: path to WeeChat binary (default is current binary)
|
||||
-dummy: do nothing (option used to prevent accidental completion with "-quit")
|
||||
-quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below)
|
||||
|
||||
Ta komenda uaktualnia i przeładowuje działającą sesję WeeChat. Nowy plik binarny WeeChat powinien zostać skompilowany lub zainstalowany za pomocą managera pakietów przed uruchomieniem tej komendy.
|
||||
This command upgrades and reloads a running WeeChat session. The new WeeChat binary must have been compiled or installed with a package manager before running this command.
|
||||
|
||||
Uwaga: połączenia SSL są przerywane podczas uaktualniania, ponieważ przeładowanie sesji SSL nie jest obecnie możliwe za pomocą GnuTLS. Po uaktualnieniu nastąpi ponowne ich połączenie.
|
||||
Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade.
|
||||
|
||||
Proces uaktualnienia składa się z 4 kroków:
|
||||
1. zapisania sesji do plików dla rdzenia i wtyczek (bufory, historia, ..)
|
||||
2. wyładowanie wszystkich wtyczek (zapisanie plików konfiguracyjnych *.conf)
|
||||
3. zapisanie konfiguracji WeeChat (weechat.conf)
|
||||
4. uruchomienie nowego pliku binarnego WeeChat i przeładowanie sesji.
|
||||
Upgrade process has 4 steps:
|
||||
1. save session into files for core and plugins (buffers, history, ..)
|
||||
2. unload all plugins (configuration files (*.conf) are written on disk)
|
||||
3. save WeeChat configuration (weechat.conf)
|
||||
4. execute new WeeChat binary and reload session.
|
||||
|
||||
Z opcją "-quit", proces przebiega inaczej:
|
||||
1. zamknięcie *WSZYSTKICH* połączeń (irc, xfer, relay, ...)
|
||||
2. zapisanie sesji do pliku (*.upgrade)
|
||||
3. wyładowanie wszystkich wtyczek
|
||||
4. zapisanie konfiguracji WeeChat
|
||||
5. wyłączenie WeeChat
|
||||
Następnie można przywrócić sesję za pomocą komendy: weechat --upgrade
|
||||
WAŻNE: należy przywracać sesję z identyczną konfiguracją (pliki *.conf).
|
||||
Jest możliwe przywrócenie sesji WeeChat na innej maszynie, jeśli skopiujemy zawartość katalogu "~/.weechat".
|
||||
With option "-quit", the process is slightly different:
|
||||
1. close *ALL* connections (irc, xfer, relay, ...)
|
||||
2. save session into files (*.upgrade)
|
||||
3. unload all plugins
|
||||
4. save WeeChat configuration
|
||||
5. quit WeeChat
|
||||
Then later you can restore session with command: weechat --upgrade
|
||||
IMPORTANT: you must restore the session with exactly same configuration (files *.conf).
|
||||
It is possible to restore WeeChat session on another machine if you copy the content of directory "~/.weechat".
|
||||
----
|
||||
|
||||
[[command_weechat_uptime]]
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1287,8 +1287,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1912,7 +1912,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" save: uložit aktuální rozložení\n"
|
||||
" apply: aplikovat uložené rozložení\n"
|
||||
@@ -2147,11 +2150,16 @@ msgstr "opustit WeeChat"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<argumenty>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: vyžadováno pokud je povolena volba weechat.look.confirm_quit\n"
|
||||
"argumenty: text poslaný se signálem \"quit\"\n"
|
||||
@@ -2200,10 +2208,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "uložit soubory s nastavením na disk"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"soubor: konfigurační soubor pro znovunačtení (bez přípony \".conf\")\n"
|
||||
"\n"
|
||||
@@ -2357,8 +2369,10 @@ msgstr "aktualizovat WeeChat bez odpojení od serveru"
|
||||
msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr "[-yes][<cesta_k_binárce>|-quit]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -23,8 +23,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"PO-Revision-Date: 2016-02-10 07:24+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-02-12 07:28+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <>\n"
|
||||
"Language: de\n"
|
||||
@@ -1343,8 +1343,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1366,7 +1366,7 @@ msgstr ""
|
||||
" name: Alternativname für eine Farbe (zum Beispiel: \"orange\")\n"
|
||||
" reset: setzt alle Farbpaarungen zurück (nützlich falls keine Farbpaarung "
|
||||
"mehr verfügbar sein sollte und die automatische Reset-Option deaktiviert "
|
||||
"ist, siehe Einstellung: weechat.look.color_pairs_auto_reset)\n"
|
||||
"ist, siehe Einstellung: \"weechat.look.color_pairs_auto_reset\")\n"
|
||||
"term2rgb: konvertiert eine Terminalfarbe (0-255) in eine RGB Farbe\n"
|
||||
"rgb2term: konvertiert eine RGB Farbe in eine Terminalfarbe (0-255)\n"
|
||||
" limit: Anzahl an Farben die aus der Terminalpalette genutzt werden sollen "
|
||||
@@ -2180,6 +2180,7 @@ msgstr ""
|
||||
"store [<name>] [buffers|windows] || apply [<name>] [buffers|windows] || "
|
||||
"leave || del [<name>] [buffers|windows] || rename <name> <new_name>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" store: store current buffers/windows in a layout\n"
|
||||
" apply: apply stored layout\n"
|
||||
@@ -2192,7 +2193,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" store: erstellt ein Layout der zur Zeit verwendeten Buffer/Fenster\n"
|
||||
" apply: erstelltes Layout verwenden\n"
|
||||
@@ -2497,11 +2501,16 @@ msgstr "WeeChat beenden"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<arguments>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: Argument muss genutzt werden falls weechat.look.confirm_quit "
|
||||
"aktiviert sein sollte\n"
|
||||
@@ -2560,10 +2569,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "Konfiguration abspeichern"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"file: Konfigurationsdatei die gesichert werden soll (ohne "
|
||||
"Dateinamenserweiterung \".conf\")\n"
|
||||
@@ -2781,7 +2794,8 @@ msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr "[-yes] [<path_to_binary>|-quit]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
@@ -2814,8 +2828,8 @@ msgid ""
|
||||
"It is possible to restore WeeChat session on another machine if you copy the "
|
||||
"content of directory \"~/.weechat\"."
|
||||
msgstr ""
|
||||
" -yes: wird benötigt, sobald Option weechat.look.confirm_upgrade "
|
||||
"aktiviert ist\n"
|
||||
" -yes: wird benötigt, sobald Option \"weechat.look.confirm_upgrade"
|
||||
"\" aktiviert ist\n"
|
||||
"path_to_binary: Pfad zu einer ausführbaren WeeChat Binärdatei "
|
||||
"(Standardeinstellung ist die aktuell ausführbare Datei)\n"
|
||||
" -dummy: ohne Funktion (dient lediglich dazu, um nicht versehentlich "
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1294,8 +1294,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1996,7 +1996,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" save: guarda el esquema actual\n"
|
||||
" apply: aplica el esquema guardado\n"
|
||||
@@ -2251,11 +2254,16 @@ msgstr "cerrar WeeChat"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<argumentos>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: necesario si a opción weechat.look.confirm_quit esta habilitada\n"
|
||||
"argumentos: texto a enviar con la señal \"quit\"\n"
|
||||
@@ -2311,10 +2319,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "guardar archivos de configuración al disco"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"archivo: archivo de configuración a guardar (sin la extensión \".conf\")\n"
|
||||
"\n"
|
||||
@@ -2476,7 +2488,8 @@ msgstr "[<ruta_al_ejecutable>|-quit]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"PO-Revision-Date: 2016-02-11 07:29+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-02-12 07:36+0100\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -1315,8 +1315,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1338,7 +1338,7 @@ msgstr ""
|
||||
" nom : nom d'alias pour la couleur (par exemple : \"orange\")\n"
|
||||
" reset : réinitialiser toutes les paires de couleurs (requis quand il n'y "
|
||||
"a plus de paires de couleurs disponibles si la réinitialisation automatique "
|
||||
"est désactivée, voir l'option weechat.look.color_pairs_auto_reset)\n"
|
||||
"est désactivée, voir l'option \"weechat.look.color_pairs_auto_reset\")\n"
|
||||
"term2rgb : convertir une couleur du terminal (0-255) en couleur RGB\n"
|
||||
"rgb2term : convertir une couleur RGB en couleur du terminal (0-255)\n"
|
||||
" limite : nombre de couleurs à utiliser dans la table du terminal (en "
|
||||
@@ -2144,22 +2144,24 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" store : stocker les tampons/fenêtres courants dans une disposition\n"
|
||||
" apply : appliquer une disposition stockée\n"
|
||||
" leave : quitter la disposition courante (ne met à jour aucune "
|
||||
"disposition)\n"
|
||||
" leave : quitter la disposition courante (ne met à jour aucune disposition)\n"
|
||||
" del : supprimer les tampons et/ou fenêtres dans une disposition stockée\n"
|
||||
" (si ni \"buffers\" ni \"windows\" n'est donné après le nom, la "
|
||||
"disposition est supprimée)\n"
|
||||
" (si ni \"buffers\" ni \"windows\" n'est donné après le nom, la disposition est supprimée)\n"
|
||||
" rename : renommer une disposition\n"
|
||||
" nom : nom pour la disposition stockée (par défaut \"default\")\n"
|
||||
"buffers : stocker/appliquer seulement pour les tampons (ordre des tampons)\n"
|
||||
"windows : stocker/appliquer seulement pour les fenêtres (le tampon affiché "
|
||||
"par chaque fenêtre)\n"
|
||||
"windows : stocker/appliquer seulement pour les fenêtres (le tampon affiché par chaque fenêtre)\n"
|
||||
"\n"
|
||||
"Sans paramètre, cette commande affiche les dispositions stockées."
|
||||
"Sans paramètre, cette commande affiche les dispositions stockées.\n"
|
||||
"\n"
|
||||
"La disposition courante peut être sauvegardée sur la commande /quit avec l'option \"weechat.look.save_layout_on_exit\"."
|
||||
|
||||
msgid "mouse control"
|
||||
msgstr "contrôle de la souris"
|
||||
@@ -2446,15 +2448,23 @@ msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<paramètres>]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes : requis si l'option weechat.look.confirm_quit est activée\n"
|
||||
" -yes : requis si l'option \"weechat.look.confirm_quit\" est activée\n"
|
||||
"paramètres : texte envoyé avec le signal \"quit\"\n"
|
||||
" (par exemple l'extension irc utilise ce texte pour envoyer le "
|
||||
"message de quit au serveur)"
|
||||
"message de quit au serveur)\n"
|
||||
"\n"
|
||||
"Par défaut en quittant les fichiers de configuration sont sauvegardés (voir "
|
||||
"l'option \"weechat.look.save_config_on_exit\") et la disposition courante "
|
||||
"peut être sauvegardée (voir l'option \"weechat.look.save_layout_on_exit\")."
|
||||
|
||||
msgid "reload configuration files from disk"
|
||||
msgstr "recharger les fichiers de configuration depuis le disque"
|
||||
@@ -2507,12 +2517,18 @@ msgstr "sauvegarder les fichiers de configuration sur disque"
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"fichier : fichier de configuration à sauvegarder (sans l'extension \".conf"
|
||||
"\")\n"
|
||||
"\n"
|
||||
"Sans paramètre, tous les fichiers (WeeChat et extensions) sont sauvegardés."
|
||||
"Sans paramètre, tous les fichiers (WeeChat et extensions) sont sauvegardés.\n"
|
||||
"\n"
|
||||
"Par défaut tous les fichiers de configuration sont sauvegardés sur disque "
|
||||
"sur la commande /quit (voir l'option \"weechat.look.save_config_on_exit\")."
|
||||
|
||||
msgid ""
|
||||
"manage secured data (passwords or private data encrypted in file sec.conf)"
|
||||
@@ -2717,7 +2733,8 @@ msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr "[-yes] [<chemin_vers_binaire>|-quit]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
@@ -2750,8 +2767,8 @@ msgid ""
|
||||
"It is possible to restore WeeChat session on another machine if you copy the "
|
||||
"content of directory \"~/.weechat\"."
|
||||
msgstr ""
|
||||
" -yes : requis si l'option weechat.look.confirm_upgrade est "
|
||||
"activée\n"
|
||||
" -yes : requis si l'option \"weechat.look.confirm_upgrade\" "
|
||||
"est activée\n"
|
||||
"chemin_vers_binaire : chemin vers le binaire WeeChat (par défaut le binaire "
|
||||
"courant)\n"
|
||||
" -dummy : ne rien faire (option utilisée pour éviter une "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1240,8 +1240,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1713,7 +1713,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "mouse control"
|
||||
@@ -1900,10 +1903,14 @@ msgid "[-yes] [<arguments>]"
|
||||
msgstr "fogadó típusa [paraméterek]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -1949,7 +1956,10 @@ msgstr "beállítások mentése kilépéskor"
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -2072,7 +2082,8 @@ msgstr "[path_to_binary]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1273,8 +1273,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -2037,7 +2037,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" save: salva il layout corrente\n"
|
||||
" apply: applica il layout salvato\n"
|
||||
@@ -2294,11 +2297,16 @@ msgstr "esce da WeeChat"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<argomenti>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: richiesto se l'opzione option weechat.look.confirm_quit è "
|
||||
"abilitata\n"
|
||||
@@ -2353,10 +2361,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "salva i file di configurazione su disco"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"file: file di configurazione da salvare (senza estensione \".conf\")\n"
|
||||
"\n"
|
||||
@@ -2564,7 +2576,8 @@ msgstr "[<path_del_binario>|-quit]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -20,8 +20,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"PO-Revision-Date: 2016-01-27 09:00+0900\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-02-12 07:29+0100\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
"Language: ja\n"
|
||||
@@ -1288,8 +1288,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1309,8 +1309,8 @@ msgstr ""
|
||||
" color: カラー番号 (0 以上、最大値はターミナル依存、多くの場合 63 か 255)\n"
|
||||
" name: カラーの別名 (例: \"orange\")\n"
|
||||
" reset: 全てのカラーペアをリセット (自動的なリセットが無効化されており、こ"
|
||||
"れ以上のカラーペアが利用できない場合に必要、オプション weechat.look."
|
||||
"color_pairs_auto_reset を参照)\n"
|
||||
"れ以上のカラーペアが利用できない場合に必要、オプション \"weechat.look."
|
||||
"color_pairs_auto_reset\" を参照)\n"
|
||||
"term2rgb: ターミナル色 (0-255) を RGB 色に変換\n"
|
||||
"rgb2term: RGB 色をターミナル色 (0-255) に変換\n"
|
||||
" limit: ターミナルテーブル内で使う色の数 (0 から始まる); デフォルトは 256\n"
|
||||
@@ -2069,6 +2069,7 @@ msgstr ""
|
||||
"store [<name>] [buffers|windows] || apply [<name>] [buffers|windows] || "
|
||||
"leave || del [<name>] [buffers|windows] || rename <name> <new_name>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" store: store current buffers/windows in a layout\n"
|
||||
" apply: apply stored layout\n"
|
||||
@@ -2081,7 +2082,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" store: レイアウトに現在のバッファ/ウィンドウを保存\n"
|
||||
" apply: 保存されたレイアウトを適用\n"
|
||||
@@ -2377,11 +2381,16 @@ msgstr "WeeChat の終了"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<arguments>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: weechat.look.confirm_quit オプションが有効な場合に必要\n"
|
||||
"arguments: \"quit\" シグナルと共に送られるテキスト\n"
|
||||
@@ -2434,10 +2443,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "設定をファイルに保存"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"file: 保存する設定ファイル (拡張子 \".conf\" は不要)\n"
|
||||
"\n"
|
||||
@@ -2642,7 +2655,8 @@ msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr "[-yes] [<path_to_binary>|-quit]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
@@ -2675,8 +2689,8 @@ msgid ""
|
||||
"It is possible to restore WeeChat session on another machine if you copy the "
|
||||
"content of directory \"~/.weechat\"."
|
||||
msgstr ""
|
||||
" -yes: weechat.look.confirm_upgrade オプションが有効化されていた場"
|
||||
"合、このオプションは必須です。\n"
|
||||
" -yes: \"weechat.look.confirm_upgrade\" オプションが有効化されていた"
|
||||
"場合、このオプションは必須です。\n"
|
||||
"path_to_binary: WeeChat バイナリへのパス (デフォルトは現在のバイナリ)\n"
|
||||
" -dummy: 何もしない (補完された \"-quit\" オプションを不用意に使わない"
|
||||
"ためのオプション)\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1311,6 +1311,7 @@ msgstr ""
|
||||
"alias <kolor> <nazwa> || unalias <kolor> || reset || term2rgb <kolor> || "
|
||||
"rgb2term <rgb> [<limit>] || -o"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" alias: add an alias for a color\n"
|
||||
" unalias: delete an alias\n"
|
||||
@@ -1318,8 +1319,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -2115,6 +2116,7 @@ msgstr ""
|
||||
"store [<nazwa>] [buffers|windows] || apply [<nazwa>] [buffers|windows] || "
|
||||
"leave || del [<nazwa>] [buffers|windows] || rename <nazwa> <nowa nazwa>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" store: store current buffers/windows in a layout\n"
|
||||
" apply: apply stored layout\n"
|
||||
@@ -2127,7 +2129,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" store: zachowuje układ używając obecnych buforów/okien\n"
|
||||
" apply: stosuje zapisany układ\n"
|
||||
@@ -2425,11 +2430,16 @@ msgstr "zakończ WeeChat"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes][<argumenty>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: wymagane jeśli opcja weechat.look.confirm_quit jest włączona\n"
|
||||
"argumenty: tekst wysłany na sygnał \"quit\"\n"
|
||||
@@ -2485,10 +2495,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "zapisuje pliki konfiguracyjne na dysku"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"plik: plik konfiguracyjny do przeładowania (bez rozszerzenia \".conf\")\n"
|
||||
"\n"
|
||||
@@ -2695,8 +2709,10 @@ msgstr "uaktualnia WeeChat bez rozłączania z serwerami"
|
||||
msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr "[-yes] [<ścieżka_do_binarki>|-quit]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
+21
-8
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1328,8 +1328,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -2048,7 +2048,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
" save: salvar a disposição atual\n"
|
||||
" apply: aplicar a disposição salva\n"
|
||||
@@ -2278,11 +2281,16 @@ msgstr "quit WeeChat"
|
||||
msgid "[-yes] [<arguments>]"
|
||||
msgstr "[-yes] [<argumentos>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
" -yes: requerido se a opção weechat.look.confirm_quit está habilitada\n"
|
||||
"argumentos: texto para ser enviado com o sinal \"quit\"\n"
|
||||
@@ -2336,10 +2344,14 @@ msgstr ""
|
||||
msgid "save configuration files to disk"
|
||||
msgstr "salva configurações dos arquivos no disco"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
"arquivo: arquivo de configuração a ser recarregado\n"
|
||||
"\n"
|
||||
@@ -2507,7 +2519,8 @@ msgstr "[<caminho_para_o_binário>|-quit]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-17 08:52+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1261,8 +1261,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1736,7 +1736,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "mouse control"
|
||||
@@ -1923,10 +1926,14 @@ msgid "[-yes] [<arguments>]"
|
||||
msgstr "адресат тип [аргументы]"
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -1972,7 +1979,10 @@ msgstr "сохранять конфигурационный файл при вы
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -2095,7 +2105,8 @@ msgstr "[путь_к_исполняемому_файлу]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2016-01-05 07:51+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1106,8 +1106,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1556,7 +1556,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "mouse control"
|
||||
@@ -1725,10 +1728,14 @@ msgid "[-yes] [<arguments>]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid "reload configuration files from disk"
|
||||
@@ -1768,7 +1775,10 @@ msgstr "yapılandırma dosyalarını diske kaydet"
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1888,7 +1898,8 @@ msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
+19
-8
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2016-02-11 07:28+0100\n"
|
||||
"POT-Creation-Date: 2016-02-12 07:33+0100\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1108,8 +1108,8 @@ msgid ""
|
||||
"commonly 63 or 255)\n"
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"available if automatic reset is disabled, see option \"weechat.look."
|
||||
"color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from 0); "
|
||||
@@ -1554,7 +1554,10 @@ msgid ""
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option \"weechat."
|
||||
"look.save_layout_on_exit\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "mouse control"
|
||||
@@ -1723,10 +1726,14 @@ msgid "[-yes] [<arguments>]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit message to "
|
||||
"server)"
|
||||
"server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved (see option "
|
||||
"\"weechat.look.save_config_on_exit\") and the current layout can be saved "
|
||||
"(see option \"weechat.look.save_layout_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid "reload configuration files from disk"
|
||||
@@ -1766,7 +1773,10 @@ msgstr ""
|
||||
msgid ""
|
||||
"file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit command (see "
|
||||
"option \"weechat.look.save_config_on_exit\")."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1885,7 +1895,8 @@ msgid "[-yes] [<path_to_binary>|-quit]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
" -yes: required if option weechat.look.confirm_upgrade is enabled\n"
|
||||
" -yes: required if option \"weechat.look.confirm_upgrade\" is "
|
||||
"enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental completion "
|
||||
"with \"-quit\")\n"
|
||||
|
||||
+20
-7
@@ -6947,7 +6947,7 @@ command_init ()
|
||||
" name: alias name for color (for example: \"orange\")\n"
|
||||
" 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)\n"
|
||||
"\"weechat.look.color_pairs_auto_reset\")\n"
|
||||
"term2rgb: convert a terminal color (0-255) to RGB color\n"
|
||||
"rgb2term: convert a RGB color to terminal color (0-255)\n"
|
||||
" limit: number of colors to use in terminal table (starting from "
|
||||
@@ -7444,9 +7444,13 @@ command_init ()
|
||||
" rename: rename a layout\n"
|
||||
" name: name for stored layout (default is \"default\")\n"
|
||||
"buffers: store/apply only buffers (order of buffers)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each window)\n"
|
||||
"windows: store/apply only windows (buffer displayed by each "
|
||||
"window)\n"
|
||||
"\n"
|
||||
"Without argument, this command displays stored layouts."),
|
||||
"Without argument, this command displays stored layouts.\n"
|
||||
"\n"
|
||||
"The current layout can be saved on /quit command with the option "
|
||||
"\"weechat.look.save_layout_on_exit\"."),
|
||||
"store %(layouts_names)|buffers|windows buffers|windows"
|
||||
" || apply %(layouts_names)|buffers|windows buffers|windows"
|
||||
" || leave"
|
||||
@@ -7619,10 +7623,16 @@ command_init ()
|
||||
NULL, "quit",
|
||||
N_("quit WeeChat"),
|
||||
N_("[-yes] [<arguments>]"),
|
||||
N_(" -yes: required if option weechat.look.confirm_quit is enabled\n"
|
||||
N_(" -yes: required if option \"weechat.look.confirm_quit\" "
|
||||
"is enabled\n"
|
||||
"arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to send quit "
|
||||
"message to server)"),
|
||||
"message to server)\n"
|
||||
"\n"
|
||||
"By default when quitting the configuration files are saved "
|
||||
"(see option \"weechat.look.save_config_on_exit\") and the current "
|
||||
"layout can be saved (see option "
|
||||
"\"weechat.look.save_layout_on_exit\")."),
|
||||
"",
|
||||
&command_quit, NULL);
|
||||
hook_command (
|
||||
@@ -7656,7 +7666,10 @@ command_init ()
|
||||
N_("[<file> [<file>...]]"),
|
||||
N_("file: configuration file to save (without extension \".conf\")\n"
|
||||
"\n"
|
||||
"Without argument, all files (WeeChat and plugins) are saved."),
|
||||
"Without argument, all files (WeeChat and plugins) are saved.\n"
|
||||
"\n"
|
||||
"By default all configuration files are saved to disk on /quit "
|
||||
"command (see option \"weechat.look.save_config_on_exit\")."),
|
||||
"%(config_files)|%*",
|
||||
&command_save, NULL);
|
||||
hook_command (
|
||||
@@ -7774,7 +7787,7 @@ command_init ()
|
||||
NULL, "upgrade",
|
||||
N_("upgrade WeeChat without disconnecting from servers"),
|
||||
N_("[-yes] [<path_to_binary>|-quit]"),
|
||||
N_(" -yes: required if option weechat.look.confirm_upgrade "
|
||||
N_(" -yes: required if option \"weechat.look.confirm_upgrade\" "
|
||||
"is enabled\n"
|
||||
"path_to_binary: path to WeeChat binary (default is current binary)\n"
|
||||
" -dummy: do nothing (option used to prevent accidental "
|
||||
|
||||
Reference in New Issue
Block a user