From c005d8c4d3578a3a1fcc1d2998958fa4387136c3 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 29 Nov 2005 08:23:03 +0000 Subject: [PATCH] Added server/channel arg to /buffer command for jumping to buffer --- ChangeLog | 3 +- doc/weechat_doc_en.texi | 12 +- doc/weechat_doc_es.texi | 676 ++++++++++++------------ doc/weechat_doc_fr.texi | 18 +- doc/weechat_doc_pt.texi | 12 +- po/cs.po | 489 ++++++++--------- po/es.po | 489 ++++++++--------- po/fr.po | 496 ++++++++--------- po/weechat.pot | 497 ++++++++--------- src/common/command.c | 27 +- src/common/weeconfig.c | 2 +- src/gui/gui-common.c | 57 ++ src/gui/gui.h | 1 + src/plugins/plugins-interface.c | 3 +- src/plugins/plugins.c | 57 -- src/plugins/plugins.h | 1 - weechat/ChangeLog | 3 +- weechat/doc/weechat_doc_en.texi | 12 +- weechat/doc/weechat_doc_es.texi | 676 ++++++++++++------------ weechat/doc/weechat_doc_fr.texi | 18 +- weechat/doc/weechat_doc_pt.texi | 12 +- weechat/po/cs.po | 489 ++++++++--------- weechat/po/es.po | 489 ++++++++--------- weechat/po/fr.po | 496 ++++++++--------- weechat/po/weechat.pot | 497 ++++++++--------- weechat/src/common/command.c | 27 +- weechat/src/common/weeconfig.c | 2 +- weechat/src/gui/gui-common.c | 57 ++ weechat/src/gui/gui.h | 1 + weechat/src/plugins/plugins-interface.c | 3 +- weechat/src/plugins/plugins.c | 57 -- weechat/src/plugins/plugins.h | 1 - 32 files changed, 2886 insertions(+), 2794 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a2bc09c2..879ce839b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2005-11-26 +ChangeLog - 2005-11-29 Version 0.1.7 (under dev!): + * added server/channel arg to /buffer command for jumping to buffer * fixed display bug in chat window when a message length equals to window width * added new keys for switching to other windows: alt-w followed by diff --git a/doc/weechat_doc_en.texi b/doc/weechat_doc_en.texi index e860bfac8..651dbdda5 100644 --- a/doc/weechat_doc_en.texi +++ b/doc/weechat_doc_en.texi @@ -35,7 +35,7 @@ @title WeeChat - User guide @subtitle Fast, light and extensible IRC client -@subtitle Documentation for WeeChat v0.1.7-cvs - November, 20 2005 +@subtitle Documentation for WeeChat v0.1.7-cvs - November, 29 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -324,7 +324,7 @@ The string inserted after nick completion@* Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Type: string (any string), default value: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar Enable info bar@* Type: boolean (values: 'on' or 'off'), default value: 'on'@* @@ -894,6 +894,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -913,7 +916,7 @@ alias_name: name of alias@* command: command name (WeeChat or IRC command, without first '/')@* arguments: arguments for command@* @* -@item buffer [action | number] +@item buffer [action | number | [[server] [channel]]] @* manage buffers@* @* @@ -922,6 +925,7 @@ action: action to do:@* close: close buffer (for channel: same as /part without part message)@* list: list opened buffers (no parameter implies this list)@* notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* number: jump to buffer by number@* @* @item clear [-all] @@ -1041,7 +1045,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* diff --git a/doc/weechat_doc_es.texi b/doc/weechat_doc_es.texi index 45badbc35..ba282d9b7 100644 --- a/doc/weechat_doc_es.texi +++ b/doc/weechat_doc_es.texi @@ -36,7 +36,7 @@ @title WeeChat - Gui@'on de usuario. @subtitle Cliente IRC r@'apido, peque@~no y extensible -@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 20 de noviembre de 2005 +@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 29 de noviembre de 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -260,488 +260,488 @@ Enumeraci@'on de las opciones del fichero de configuraci@'on:@* @table @kbd @item look_set_title -Define el t@'itulo de la ventana (el terminal para la interfaz Curses) con el nombre y la versi@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Set title for window (terminal for Curses GUI) with name & version@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_startup_logo -Mostrar el logotipo de WeeChat en el arranque@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display WeeChat logo at startup@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_startup_version -Mostrar la versi@'on de Weechat en el arranque@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display WeeChat version at startup@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_weechat_slogan -Esl@'ogan de WeeChat (si est@'a vac@'io, el esl@'ogan no ser@'a utilizado)@* -Typo: cadena (cualquier cadena), valor por defecto: 'the geekest IRC client!'@* +WeeChat slogan (if empty, slogan is not used)@* +Type: string (any string), default value: 'the geekest IRC client!'@* @item look_charset_decode_iso ISO charset for decoding messages from server (used only if locale is UTF-8) (if empty, messages are not converted if locale is UTF-8@* -Typo: cadena (cualquier cadena), valor por defecto: 'ISO-8859-1'@* +Type: string (any string), default value: 'ISO-8859-1'@* @item look_charset_decode_utf UTF charset for decoding messages from server (used only if locale is not UTF-8) (if empty, messages are not converted if locale is not UTF-8@* -Typo: cadena (cualquier cadena), valor por defecto: 'UTF-8'@* +Type: string (any string), default value: 'UTF-8'@* @item look_charset_encode Charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, messages are not converted)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item look_charset_internal Forces internal WeeChat charset (should be empty in most cases, that means detected charset is used)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item look_one_server_buffer Use same buffer for all servers@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item look_buffer_timestamp -Fecha y hora para las búfers@* -Typo: cadena (cualquier cadena), valor por defecto: '[%H:%M:%S]'@* +Timestamp for buffers@* +Type: string (any string), default value: '[%H:%M:%S]'@* @item look_color_nicks -Mostrar nombres de usuario con colores diferentes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nick names with different colors@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_color_nicks_number Number of colors to use for nicks colors@* -Typo: entero (valores: entre 1 y 10), valor por defecto: 10@* +Type: integer (values: between 1 and 10), default value: 10@* @item look_color_actions -Mostrar acciones con colores diferentes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display actions with different colors@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nicklist -Mostrar ventana de usuarios (para las ventanas de canal)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nicklist window (for channel windows)@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nicklist_position -Posici@'on de la ventana de usuarios (arriba (top), izquierda (left), derecha (right, por defecto), abajo (bottom))@* -Typo: cadena (valores: 'left', 'right', 'top', 'bottom'), valor por defecto: 'right'@* +Nicklist position (top, left, right (default), bottom)@* +Type: string (values: 'left', 'right', 'top', 'bottom'), default value: 'right'@* @item look_nicklist_min_size -Tama@~no m@'inimo para la ventana de usuarios (ancho o alto, dependiendo de look_nicklist_position (0 = sin tama@~no m@'inimo))@* -Typo: entero (valores: entre 0 y 100), valor por defecto: 0@* +Min size for nicklist (width or height, depending on look_nicklist_position (0 = no min size))@* +Type: integer (values: between 0 and 100), default value: 0@* @item look_nicklist_max_size -Tama@~no m@'aximo para la ventana de usuarios (ancho o alto, dependiendo de look_nicklist_position (0 = sin tama@~no m@'aximo, si min == max y > 0, entonces se fija el tama@~no))@* -Typo: entero (valores: entre 0 y 100), valor por defecto: 0@* +Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and > 0, then size is fixed))@* +Type: integer (values: between 0 and 100), default value: 0@* @item look_no_nickname -Texto a mostrar en lugar del nick cuando no se est@'a conectado@* -Typo: cadena (cualquier cadena), valor por defecto: '-cmd-'@* +Text to display instead of nick when not connected@* +Type: string (any string), default value: '-cmd-'@* @item look_nickmode -Mostrar modo del usuario ((half)op/voice) antes de cada usuario@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nick mode ((half)op/voice) before each nick@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nickmode_empty -Mostrar un espacio si el modo de usuario no es (half)op/voice@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Display space if nick mode is not (half)op/voice@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item look_nick_completor -La cadena mostrada tras la finalizaci@'on de los nombres de usuario@* -Typo: cadena (cualquier cadena), valor por defecto: ':'@* +The string inserted after nick completion@* +Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Typo: cadena (cualquier cadena), valor por defecto: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar -Activa la barra de informaci@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Enable info bar@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_infobar_timestamp -Fecha y hora para las conversaciones guardadas@* -Typo: cadena (cualquier cadena), valor por defecto: '%B, %A %d %Y'@* +Timestamp for time in infobar@* +Type: string (any string), default value: '%B, %A %d %Y'@* @item look_infobar_seconds -Mostrar segundos en la hora de la barra de herramientas@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display seconds in infobar time@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_infobar_delay_highlight -Retraso (en segundos) para la notificaci@'on de mensajes en la barra de informaci@'on (0 = desactivar las notificaciones en la barra de informaci@'on)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 7@* +Delay (in seconds) for highlight messages in infobar (0 = disable highlight notifications in infobar)@* +Type: integer (values: between 0 and 2147483647), default value: 7@* @item look_hotlist_names_count Max number of names in hotlist (0 = no name displayed, only buffer numbers)@* -Typo: entero (valores: entre 0 y 32), valor por defecto: 3@* +Type: integer (values: between 0 and 32), default value: 3@* @item look_hotlist_names_level Level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)@* -Typo: entero (valores: entre 1 y 15), valor por defecto: 12@* +Type: integer (values: between 1 and 15), default value: 12@* @item look_hotlist_names_length Max length of names in hotlist (0 = no limit)@* -Typo: entero (valores: entre 0 y 32), valor por defecto: 0@* +Type: integer (values: between 0 and 32), default value: 0@* @item look_day_change Display special message when day changes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_day_change_timestamp Timestamp for date displayed when day changed@* -Typo: cadena (cualquier cadena), valor por defecto: '%a, %d %b %Y'@* +Type: string (any string), default value: '%a, %d %b %Y'@* @item look_read_marker Use a marker on servers/channels to show first unread line@* -Typo: cadena (cualquier cadena), valor por defecto: ' '@* +Type: string (any string), default value: ' '@* @item col_real_white If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item col_title -Color para la barra de t@'itulo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for title bar@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_title_bg -Color de fondo para la barra de t@'itulo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Background for title bar@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_chat -Color para el texto de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for chat text@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_time -Color para la hora en la ventana de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for time in chat window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_time_sep -Color para el separador de la hora (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Color for time separator (chat window)@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_chat_prefix1 -Color para el primer o tercer car@'acter de prefijo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for 1st and 3rd char of prefix@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_chat_prefix2 -Color para el car@'acter de en medio del prefijo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for middle char of prefix@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_chat_server Color for server name@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_chat_join Color for join arrow (prefix)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_chat_part Color for part/quit arrow (prefix)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_chat_nick -Color para los nombres de usuario en las acciones (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for nicks in actions (chat window)@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_chat_host -Color para los nombres de m@'aquina (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for hostnames (chat window)@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_chat_channel -Color para los nombres de canal en las acciones (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for channel names in actions (chat window)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_chat_dark -Color para los separadores oscuros (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'green'@* +Color for dark separators (chat window)@* +Type: color (Curses or Gtk color), default value: 'green'@* @item col_chat_highlight -Color para el alias subrayado (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for highlighted nick (chat window)@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_chat_bg -Color de fondo para la ventana de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for chat window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_read_marker Color for unread data marker@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_chat_read_marker_bg Background for unread data marker@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'magenta'@* +Type: color (Curses or Gtk color), default value: 'magenta'@* @item col_status -Color para la barra de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for status bar@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_status_delimiters -Color para los delimitadores de la barra de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for status bar delimiters@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_status_channel Color for current channel in status bar@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_status_data_msg -Color para una ventana con mensajes nuevos (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for window with new messages (status bar)@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_status_private Color for window with private message (status bar)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_status_highlight -Color para una ventana con resaltado (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for window with highlight (status bar)@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_status_data_other -Color para una ventana con nuevos datos (no mensajes) (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for window with new data (not messages) (status bar)@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_status_more -Color para una ventana con nuevos datos (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for window with new data (status bar)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_status_bg -Color de fondo para la ventana de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Background for status window@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_infobar -Color para el texto de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'black'@* +Color for info bar text@* +Type: color (Curses or Gtk color), default value: 'black'@* @item col_infobar_delimiters -Color para los delimitadores de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Color for infobar delimiters@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_infobar_highlight -Color para la notificaci@'on en la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for info bar highlight notification@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_infobar_bg -Color de fondo para la ventana de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Background for info bar window@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_input -Color para el texto de entrada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for input text@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_input_channel -Color para el texto de entrada (nombre de canal)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for input text (channel name)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_input_nick -Color para el texto de entrada (alias)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for input text (nick name)@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_input_delimiters Color for input text (delimiters)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_input_bg -Color de fondo para la ventana de entrada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for input window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick -Color para los nombres de usuario@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for nicknames@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_away -Color para los usuarios ausentes@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for away nicknames@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_nick_chanowner -Color para el s@'imbolo de propietario de canal (especificado en unrealircd)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for chan owner symbol (specific to unrealircd)@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_chanadmin -Color para el s@'imbolo de administrador de canal (especificado en unrealircd)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for chan admin symbol (specific to unrealircd)@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_op -Color para el s@'imbolo de operador@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for operator symbol@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_halfop -Color para el s@'imbolo de semi-operador@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Color for half-operator symbol@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_voice -Color para el s@'imbolo de voz@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for voice symbol@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_nick_more -Color para '+' al desplazar nicks@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Color for '+' when scrolling nicks@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_sep -Color para el separador de alias@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Color for nick separator@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_nick_self -Color para el alias local@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for local nick@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_nick_color1 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_nick_color2 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'magenta'@* +Type: color (Curses or Gtk color), default value: 'magenta'@* @item col_nick_color3 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'green'@* +Type: color (Curses or Gtk color), default value: 'green'@* @item col_nick_color4 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_nick_color5 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightblue'@* +Type: color (Curses or Gtk color), default value: 'lightblue'@* @item col_nick_color6 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_color7 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_nick_color8 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_color9 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_color10 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_nick_private -Color para el otro alias en la ventana privada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for other nick in private window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_bg -Color de fondo para los nombres de usuario@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for nicknames@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_dcc_selected -Color para el DCC seleccionado (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for selected DCC (chat window)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_dcc_waiting -Color para el estado dcc "esperando"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for "waiting" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_dcc_connecting -Color para el estado dcc "conectando"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for "connecting" dcc status@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_dcc_active -Color para el estado dcc "activo"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightblue'@* +Color for "active" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightblue'@* @item col_dcc_done -Color para el estado dcc "terminado"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for "done" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_dcc_failed -Color para el estado dcc "fallo"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for "failed" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_dcc_aborted -Color para el estado dcc "abortado"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for "aborted" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item history_max_lines -Número m@'aximo de l@'ineas en el hist@'orico para un servidor/canal/privado (0 = ilimitado)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 4096@* +Maximum number of lines in history for one server/channel/private window (0 = unlimited)@* +Type: integer (values: between 0 and 2147483647), default value: 4096@* @item history_max_commands -Número m@'aximo de comandos de usuario en el hist@'orico (0 = ilimitado)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 100@* +Maximum number of user commands in history (0 = unlimited)@* +Type: integer (values: between 0 and 2147483647), default value: 100@* @item history_display_default Maximum number of commands to display by default in history listing (0 = unlimited)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 5@* +Type: integer (values: between 0 and 2147483647), default value: 5@* @item log_auto_server -Registrar autom@'aticamente los mensajes de servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log server messages@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_auto_channel -Registrar autom@'aticamente las conversaciones de canal@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log channel chats@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_auto_private -Registrar autom@'aticamente las conversaciones privadas@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log private chats@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_plugin_msg -Registrar mensajes de plugins (scripts)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Log messages from plugins (scripts)@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_path -Ruta para los archivos de registro (logs) de WeeChat@* -Typo: cadena (cualquier cadena), valor por defecto: '~/.weechat/logs/'@* +Path for WeeChat log files@* +Type: string (any string), default value: '~/.weechat/logs/'@* @item log_timestamp -Fecha y hora para los registros (ver man strftime para el formato de fecha/hora)@* -Typo: cadena (cualquier cadena), valor por defecto: '%Y %b %d %H:%M:%S'@* +Timestamp for log (see man strftime for date/time specifiers)@* +Type: string (any string), default value: '%Y %b %d %H:%M:%S'@* @item log_hide_nickserv_pwd -Ocultar contrase@~na mostrada por nickserv@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Hide password displayed by nickserv@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_display_away -Mostrar mensaje en todos los canales cuando se vuelva del estado ausente@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display message to all channels when (un)marking as away@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_default_msg_away -Mensaje por defecto para el estado ausente@* -Typo: cadena (cualquier cadena), valor por defecto: 'away'@* +Default message when away@* +Type: string (any string), default value: 'away'@* @item irc_default_msg_part -Mensaje por defecto de salida (saliendo de un canal)@* -Typo: cadena (cualquier cadena), valor por defecto: 'WeeChat %v'@* +Default part message (leaving channel)@* +Type: string (any string), default value: 'WeeChat %v'@* @item irc_default_msg_quit -Mensaje de fin por defecto ('%v' ser@'a reemplazado por la versi@'on de WeeChat en la cadena)@* -Typo: cadena (cualquier cadena), valor por defecto: 'WeeChat %v'@* +Default quit message ('%v' will be replaced by WeeChat version in string)@* +Type: string (any string), default value: 'WeeChat %v'@* @item irc_notice_as_pv Display notices as private messages@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item irc_away_check -Intervalo entre dos comprobaciones de ausencia (en minutos, 0 = no comprobar)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 0@* +Interval between two checks for away (in minutes, 0 = never check)@* +Type: integer (values: between 0 and 2147483647), default value: 0@* @item irc_lag_check -Intervalo entre dos medidas de lag (en segundos)@* -Typo: entero (valores: entre 30 y 2147483647), valor por defecto: 60@* +Interval between two checks for lag (in seconds)@* +Type: integer (values: between 30 and 2147483647), default value: 60@* @item irc_lag_min_show -Lag m@'inimo a mostrar (en segundos)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 1@* +Minimum lag to show (in seconds)@* +Type: integer (values: between 0 and 2147483647), default value: 1@* @item irc_lag_disconnect -Desconexi@'on tras un lag importante (en minutos, 0 = no desconectar nunca)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 5@* +Disconnect after important lag (in minutes, 0 = never disconnect)@* +Type: integer (values: between 0 and 2147483647), default value: 5@* @item irc_fifo_pipe -Crea una tuber@'ia FIFO para control remoto@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Create a FIFO pipe for remote control@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item irc_highlight Comma separated list of words to highlight (case insensitive comparison, words may begin or end with "*" for partial match)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item irc_colors_receive When off, colors codes are ignored in incoming messages@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_colors_send Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_accept_files -Aceptar autom@'aticamente los ficheros dcc entrantes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically accept incoming dcc files@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item dcc_auto_accept_chats -Aceptar autom@'aticamente las peticiones de conversaci@'on dcc (¡utilizar con precauci@'on!)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically accept dcc chats (use carefully!)@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item dcc_timeout -Tiempo de espera para la petici@'on dcc (en segundos)@* -Typo: entero (valores: entre 1 y 2147483647), valor por defecto: 300@* +Timeout for dcc request (in seconds)@* +Type: integer (values: between 1 and 2147483647), default value: 300@* @item dcc_blocksize -Tama@~no de bloque para los paquetes dcc en bytes (por defecto: 65536)@* -Typo: entero (valores: entre 1024 y 102400), valor por defecto: 65536@* +Block size for dcc packets in bytes (default: 65536)@* +Type: integer (values: between 1024 and 102400), default value: 65536@* @item dcc_port_range Restricts outgoing dcc to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item dcc_own_ip IP or DNS address used for outgoing dcc (if empty, local interface IP is used)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item dcc_download_path -Ruta para los ficheros recibidos con dcc (por defecto: directorio home del usuario)@* -Typo: cadena (cualquier cadena), valor por defecto: '~'@* +Path for writing incoming files with dcc (default: user home)@* +Type: string (any string), default value: '~'@* @item dcc_upload_path -Ruta para la lectura de ficheros cuando se env@'ian a trav@'es de dcc (cuando no se especifica una ruta)@* -Typo: cadena (cualquier cadena), valor por defecto: '~'@* +Path for reading files when sending thru dcc (when no path is specified)@* +Type: string (any string), default value: '~'@* @item dcc_convert_spaces -Convertir los espacios a subrayados cuando se env@'ian los ficheros@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Convert spaces to underscores when sending files@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_rename -Renombrar los ficheros recibidos si ya existen (a@~nadir '.1', '.2', ...)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Rename incoming files if already exists (add '.1', '.2', ...)@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_resume -Continuar autom@'aticamente la transferencia dcc si se ha perdido la conexi@'on con la m@'aquina remota@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically resume dcc transfer if connection with remote host is loosed@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item proxy_use -Utilizar un proxy para conectarse al servidor irc@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use a proxy server to connect to irc server@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item proxy_type -Tipo de proxy(http (por defecto), socks4, socks5)@* -Typo: cadena (valores: 'http', 'socks4', 'socks5'), valor por defecto: 'http'@* +Proxy type (http (default), socks4, socks5)@* +Type: string (values: 'http', 'socks4', 'socks5'), default value: 'http'@* @item proxy_ipv6 -Conectar al proxy en ipv6@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Connect to proxy in ipv6@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item proxy_address -Direcci@'on del servidor proxy (IP o nombre de m@'aquina)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Proxy server address (IP or hostname)@* +Type: string (any string), default value: ''@* @item proxy_port -Puerto para conectarse al servidor proxy@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 3128@* +Port for connecting to proxy server@* +Type: integer (values: between 0 and 65535), default value: 3128@* @item proxy_username -Nombre de usuario para el servidor proxy@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Username for proxy server@* +Type: string (any string), default value: ''@* @item proxy_password -Contrase@~na para el servidor proxy@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Password for proxy server@* +Type: string (any string), default value: ''@* @item plugins_path Path for searching plugins@* -Typo: cadena (cualquier cadena), valor por defecto: '~/.weechat/plugins'@* +Type: string (any string), default value: '~/.weechat/plugins'@* @item plugins_autoload Comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "libperl.so")@* -Typo: cadena (cualquier cadena), valor por defecto: '*'@* +Type: string (any string), default value: '*'@* @item plugins_extension Standard plugins extension in filename, used for autoload (if empty, then all files are loaded when autoload is "*")@* -Typo: cadena (cualquier cadena), valor por defecto: '.so'@* +Type: string (any string), default value: '.so'@* @item server_name -Nombre asociado al servidor IRC (para mostrar solamente)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Name associated to IRC server (for display only)@* +Type: string (any string), default value: ''@* @item server_autoconnect -Conexi@'on autom@'atica al servidor cuando WeeChat est@'e arrancando@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically connect to server when WeeChat is starting@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_autoreconnect -Reconexi@'on autom@'atica al servidor tras una desconexi@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically reconnect to server when disconnected@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_autoreconnect_delay -Espera (en segundos) antes de intentar de nuevo una reconexi@'on al servidor@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 30@* +Delay (in seconds) before trying again to reconnect to server@* +Type: integer (values: between 0 and 65535), default value: 30@* @item server_address -Direcci@'on IP o nombre de m@'aquina del servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +IP address or hostname of IRC server@* +Type: string (any string), default value: ''@* @item server_port -Puerto para conectarse al servidor@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 6667@* +Port for connecting to server@* +Type: integer (values: between 0 and 65535), default value: 6667@* @item server_ipv6 -Usar el protocolo IPv6 para la comunicaci@'on del servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use IPv6 protocol for server communication@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item server_ssl -Usar SSL para la comunicaci@'on del servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use SSL for server communication@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item server_password -Contrase@~na para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Password for IRC server@* +Type: string (any string), default value: ''@* @item server_nick1 -Nombre de usuario a utilizar en el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Nickname to use on IRC server@* +Type: string (any string), default value: ''@* @item server_nick2 -Nombre de usuario alternativo para el servidor IRC (si el nombre de usuario ya est@'a en uso)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Alternate nickname to use on IRC server (if nickname is already used)@* +Type: string (any string), default value: ''@* @item server_nick3 -Segundo nombre de usuario alternativo a utilizar en el servidor IRC (si el nombre de usuario alternativo ya est@'a en uso)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +2nd alternate nickname to use on IRC server (if alternate nickname is already used)@* +Type: string (any string), default value: ''@* @item server_username -Nombre de usuario para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +User name to use on IRC server@* +Type: string (any string), default value: ''@* @item server_realname -Nombre real para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Real name to use on IRC server@* +Type: string (any string), default value: ''@* @item server_command -Primer comando a ejecutar cuando se conecte a un servidor@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +First command to run when connected to server@* +Type: string (any string), default value: ''@* @item server_command_delay -Espera (en segundos) despu@'es de que el comando sea ejecutado (ejemplo: dar algo de tiempo para la autenticaci@'on)@* -Typo: entero (valores: entre 0 y 5), valor por defecto: 0@* +Delay (in seconds) after command was executed (example: give some time for authentication)@* +Type: integer (values: between 0 and 5), default value: 0@* @item server_autojoin -Lista de canales (separados por comas) a unirse cuando se conecte a un servidor (ejemplo: "#chan1,#chan2,#chan3 key1,key2")@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2")@* +Type: string (any string), default value: ''@* @item server_autorejoin -Unirse de nuevo autom@'aticamente a los canales cuando sea expulsado@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically rejoin channels when kicked@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_notify_levels -Lista separada por comas de niveles de notificaci@'on para canales de este servidor (formato: #canal:1,...)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Comma separated list of notify levels for channels of this server (format: #channel:1,..)@* +Type: string (any string), default value: ''@* @end table Los colores para el interfaz Curses son:@* @@ -894,6 +894,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -905,55 +908,56 @@ Scroll nicklist@* Comandos internos WeeChat:@* @table @kbd -@item alias [nombre_alias [comando [argumentos]] +@item alias [alias_name [command [arguments]] @* -crear un alias para un comando@* +create an alias for a command@* @* -nombre_alias: nombre del seud@'onimo@* -comando: nombre del comando (comando WeeChat @'o IRC, sin el primer '/')@* -argumentos: par@'ametros para el comando@* +alias_name: name of alias@* +command: command name (WeeChat or IRC command, without first '/')@* +arguments: arguments for command@* @* -@item buffer [acci@'on | número] +@item buffer [action | number | [[server] [channel]]] @* -gestionar los búfers@* +manage buffers@* @* -acci@'on: acci@'on a efectuar:@* - move: desplaza el búfer en la lista (puede ser relativo, por ejemplo, -1)@* - close: cierra el búfer (para un canal equivale a /part sin el mensaje de fin)@* - list: lista los búfers abiertos (si no hay par@'ametros se supone esta lista)@* - notify: fija el nivel de notificaci@'on (0=nunca, 1=highlight, 2=1+msg, 3=2+join/part)@* -número: saltar al búfer por número@* +action: action to do:@* + move: move buffer in the list (may be relative, for example -1)@* + close: close buffer (for channel: same as /part without part message)@* + list: list opened buffers (no parameter implies this list)@* + notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* +number: jump to buffer by number@* @* @item clear [-all] @* -limpiar la(s) ventana(s)@* +clear window(s)@* @* --all: limpiar todas las ventanas@* +-all: clear all windows@* @* -@item connect [nombre_del_servidor] +@item connect [servername] @* -conectarse a un servidor@* +connect to a server@* @* -nombre_del_servidor: nombre del servidor al que conectarse@* +servername: server name to connect@* @* -@item disconnect [nombre_del_servidor] +@item disconnect [servername] @* -desconectarse de un servidor@* +disconnect from a server@* @* -nombre_del_servidor: nombre del servidor del que desconectarse@* +servername: server name to disconnect@* @* @item debug dump | windows @* -imprime mensajes de depuraci@'on@* +print debug messages@* @* dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)@* windows: display windows tree@* @* -@item help [comando] +@item help [command] @* -mostrar ayuda sobre los comandos@* +display help about commands@* @* -comando: nombre de un comando de Weechat @'o de IRC@* +command: name of a WeeChat or IRC command@* @* @item history [clear | value] @* @@ -975,16 +979,16 @@ channel: name of channel for ignore@* For each argument, '*' means all.@* Without argument, /ignore command lists all defined ignore.@* @* -@item key [clave funci@'on/comando] [desatar clave] [funciones] [reset -yes] +@item key [key function/command] [unbind key] [functions] [reset -yes] @* -atar/desatar claves@* +bind/unbind keys@* @* -clave: ata esta clave a una funci@'on interna o a un comando (comenzando por "/ ")@* -desatar: desata una clave(si "all", se restauran los anclajes por defecto)@* -funciones: lista funciones internas para el anclaje de claves@* -reset: restaura anclajes a los valores por defecto y elimina todos los anclajes personales (usar cuidadosamente)@* +key: bind this key to an internal function or a command (beginning by "/")@* +unbind: unbind a key (if "all", default bindings are restored)@* +functions: list internal functions for key bindings@* +reset: restore bindings to the default values and delete ALL personal binding (use carefully!)@* @* -@item plugin [load fichero] | [autoload] | [reload] | [unload] +@item plugin [load filename] | [autoload] | [reload] | [unload] @* list/load/unload plugins@* @* @@ -992,40 +996,40 @@ filename: WeeChat plugin (file) to load@* @* Without argument, /plugin command lists all loaded plugins.@* @* -@item server [nombre_de_servidor] | [nombre_de_servidor nombre/IP puerto [-auto | -noauto] [-ipv6] [-ssl] [-pwd contrase@~na] [-nicks alias1 alias2 alias3] [-username nombre de usuario] [-realname nombre_real] [-command comando] [-autojoin canal[,canal]] ] | [del nombre_de_servidor] +@item server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername] @* -lista, a@~nade o elimina servidores@* +list, add or remove servers@* @* -nombre_de_servidor: nombre del servidor, para uso interno y para mostrar@* -nombre_de_anfitri@'on: nombre o direcci@'on IP del servidor@* -puerto: puerto para el servidor (número entero)@* -ipv6: utilizar protocolo IPv6@* -ssl: utilizar protocolo SSL@* -contrase@~na: contrase@~na para el servidor@* -alias1: primer alias para el servidor@* -alias2: alias alternativo para el servidor@* -alias3: segundo alias alternativo para el servidor@* -nombre_de_usuario: nombre de usuario@* -nombre_real: nombre real del usuario@* +servername: server name, for internal & display use@* +hostname: name or IP address of server@* +port: port for server (integer)@* +ipv6: use IPv6 protocol@* +ssl: use SSL protocol@* +password: password for server@* +nick1: first nick for server@* +nick2: alternate nick for server@* +nick3: second alternate nick for server@* +username: user name@* +realname: real name of user@* @* -@item save [archivo] +@item save [file] @* -guardar configuraci@'on a disco@* +save config to disk@* @* -archivo: fichero en el que guardar la configuraci@'on@* +file: filename for writing config@* @* -@item set [opci@'on [ = valor]] +@item set [option [ = value]] @* -modificar par@'ametros de configuraci@'on@* +set config parameters@* @* option: name of an option (if name is full and no value is given, then help is displayed on option)@* value: value for option@* @* -@item unalias alias +@item unalias alias_name @* -eliminar un alias@* +remove an alias@* @* -alias: nombre del alias a suprimir@* +alias_name: name of alias to remove@* @* @item unignore [number | [mask [[type | command] [channel [server]]]]] @* @@ -1041,7 +1045,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* @@ -1049,7 +1053,7 @@ show WeeChat uptime@* @* @item window [list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge [all]] @* -gesti@'on de ventanas@* +manage windows@* @* list: list opened windows (no parameter implies this list)@* -1: jump to previous window@* diff --git a/doc/weechat_doc_fr.texi b/doc/weechat_doc_fr.texi index 7b46fee95..f685e182f 100644 --- a/doc/weechat_doc_fr.texi +++ b/doc/weechat_doc_fr.texi @@ -36,7 +36,7 @@ @title WeeChat - Guide utilisateur @subtitle Client IRC rapide, l@'eger et extensible -@subtitle Documentation pour WeeChat v0.1.7-cvs - 20 novembre 2005 +@subtitle Documentation pour WeeChat v0.1.7-cvs - 29 novembre 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -325,7 +325,7 @@ La cha@^ine affich@'ee apr@`es la compl@'etion des pseudos@* Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ':'@* @item look_nick_completion_ignore Caract@`eres @`a ignorer pour la compl@'etion des pseudos@* -Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: '[]-'@* +Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: '[]-^'@* @item look_infobar Active la barre d'infos@* Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'on'@* @@ -867,7 +867,7 @@ Sauter au dernier tampon@* @item Alt + J puis Alt + S Sauter au tampon du serveur@* @* -@item Alt + J then Alt + X +@item Alt + J puis Alt + X Sauter au premier canal du serveur suivant (ou tampon du serveur si aucun canal ouvert)@* @* @item Alt + chiffre (1-9) @@ -895,6 +895,9 @@ Changer de serveur sur le tampon des serveurs@* @item Alt + U Se positionner sur la premi@`ere ligne non lue du tampon@* @* +@item Alt + W puis Alt + fl@`eche +Sauter @`a une fen@^etre avec une direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Faire d@'efiler la liste des pseudos@* @* @@ -914,20 +917,21 @@ nom_alias: nom de l'alias@* commande: nom de la commande (commande WeeChat ou IRC, sans le premier '/')@* param@`etres: param@`etres pour la commande@* @* -@item buffer [action | nombre] +@item buffer [action | nombre | [[serveur] [canal]]] @* -gestion des buffers@* +gestion des tampons@* @* action: action @`a effectuer:@* move: d@'eplacer le tampon dans la liste (peut @^etre relatif, par exemple -1)@* close: fermer le tampon (pour un canal: @'equivalent @`a /part sans message de fin)@* list: liste les tampons ouverts (pas de param@`etre affiche cette liste)@* notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)@* +serveur,canal: sauter au tampon par serveur et/ou nom de canal@* nombre: sauter au tampon qui a ce num@'ero@* @* @item clear [-all] @* -affacer la/les fen@^etre(s)@* +effacer la/les fen@^etre(s)@* @* -all: effacer toutes les fen@^etres@* @* @@ -1042,7 +1046,7 @@ commande: commande IRC@* Pour chaque param@`etre, '*' signifie tou(te)s.@* Sans param@`etre, /ignore liste les ignore d@'efinis.@* @* -@item uptime -o +@item uptime [-o] @* montrer l'uptime de WeeChat@* @* diff --git a/doc/weechat_doc_pt.texi b/doc/weechat_doc_pt.texi index 9857b2d5b..d85102d87 100644 --- a/doc/weechat_doc_pt.texi +++ b/doc/weechat_doc_pt.texi @@ -36,7 +36,7 @@ @title WeeChat - Guia do Utilizador @subtitle Cliente de IRC rapido, leve e extencivel -@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 20 de novembro de 2005 +@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 29 de novembro de 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -322,7 +322,7 @@ The string inserted after nick completion@* Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Type: string (any string), default value: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar Enable info bar@* Type: boolean (values: 'on' or 'off'), default value: 'on'@* @@ -892,6 +892,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -911,7 +914,7 @@ alias_name: name of alias@* command: command name (WeeChat or IRC command, without first '/')@* arguments: arguments for command@* @* -@item buffer [action | number] +@item buffer [action | number | [[server] [channel]]] @* manage buffers@* @* @@ -920,6 +923,7 @@ action: action to do:@* close: close buffer (for channel: same as /part without part message)@* list: list opened buffers (no parameter implies this list)@* notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* number: jump to buffer by number@* @* @item clear [-all] @@ -1039,7 +1043,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* diff --git a/po/cs.po b/po/cs.po index 7547d5569..a8ba64723 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-19 11:36+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:55+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,78 +29,78 @@ msgstr "Nemůžu získat jméno uživatele" msgid "%s cannot allocate new server\n" msgstr "%s nemůžu pÅ™idÄ›lit nový server\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s chyba pÅ™i zasílání dat na IRC server\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s nedostatek pamÄ›ti pro získání IRC zprávy\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s Příkaz \"%s\" selhal\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s Žádný příkaz pro provedení!\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Neznámý příkaz: příkaz=\"%s\", host=\"%s\", parametry=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "%s nemůžu pÅ™eÄíst data ze soketu, odpojuji se od serveru...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Navazuji nové spojení se serverem za %d sekund\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s handshake s gnutls selhal\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s adresa proxy \"%s\" nenalezena\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s adresa \"%s\" nenalezena\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s IP adresa proxy nenalezena\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s IP adresa nenalezena\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s proxy odmítla spojení\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s spojení odmítnuto\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -109,7 +109,7 @@ msgstr "" "%s selhalo zjednání spojení s proxy serverem (zkontrolujte uživatelské jméno " "a heslo pokud jsou vyžadovány)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -117,57 +117,57 @@ msgstr "" "%s nemohu se pÅ™ipojit pomocí SSL, protže WeeChat nebyl sestaven s podporou " "GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: pÅ™ipojuji se k serveru %s:%d%s%s pÅ™es %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "PÅ™ipojuji se k serveru %s:%d%s%s pÅ™es %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: pÅ™ipojuji se k serveru %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "PÅ™ipojuji se k serveru %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s chyba inicializace gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s nemohu vytvoÅ™it rouru\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s nemohu vytvoÅ™it soket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s nemohu nastavit nastavení sketu \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s nemohu nastavit nastavení soketu \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: PÅ™ipojuji se znovu k serveru...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "Odpojen od serveru!\n" @@ -1398,51 +1398,51 @@ msgstr "neznámý" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: používám lokální jméno hosta \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s nemohu najít pÅ™ezdívku pro poslání zprávy\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "%s \"%s\" příkaz může být spuÅ¡tÄ›n pouze v oknÄ› kanálu\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s Å¡patný poÄet parametrů pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s Å¡patné parametry pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "%s \"%s\" příkaz nemůže být spuÅ¡tÄ›n v oknÄ› serveru\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s pÅ™ezdívka \"%s\" nebyla nalezena pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s nemohu vytvořít nové soukromé okno\"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, kompilováno na %s %s\n" @@ -1753,11 +1753,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s byl %s\n" msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s neÄinný: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "dní" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "den" @@ -2119,7 +2119,7 @@ msgstr "%s nedostatek pamÄ›ti pro vytvoÅ™ení ignorování\n" msgid "Removing ignore:" msgstr "Odebírám ignorování:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2128,14 +2128,14 @@ msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro IRC příkaz \"%s\" (nedostatek " "pamÄ›ti)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro \"%s\" příkaz (již existuje)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2143,25 +2143,25 @@ msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro \"%s\" příkaz (nedostatek " "pamÄ›ti)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s nemůžu naÄist plugin \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s symbol \"plugin_name\" nebyl v pluginu \"%s\" nalezen, naÄtení selhalo\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" msgstr "" "%s nemohu naÄíst plugin \"%s\": plugin se stejným jménem již existuje\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2169,7 +2169,7 @@ msgstr "" "%s symbol \"plugin_description\" nebyl v pluginu \"%s\" nalezen, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2177,7 +2177,7 @@ msgstr "" "%s symbol \"plugin_version\" nebyl v pluginu \"%s\" nalezen, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2186,32 +2186,32 @@ msgstr "" "%s funkce \"weechat_plugin_init\" nebyla v pluginu \"%s\" nalezena, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Inicializuji plugin \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s nemohu naÄíst plugin \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "%s nemohu naÄíst plugin \"%s\" (nedostatek pamÄ›ti)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Plugin \"%s\" (%s) naÄten.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Plugin \"%s\" odebrán.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s plugin \"%s\" nenalezen\n" @@ -2247,74 +2247,74 @@ msgstr "" "tento soubor pÅ™i aktualizaci nastavení.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "ZmÄ›nil se den na %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s zpoždÄ›ní je veliké, odpojuji se od serveru...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "bajtů" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "Kb" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "Mb" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "Gb" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(pryÄ)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[nepÅ™ipojen] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Aktivní: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "ZpoždÄ›ní: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-VÃCE-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Akceptovat" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Storno" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Odebrat" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] ProÄistit staré DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Zavřít DCC pohled" @@ -2322,11 +2322,11 @@ msgstr " [Q] Zavřít DCC pohled" msgid "server" msgstr "server" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "Nedostatek pamÄ›ti pro nový řádek\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "Nedostatek pamÄ›ti pro infobar zprávu\n" @@ -2490,7 +2490,7 @@ msgstr "obnov obrazovku" msgid "grab a key" msgstr "zachytit klávesu" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s nemohu napojit kalávesu \"%s\"\n" @@ -2528,10 +2528,12 @@ msgid "manage buffers" msgstr "řídit buffery" #: src/common/command.c:48 -msgid "[action | number]" +#, fuzzy +msgid "[action | number | [[server] [channel]]]" msgstr "[akce | Äíslo]" #: src/common/command.c:49 +#, fuzzy msgid "" "action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" @@ -2539,6 +2541,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "akce: akce pro vykonání:\n" @@ -2551,47 +2554,47 @@ msgstr "" "3=2+join/part)\n" "Äíslo: skoÄí na buffer, podle Äísla" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "vyÄistí okno/okna" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: vyÄistí vÅ¡echna okna" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "pÅ™ipojit na server" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[jméno_serveru]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "jméno_serveru: jméno serveru pro přípojení" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "odpojit ze serveru" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "jméno_serveru: jméno serveru pro odpojení" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "vypsat debug zprávy" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "dump | windows" -#: src/common/command.c:70 +#: src/common/command.c:71 #, fuzzy msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " @@ -2601,41 +2604,41 @@ msgstr "" "dump: uloží dump pamÄ›ti ve WeeChat log souboru (stejný dump jako když " "Weechat havaruje)" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "zobrazí nápovÄ›du k příkazům" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[příkaz]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "příkaz: jméno WeeChat nebo IRC příkazu" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" msgstr "" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignoruje IRC příkaz a/nebo hosta" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[maska [[typ | příkaz] [kanál [server]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2655,15 +2658,15 @@ msgstr "" "Pro každý argument, znamená '*' vÅ¡e.\n" "Bez arumentů vypíše příkaz /ignore seznam vÅ¡ech definovaných ignorování." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "napojit/odpojit klávesy" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[klávesa funkce/příkaz] [unbind klávesa] [functions] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2678,15 +2681,15 @@ msgstr "" "reset: obnoví klávesy na výchozí hodnoty a smaže uživatlské zkratky " "(používejte opatrnÄ›)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "seznam/naÄíst/odebrat pluginy" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[load jméno_souboru] | [autoload] | [reload] | [unload]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2696,11 +2699,11 @@ msgstr "" "\n" "Příkaz /plugin bez argumentů vypíše seznam vÅ¡ech naÄtených pluginů." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "vypíše, přídá nebo odebere servery" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2712,7 +2715,7 @@ msgstr "" "uživatelské_jméno] [-realname pravé_jméno] [-command příkaz] [-autojoin kanál" "[,kanál]] ] | [del jméno_serveru]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2738,27 +2741,27 @@ msgstr "" "uživatelské_jméno: uživatelské jméno\n" "pravé_jméno: pravé jméno uživatele" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "uloží nastavení na disk" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[soubor]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "soubor: jméno souboru pro zapsání" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "nastaví konfiguraÄní parametry" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[volba [ = hodnota]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2768,27 +2771,27 @@ msgstr "" "zobrazena nápovÄ›da pro volby)\n" "hodnota: hodnota volby" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "odebere alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "jméno_aliasu" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "jméno_aliasu: jméno aliasu pro odebrání" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "zruší ignorování IRC zprávy a/nebo hosta" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[Äíslo | [maska [[typ | příkaz] [kanál [server]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2811,23 +2814,23 @@ msgstr "" "Pro každý argument znamená '*' vÅ¡echno.\n" "Bez argunetů, vypíše příkaz /unignore seznam definovaných ignorací." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "" -#: src/common/command.c:146 -msgid "-o" -msgstr "" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "spravuje okna" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2835,7 +2838,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, fuzzy, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2859,28 +2862,28 @@ msgstr "" "splitv: rozdÄ›lí aktuální okno vertikálnÄ›\n" "merge: spojí okno s jiným" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s alias nebo příkaz \"%s\" již existuje!\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s alias nemůže pouÅ¡tÄ›t jiný ailas!\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s cílový příkaz \"/%s\" neexistuje!\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s Å¡patný poÄet argumentů pro %s příkaz \"%s\" (oÄekáváno: %d argumentů%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2889,18 +2892,18 @@ msgstr "" "%s Å¡patyný poÄet argumentů pro %s příkaz \"%s\" (oÄekáváno: mezi %d a %d " "argumenty%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s příkaz \"%s\" selhal\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s chybný poÄet argumentů pro IRC příkaz \"%s\" (oÄekáváno: %d argumentů%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2909,287 +2912,287 @@ msgstr "" "%s Å¡patný poÄet argumentů pro IRC příkaz \"%s\" (oÄekáváno: mezi %d a %d " "argumenty%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s příkaz \"%s\" potÅ™ebuje pÅ™ipojení na server!\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s neznámý příkaz \"%s\" (zadejte /help pro nápovÄ›du)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "Tohe není okno kanálu!\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s chybí argumenty pro příkaz \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s alias nemůže žaÄínat \"/\"!\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" vytvoÅ™en\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "Selhalo vytvoÅ™ení aliasu \"%s\" => \"%s\" (nedostatek pamÄ›ti)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Seznam pro aliasy:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Žádné aliasy nejsou definovány.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServer: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%sKanál: %s%s %s(server: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sSoukromý s: %s%s %s(server: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "nepÅ™ipojen\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "OtevÅ™ené buffery:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s nekorektní Äíslo bufferu\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s nemohu zavřít jediný buffer\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "%s nemohu zavřít buffer serveru dokud jsou otevÅ™eny kanály\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Level upozornÄ›ní: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s nekorektní level upozornÄ›ní (musí být mezi %d a %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "%s nekorektní buffer pro upozornÄ›ní (musí být kanál nebo soukromý)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nový level upozornÄ›ní %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: nikdy)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: zvýraznÄ›ní)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: zvýraznÄ›ní + zprávy)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: zvýrazÄ›ní + zprávy + pÅ™ipojení/odpojení (vÅ¡e))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "neznámý parametr \"%s\" pro příkaz \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s již vytvoÅ™ený server \"%s\"!\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s zrovna pÅ™ipojuji k serveru \"%s\"!\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s server nenalezen\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s neznámá volba pro příkaz \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s nepÅ™ipojen k serveru \"%s\"!\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "Automatické znovupÅ™ipojené je zruÅ¡eno\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "%s vnitÅ™ní příkazy:\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "IRC příkazy:\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Příkazy pluginu:\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "Není dostupná žádná nápovÄ›da, \"%s\" je neznámý příkaz\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%sna %s%s%s/%s%s%s:%s ignoruji %s%s%s od %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Seznam ignorování:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Žádné ignorování není definováno.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nové ignorování:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nová klávesová zkratka: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Klávesové zkratky:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Klávesa \"%s\" odpojena\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s nemohu odpojit klávesu \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "VnitÅ™ní klávesové funkce:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Výchozí klávesové zkratky obnoveny\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s \"-yes\" argument je požadován pro reset kaláves (bezpeÄnostní opatÅ™ení)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "NaÄtené pluginy:\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " obsluhovaÄe zpráv:\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (není obsluhovaÄ zprávy)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " obsluhovaÄe příkazu:\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (není obsluhovaÄ příkazu)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (není plugin)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" msgstr "" "Příkaz \"plugin\" není dostupný, WeeChat byl pÅ™eložen bez podpory pluginů.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "žádný server.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Server '%s' nenalezen.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s chybí jméno serveru pro příkaz \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "%s příliž mnoho argumentů pro příkaz \"%s\", ignoruji argumety\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s server \"%s\" nenalezen pro příkaz \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3198,186 +3201,186 @@ msgstr "" "%s nemůžete odebrat server \"%s\", protože jste k nÄ›mu pÅ™ipojent. Skuste " "nejprve /dissconnect %s.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "Server %s%s%s byl odebrán\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s chybí parametry pro příkaz \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s server \"%s\" již existuje, nemohu jej vytvořít!\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s chybí heslo pro parametr \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s chybí pÅ™ezdívka/pÅ™ezdívky pro parametr \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s chybí příkaz pro parametr \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Server %s%s%s vytvoÅ™en\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s nemohu vytvoÅ™it server\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(neznámý)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(heslo schováno) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s server \"%s\" nenalezen\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s volba nastavení \"%s\" nenalezena\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s nekorektní hodnota pro volbu \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "%s volba \"%s\" nemůže být zmÄ›nÄ›na dokud WeeChat běží\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Nebyla nalezena žádná volba nastavení s \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Nebyla nalezena žádná volba nastavení\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDetail:\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . typ boolean (hodnota: 'on' nebo 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . výchozí hodnota: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . typ celoÄíselný (hodnoty: mezi %d a %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . výchozí hodnota: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . typ Å™etÄ›zec (hodnoty: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "prázdný" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . typ barva (Curses nebo Gtk barva, viz WeeChat dokumentace)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . typ Å™etÄ›zec (jakýkoliv Å™etÄ›zec)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . popis: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "volba/volby nastavení nalezeny s \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "volba/volby nastavení nalezeny\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias nebo příkaz \"%s\" nenalezen\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" odebrán\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "ignorování bylo odebráno.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "ignorování bylo odebrán\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s žádné ignorování nenaleyeno\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "OtevÅ™ené okna:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/po/es.po b/po/es.po index b0fa77d6e..1664ac099 100644 --- a/po/es.po +++ b/po/es.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-20 14:24+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:55+0100\n" "Last-Translator: Roberto González Cardenete \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,79 +29,79 @@ msgstr "No ha sido posible obtener el nombre de usuario" msgid "%s cannot allocate new server\n" msgstr "%s no ha sido posible crear un nuevo servidor\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s error enviando datos al servidor IRC\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s memoria insuficiente para un mensaje IRC recibido\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s ¡El comando \"%s\" ha fallado!\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s ¡Ningún comando para ejecutar!\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Comando desconocido: cmd=\"%s\", host=\"%s\", params=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" "%s no ha sido posible leer datos del socket, desconectando del servidor...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Reconexión al servidor en %d segundos\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s el handshake gnutls ha fallado\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s dirección proxy \"%s\" no encontrada\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s dirección \"%s\" no encontrada\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s dirección proxy IP no encontrada\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s Dirección IP no encontrada\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s conexión proxy rechazada\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s conexión rechazada\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -110,7 +110,7 @@ msgstr "" "%s el proxy ha fallado al establecer la conexión al servidor (comprueba el " "nombre de usuario o la contraseña si es necesario)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -118,57 +118,57 @@ msgstr "" "%s No ha sido posible conectar con SSL debido a que Weechat no fue compilado " "con soporte GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: conectando al servidor %s:%d%s%s vía %s proxy %s: %d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "Conectando al servidor %s:%d%s%s vía %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: conectando al servidor %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "Conectando al servidor %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s error de inicialización de gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s no ha sido posible crear la interconexión\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s no ha sido posible crear el socket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s no ha sido posible configurar la opción socket \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s no ha sido posible configurar la opción socket \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: Reconectando al servidor...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "¡Desconectado del servidor!\n" @@ -1410,52 +1410,52 @@ msgstr "desconocido" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilización del nombre de máquina local \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s no ha sido posible encontrar el usuario al que enviar el mensaje\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s el comando \"%s\" sólo puede ser ejecutado en una ventana de canal\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s número de argumentos incorrecto para el comando \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s argumentos incorrectos para el comando \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "%s el comando \"%s\" no puede ejecutarse en una ventana de servidor\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s usuario \"%s\" no encontrado para el comando \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s no es posible crear una nueva ventana privada \"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilado en %s %s\n" @@ -1766,11 +1766,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s estaba %s\n" msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s inactividad: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "días" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "día" @@ -2138,7 +2138,7 @@ msgstr "%s no hay suficiente memoria para crear el ignore\n" msgid "Removing ignore:" msgstr "Eliminando el ignore:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2147,7 +2147,7 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando IRC \"%s" "\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" @@ -2155,7 +2155,7 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando \"%s" "\" (ya existe)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2163,19 +2163,19 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando \"%s" "\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s no ha sido posible cargar el plugin \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s símbolo \"plugin_name\" no encontrado en el plugin \"%s\", falló al " "cargar\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" @@ -2183,7 +2183,7 @@ msgstr "" "%s no ha sido posible cargar el plugin \"%s\": un plugin con el mismo nombre " "ya existe\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2191,7 +2191,7 @@ msgstr "" "%s símbolo \"plugin_description\" no encontrado en el plugin \"%s\", falló " "al cargar\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2199,7 +2199,7 @@ msgstr "" "%s símbolo \"plugin_version\" no encontrado en el plugin \"%s\", falló al " "cargar\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2208,33 +2208,33 @@ msgstr "" "%s función \"weechat_plugin_init\" no encontrada en el plugin \"%s\", falló " "al cargar\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Inicializando plugin \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s no ha sido posible inicializar el plugin \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "" "%s no ha sido posible cargar el plugin \"%s\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Plugin \"%s\" (%s) cargado.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Plugin \"%s\" descargado.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s plugin \"%s\" no encontrado\n" @@ -2270,74 +2270,74 @@ msgstr "" "archivo cuando se actualizan las opciones.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "Día cambiado a %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s el lag (retraso) es alto, desconectando del servidor...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "bytes" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "KB" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "MB" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "GB" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(ausente)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[no conectado] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Act: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "Lag: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-MÁS-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Aceptar" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Cancelar" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Eliminar" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] Purgar los viejos DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Cerrar la vista DCC" @@ -2345,11 +2345,11 @@ msgstr " [Q] Cerrar la vista DCC" msgid "server" msgstr "servidor" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "No hay suficiente memoria para una nueva línea\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "No hay suficiente memoria para el mensaje de la barra de información\n" @@ -2513,7 +2513,7 @@ msgstr "recargar la pantalla" msgid "grab a key" msgstr "capturar una clave" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s No ha sido posible atar la clave \"%s\"\n" @@ -2553,10 +2553,12 @@ msgid "manage buffers" msgstr "gestionar los búfers" #: src/common/command.c:48 -msgid "[action | number]" +#, fuzzy +msgid "[action | number | [[server] [channel]]]" msgstr "[acción | número]" #: src/common/command.c:49 +#, fuzzy msgid "" "action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" @@ -2564,6 +2566,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "acción: acción a efectuar:\n" @@ -2576,47 +2579,47 @@ msgstr "" "+join/part)\n" "número: saltar al búfer por número" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "limpiar la(s) ventana(s)" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: limpiar todas las ventanas" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "conectarse a un servidor" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[nombre_del_servidor]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "nombre_del_servidor: nombre del servidor al que conectarse" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "desconectarse de un servidor" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "nombre_del_servidor: nombre del servidor del que desconectarse" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "imprime mensajes de depuración" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "volcar | ventanas" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" @@ -2626,27 +2629,27 @@ msgstr "" "(se escribe el mismo volcado cuando WeeChat se cuelga)\n" "ventanas: muestra el árbol de ventanas" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "mostrar ayuda sobre los comandos" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[comando]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "comando: nombre de un comando de Weechat o de IRC" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "mostrar historial de comandos de búfer" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "[limpiar | valor]" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" @@ -2654,15 +2657,15 @@ msgstr "" "limpiar: limpiar historial\n" "valor: número de entradas del historial para mostrar" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignorar los mensajes IRC y/o los hosts" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[máscara [[tipo | comando] [canal [servidor]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2682,15 +2685,15 @@ msgstr "" "Para cada argumento, '*' significa todo.\n" "Sin argumentos, el comando /ignore lista todos los ignores definidos." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "atar/desatar claves" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[clave función/comando] [desatar clave] [funciones] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2707,15 +2710,15 @@ msgstr "" "reset: restaura anclajes a los valores por defecto y elimina todos los " "anclajes personales (usar cuidadosamente)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "listar/cargar/descargar plugins" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[cargar fichero] | [autocargar] | [recargar] | [descargar]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2725,11 +2728,11 @@ msgstr "" "\n" "Sin argumentos, el comando /plugin lista todos los plugins cargados." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "lista, añde o elimina servidores" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2741,7 +2744,7 @@ msgstr "" "username nombre de usuario] [-realname nombre_real] [-command comando] [-" "autojoin canal[,canal]] ] | [del nombre_de_servidor]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2767,27 +2770,27 @@ msgstr "" "nombre_de_usuario: nombre de usuario\n" "nombre_real: nombre real del usuario" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "guardar configuración a disco" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[archivo]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "archivo: fichero en el que guardar la configuración" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "modificar parámetros de configuración" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[opción [ = valor]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2797,27 +2800,27 @@ msgstr "" "valor, entonces se muestra la ayuda de la opción)\n" "valor: valor para una opción" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "eliminar un alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "alias: nombre del alias a suprimir" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "no ignorar mensajes IRC y/o hosts" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[número | [máscara [[tipo | comando] [canal [servidor]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2840,23 +2843,23 @@ msgstr "" "Para cada argumento, '*' significa todo.\n" "Sin argumentos, el comando /unignore lista todos los ignores definidos." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "muestra el tiempo de uso de WeeChat" -#: src/common/command.c:146 -msgid "-o" -msgstr "-o" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "-o: envía el tiempo de uso en el canal actual como un mensaje IRC" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "gestión de ventanas" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2864,7 +2867,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2894,29 +2897,29 @@ msgstr "" "nueva ventana, tomando como referencia el tamaño de la ventana actual. Por " "ejemplo 25 significa crear una nueva ventana con tamaño = tamaño_actual / 4" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s ¡el alias o el comando \"%s\" ya existe!\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s ¡el alias no puede ejecutar otro alias!\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s ¡el comando objetivo \"/%s\" no existe!\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s número de argumentos incorrecto para el comando %s \"%s\" (esperado: %d " "parámetro%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2925,19 +2928,19 @@ msgstr "" "%s número de argumentos incorrecto para el comando %s \"%s\" (esperado: " "entre %d y %d parámetro%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s el comando \"%s\" ha fallado\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s número de argumentos incorrecto para el comando IRC \"%s\" (esperado: %d " "parámetro%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2946,260 +2949,260 @@ msgstr "" "%s número de argumentos incorrecto para el comando IRC \"%s\" (esperado: " "entre %d y %d parámetro%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s ¡el comando \"%s\" requiere una conexión a servidor!\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s comando \"%s\" desconocido (escriba /help para la ayuda)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "¡Esta ventana no es un canal!\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s faltan argumentos para el comando \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s el alias no puede empezar con \"/\"\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" creado\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "" "No ha sido posible crear el alias \"%s\" => \"%s\" (no hay suficiente " "memoria)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Lista de alias:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Ningún alias definido.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServidor: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%s Canal: %s%s %s(servidor: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sPrivado con: %s%s %s(servidor: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "no conectado\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "Búfers abiertos:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s número de búfer incorrecto\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s no es posible cerrar el único búfer\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" "%s no se puede cerrar el búfer de servidor mientras haya canales abiertos\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Niveles de notificación: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s nivel de notificación incorrecto (debe estar entre %d y %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "%s búfer incorrecto para notificar (debe ser canal o privado)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nuevo nivel de notificación para %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: nunca)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: resaltados)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: resaltados + mensajes)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: resaltados + mensajes + join/part (todos))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "parámetro desconocido \"%s\" para el comando \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s ¡ya conectado al servidor \"%s\"!\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s ¡actualmente conectando al servidor \"%s\"!\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s servidor no encontrado\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s opción desconocida para el comando \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s ¡no conectado al servidor \"%s\"!\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "La reconexión automática está anulada\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "Comandos internos %s :\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "Comandos IRC :\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Comandos de plugin:\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "No hay ayuda disponible, el comando \"%s\" es desconocido\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%sen %s%s%s/%s%s%s:%s ignorando %s%s%s de %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Lista de ignores:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Sin ignores definidos.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nuevo ignore:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nueva anclaje de clave: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Anclajes de clave:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Clave \"%s\" desatada\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s No ha sido posible desatar la clave \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "Funciones de clave internas:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Anclajes de clave por defecto restaurados\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s \"-yes\" se requiere argumento para resetear las claves (por razones de " "seguridad)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "Plugins cargados:\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " manejadores de mensaje:\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (sin manejador de mensaje)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " manejadores de comando:\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (sin manejador de comando)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (sin plugins)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" @@ -3207,32 +3210,32 @@ msgstr "" "El comando \"plugin\" no está disponible, Weechat fue compilado sin soporte " "para plugins.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "Ningún servidor.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Servidor '%s' no encontrado.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s falta el nombre de servidor para el comando \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "" "%s demasiados argumentos para el comando \"%s\", ignorando parámetros\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s servidor \"%s\" no encontrado para el comando \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3241,190 +3244,190 @@ msgstr "" "%s usted no puede eliminar el servidor \"%s\" ya que está usted conectado a " "él. Pruebe /disconnect %s antes.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "El servidor %s%s%s ha sido borrado\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s faltan parámetros para el comando \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s el servidor \"%s\" ya existe, ¡no se puede crear!\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s falta contraseña para el comando \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s falta(n) usuario(s) para el parámetro \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s falta comando para el parámetro \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Servidor %s%s%s creado\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s no es posible crear el servidor\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(desconocido)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(contraseña oculta) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s servidor \"%s\" no encontrado\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s opción de configuración \"%s\" no encontrada\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s valor incorrecto para la opción \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "" "%s la opción \"%s\" no puede ser modificada mientras WeeChat está en " "ejecución\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Ninguna opción de configuración encontrada con \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Ninguna opción de configuración encontrada\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDetalle:\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . tipo booleano (valores: 'on' u 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . valor por defecto: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . tipo entero (valores: entre %d y %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . valor por defecto: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . tipo cadena (valores: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "vacío" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . tipo color (color Curses o Gtk, ver la documentación de WeeChat)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . tipo cadena (cualquier cadena)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . descripción: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "opción/opciones de configuración encontrada(s) con \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "opción/opciones de configuración encontrada(s)\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias o comando \"%s\" no encontrado\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" eliminado\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "los ignores fueron eliminados.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "el ignore fue eliminado.\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s no se encontraron ignores\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Tiempo de uso de WeeChat: %d %s %02d:%02d:%02d, empezó en %s" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" "Tiempo de uso de WeeChat: %s%d %s%s %s%02d%s: %s%02d%s:%s%02d%s, empezó en %s" "%s" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "Ventanas abiertas:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/po/fr.po b/po/fr.po index d6dca4ef4..dc239cfc9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-20 19:03+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:57+0100\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,79 +29,79 @@ msgstr "Impossible de d msgid "%s cannot allocate new server\n" msgstr "%s impossible d'allouer un nouveau serveur\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s erreur d'envoi de données au serveur IRC\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s mémoire insuffisante pour un message IRC reçu\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s La commande \"%s\" a échoué !\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s Pas de commande à exécuter !\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Commande inconnue: cmd=\"%s\", hote=\"%s\", params=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" "%s impossible de lire des données sur la socket, déconnexion du serveur...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Reconnexion au serveur dans %d secondes\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s le handshake gnutls a échoué\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s adresse du proxy \"%s\" introuvable\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s adresse \"%s\" introuvable\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s adresse IP du proxy introuvable\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s adresse IP introuvable\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s connexion au proxy refusée\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s connexion refusée\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -110,7 +110,7 @@ msgstr "" "%s le proxy n'a pas pu se connecter au serveur (vérifiez l'utilisateur/mot " "de passe si utilisés)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -118,57 +118,57 @@ msgstr "" "%s impossible de se connecter en SSL car WeeChat n'a pas été construit avec " "le support GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: connexion au serveur %s:%d%s%s via le proxy %s %s:%d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "Connexion au serveur %s:%d%s%s via le proxy %s %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: connexion au serveur %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "Connexion au serveur %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s erreur d'initialisation gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s impossible de créer le pipe\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s impossible de créer la socket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s impossible de paramétrer l'option socket \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s impossible de paramétrer l'option socket \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: Reconnexion au serveur...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "Déconnecté du serveur !\n" @@ -1406,54 +1406,54 @@ msgstr "inconnu" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilisation du nom de machine local \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s impossible de trouver le pseudo pour envoyer le message\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s la commande \"%s\" peut seulement être exécutée dans une fenêtre de " "canal\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s paramètres invalides pour la commande \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" "%s la commande \"%s\" ne peut pas être exécutée dans une fenêtre serveur\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s pseudo \"%s\" non trouvé pour la commande \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s impossible de créer la fenêtre privée \"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilé le %s %s\n" @@ -1764,11 +1764,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s inactivité: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "jours" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "jour" @@ -2136,7 +2136,7 @@ msgstr "%s pas assez de m msgid "Removing ignore:" msgstr "Suppression du ignore:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2145,7 +2145,7 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande IRC \"%s" "\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" @@ -2153,7 +2153,7 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande \"%s" "\" (existe déjà)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2161,19 +2161,19 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande \"%s" "\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s impossible de charger l'extension \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s le symbole \"plugin_name\" est introuvable dans l'extension \"%s\", échec " "de chargement\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" @@ -2181,7 +2181,7 @@ msgstr "" "%s impossible de charger l'extension \"%s\": une extension avec le même nom " "existe déjà\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2189,7 +2189,7 @@ msgstr "" "%s le symbole \"plugin_description\" est introuvable dans l'extension \"%s" "\", échec de chargement\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2197,7 +2197,7 @@ msgstr "" "%s le symbole \"plugin_version\" est introuvable dans l'extension \"%s\", " "échec de chargement\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2206,32 +2206,32 @@ msgstr "" "%s la fonction \"weechat_plugin_init\" est introuvable dans l'extension \"%s" "\", échec de chargement\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Initialisation de l'extension \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s impossible d'initialiser l'extension \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "%s impossible de charger l'extension \"%s\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Extension \"%s\" (%s) chargée.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Extension \"%s\" déchargée.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s extension \"%s\" non trouvée\n" @@ -2267,74 +2267,74 @@ msgstr "" "des options sont modifiées.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "Jour changé: %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s le lag est élevé, déconnexion du serveur...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "octets" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "Ko" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "Mo" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "Go" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(absent)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[non connecté] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Act: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "Lag: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-PLUS-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Accepter" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Annuler" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Retirer" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] Purger anciens DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Fermer la vue DCC" @@ -2342,11 +2342,11 @@ msgstr " [Q] Fermer la vue DCC" msgid "server" msgstr "serveur" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "Pas assez de mémoire pour une nouvelle ligne !\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "Pas assez de mémoire pour un message de la barre d'infos\n" @@ -2510,7 +2510,7 @@ msgstr "rafraichir l' msgid "grab a key" msgstr "capturer une touche" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s impossible de créer la touche \"%s\"\n" @@ -2546,11 +2546,11 @@ msgstr "" #: src/common/command.c:47 msgid "manage buffers" -msgstr "gestion des buffers" +msgstr "gestion des tampons" #: src/common/command.c:48 -msgid "[action | number]" -msgstr "[action | nombre]" +msgid "[action | number | [[server] [channel]]]" +msgstr "[action | nombre | [[serveur] [canal]]]" #: src/common/command.c:49 msgid "" @@ -2560,6 +2560,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "action: action à effectuer:\n" @@ -2570,49 +2571,50 @@ msgstr "" " list: liste les tampons ouverts (pas de paramètre affiche cette liste)\n" " notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, " "3=2+join/part)\n" +"serveur,canal: sauter au tampon par serveur et/ou nom de canal\n" "nombre: sauter au tampon qui a ce numéro" -#: src/common/command.c:56 -msgid "clear window(s)" -msgstr "affacer la/les fenêtre(s)" - #: src/common/command.c:57 +msgid "clear window(s)" +msgstr "effacer la/les fenêtre(s)" + +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: effacer toutes les fenêtres" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "se connecter à un serveur" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[nom_serveur]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "nom_serveur: nom du serveur pour se connecter" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "se déconnecter d'un serveur" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "nom_serveur: nom du serveur pour se déconnecter" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "affiche des messages de debuggage" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "dump | windows" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" @@ -2622,27 +2624,27 @@ msgstr "" "messages sont affichés lorsque WeeChat plante)\n" "windows: affiche l'arbre des fenêtres" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "afficher l'aide sur les commandes" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[commande]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "commande: nom d'une commande WeeChat ou IRC" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "affiche l'historique des commandes du tampon" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "[clear | valeur]" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" @@ -2650,15 +2652,15 @@ msgstr "" "clear: effacer l'historique\n" "valeur: nombre d'entrées dans l'historique à afficher" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignorer des messages IRC et/ou des masques" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[masque [[type | commande] [canal [serveur]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2678,15 +2680,15 @@ msgstr "" "Pour chaque paramètre, '*' signifie tou(te)s.\n" "Sans paramètre, la commande /ignore liste les ignore définis." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "associer/libérer des touches" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[touche fonction/commande] [unbind touche] [functions] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2704,15 +2706,15 @@ msgstr "" "reset: restaur les touches aux valeurs par défaut et supprime TOUTES les " "touches personnelles (utiliser avec précaution !)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "liste/charge/décharge des extensions" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[load fichier] | [autoload] | [reload] | [unload]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2722,11 +2724,11 @@ msgstr "" "\n" "Sans paramètre, la commande /plugin liste toutes les extensions chargées." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "liste, ajoute ou retire des serveurs" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2738,7 +2740,7 @@ msgstr "" "nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[," "canal]] ] | [del nom_serveur]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2764,27 +2766,27 @@ msgstr "" "nom_utilisateur: nom d'utilisateur\n" "nom_réel: nom réel de l'utilisateur" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "sauvegarder la configuration sur disque" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[fichier]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "fichier: fichier pour sauvegarder la configuration" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "modifier des paramètres de configuration" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[option [ = valeur]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2794,27 +2796,27 @@ msgstr "" "donnée, alors l'aide sur l'option est affichée)\n" "valeur: valeur pour l'option" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "supprimer un alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "nom_alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "nom_alias: nom de l'alias à supprimer" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "supprimer le ignore des messages IRC et/ou des masques" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[nombre | [masque [[type | commande] [canal [serveur]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2837,23 +2839,23 @@ msgstr "" "Pour chaque paramètre, '*' signifie tou(te)s.\n" "Sans paramètre, /ignore liste les ignore définis." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "montrer l'uptime de WeeChat" -#: src/common/command.c:146 -msgid "-o" -msgstr "-o" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "-o: envoyer l'uptime sur le canal courant en tant que message IRC" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "gestion des fenêtres" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2861,7 +2863,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [ptc] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2892,29 +2894,29 @@ msgstr "" "Par exemple 25 signifie créer une fenêtre qui a pour taille: " "taille_courante / 4" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s l'alias ou la commande \"%s\" existe déjà !\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s l'alias ne peut pas lancer un autre alias !\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s la commande cible \"/%s\" n'existe pas !\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s nombre de paramètres incorrect pour la commande %s \"%s\" (attendu: %d " "paramètre%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2923,19 +2925,19 @@ msgstr "" "%s nombre de paramètres incorrect pour la commande %s \"%s\" (attendu: entre " "%d et %d paramètre%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s la commande \"%s\" a échoué\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s nombre de paramètres incorrect pour la commande IRC \"%s\" (attendu: %d " "paramètre%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2944,260 +2946,260 @@ msgstr "" "%s nombre de paramètres incorrect pour la commande IRC \"%s\" (attendu: " "entre %d et %d paramètre%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s la commande \"%s\" nécessite une connexion au serveur !\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s commande \"%s\" inconnue (tapez /help pour l'aide)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "Cette fenêtre n'est pas un canal !\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s paramètres manquants pour la commande \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s l'alias ne peut pas commencer par \"/\"\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" créé\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "Impossible de créer l'alias \"%s\" => \"%s\" (pas assez de mémoire)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Liste des alias:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Aucun alias défini.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServeur: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%sCanal: %s%s %s(serveur: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sPrivé avec: %s%s %s(serveur: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "non connecté\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "Tampons ouverts:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s numéro de buffer incorrect\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s impossible de fermer le tampon unique\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" "%s impossible de fermer le tampon du serveur tant que des canaux sont " "ouverts\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Niveaux de notification: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s niveau de notification incorrect (doit être entre %d et %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "" "%s tampon incorrect pour la notification (doit être un canal ou un privé)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nouveau niveau de notification pour %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: jamais)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: highlights)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: highlights + messages)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: highlights + messages + join/part (tous))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "paramètre inconnu \"%s\" pour la commande \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s déjà connecté au serveur \"%s\" !\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s une connexion vers le serveur \"%s\" est en cours !\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s serveur non trouvé\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s option inconnue pour la commande \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s non connecté au serveur \"%s\" !\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "La reconnexion automatique est annulée\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "Commandes internes %s :\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "Commandes IRC :\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Commandes d'extension :\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "Pas d'aide disponible, la commande \"%s\" est inconnue\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%ssur %s%s%s/%s%s%s:%s ignore %s%s%s de %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Liste des ignore:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Aucun ignore défini.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nouveau ignore:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nouvelle touche: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Associations de touches:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Touche \"%s\" supprimée\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s impossible de supprimer la touche \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "Fonctions internes pour les touches:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Touches par défaut restaurées\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s le paramètre \"-yes\" est requis pour la réinitialisation des touches " "(raison de sécurité)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "Extensions chargées :\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " fonctions de message :\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (aucunne fonction de message)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " commandes :\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (aucune commande)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (aucune extension)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" @@ -3205,31 +3207,31 @@ msgstr "" "La commande \"plugin\" n'est pas disponible, WeeChat a été compilé sans le " "support des extensions.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "Pas de serveur.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Serveur '%s' non trouvé.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s il manque le nom du serveur pour la commande \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "%s trop de paramètres pour la commande \"%s\", paramètres ignorés\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s le serveur \"%s\" n'existe pas pour la commande \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3238,186 +3240,186 @@ msgstr "" "%s vous ne pouvez pas supprimer le server \"%s\" car vous êtes connecté " "dessus. Essayez /disconnect %s avant.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "Le serveur %s%s%s a été supprimé\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s paramètres manquants pour la commande \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s le serveur \"%s\" existe déjà, impossible de le créer !\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s mot de passe manquant pour le paramètre \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s pseudo(s) manquant(s) pour le paramètre \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s commande manquante pour le paramètre \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Serveur %s%s%s créé\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s impossible de créer le serveur\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(inconnu)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(mot de passe caché) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s serveur \"%s\" non trouvé\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s option de configuration \"%s\" non trouvée\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s valeur incorrecte pour l'option \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "%s l'option \"%s\" ne peut pas être changée lorsque WeeChat tourne\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Aucune option de configuration trouvée avec \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Aucune option de configuration trouvée\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDétail :\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . type booléen (valeurs: 'on' ou 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . valeur par défaut: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . type entier (valeurs: entre %d et %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . valeur par défaut: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . type chaîne (valeurs: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "vide" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . type couleur (couleur Curses ou Gtk, voir la doc WeeChat)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . type chaîne (toute chaîne)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . description: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "option(s) de configuration trouvée(s) avec \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "option(s) de configuration trouvée(s)\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias ou commande \"%s\" non trouvé\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" supprimé\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "ignore ont été supprimés.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "ignore a été supprimé.\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s aucun ignore trouvé\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Uptime WeeChat: %d %s %02d:%02d:%02d, démarré le %s" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "Uptime WeeChat: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, démarré le %s%s" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "Fenêtres ouvertes:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/po/weechat.pot b/po/weechat.pot index e1dae8196..7017b71e3 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,141 +29,141 @@ msgstr "" msgid "%s cannot allocate new server\n" msgstr "" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " "used)\n" msgstr "" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" msgstr "" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "" @@ -1293,51 +1293,51 @@ msgstr "" msgid "%s: using local hostname \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "" @@ -1648,11 +1648,11 @@ msgstr "" msgid "%s[%s%s%s]%s idle: " msgstr "" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "" @@ -1997,86 +1997,86 @@ msgstr "" msgid "Removing ignore:" msgstr "" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " "memory)\n" msgstr "" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" msgstr "" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" msgstr "" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" msgstr "" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " "load\n" msgstr "" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "" @@ -2107,74 +2107,74 @@ msgid "" "#\n" msgstr "" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "" -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "" -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr "" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr "" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr "" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr "" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr "" @@ -2182,11 +2182,11 @@ msgstr "" msgid "server" msgstr "" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "" @@ -2350,7 +2350,7 @@ msgstr "" msgid "grab a key" msgstr "" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "" @@ -2385,7 +2385,7 @@ msgid "manage buffers" msgstr "" #: src/common/command.c:48 -msgid "[action | number]" +msgid "[action | number | [[server] [channel]]]" msgstr "" #: src/common/command.c:49 @@ -2396,91 +2396,92 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" "windows: display windows tree" msgstr "" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" msgstr "" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2492,15 +2493,15 @@ msgid "" "Without argument, /ignore command lists all defined ignore." msgstr "" -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2510,26 +2511,26 @@ msgid "" "binding (use carefully!)" msgstr "" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" "Without argument, /plugin command lists all loaded plugins." msgstr "" -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2537,7 +2538,7 @@ msgid "" "servername]" msgstr "" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2552,54 +2553,54 @@ msgid "" "realname: real name of user" msgstr "" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" "value: value for option" msgstr "" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2612,29 +2613,29 @@ msgid "" "Without argument, /unignore command lists all defined ignore." msgstr "" -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "" -#: src/common/command.c:146 -msgid "-o" +#: src/common/command.c:147 +msgid "[-o]" msgstr "" -#: src/common/command.c:147 +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" msgstr "" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2651,515 +2652,515 @@ msgid "" "create a new window with size = current_size / 4" msgstr "" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " "arg%s)\n" msgstr "" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " "arg%s)\n" msgstr "" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "" -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr "" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr "" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr "" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr "" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr "" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr "" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" msgstr "" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "" -#: src/common/command.c:2046 -#, c-format -msgid "Server '%s' not found.\n" -msgstr "" - -#: src/common/command.c:2058 -#, c-format -msgid "%s missing servername for \"%s\" command\n" -msgstr "" - #: src/common/command.c:2066 #, c-format +msgid "Server '%s' not found.\n" +msgstr "" + +#: src/common/command.c:2078 +#, c-format +msgid "%s missing servername for \"%s\" command\n" +msgstr "" + +#: src/common/command.c:2086 +#, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" "disconnect %s before.\n" msgstr "" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "" -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr "" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr "" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr "" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr "" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr "" -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr "" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr "" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr "" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/src/common/command.c b/src/common/command.c index cca2b8152..e726e0b06 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -45,12 +45,13 @@ t_weechat_command weechat_commands[] = "or IRC command, without first '/')\n" "arguments: arguments for command"), 0, MAX_ARGS, NULL, weechat_cmd_alias }, { "buffer", N_("manage buffers"), - N_("[action | number]"), + N_("[action | number | [[server] [channel]]]"), N_("action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer (for channel: same as /part without part message)\n" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)\n" + "server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number"), 0, MAX_ARGS, weechat_cmd_buffer, NULL }, { "clear", N_("clear window(s)"), @@ -143,7 +144,7 @@ t_weechat_command weechat_commands[] = "Without argument, /unignore command lists all defined ignore."), 0, 4, weechat_cmd_unignore, NULL }, { "uptime", N_("show WeeChat uptime"), - N_("-o"), + N_("[-o]"), N_("-o: send uptime on current channel as an IRC message"), 0, 1, weechat_cmd_uptime, NULL }, { "window", N_("manage windows"), @@ -1186,7 +1187,7 @@ weechat_cmd_buffer (int argc, char **argv) } else { - /* jump to buffer by number */ + /* jump to buffer by number or server/channel name */ if (argv[0][0] == '-') { @@ -1219,11 +1220,29 @@ weechat_cmd_buffer (int argc, char **argv) } else { - /* absolute jump by number */ + /* absolute jump by number, or by server/channel name */ error = NULL; number = strtol (argv[0], &error, 10); if ((error) && (error[0] == '\0')) gui_buffer_switch_by_number (gui_current_window, (int) number); + else + { + ptr_buffer = NULL; + if (argc > 1) + ptr_buffer = gui_buffer_search (argv[0], argv[1]); + else + { + if (string_is_channel (argv[0])) + ptr_buffer = gui_buffer_search (NULL, argv[0]); + else + ptr_buffer = gui_buffer_search (argv[0], NULL); + } + if (ptr_buffer) + { + gui_switch_to_buffer (gui_current_window, ptr_buffer); + gui_redraw_buffer (ptr_buffer); + } + } } } diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index dc0916cb4..4a771de71 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -191,7 +191,7 @@ t_config_option weechat_options_look[] = { "look_nick_completion_ignore", N_("chars ignored for nick completion"), N_("chars ignored for nick completion"), OPTION_TYPE_STRING, 0, 0, 0, - "[]-", NULL, NULL, &cfg_look_nick_completion_ignore, config_change_noop }, + "[]-^", NULL, NULL, &cfg_look_nick_completion_ignore, config_change_noop }, { "look_infobar", N_("enable info bar"), N_("enable info bar"), OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE, diff --git a/src/gui/gui-common.c b/src/gui/gui-common.c index fcf67a074..b486c6769 100644 --- a/src/gui/gui-common.c +++ b/src/gui/gui-common.c @@ -264,6 +264,63 @@ gui_window_new (t_gui_window *parent, int x, int y, int width, int height, return new_window; } +/* + * gui_buffer_search: search a buffer by server and channel name + */ + +t_gui_buffer * +gui_buffer_search (char *server, char *channel) +{ + t_irc_server *ptr_server; + t_irc_channel *ptr_channel; + t_gui_buffer *ptr_buffer; + + ptr_server = NULL; + ptr_channel = NULL; + ptr_buffer = NULL; + + /* nothing given => print on current buffer */ + if ((!server || !server[0]) && (!channel || !channel[0])) + ptr_buffer = gui_current_window->buffer; + else + { + if (server && server[0]) + { + ptr_server = server_search (server); + if (!ptr_server) + return NULL; + } + else + { + ptr_server = SERVER(gui_current_window->buffer); + if (!ptr_server) + ptr_server = SERVER(gui_buffers); + } + + if (channel && channel[0]) + { + if (ptr_server) + { + ptr_channel = channel_search (ptr_server, channel); + if (ptr_channel) + ptr_buffer = ptr_channel->buffer; + } + } + else + { + if (ptr_server) + ptr_buffer = ptr_server->buffer; + else + ptr_buffer = gui_current_window->buffer; + } + } + + if (!ptr_buffer) + return NULL; + + return (ptr_buffer->dcc) ? gui_buffers : ptr_buffer; +} + /* * gui_buffer_servers_search: search servers buffer * (when same buffer is used for all servers) diff --git a/src/gui/gui.h b/src/gui/gui.h index a17fb1b83..410af2f95 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -401,6 +401,7 @@ extern int gui_window_tree_init (t_gui_window *); extern void gui_window_tree_node_to_leaf (t_gui_window_tree *, t_gui_window *); extern void gui_window_tree_free (t_gui_window_tree **); extern t_gui_window *gui_window_new (t_gui_window *, int, int, int, int, int, int); +extern t_gui_buffer *gui_buffer_search (char *, char *); extern t_gui_buffer *gui_buffer_new (t_gui_window *, void *, void *, int, int); extern void gui_buffer_clear (t_gui_buffer *); extern void gui_buffer_clear_all (); diff --git a/src/plugins/plugins-interface.c b/src/plugins/plugins-interface.c index 861856c2d..12083faf4 100644 --- a/src/plugins/plugins-interface.c +++ b/src/plugins/plugins-interface.c @@ -37,6 +37,7 @@ #include "../common/command.h" #include "../common/weeconfig.h" #include "../irc/irc.h" +#include "../gui/gui.h" /* @@ -165,7 +166,7 @@ weechat_plugin_printf (t_weechat_plugin *plugin, if (!plugin || !message) return; - ptr_buffer = plugin_find_buffer (server, channel); + ptr_buffer = gui_buffer_search (server, channel); va_start (argptr, message); vsnprintf (buf, sizeof (buf) - 1, message, argptr); va_end (argptr); diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index e34f7e752..3b1d62c45 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -47,63 +47,6 @@ t_weechat_plugin *weechat_plugins = NULL; t_weechat_plugin *last_weechat_plugin = NULL; -/* - * plugin_find_buffer: find a buffer for text display - */ - -t_gui_buffer * -plugin_find_buffer (char *server, char *channel) -{ - t_irc_server *ptr_server; - t_irc_channel *ptr_channel; - t_gui_buffer *ptr_buffer; - - ptr_server = NULL; - ptr_channel = NULL; - ptr_buffer = NULL; - - /* nothing given => print on current buffer */ - if ((!server || !server[0]) && (!channel || !channel[0])) - ptr_buffer = gui_current_window->buffer; - else - { - if (server && server[0]) - { - ptr_server = server_search (server); - if (!ptr_server) - return NULL; - } - else - { - ptr_server = SERVER(gui_current_window->buffer); - if (!ptr_server) - ptr_server = SERVER(gui_buffers); - } - - if (channel && channel[0]) - { - if (ptr_server) - { - ptr_channel = channel_search (ptr_server, channel); - if (ptr_channel) - ptr_buffer = ptr_channel->buffer; - } - } - else - { - if (ptr_server) - ptr_buffer = ptr_server->buffer; - else - ptr_buffer = gui_current_window->buffer; - } - } - - if (!ptr_buffer) - return NULL; - - return (ptr_buffer->dcc) ? gui_buffers : ptr_buffer; -} - /* * plugin_find_server_channel: find server/channel for command execution */ diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h index 5f7a96565..3c05e0f3b 100644 --- a/src/plugins/plugins.h +++ b/src/plugins/plugins.h @@ -31,7 +31,6 @@ typedef void (t_weechat_end_func) (t_weechat_plugin *); extern t_weechat_plugin *weechat_plugins; extern t_weechat_plugin *last_weechat_plugin; -extern t_gui_buffer *plugin_find_buffer (char *, char *); extern void plugin_find_server_channel (char *, char *, t_irc_server **, t_irc_channel **); extern void plugin_exec_on_files (t_weechat_plugin *, char *, diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 1a2bc09c2..879ce839b 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2005-11-26 +ChangeLog - 2005-11-29 Version 0.1.7 (under dev!): + * added server/channel arg to /buffer command for jumping to buffer * fixed display bug in chat window when a message length equals to window width * added new keys for switching to other windows: alt-w followed by diff --git a/weechat/doc/weechat_doc_en.texi b/weechat/doc/weechat_doc_en.texi index e860bfac8..651dbdda5 100644 --- a/weechat/doc/weechat_doc_en.texi +++ b/weechat/doc/weechat_doc_en.texi @@ -35,7 +35,7 @@ @title WeeChat - User guide @subtitle Fast, light and extensible IRC client -@subtitle Documentation for WeeChat v0.1.7-cvs - November, 20 2005 +@subtitle Documentation for WeeChat v0.1.7-cvs - November, 29 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -324,7 +324,7 @@ The string inserted after nick completion@* Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Type: string (any string), default value: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar Enable info bar@* Type: boolean (values: 'on' or 'off'), default value: 'on'@* @@ -894,6 +894,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -913,7 +916,7 @@ alias_name: name of alias@* command: command name (WeeChat or IRC command, without first '/')@* arguments: arguments for command@* @* -@item buffer [action | number] +@item buffer [action | number | [[server] [channel]]] @* manage buffers@* @* @@ -922,6 +925,7 @@ action: action to do:@* close: close buffer (for channel: same as /part without part message)@* list: list opened buffers (no parameter implies this list)@* notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* number: jump to buffer by number@* @* @item clear [-all] @@ -1041,7 +1045,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* diff --git a/weechat/doc/weechat_doc_es.texi b/weechat/doc/weechat_doc_es.texi index 45badbc35..ba282d9b7 100644 --- a/weechat/doc/weechat_doc_es.texi +++ b/weechat/doc/weechat_doc_es.texi @@ -36,7 +36,7 @@ @title WeeChat - Gui@'on de usuario. @subtitle Cliente IRC r@'apido, peque@~no y extensible -@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 20 de noviembre de 2005 +@subtitle Documentaci@'on para WeeChat v0.1.7-cvs - 29 de noviembre de 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -260,488 +260,488 @@ Enumeraci@'on de las opciones del fichero de configuraci@'on:@* @table @kbd @item look_set_title -Define el t@'itulo de la ventana (el terminal para la interfaz Curses) con el nombre y la versi@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Set title for window (terminal for Curses GUI) with name & version@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_startup_logo -Mostrar el logotipo de WeeChat en el arranque@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display WeeChat logo at startup@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_startup_version -Mostrar la versi@'on de Weechat en el arranque@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display WeeChat version at startup@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_weechat_slogan -Esl@'ogan de WeeChat (si est@'a vac@'io, el esl@'ogan no ser@'a utilizado)@* -Typo: cadena (cualquier cadena), valor por defecto: 'the geekest IRC client!'@* +WeeChat slogan (if empty, slogan is not used)@* +Type: string (any string), default value: 'the geekest IRC client!'@* @item look_charset_decode_iso ISO charset for decoding messages from server (used only if locale is UTF-8) (if empty, messages are not converted if locale is UTF-8@* -Typo: cadena (cualquier cadena), valor por defecto: 'ISO-8859-1'@* +Type: string (any string), default value: 'ISO-8859-1'@* @item look_charset_decode_utf UTF charset for decoding messages from server (used only if locale is not UTF-8) (if empty, messages are not converted if locale is not UTF-8@* -Typo: cadena (cualquier cadena), valor por defecto: 'UTF-8'@* +Type: string (any string), default value: 'UTF-8'@* @item look_charset_encode Charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, messages are not converted)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item look_charset_internal Forces internal WeeChat charset (should be empty in most cases, that means detected charset is used)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item look_one_server_buffer Use same buffer for all servers@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item look_buffer_timestamp -Fecha y hora para las búfers@* -Typo: cadena (cualquier cadena), valor por defecto: '[%H:%M:%S]'@* +Timestamp for buffers@* +Type: string (any string), default value: '[%H:%M:%S]'@* @item look_color_nicks -Mostrar nombres de usuario con colores diferentes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nick names with different colors@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_color_nicks_number Number of colors to use for nicks colors@* -Typo: entero (valores: entre 1 y 10), valor por defecto: 10@* +Type: integer (values: between 1 and 10), default value: 10@* @item look_color_actions -Mostrar acciones con colores diferentes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display actions with different colors@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nicklist -Mostrar ventana de usuarios (para las ventanas de canal)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nicklist window (for channel windows)@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nicklist_position -Posici@'on de la ventana de usuarios (arriba (top), izquierda (left), derecha (right, por defecto), abajo (bottom))@* -Typo: cadena (valores: 'left', 'right', 'top', 'bottom'), valor por defecto: 'right'@* +Nicklist position (top, left, right (default), bottom)@* +Type: string (values: 'left', 'right', 'top', 'bottom'), default value: 'right'@* @item look_nicklist_min_size -Tama@~no m@'inimo para la ventana de usuarios (ancho o alto, dependiendo de look_nicklist_position (0 = sin tama@~no m@'inimo))@* -Typo: entero (valores: entre 0 y 100), valor por defecto: 0@* +Min size for nicklist (width or height, depending on look_nicklist_position (0 = no min size))@* +Type: integer (values: between 0 and 100), default value: 0@* @item look_nicklist_max_size -Tama@~no m@'aximo para la ventana de usuarios (ancho o alto, dependiendo de look_nicklist_position (0 = sin tama@~no m@'aximo, si min == max y > 0, entonces se fija el tama@~no))@* -Typo: entero (valores: entre 0 y 100), valor por defecto: 0@* +Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and > 0, then size is fixed))@* +Type: integer (values: between 0 and 100), default value: 0@* @item look_no_nickname -Texto a mostrar en lugar del nick cuando no se est@'a conectado@* -Typo: cadena (cualquier cadena), valor por defecto: '-cmd-'@* +Text to display instead of nick when not connected@* +Type: string (any string), default value: '-cmd-'@* @item look_nickmode -Mostrar modo del usuario ((half)op/voice) antes de cada usuario@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display nick mode ((half)op/voice) before each nick@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_nickmode_empty -Mostrar un espacio si el modo de usuario no es (half)op/voice@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Display space if nick mode is not (half)op/voice@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item look_nick_completor -La cadena mostrada tras la finalizaci@'on de los nombres de usuario@* -Typo: cadena (cualquier cadena), valor por defecto: ':'@* +The string inserted after nick completion@* +Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Typo: cadena (cualquier cadena), valor por defecto: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar -Activa la barra de informaci@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Enable info bar@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_infobar_timestamp -Fecha y hora para las conversaciones guardadas@* -Typo: cadena (cualquier cadena), valor por defecto: '%B, %A %d %Y'@* +Timestamp for time in infobar@* +Type: string (any string), default value: '%B, %A %d %Y'@* @item look_infobar_seconds -Mostrar segundos en la hora de la barra de herramientas@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display seconds in infobar time@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_infobar_delay_highlight -Retraso (en segundos) para la notificaci@'on de mensajes en la barra de informaci@'on (0 = desactivar las notificaciones en la barra de informaci@'on)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 7@* +Delay (in seconds) for highlight messages in infobar (0 = disable highlight notifications in infobar)@* +Type: integer (values: between 0 and 2147483647), default value: 7@* @item look_hotlist_names_count Max number of names in hotlist (0 = no name displayed, only buffer numbers)@* -Typo: entero (valores: entre 0 y 32), valor por defecto: 3@* +Type: integer (values: between 0 and 32), default value: 3@* @item look_hotlist_names_level Level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)@* -Typo: entero (valores: entre 1 y 15), valor por defecto: 12@* +Type: integer (values: between 1 and 15), default value: 12@* @item look_hotlist_names_length Max length of names in hotlist (0 = no limit)@* -Typo: entero (valores: entre 0 y 32), valor por defecto: 0@* +Type: integer (values: between 0 and 32), default value: 0@* @item look_day_change Display special message when day changes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_day_change_timestamp Timestamp for date displayed when day changed@* -Typo: cadena (cualquier cadena), valor por defecto: '%a, %d %b %Y'@* +Type: string (any string), default value: '%a, %d %b %Y'@* @item look_read_marker Use a marker on servers/channels to show first unread line@* -Typo: cadena (cualquier cadena), valor por defecto: ' '@* +Type: string (any string), default value: ' '@* @item col_real_white If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item col_title -Color para la barra de t@'itulo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for title bar@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_title_bg -Color de fondo para la barra de t@'itulo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Background for title bar@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_chat -Color para el texto de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for chat text@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_time -Color para la hora en la ventana de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for time in chat window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_time_sep -Color para el separador de la hora (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Color for time separator (chat window)@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_chat_prefix1 -Color para el primer o tercer car@'acter de prefijo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for 1st and 3rd char of prefix@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_chat_prefix2 -Color para el car@'acter de en medio del prefijo@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for middle char of prefix@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_chat_server Color for server name@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_chat_join Color for join arrow (prefix)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_chat_part Color for part/quit arrow (prefix)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_chat_nick -Color para los nombres de usuario en las acciones (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for nicks in actions (chat window)@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_chat_host -Color para los nombres de m@'aquina (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for hostnames (chat window)@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_chat_channel -Color para los nombres de canal en las acciones (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for channel names in actions (chat window)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_chat_dark -Color para los separadores oscuros (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'green'@* +Color for dark separators (chat window)@* +Type: color (Curses or Gtk color), default value: 'green'@* @item col_chat_highlight -Color para el alias subrayado (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for highlighted nick (chat window)@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_chat_bg -Color de fondo para la ventana de conversaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for chat window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_read_marker Color for unread data marker@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_chat_read_marker_bg Background for unread data marker@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'magenta'@* +Type: color (Curses or Gtk color), default value: 'magenta'@* @item col_status -Color para la barra de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for status bar@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_status_delimiters -Color para los delimitadores de la barra de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for status bar delimiters@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_status_channel Color for current channel in status bar@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_status_data_msg -Color para una ventana con mensajes nuevos (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for window with new messages (status bar)@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_status_private Color for window with private message (status bar)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_status_highlight -Color para una ventana con resaltado (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for window with highlight (status bar)@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_status_data_other -Color para una ventana con nuevos datos (no mensajes) (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for window with new data (not messages) (status bar)@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_status_more -Color para una ventana con nuevos datos (barra de estado)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for window with new data (status bar)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_status_bg -Color de fondo para la ventana de estado@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Background for status window@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_infobar -Color para el texto de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'black'@* +Color for info bar text@* +Type: color (Curses or Gtk color), default value: 'black'@* @item col_infobar_delimiters -Color para los delimitadores de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Color for infobar delimiters@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_infobar_highlight -Color para la notificaci@'on en la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for info bar highlight notification@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_infobar_bg -Color de fondo para la ventana de la barra de informaci@'on@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Background for info bar window@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_input -Color para el texto de entrada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for input text@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_input_channel -Color para el texto de entrada (nombre de canal)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for input text (channel name)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_input_nick -Color para el texto de entrada (alias)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for input text (nick name)@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_input_delimiters Color for input text (delimiters)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_input_bg -Color de fondo para la ventana de entrada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for input window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick -Color para los nombres de usuario@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for nicknames@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_away -Color para los usuarios ausentes@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Color for away nicknames@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_nick_chanowner -Color para el s@'imbolo de propietario de canal (especificado en unrealircd)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for chan owner symbol (specific to unrealircd)@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_chanadmin -Color para el s@'imbolo de administrador de canal (especificado en unrealircd)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for chan admin symbol (specific to unrealircd)@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_op -Color para el s@'imbolo de operador@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for operator symbol@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_halfop -Color para el s@'imbolo de semi-operador@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Color for half-operator symbol@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_voice -Color para el s@'imbolo de voz@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for voice symbol@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_nick_more -Color para '+' al desplazar nicks@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Color for '+' when scrolling nicks@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_sep -Color para el separador de alias@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Color for nick separator@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_nick_self -Color para el alias local@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for local nick@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_nick_color1 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'cyan'@* +Type: color (Curses or Gtk color), default value: 'cyan'@* @item col_nick_color2 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'magenta'@* +Type: color (Curses or Gtk color), default value: 'magenta'@* @item col_nick_color3 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'green'@* +Type: color (Curses or Gtk color), default value: 'green'@* @item col_nick_color4 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'brown'@* +Type: color (Curses or Gtk color), default value: 'brown'@* @item col_nick_color5 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightblue'@* +Type: color (Curses or Gtk color), default value: 'lightblue'@* @item col_nick_color6 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_color7 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_nick_color8 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightmagenta'@* +Type: color (Curses or Gtk color), default value: 'lightmagenta'@* @item col_nick_color9 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_nick_color10 Color for nick@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'blue'@* +Type: color (Curses or Gtk color), default value: 'blue'@* @item col_nick_private -Color para el otro alias en la ventana privada@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Color for other nick in private window@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_nick_bg -Color de fondo para los nombres de usuario@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'default'@* +Background for nicknames@* +Type: color (Curses or Gtk color), default value: 'default'@* @item col_chat_dcc_selected -Color para el DCC seleccionado (ventana de conversaci@'on)@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'white'@* +Color for selected DCC (chat window)@* +Type: color (Curses or Gtk color), default value: 'white'@* @item col_dcc_waiting -Color para el estado dcc "esperando"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightcyan'@* +Color for "waiting" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightcyan'@* @item col_dcc_connecting -Color para el estado dcc "conectando"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'yellow'@* +Color for "connecting" dcc status@* +Type: color (Curses or Gtk color), default value: 'yellow'@* @item col_dcc_active -Color para el estado dcc "activo"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightblue'@* +Color for "active" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightblue'@* @item col_dcc_done -Color para el estado dcc "terminado"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightgreen'@* +Color for "done" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightgreen'@* @item col_dcc_failed -Color para el estado dcc "fallo"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for "failed" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item col_dcc_aborted -Color para el estado dcc "abortado"@* -Typo: color (color Curses @'o Gtk), valor por defecto: 'lightred'@* +Color for "aborted" dcc status@* +Type: color (Curses or Gtk color), default value: 'lightred'@* @item history_max_lines -Número m@'aximo de l@'ineas en el hist@'orico para un servidor/canal/privado (0 = ilimitado)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 4096@* +Maximum number of lines in history for one server/channel/private window (0 = unlimited)@* +Type: integer (values: between 0 and 2147483647), default value: 4096@* @item history_max_commands -Número m@'aximo de comandos de usuario en el hist@'orico (0 = ilimitado)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 100@* +Maximum number of user commands in history (0 = unlimited)@* +Type: integer (values: between 0 and 2147483647), default value: 100@* @item history_display_default Maximum number of commands to display by default in history listing (0 = unlimited)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 5@* +Type: integer (values: between 0 and 2147483647), default value: 5@* @item log_auto_server -Registrar autom@'aticamente los mensajes de servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log server messages@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_auto_channel -Registrar autom@'aticamente las conversaciones de canal@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log channel chats@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_auto_private -Registrar autom@'aticamente las conversaciones privadas@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically log private chats@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_plugin_msg -Registrar mensajes de plugins (scripts)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Log messages from plugins (scripts)@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item log_path -Ruta para los archivos de registro (logs) de WeeChat@* -Typo: cadena (cualquier cadena), valor por defecto: '~/.weechat/logs/'@* +Path for WeeChat log files@* +Type: string (any string), default value: '~/.weechat/logs/'@* @item log_timestamp -Fecha y hora para los registros (ver man strftime para el formato de fecha/hora)@* -Typo: cadena (cualquier cadena), valor por defecto: '%Y %b %d %H:%M:%S'@* +Timestamp for log (see man strftime for date/time specifiers)@* +Type: string (any string), default value: '%Y %b %d %H:%M:%S'@* @item log_hide_nickserv_pwd -Ocultar contrase@~na mostrada por nickserv@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Hide password displayed by nickserv@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_display_away -Mostrar mensaje en todos los canales cuando se vuelva del estado ausente@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Display message to all channels when (un)marking as away@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_default_msg_away -Mensaje por defecto para el estado ausente@* -Typo: cadena (cualquier cadena), valor por defecto: 'away'@* +Default message when away@* +Type: string (any string), default value: 'away'@* @item irc_default_msg_part -Mensaje por defecto de salida (saliendo de un canal)@* -Typo: cadena (cualquier cadena), valor por defecto: 'WeeChat %v'@* +Default part message (leaving channel)@* +Type: string (any string), default value: 'WeeChat %v'@* @item irc_default_msg_quit -Mensaje de fin por defecto ('%v' ser@'a reemplazado por la versi@'on de WeeChat en la cadena)@* -Typo: cadena (cualquier cadena), valor por defecto: 'WeeChat %v'@* +Default quit message ('%v' will be replaced by WeeChat version in string)@* +Type: string (any string), default value: 'WeeChat %v'@* @item irc_notice_as_pv Display notices as private messages@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item irc_away_check -Intervalo entre dos comprobaciones de ausencia (en minutos, 0 = no comprobar)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 0@* +Interval between two checks for away (in minutes, 0 = never check)@* +Type: integer (values: between 0 and 2147483647), default value: 0@* @item irc_lag_check -Intervalo entre dos medidas de lag (en segundos)@* -Typo: entero (valores: entre 30 y 2147483647), valor por defecto: 60@* +Interval between two checks for lag (in seconds)@* +Type: integer (values: between 30 and 2147483647), default value: 60@* @item irc_lag_min_show -Lag m@'inimo a mostrar (en segundos)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 1@* +Minimum lag to show (in seconds)@* +Type: integer (values: between 0 and 2147483647), default value: 1@* @item irc_lag_disconnect -Desconexi@'on tras un lag importante (en minutos, 0 = no desconectar nunca)@* -Typo: entero (valores: entre 0 y 2147483647), valor por defecto: 5@* +Disconnect after important lag (in minutes, 0 = never disconnect)@* +Type: integer (values: between 0 and 2147483647), default value: 5@* @item irc_fifo_pipe -Crea una tuber@'ia FIFO para control remoto@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Create a FIFO pipe for remote control@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item irc_highlight Comma separated list of words to highlight (case insensitive comparison, words may begin or end with "*" for partial match)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item irc_colors_receive When off, colors codes are ignored in incoming messages@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item irc_colors_send Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_accept_files -Aceptar autom@'aticamente los ficheros dcc entrantes@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically accept incoming dcc files@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item dcc_auto_accept_chats -Aceptar autom@'aticamente las peticiones de conversaci@'on dcc (¡utilizar con precauci@'on!)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Automatically accept dcc chats (use carefully!)@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item dcc_timeout -Tiempo de espera para la petici@'on dcc (en segundos)@* -Typo: entero (valores: entre 1 y 2147483647), valor por defecto: 300@* +Timeout for dcc request (in seconds)@* +Type: integer (values: between 1 and 2147483647), default value: 300@* @item dcc_blocksize -Tama@~no de bloque para los paquetes dcc en bytes (por defecto: 65536)@* -Typo: entero (valores: entre 1024 y 102400), valor por defecto: 65536@* +Block size for dcc packets in bytes (default: 65536)@* +Type: integer (values: between 1024 and 102400), default value: 65536@* @item dcc_port_range Restricts outgoing dcc to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item dcc_own_ip IP or DNS address used for outgoing dcc (if empty, local interface IP is used)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Type: string (any string), default value: ''@* @item dcc_download_path -Ruta para los ficheros recibidos con dcc (por defecto: directorio home del usuario)@* -Typo: cadena (cualquier cadena), valor por defecto: '~'@* +Path for writing incoming files with dcc (default: user home)@* +Type: string (any string), default value: '~'@* @item dcc_upload_path -Ruta para la lectura de ficheros cuando se env@'ian a trav@'es de dcc (cuando no se especifica una ruta)@* -Typo: cadena (cualquier cadena), valor por defecto: '~'@* +Path for reading files when sending thru dcc (when no path is specified)@* +Type: string (any string), default value: '~'@* @item dcc_convert_spaces -Convertir los espacios a subrayados cuando se env@'ian los ficheros@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Convert spaces to underscores when sending files@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_rename -Renombrar los ficheros recibidos si ya existen (a@~nadir '.1', '.2', ...)@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Rename incoming files if already exists (add '.1', '.2', ...)@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item dcc_auto_resume -Continuar autom@'aticamente la transferencia dcc si se ha perdido la conexi@'on con la m@'aquina remota@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically resume dcc transfer if connection with remote host is loosed@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item proxy_use -Utilizar un proxy para conectarse al servidor irc@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use a proxy server to connect to irc server@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item proxy_type -Tipo de proxy(http (por defecto), socks4, socks5)@* -Typo: cadena (valores: 'http', 'socks4', 'socks5'), valor por defecto: 'http'@* +Proxy type (http (default), socks4, socks5)@* +Type: string (values: 'http', 'socks4', 'socks5'), default value: 'http'@* @item proxy_ipv6 -Conectar al proxy en ipv6@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Connect to proxy in ipv6@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item proxy_address -Direcci@'on del servidor proxy (IP o nombre de m@'aquina)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Proxy server address (IP or hostname)@* +Type: string (any string), default value: ''@* @item proxy_port -Puerto para conectarse al servidor proxy@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 3128@* +Port for connecting to proxy server@* +Type: integer (values: between 0 and 65535), default value: 3128@* @item proxy_username -Nombre de usuario para el servidor proxy@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Username for proxy server@* +Type: string (any string), default value: ''@* @item proxy_password -Contrase@~na para el servidor proxy@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Password for proxy server@* +Type: string (any string), default value: ''@* @item plugins_path Path for searching plugins@* -Typo: cadena (cualquier cadena), valor por defecto: '~/.weechat/plugins'@* +Type: string (any string), default value: '~/.weechat/plugins'@* @item plugins_autoload Comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "libperl.so")@* -Typo: cadena (cualquier cadena), valor por defecto: '*'@* +Type: string (any string), default value: '*'@* @item plugins_extension Standard plugins extension in filename, used for autoload (if empty, then all files are loaded when autoload is "*")@* -Typo: cadena (cualquier cadena), valor por defecto: '.so'@* +Type: string (any string), default value: '.so'@* @item server_name -Nombre asociado al servidor IRC (para mostrar solamente)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Name associated to IRC server (for display only)@* +Type: string (any string), default value: ''@* @item server_autoconnect -Conexi@'on autom@'atica al servidor cuando WeeChat est@'e arrancando@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically connect to server when WeeChat is starting@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_autoreconnect -Reconexi@'on autom@'atica al servidor tras una desconexi@'on@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically reconnect to server when disconnected@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_autoreconnect_delay -Espera (en segundos) antes de intentar de nuevo una reconexi@'on al servidor@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 30@* +Delay (in seconds) before trying again to reconnect to server@* +Type: integer (values: between 0 and 65535), default value: 30@* @item server_address -Direcci@'on IP o nombre de m@'aquina del servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +IP address or hostname of IRC server@* +Type: string (any string), default value: ''@* @item server_port -Puerto para conectarse al servidor@* -Typo: entero (valores: entre 0 y 65535), valor por defecto: 6667@* +Port for connecting to server@* +Type: integer (values: between 0 and 65535), default value: 6667@* @item server_ipv6 -Usar el protocolo IPv6 para la comunicaci@'on del servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use IPv6 protocol for server communication@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item server_ssl -Usar SSL para la comunicaci@'on del servidor@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'off'@* +Use SSL for server communication@* +Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item server_password -Contrase@~na para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Password for IRC server@* +Type: string (any string), default value: ''@* @item server_nick1 -Nombre de usuario a utilizar en el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Nickname to use on IRC server@* +Type: string (any string), default value: ''@* @item server_nick2 -Nombre de usuario alternativo para el servidor IRC (si el nombre de usuario ya est@'a en uso)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Alternate nickname to use on IRC server (if nickname is already used)@* +Type: string (any string), default value: ''@* @item server_nick3 -Segundo nombre de usuario alternativo a utilizar en el servidor IRC (si el nombre de usuario alternativo ya est@'a en uso)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +2nd alternate nickname to use on IRC server (if alternate nickname is already used)@* +Type: string (any string), default value: ''@* @item server_username -Nombre de usuario para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +User name to use on IRC server@* +Type: string (any string), default value: ''@* @item server_realname -Nombre real para el servidor IRC@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Real name to use on IRC server@* +Type: string (any string), default value: ''@* @item server_command -Primer comando a ejecutar cuando se conecte a un servidor@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +First command to run when connected to server@* +Type: string (any string), default value: ''@* @item server_command_delay -Espera (en segundos) despu@'es de que el comando sea ejecutado (ejemplo: dar algo de tiempo para la autenticaci@'on)@* -Typo: entero (valores: entre 0 y 5), valor por defecto: 0@* +Delay (in seconds) after command was executed (example: give some time for authentication)@* +Type: integer (values: between 0 and 5), default value: 0@* @item server_autojoin -Lista de canales (separados por comas) a unirse cuando se conecte a un servidor (ejemplo: "#chan1,#chan2,#chan3 key1,key2")@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2")@* +Type: string (any string), default value: ''@* @item server_autorejoin -Unirse de nuevo autom@'aticamente a los canales cuando sea expulsado@* -Typo: booleano (valores: 'on' u 'off'), valor por defecto: 'on'@* +Automatically rejoin channels when kicked@* +Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_notify_levels -Lista separada por comas de niveles de notificaci@'on para canales de este servidor (formato: #canal:1,...)@* -Typo: cadena (cualquier cadena), valor por defecto: ''@* +Comma separated list of notify levels for channels of this server (format: #channel:1,..)@* +Type: string (any string), default value: ''@* @end table Los colores para el interfaz Curses son:@* @@ -894,6 +894,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -905,55 +908,56 @@ Scroll nicklist@* Comandos internos WeeChat:@* @table @kbd -@item alias [nombre_alias [comando [argumentos]] +@item alias [alias_name [command [arguments]] @* -crear un alias para un comando@* +create an alias for a command@* @* -nombre_alias: nombre del seud@'onimo@* -comando: nombre del comando (comando WeeChat @'o IRC, sin el primer '/')@* -argumentos: par@'ametros para el comando@* +alias_name: name of alias@* +command: command name (WeeChat or IRC command, without first '/')@* +arguments: arguments for command@* @* -@item buffer [acci@'on | número] +@item buffer [action | number | [[server] [channel]]] @* -gestionar los búfers@* +manage buffers@* @* -acci@'on: acci@'on a efectuar:@* - move: desplaza el búfer en la lista (puede ser relativo, por ejemplo, -1)@* - close: cierra el búfer (para un canal equivale a /part sin el mensaje de fin)@* - list: lista los búfers abiertos (si no hay par@'ametros se supone esta lista)@* - notify: fija el nivel de notificaci@'on (0=nunca, 1=highlight, 2=1+msg, 3=2+join/part)@* -número: saltar al búfer por número@* +action: action to do:@* + move: move buffer in the list (may be relative, for example -1)@* + close: close buffer (for channel: same as /part without part message)@* + list: list opened buffers (no parameter implies this list)@* + notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* +number: jump to buffer by number@* @* @item clear [-all] @* -limpiar la(s) ventana(s)@* +clear window(s)@* @* --all: limpiar todas las ventanas@* +-all: clear all windows@* @* -@item connect [nombre_del_servidor] +@item connect [servername] @* -conectarse a un servidor@* +connect to a server@* @* -nombre_del_servidor: nombre del servidor al que conectarse@* +servername: server name to connect@* @* -@item disconnect [nombre_del_servidor] +@item disconnect [servername] @* -desconectarse de un servidor@* +disconnect from a server@* @* -nombre_del_servidor: nombre del servidor del que desconectarse@* +servername: server name to disconnect@* @* @item debug dump | windows @* -imprime mensajes de depuraci@'on@* +print debug messages@* @* dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)@* windows: display windows tree@* @* -@item help [comando] +@item help [command] @* -mostrar ayuda sobre los comandos@* +display help about commands@* @* -comando: nombre de un comando de Weechat @'o de IRC@* +command: name of a WeeChat or IRC command@* @* @item history [clear | value] @* @@ -975,16 +979,16 @@ channel: name of channel for ignore@* For each argument, '*' means all.@* Without argument, /ignore command lists all defined ignore.@* @* -@item key [clave funci@'on/comando] [desatar clave] [funciones] [reset -yes] +@item key [key function/command] [unbind key] [functions] [reset -yes] @* -atar/desatar claves@* +bind/unbind keys@* @* -clave: ata esta clave a una funci@'on interna o a un comando (comenzando por "/ ")@* -desatar: desata una clave(si "all", se restauran los anclajes por defecto)@* -funciones: lista funciones internas para el anclaje de claves@* -reset: restaura anclajes a los valores por defecto y elimina todos los anclajes personales (usar cuidadosamente)@* +key: bind this key to an internal function or a command (beginning by "/")@* +unbind: unbind a key (if "all", default bindings are restored)@* +functions: list internal functions for key bindings@* +reset: restore bindings to the default values and delete ALL personal binding (use carefully!)@* @* -@item plugin [load fichero] | [autoload] | [reload] | [unload] +@item plugin [load filename] | [autoload] | [reload] | [unload] @* list/load/unload plugins@* @* @@ -992,40 +996,40 @@ filename: WeeChat plugin (file) to load@* @* Without argument, /plugin command lists all loaded plugins.@* @* -@item server [nombre_de_servidor] | [nombre_de_servidor nombre/IP puerto [-auto | -noauto] [-ipv6] [-ssl] [-pwd contrase@~na] [-nicks alias1 alias2 alias3] [-username nombre de usuario] [-realname nombre_real] [-command comando] [-autojoin canal[,canal]] ] | [del nombre_de_servidor] +@item server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername] @* -lista, a@~nade o elimina servidores@* +list, add or remove servers@* @* -nombre_de_servidor: nombre del servidor, para uso interno y para mostrar@* -nombre_de_anfitri@'on: nombre o direcci@'on IP del servidor@* -puerto: puerto para el servidor (número entero)@* -ipv6: utilizar protocolo IPv6@* -ssl: utilizar protocolo SSL@* -contrase@~na: contrase@~na para el servidor@* -alias1: primer alias para el servidor@* -alias2: alias alternativo para el servidor@* -alias3: segundo alias alternativo para el servidor@* -nombre_de_usuario: nombre de usuario@* -nombre_real: nombre real del usuario@* +servername: server name, for internal & display use@* +hostname: name or IP address of server@* +port: port for server (integer)@* +ipv6: use IPv6 protocol@* +ssl: use SSL protocol@* +password: password for server@* +nick1: first nick for server@* +nick2: alternate nick for server@* +nick3: second alternate nick for server@* +username: user name@* +realname: real name of user@* @* -@item save [archivo] +@item save [file] @* -guardar configuraci@'on a disco@* +save config to disk@* @* -archivo: fichero en el que guardar la configuraci@'on@* +file: filename for writing config@* @* -@item set [opci@'on [ = valor]] +@item set [option [ = value]] @* -modificar par@'ametros de configuraci@'on@* +set config parameters@* @* option: name of an option (if name is full and no value is given, then help is displayed on option)@* value: value for option@* @* -@item unalias alias +@item unalias alias_name @* -eliminar un alias@* +remove an alias@* @* -alias: nombre del alias a suprimir@* +alias_name: name of alias to remove@* @* @item unignore [number | [mask [[type | command] [channel [server]]]]] @* @@ -1041,7 +1045,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* @@ -1049,7 +1053,7 @@ show WeeChat uptime@* @* @item window [list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge [all]] @* -gesti@'on de ventanas@* +manage windows@* @* list: list opened windows (no parameter implies this list)@* -1: jump to previous window@* diff --git a/weechat/doc/weechat_doc_fr.texi b/weechat/doc/weechat_doc_fr.texi index 7b46fee95..f685e182f 100644 --- a/weechat/doc/weechat_doc_fr.texi +++ b/weechat/doc/weechat_doc_fr.texi @@ -36,7 +36,7 @@ @title WeeChat - Guide utilisateur @subtitle Client IRC rapide, l@'eger et extensible -@subtitle Documentation pour WeeChat v0.1.7-cvs - 20 novembre 2005 +@subtitle Documentation pour WeeChat v0.1.7-cvs - 29 novembre 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -325,7 +325,7 @@ La cha@^ine affich@'ee apr@`es la compl@'etion des pseudos@* Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: ':'@* @item look_nick_completion_ignore Caract@`eres @`a ignorer pour la compl@'etion des pseudos@* -Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: '[]-'@* +Type: cha@^ine (toute cha@^ine), valeur par d@'efaut: '[]-^'@* @item look_infobar Active la barre d'infos@* Type: bool@'een (valeurs: 'on' ou 'off'), valeur par d@'efaut: 'on'@* @@ -867,7 +867,7 @@ Sauter au dernier tampon@* @item Alt + J puis Alt + S Sauter au tampon du serveur@* @* -@item Alt + J then Alt + X +@item Alt + J puis Alt + X Sauter au premier canal du serveur suivant (ou tampon du serveur si aucun canal ouvert)@* @* @item Alt + chiffre (1-9) @@ -895,6 +895,9 @@ Changer de serveur sur le tampon des serveurs@* @item Alt + U Se positionner sur la premi@`ere ligne non lue du tampon@* @* +@item Alt + W puis Alt + fl@`eche +Sauter @`a une fen@^etre avec une direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Faire d@'efiler la liste des pseudos@* @* @@ -914,20 +917,21 @@ nom_alias: nom de l'alias@* commande: nom de la commande (commande WeeChat ou IRC, sans le premier '/')@* param@`etres: param@`etres pour la commande@* @* -@item buffer [action | nombre] +@item buffer [action | nombre | [[serveur] [canal]]] @* -gestion des buffers@* +gestion des tampons@* @* action: action @`a effectuer:@* move: d@'eplacer le tampon dans la liste (peut @^etre relatif, par exemple -1)@* close: fermer le tampon (pour un canal: @'equivalent @`a /part sans message de fin)@* list: liste les tampons ouverts (pas de param@`etre affiche cette liste)@* notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)@* +serveur,canal: sauter au tampon par serveur et/ou nom de canal@* nombre: sauter au tampon qui a ce num@'ero@* @* @item clear [-all] @* -affacer la/les fen@^etre(s)@* +effacer la/les fen@^etre(s)@* @* -all: effacer toutes les fen@^etres@* @* @@ -1042,7 +1046,7 @@ commande: commande IRC@* Pour chaque param@`etre, '*' signifie tou(te)s.@* Sans param@`etre, /ignore liste les ignore d@'efinis.@* @* -@item uptime -o +@item uptime [-o] @* montrer l'uptime de WeeChat@* @* diff --git a/weechat/doc/weechat_doc_pt.texi b/weechat/doc/weechat_doc_pt.texi index 9857b2d5b..d85102d87 100644 --- a/weechat/doc/weechat_doc_pt.texi +++ b/weechat/doc/weechat_doc_pt.texi @@ -36,7 +36,7 @@ @title WeeChat - Guia do Utilizador @subtitle Cliente de IRC rapido, leve e extencivel -@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 20 de novembro de 2005 +@subtitle Documenta@,{c}@~ao do WeeChat v0.1.7-cvs - 29 de novembro de 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -322,7 +322,7 @@ The string inserted after nick completion@* Type: string (any string), default value: ':'@* @item look_nick_completion_ignore Chars ignored for nick completion@* -Type: string (any string), default value: '[]-'@* +Type: string (any string), default value: '[]-^'@* @item look_infobar Enable info bar@* Type: boolean (values: 'on' or 'off'), default value: 'on'@* @@ -892,6 +892,9 @@ Switch server on servers buffer@* @item Alt + U Scroll to first unread line in buffer@* @* +@item Alt + W then Alt + arrow +Switch to window with direction@* +@* @item Alt + PageUp / Alt + PageDown / Alt + Home / Alt + End Scroll nicklist@* @* @@ -911,7 +914,7 @@ alias_name: name of alias@* command: command name (WeeChat or IRC command, without first '/')@* arguments: arguments for command@* @* -@item buffer [action | number] +@item buffer [action | number | [[server] [channel]]] @* manage buffers@* @* @@ -920,6 +923,7 @@ action: action to do:@* close: close buffer (for channel: same as /part without part message)@* list: list opened buffers (no parameter implies this list)@* notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)@* +server,channel: jump to buffer by server and/or channel name@* number: jump to buffer by number@* @* @item clear [-all] @@ -1039,7 +1043,7 @@ channel: name of channel for unignore@* For each argument, '*' means all.@* Without argument, /unignore command lists all defined ignore.@* @* -@item uptime -o +@item uptime [-o] @* show WeeChat uptime@* @* diff --git a/weechat/po/cs.po b/weechat/po/cs.po index 7547d5569..a8ba64723 100644 --- a/weechat/po/cs.po +++ b/weechat/po/cs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-19 11:36+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:55+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,78 +29,78 @@ msgstr "Nemůžu získat jméno uživatele" msgid "%s cannot allocate new server\n" msgstr "%s nemůžu pÅ™idÄ›lit nový server\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s chyba pÅ™i zasílání dat na IRC server\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s nedostatek pamÄ›ti pro získání IRC zprávy\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s Příkaz \"%s\" selhal\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s Žádný příkaz pro provedení!\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Neznámý příkaz: příkaz=\"%s\", host=\"%s\", parametry=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "%s nemůžu pÅ™eÄíst data ze soketu, odpojuji se od serveru...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Navazuji nové spojení se serverem za %d sekund\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s handshake s gnutls selhal\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s adresa proxy \"%s\" nenalezena\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s adresa \"%s\" nenalezena\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s IP adresa proxy nenalezena\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s IP adresa nenalezena\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s proxy odmítla spojení\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s spojení odmítnuto\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -109,7 +109,7 @@ msgstr "" "%s selhalo zjednání spojení s proxy serverem (zkontrolujte uživatelské jméno " "a heslo pokud jsou vyžadovány)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -117,57 +117,57 @@ msgstr "" "%s nemohu se pÅ™ipojit pomocí SSL, protže WeeChat nebyl sestaven s podporou " "GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: pÅ™ipojuji se k serveru %s:%d%s%s pÅ™es %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "PÅ™ipojuji se k serveru %s:%d%s%s pÅ™es %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: pÅ™ipojuji se k serveru %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "PÅ™ipojuji se k serveru %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s chyba inicializace gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s nemohu vytvoÅ™it rouru\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s nemohu vytvoÅ™it soket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s nemohu nastavit nastavení sketu \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s nemohu nastavit nastavení soketu \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: PÅ™ipojuji se znovu k serveru...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "Odpojen od serveru!\n" @@ -1398,51 +1398,51 @@ msgstr "neznámý" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: používám lokální jméno hosta \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s nemohu najít pÅ™ezdívku pro poslání zprávy\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "%s \"%s\" příkaz může být spuÅ¡tÄ›n pouze v oknÄ› kanálu\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s Å¡patný poÄet parametrů pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s Å¡patné parametry pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "%s \"%s\" příkaz nemůže být spuÅ¡tÄ›n v oknÄ› serveru\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s pÅ™ezdívka \"%s\" nebyla nalezena pro příkaz \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s nemohu vytvořít nové soukromé okno\"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, kompilováno na %s %s\n" @@ -1753,11 +1753,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s byl %s\n" msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s neÄinný: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "dní" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "den" @@ -2119,7 +2119,7 @@ msgstr "%s nedostatek pamÄ›ti pro vytvoÅ™ení ignorování\n" msgid "Removing ignore:" msgstr "Odebírám ignorování:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2128,14 +2128,14 @@ msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro IRC příkaz \"%s\" (nedostatek " "pamÄ›ti)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro \"%s\" příkaz (již existuje)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2143,25 +2143,25 @@ msgstr "" "%s plugin %s: nemůžu pÅ™idat obsluhovaÄ pro \"%s\" příkaz (nedostatek " "pamÄ›ti)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s nemůžu naÄist plugin \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s symbol \"plugin_name\" nebyl v pluginu \"%s\" nalezen, naÄtení selhalo\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" msgstr "" "%s nemohu naÄíst plugin \"%s\": plugin se stejným jménem již existuje\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2169,7 +2169,7 @@ msgstr "" "%s symbol \"plugin_description\" nebyl v pluginu \"%s\" nalezen, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2177,7 +2177,7 @@ msgstr "" "%s symbol \"plugin_version\" nebyl v pluginu \"%s\" nalezen, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2186,32 +2186,32 @@ msgstr "" "%s funkce \"weechat_plugin_init\" nebyla v pluginu \"%s\" nalezena, naÄtení " "selhalo\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Inicializuji plugin \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s nemohu naÄíst plugin \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "%s nemohu naÄíst plugin \"%s\" (nedostatek pamÄ›ti)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Plugin \"%s\" (%s) naÄten.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Plugin \"%s\" odebrán.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s plugin \"%s\" nenalezen\n" @@ -2247,74 +2247,74 @@ msgstr "" "tento soubor pÅ™i aktualizaci nastavení.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "ZmÄ›nil se den na %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s zpoždÄ›ní je veliké, odpojuji se od serveru...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "bajtů" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "Kb" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "Mb" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "Gb" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(pryÄ)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[nepÅ™ipojen] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Aktivní: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "ZpoždÄ›ní: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-VÃCE-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Akceptovat" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Storno" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Odebrat" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] ProÄistit staré DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Zavřít DCC pohled" @@ -2322,11 +2322,11 @@ msgstr " [Q] Zavřít DCC pohled" msgid "server" msgstr "server" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "Nedostatek pamÄ›ti pro nový řádek\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "Nedostatek pamÄ›ti pro infobar zprávu\n" @@ -2490,7 +2490,7 @@ msgstr "obnov obrazovku" msgid "grab a key" msgstr "zachytit klávesu" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s nemohu napojit kalávesu \"%s\"\n" @@ -2528,10 +2528,12 @@ msgid "manage buffers" msgstr "řídit buffery" #: src/common/command.c:48 -msgid "[action | number]" +#, fuzzy +msgid "[action | number | [[server] [channel]]]" msgstr "[akce | Äíslo]" #: src/common/command.c:49 +#, fuzzy msgid "" "action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" @@ -2539,6 +2541,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "akce: akce pro vykonání:\n" @@ -2551,47 +2554,47 @@ msgstr "" "3=2+join/part)\n" "Äíslo: skoÄí na buffer, podle Äísla" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "vyÄistí okno/okna" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: vyÄistí vÅ¡echna okna" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "pÅ™ipojit na server" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[jméno_serveru]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "jméno_serveru: jméno serveru pro přípojení" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "odpojit ze serveru" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "jméno_serveru: jméno serveru pro odpojení" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "vypsat debug zprávy" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "dump | windows" -#: src/common/command.c:70 +#: src/common/command.c:71 #, fuzzy msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " @@ -2601,41 +2604,41 @@ msgstr "" "dump: uloží dump pamÄ›ti ve WeeChat log souboru (stejný dump jako když " "Weechat havaruje)" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "zobrazí nápovÄ›du k příkazům" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[příkaz]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "příkaz: jméno WeeChat nebo IRC příkazu" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" msgstr "" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignoruje IRC příkaz a/nebo hosta" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[maska [[typ | příkaz] [kanál [server]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2655,15 +2658,15 @@ msgstr "" "Pro každý argument, znamená '*' vÅ¡e.\n" "Bez arumentů vypíše příkaz /ignore seznam vÅ¡ech definovaných ignorování." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "napojit/odpojit klávesy" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[klávesa funkce/příkaz] [unbind klávesa] [functions] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2678,15 +2681,15 @@ msgstr "" "reset: obnoví klávesy na výchozí hodnoty a smaže uživatlské zkratky " "(používejte opatrnÄ›)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "seznam/naÄíst/odebrat pluginy" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[load jméno_souboru] | [autoload] | [reload] | [unload]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2696,11 +2699,11 @@ msgstr "" "\n" "Příkaz /plugin bez argumentů vypíše seznam vÅ¡ech naÄtených pluginů." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "vypíše, přídá nebo odebere servery" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2712,7 +2715,7 @@ msgstr "" "uživatelské_jméno] [-realname pravé_jméno] [-command příkaz] [-autojoin kanál" "[,kanál]] ] | [del jméno_serveru]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2738,27 +2741,27 @@ msgstr "" "uživatelské_jméno: uživatelské jméno\n" "pravé_jméno: pravé jméno uživatele" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "uloží nastavení na disk" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[soubor]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "soubor: jméno souboru pro zapsání" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "nastaví konfiguraÄní parametry" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[volba [ = hodnota]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2768,27 +2771,27 @@ msgstr "" "zobrazena nápovÄ›da pro volby)\n" "hodnota: hodnota volby" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "odebere alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "jméno_aliasu" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "jméno_aliasu: jméno aliasu pro odebrání" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "zruší ignorování IRC zprávy a/nebo hosta" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[Äíslo | [maska [[typ | příkaz] [kanál [server]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2811,23 +2814,23 @@ msgstr "" "Pro každý argument znamená '*' vÅ¡echno.\n" "Bez argunetů, vypíše příkaz /unignore seznam definovaných ignorací." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "" -#: src/common/command.c:146 -msgid "-o" -msgstr "" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "spravuje okna" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2835,7 +2838,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, fuzzy, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2859,28 +2862,28 @@ msgstr "" "splitv: rozdÄ›lí aktuální okno vertikálnÄ›\n" "merge: spojí okno s jiným" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s alias nebo příkaz \"%s\" již existuje!\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s alias nemůže pouÅ¡tÄ›t jiný ailas!\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s cílový příkaz \"/%s\" neexistuje!\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s Å¡patný poÄet argumentů pro %s příkaz \"%s\" (oÄekáváno: %d argumentů%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2889,18 +2892,18 @@ msgstr "" "%s Å¡patyný poÄet argumentů pro %s příkaz \"%s\" (oÄekáváno: mezi %d a %d " "argumenty%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s příkaz \"%s\" selhal\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s chybný poÄet argumentů pro IRC příkaz \"%s\" (oÄekáváno: %d argumentů%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2909,287 +2912,287 @@ msgstr "" "%s Å¡patný poÄet argumentů pro IRC příkaz \"%s\" (oÄekáváno: mezi %d a %d " "argumenty%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s příkaz \"%s\" potÅ™ebuje pÅ™ipojení na server!\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s neznámý příkaz \"%s\" (zadejte /help pro nápovÄ›du)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "Tohe není okno kanálu!\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s chybí argumenty pro příkaz \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s alias nemůže žaÄínat \"/\"!\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" vytvoÅ™en\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "Selhalo vytvoÅ™ení aliasu \"%s\" => \"%s\" (nedostatek pamÄ›ti)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Seznam pro aliasy:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Žádné aliasy nejsou definovány.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServer: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%sKanál: %s%s %s(server: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sSoukromý s: %s%s %s(server: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "nepÅ™ipojen\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "OtevÅ™ené buffery:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s nekorektní Äíslo bufferu\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s nemohu zavřít jediný buffer\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "%s nemohu zavřít buffer serveru dokud jsou otevÅ™eny kanály\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Level upozornÄ›ní: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s nekorektní level upozornÄ›ní (musí být mezi %d a %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "%s nekorektní buffer pro upozornÄ›ní (musí být kanál nebo soukromý)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nový level upozornÄ›ní %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: nikdy)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: zvýraznÄ›ní)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: zvýraznÄ›ní + zprávy)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: zvýrazÄ›ní + zprávy + pÅ™ipojení/odpojení (vÅ¡e))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "neznámý parametr \"%s\" pro příkaz \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s již vytvoÅ™ený server \"%s\"!\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s zrovna pÅ™ipojuji k serveru \"%s\"!\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s server nenalezen\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s neznámá volba pro příkaz \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s nepÅ™ipojen k serveru \"%s\"!\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "Automatické znovupÅ™ipojené je zruÅ¡eno\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "%s vnitÅ™ní příkazy:\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "IRC příkazy:\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Příkazy pluginu:\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "Není dostupná žádná nápovÄ›da, \"%s\" je neznámý příkaz\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%sna %s%s%s/%s%s%s:%s ignoruji %s%s%s od %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Seznam ignorování:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Žádné ignorování není definováno.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nové ignorování:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nová klávesová zkratka: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Klávesové zkratky:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Klávesa \"%s\" odpojena\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s nemohu odpojit klávesu \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "VnitÅ™ní klávesové funkce:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Výchozí klávesové zkratky obnoveny\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s \"-yes\" argument je požadován pro reset kaláves (bezpeÄnostní opatÅ™ení)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "NaÄtené pluginy:\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " obsluhovaÄe zpráv:\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (není obsluhovaÄ zprávy)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " obsluhovaÄe příkazu:\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (není obsluhovaÄ příkazu)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (není plugin)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" msgstr "" "Příkaz \"plugin\" není dostupný, WeeChat byl pÅ™eložen bez podpory pluginů.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "žádný server.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Server '%s' nenalezen.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s chybí jméno serveru pro příkaz \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "%s příliž mnoho argumentů pro příkaz \"%s\", ignoruji argumety\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s server \"%s\" nenalezen pro příkaz \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3198,186 +3201,186 @@ msgstr "" "%s nemůžete odebrat server \"%s\", protože jste k nÄ›mu pÅ™ipojent. Skuste " "nejprve /dissconnect %s.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "Server %s%s%s byl odebrán\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s chybí parametry pro příkaz \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s server \"%s\" již existuje, nemohu jej vytvořít!\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s chybí heslo pro parametr \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s chybí pÅ™ezdívka/pÅ™ezdívky pro parametr \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s chybí příkaz pro parametr \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Server %s%s%s vytvoÅ™en\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s nemohu vytvoÅ™it server\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(neznámý)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(heslo schováno) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s server \"%s\" nenalezen\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s volba nastavení \"%s\" nenalezena\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s nekorektní hodnota pro volbu \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "%s volba \"%s\" nemůže být zmÄ›nÄ›na dokud WeeChat běží\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Nebyla nalezena žádná volba nastavení s \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Nebyla nalezena žádná volba nastavení\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDetail:\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . typ boolean (hodnota: 'on' nebo 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . výchozí hodnota: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . typ celoÄíselný (hodnoty: mezi %d a %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . výchozí hodnota: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . typ Å™etÄ›zec (hodnoty: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "prázdný" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . typ barva (Curses nebo Gtk barva, viz WeeChat dokumentace)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . typ Å™etÄ›zec (jakýkoliv Å™etÄ›zec)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . popis: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "volba/volby nastavení nalezeny s \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "volba/volby nastavení nalezeny\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias nebo příkaz \"%s\" nenalezen\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" odebrán\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "ignorování bylo odebráno.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "ignorování bylo odebrán\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s žádné ignorování nenaleyeno\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "OtevÅ™ené okna:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/weechat/po/es.po b/weechat/po/es.po index b0fa77d6e..1664ac099 100644 --- a/weechat/po/es.po +++ b/weechat/po/es.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-20 14:24+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:55+0100\n" "Last-Translator: Roberto González Cardenete \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,79 +29,79 @@ msgstr "No ha sido posible obtener el nombre de usuario" msgid "%s cannot allocate new server\n" msgstr "%s no ha sido posible crear un nuevo servidor\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s error enviando datos al servidor IRC\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s memoria insuficiente para un mensaje IRC recibido\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s ¡El comando \"%s\" ha fallado!\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s ¡Ningún comando para ejecutar!\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Comando desconocido: cmd=\"%s\", host=\"%s\", params=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" "%s no ha sido posible leer datos del socket, desconectando del servidor...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Reconexión al servidor en %d segundos\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s el handshake gnutls ha fallado\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s dirección proxy \"%s\" no encontrada\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s dirección \"%s\" no encontrada\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s dirección proxy IP no encontrada\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s Dirección IP no encontrada\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s conexión proxy rechazada\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s conexión rechazada\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -110,7 +110,7 @@ msgstr "" "%s el proxy ha fallado al establecer la conexión al servidor (comprueba el " "nombre de usuario o la contraseña si es necesario)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -118,57 +118,57 @@ msgstr "" "%s No ha sido posible conectar con SSL debido a que Weechat no fue compilado " "con soporte GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: conectando al servidor %s:%d%s%s vía %s proxy %s: %d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "Conectando al servidor %s:%d%s%s vía %s proxy %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: conectando al servidor %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "Conectando al servidor %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s error de inicialización de gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s no ha sido posible crear la interconexión\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s no ha sido posible crear el socket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s no ha sido posible configurar la opción socket \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s no ha sido posible configurar la opción socket \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: Reconectando al servidor...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "¡Desconectado del servidor!\n" @@ -1410,52 +1410,52 @@ msgstr "desconocido" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilización del nombre de máquina local \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s no ha sido posible encontrar el usuario al que enviar el mensaje\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s el comando \"%s\" sólo puede ser ejecutado en una ventana de canal\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s número de argumentos incorrecto para el comando \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s argumentos incorrectos para el comando \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "%s el comando \"%s\" no puede ejecutarse en una ventana de servidor\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s usuario \"%s\" no encontrado para el comando \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s no es posible crear una nueva ventana privada \"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilado en %s %s\n" @@ -1766,11 +1766,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s estaba %s\n" msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s inactividad: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "días" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "día" @@ -2138,7 +2138,7 @@ msgstr "%s no hay suficiente memoria para crear el ignore\n" msgid "Removing ignore:" msgstr "Eliminando el ignore:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2147,7 +2147,7 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando IRC \"%s" "\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" @@ -2155,7 +2155,7 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando \"%s" "\" (ya existe)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2163,19 +2163,19 @@ msgstr "" "%s plugin %s: no ha sido posible añadir un manejador para el comando \"%s" "\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s no ha sido posible cargar el plugin \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s símbolo \"plugin_name\" no encontrado en el plugin \"%s\", falló al " "cargar\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" @@ -2183,7 +2183,7 @@ msgstr "" "%s no ha sido posible cargar el plugin \"%s\": un plugin con el mismo nombre " "ya existe\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2191,7 +2191,7 @@ msgstr "" "%s símbolo \"plugin_description\" no encontrado en el plugin \"%s\", falló " "al cargar\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2199,7 +2199,7 @@ msgstr "" "%s símbolo \"plugin_version\" no encontrado en el plugin \"%s\", falló al " "cargar\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2208,33 +2208,33 @@ msgstr "" "%s función \"weechat_plugin_init\" no encontrada en el plugin \"%s\", falló " "al cargar\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Inicializando plugin \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s no ha sido posible inicializar el plugin \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "" "%s no ha sido posible cargar el plugin \"%s\" (no hay suficiente memoria)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Plugin \"%s\" (%s) cargado.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Plugin \"%s\" descargado.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s plugin \"%s\" no encontrado\n" @@ -2270,74 +2270,74 @@ msgstr "" "archivo cuando se actualizan las opciones.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "Día cambiado a %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s el lag (retraso) es alto, desconectando del servidor...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "bytes" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "KB" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "MB" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "GB" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(ausente)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[no conectado] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Act: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "Lag: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-MÁS-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Aceptar" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Cancelar" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Eliminar" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] Purgar los viejos DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Cerrar la vista DCC" @@ -2345,11 +2345,11 @@ msgstr " [Q] Cerrar la vista DCC" msgid "server" msgstr "servidor" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "No hay suficiente memoria para una nueva línea\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "No hay suficiente memoria para el mensaje de la barra de información\n" @@ -2513,7 +2513,7 @@ msgstr "recargar la pantalla" msgid "grab a key" msgstr "capturar una clave" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s No ha sido posible atar la clave \"%s\"\n" @@ -2553,10 +2553,12 @@ msgid "manage buffers" msgstr "gestionar los búfers" #: src/common/command.c:48 -msgid "[action | number]" +#, fuzzy +msgid "[action | number | [[server] [channel]]]" msgstr "[acción | número]" #: src/common/command.c:49 +#, fuzzy msgid "" "action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" @@ -2564,6 +2566,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "acción: acción a efectuar:\n" @@ -2576,47 +2579,47 @@ msgstr "" "+join/part)\n" "número: saltar al búfer por número" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "limpiar la(s) ventana(s)" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: limpiar todas las ventanas" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "conectarse a un servidor" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[nombre_del_servidor]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "nombre_del_servidor: nombre del servidor al que conectarse" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "desconectarse de un servidor" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "nombre_del_servidor: nombre del servidor del que desconectarse" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "imprime mensajes de depuración" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "volcar | ventanas" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" @@ -2626,27 +2629,27 @@ msgstr "" "(se escribe el mismo volcado cuando WeeChat se cuelga)\n" "ventanas: muestra el árbol de ventanas" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "mostrar ayuda sobre los comandos" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[comando]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "comando: nombre de un comando de Weechat o de IRC" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "mostrar historial de comandos de búfer" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "[limpiar | valor]" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" @@ -2654,15 +2657,15 @@ msgstr "" "limpiar: limpiar historial\n" "valor: número de entradas del historial para mostrar" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignorar los mensajes IRC y/o los hosts" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[máscara [[tipo | comando] [canal [servidor]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2682,15 +2685,15 @@ msgstr "" "Para cada argumento, '*' significa todo.\n" "Sin argumentos, el comando /ignore lista todos los ignores definidos." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "atar/desatar claves" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[clave función/comando] [desatar clave] [funciones] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2707,15 +2710,15 @@ msgstr "" "reset: restaura anclajes a los valores por defecto y elimina todos los " "anclajes personales (usar cuidadosamente)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "listar/cargar/descargar plugins" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[cargar fichero] | [autocargar] | [recargar] | [descargar]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2725,11 +2728,11 @@ msgstr "" "\n" "Sin argumentos, el comando /plugin lista todos los plugins cargados." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "lista, añde o elimina servidores" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2741,7 +2744,7 @@ msgstr "" "username nombre de usuario] [-realname nombre_real] [-command comando] [-" "autojoin canal[,canal]] ] | [del nombre_de_servidor]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2767,27 +2770,27 @@ msgstr "" "nombre_de_usuario: nombre de usuario\n" "nombre_real: nombre real del usuario" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "guardar configuración a disco" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[archivo]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "archivo: fichero en el que guardar la configuración" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "modificar parámetros de configuración" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[opción [ = valor]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2797,27 +2800,27 @@ msgstr "" "valor, entonces se muestra la ayuda de la opción)\n" "valor: valor para una opción" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "eliminar un alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "alias: nombre del alias a suprimir" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "no ignorar mensajes IRC y/o hosts" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[número | [máscara [[tipo | comando] [canal [servidor]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2840,23 +2843,23 @@ msgstr "" "Para cada argumento, '*' significa todo.\n" "Sin argumentos, el comando /unignore lista todos los ignores definidos." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "muestra el tiempo de uso de WeeChat" -#: src/common/command.c:146 -msgid "-o" -msgstr "-o" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "-o: envía el tiempo de uso en el canal actual como un mensaje IRC" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "gestión de ventanas" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2864,7 +2867,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2894,29 +2897,29 @@ msgstr "" "nueva ventana, tomando como referencia el tamaño de la ventana actual. Por " "ejemplo 25 significa crear una nueva ventana con tamaño = tamaño_actual / 4" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s ¡el alias o el comando \"%s\" ya existe!\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s ¡el alias no puede ejecutar otro alias!\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s ¡el comando objetivo \"/%s\" no existe!\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s número de argumentos incorrecto para el comando %s \"%s\" (esperado: %d " "parámetro%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2925,19 +2928,19 @@ msgstr "" "%s número de argumentos incorrecto para el comando %s \"%s\" (esperado: " "entre %d y %d parámetro%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s el comando \"%s\" ha fallado\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s número de argumentos incorrecto para el comando IRC \"%s\" (esperado: %d " "parámetro%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2946,260 +2949,260 @@ msgstr "" "%s número de argumentos incorrecto para el comando IRC \"%s\" (esperado: " "entre %d y %d parámetro%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s ¡el comando \"%s\" requiere una conexión a servidor!\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s comando \"%s\" desconocido (escriba /help para la ayuda)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "¡Esta ventana no es un canal!\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s faltan argumentos para el comando \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s el alias no puede empezar con \"/\"\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" creado\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "" "No ha sido posible crear el alias \"%s\" => \"%s\" (no hay suficiente " "memoria)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Lista de alias:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Ningún alias definido.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServidor: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%s Canal: %s%s %s(servidor: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sPrivado con: %s%s %s(servidor: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "no conectado\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "Búfers abiertos:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s número de búfer incorrecto\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s no es posible cerrar el único búfer\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" "%s no se puede cerrar el búfer de servidor mientras haya canales abiertos\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Niveles de notificación: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s nivel de notificación incorrecto (debe estar entre %d y %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "%s búfer incorrecto para notificar (debe ser canal o privado)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nuevo nivel de notificación para %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: nunca)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: resaltados)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: resaltados + mensajes)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: resaltados + mensajes + join/part (todos))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "parámetro desconocido \"%s\" para el comando \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s ¡ya conectado al servidor \"%s\"!\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s ¡actualmente conectando al servidor \"%s\"!\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s servidor no encontrado\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s opción desconocida para el comando \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s ¡no conectado al servidor \"%s\"!\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "La reconexión automática está anulada\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "Comandos internos %s :\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "Comandos IRC :\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Comandos de plugin:\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "No hay ayuda disponible, el comando \"%s\" es desconocido\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%sen %s%s%s/%s%s%s:%s ignorando %s%s%s de %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Lista de ignores:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Sin ignores definidos.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nuevo ignore:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nueva anclaje de clave: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Anclajes de clave:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Clave \"%s\" desatada\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s No ha sido posible desatar la clave \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "Funciones de clave internas:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Anclajes de clave por defecto restaurados\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s \"-yes\" se requiere argumento para resetear las claves (por razones de " "seguridad)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "Plugins cargados:\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " manejadores de mensaje:\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (sin manejador de mensaje)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " manejadores de comando:\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (sin manejador de comando)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (sin plugins)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" @@ -3207,32 +3210,32 @@ msgstr "" "El comando \"plugin\" no está disponible, Weechat fue compilado sin soporte " "para plugins.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "Ningún servidor.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Servidor '%s' no encontrado.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s falta el nombre de servidor para el comando \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "" "%s demasiados argumentos para el comando \"%s\", ignorando parámetros\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s servidor \"%s\" no encontrado para el comando \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3241,190 +3244,190 @@ msgstr "" "%s usted no puede eliminar el servidor \"%s\" ya que está usted conectado a " "él. Pruebe /disconnect %s antes.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "El servidor %s%s%s ha sido borrado\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s faltan parámetros para el comando \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s el servidor \"%s\" ya existe, ¡no se puede crear!\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s falta contraseña para el comando \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s falta(n) usuario(s) para el parámetro \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s falta comando para el parámetro \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Servidor %s%s%s creado\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s no es posible crear el servidor\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(desconocido)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(contraseña oculta) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s servidor \"%s\" no encontrado\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s opción de configuración \"%s\" no encontrada\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s valor incorrecto para la opción \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "" "%s la opción \"%s\" no puede ser modificada mientras WeeChat está en " "ejecución\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Ninguna opción de configuración encontrada con \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Ninguna opción de configuración encontrada\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDetalle:\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . tipo booleano (valores: 'on' u 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . valor por defecto: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . tipo entero (valores: entre %d y %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . valor por defecto: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . tipo cadena (valores: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "vacío" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . tipo color (color Curses o Gtk, ver la documentación de WeeChat)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . tipo cadena (cualquier cadena)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . descripción: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "opción/opciones de configuración encontrada(s) con \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "opción/opciones de configuración encontrada(s)\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias o comando \"%s\" no encontrado\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" eliminado\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "los ignores fueron eliminados.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "el ignore fue eliminado.\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s no se encontraron ignores\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Tiempo de uso de WeeChat: %d %s %02d:%02d:%02d, empezó en %s" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" "Tiempo de uso de WeeChat: %s%d %s%s %s%02d%s: %s%02d%s:%s%02d%s, empezó en %s" "%s" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "Ventanas abiertas:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/weechat/po/fr.po b/weechat/po/fr.po index d6dca4ef4..dc239cfc9 100644 --- a/weechat/po/fr.po +++ b/weechat/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.7-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" -"PO-Revision-Date: 2005-11-20 19:03+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" +"PO-Revision-Date: 2005-11-29 08:57+0100\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -29,79 +29,79 @@ msgstr "Impossible de d msgid "%s cannot allocate new server\n" msgstr "%s impossible d'allouer un nouveau serveur\n" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "%s erreur d'envoi de données au serveur IRC\n" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "%s mémoire insuffisante pour un message IRC reçu\n" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "%s La commande \"%s\" a échoué !\n" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "%s Pas de commande à exécuter !\n" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "%s Commande inconnue: cmd=\"%s\", hote=\"%s\", params=\"%s\"\n" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" "%s impossible de lire des données sur la socket, déconnexion du serveur...\n" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "%s: Reconnexion au serveur dans %d secondes\n" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "%s le handshake gnutls a échoué\n" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "%s adresse du proxy \"%s\" introuvable\n" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "%s adresse \"%s\" introuvable\n" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "%s adresse IP du proxy introuvable\n" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "%s adresse IP introuvable\n" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "%s connexion au proxy refusée\n" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "%s connexion refusée\n" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " @@ -110,7 +110,7 @@ msgstr "" "%s le proxy n'a pas pu se connecter au serveur (vérifiez l'utilisateur/mot " "de passe si utilisés)\n" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" @@ -118,57 +118,57 @@ msgstr "" "%s impossible de se connecter en SSL car WeeChat n'a pas été construit avec " "le support GNUtls\n" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "%s: connexion au serveur %s:%d%s%s via le proxy %s %s:%d%s...\n" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "Connexion au serveur %s:%d%s%s via le proxy %s %s:%d%s...\n" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "%s: connexion au serveur %s:%d%s%s...\n" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "Connexion au serveur %s:%d%s%s...\n" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "%s erreur d'initialisation gnutls\n" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "%s impossible de créer le pipe\n" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "%s impossible de créer la socket\n" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "%s impossible de paramétrer l'option socket \"SO_REUSEADDR\"\n" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "%s impossible de paramétrer l'option socket \"SO_KEEPALIVE\"\n" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "%s: Reconnexion au serveur...\n" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "Déconnecté du serveur !\n" @@ -1406,54 +1406,54 @@ msgstr "inconnu" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilisation du nom de machine local \"%s\"\n" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "%s impossible de trouver le pseudo pour envoyer le message\n" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s la commande \"%s\" peut seulement être exécutée dans une fenêtre de " "canal\n" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "%s paramètres invalides pour la commande \"%s\"\n" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" "%s la commande \"%s\" ne peut pas être exécutée dans une fenêtre serveur\n" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "%s pseudo \"%s\" non trouvé pour la commande \"%s\"\n" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s impossible de créer la fenêtre privée \"%s\"\n" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilé le %s %s\n" @@ -1764,11 +1764,11 @@ msgstr "%s%s %s(%s%s@%s%s)%s msgid "%s[%s%s%s]%s idle: " msgstr "%s[%s%s%s]%s inactivité: " -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "jours" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "jour" @@ -2136,7 +2136,7 @@ msgstr "%s pas assez de m msgid "Removing ignore:" msgstr "Suppression du ignore:" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " @@ -2145,7 +2145,7 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande IRC \"%s" "\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" @@ -2153,7 +2153,7 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande \"%s" "\" (existe déjà)\n" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" @@ -2161,19 +2161,19 @@ msgstr "" "%s extension %s: impossible d'ajouter la fonction pour la commande \"%s" "\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "%s impossible de charger l'extension \"%s\": %s\n" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" "%s le symbole \"plugin_name\" est introuvable dans l'extension \"%s\", échec " "de chargement\n" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" @@ -2181,7 +2181,7 @@ msgstr "" "%s impossible de charger l'extension \"%s\": une extension avec le même nom " "existe déjà\n" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" @@ -2189,7 +2189,7 @@ msgstr "" "%s le symbole \"plugin_description\" est introuvable dans l'extension \"%s" "\", échec de chargement\n" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" @@ -2197,7 +2197,7 @@ msgstr "" "%s le symbole \"plugin_version\" est introuvable dans l'extension \"%s\", " "échec de chargement\n" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " @@ -2206,32 +2206,32 @@ msgstr "" "%s la fonction \"weechat_plugin_init\" est introuvable dans l'extension \"%s" "\", échec de chargement\n" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "Initialisation de l'extension \"%s\" %s\n" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "%s impossible d'initialiser l'extension \"%s\"\n" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "%s impossible de charger l'extension \"%s\" (mémoire insuffisante)\n" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "Extension \"%s\" (%s) chargée.\n" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "Extension \"%s\" déchargée.\n" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "%s extension \"%s\" non trouvée\n" @@ -2267,74 +2267,74 @@ msgstr "" "des options sont modifiées.\n" "#\n" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "Jour changé: %s\n" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "%s le lag est élevé, déconnexion du serveur...\n" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "octets" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "Ko" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "Mo" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "Go" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "(absent)" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "[non connecté] " -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "Act: " -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "Lag: %.1f" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "-PLUS-" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr " [A] Accepter" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr " [C] Annuler" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr " [R] Retirer" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr " [P] Purger anciens DCC" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr " [Q] Fermer la vue DCC" @@ -2342,11 +2342,11 @@ msgstr " [Q] Fermer la vue DCC" msgid "server" msgstr "serveur" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "Pas assez de mémoire pour une nouvelle ligne !\n" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "Pas assez de mémoire pour un message de la barre d'infos\n" @@ -2510,7 +2510,7 @@ msgstr "rafraichir l' msgid "grab a key" msgstr "capturer une touche" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "%s impossible de créer la touche \"%s\"\n" @@ -2546,11 +2546,11 @@ msgstr "" #: src/common/command.c:47 msgid "manage buffers" -msgstr "gestion des buffers" +msgstr "gestion des tampons" #: src/common/command.c:48 -msgid "[action | number]" -msgstr "[action | nombre]" +msgid "[action | number | [[server] [channel]]]" +msgstr "[action | nombre | [[serveur] [canal]]]" #: src/common/command.c:49 msgid "" @@ -2560,6 +2560,7 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" "action: action à effectuer:\n" @@ -2570,49 +2571,50 @@ msgstr "" " list: liste les tampons ouverts (pas de paramètre affiche cette liste)\n" " notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, " "3=2+join/part)\n" +"serveur,canal: sauter au tampon par serveur et/ou nom de canal\n" "nombre: sauter au tampon qui a ce numéro" -#: src/common/command.c:56 -msgid "clear window(s)" -msgstr "affacer la/les fenêtre(s)" - #: src/common/command.c:57 +msgid "clear window(s)" +msgstr "effacer la/les fenêtre(s)" + +#: src/common/command.c:58 msgid "[-all]" msgstr "[-all]" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "-all: effacer toutes les fenêtres" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "se connecter à un serveur" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "[nom_serveur]" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "nom_serveur: nom du serveur pour se connecter" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "se déconnecter d'un serveur" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "nom_serveur: nom du serveur pour se déconnecter" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "affiche des messages de debuggage" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "dump | windows" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" @@ -2622,27 +2624,27 @@ msgstr "" "messages sont affichés lorsque WeeChat plante)\n" "windows: affiche l'arbre des fenêtres" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "afficher l'aide sur les commandes" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "[commande]" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "commande: nom d'une commande WeeChat ou IRC" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "affiche l'historique des commandes du tampon" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "[clear | valeur]" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" @@ -2650,15 +2652,15 @@ msgstr "" "clear: effacer l'historique\n" "valeur: nombre d'entrées dans l'historique à afficher" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "ignorer des messages IRC et/ou des masques" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "[masque [[type | commande] [canal [serveur]]]]" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2678,15 +2680,15 @@ msgstr "" "Pour chaque paramètre, '*' signifie tou(te)s.\n" "Sans paramètre, la commande /ignore liste les ignore définis." -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "associer/libérer des touches" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "[touche fonction/commande] [unbind touche] [functions] [reset -yes]" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2704,15 +2706,15 @@ msgstr "" "reset: restaur les touches aux valeurs par défaut et supprime TOUTES les " "touches personnelles (utiliser avec précaution !)" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "liste/charge/décharge des extensions" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "[load fichier] | [autoload] | [reload] | [unload]" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" @@ -2722,11 +2724,11 @@ msgstr "" "\n" "Sans paramètre, la commande /plugin liste toutes les extensions chargées." -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "liste, ajoute ou retire des serveurs" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2738,7 +2740,7 @@ msgstr "" "nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[," "canal]] ] | [del nom_serveur]" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2764,27 +2766,27 @@ msgstr "" "nom_utilisateur: nom d'utilisateur\n" "nom_réel: nom réel de l'utilisateur" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "sauvegarder la configuration sur disque" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "[fichier]" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "fichier: fichier pour sauvegarder la configuration" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "modifier des paramètres de configuration" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "[option [ = valeur]]" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" @@ -2794,27 +2796,27 @@ msgstr "" "donnée, alors l'aide sur l'option est affichée)\n" "valeur: valeur pour l'option" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "supprimer un alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "nom_alias" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "nom_alias: nom de l'alias à supprimer" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "supprimer le ignore des messages IRC et/ou des masques" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "[nombre | [masque [[type | commande] [canal [serveur]]]]]" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2837,23 +2839,23 @@ msgstr "" "Pour chaque paramètre, '*' signifie tou(te)s.\n" "Sans paramètre, /ignore liste les ignore définis." -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "montrer l'uptime de WeeChat" -#: src/common/command.c:146 -msgid "-o" -msgstr "-o" - #: src/common/command.c:147 +msgid "[-o]" +msgstr "[-o]" + +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "-o: envoyer l'uptime sur le canal courant en tant que message IRC" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "gestion des fenêtres" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" @@ -2861,7 +2863,7 @@ msgstr "" "[list | -1 | +1 | b# | splith [pct] | splitv [ptc] | resize pct | merge " "[all]]" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2892,29 +2894,29 @@ msgstr "" "Par exemple 25 signifie créer une fenêtre qui a pour taille: " "taille_courante / 4" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "%s l'alias ou la commande \"%s\" existe déjà !\n" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "%s l'alias ne peut pas lancer un autre alias !\n" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "%s la commande cible \"/%s\" n'existe pas !\n" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s nombre de paramètres incorrect pour la commande %s \"%s\" (attendu: %d " "paramètre%s)\n" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " @@ -2923,19 +2925,19 @@ msgstr "" "%s nombre de paramètres incorrect pour la commande %s \"%s\" (attendu: entre " "%d et %d paramètre%s)\n" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "%s la commande \"%s\" a échoué\n" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" "%s nombre de paramètres incorrect pour la commande IRC \"%s\" (attendu: %d " "paramètre%s)\n" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " @@ -2944,260 +2946,260 @@ msgstr "" "%s nombre de paramètres incorrect pour la commande IRC \"%s\" (attendu: " "entre %d et %d paramètre%s)\n" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "%s la commande \"%s\" nécessite une connexion au serveur !\n" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "%s commande \"%s\" inconnue (tapez /help pour l'aide)\n" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "Cette fenêtre n'est pas un canal !\n" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "%s paramètres manquants pour la commande \"%s\"\n" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "%s l'alias ne peut pas commencer par \"/\"\n" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "Alias \"%s\" => \"%s\" créé\n" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "Impossible de créer l'alias \"%s\" => \"%s\" (pas assez de mémoire)\n" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "Liste des alias:\n" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "Aucun alias défini.\n" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "%sServeur: %s%s\n" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "%sCanal: %s%s %s(serveur: %s%s%s)\n" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "%sPrivé avec: %s%s %s(serveur: %s%s%s)\n" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "non connecté\n" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "Tampons ouverts:\n" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "%s numéro de buffer incorrect\n" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "%s impossible de fermer le tampon unique\n" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" "%s impossible de fermer le tampon du serveur tant que des canaux sont " "ouverts\n" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "Niveaux de notification: " -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "%s niveau de notification incorrect (doit être entre %d et %d)\n" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "" "%s tampon incorrect pour la notification (doit être un canal ou un privé)\n" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "Nouveau niveau de notification pour %s%s%s: %s%d %s" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "(hotlist: jamais)\n" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "(hotlist: highlights)\n" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "(hotlist: highlights + messages)\n" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "(hotlist: highlights + messages + join/part (tous))\n" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "paramètre inconnu \"%s\" pour la commande \"%s\"\n" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "%s déjà connecté au serveur \"%s\" !\n" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "%s une connexion vers le serveur \"%s\" est en cours !\n" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "%s serveur non trouvé\n" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "%s option inconnue pour la commande \"%s\"\n" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "%s non connecté au serveur \"%s\" !\n" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "La reconnexion automatique est annulée\n" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "Commandes internes %s :\n" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "Commandes IRC :\n" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "Commandes d'extension :\n" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "Pas d'aide disponible, la commande \"%s\" est inconnue\n" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "%ssur %s%s%s/%s%s%s:%s ignore %s%s%s de %s%s\n" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "Liste des ignore:\n" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "Aucun ignore défini.\n" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "Nouveau ignore:" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "Nouvelle touche: %s" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "Associations de touches:\n" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "Touche \"%s\" supprimée\n" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "%s impossible de supprimer la touche \"%s\"\n" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "Fonctions internes pour les touches:\n" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "Touches par défaut restaurées\n" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" "%s le paramètre \"-yes\" est requis pour la réinitialisation des touches " "(raison de sécurité)\n" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "Extensions chargées :\n" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr " fonctions de message :\n" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr " IRC(%s)\n" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr " (aucunne fonction de message)\n" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr " commandes :\n" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr " (aucune commande)\n" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr " (aucune extension)\n" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" @@ -3205,31 +3207,31 @@ msgstr "" "La commande \"plugin\" n'est pas disponible, WeeChat a été compilé sans le " "support des extensions.\n" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "Pas de serveur.\n" -#: src/common/command.c:2046 +#: src/common/command.c:2066 #, c-format msgid "Server '%s' not found.\n" msgstr "Serveur '%s' non trouvé.\n" -#: src/common/command.c:2058 +#: src/common/command.c:2078 #, c-format msgid "%s missing servername for \"%s\" command\n" msgstr "%s il manque le nom du serveur pour la commande \"%s\"\n" -#: src/common/command.c:2066 +#: src/common/command.c:2086 #, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "%s trop de paramètres pour la commande \"%s\", paramètres ignorés\n" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "%s le serveur \"%s\" n'existe pas pour la commande \"%s\"\n" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" @@ -3238,186 +3240,186 @@ msgstr "" "%s vous ne pouvez pas supprimer le server \"%s\" car vous êtes connecté " "dessus. Essayez /disconnect %s avant.\n" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "Le serveur %s%s%s a été supprimé\n" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "%s paramètres manquants pour la commande \"%s\"\n" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "%s le serveur \"%s\" existe déjà, impossible de le créer !\n" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "%s mot de passe manquant pour le paramètre \"%s\"\n" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "%s pseudo(s) manquant(s) pour le paramètre \"%s\"\n" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "%s commande manquante pour le paramètre \"%s\"\n" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "Serveur %s%s%s créé\n" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "%s impossible de créer le serveur\n" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "(inconnu)" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "%s(mot de passe caché) " -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "%s serveur \"%s\" non trouvé\n" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "%s option de configuration \"%s\" non trouvée\n" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "%s valeur incorrecte pour l'option \"%s\"\n" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "%s l'option \"%s\" ne peut pas être changée lorsque WeeChat tourne\n" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "Aucune option de configuration trouvée avec \"%s\"\n" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "Aucune option de configuration trouvée\n" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "%sDétail :\n" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr " . type booléen (valeurs: 'on' ou 'off')\n" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr " . valeur par défaut: '%s'\n" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr " . type entier (valeurs: entre %d et %d)\n" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr " . valeur par défaut: %d\n" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr " . type chaîne (valeurs: " -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "vide" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr " . type couleur (couleur Curses ou Gtk, voir la doc WeeChat)\n" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr " . type chaîne (toute chaîne)\n" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr " . description: %s\n" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "option(s) de configuration trouvée(s) avec \"%s\"\n" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "option(s) de configuration trouvée(s)\n" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "%s alias ou commande \"%s\" non trouvé\n" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "Alias \"%s\" supprimé\n" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "ignore ont été supprimés.\n" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "ignore a été supprimé.\n" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "%s aucun ignore trouvé\n" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Uptime WeeChat: %d %s %02d:%02d:%02d, démarré le %s" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "Uptime WeeChat: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, démarré le %s%s" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "Fenêtres ouvertes:\n" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/weechat/po/weechat.pot b/weechat/po/weechat.pot index e1dae8196..7017b71e3 100644 --- a/weechat/po/weechat.pot +++ b/weechat/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-11-20 19:02+0100\n" +"POT-Creation-Date: 2005-11-29 08:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,141 +29,141 @@ msgstr "" msgid "%s cannot allocate new server\n" msgstr "" -#: src/irc/irc-server.c:467 +#: src/irc/irc-server.c:466 #, c-format msgid "%s error sending data to IRC server\n" msgstr "" -#: src/irc/irc-server.c:490 src/irc/irc-server.c:503 src/irc/irc-server.c:550 -#: src/irc/irc-server.c:563 +#: src/irc/irc-server.c:489 src/irc/irc-server.c:502 src/irc/irc-server.c:549 +#: src/irc/irc-server.c:562 #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "" -#: src/irc/irc-server.c:675 +#: src/irc/irc-server.c:674 #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "" -#: src/irc/irc-server.c:681 +#: src/irc/irc-server.c:680 #, c-format msgid "%s No command to execute!\n" msgstr "" -#: src/irc/irc-server.c:687 +#: src/irc/irc-server.c:686 #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "" -#: src/irc/irc-server.c:738 +#: src/irc/irc-server.c:737 #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" -#: src/irc/irc-server.c:821 +#: src/irc/irc-server.c:820 #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "" -#: src/irc/irc-server.c:855 +#: src/irc/irc-server.c:854 #, c-format msgid "%s gnutls handshake failed\n" msgstr "" -#: src/irc/irc-server.c:872 +#: src/irc/irc-server.c:871 #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "" -#: src/irc/irc-server.c:876 +#: src/irc/irc-server.c:875 #, c-format msgid "%s address \"%s\" not found\n" msgstr "" -#: src/irc/irc-server.c:886 +#: src/irc/irc-server.c:885 #, c-format msgid "%s proxy IP address not found\n" msgstr "" -#: src/irc/irc-server.c:889 +#: src/irc/irc-server.c:888 #, c-format msgid "%s IP address not found\n" msgstr "" -#: src/irc/irc-server.c:898 +#: src/irc/irc-server.c:897 #, c-format msgid "%s proxy connection refused\n" msgstr "" -#: src/irc/irc-server.c:901 +#: src/irc/irc-server.c:900 #, c-format msgid "%s connection refused\n" msgstr "" -#: src/irc/irc-server.c:909 +#: src/irc/irc-server.c:908 #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " "used)\n" msgstr "" -#: src/irc/irc-server.c:1388 +#: src/irc/irc-server.c:1387 #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GNUtls support\n" msgstr "" -#: src/irc/irc-server.c:1397 +#: src/irc/irc-server.c:1396 #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" -#: src/irc/irc-server.c:1403 +#: src/irc/irc-server.c:1402 #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" -#: src/irc/irc-server.c:1413 +#: src/irc/irc-server.c:1412 #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "" -#: src/irc/irc-server.c:1417 +#: src/irc/irc-server.c:1416 #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "" -#: src/irc/irc-server.c:1435 +#: src/irc/irc-server.c:1434 #, c-format msgid "%s gnutls init error\n" msgstr "" -#: src/irc/irc-server.c:1450 +#: src/irc/irc-server.c:1449 #, c-format msgid "%s cannot create pipe\n" msgstr "" -#: src/irc/irc-server.c:1465 +#: src/irc/irc-server.c:1464 #, c-format msgid "%s cannot create socket\n" msgstr "" -#: src/irc/irc-server.c:1476 +#: src/irc/irc-server.c:1475 #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "" -#: src/irc/irc-server.c:1487 +#: src/irc/irc-server.c:1486 #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "" -#: src/irc/irc-server.c:1518 +#: src/irc/irc-server.c:1517 #, c-format msgid "%s: Reconnecting to server...\n" msgstr "" -#: src/irc/irc-server.c:1568 src/irc/irc-server.c:1577 +#: src/irc/irc-server.c:1567 src/irc/irc-server.c:1576 msgid "Disconnected from server!\n" msgstr "" @@ -1293,51 +1293,51 @@ msgstr "" msgid "%s: using local hostname \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:175 src/common/command.c:794 +#: src/irc/irc-send.c:177 src/common/command.c:795 #, c-format msgid "%s cannot find nick for sending message\n" msgstr "" -#: src/irc/irc-send.c:356 src/irc/irc-send.c:384 src/irc/irc-send.c:575 -#: src/irc/irc-send.c:608 src/irc/irc-send.c:641 src/irc/irc-send.c:689 -#: src/irc/irc-send.c:725 src/irc/irc-send.c:792 src/irc/irc-send.c:849 -#: src/irc/irc-send.c:1203 src/irc/irc-send.c:1306 src/irc/irc-send.c:1785 -#: src/irc/irc-send.c:1899 +#: src/irc/irc-send.c:358 src/irc/irc-send.c:386 src/irc/irc-send.c:577 +#: src/irc/irc-send.c:610 src/irc/irc-send.c:643 src/irc/irc-send.c:691 +#: src/irc/irc-send.c:727 src/irc/irc-send.c:794 src/irc/irc-send.c:851 +#: src/irc/irc-send.c:1205 src/irc/irc-send.c:1308 src/irc/irc-send.c:1787 +#: src/irc/irc-send.c:1901 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" -#: src/irc/irc-send.c:487 src/irc/irc-send.c:499 src/irc/irc-send.c:517 -#: src/irc/irc-send.c:1181 src/irc/irc-send.c:1279 src/irc/irc-send.c:1811 -#: src/common/command.c:1360 src/common/command.c:1845 -#: src/common/command.c:1981 +#: src/irc/irc-send.c:489 src/irc/irc-send.c:501 src/irc/irc-send.c:519 +#: src/irc/irc-send.c:1183 src/irc/irc-send.c:1281 src/irc/irc-send.c:1813 +#: src/common/command.c:1380 src/common/command.c:1865 +#: src/common/command.c:2001 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:540 src/irc/irc-send.c:777 src/irc/irc-send.c:834 +#: src/irc/irc-send.c:542 src/irc/irc-send.c:779 src/irc/irc-send.c:836 #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:983 src/irc/irc-send.c:1051 src/irc/irc-send.c:1354 -#: src/irc/irc-send.c:1368 src/irc/irc-send.c:1712 +#: src/irc/irc-send.c:985 src/irc/irc-send.c:1053 src/irc/irc-send.c:1356 +#: src/irc/irc-send.c:1370 src/irc/irc-send.c:1714 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" -#: src/irc/irc-send.c:1071 src/irc/irc-send.c:1098 src/irc/irc-recv.c:500 +#: src/irc/irc-send.c:1073 src/irc/irc-send.c:1100 src/irc/irc-recv.c:500 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:1151 src/irc/irc-send.c:1464 src/irc/irc-recv.c:1230 +#: src/irc/irc-send.c:1153 src/irc/irc-send.c:1466 src/irc/irc-recv.c:1230 #: src/irc/irc-recv.c:2042 src/irc/irc-recv.c:2132 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:1864 +#: src/irc/irc-send.c:1866 #, c-format msgid "%s, compiled on %s %s\n" msgstr "" @@ -1648,11 +1648,11 @@ msgstr "" msgid "%s[%s%s%s]%s idle: " msgstr "" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "days" msgstr "" -#: src/irc/irc-recv.c:3153 src/common/command.c:2801 src/common/command.c:2822 +#: src/irc/irc-recv.c:3153 src/common/command.c:2821 src/common/command.c:2842 msgid "day" msgstr "" @@ -1997,86 +1997,86 @@ msgstr "" msgid "Removing ignore:" msgstr "" -#: src/plugins/plugins.c:270 +#: src/plugins/plugins.c:213 #, c-format msgid "" "%s plugin %s: unable to add handler for IRC command \"%s\" (not enough " "memory)\n" msgstr "" -#: src/plugins/plugins.c:305 +#: src/plugins/plugins.c:248 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (already exists)\n" msgstr "" -#: src/plugins/plugins.c:342 +#: src/plugins/plugins.c:285 #, c-format msgid "" "%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n" msgstr "" -#: src/plugins/plugins.c:589 +#: src/plugins/plugins.c:532 #, c-format msgid "%s unable to load plugin \"%s\": %s\n" msgstr "" -#: src/plugins/plugins.c:600 +#: src/plugins/plugins.c:543 #, c-format msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:611 +#: src/plugins/plugins.c:554 #, c-format msgid "" "%s unable to load plugin \"%s\": a plugin with same name already exists\n" msgstr "" -#: src/plugins/plugins.c:623 +#: src/plugins/plugins.c:566 #, c-format msgid "" "%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:634 +#: src/plugins/plugins.c:577 #, c-format msgid "" "%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n" msgstr "" -#: src/plugins/plugins.c:645 +#: src/plugins/plugins.c:588 #, c-format msgid "" "%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to " "load\n" msgstr "" -#: src/plugins/plugins.c:699 +#: src/plugins/plugins.c:642 #, c-format msgid "Initializing plugin \"%s\" %s\n" msgstr "" -#: src/plugins/plugins.c:707 +#: src/plugins/plugins.c:650 #, c-format msgid "%s unable to initialize plugin \"%s\"\n" msgstr "" -#: src/plugins/plugins.c:718 +#: src/plugins/plugins.c:661 #, c-format msgid "%s unable to load plugin \"%s\" (not enough memory)\n" msgstr "" -#: src/plugins/plugins.c:726 +#: src/plugins/plugins.c:669 #, c-format msgid "Plugin \"%s\" (%s) loaded.\n" msgstr "" -#: src/plugins/plugins.c:866 +#: src/plugins/plugins.c:809 #, c-format msgid "Plugin \"%s\" unloaded.\n" msgstr "" -#: src/plugins/plugins.c:872 +#: src/plugins/plugins.c:815 #, c-format msgid "%s plugin \"%s\" not found\n" msgstr "" @@ -2107,74 +2107,74 @@ msgid "" "#\n" msgstr "" -#: src/gui/curses/gui-input.c:334 +#: src/gui/curses/gui-input.c:338 #, c-format msgid "Day changed to %s\n" msgstr "" -#: src/gui/curses/gui-input.c:417 +#: src/gui/curses/gui-input.c:421 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "bytes" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Kb" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Mb" msgstr "" -#: src/gui/curses/gui-display.c:1485 +#: src/gui/curses/gui-display.c:1486 msgid "Gb" msgstr "" -#: src/gui/curses/gui-display.c:1943 +#: src/gui/curses/gui-display.c:1944 msgid "" msgstr "" -#: src/gui/curses/gui-display.c:1955 +#: src/gui/curses/gui-display.c:1956 msgid "(away)" msgstr "" -#: src/gui/curses/gui-display.c:2089 +#: src/gui/curses/gui-display.c:2090 msgid "[not connected] " msgstr "" -#: src/gui/curses/gui-display.c:2099 +#: src/gui/curses/gui-display.c:2100 msgid "Act: " msgstr "" -#: src/gui/curses/gui-display.c:2187 +#: src/gui/curses/gui-display.c:2188 #, c-format msgid "Lag: %.1f" msgstr "" -#: src/gui/curses/gui-display.c:2203 +#: src/gui/curses/gui-display.c:2204 msgid "-MORE-" msgstr "" -#: src/gui/curses/gui-display.c:2381 +#: src/gui/curses/gui-display.c:2382 msgid " [A] Accept" msgstr "" -#: src/gui/curses/gui-display.c:2382 src/gui/curses/gui-display.c:2386 +#: src/gui/curses/gui-display.c:2383 src/gui/curses/gui-display.c:2387 msgid " [C] Cancel" msgstr "" -#: src/gui/curses/gui-display.c:2391 +#: src/gui/curses/gui-display.c:2392 msgid " [R] Remove" msgstr "" -#: src/gui/curses/gui-display.c:2395 +#: src/gui/curses/gui-display.c:2396 msgid " [P] Purge old DCC" msgstr "" -#: src/gui/curses/gui-display.c:2396 +#: src/gui/curses/gui-display.c:2397 msgid " [Q] Close DCC view" msgstr "" @@ -2182,11 +2182,11 @@ msgstr "" msgid "server" msgstr "" -#: src/gui/gui-common.c:639 +#: src/gui/gui-common.c:696 msgid "Not enough memory for new line\n" msgstr "" -#: src/gui/gui-common.c:986 +#: src/gui/gui-common.c:1048 msgid "Not enough memory for infobar message\n" msgstr "" @@ -2350,7 +2350,7 @@ msgstr "" msgid "grab a key" msgstr "" -#: src/gui/gui-keyboard.c:434 src/common/command.c:1860 +#: src/gui/gui-keyboard.c:434 src/common/command.c:1880 #, c-format msgid "%s unable to bind key \"%s\"\n" msgstr "" @@ -2385,7 +2385,7 @@ msgid "manage buffers" msgstr "" #: src/common/command.c:48 -msgid "[action | number]" +msgid "[action | number | [[server] [channel]]]" msgstr "" #: src/common/command.c:49 @@ -2396,91 +2396,92 @@ msgid "" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" +"server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number" msgstr "" -#: src/common/command.c:56 +#: src/common/command.c:57 msgid "clear window(s)" msgstr "" -#: src/common/command.c:57 +#: src/common/command.c:58 msgid "[-all]" msgstr "" -#: src/common/command.c:58 +#: src/common/command.c:59 msgid "-all: clear all windows" msgstr "" -#: src/common/command.c:60 +#: src/common/command.c:61 msgid "connect to a server" msgstr "" -#: src/common/command.c:61 src/common/command.c:65 +#: src/common/command.c:62 src/common/command.c:66 msgid "[servername]" msgstr "" -#: src/common/command.c:62 +#: src/common/command.c:63 msgid "servername: server name to connect" msgstr "" -#: src/common/command.c:64 +#: src/common/command.c:65 msgid "disconnect from a server" msgstr "" -#: src/common/command.c:66 +#: src/common/command.c:67 msgid "servername: server name to disconnect" msgstr "" -#: src/common/command.c:68 +#: src/common/command.c:69 msgid "print debug messages" msgstr "" -#: src/common/command.c:69 +#: src/common/command.c:70 msgid "dump | windows" msgstr "" -#: src/common/command.c:70 +#: src/common/command.c:71 msgid "" "dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" "windows: display windows tree" msgstr "" -#: src/common/command.c:73 +#: src/common/command.c:74 msgid "display help about commands" msgstr "" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "[command]" msgstr "" -#: src/common/command.c:74 +#: src/common/command.c:75 msgid "command: name of a WeeChat or IRC command" msgstr "" -#: src/common/command.c:76 +#: src/common/command.c:77 msgid "show buffer command history" msgstr "" -#: src/common/command.c:77 +#: src/common/command.c:78 msgid "[clear | value]" msgstr "" -#: src/common/command.c:78 +#: src/common/command.c:79 msgid "" "clear: clear history\n" "value: number of history entries to show" msgstr "" -#: src/common/command.c:82 +#: src/common/command.c:83 msgid "ignore IRC messages and/or hosts" msgstr "" -#: src/common/command.c:83 +#: src/common/command.c:84 msgid "[mask [[type | command] [channel [server]]]]" msgstr "" -#: src/common/command.c:84 +#: src/common/command.c:85 msgid "" " mask: nick or host mask to ignore\n" " type: type of message to ignore (action, ctcp, dcc, pv)\n" @@ -2492,15 +2493,15 @@ msgid "" "Without argument, /ignore command lists all defined ignore." msgstr "" -#: src/common/command.c:92 +#: src/common/command.c:93 msgid "bind/unbind keys" msgstr "" -#: src/common/command.c:93 +#: src/common/command.c:94 msgid "[key function/command] [unbind key] [functions] [reset -yes]" msgstr "" -#: src/common/command.c:94 +#: src/common/command.c:95 msgid "" "key: bind this key to an internal function or a command (beginning by \"/" "\")\n" @@ -2510,26 +2511,26 @@ msgid "" "binding (use carefully!)" msgstr "" -#: src/common/command.c:99 +#: src/common/command.c:100 msgid "list/load/unload plugins" msgstr "" -#: src/common/command.c:100 +#: src/common/command.c:101 msgid "[load filename] | [autoload] | [reload] | [unload]" msgstr "" -#: src/common/command.c:101 +#: src/common/command.c:102 msgid "" "filename: WeeChat plugin (file) to load\n" "\n" "Without argument, /plugin command lists all loaded plugins." msgstr "" -#: src/common/command.c:104 +#: src/common/command.c:105 msgid "list, add or remove servers" msgstr "" -#: src/common/command.c:105 +#: src/common/command.c:106 msgid "" "[servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-" "pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname " @@ -2537,7 +2538,7 @@ msgid "" "servername]" msgstr "" -#: src/common/command.c:110 +#: src/common/command.c:111 msgid "" "servername: server name, for internal & display use\n" "hostname: name or IP address of server\n" @@ -2552,54 +2553,54 @@ msgid "" "realname: real name of user" msgstr "" -#: src/common/command.c:122 +#: src/common/command.c:123 msgid "save config to disk" msgstr "" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "[file]" msgstr "" -#: src/common/command.c:123 +#: src/common/command.c:124 msgid "file: filename for writing config" msgstr "" -#: src/common/command.c:125 +#: src/common/command.c:126 msgid "set config parameters" msgstr "" -#: src/common/command.c:126 +#: src/common/command.c:127 msgid "[option [ = value]]" msgstr "" -#: src/common/command.c:127 +#: src/common/command.c:128 msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" "value: value for option" msgstr "" -#: src/common/command.c:131 +#: src/common/command.c:132 msgid "remove an alias" msgstr "" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name" msgstr "" -#: src/common/command.c:132 +#: src/common/command.c:133 msgid "alias_name: name of alias to remove" msgstr "" -#: src/common/command.c:134 +#: src/common/command.c:135 msgid "unignore IRC messages and/or hosts" msgstr "" -#: src/common/command.c:135 +#: src/common/command.c:136 msgid "[number | [mask [[type | command] [channel [server]]]]]" msgstr "" -#: src/common/command.c:136 +#: src/common/command.c:137 msgid "" " number: # of ignore to unignore (number is displayed by list of ignore)\n" " mask: nick or host mask to unignore\n" @@ -2612,29 +2613,29 @@ msgid "" "Without argument, /unignore command lists all defined ignore." msgstr "" -#: src/common/command.c:145 +#: src/common/command.c:146 msgid "show WeeChat uptime" msgstr "" -#: src/common/command.c:146 -msgid "-o" +#: src/common/command.c:147 +msgid "[-o]" msgstr "" -#: src/common/command.c:147 +#: src/common/command.c:148 msgid "-o: send uptime on current channel as an IRC message" msgstr "" -#: src/common/command.c:149 +#: src/common/command.c:150 msgid "manage windows" msgstr "" -#: src/common/command.c:150 +#: src/common/command.c:151 msgid "" "[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge " "[all]]" msgstr "" -#: src/common/command.c:151 +#: src/common/command.c:152 #, c-format msgid "" "list: list opened windows (no parameter implies this list)\n" @@ -2651,515 +2652,515 @@ msgid "" "create a new window with size = current_size / 4" msgstr "" -#: src/common/command.c:304 +#: src/common/command.c:305 #, c-format msgid "%s alias or command \"%s\" already exists!\n" msgstr "" -#: src/common/command.c:314 +#: src/common/command.c:315 #, c-format msgid "%s alias cannot run another alias!\n" msgstr "" -#: src/common/command.c:321 +#: src/common/command.c:322 #, c-format msgid "%s target command \"/%s\" does not exist!\n" msgstr "" -#: src/common/command.c:559 +#: src/common/command.c:560 #, c-format msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg%s)\n" msgstr "" -#: src/common/command.c:571 +#: src/common/command.c:572 #, c-format msgid "" "%s wrong argument count for %s command \"%s\" (expected: between %d and %d " "arg%s)\n" msgstr "" -#: src/common/command.c:593 src/common/command.c:662 +#: src/common/command.c:594 src/common/command.c:663 #, c-format msgid "%s command \"%s\" failed\n" msgstr "" -#: src/common/command.c:618 +#: src/common/command.c:619 #, c-format msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg%s)\n" msgstr "" -#: src/common/command.c:630 +#: src/common/command.c:631 #, c-format msgid "" "%s wrong argument count for IRC command \"%s\" (expected: between %d and %d " "arg%s)\n" msgstr "" -#: src/common/command.c:645 +#: src/common/command.c:646 #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "" -#: src/common/command.c:705 +#: src/common/command.c:706 #, c-format msgid "%s unknown command \"%s\" (type /help for help)\n" msgstr "" -#: src/common/command.c:839 +#: src/common/command.c:840 msgid "This window is not a channel!\n" msgstr "" -#: src/common/command.c:867 src/common/command.c:898 src/common/command.c:1006 +#: src/common/command.c:868 src/common/command.c:899 src/common/command.c:1007 #, c-format msgid "%s missing arguments for \"%s\" command\n" msgstr "" -#: src/common/command.c:874 +#: src/common/command.c:875 #, c-format msgid "%s alias can not start with \"/\"\n" msgstr "" -#: src/common/command.c:883 +#: src/common/command.c:884 #, c-format msgid "Alias \"%s\" => \"%s\" created\n" msgstr "" -#: src/common/command.c:889 +#: src/common/command.c:890 #, c-format msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n" msgstr "" -#: src/common/command.c:909 +#: src/common/command.c:910 msgid "List of aliases:\n" msgstr "" -#: src/common/command.c:923 +#: src/common/command.c:924 msgid "No alias defined.\n" msgstr "" -#: src/common/command.c:940 +#: src/common/command.c:941 #, c-format msgid "%sServer: %s%s\n" msgstr "" -#: src/common/command.c:945 +#: src/common/command.c:946 #, c-format msgid "%sChannel: %s%s %s(server: %s%s%s)\n" msgstr "" -#: src/common/command.c:954 +#: src/common/command.c:955 #, c-format msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n" msgstr "" -#: src/common/command.c:963 +#: src/common/command.c:964 msgid "not connected\n" msgstr "" -#: src/common/command.c:985 +#: src/common/command.c:986 msgid "Opened buffers:\n" msgstr "" -#: src/common/command.c:1029 +#: src/common/command.c:1030 #, c-format msgid "%s incorrect buffer number\n" msgstr "" -#: src/common/command.c:1045 +#: src/common/command.c:1046 #, c-format msgid "%s can not close the single buffer\n" msgstr "" -#: src/common/command.c:1055 +#: src/common/command.c:1056 #, c-format msgid "%s can not close server buffer while channels are opened\n" msgstr "" -#: src/common/command.c:1104 +#: src/common/command.c:1105 msgid "Notify levels: " msgstr "" -#: src/common/command.c:1133 src/common/command.c:1181 +#: src/common/command.c:1134 src/common/command.c:1182 #, c-format msgid "%s incorrect notify level (must be between %d and %d)\n" msgstr "" -#: src/common/command.c:1142 +#: src/common/command.c:1143 #, c-format msgid "%s incorrect buffer for notify (must be channel or private)\n" msgstr "" -#: src/common/command.c:1151 +#: src/common/command.c:1152 #, c-format msgid "New notify level for %s%s%s: %s%d %s" msgstr "" -#: src/common/command.c:1161 +#: src/common/command.c:1162 msgid "(hotlist: never)\n" msgstr "" -#: src/common/command.c:1164 +#: src/common/command.c:1165 msgid "(hotlist: highlights)\n" msgstr "" -#: src/common/command.c:1167 +#: src/common/command.c:1168 msgid "(hotlist: highlights + messages)\n" msgstr "" -#: src/common/command.c:1170 +#: src/common/command.c:1171 msgid "(hotlist: highlights + messages + join/part (all))\n" msgstr "" -#: src/common/command.c:1248 +#: src/common/command.c:1268 #, c-format msgid "unknown parameter \"%s\" for \"%s\" command\n" msgstr "" -#: src/common/command.c:1278 +#: src/common/command.c:1298 #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1286 +#: src/common/command.c:1306 #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1304 src/common/command.c:1424 +#: src/common/command.c:1324 src/common/command.c:1444 #, c-format msgid "%s server not found\n" msgstr "" -#: src/common/command.c:1379 src/common/command.c:1974 -#: src/common/command.c:2932 src/common/command.c:2967 +#: src/common/command.c:1399 src/common/command.c:1994 +#: src/common/command.c:2952 src/common/command.c:2995 #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "" -#: src/common/command.c:1408 +#: src/common/command.c:1428 #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "" -#: src/common/command.c:1416 +#: src/common/command.c:1436 msgid "Auto-reconnection is cancelled\n" msgstr "" -#: src/common/command.c:1447 src/common/weechat.c:365 +#: src/common/command.c:1467 src/common/weechat.c:365 #, c-format msgid "%s internal commands:\n" msgstr "" -#: src/common/command.c:1457 src/common/weechat.c:385 +#: src/common/command.c:1477 src/common/weechat.c:385 #, c-format msgid "IRC commands:\n" msgstr "" -#: src/common/command.c:1471 +#: src/common/command.c:1491 msgid "Plugin commands:\n" msgstr "" -#: src/common/command.c:1587 +#: src/common/command.c:1607 #, c-format msgid "No help available, \"%s\" is an unknown command\n" msgstr "" -#: src/common/command.c:1646 +#: src/common/command.c:1666 #, c-format msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n" msgstr "" -#: src/common/command.c:1680 +#: src/common/command.c:1700 msgid "List of ignore:\n" msgstr "" -#: src/common/command.c:1697 +#: src/common/command.c:1717 msgid "No ignore defined.\n" msgstr "" -#: src/common/command.c:1723 +#: src/common/command.c:1743 msgid "New ignore:" msgstr "" -#: src/common/command.c:1743 +#: src/common/command.c:1763 #, c-format msgid "New key binding: %s" msgstr "" -#: src/common/command.c:1777 +#: src/common/command.c:1797 msgid "Key bindings:\n" msgstr "" -#: src/common/command.c:1791 +#: src/common/command.c:1811 #, c-format msgid "Key \"%s\" unbinded\n" msgstr "" -#: src/common/command.c:1797 +#: src/common/command.c:1817 #, c-format msgid "%s unable to unbind key \"%s\"\n" msgstr "" -#: src/common/command.c:1805 src/common/weechat.c:416 +#: src/common/command.c:1825 src/common/weechat.c:416 #, c-format msgid "Internal key functions:\n" msgstr "" -#: src/common/command.c:1825 +#: src/common/command.c:1845 msgid "Default key bindings restored\n" msgstr "" -#: src/common/command.c:1831 +#: src/common/command.c:1851 #, c-format msgid "%s \"-yes\" argument is required for keys reset (securuty reason)\n" msgstr "" -#: src/common/command.c:1887 +#: src/common/command.c:1907 msgid "Plugins loaded:\n" msgstr "" -#: src/common/command.c:1903 +#: src/common/command.c:1923 msgid " message handlers:\n" msgstr "" -#: src/common/command.c:1912 +#: src/common/command.c:1932 #, c-format msgid " IRC(%s)\n" msgstr "" -#: src/common/command.c:1919 +#: src/common/command.c:1939 msgid " (no message handler)\n" msgstr "" -#: src/common/command.c:1924 +#: src/common/command.c:1944 msgid " command handlers:\n" msgstr "" -#: src/common/command.c:1945 +#: src/common/command.c:1965 msgid " (no command handler)\n" msgstr "" -#: src/common/command.c:1951 +#: src/common/command.c:1971 msgid " (no plugin)\n" msgstr "" -#: src/common/command.c:1987 +#: src/common/command.c:2007 msgid "" "Command \"plugin\" is not available, WeeChat was built without plugins " "support.\n" msgstr "" -#: src/common/command.c:2035 +#: src/common/command.c:2055 msgid "No server.\n" msgstr "" -#: src/common/command.c:2046 -#, c-format -msgid "Server '%s' not found.\n" -msgstr "" - -#: src/common/command.c:2058 -#, c-format -msgid "%s missing servername for \"%s\" command\n" -msgstr "" - #: src/common/command.c:2066 #, c-format +msgid "Server '%s' not found.\n" +msgstr "" + +#: src/common/command.c:2078 +#, c-format +msgid "%s missing servername for \"%s\" command\n" +msgstr "" + +#: src/common/command.c:2086 +#, c-format msgid "%s too much arguments for \"%s\" command, ignoring arguments\n" msgstr "" -#: src/common/command.c:2085 +#: src/common/command.c:2105 #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "" -#: src/common/command.c:2093 +#: src/common/command.c:2113 #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" "disconnect %s before.\n" msgstr "" -#: src/common/command.c:2113 +#: src/common/command.c:2133 #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "" -#: src/common/command.c:2132 +#: src/common/command.c:2152 #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "" -#: src/common/command.c:2142 +#: src/common/command.c:2162 #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "" -#: src/common/command.c:2171 src/common/command.c:2199 -#: src/common/command.c:2212 src/common/command.c:2238 +#: src/common/command.c:2191 src/common/command.c:2219 +#: src/common/command.c:2232 src/common/command.c:2258 #, c-format msgid "%s missing password for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2184 +#: src/common/command.c:2204 #, c-format msgid "%s missing nick(s) for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2225 +#: src/common/command.c:2245 #, c-format msgid "%s missing command for \"%s\" parameter\n" msgstr "" -#: src/common/command.c:2260 +#: src/common/command.c:2280 #, c-format msgid "Server %s%s%s created\n" msgstr "" -#: src/common/command.c:2269 +#: src/common/command.c:2289 #, c-format msgid "%s unable to create server\n" msgstr "" -#: src/common/command.c:2328 +#: src/common/command.c:2348 msgid "(unknown)" msgstr "" -#: src/common/command.c:2351 +#: src/common/command.c:2371 #, c-format msgid "%s(password hidden) " msgstr "" -#: src/common/command.c:2441 +#: src/common/command.c:2461 #, c-format msgid "%s server \"%s\" not found\n" msgstr "" -#: src/common/command.c:2474 src/common/command.c:2522 +#: src/common/command.c:2494 src/common/command.c:2542 #, c-format msgid "%s config option \"%s\" not found\n" msgstr "" -#: src/common/command.c:2479 src/common/command.c:2514 +#: src/common/command.c:2499 src/common/command.c:2534 #, c-format msgid "%s incorrect value for option \"%s\"\n" msgstr "" -#: src/common/command.c:2495 +#: src/common/command.c:2515 #, c-format msgid "%s option \"%s\" can not be changed while WeeChat is running\n" msgstr "" -#: src/common/command.c:2605 +#: src/common/command.c:2625 #, c-format msgid "No config option found with \"%s\"\n" msgstr "" -#: src/common/command.c:2608 +#: src/common/command.c:2628 msgid "No config option found\n" msgstr "" -#: src/common/command.c:2615 +#: src/common/command.c:2635 #, c-format msgid "%sDetail:\n" msgstr "" -#: src/common/command.c:2620 src/common/weechat.c:302 +#: src/common/command.c:2640 src/common/weechat.c:302 #, c-format msgid " . type boolean (values: 'on' or 'off')\n" msgstr "" -#: src/common/command.c:2621 src/common/command.c:2644 -#: src/common/command.c:2650 src/common/command.c:2656 +#: src/common/command.c:2641 src/common/command.c:2664 +#: src/common/command.c:2670 src/common/command.c:2676 #: src/common/weechat.c:303 src/common/weechat.c:326 src/common/weechat.c:332 #: src/common/weechat.c:338 #, c-format msgid " . default value: '%s'\n" msgstr "" -#: src/common/command.c:2626 src/common/weechat.c:308 +#: src/common/command.c:2646 src/common/weechat.c:308 #, c-format msgid " . type integer (values: between %d and %d)\n" msgstr "" -#: src/common/command.c:2629 src/common/weechat.c:311 +#: src/common/command.c:2649 src/common/weechat.c:311 #, c-format msgid " . default value: %d\n" msgstr "" -#: src/common/command.c:2633 src/common/weechat.c:315 +#: src/common/command.c:2653 src/common/weechat.c:315 #, c-format msgid " . type string (values: " msgstr "" -#: src/common/command.c:2646 src/common/command.c:2652 -#: src/common/command.c:2658 src/common/weechat.c:328 src/common/weechat.c:334 +#: src/common/command.c:2666 src/common/command.c:2672 +#: src/common/command.c:2678 src/common/weechat.c:328 src/common/weechat.c:334 #: src/common/weechat.c:340 msgid "empty" msgstr "" -#: src/common/command.c:2649 src/common/weechat.c:331 +#: src/common/command.c:2669 src/common/weechat.c:331 #, c-format msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n" msgstr "" -#: src/common/command.c:2655 src/common/weechat.c:337 +#: src/common/command.c:2675 src/common/weechat.c:337 #, c-format msgid " . type string (any string)\n" msgstr "" -#: src/common/command.c:2661 src/common/weechat.c:343 +#: src/common/command.c:2681 src/common/weechat.c:343 #, c-format msgid " . description: %s\n" msgstr "" -#: src/common/command.c:2672 +#: src/common/command.c:2692 #, c-format msgid "config option(s) found with \"%s\"\n" msgstr "" -#: src/common/command.c:2675 +#: src/common/command.c:2695 msgid "config option(s) found\n" msgstr "" -#: src/common/command.c:2696 +#: src/common/command.c:2716 #, c-format msgid "%s alias or command \"%s\" not found\n" msgstr "" -#: src/common/command.c:2706 +#: src/common/command.c:2726 #, c-format msgid "Alias \"%s\" removed\n" msgstr "" -#: src/common/command.c:2762 +#: src/common/command.c:2782 msgid "ignore were removed.\n" msgstr "" -#: src/common/command.c:2764 +#: src/common/command.c:2784 msgid "ignore was removed.\n" msgstr "" -#: src/common/command.c:2769 +#: src/common/command.c:2789 #, c-format msgid "%s no ignore found\n" msgstr "" -#: src/common/command.c:2799 +#: src/common/command.c:2819 #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" -#: src/common/command.c:2816 +#: src/common/command.c:2836 #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" -#: src/common/command.c:2856 +#: src/common/command.c:2876 msgid "Opened windows:\n" msgstr "" -#: src/common/command.c:2943 +#: src/common/command.c:2963 #, c-format msgid "" "%s can not merge windows, there's no other window with same size near " diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c index cca2b8152..e726e0b06 100644 --- a/weechat/src/common/command.c +++ b/weechat/src/common/command.c @@ -45,12 +45,13 @@ t_weechat_command weechat_commands[] = "or IRC command, without first '/')\n" "arguments: arguments for command"), 0, MAX_ARGS, NULL, weechat_cmd_alias }, { "buffer", N_("manage buffers"), - N_("[action | number]"), + N_("[action | number | [[server] [channel]]]"), N_("action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer (for channel: same as /part without part message)\n" " list: list opened buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)\n" + "server,channel: jump to buffer by server and/or channel name\n" "number: jump to buffer by number"), 0, MAX_ARGS, weechat_cmd_buffer, NULL }, { "clear", N_("clear window(s)"), @@ -143,7 +144,7 @@ t_weechat_command weechat_commands[] = "Without argument, /unignore command lists all defined ignore."), 0, 4, weechat_cmd_unignore, NULL }, { "uptime", N_("show WeeChat uptime"), - N_("-o"), + N_("[-o]"), N_("-o: send uptime on current channel as an IRC message"), 0, 1, weechat_cmd_uptime, NULL }, { "window", N_("manage windows"), @@ -1186,7 +1187,7 @@ weechat_cmd_buffer (int argc, char **argv) } else { - /* jump to buffer by number */ + /* jump to buffer by number or server/channel name */ if (argv[0][0] == '-') { @@ -1219,11 +1220,29 @@ weechat_cmd_buffer (int argc, char **argv) } else { - /* absolute jump by number */ + /* absolute jump by number, or by server/channel name */ error = NULL; number = strtol (argv[0], &error, 10); if ((error) && (error[0] == '\0')) gui_buffer_switch_by_number (gui_current_window, (int) number); + else + { + ptr_buffer = NULL; + if (argc > 1) + ptr_buffer = gui_buffer_search (argv[0], argv[1]); + else + { + if (string_is_channel (argv[0])) + ptr_buffer = gui_buffer_search (NULL, argv[0]); + else + ptr_buffer = gui_buffer_search (argv[0], NULL); + } + if (ptr_buffer) + { + gui_switch_to_buffer (gui_current_window, ptr_buffer); + gui_redraw_buffer (ptr_buffer); + } + } } } diff --git a/weechat/src/common/weeconfig.c b/weechat/src/common/weeconfig.c index dc0916cb4..4a771de71 100644 --- a/weechat/src/common/weeconfig.c +++ b/weechat/src/common/weeconfig.c @@ -191,7 +191,7 @@ t_config_option weechat_options_look[] = { "look_nick_completion_ignore", N_("chars ignored for nick completion"), N_("chars ignored for nick completion"), OPTION_TYPE_STRING, 0, 0, 0, - "[]-", NULL, NULL, &cfg_look_nick_completion_ignore, config_change_noop }, + "[]-^", NULL, NULL, &cfg_look_nick_completion_ignore, config_change_noop }, { "look_infobar", N_("enable info bar"), N_("enable info bar"), OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE, diff --git a/weechat/src/gui/gui-common.c b/weechat/src/gui/gui-common.c index fcf67a074..b486c6769 100644 --- a/weechat/src/gui/gui-common.c +++ b/weechat/src/gui/gui-common.c @@ -264,6 +264,63 @@ gui_window_new (t_gui_window *parent, int x, int y, int width, int height, return new_window; } +/* + * gui_buffer_search: search a buffer by server and channel name + */ + +t_gui_buffer * +gui_buffer_search (char *server, char *channel) +{ + t_irc_server *ptr_server; + t_irc_channel *ptr_channel; + t_gui_buffer *ptr_buffer; + + ptr_server = NULL; + ptr_channel = NULL; + ptr_buffer = NULL; + + /* nothing given => print on current buffer */ + if ((!server || !server[0]) && (!channel || !channel[0])) + ptr_buffer = gui_current_window->buffer; + else + { + if (server && server[0]) + { + ptr_server = server_search (server); + if (!ptr_server) + return NULL; + } + else + { + ptr_server = SERVER(gui_current_window->buffer); + if (!ptr_server) + ptr_server = SERVER(gui_buffers); + } + + if (channel && channel[0]) + { + if (ptr_server) + { + ptr_channel = channel_search (ptr_server, channel); + if (ptr_channel) + ptr_buffer = ptr_channel->buffer; + } + } + else + { + if (ptr_server) + ptr_buffer = ptr_server->buffer; + else + ptr_buffer = gui_current_window->buffer; + } + } + + if (!ptr_buffer) + return NULL; + + return (ptr_buffer->dcc) ? gui_buffers : ptr_buffer; +} + /* * gui_buffer_servers_search: search servers buffer * (when same buffer is used for all servers) diff --git a/weechat/src/gui/gui.h b/weechat/src/gui/gui.h index a17fb1b83..410af2f95 100644 --- a/weechat/src/gui/gui.h +++ b/weechat/src/gui/gui.h @@ -401,6 +401,7 @@ extern int gui_window_tree_init (t_gui_window *); extern void gui_window_tree_node_to_leaf (t_gui_window_tree *, t_gui_window *); extern void gui_window_tree_free (t_gui_window_tree **); extern t_gui_window *gui_window_new (t_gui_window *, int, int, int, int, int, int); +extern t_gui_buffer *gui_buffer_search (char *, char *); extern t_gui_buffer *gui_buffer_new (t_gui_window *, void *, void *, int, int); extern void gui_buffer_clear (t_gui_buffer *); extern void gui_buffer_clear_all (); diff --git a/weechat/src/plugins/plugins-interface.c b/weechat/src/plugins/plugins-interface.c index 861856c2d..12083faf4 100644 --- a/weechat/src/plugins/plugins-interface.c +++ b/weechat/src/plugins/plugins-interface.c @@ -37,6 +37,7 @@ #include "../common/command.h" #include "../common/weeconfig.h" #include "../irc/irc.h" +#include "../gui/gui.h" /* @@ -165,7 +166,7 @@ weechat_plugin_printf (t_weechat_plugin *plugin, if (!plugin || !message) return; - ptr_buffer = plugin_find_buffer (server, channel); + ptr_buffer = gui_buffer_search (server, channel); va_start (argptr, message); vsnprintf (buf, sizeof (buf) - 1, message, argptr); va_end (argptr); diff --git a/weechat/src/plugins/plugins.c b/weechat/src/plugins/plugins.c index e34f7e752..3b1d62c45 100644 --- a/weechat/src/plugins/plugins.c +++ b/weechat/src/plugins/plugins.c @@ -47,63 +47,6 @@ t_weechat_plugin *weechat_plugins = NULL; t_weechat_plugin *last_weechat_plugin = NULL; -/* - * plugin_find_buffer: find a buffer for text display - */ - -t_gui_buffer * -plugin_find_buffer (char *server, char *channel) -{ - t_irc_server *ptr_server; - t_irc_channel *ptr_channel; - t_gui_buffer *ptr_buffer; - - ptr_server = NULL; - ptr_channel = NULL; - ptr_buffer = NULL; - - /* nothing given => print on current buffer */ - if ((!server || !server[0]) && (!channel || !channel[0])) - ptr_buffer = gui_current_window->buffer; - else - { - if (server && server[0]) - { - ptr_server = server_search (server); - if (!ptr_server) - return NULL; - } - else - { - ptr_server = SERVER(gui_current_window->buffer); - if (!ptr_server) - ptr_server = SERVER(gui_buffers); - } - - if (channel && channel[0]) - { - if (ptr_server) - { - ptr_channel = channel_search (ptr_server, channel); - if (ptr_channel) - ptr_buffer = ptr_channel->buffer; - } - } - else - { - if (ptr_server) - ptr_buffer = ptr_server->buffer; - else - ptr_buffer = gui_current_window->buffer; - } - } - - if (!ptr_buffer) - return NULL; - - return (ptr_buffer->dcc) ? gui_buffers : ptr_buffer; -} - /* * plugin_find_server_channel: find server/channel for command execution */ diff --git a/weechat/src/plugins/plugins.h b/weechat/src/plugins/plugins.h index 5f7a96565..3c05e0f3b 100644 --- a/weechat/src/plugins/plugins.h +++ b/weechat/src/plugins/plugins.h @@ -31,7 +31,6 @@ typedef void (t_weechat_end_func) (t_weechat_plugin *); extern t_weechat_plugin *weechat_plugins; extern t_weechat_plugin *last_weechat_plugin; -extern t_gui_buffer *plugin_find_buffer (char *, char *); extern void plugin_find_server_channel (char *, char *, t_irc_server **, t_irc_channel **); extern void plugin_exec_on_files (t_weechat_plugin *, char *,