diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/de/autogen/user/script_options.txt | 7 | ||||
-rw-r--r-- | doc/en/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/en/autogen/user/script_options.txt | 7 | ||||
-rw-r--r-- | doc/fr/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/fr/autogen/user/script_options.txt | 7 | ||||
-rw-r--r-- | doc/it/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/it/autogen/user/script_options.txt | 7 | ||||
-rw-r--r-- | doc/ja/autogen/user/script_commands.txt | 11 | ||||
-rw-r--r-- | doc/ja/autogen/user/script_options.txt | 7 |
10 files changed, 60 insertions, 30 deletions
diff --git a/doc/de/autogen/user/script_commands.txt b/doc/de/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/de/autogen/user/script_commands.txt +++ b/doc/de/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script diff --git a/doc/de/autogen/user/script_options.txt b/doc/de/autogen/user/script_options.txt index 7ff881ce1..e7424911b 100644 --- a/doc/de/autogen/user/script_options.txt +++ b/doc/de/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** Beschreibung: `color for status "autoloaded" ("a")` +** Typ: Farbe +** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** Beschreibung: `color for status "held" ("H")` ** Typ: Farbe @@ -129,7 +134,7 @@ ** Werte: beliebige Zeichenkette (Standardwert: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** Beschreibung: `default sort keys for scripts: comma-separated list of identifiers: a=author, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` +** Beschreibung: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"p,n"`) diff --git a/doc/en/autogen/user/script_commands.txt b/doc/en/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/en/autogen/user/script_commands.txt +++ b/doc/en/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script diff --git a/doc/en/autogen/user/script_options.txt b/doc/en/autogen/user/script_options.txt index bf858a874..8f83803b1 100644 --- a/doc/en/autogen/user/script_options.txt +++ b/doc/en/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** description: `color for status "autoloaded" ("a")` +** type: color +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** description: `color for status "held" ("H")` ** type: color @@ -129,7 +134,7 @@ ** values: any string (default value: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** description: `default sort keys for scripts: comma-separated list of identifiers: a=author, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` +** description: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` ** type: string ** values: any string (default value: `"p,n"`) diff --git a/doc/fr/autogen/user/script_commands.txt b/doc/fr/autogen/user/script_commands.txt index ba77af871..9f2b9f8cc 100644 --- a/doc/fr/autogen/user/script_commands.txt +++ b/doc/fr/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Sans paramètre, cette commande ouvre un tampon avec la liste des scripts. Sur le tampon des scripts, les statuts pour chaque script sont : - * i H r N - | | | | | - | | | | obsolète (nouvelle version disponible) - | | | chargé - | | figé + * i a H r N + | | | | | | + | | | | | obsolète (nouvelle version disponible) + | | | | chargé + | | | figé + | | chargé auto | installé script populaire diff --git a/doc/fr/autogen/user/script_options.txt b/doc/fr/autogen/user/script_options.txt index b3e5a0060..1ebe7639c 100644 --- a/doc/fr/autogen/user/script_options.txt +++ b/doc/fr/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** description: `couleur du statut "chargé auto" ("a")` +** type: couleur +** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour du gras, "!" pour la vidéo inverse, "_" pour du souligné (valeur par défaut: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** description: `couleur du statut "figé" ("H")` ** type: couleur @@ -129,7 +134,7 @@ ** valeurs: toute chaîne (valeur par défaut: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** description: `tri par défaut des scripts: liste d'identifiants séparés par des virgules: a=auteur, d=date d'ajour, e=extension, i=installé, l=langage, n=nom, o=obsolète, p=populaire, r=chargé, u=date de mise à jour; le caractère "-" peut être utilisé avant l'identifiant pour inverser l'ordre; exemple: "i,u": scripts installés en premier, triés par date de mise à jour` +** description: `tri par défaut des scripts: liste d'identifiants séparés par des virgules: a=auteur, A=chargé auto, d=date d'ajout, e=extension, i=installé, l=langage, n=nom, o=obsolète, p=populaire, r=chargé, u=date de mise à jour; le caractère "-" peut être utilisé avant l'identifiant pour inverser l'ordre; exemple: "i,u": scripts installés en premier, triés par date de mise à jour` ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"p,n"`) diff --git a/doc/it/autogen/user/script_commands.txt b/doc/it/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/it/autogen/user/script_commands.txt +++ b/doc/it/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script diff --git a/doc/it/autogen/user/script_options.txt b/doc/it/autogen/user/script_options.txt index 2db7cf2d8..d5154a591 100644 --- a/doc/it/autogen/user/script_options.txt +++ b/doc/it/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** descrizione: `color for status "autoloaded" ("a")` +** tipo: colore +** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** descrizione: `color for status "held" ("H")` ** tipo: colore @@ -129,7 +134,7 @@ ** valori: qualsiasi stringa (valore predefinito: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** descrizione: `default sort keys for scripts: comma-separated list of identifiers: a=author, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` +** descrizione: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"p,n"`) diff --git a/doc/ja/autogen/user/script_commands.txt b/doc/ja/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/ja/autogen/user/script_commands.txt +++ b/doc/ja/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script diff --git a/doc/ja/autogen/user/script_options.txt b/doc/ja/autogen/user/script_options.txt index 33804e1cf..68f19ad1e 100644 --- a/doc/ja/autogen/user/script_options.txt +++ b/doc/ja/autogen/user/script_options.txt @@ -1,3 +1,8 @@ +* [[option_script.color.status_autoloaded]] *script.color.status_autoloaded* +** 説明: `color for status "autoloaded" ("a")` +** タイプ: 色 +** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、下線は "_"。 (デフォルト値: `cyan`) + * [[option_script.color.status_held]] *script.color.status_held* ** 説明: `color for status "held" ("H")` ** タイプ: 色 @@ -129,7 +134,7 @@ ** 値: 未制約文字列 (デフォルト値: `"%s %n %V %v %u | %d | %t"`) * [[option_script.look.sort]] *script.look.sort* -** 説明: `default sort keys for scripts: comma-separated list of identifiers: a=author, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` +** 説明: `default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"p,n"`) |