summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-01-06 12:44:54 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-01-06 12:44:54 +0100
commitf94b679a4a97365de29bb99ede3b2bc5c44cd93f (patch)
tree8a8d9503d80f179a1aff447114272464c080c62f /po
parent2b7c8eb73b5b8ac45c389ebc86671c2f0c487de0 (diff)
downloadweechat-f94b679a4a97365de29bb99ede3b2bc5c44cd93f.zip
Added hotlist option for buffer in plugins API, improved buffer refreshs
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in2
-rw-r--r--po/cs.po51
-rw-r--r--po/de.po52
-rw-r--r--po/es.po50
-rw-r--r--po/fr.po74
-rw-r--r--po/hu.po51
-rw-r--r--po/ru.po51
-rw-r--r--po/srcfiles.cmake2
-rw-r--r--po/weechat.pot39
9 files changed, 199 insertions, 173 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0669d539c..63fcf13cb 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -67,6 +67,7 @@
./src/gui/gui-main.h
./src/gui/gui-nicklist.c
./src/gui/gui-nicklist.h
+./src/gui/gui-status.c
./src/gui/gui-status.h
./src/gui/gui-window.c
./src/gui/gui-window.h
@@ -100,6 +101,7 @@
./src/plugins/irc/irc-display.h
./src/plugins/irc/irc.h
./src/plugins/irc/irc-input.c
+./src/plugins/irc/irc-input.h
./src/plugins/irc/irc-log.c
./src/plugins/irc/irc-mode.c
./src/plugins/irc/irc-mode.h
diff --git a/po/cs.po b/po/cs.po
index f2157f211..75715635c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -229,16 +229,20 @@ msgstr "%s nemohu napojit kalávesu \"%s\"\n"
msgid "Plugins loaded:"
msgstr "Načtené pluginy:\n"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
#, fuzzy
-msgid " commands hooked:"
+msgid " commands hooked:"
msgstr " obsluhovače příkazu:\n"
#, fuzzy
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr " obsluhovače časovače:\n"
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
#, fuzzy
@@ -254,50 +258,50 @@ msgstr[0] "sekunda"
msgstr[1] "sekunda"
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
#, fuzzy
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr " obsluhovače příkazu:\n"
#, fuzzy, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr " %d sekund\n"
#, fuzzy
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr " obsluhovače časovače:\n"
-#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr ""
+#, fuzzy, c-format
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " (není obsluhovač zprávy)\n"
#, fuzzy
msgid "(none)"
msgstr "(neznámý)"
#, fuzzy, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr " (není obsluhovač zprávy)\n"
#, fuzzy
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr " obsluhovače zpráv:\n"
#, fuzzy, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr " IRC(%s)\n"
msgid "(all)"
msgstr ""
#, fuzzy
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr "nastaví konfigurační možnosti"
#, fuzzy
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr " obsluhovače příkazu:\n"
#, fuzzy
@@ -3232,16 +3236,12 @@ msgid_plural "channels"
msgstr[0] "%d kanál"
msgstr[1] "%d kanálů"
-#, 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"
-
-#, c-format
-msgid "%s you are not connected to server\n"
+#, fuzzy, c-format
+msgid "%s%s: you are not connected to server"
msgstr "%s nepřipojen k serveru\n"
-#, fuzzy
-msgid "This buffer is not a channel!\n"
+#, fuzzy, c-format
+msgid "%s: this buffer is not a channel!"
msgstr "Tohe není okno kanálu!\n"
#, c-format
@@ -4071,6 +4071,9 @@ msgstr "Plugin \"%s\" odebrán.\n"
msgid "Saving plugins configuration to disk"
msgstr "Ukládám konfiguraci na disk\n"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr "%s nemohu najít přezdívku pro poslání zprávy\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Přezdívkz %s%s%s: %s["
diff --git a/po/de.po b/po/de.po
index 4874bbe3a..c7afcd634 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -235,16 +235,20 @@ msgstr "%s kann die Taste \"%s\" nicht zuordnen\n"
msgid "Plugins loaded:"
msgstr "Plugins geladen:\n"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
#, fuzzy
-msgid " commands hooked:"
+msgid " commands hooked:"
msgstr " Befehls-Handler:\n"
#, fuzzy
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr " Timer-Handler:\n"
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
#, fuzzy
@@ -260,50 +264,50 @@ msgstr[0] "Sekunde"
msgstr[1] "Sekunde"
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
#, fuzzy
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr " Befehls-Handler:\n"
#, fuzzy, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr " %d Sekunden\n"
#, fuzzy
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr " Timer-Handler:\n"
-#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr ""
+#, fuzzy, c-format
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " (kein Message-Handler)\n"
#, fuzzy
msgid "(none)"
msgstr "(unbekannt)"
#, fuzzy, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr " (kein Message-Handler)\n"
#, fuzzy
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr " Message-Handler:\n"
#, fuzzy, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr " IRC(%s)\n"
msgid "(all)"
msgstr ""
#, fuzzy
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr "Konfigurationsparameter setzen"
#, fuzzy
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr " Befehls-Handler:\n"
#, fuzzy
@@ -3223,17 +3227,12 @@ msgid_plural "channels"
msgstr[0] "ungültige Channelmaske"
msgstr[1] "ungültige Channelmaske"
-#, c-format
-msgid "%s cannot find nick for sending message\n"
-msgstr ""
-"%s kann keinen Nickname finden, an den die Nachricht gesendet werden soll\n"
-
#, fuzzy, c-format
-msgid "%s you are not connected to server\n"
+msgid "%s%s: you are not connected to server"
msgstr "%s keine Verbindung zum Server \"%s\"!\n"
-#, fuzzy
-msgid "This buffer is not a channel!\n"
+#, fuzzy, c-format
+msgid "%s: this buffer is not a channel!"
msgstr "Dieses Fenster ist kein Channel!\n"
#, fuzzy, c-format
@@ -4069,6 +4068,11 @@ msgstr "Plugin \"%s\" entladen.\n"
msgid "Saving plugins configuration to disk"
msgstr "Konfiguration wird gespeichert\n"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr ""
+#~ "%s kann keinen Nickname finden, an den die Nachricht gesendet werden "
+#~ "soll\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Nicks %s%s%s: %s["
diff --git a/po/es.po b/po/es.po
index 809170bf9..1b486f365 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: 2007-09-19 12:09+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -231,16 +231,20 @@ msgstr "%s No ha sido posible atar la clave \"%s\"\n"
msgid "Plugins loaded:"
msgstr "Plugins cargados:\n"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
#, fuzzy
-msgid " commands hooked:"
+msgid " commands hooked:"
msgstr " manejadores de comando:\n"
#, fuzzy
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr " manejadores de temporización:\n"
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
#, fuzzy
@@ -256,50 +260,50 @@ msgstr[0] "segundo"
msgstr[1] "segundo"
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
#, fuzzy
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr " manejadores de comando:\n"
#, fuzzy, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr " %d segundos\n"
#, fuzzy
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr " manejadores de temporización:\n"
-#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr ""
+#, fuzzy, c-format
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " (sin manejador de mensaje)\n"
#, fuzzy
msgid "(none)"
msgstr "(desconocido)"
#, fuzzy, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr " (sin manejador de mensaje)\n"
#, fuzzy
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr " manejadores de mensaje:\n"
#, fuzzy, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr " IRC(%s)\n"
msgid "(all)"
msgstr ""
#, fuzzy
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr "poner opciones de configuración"
#, fuzzy
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr " manejadores de comando:\n"
#, fuzzy
@@ -3225,16 +3229,12 @@ msgid_plural "channels"
msgstr[0] "máscara de canal incorrecta"
msgstr[1] "máscara de canal incorrecta"
-#, 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"
-
#, fuzzy, c-format
-msgid "%s you are not connected to server\n"
+msgid "%s%s: you are not connected to server"
msgstr "%s ¡no conectado al servidor \"%s\"!\n"
-#, fuzzy
-msgid "This buffer is not a channel!\n"
+#, fuzzy, c-format
+msgid "%s: this buffer is not a channel!"
msgstr "¡Esta ventana no es un canal!\n"
#, fuzzy, c-format
@@ -4082,6 +4082,10 @@ msgstr "Plugin \"%s\" descargado.\n"
msgid "Saving plugins configuration to disk"
msgstr "Guardar configuración a disco\n"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr ""
+#~ "%s no ha sido posible encontrar el usuario al que enviar el mensaje\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Usuarios %s%s%s: %s["
diff --git a/po/fr.po b/po/fr.po
index c36579bf7..ab3410f84 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
-"PO-Revision-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
+"PO-Revision-Date: 2008-01-06 12:36+0100\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -214,15 +214,19 @@ msgstr "%sErreur: impossible de créer la touche \"%s\""
msgid "Plugins loaded:"
msgstr "Extensions chargées:"
-msgid " commands hooked:"
-msgstr " commandes accrochées:"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr " écrit par \"%s\", licence: %s"
+
+msgid " commands hooked:"
+msgstr " commandes accrochées:"
-msgid " timers hooked:"
-msgstr " gestionnaires de temps accrochés:"
+msgid " timers hooked:"
+msgstr " gestionnaires de temps accrochés:"
#, c-format
-msgid " %d %s (%d calls remaining)"
-msgstr " %d %s (%d appels restants)"
+msgid " %d %s (%d calls remaining)"
+msgstr " %d %s (%d appels restants)"
msgid "second"
msgid_plural "seconds"
@@ -235,45 +239,45 @@ msgstr[0] "milliseconde"
msgstr[1] "millisecondes"
#, c-format
-msgid " %d %s (no call limit)"
-msgstr " %d %s (pas de limite d'appel)"
+msgid " %d %s (no call limit)"
+msgstr " %d %s (pas de limite d'appel)"
-msgid " fd hooked:"
-msgstr " fichiers accrochés:"
+msgid " fd hooked:"
+msgstr " fichiers accrochés:"
#, c-format
-msgid " %d (flags: %d)"
-msgstr " %d (drapeaux: %d)"
+msgid " %d (flags: %d)"
+msgstr " %d (drapeaux: %d)"
-msgid " prints hooked:"
-msgstr " impressions accrochées:"
+msgid " prints hooked:"
+msgstr " impressions accrochées:"
#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr " tampon: %s / %s, message: \"%s\""
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " tampon: %s / %s, message: \"%s\""
msgid "(none)"
msgstr "(aucun)"
#, c-format
-msgid " message: \"%s\""
-msgstr " message: \"%s\""
+msgid " message: \"%s\""
+msgstr " message: \"%s\""
-msgid " signals hooked:"
-msgstr " signaux accrochés:"
+msgid " signals hooked:"
+msgstr " signaux accrochés:"
#, c-format
-msgid " signal: %s"
-msgstr " signal: %s"
+msgid " signal: %s"
+msgstr " signal: %s"
msgid "(all)"
msgstr "(tous)"
-msgid " configuration options hooked:"
-msgstr " options de configuration accrochées:"
+msgid " configuration options hooked:"
+msgstr " options de configuration accrochées:"
-msgid " completion hooked:"
-msgstr " completion accrochées:"
+msgid " completions hooked:"
+msgstr " completion accrochées:"
msgid "No plugin found."
msgstr "Aucune extension trouvée."
@@ -3138,15 +3142,12 @@ msgstr[0] "canal"
msgstr[1] "canaux"
#, c-format
-msgid "%s cannot find nick for sending message\n"
-msgstr "%s impossible de trouver le pseudo pour envoyer le message\n"
+msgid "%s%s: you are not connected to server"
+msgstr "%s%s: vous n'êtes pas connecté au serveur"
#, c-format
-msgid "%s you are not connected to server\n"
-msgstr "%s vous n'êtes pas connecté au serveur\n"
-
-msgid "This buffer is not a channel!\n"
-msgstr "Ce tampon n'est pas un canal !\n"
+msgid "%s: this buffer is not a channel!"
+msgstr "%s: ce tampon n'est pas un canal !"
#, c-format
msgid "Not enough memory to write log file \"%s\"\n"
@@ -3989,5 +3990,8 @@ msgstr "%sExtension \"%s\" déchargée"
msgid "Saving plugins configuration to disk"
msgstr "Sauvegarde de la configuration des extensions sur disque"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr "%s impossible de trouver le pseudo pour envoyer le message\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Pseudos %s%s%s: %s["
diff --git a/po/hu.po b/po/hu.po
index 684f02919..071c93729 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: 2007-10-10 18:07+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -234,16 +234,20 @@ msgstr "%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni\n"
msgid "Plugins loaded:"
msgstr "Betöltött modulok:\n"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
#, fuzzy
-msgid " commands hooked:"
+msgid " commands hooked:"
msgstr " parancskezelők:\n"
#, fuzzy
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr " időkezelők:\n"
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
#, fuzzy
@@ -259,50 +263,50 @@ msgstr[0] "másodperc"
msgstr[1] "másodperc"
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
#, fuzzy
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr " parancskezelők:\n"
#, fuzzy, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr " %d másodperc\n"
#, fuzzy
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr " időkezelők:\n"
-#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr ""
+#, fuzzy, c-format
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " (nincs üzenetkezelő)\n"
#, fuzzy
msgid "(none)"
msgstr "(ismeretlen)"
#, fuzzy, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr " (nincs üzenetkezelő)\n"
#, fuzzy
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr " üzenetkezelők:\n"
#, fuzzy, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr " IRC(%s)\n"
msgid "(all)"
msgstr ""
#, fuzzy
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr "konfigurációs paraméterek beállítása"
#, fuzzy
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr " parancskezelők:\n"
#, fuzzy
@@ -3234,16 +3238,12 @@ msgid_plural "channels"
msgstr[0] "%d szoba"
msgstr[1] "%d szoba"
-#, c-format
-msgid "%s cannot find nick for sending message\n"
-msgstr "%s nem található név az üzenet küldéséhez\n"
-
-#, c-format
-msgid "%s you are not connected to server\n"
+#, fuzzy, c-format
+msgid "%s%s: you are not connected to server"
msgstr "%s nincs csatlakozva szerverhez!\n"
-#, fuzzy
-msgid "This buffer is not a channel!\n"
+#, fuzzy, c-format
+msgid "%s: this buffer is not a channel!"
msgstr "Ez az ablak nem egy szoba!\n"
#, c-format
@@ -4071,6 +4071,9 @@ msgstr "A \"%s\" modul eltávolítva.\n"
msgid "Saving plugins configuration to disk"
msgstr "Beállítások mentése a lemezre\n"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr "%s nem található név az üzenet küldéséhez\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Felhasználók a %s%s%s szobában: %s["
diff --git a/po/ru.po b/po/ru.po
index c6d38d7c8..95b372316 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -231,16 +231,20 @@ msgstr "%s не могу установить клавишу \"%s\"\n"
msgid "Plugins loaded:"
msgstr "Загруженные plugin'ы\n"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
#, fuzzy
-msgid " commands hooked:"
+msgid " commands hooked:"
msgstr " обработчики команд:\n"
#, fuzzy
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr " обработчики таймера:\n"
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
#, fuzzy
@@ -256,50 +260,50 @@ msgstr[0] "секунда"
msgstr[1] "секунда"
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
#, fuzzy
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr " обработчики команд:\n"
#, fuzzy, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr " %d секунд\n"
#, fuzzy
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr " обработчики таймера:\n"
-#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
-msgstr ""
+#, fuzzy, c-format
+msgid " buffer: %s / %s, message: \"%s\""
+msgstr " (нет обработчика сообщений)\n"
#, fuzzy
msgid "(none)"
msgstr "(неизвестен)"
#, fuzzy, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr " (нет обработчика сообщений)\n"
#, fuzzy
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr " обработчики сообщений:\n"
#, fuzzy, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr " IRC(%s)\n"
msgid "(all)"
msgstr ""
#, fuzzy
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr "настроить параметры конфигурации"
#, fuzzy
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr " обработчики команд:\n"
#, fuzzy
@@ -3222,16 +3226,12 @@ msgid_plural "channels"
msgstr[0] "%d канал"
msgstr[1] "%d каналов"
-#, c-format
-msgid "%s cannot find nick for sending message\n"
-msgstr "%s не могу найти адресата сообщения\n"
-
-#, c-format
-msgid "%s you are not connected to server\n"
+#, fuzzy, c-format
+msgid "%s%s: you are not connected to server"
msgstr "%s вы не подключены к серверу\n"
-#, fuzzy
-msgid "This buffer is not a channel!\n"
+#, fuzzy, c-format
+msgid "%s: this buffer is not a channel!"
msgstr "Это окно не является каналом!\n"
#, c-format
@@ -4053,6 +4053,9 @@ msgstr "Plugin \"%s\" выгружен.\n"
msgid "Saving plugins configuration to disk"
msgstr "Сохраняю конфигурацию\n"
+#~ msgid "%s cannot find nick for sending message\n"
+#~ msgstr "%s не могу найти адресата сообщения\n"
+
#~ msgid "Nicks %s%s%s: %s["
#~ msgstr "Ники %s%s%s: %s["
diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake
index f2e079d5f..785db7e3e 100644
--- a/po/srcfiles.cmake
+++ b/po/srcfiles.cmake
@@ -68,6 +68,7 @@ SET(WEECHAT_SOURCES
./src/gui/gui-main.h
./src/gui/gui-nicklist.c
./src/gui/gui-nicklist.h
+./src/gui/gui-status.c
./src/gui/gui-status.h
./src/gui/gui-window.c
./src/gui/gui-window.h
@@ -101,6 +102,7 @@ SET(WEECHAT_SOURCES
./src/plugins/irc/irc-display.h
./src/plugins/irc/irc.h
./src/plugins/irc/irc-input.c
+./src/plugins/irc/irc-input.h
./src/plugins/irc/irc-log.c
./src/plugins/irc/irc-mode.c
./src/plugins/irc/irc-mode.h
diff --git a/po/weechat.pot b/po/weechat.pot
index 0d18fd7ef..6bb172721 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: 2008-01-02 12:39+0100\n"
+"POT-Creation-Date: 2008-01-06 12:35+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -195,14 +195,18 @@ msgstr ""
msgid "Plugins loaded:"
msgstr ""
-msgid " commands hooked:"
+#, c-format
+msgid " written by \"%s\", license: %s"
+msgstr ""
+
+msgid " commands hooked:"
msgstr ""
-msgid " timers hooked:"
+msgid " timers hooked:"
msgstr ""
#, c-format
-msgid " %d %s (%d calls remaining)"
+msgid " %d %s (%d calls remaining)"
msgstr ""
msgid "second"
@@ -216,44 +220,44 @@ msgstr[0] ""
msgstr[1] ""
#, c-format
-msgid " %d %s (no call limit)"
+msgid " %d %s (no call limit)"
msgstr ""
-msgid " fd hooked:"
+msgid " fd hooked:"
msgstr ""
#, c-format
-msgid " %d (flags: %d)"
+msgid " %d (flags: %d)"
msgstr ""
-msgid " prints hooked:"
+msgid " prints hooked:"
msgstr ""
#, c-format
-msgid " buffer: %s / %s, message: \"%s\""
+msgid " buffer: %s / %s, message: \"%s\""
msgstr ""
msgid "(none)"
msgstr ""
#, c-format
-msgid " message: \"%s\""
+msgid " message: \"%s\""
msgstr ""
-msgid " signals hooked:"
+msgid " signals hooked:"
msgstr ""
#, c-format
-msgid " signal: %s"
+msgid " signal: %s"
msgstr ""
msgid "(all)"
msgstr ""
-msgid " configuration options hooked:"
+msgid " configuration options hooked:"
msgstr ""
-msgid " completion hooked:"
+msgid " completions hooked:"
msgstr ""
msgid "No plugin found."
@@ -2709,14 +2713,11 @@ msgstr[0] ""
msgstr[1] ""
#, c-format
-msgid "%s cannot find nick for sending message\n"
+msgid "%s%s: you are not connected to server"
msgstr ""
#, c-format
-msgid "%s you are not connected to server\n"
-msgstr ""
-
-msgid "This buffer is not a channel!\n"
+msgid "%s: this buffer is not a channel!"
msgstr ""
#, c-format