1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar

This commit is contained in:
Sebastien Helleu
2008-12-19 13:24:46 +01:00
parent edd70d4636
commit 896f509861
18 changed files with 198 additions and 406 deletions
+4 -3
View File
@@ -23,7 +23,7 @@ manage bars
filling: horizontal, vertical, columns_horizontal or columns_vertical
size: size of bar (in chars)
separator: 1 for using separator (line), 0 or nothing means no separator
item1,...: items for this bar
item1,...: items for this bar (items can be separated by comma (space between items) or "+" (glued items))
default: create default bars
del: delete a bar (or all bars with -all)
set: set a value for a bar property
@@ -31,6 +31,7 @@ manage bars
value: new value for option
hide: hide a bar
show: show an hidden bar
toggle: hide/show a bar
scroll: scroll bar up/down
buffer: name of buffer to scroll ('*' means current buffer, you should use '*' for root bars)
scroll_value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars)
@@ -39,8 +40,8 @@ manage bars
listitems: list all bar items
Examples:
create a bar with time and completion:
/bar add mybar root bottom 1 0 [time],completion
create a bar with time, buffer number + name, and completion:
/bar add mybar root bottom 1 0 [time],buffer_number+:+buffer_name,completion
hide a bar:
/bar hide mybar
scroll nicklist 10 lines down on current buffer:
+1 -51
View File
@@ -212,7 +212,7 @@
<para>type: color</para>
</listitem>
<listitem>
<para>values: a color name (default value: default)</para>
<para>values: a color name (default value: cyan)</para>
</listitem>
</itemizedlist>
@@ -806,56 +806,6 @@
</listitem>
</itemizedlist>
<command>weechat.look.nicklist</command>: display nicklist (on buffers with nicklist enabled)
<itemizedlist>
<listitem>
<para>type: boolean</para>
</listitem>
<listitem>
<para>values: on, off (default value: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_max_size</command>: max size for nicklist (width or height, depending on nicklist_position (0 = no max size; if min = max and &gt; 0, then size is fixed))
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: 0 .. 100 (default value: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_min_size</command>: min size for nicklist (width or height, depending on nicklist_position (0 = no min size))
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: 0 .. 100 (default value: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_position</command>: Nicklisten-Position (top, left, right (Standard), bottom)
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: left, right, top, bottom (default value: right)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_separator</command>: Trennzeichen zwischen Chatfenster und Nickliste
<itemizedlist>
<listitem>
<para>type: boolean</para>
</listitem>
<listitem>
<para>values: on, off (default value: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nickmode</command>: Nickmode (@%+) vorm Nickname anzeigen
<itemizedlist>
<listitem>
+4 -3
View File
@@ -23,7 +23,7 @@ manage bars
filling: horizontal, vertical, columns_horizontal or columns_vertical
size: size of bar (in chars)
separator: 1 for using separator (line), 0 or nothing means no separator
item1,...: items for this bar
item1,...: items for this bar (items can be separated by comma (space between items) or "+" (glued items))
default: create default bars
del: delete a bar (or all bars with -all)
set: set a value for a bar property
@@ -31,6 +31,7 @@ manage bars
value: new value for option
hide: hide a bar
show: show an hidden bar
toggle: hide/show a bar
scroll: scroll bar up/down
buffer: name of buffer to scroll ('*' means current buffer, you should use '*' for root bars)
scroll_value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars)
@@ -39,8 +40,8 @@ manage bars
listitems: list all bar items
Examples:
create a bar with time and completion:
/bar add mybar root bottom 1 0 [time],completion
create a bar with time, buffer number + name, and completion:
/bar add mybar root bottom 1 0 [time],buffer_number+:+buffer_name,completion
hide a bar:
/bar hide mybar
scroll nicklist 10 lines down on current buffer:
+1 -51
View File
@@ -212,7 +212,7 @@
<para>type: color</para>
</listitem>
<listitem>
<para>values: a color name (default value: default)</para>
<para>values: a color name (default value: cyan)</para>
</listitem>
</itemizedlist>
@@ -806,56 +806,6 @@
</listitem>
</itemizedlist>
<command>weechat.look.nicklist</command>: display nicklist (on buffers with nicklist enabled)
<itemizedlist>
<listitem>
<para>type: boolean</para>
</listitem>
<listitem>
<para>values: on, off (default value: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_max_size</command>: max size for nicklist (width or height, depending on nicklist_position (0 = no max size; if min = max and &gt; 0, then size is fixed))
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: 0 .. 100 (default value: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_min_size</command>: min size for nicklist (width or height, depending on nicklist_position (0 = no min size))
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: 0 .. 100 (default value: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_position</command>: nicklist position (top, left, right (default), bottom)
<itemizedlist>
<listitem>
<para>type: integer</para>
</listitem>
<listitem>
<para>values: left, right, top, bottom (default value: right)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_separator</command>: separator between chat and nicklist
<itemizedlist>
<listitem>
<para>type: boolean</para>
</listitem>
<listitem>
<para>values: on, off (default value: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nickmode</command>: display nick mode ((half)op/voice) before each nick
<itemizedlist>
<listitem>
+4 -3
View File
@@ -23,7 +23,7 @@ gestion des barres
remplissage: horizontal, vertical, columns_horizontal ou columns_vertical
taille: taille de la barre (en caractères)
séparateur: 1 pour utiliser un séparateur (ligne), 0 ou rien signifie sans séparateur
objet1,...: objets pour cette barre
objet1,...: objets pour cette barre (les objets peuvent être séparés par une virgule (espace entre les objets) ou "+" (objets collés))
default: créer les barres par défaut
del: supprime une barre (ou toutes les barres avec -all)
set: change la valeur d'une propriété de la barre
@@ -31,6 +31,7 @@ gestion des barres
valeur: nouvelle valeur pour l'option
hide: cache la barre
show: montre une barre cachée
toggle: cache/montre une barre
scroll: défilement de la barre vers le haut/bas
tampon: catégorie et nom du tampon ('*' signifie le tampon courant, vous devez utiliser '*' pour les barres de type root)
valeur_scroll: valeur pour le défilement: 'x' ou 'y', suivi par '+', '-', 'b' (début) ou 'e' (fin), valeur (pour +/-), et un %% optionnel (pour faire défiler par %% de la largeur/hauteur, sinon la valeur est un nombre de caractères)
@@ -39,8 +40,8 @@ valeur_scroll: valeur pour le défilement: 'x' ou 'y', suivi par '+', '-', 'b' (
listitems: liste tous les objets de barre
Exemples :
créer une barre avec l'heure et la complétion :
/bar add mabarre root bottom 1 0 [time],completion
créer une barre avec l'heure, numéro + nom de tampon, et la complétion :
/bar add mabarre root bottom 1 0 [time],buffer_number+:+buffer_name,completion
cacher une barre :
/bar hide mabarre
faire défiler la liste des pseudos de 10 lignes vers le bas sur le tampon courant:
+1 -51
View File
@@ -212,7 +212,7 @@
<para>type: couleur</para>
</listitem>
<listitem>
<para>valeurs: un nom de couleur (valeur par défaut: default)</para>
<para>valeurs: un nom de couleur (valeur par défaut: cyan)</para>
</listitem>
</itemizedlist>
@@ -806,56 +806,6 @@
</listitem>
</itemizedlist>
<command>weechat.look.nicklist</command>: afficher la liste de pseudos (sur les tampons avec la liste de pseudos activée)
<itemizedlist>
<listitem>
<para>type: booléen</para>
</listitem>
<listitem>
<para>valeurs: on, off (valeur par défaut: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_max_size</command>: taille maximum pour la fenêtre des pseudos (largeur ou hauteur, selon nicklist_position (0 = pas de taille maximum; si min = max et &gt; 0, alors la taille est fixe))
<itemizedlist>
<listitem>
<para>type: entier</para>
</listitem>
<listitem>
<para>valeurs: 0 .. 100 (valeur par défaut: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_min_size</command>: taille minimum pour la fenêtre des pseudos (largeur ou hauteur, selon nicklist_position (0 = pas de taille minimum))
<itemizedlist>
<listitem>
<para>type: entier</para>
</listitem>
<listitem>
<para>valeurs: 0 .. 100 (valeur par défaut: 0)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_position</command>: position de la fenêtre des pseudos (top (haut), left (gauche), right (droite, par défaut), bottom (bas)
<itemizedlist>
<listitem>
<para>type: entier</para>
</listitem>
<listitem>
<para>valeurs: left, right, top, bottom (valeur par défaut: right)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nicklist_separator</command>: séparateur entre la discussion et la liste de pseudos
<itemizedlist>
<listitem>
<para>type: booléen</para>
</listitem>
<listitem>
<para>valeurs: on, off (valeur par défaut: on)</para>
</listitem>
</itemizedlist>
<command>weechat.look.nickmode</command>: afficher le mode du pseudo ((half)op/voice) devant chaque utilisateur
<itemizedlist>
<listitem>
+30 -29
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2008-09-17 16:19+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -718,6 +718,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1298,34 +1299,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "formát času pro \"time\" položu pole"
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr ""
"zobrazit okno se seznamem přezdívek (pro buffery s povoleným seznamem "
"přezdívek)"
#, fuzzy
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"maximální velikost pro seznam přezdívek (šířka nebo výška, závisí na "
"look_nicklist_position (0 = není maximální velikost; jestliže min = max a > "
"0 pak je velikost fixní ))"
#, fuzzy
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"minimální velikost pro seznam přezdívek (šířka nebo výšhak, závisí na "
"look_nicklist_position (0 = není minimální velikost))"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr "pozice seznamu přezdívek (top, left, right (výchozí), bottom)"
msgid "separator between chat and nicklist"
msgstr "oddělovač mezi rozhovorem a seznamem přezdívek"
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "zobrazit mód přezdívky ((částečný)op/voice) před každou přezdívkou"
@@ -5148,6 +5121,34 @@ msgstr "%s DCC: nemohu nastavit 'neblokovaci' volbu na soket\n"
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s chybí argument pro volbu \"%s\"\n"
#~ msgid "display nicklist (on buffers with nicklist enabled)"
#~ msgstr ""
#~ "zobrazit okno se seznamem přezdívek (pro buffery s povoleným seznamem "
#~ "přezdívek)"
#, fuzzy
#~ msgid ""
#~ "max size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no max size; if min = max and > 0, then size is fixed))"
#~ msgstr ""
#~ "maximální velikost pro seznam přezdívek (šířka nebo výška, závisí na "
#~ "look_nicklist_position (0 = není maximální velikost; jestliže min = max a "
#~ "> 0 pak je velikost fixní ))"
#, fuzzy
#~ msgid ""
#~ "min size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no min size))"
#~ msgstr ""
#~ "minimální velikost pro seznam přezdívek (šířka nebo výšhak, závisí na "
#~ "look_nicklist_position (0 = není minimální velikost))"
#~ msgid "nicklist position (top, left, right (default), bottom)"
#~ msgstr "pozice seznamu přezdívek (top, left, right (výchozí), bottom)"
#~ msgid "separator between chat and nicklist"
#~ msgstr "oddělovač mezi rozhovorem a seznamem přezdívek"
#, fuzzy
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%s plugin \"%s\" nenalezen\n"
+29 -28
View File
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -779,6 +779,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1319,33 +1320,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "Timestamp in der Infobar"
#, fuzzy
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr "Nicklisten-Fenster in Channelfenstern anzeigen"
#, fuzzy
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"Maximale Größe der Nicklist (Breite oder Höhe, je nach "
"look_nicklist_position (0: kein Maximum); Wenn min == max > 0, ist die Größe "
"fest."
#, fuzzy
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"Minimale Größe der Nicklist (Breite oder Höhe, je nach "
"look_nicklist_position (0: kein Minimum)"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr "Nicklisten-Position (top, left, right (Standard), bottom)"
msgid "separator between chat and nicklist"
msgstr "Trennzeichen zwischen Chatfenster und Nickliste"
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "Nickmode (@%+) vorm Nickname anzeigen"
@@ -5110,6 +5084,33 @@ msgstr "%s DCC: kann die 'nonblock'-Option für den Socket nicht festlegen\n"
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s fehlende Argumente für die \"--dir\"-Option\n"
#, fuzzy
#~ msgid "display nicklist (on buffers with nicklist enabled)"
#~ msgstr "Nicklisten-Fenster in Channelfenstern anzeigen"
#, fuzzy
#~ msgid ""
#~ "max size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no max size; if min = max and > 0, then size is fixed))"
#~ msgstr ""
#~ "Maximale Größe der Nicklist (Breite oder Höhe, je nach "
#~ "look_nicklist_position (0: kein Maximum); Wenn min == max > 0, ist die "
#~ "Größe fest."
#, fuzzy
#~ msgid ""
#~ "min size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no min size))"
#~ msgstr ""
#~ "Minimale Größe der Nicklist (Breite oder Höhe, je nach "
#~ "look_nicklist_position (0: kein Minimum)"
#~ msgid "nicklist position (top, left, right (default), bottom)"
#~ msgstr "Nicklisten-Position (top, left, right (Standard), bottom)"
#~ msgid "separator between chat and nicklist"
#~ msgstr "Trennzeichen zwischen Chatfenster und Nickliste"
#, fuzzy
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%s Plugin \"%s\" nicht gefunden\n"
+28 -30
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2007-09-19 12:09+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -775,6 +775,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1296,35 +1297,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "fecha y hora para las conversaciones guardadas"
#, fuzzy
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr "mostrar ventana de usuarios (para las ventanas de canal)"
#, fuzzy
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"tamaño máximo para la ventana de usuarios (ancho o alto, dependiendo de "
"look_nicklist_position (0 = sin tamaño máximo, si min == max y > 0, "
"entonces se fija el tamaño))"
#, fuzzy
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"tamaño mínimo para la ventana de usuarios (ancho o alto, dependiendo de "
"look_nicklist_position (0 = sin tamaño mínimo))"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr ""
"posición de la ventana de usuarios (arriba (top), izquierda (left), derecha "
"(right, por defecto), abajo (bottom))"
msgid "separator between chat and nicklist"
msgstr ""
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "mostrar modo del usuario ((half)op/voice) antes de cada usuario"
@@ -5114,6 +5086,32 @@ msgstr "%s no es posible crear el servidor\n"
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s falta un argumento para la opción --dir\n"
#, fuzzy
#~ msgid "display nicklist (on buffers with nicklist enabled)"
#~ msgstr "mostrar ventana de usuarios (para las ventanas de canal)"
#, fuzzy
#~ msgid ""
#~ "max size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no max size; if min = max and > 0, then size is fixed))"
#~ msgstr ""
#~ "tamaño máximo para la ventana de usuarios (ancho o alto, dependiendo de "
#~ "look_nicklist_position (0 = sin tamaño máximo, si min == max y > 0, "
#~ "entonces se fija el tamaño))"
#, fuzzy
#~ msgid ""
#~ "min size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no min size))"
#~ msgstr ""
#~ "tamaño mínimo para la ventana de usuarios (ancho o alto, dependiendo de "
#~ "look_nicklist_position (0 = sin tamaño mínimo))"
#~ msgid "nicklist position (top, left, right (default), bottom)"
#~ msgstr ""
#~ "posición de la ventana de usuarios (arriba (top), izquierda (left), "
#~ "derecha (right, por defecto), abajo (bottom))"
#, fuzzy
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%s plugin \"%s\" no encontrado\n"
+4 -36
View File
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"PO-Revision-Date: 2008-12-19 10:05+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2008-12-19 13:15+0100\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -725,6 +725,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -774,6 +775,7 @@ msgstr ""
" valeur: nouvelle valeur pour l'option\n"
" hide: cache la barre\n"
" show: montre une barre cachée\n"
" toggle: cache/montre une barre\n"
" scroll: défilement de la barre vers le haut/bas\n"
" tampon: catégorie et nom du tampon ('*' signifie le tampon courant, "
"vous devez utiliser '*' pour les barres de type root)\n"
@@ -1425,34 +1427,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "format de date/heure pour l'objet de barre \"time\""
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr ""
"afficher la liste de pseudos (sur les tampons avec la liste de pseudos "
"activée)"
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"taille maximum pour la fenêtre des pseudos (largeur ou hauteur, selon "
"nicklist_position (0 = pas de taille maximum; si min = max et > 0, alors la "
"taille est fixe))"
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"taille minimum pour la fenêtre des pseudos (largeur ou hauteur, selon "
"nicklist_position (0 = pas de taille minimum))"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr ""
"position de la fenêtre des pseudos (top (haut), left (gauche), right "
"(droite, par défaut), bottom (bas)"
msgid "separator between chat and nicklist"
msgstr "séparateur entre la discussion et la liste de pseudos"
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "afficher le mode du pseudo ((half)op/voice) devant chaque utilisateur"
@@ -5264,9 +5238,3 @@ msgstr "%s%s: impossible de positionner l'option \"nonblock\" pour la socket"
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: délai d'attente dépassé pour \"%s\" avec %s"
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%sFichier binaire non trouvé: \"%s\""
#~ msgid "Upgrading WeeChat..."
#~ msgstr "Mise à jour de WeeChat..."
+29 -28
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2007-10-10 18:07+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -779,6 +779,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1328,33 +1329,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "időbélyeg a információs pult idejéhez"
#, fuzzy
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr "névlista ablak mutatása (szobaablakban)"
#, fuzzy
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"névlista maximális mérete (szélesség vagy magasság a look_nicklist_position "
"opciónak megfelelően (0 = nincs maximális érték; ha min = max és > 0, akkor "
"a méret fix))"
#, fuzzy
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"névlista minimális mérete (szélesség vagy magasság a look_nicklist_position "
"opciónak megfelelően (0 = nincs minimális érték))"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr "névlista helye (top, left, right (alapértelmezett), bottom)"
msgid "separator between chat and nicklist"
msgstr "a névlista és a beszélgetőablak közti elválasztó"
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "a felhasználó módjának ((fél)operátor/voice) mutatása a név előtt"
@@ -5132,6 +5106,33 @@ msgstr "%s DCC: nem sikerült 'nonblock' opciót beállítani a csatornán\n"
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
#, fuzzy
#~ msgid "display nicklist (on buffers with nicklist enabled)"
#~ msgstr "névlista ablak mutatása (szobaablakban)"
#, fuzzy
#~ msgid ""
#~ "max size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no max size; if min = max and > 0, then size is fixed))"
#~ msgstr ""
#~ "névlista maximális mérete (szélesség vagy magasság a "
#~ "look_nicklist_position opciónak megfelelően (0 = nincs maximális érték; "
#~ "ha min = max és > 0, akkor a méret fix))"
#, fuzzy
#~ msgid ""
#~ "min size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no min size))"
#~ msgstr ""
#~ "névlista minimális mérete (szélesség vagy magasság a "
#~ "look_nicklist_position opciónak megfelelően (0 = nincs minimális érték))"
#~ msgid "nicklist position (top, left, right (default), bottom)"
#~ msgstr "névlista helye (top, left, right (alapértelmezett), bottom)"
#~ msgid "separator between chat and nicklist"
#~ msgstr "a névlista és a beszélgetőablak közti elválasztó"
#, fuzzy
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%s a \"%s\" modul nem található\n"
+30 -29
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -773,6 +773,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1330,34 +1331,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr "время в информационной строке"
#, fuzzy
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr "показывать список ников (в окнах каналов)"
#, fuzzy
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
"максимальный размер списка пользователей (высота или ширина, в зависимости "
"от look_nicklist_position (0 = без максимального размера; если min = max и > "
"0, то размер фиксированный))"
#, fuzzy
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
"минимальный размер списка пользователей (высота или ширина, в зависимости от "
"look_nicklist_position (0 = без минимального размера))"
msgid "nicklist position (top, left, right (default), bottom)"
msgstr ""
"расположение списка пользователей (top, left, right(по умолчанию), bottom)"
msgid "separator between chat and nicklist"
msgstr "разделитель чата и никлиста"
msgid "display nick mode ((half)op/voice) before each nick"
msgstr "отображать режим ника (op/voice) перед каждым ником"
@@ -5114,6 +5087,34 @@ msgstr "%s DCC: не могу установить неблокирующий р
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s нет аргумента для параметра \"%s\"\n"
#, fuzzy
#~ msgid "display nicklist (on buffers with nicklist enabled)"
#~ msgstr "показывать список ников (в окнах каналов)"
#, fuzzy
#~ msgid ""
#~ "max size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no max size; if min = max and > 0, then size is fixed))"
#~ msgstr ""
#~ "максимальный размер списка пользователей (высота или ширина, в "
#~ "зависимости от look_nicklist_position (0 = без максимального размера; "
#~ "если min = max и > 0, то размер фиксированный))"
#, fuzzy
#~ msgid ""
#~ "min size for nicklist (width or height, depending on nicklist_position (0 "
#~ "= no min size))"
#~ msgstr ""
#~ "минимальный размер списка пользователей (высота или ширина, в зависимости "
#~ "от look_nicklist_position (0 = без минимального размера))"
#~ msgid "nicklist position (top, left, right (default), bottom)"
#~ msgstr ""
#~ "расположение списка пользователей (top, left, right(по умолчанию), bottom)"
#~ msgid "separator between chat and nicklist"
#~ msgstr "разделитель чата и никлиста"
#, fuzzy
#~ msgid "%sBinary file not found: \"%s\""
#~ msgstr "%s plugin \"%s\" не найден\n"
+2 -20
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2008-12-19 10:04+0100\n"
"POT-Creation-Date: 2008-12-19 13:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -690,6 +690,7 @@ msgid ""
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' means current buffer, you "
"should use '*' for root bars)\n"
@@ -1131,25 +1132,6 @@ msgstr ""
msgid "time format for \"time\" bar item"
msgstr ""
msgid "display nicklist (on buffers with nicklist enabled)"
msgstr ""
msgid ""
"max size for nicklist (width or height, depending on nicklist_position (0 = "
"no max size; if min = max and > 0, then size is fixed))"
msgstr ""
msgid ""
"min size for nicklist (width or height, depending on nicklist_position (0 = "
"no min size))"
msgstr ""
msgid "nicklist position (top, left, right (default), bottom)"
msgstr ""
msgid "separator between chat and nicklist"
msgstr ""
msgid "display nick mode ((half)op/voice) before each nick"
msgstr ""
+29 -1
View File
@@ -423,6 +423,33 @@ command_bar (void *data, struct t_gui_buffer *buffer,
return WEECHAT_RC_OK;
}
/* toggle a bar visible/hidden */
if (string_strcasecmp (argv[1], "toggle") == 0)
{
if (argc < 3)
{
gui_chat_printf (NULL,
_("%sError: missing arguments for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
"bar");
return WEECHAT_RC_ERROR;
}
ptr_bar = gui_bar_search (argv[2]);
if (!ptr_bar)
{
gui_chat_printf (NULL,
_("%sError: unknown bar \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
argv[2]);
return WEECHAT_RC_ERROR;
}
gui_bar_set (ptr_bar, "hidden",
CONFIG_BOOLEAN(ptr_bar->hidden) ? "0" : "1");
return WEECHAT_RC_OK;
}
/* scroll in a bar */
if (string_strcasecmp (argv[1], "scroll") == 0)
{
@@ -3384,6 +3411,7 @@ command_init ()
" value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" toggle: hide/show a bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' "
"means current buffer, you should use '*' for root bars)\n"
@@ -3405,7 +3433,7 @@ command_init ()
" /bar scroll nicklist #weechat y-100%\n"
" scroll to end of nicklist on current buffer:\n"
" /bar scroll nicklist * ye"),
"add|default|del|set|hide|show|scroll|list|listfull|"
"add|default|del|set|hide|show|toggle|scroll|list|listfull|"
"listitems %r name|hidden|priority|conditions|position|"
"filling_top_bottom|filling_left_right|size|size_max|"
"color_fg|color_delim|color_bg|separator|items",
-34
View File
@@ -82,11 +82,6 @@ struct t_config_option *config_look_hotlist_names_level;
struct t_config_option *config_look_hotlist_short_names;
struct t_config_option *config_look_hotlist_sort;
struct t_config_option *config_look_item_time_format;
struct t_config_option *config_look_nicklist;
struct t_config_option *config_look_nicklist_max_size;
struct t_config_option *config_look_nicklist_min_size;
struct t_config_option *config_look_nicklist_position;
struct t_config_option *config_look_nicklist_separator;
struct t_config_option *config_look_nickmode;
struct t_config_option *config_look_nickmode_empty;
struct t_config_option *config_look_paste_max_lines;
@@ -1132,35 +1127,6 @@ config_weechat_init ()
"item_time_format", "string",
N_("time format for \"time\" bar item"),
NULL, 0, 0, "%H:%M", NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_look_nicklist = config_file_new_option (
weechat_config_file, ptr_section,
"nicklist", "boolean",
N_("display nicklist (on buffers with nicklist enabled)"),
NULL, 0, 0, "on", NULL, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
config_look_nicklist_max_size = config_file_new_option (
weechat_config_file, ptr_section,
"nicklist_max_size", "integer",
N_("max size for nicklist (width or height, depending on "
"nicklist_position (0 = no max size; if min = max "
"and > 0, then size is fixed))"),
NULL, 0, 100, "0", NULL, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
config_look_nicklist_min_size = config_file_new_option (
weechat_config_file, ptr_section,
"nicklist_min_size", "integer",
N_("min size for nicklist (width or height, depending on "
"nicklist_position (0 = no min size))"),
NULL, 0, 100, "0", NULL, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
config_look_nicklist_position = config_file_new_option (
weechat_config_file, ptr_section,
"nicklist_position", "integer",
N_("nicklist position (top, left, right (default), "
"bottom)"),
"left|right|top|bottom", 0, 0, "right", NULL, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
config_look_nicklist_separator = config_file_new_option (
weechat_config_file, ptr_section,
"nicklist_separator", "boolean",
N_("separator between chat and nicklist"),
NULL, 0, 0, "on", NULL, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
config_look_nickmode = config_file_new_option (
weechat_config_file, ptr_section,
"nickmode", "boolean",
-5
View File
@@ -88,11 +88,6 @@ extern struct t_config_option *config_look_hotlist_names_level;
extern struct t_config_option *config_look_hotlist_short_names;
extern struct t_config_option *config_look_hotlist_sort;
extern struct t_config_option *config_look_item_time_format;
extern struct t_config_option *config_look_nicklist;
extern struct t_config_option *config_look_nicklist_max_size;
extern struct t_config_option *config_look_nicklist_min_size;
extern struct t_config_option *config_look_nicklist_position;
extern struct t_config_option *config_look_nicklist_separator;
extern struct t_config_option *config_look_nickmode;
extern struct t_config_option *config_look_nickmode_empty;
extern struct t_config_option *config_look_paste_max_lines;
+1 -2
View File
@@ -50,8 +50,7 @@
int
gui_chat_get_real_width (struct t_gui_window *window)
{
if (window->buffer->nicklist
&& (CONFIG_INTEGER(config_look_nicklist_position) == CONFIG_LOOK_NICKLIST_RIGHT))
if (window->win_chat_x + window->win_chat_width < gui_window_get_width ())
return window->win_chat_width - 1;
else
return window->win_chat_width;
+1 -2
View File
@@ -112,8 +112,7 @@ irc_channel_new (struct t_irc_server *server, int channel_type,
if (channel_type == IRC_CHANNEL_TYPE_CHANNEL)
{
if (weechat_config_integer (weechat_config_get ("weechat.look.nicklist")))
weechat_buffer_set (new_buffer, "nicklist", "1");
weechat_buffer_set (new_buffer, "nicklist", "1");
weechat_buffer_set (new_buffer, "nicklist_display_groups", "0");
weechat_nicklist_add_group (new_buffer, NULL, IRC_NICK_GROUP_OP,
"weechat.color.nicklist_group", 1);