summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-05-21 18:19:02 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-05-21 18:19:02 +0200
commit6253e3ac375b9203cf232329069cbd695a7ded5a (patch)
treeb2f26302d1aa5dfab9122f8c00fe4d93bca237b8 /po
parent61886d9455c1fa2d0fb428c8fc632b3d60f7fce2 (diff)
downloadweechat-6253e3ac375b9203cf232329069cbd695a7ded5a.zip
Add optional message in IRC private buffer when nick is back on server after a /quit
New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once".
Diffstat (limited to 'po')
-rw-r--r--po/cs.po16
-rw-r--r--po/de.po18
-rw-r--r--po/es.po65
-rw-r--r--po/fr.po19
-rw-r--r--po/hu.po16
-rw-r--r--po/it.po22
-rw-r--r--po/pl.po16
-rw-r--r--po/ru.po16
-rw-r--r--po/weechat.pot15
9 files changed, 148 insertions, 55 deletions
diff --git a/po/cs.po b/po/cs.po
index 5de3f48ba..b892ca1fb 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:20+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3000,6 +3000,10 @@ msgstr ""
msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: nemohu přidělit nový kanál"
+#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s se připojil %s%s%s"
+
#, c-format
msgid "%s: future away: %s"
msgstr "%s: Budoucí zpráva o nepřítomnosit: %s"
@@ -4409,6 +4413,13 @@ msgstr "zobrazit CTCP zprávu i když je to neznámé CTCP"
msgid "display old topic when channel topic is changed"
msgstr "zobrazit staré téma rozhovoru, když se téma změní"
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "zobrazit vzdálený zprávu o nepřítomnosti pouze jednou v soukromém okně"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "zobrazit módy kanálu v položce pole \"buffer_name\""
@@ -4453,9 +4464,6 @@ msgstr ""
"počet čistých IRC zpráv uložených v paměti při zavření bufferu s čistými "
"daty (zprávy budou zobrazeny při otevření bufferu s čistými daty)"
-msgid "show remote away message only once in private"
-msgstr "zobrazit vzdálený zprávu o nepřítomnosti pouze jednou v soukromém okně"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/de.po b/po/de.po
index 4fc80bf57..c1cb1fe51 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:20+0200\n"
"Last-Translator: Nils G <weechatter@arcor.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3122,6 +3122,10 @@ msgstr ""
msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: Neuer Channel konnte nicht alloziert werden"
+#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s ist in den Channel %s%s%s gekommen"
+
#, c-format
msgid "%s: future away: %s"
msgstr "%s: Künftige Abwesenheit: %s"
@@ -4572,6 +4576,14 @@ msgstr "unbekannte CTCP Nachrichten werden angezeigt."
msgid "display old topic when channel topic is changed"
msgstr "Zeige den alten Topic, falls der Channel-Topic geändert wurde"
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr ""
+"In privaten Unterhaltungen nur einmalig eine Abwesenheitsnachricht anzeigen"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "Zeige die Channel-Modi mittels \"buffer_name\" in der Bar-Item an"
@@ -4619,10 +4631,6 @@ msgstr ""
"der RAW-Daten-Buffer geschlossen ist (die Nachrichten werden umgehend "
"angezeigt, wenn ein RAW-Daten-Buffer geöffnet wird)"
-msgid "show remote away message only once in private"
-msgstr ""
-"In privaten Unterhaltungen nur einmalig eine Abwesenheitsnachricht anzeigen"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/es.po b/po/es.po
index a51ab29ed..743baaac4 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:31+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -924,14 +924,18 @@ msgid ""
" jump to next buffer:\n"
" /buffer +1"
msgstr ""
-" clear: limpia el contenido del buffer (número para un buffer, -merged para buffers unidos, -all para todos los buffers, o nada para el buffer actual)\n"
+" clear: limpia el contenido del buffer (número para un buffer, -merged "
+"para buffers unidos, -all para todos los buffers, o nada para el buffer "
+"actual)\n"
" move: mueve un buffer en la lista (puede ser relativo, por ejemplo -1)\n"
-" merge: une el buffer actual con otro (el área de chat sería una mezcla entre ambos buffers)\n"
+" merge: une el buffer actual con otro (el área de chat sería una mezcla "
+"entre ambos buffers)\n"
" (por defecto con ctrl-x se cambia entre buffer unidos)\n"
" unmerge: despega el buffer de otros buffers unidos\n"
" close: cierra el buffer (número/rango es opcional)\n"
" list: lista de buffers (si no hay parámetros se muestra esta lista)\n"
-" notify: configura el nivel de notificación del buffer actual: este nivel determina si el buffer es agregado a la lista de actividad o no:\n"
+" notify: configura el nivel de notificación del buffer actual: este nivel "
+"determina si el buffer es agregado a la lista de actividad o no:\n"
" none: nunca\n"
" highlight: solamente realces\n"
" message: para mensajes de usuarios + realces\n"
@@ -943,7 +947,8 @@ msgstr ""
" número: salta a un buffer por número, prefijos posibles:\n"
" '+': salto relativo, suma el número al actual\n"
" '-': salto relativo, resta el número al actual\n"
-" '*': salto por número usando la opción \"weechat.look.jump_current_to_previous_buffer\"\n"
+" '*': salto por número usando la opción \"weechat.look."
+"jump_current_to_previous_buffer\"\n"
" nombre: salta al buffer por nombre (parcial)\n"
"\n"
"Ejemplos:\n"
@@ -1521,9 +1526,13 @@ msgstr ""
" s: segundos (por defecto)\n"
" m: minutos\n"
" h: horas\n"
-"comando: comando a ejecutar (o texto a enviar al buffer si el comando no empieza con '/')\n"
+"comando: comando a ejecutar (o texto a enviar al buffer si el comando no "
+"empieza con '/')\n"
"\n"
-"Nota: comando es ejecutado en el buffer donde /wait fue ejecutado (si el buffer no es encontrado (por ejemplo si fue cerrado antes de la ejecución del comando), entonces el comando es ejecutado en el buffer núcleo de WeeChat).\n"
+"Nota: comando es ejecutado en el buffer donde /wait fue ejecutado (si el "
+"buffer no es encontrado (por ejemplo si fue cerrado antes de la ejecución "
+"del comando), entonces el comando es ejecutado en el buffer núcleo de "
+"WeeChat).\n"
"\n"
"Ejemplos:\n"
" unirse a un canal en 10 seg:\n"
@@ -1589,7 +1598,8 @@ msgid ""
" scroll to beginning of current day:\n"
" /window scroll -d"
msgstr ""
-" list: lista las ventanas abiertas (si no hay argumentos se muestra esta lista)\n"
+" list: lista las ventanas abiertas (si no hay argumentos se muestra esta "
+"lista)\n"
" -1: salta a la ventana previa\n"
" +1: salta a la ventana siguiente\n"
" b#: salta a la ventana siguiente mostrando el buffer número #\n"
@@ -1599,12 +1609,15 @@ msgstr ""
" right: cambiar a la ventana de la derecha\n"
" splith: divide la ventana actual horizontalmente\n"
" splitv: divide la ventana actual verticalmente\n"
-" resize: redimensiona el tamaño de la ventana, el nuevo tamaño es <pct> por ciento de la ventana padre\n"
-" merge: fusionar la ventana con otra (all = mantener sólo una ventana)\n"
+" resize: redimensiona el tamaño de la ventana, el nuevo tamaño es "
+"<pct> por ciento de la ventana padre\n"
+" merge: fusionar la ventana con otra (all = mantener sólo una "
+"ventana)\n"
" page_up: desplazar una página hacia arriba\n"
" page_down: desplazar una página hacia abajo\n"
" refresh: refrescar la pantalla\n"
-" scroll: desplazar un número de líneas (+/-N) o con tiempo: s=segundos, m=minutos, h=horas, d=días, M=meses, y=años\n"
+" scroll: desplazar un número de líneas (+/-N) o con tiempo: "
+"s=segundos, m=minutos, h=horas, d=días, M=meses, y=años\n"
" scroll_up: desplazar algunas líneas arriba\n"
" scroll_down: desplazar algunas líneas abajo\n"
" scroll_top: desplazar al principio del buffer\n"
@@ -1613,7 +1626,9 @@ msgstr ""
"scroll_next_highlight: desplazar hasta el siguiente realce\n"
" zoom: aumenta la ventana\n"
"\n"
-"Para splith y splitv, <pct> es un porcentaje que representa el tamaño de la nueva ventana, tomando como referencia el tamaño de la ventana actual. Por ejemplo 25 significa crear una nueva ventana de tamaño = tamaño_actual / 4\n"
+"Para splith y splitv, <pct> es un porcentaje que representa el tamaño de la "
+"nueva ventana, tomando como referencia el tamaño de la ventana actual. Por "
+"ejemplo 25 significa crear una nueva ventana de tamaño = tamaño_actual / 4\n"
"\n"
"Ejemplos:\n"
" saltar a la ventana mostrando el buffer #1:\n"
@@ -2657,9 +2672,12 @@ msgid ""
"sajoin:\n"
" /alias -completion %%sajoin forcejoin /quote forcejoin"
msgstr ""
-"completador: completador para el alias (opcional, por defecto el completadores el mismo del comando objetivo)\n"
-"nombre_alias: nombre del sinónimo (puede empezar o terminar con \"*\" para un listado)\n"
-" comando: nombre del comando (varios comandos pueden ser separados por punto y comas)\n"
+"completador: completador para el alias (opcional, por defecto el "
+"completadores el mismo del comando objetivo)\n"
+"nombre_alias: nombre del sinónimo (puede empezar o terminar con \"*\" para "
+"un listado)\n"
+" comando: nombre del comando (varios comandos pueden ser separados por "
+"punto y comas)\n"
" argumentos: parámetros para el comando\n"
"\n"
"Sin ningún argumento, este comando lista todos los sinónimos definidos.\n"
@@ -2682,7 +2700,8 @@ msgstr ""
" /alias split /window splith\n"
" alias /hola para decir \"hola\" en todos los canales pero no en #weechat:\n"
" /alias hola /allchan -exclude=#weechat msg * hola\n"
-" alias /forcejoin para enviar el comando IRC \"forcejoin\" con el completador de /sajoin:\n"
+" alias /forcejoin para enviar el comando IRC \"forcejoin\" con el "
+"completador de /sajoin:\n"
" /alias -completion %%sajoin forcejoin /quote forcejoin"
msgid "remove aliases"
@@ -3029,6 +3048,10 @@ msgstr ""
msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: no se pudo crear un nuevo canal"
+#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s se ha unido a %s%s%s"
+
#, c-format
msgid "%s: future away: %s"
msgstr "%s: ausencia futura: %s"
@@ -4452,6 +4475,13 @@ msgstr "mostrar mensaje CTCP incluso si es un CTCP desconocido"
msgid "display old topic when channel topic is changed"
msgstr "mostrar el tema anterior cuando se cambia el tema del canal"
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "mostrar mensaje de ausencia remota únicamente una vez en privado"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "mostrar los modos del canal en el elemento de barra \"buffer_name\""
@@ -4499,9 +4529,6 @@ msgstr ""
"número de mensajes IRC brutos a guardar en memoria (los mensajes serán "
"mostrados cuando sea abra el buffer de datos brutos)"
-msgid "show remote away message only once in private"
-msgstr "mostrar mensaje de ausencia remota únicamente una vez en privado"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/fr.po b/po/fr.po
index 8684a759e..7485066a1 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
-"PO-Revision-Date: 2010-05-20 12:20+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
+"PO-Revision-Date: 2010-05-21 18:08+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: French\n"
@@ -3076,6 +3076,10 @@ msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: impossible d'allouer un nouveau canal"
#, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s est de retour sur le serveur"
+
+#, c-format
msgid "%s: future away: %s"
msgstr "%s: future absence: %s"
@@ -4513,6 +4517,14 @@ msgstr "afficher le message CTCP même si le CTCP est inconnu"
msgid "display old topic when channel topic is changed"
msgstr "afficher l'ancien titre lorsque le titre du canal est changé"
+msgid "display remote away message only once in private"
+msgstr "afficher le message d'absence distant une seule fois en privé"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+"afficher un message en privé lorsque l'utilisateur est de retour (après "
+"avoir quitté le serveur)"
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "affiche les modes du canal dans l'objet de barre \"buffer_name\""
@@ -4561,9 +4573,6 @@ msgstr ""
"données brutes est fermé (ces messages seront affichés lors de l'ouverture "
"du tampon des données brutes)"
-msgid "show remote away message only once in private"
-msgstr "voir le message d'absence distant une seule fois en privé"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/hu.po b/po/hu.po
index 06d4dd1e9..4a5ccdc2c 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:20+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2846,6 +2846,10 @@ msgid "%s%s: cannot allocate new channel"
msgstr "%s nem sikerült új csatornát lefoglalni"
#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s %s(%s%s%s)%s belépett a(z) %s%s szobába\n"
+
+#, fuzzy, c-format
msgid "%s: future away: %s"
msgstr "CTCP %sVERSION%s válasz %s%s%s felhasználótól: %s\n"
@@ -4234,6 +4238,13 @@ msgstr ""
msgid "display old topic when channel topic is changed"
msgstr ""
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "privát beszélgetésben a másik fél távollétét csak egyszer jelezze"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr ""
@@ -4269,9 +4280,6 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
-msgid "show remote away message only once in private"
-msgstr "privát beszélgetésben a másik fél távollétét csak egyszer jelezze"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/it.po b/po/it.po
index daab68648..660282b21 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weechat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:26+0200\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -48,7 +48,8 @@ msgid ""
" about possible options)\n"
msgstr ""
" -a, --no-connect disabilta la connessione automatica all'avvio\n"
-" -d, --dir <percorso> imposta la cartella principale di WeeChat (predefinita: ~/.weechat)\n"
+" -d, --dir <percorso> imposta la cartella principale di WeeChat "
+"(predefinita: ~/.weechat)\n"
" -h, --help mostra questo aiuto\n"
" -k, --keys visualizza i tasti principali di WeeChat\n"
" -l, --license visualizza la licenza di WeeChat\n"
@@ -58,7 +59,8 @@ msgstr ""
" plugin:opzione opzione per il plugin\n"
" per esempio, il plugin irc può connettersi\n"
" al server con un url del tipo:\n"
-" [irc][6][s]://[nick[:password]@]irc.esempio.org[/porta][//#canale1][,#canale2[...]]\n"
+" [irc][6][s]://[nick[:password]@]irc.esempio.org[/"
+"porta][//#canale1][,#canale2[...]]\n"
" (consultare la documentazione per maggiori\n"
" informazioni sulle opzioni disponibili)\n"
@@ -3050,6 +3052,10 @@ msgstr ""
msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: impossibile allocare un nuovo canale"
+#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s è entrato in %s%s%s"
+
#, c-format
msgid "%s: future away: %s"
msgstr "%s: prossima assenza: %s"
@@ -4473,6 +4479,13 @@ msgstr "visualizza messaggio CTCP anche se è CTCP sconosciuto"
msgid "display old topic when channel topic is changed"
msgstr "visualizza l'argomento del canale precedente quando viene cambiato"
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "mostra il messaggio di assenza remoto solo una volta in privato"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "visualizza le modalità canale nell'elemento barra \"buffer_name\""
@@ -4521,9 +4534,6 @@ msgstr ""
"chiuso (i messaggi verranno visualizzati all'apertura del buffer dei dati "
"grezzi)"
-msgid "show remote away message only once in private"
-msgstr "mostra il messaggio di assenza remoto solo una volta in privato"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/pl.po b/po/pl.po
index 21957b140..236f89a53 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:22+0200\n"
"Last-Translator: Krzysztof Koroscik <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -3039,6 +3039,10 @@ msgstr ""
msgid "%s%s: cannot allocate new channel"
msgstr "%s%s: nie można przydzielic nowego kanału"
+#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s%s %s(%s%s%s)%s wszedł na %s%s%s"
+
#, c-format
msgid "%s: future away: %s"
msgstr "%s: przyszła nieobecność: %s"
@@ -4452,6 +4456,13 @@ msgstr "wyświetl wiadomość CTCP nawet jeśli jest to nieznana CTCP"
msgid "display old topic when channel topic is changed"
msgstr "wyświetl stary temat, kiedy zmieniany jest temat kanału"
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "pokazuj wiadomości o nieobecności rozmówcy tylko raz "
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr "wyświetl atrybuty kanału w elemencie paska \"buffer_name\""
@@ -4498,9 +4509,6 @@ msgstr ""
"zamknięty jest bufor takich danych (wiadomości zostaną wyświetlone, po "
"otworzeniu dla nich bufora)"
-msgid "show remote away message only once in private"
-msgstr "pokazuj wiadomości o nieobecności rozmówcy tylko raz "
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/ru.po b/po/ru.po
index 17e878836..c066cd5e6 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: 2010-05-20 12:22+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2856,6 +2856,10 @@ msgid "%s%s: cannot allocate new channel"
msgstr "%s не могу расположить новый канал"
#, fuzzy, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr "%s%s %s(%s%s%s)%s зашёл на канал %s%s\n"
+
+#, fuzzy, c-format
msgid "%s: future away: %s"
msgstr "Планирование статуса на %s%s%s: %s\n"
@@ -4234,6 +4238,13 @@ msgstr ""
msgid "display old topic when channel topic is changed"
msgstr ""
+#, fuzzy
+msgid "display remote away message only once in private"
+msgstr "отображать уведомление об отсутствии единожды в привате"
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr ""
@@ -4269,9 +4280,6 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
-msgid "show remote away message only once in private"
-msgstr "отображать уведомление об отсутствии единожды в привате"
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"
diff --git a/po/weechat.pot b/po/weechat.pot
index 5fbac8380..5d8495d73 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: 2010-05-20 11:47+0200\n"
+"POT-Creation-Date: 2010-05-21 18:07+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2472,6 +2472,10 @@ msgid "%s%s: cannot allocate new channel"
msgstr ""
#, c-format
+msgid "%s%s%s %s(%s%s%s)%s is back on server"
+msgstr ""
+
+#, c-format
msgid "%s: future away: %s"
msgstr ""
@@ -3619,6 +3623,12 @@ msgstr ""
msgid "display old topic when channel topic is changed"
msgstr ""
+msgid "display remote away message only once in private"
+msgstr ""
+
+msgid "display a message in private when user is back (after quit on server)"
+msgstr ""
+
msgid "display channel modes in \"buffer_name\" bar item"
msgstr ""
@@ -3654,9 +3664,6 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
-msgid "show remote away message only once in private"
-msgstr ""
-
msgid ""
"filter join/part/quit messages for a nick if not speaking for some minutes "
"on channel (you must create a filter on tag \"irc_smart_filter\")"