diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-01 19:00:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-01 19:00:09 +0100 |
commit | 49da028a2c02a9243c69d6348d3934c7e3de9658 (patch) | |
tree | ad774e77e8d2ebc9e5619182f64542c93f096e35 | |
parent | 8392d2fbcc1396da47f13e6188aaba334a0afac8 (diff) | |
download | weechat-49da028a2c02a9243c69d6348d3934c7e3de9658.zip |
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/de/weechat_user.de.txt | 129 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 113 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 113 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 130 | ||||
-rw-r--r-- | po/cs.po | 28 | ||||
-rw-r--r-- | po/de.po | 28 | ||||
-rw-r--r-- | po/es.po | 28 | ||||
-rw-r--r-- | po/fr.po | 28 | ||||
-rw-r--r-- | po/hu.po | 28 | ||||
-rw-r--r-- | po/it.po | 28 | ||||
-rw-r--r-- | po/pl.po | 28 | ||||
-rw-r--r-- | po/pt_BR.po | 28 | ||||
-rw-r--r-- | po/ru.po | 28 | ||||
-rw-r--r-- | po/weechat.pot | 28 | ||||
-rw-r--r-- | src/core/wee-command.c | 4 | ||||
-rw-r--r-- | src/plugins/irc/irc-config.c | 2 | ||||
-rw-r--r-- | src/plugins/irc/irc-msgbuffer.c | 33 | ||||
-rw-r--r-- | src/plugins/irc/irc-msgbuffer.h | 2 | ||||
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 196 | ||||
-rw-r--r-- | src/plugins/xfer/xfer-command.c | 4 |
21 files changed, 608 insertions, 400 deletions
@@ -13,6 +13,8 @@ Version 0.3.5 (under dev!) * core: dynamically allocate color pairs (extended colors can be used without being added with command "/color add") * core: allow background for nick colors (using "/") +* irc: add many missing commands for target buffer (options irc.msgbuffer.xxx) + (bug #32216) * xfer: do not close chat buffers when removing xfer from list (bug #32271) Version 0.3.4 (2011-01-16) diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 5e681590a..559527043 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1472,57 +1472,98 @@ private:: privaten Buffer, oder im aktuellen/Server Buffer falls nicht vorhanden (gemäß der Einstellung in der Option 'irc.look.msgbuffer_fallback') +// TRANSLATION MISSING +server:: + server buffer + weechat:: WeeChat "core" Buffer -Vorgegeben ist der Server-Buffer, falls keine Option ausgewählt wurde. +// TRANSLATION MISSING +When option is not set (default), WeeChat chooses appropriate buffer, commonly +server or channel buffer. Unvollständige Liste der IRC Nachrichten bzw. Alias die angepasst werden können: -[width="50%",cols="^1m,^1m,3",options="header"] +[width="60%",cols="^1m,^3m,8",options="header"] |======================================== -|Nachricht| alias | Beschreibung -| invite | | Einladung in einen Channel -| notice | | Mitteilung -| wallops | | wallops -| 221 | | User mode string -| 275 | whois | whois (sichere Verbindung) -| 301 | whois | whois (abwesend) -| 303 | | ison -| 305 | unaway | nicht abwesend -| 306 | away | abwesend -| 307 | whois | whois (registrierter Nick) -| 310 | whois | whois (Hilfe Modus) -| 311 | whois | whois (User) -| 312 | whois | whois (Server) -| 313 | whois | whois (Operator) -| 314 | whowas | whowas -| 315 | who | who (Ende) -| 317 | whois | whois (inaktiv) -| 318 | whois | whois (ende) -| 319 | whois | whois (Channels) -| 320 | whois | whois (User identifizieren) -| 321 | list | list (Start) -| 322 | list | list (Channel) -| 323 | list | list (Ende) -| 326 | whois | whois (hat oper privs) -| 327 | whois | whois (Host) -| 330 | whois | whois (eingelogged als) -| 335 | whois | whois (ist ein Bot auf) -| 338 | whois | whois (Host) -| 341 | | inviting -| 344 | reop | channel reop -| 345 | reop | channel reop (Ende) -| 351 | | Server Version -| 352 | who | who -| 369 | whowas | whowas (Ende) -| 378 | whois | whois (Verbindung von) -| 379 | whois | whois (genutzte Modi) -| 432 | | fehlerhafter Nickname -| 433 | | Nickname wird schon verwendet -| 438 | | nicht autorisiert um Nicknamen zu ändern -| 671 | whois | whois (sichere Verbindung) -| 901 | | Sie sind nun eingelogged +| Nachricht | alias | Beschreibung +// TRANSLATION MISSING +| error | | error +| invite | | Einladung in einen Channel +| join | | join +| kick | | kick +| kill | | kill +| mode | | mode +| notice | | Mitteilung +| part | | part +| quit | | quit +| topic | | topic +| wallops | | wallops +| 221 | | User mode string +| 275 | whois | whois (sichere Verbindung) +| 301 | whois | whois (abwesend) +| 303 | | ison +| 305 | unaway | nicht abwesend +| 306 | away | abwesend +| 307 | whois | whois (registrierter Nick) +| 310 | whois | whois (Hilfe Modus) +| 311 | whois | whois (User) +| 312 | whois | whois (Server) +| 313 | whois | whois (Operator) +| 314 | whowas | whowas +| 315 | who | who (Ende) +| 317 | whois | whois (inaktiv) +| 318 | whois | whois (ende) +| 319 | whois | whois (Channels) +| 320 | whois | whois (User identifizieren) +| 321 | list | list (Start) +| 322 | list | list (Channel) +| 323 | list | list (Ende) +| 326 | whois | whois (hat oper privs) +| 327 | whois | whois (Host) +// TRANSLATION MISSING +| 328 | | channel URL +// TRANSLATION MISSING +| 329 | | channel creation date +| 330 | whois | whois (eingelogged als) +// TRANSLATION MISSING +| 331 | | no topic for channel +// TRANSLATION MISSING +| 332 | | topic of channel +// TRANSLATION MISSING +| 333 | | infos about topic +| 335 | whois | whois (ist ein Bot auf) +| 338 | whois | whois (Host) +| 341 | | inviting +| 344 | reop | channel reop +| 345 | reop | channel reop (Ende) +// TRANSLATION MISSING +| 346 | invitelist | invite list +// TRANSLATION MISSING +| 347 | invitelist | invite list (end) +// TRANSLATION MISSING +| 348 | exceptionlist | exception list +// TRANSLATION MISSING +| 349 | exceptionlist | exception list (end) +| 351 | | Server Version +| 352 | who | who +// TRANSLATION MISSING +| 353 | names | list of users on channel +// TRANSLATION MISSING +| 366 | names | end of /names list +// TRANSLATION MISSING +| 367 | banlist | ban list +// TRANSLATION MISSING +| 368 | banlist | end of ban list +| 369 | whowas | whowas (Ende) +| 378 | whois | whois (Verbindung von) +| 379 | whois | whois (genutzte Modi) +| 432 | | fehlerhafter Nickname +| 433 | | Nickname wird schon verwendet +| 438 | | nicht autorisiert um Nicknamen zu ändern +| 671 | whois | whois (sichere Verbindung) +| 901 | | Sie sind nun eingelogged |======================================== andere nummerische Befehle können angepasst werden. diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index a570b8aaa..378f60d3e 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1457,57 +1457,82 @@ private:: private buffer for nick, or current/server buffer if not found (according to option 'irc.look.msgbuffer_fallback') +server:: + server buffer + weechat:: WeeChat "core" buffer -Default is server buffer (when option is not set). +When option is not set (default), WeeChat chooses appropriate buffer, commonly +server or channel buffer. Non-exhaustive list of IRC messages or alias that you can customize: -[width="50%",cols="^1m,^1m,3",options="header"] +[width="60%",cols="^1m,^3m,8",options="header"] |======================================== -| message | alias | description -| invite | | invited on a channel -| notice | | notice -| wallops | | wallops -| 221 | | user mode string -| 275 | whois | whois (secure connection) -| 301 | whois | whois (away) -| 303 | | ison -| 305 | unaway | unaway -| 306 | away | away -| 307 | whois | whois (registered nick) -| 310 | whois | whois (help mode) -| 311 | whois | whois (user) -| 312 | whois | whois (server) -| 313 | whois | whois (operator) -| 314 | whowas | whowas -| 315 | who | who (end) -| 317 | whois | whois (idle) -| 318 | whois | whois (end) -| 319 | whois | whois (channels) -| 320 | whois | whois (identified user) -| 321 | list | list (start) -| 322 | list | list (channel) -| 323 | list | list (end) -| 326 | whois | whois (has oper privs) -| 327 | whois | whois (host) -| 330 | whois | whois (logged in as) -| 335 | whois | whois (is a bot on) -| 338 | whois | whois (host) -| 341 | | inviting -| 344 | reop | channel reop -| 345 | reop | channel reop (end) -| 351 | | server version -| 352 | who | who -| 369 | whowas | whowas (end) -| 378 | whois | whois (connecting from) -| 379 | whois | whois (using modes) -| 432 | | erroneous nickname -| 433 | | nickname already in use -| 438 | | not authorized to change nickname -| 671 | whois | whois (secure connection) -| 901 | | you are now logged in +| message | alias | description +| error | | error +| invite | | invited on a channel +| join | | join +| kick | | kick +| kill | | kill +| mode | | mode +| notice | | notice +| part | | part +| quit | | quit +| topic | | topic +| wallops | | wallops +| 221 | | user mode string +| 275 | whois | whois (secure connection) +| 301 | whois | whois (away) +| 303 | | ison +| 305 | unaway | unaway +| 306 | away | away +| 307 | whois | whois (registered nick) +| 310 | whois | whois (help mode) +| 311 | whois | whois (user) +| 312 | whois | whois (server) +| 313 | whois | whois (operator) +| 314 | whowas | whowas +| 315 | who | who (end) +| 317 | whois | whois (idle) +| 318 | whois | whois (end) +| 319 | whois | whois (channels) +| 320 | whois | whois (identified user) +| 321 | list | list (start) +| 322 | list | list (channel) +| 323 | list | list (end) +| 326 | whois | whois (has oper privs) +| 327 | whois | whois (host) +| 328 | | channel URL +| 329 | | channel creation date +| 330 | whois | whois (logged in as) +| 331 | | no topic for channel +| 332 | | topic of channel +| 333 | | infos about topic +| 335 | whois | whois (is a bot on) +| 338 | whois | whois (host) +| 341 | | inviting +| 344 | reop | channel reop +| 345 | reop | channel reop (end) +| 346 | invitelist | invite list +| 347 | invitelist | invite list (end) +| 348 | exceptionlist | exception list +| 349 | exceptionlist | exception list (end) +| 351 | | server version +| 352 | who | who +| 353 | names | list of users on channel +| 366 | names | end of /names list +| 367 | banlist | ban list +| 368 | banlist | end of ban list +| 369 | whowas | whowas (end) +| 378 | whois | whois (connecting from) +| 379 | whois | whois (using modes) +| 432 | | erroneous nickname +| 433 | | nickname already in use +| 438 | | not authorized to change nickname +| 671 | whois | whois (secure connection) +| 901 | | you are now logged in |======================================== Other numeric commands can be customized as well. diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 8fb74d762..6bce3b6c7 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -1504,57 +1504,82 @@ private:: tampon privé pour le pseudo, ou le tampon courant s'il n'est pas trouvé (selon l'option 'irc.look.msgbuffer_fallback') +server:: + tampon du serveur + weechat:: tampon "core" WeeChat -Par défaut, le tampon du serveur est utilisé (quand l'option n'est pas définie). +Lorsque l'option n'est pas définie (par défaut), WeeChat choisira +le tampon approprié, généralement le tampon du serveur ou du canal. Liste non exhaustive des messages ou alias que vous pouvez paramétrer : -[width="50%",cols="^1m,^1m,3",options="header"] +[width="60%",cols="^1m,^3m,8",options="header"] |======================================== -| message | alias | description -| invite | | invité sur un canal -| notice | | notice -| wallops | | wallops -| 221 | | chaîne de mode utilisateur -| 275 | whois | whois (connexion sécurisée) -| 301 | whois | whois (absent) -| 303 | | ison -| 305 | unaway | non absent -| 306 | away | absent -| 307 | whois | whois (pseudo enregistré) -| 310 | whois | whois (mode aide) -| 311 | whois | whois (utilisateur) -| 312 | whois | whois (serveur) -| 313 | whois | whois (opérateur) -| 314 | whowas | whowas -| 315 | who | who (fin) -| 317 | whois | whois (inactivité) -| 318 | whois | whois (fin) -| 319 | whois | whois (canaux) -| 320 | whois | whois (utilisateur identifié) -| 321 | list | list (début) -| 322 | list | list (canal) -| 323 | list | list (fin) -| 326 | whois | whois (a les privilèges oper) -| 327 | whois | whois (machine) -| 330 | whois | whois (identifié comme) -| 335 | whois | whois (est un robot sur) -| 338 | whois | whois (machine) -| 341 | | invitation -| 344 | reop | reop canal -| 345 | reop | reop canal (fin) -| 351 | | version du serveur -| 352 | who | who -| 369 | whowas | whowas (fin) -| 378 | whois | whois (connection depuis) -| 379 | whois | whois (utilise les modes) -| 432 | | pseudo erroné -| 433 | | pseudo déjà en cours d'utilisation -| 438 | | pas autorisé à changer de pseudo -| 671 | whois | whois (connexion sécurisée) -| 901 | | vous êtes maintenant identifié +| message | alias | description +| error | | erreur +| invite | | invité sur un canal +| join | | join +| kick | | kick +| kill | | kill +| mode | | mode +| notice | | notice +| part | | part +| quit | | quit +| topic | | topic +| wallops | | wallops +| 221 | | chaîne de mode utilisateur +| 275 | whois | whois (connexion sécurisée) +| 301 | whois | whois (absent) +| 303 | | ison +| 305 | unaway | non absent +| 306 | away | absent +| 307 | whois | whois (pseudo enregistré) +| 310 | whois | whois (mode aide) +| 311 | whois | whois (utilisateur) +| 312 | whois | whois (serveur) +| 313 | whois | whois (opérateur) +| 314 | whowas | whowas +| 315 | who | who (fin) +| 317 | whois | whois (inactivité) +| 318 | whois | whois (fin) +| 319 | whois | whois (canaux) +| 320 | whois | whois (utilisateur identifié) +| 321 | list | list (début) +| 322 | list | list (canal) +| 323 | list | list (fin) +| 326 | whois | whois (a les privilèges oper) +| 327 | whois | whois (machine) +| 328 | | URL du canal +| 329 | | date de création du canal +| 330 | whois | whois (identifié comme) +| 331 | | pas de titre ("topic") pour le canal +| 332 | | titre du canal ("topic") +| 333 | | infos sur le titre ("topic") +| 335 | whois | whois (est un robot sur) +| 338 | whois | whois (machine) +| 341 | | invitation +| 344 | reop | reop canal +| 345 | reop | reop canal (fin) +| 346 | invitelist | liste des invitations +| 347 | invitelist | liste des invitations (fin) +| 348 | exceptionlist | liste des exceptions +| 349 | exceptionlist | liste des exceptions (fin) +| 351 | | version du serveur +| 352 | who | who +| 353 | names | liste des utilisateurs sur le canal +| 366 | names | fin de la liste /names +| 367 | banlist | liste de bannissement +| 368 | banlist | fin de la liste de bannissement +| 369 | whowas | whowas (fin) +| 378 | whois | whois (connection depuis) +| 379 | whois | whois (utilise les modes) +| 432 | | pseudo erroné +| 433 | | pseudo déjà en cours d'utilisation +| 438 | | pas autorisé à changer de pseudo +| 671 | whois | whois (connexion sécurisée) +| 901 | | vous êtes maintenant identifié |======================================== Les autres messages numériques peuvent être paramétrés de la même manière. diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 30e06373c..fbb15ca94 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1493,59 +1493,99 @@ private:: buffer privato per il nick, o il buffer corrente se non trovato (in base all'opzione 'irc.look.msgbuffer_fallback') +// TRANSLATION MISSING +server:: + server buffer + weechat:: Il buffer "core" di WeeChat -Il buffer del server è la destinazione predefinita -(quando l'opzione non è impostata). +// TRANSLATION MISSING +When option is not set (default), WeeChat chooses appropriate buffer, commonly +server or channel buffer. Ecco una lista incompleta dei messaggi IRC o degli alias che è possibile personalizzare: -[width="50%",cols="^1m,^1m,3",options="header"] +[width="60%",cols="^1m,^3m,8",options="header"] |======================================== -| messaggio | alias | descrizione -| invite | | invitato su un canale -| notice | | notifica -| wallops | | wallops -| 221 | | stringa modalità utente -| 275 | whois | whois (connessione sicura) -| 301 | whois | whois (assente) -| 303 | | ison -| 305 | unaway | presente -| 306 | away | assente -| 307 | whois | whois (nick registrato) -| 310 | whois | whois (modalità aiuto) -| 311 | whois | whois (utente) -| 312 | whois | whois (server) -| 313 | whois | whois (operatore) -| 314 | whowas | whowas -| 315 | who | who (fine) -| 317 | whois | whois (inattività) -| 318 | whois | whois (fine) -| 319 | whois | whois (canali) -| 320 | whois | whois (utente identificato) -| 321 | list | list (inizio) -| 322 | list | list (canale) -| 323 | list | list (fine) -| 326 | whois | whois (con privilegi di operatore) -| 327 | whois | whois (host) -| 330 | whois | whois (loggato come) -| 335 | whois | whois (è un bot su) -| 338 | whois | whois (host) -| 341 | | invito -| 344 | reop | reop sul canale -| 345 | reop | reop sul canale (fine) -| 351 | | versione del server -| 352 | who | who -| 369 | whowas | whowas (fine) -| 378 | whois | whois (connesso da) -| 379 | whois | whois (usa le modalità) -| 432 | | nick errato -| 433 | | nick già utilizzato -| 438 | | non autorizzato a cambiare nick -| 671 | whois | whois (connessione sicura) -| 901 | | ora si è loggati +| messaggio | alias | descrizione +// TRANSLATION MISSING +| error | | error +| invite | | invitato su un canale +| join | | channel join +| kick | | kick +| kill | | kill +| mode | | mode +| notice | | notifica +| part | | part +| quit | | quit +| topic | | topic +| wallops | | wallops +| 221 | | stringa modalità utente +| 275 | whois | whois (connessione sicura) +| 301 | whois | whois (assente) +| 303 | | ison +| 305 | unaway | presente +| 306 | away | assente +| 307 | whois | whois (nick registrato) +| 310 | whois | whois (modalità aiuto) +| 311 | whois | whois (utente) +| 312 | whois | whois (server) +| 313 | whois | whois (operatore) +| 314 | whowas | whowas +| 315 | who | who (fine) +| 317 | whois | whois (inattività) +| 318 | whois | whois (fine) +| 319 | whois | whois (canali) +| 320 | whois | whois (utente identificato) +| 321 | list | list (inizio) +| 322 | list | list (canale) +| 323 | list | list (fine) +| 326 | whois | whois (con privilegi di operatore) +| 327 | whois | whois (host) +// TRANSLATION MISSING +| 328 | | channel URL +// TRANSLATION MISSING +| 329 | | channel creation date +| 330 | whois | whois (loggato come) +// TRANSLATION MISSING +| 331 | | no topic for channel +// TRANSLATION MISSING +| 332 | | topic of channel +// TRANSLATION MISSING +| 333 | | infos about topic +| 335 | whois | whois (è un bot su) +| 338 | whois | whois (host) +| 341 | | invito +| 344 | reop | reop sul canale +| 345 | reop | reop sul canale (fine) +// TRANSLATION MISSING +| 346 | invitelist | invite list +// TRANSLATION MISSING +| 347 | invitelist | invite list (end) +// TRANSLATION MISSING +| 348 | exceptionlist | exception list +// TRANSLATION MISSING +| 349 | exceptionlist | exception list (end) +| 351 | | versione del server +| 352 | who | who +// TRANSLATION MISSING +| 353 | names | list of users on channel +// TRANSLATION MISSING +| 366 | names | end of /names list +// TRANSLATION MISSING +| 367 | banlist | ban list +// TRANSLATION MISSING +| 368 | banlist | end of ban list +| 369 | whowas | whowas (fine) +| 378 | whois | whois (connesso da) +| 379 | whois | whois (usa le modalità) +| 432 | | nick errato +| 433 | | nick già utilizzato +| 438 | | non autorizzato a cambiare nick +| 671 | whois | whois (connessione sicura) +| 901 | | ora si è loggati |======================================== Anche altri comandi numerici possono essere personalizzati. @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 14:50+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -737,7 +737,7 @@ msgstr "%sChyba: nemohu uložit sezení do souboru" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Chyba: exec selhal (program: \"%s\"), ukončuji WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Čas běhu WeeChat: %d %s %02d:%02d:%02d, spuštěn %s" @@ -748,7 +748,7 @@ msgstr[0] "den" msgstr[1] "dny" msgstr[2] "dnů" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "Čas běhu WeeChat: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, spuštěn %s%s" @@ -5387,12 +5387,12 @@ msgstr "%sMód %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL pro %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sKanál vytvořen v %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sKanál %s%s%s vytvořen v %s" @@ -5405,22 +5405,22 @@ msgstr "%sNení nastaveno téma pro kanál %s%s" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sTéma pro %s%s%s v \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTéma nastevil %s%s%s%s%s%s%s%s%s v %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sTéma nasteveno %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTéma pro %s%s%s nastevil %s%s%s%s%s%s%s%s%s v %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sTéma pro %s%s%s nastaveno %s" @@ -5433,7 +5433,7 @@ msgstr "%s%s%s%s pozval %s%s%s na %s%s%s" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sReop kanálu %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s pozván uživatelem %s%s %s(%s%s%s)%s v %s" @@ -5442,7 +5442,7 @@ msgstr "%s%s[%s%s%s] %s%s%s pozván uživatelem %s%s %s(%s%s%s)%s v %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s pozván uživatelem %s%s %s(%s%s%s)" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s vyjímka %s%s%s od %s%s %s(%s%s%s)%s v %s" @@ -5499,7 +5499,7 @@ msgstr[0] "normálních" msgstr[1] "normální" msgstr[2] "normálních" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s zakázán uživatelem %s%s %s(%s%s%s)%s v %s" @@ -7005,7 +7005,7 @@ msgstr "" "%3d. %s (%s), soubor: \"%s\" (lokální: \"%s\"), %s %s, status: %s%s%s (%lu " "%%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -7019,7 +7019,7 @@ msgstr "" " plugin: %s (id: %s), soubor: %lu bytů (pozice: %lu), adresa: %d.%d.%d." "%d (port %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr " fast_send: %s, blocksize: %d, začalo %s" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 20:13+0100\n" "Last-Translator: Nils G.\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -747,7 +747,7 @@ msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "" "***** Fehler: Ausführung schlug fehl (Programm: \"%s\"), WeeChat wird beendet" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "WeeChat Uptime: %d %s %02d:%02d:%02d, gestartet am %s" @@ -757,7 +757,7 @@ msgid_plural "days" msgstr[0] "Tag" msgstr[1] "Tage" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -5649,12 +5649,12 @@ msgstr "%sModus %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL für %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sChannel erstellt am %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sChannel %s%s%s erstellt am %s" @@ -5667,23 +5667,23 @@ msgstr "%sKein Topic für %s%s gesetzt" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sDas Topic von %s%s%s lautet: \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTopic festgelegt von %s%s%s%s%s%s%s%s%s am %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sTopic festgelegt am %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTopic für %s%s%s festgelegt von %s%s%s%s%s%s%s%s%s am %s" # "%s" nach "on" ist ein Datum -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sDas Topic von %s%s%s wurde festgelegt am: %s" @@ -5696,7 +5696,7 @@ msgstr "%s%s%s%s hat %s%s%s in den Channel %s%s%s eingeladen" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sChannel-Reop %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s wurde von %s%s %s(%s%s%s)%s eingeladen am %s" @@ -5705,7 +5705,7 @@ msgstr "%s%s[%s%s%s] %s%s%s wurde von %s%s %s(%s%s%s)%s eingeladen am %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s wurde von %s%s %s(%s%s%s) eingeladen" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s Exception %s%s%s von %s%s %s(%s%s%s)%s auf %s" @@ -5758,7 +5758,7 @@ msgid_plural "normals" msgstr[0] "normal" msgstr[1] "normale" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s wurde gebannt von %s%s %s(%s%s%s)%s auf %s" @@ -7331,7 +7331,7 @@ msgid "" msgstr "" "%3d. %s (%s), Datei: \"%s\" (lokal: \"%s\"), %s %s, Status: %s%s%s (%llu %%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -7346,7 +7346,7 @@ msgstr "" " Erweiterung: %s (id: %s), Datei: %llu Bytes (Position: %llu), Adresse: " "%d.%d.%d.%d (Port %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr " schnelles_senden: %s, Blockgröße: %d, gestartet am %s" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 18:57+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -734,7 +734,7 @@ msgstr "%sError: no se pudo guardar la sesión" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Error: el ejecutable falló (programa: \"%s\"), cerrando WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Uptime de WeeChat: %d %s %02d:%02d:%02d, iniciado en %s" @@ -744,7 +744,7 @@ msgid_plural "days" msgstr[0] "día" msgstr[1] "días" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -5504,12 +5504,12 @@ msgstr "%sModo %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL para %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sCanal creado el %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sCanal %s%s%s creado en %s" @@ -5522,22 +5522,22 @@ msgstr "%sNo hay tema establecido para el canal %s%s" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sEl tema para %s%s%s es \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTema establecido por %s%s%s%s%s%s%s%s%s el %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sTema establecido el%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTema para %s%s%s establecido por %s%s%s%s%s%s%s%s%s el %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sTema para %s%s%s establecido el %s" @@ -5551,7 +5551,7 @@ msgstr "%s%s%s%s ha invitado a %s%s%s a %s%s%s" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sCanal reop %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s invitado por %s%s %s(%s%s%s)%s el %s" @@ -5560,7 +5560,7 @@ msgstr "%s%s[%s%s%s] %s%s%s invitado por %s%s %s(%s%s%s)%s el %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s invitado por %s%s %s(%s%s%s)" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s excepción %s%s%s por %s%s %s(%s%s%s)%s el %s" @@ -5612,7 +5612,7 @@ msgid_plural "normals" msgstr[0] "normal" msgstr[1] "normales" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s vetado por %s%s %s(%s%s%s)%s el %s" @@ -7171,7 +7171,7 @@ msgstr "" "%3d. %s (%s), archivo: \"%s\" (local: \"%s\"), %s %s, estado: %s%s%s (%llu " "%%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -7185,7 +7185,7 @@ msgstr "" " plugin: %s (id: %s), archivo: %llu bytes (posición: %llu), dirección: " "%d.%d.%d.%d (puerto %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr " envío rápido: %s, tamaño del bloque: %d, iniciado en %s" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 21:01+0100\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -737,7 +737,7 @@ msgstr "%sErreur: impossible de sauvegarder la session dans le ficheir" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Error: exec a échoué (programme: \"%s\"), sortie de WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, 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" @@ -747,7 +747,7 @@ msgid_plural "days" msgstr[0] "jour" msgstr[1] "jours" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, 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" @@ -5550,12 +5550,12 @@ msgstr "%sMode %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL pour %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sCanal créé le %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sCanal %s%s%s créé le %s" @@ -5568,22 +5568,22 @@ msgstr "%sPas de titre défini pour le canal %s%s" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sLe titre pour %s%s%s est \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTitre défini par %s%s%s%s%s%s%s%s%s le %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sTitre défini le %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTitre pour %s%s%s défini par %s%s%s%s%s%s%s%s%s le %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sTitre pour %s%s%s défini le %s" @@ -5596,7 +5596,7 @@ msgstr "%s%s%s%s a invité %s%s%s sur %s%s%s" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sReop canal %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s invité par %s%s %s(%s%s%s)%s le %s" @@ -5605,7 +5605,7 @@ msgstr "%s%s[%s%s%s] %s%s%s invité par %s%s %s(%s%s%s)%s le %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s invité par %s%s %s(%s%s%s)" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s exception %s%s%s par %s%s %s(%s%s%s)%s le %s" @@ -5657,7 +5657,7 @@ msgid_plural "normals" msgstr[0] "normal" msgstr[1] "normaux" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s banni par %s%s %s(%s%s%s)%s le %s" @@ -7211,7 +7211,7 @@ msgstr "" "%3d. %s (%s), fichier: \"%s\" (local: \"%s\"), %s %s, statut: %s%s%s (%llu " "%%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -7225,7 +7225,7 @@ msgstr "" " extension: %s (id: %s), fichier: %llu octets (position: %llu), " "addresse: %d.%d.%d.%d (port %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr " envoi rapide: %s, taille de bloc: %d, démarré le %s" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 14:50+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -783,7 +783,7 @@ msgstr "%s nem sikerült a folyamatot menteni\n" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "%s futtatási hiba (program: \"%s\"), a WeeChat kilép\n" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "WeeChat futásidő: %d %s %02d:%02d:%02d, elindítva: %s" @@ -793,7 +793,7 @@ msgid_plural "days" msgstr[0] "nap" msgstr[1] "nap" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, fuzzy, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -5128,12 +5128,12 @@ msgstr "A %s%s %s[%s%s%s]%s üzemmódot bekapcsolta: %s%s\n" msgid "%sURL for %s%s%s: %s" msgstr "A %s%s%s szoba témája: " -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, fuzzy, c-format msgid "%sChannel created on %s" msgstr "Szoba létrehozva: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, fuzzy, c-format msgid "%sChannel %s%s%s created on %s" msgstr "Szoba létrehozva: %s" @@ -5146,22 +5146,22 @@ msgstr "Nincs téma beállítva a %s%s szobában\n" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "A %s%s%s szoba témája: " -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "A témát beállította: %s%s%s, %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic set on %s" msgstr "Nincs téma beállítva a %s%s szobában\n" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "A témát beállította: %s%s%s, %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "A %s%s%s szoba témája: " @@ -5174,7 +5174,7 @@ msgstr "%s%s%s meghívta %s%s%s-t %s%s-kor\n" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%s szoba: %s> %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s-t kitiltotta " @@ -5183,7 +5183,7 @@ msgstr "%s[%s%s%s] %s%s%s-t kitiltotta " msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s[%s%s%s] %s%s%s-t kitiltotta " -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s kitiltva\n" @@ -5240,7 +5240,7 @@ msgid_plural "normals" msgstr[0] "normál" msgstr[1] "normál" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s-t kitiltotta " @@ -6707,7 +6707,7 @@ msgid "" "%3d. %s (%s), file: \"%s\" (local: \"%s\"), %s %s, status: %s%s%s (%llu %%)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -6718,7 +6718,7 @@ msgid "" "%d.%d (port %d)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr "" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 18:57+0100\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -733,7 +733,7 @@ msgstr "%sErrore: impossibile salvare la sessione su file" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Errore: exec fallito (programma: \"%s\"), chiusura di WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Uptime di WeeChat: %d %s %02d:%02d:%02d, avviato il %s" @@ -743,7 +743,7 @@ msgid_plural "days" msgstr[0] "giorno" msgstr[1] "giorni" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -5519,12 +5519,12 @@ msgstr "%sModalità %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL per %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sCanale creato %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sCanale %s%s%s creato %s" @@ -5537,22 +5537,22 @@ msgstr "%sNessun argomento impostato per il canale %s%s" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sL'argomento per %s%s%s è \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sArgomento impostato da %s%s%s%s%s%s%s%s%s il %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sArgomento impostato il %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sArgomento per %s%s%s impostato da %s%s%s%s%s%s%s%s%s il %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sArgomento per %s%s%s impostato il %s" @@ -5565,7 +5565,7 @@ msgstr "%s%s%s%s ha invitato %s%s%s in %s%s%s" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sReop sul canale %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s invitato da %s%s %s(%s%s%s)%s su %s" @@ -5574,7 +5574,7 @@ msgstr "%s%s[%s%s%s] %s%s%s invitato da %s%s %s(%s%s%s)%s su %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s invitato da %s%s %s(%s%s%s)" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s eccezione %s%s%s da %s%s %s(%s%s%s)%s su %s" @@ -5626,7 +5626,7 @@ msgid_plural "normals" msgstr[0] "normale" msgstr[1] "normali" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s bannato da %s%s %s(%s%s%s)%s su %s" @@ -7169,7 +7169,7 @@ msgid "" msgstr "" "%3d, %s (%s), file: \"%s\" (locale: \"%s\"), %s %s, stato: %s%s%s (%llu %%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "%3d. %s, chat con %s (nick locale: %s), iniziata il %s, stato: %s%s" @@ -7182,7 +7182,7 @@ msgstr "" " plugin: %s (id: %s), file: %llu byte (posizione: %llu), indirizzo: %d." "%d.%d.%d (porta %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr "" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 18:57+0100\n" "Last-Translator: Krzysztof Koroscik <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -744,7 +744,7 @@ msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "" "***** Błąd: wykonanie nie powiodło się (program: \"%s\"), wyjście z WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Czas działania WeeChat: %d %s %02d:%02d:%02d, uruchomiono %s" @@ -755,7 +755,7 @@ msgstr[0] "dzień" msgstr[1] "dni" msgstr[2] "dni" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -5478,12 +5478,12 @@ msgstr "%sTryb %s%s %s[%s%s%s]" msgid "%sURL for %s%s%s: %s" msgstr "%sURL dla %s%s%s: %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "%sKanał utworzony %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "%sKanał %s%s%s utworzono %s" @@ -5496,22 +5496,22 @@ msgstr "%sBrak tematu dla kanału %s%s" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "%sTemat kanału %s%s%s to \"%s%s\"" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTemat ustawiony przez %s%s%s%s%s%s%s%s%s dnia %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "%sTemat ustawiony na %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "%sTemat kanału %s%s%s ustawiony przez %s%s%s%s%s%s%s%s%s dnia %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "%sTemat kanału %s%s%s to %s" @@ -5524,7 +5524,7 @@ msgstr "%s%s%s%s zaprosił %s%s%s na %s%s%s" msgid "%sChannel reop %s%s%s: %s%s" msgstr "%sReop kanału %s%s%s: %s%s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s zaproszony przez %s%s %s(%s%s%s)%s na %s" @@ -5533,7 +5533,7 @@ msgstr "%s%s[%s%s%s] %s%s%s zaproszony przez %s%s %s(%s%s%s)%s na %s" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s%s[%s%s%s] %s%s%s zaproszony przez przez %s%s %s(%s%s%s)" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s]%s wyjątek %s%s%s ustawiony przez %s%s %s(%s%s%s)%s na %s" @@ -5590,7 +5590,7 @@ msgstr[0] "normalny" msgstr[1] "normalnych" msgstr[2] "normalnych" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s%s[%s%s%s] %s%s%s zbanowany przez %s%s %s(%s%s%s)%s na %s" @@ -7101,7 +7101,7 @@ msgstr "" "%3d. %s (%s), plik: \"%s\" (lokalnie: \"%s\"), %s %s, status: %s%s%s (%llu " "%%)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "%3d. %s, rozmowa %s (lokaly nick: %s), rozpoczęto %s, status: %s%s" @@ -7114,7 +7114,7 @@ msgstr "" " wtyczka: %s (id: %s), plik: %llu bajtów (pozycja: %llu), adres: %d.%d." "%d.%d (port %d)" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr " szybkie_wysyłanie: %s, rozmiar bloków: %d, rozpoczęto %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4cce090df..b6e5a2a32 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 14:51+0100\n" "Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -743,7 +743,7 @@ msgstr "%sErro: incapaz de salvar a sessão em arquivo" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Erro: exec falhou (programa: \"%s\"), saindo do WeeChat" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "Tempo de execução do WeeChat: %d %s %02d:%02d:%02d, iniciado em %s" @@ -753,7 +753,7 @@ msgid_plural "days" msgstr[0] "dia" msgstr[1] "dias" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -4932,12 +4932,12 @@ msgstr "" msgid "%sURL for %s%s%s: %s" msgstr "" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "" @@ -4950,22 +4950,22 @@ msgstr "" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "" @@ -4978,7 +4978,7 @@ msgstr "" msgid "%sChannel reop %s%s%s: %s%s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -4987,7 +4987,7 @@ msgstr "" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -5038,7 +5038,7 @@ msgid_plural "normals" msgstr[0] "" msgstr[1] "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -6399,7 +6399,7 @@ msgid "" "%3d. %s (%s), file: \"%s\" (local: \"%s\"), %s %s, status: %s%s%s (%llu %%)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -6410,7 +6410,7 @@ msgid "" "%d.%d (port %d)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr "" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+0100\n" "PO-Revision-Date: 2011-01-31 14:51+0100\n" "Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -790,7 +790,7 @@ msgstr "%s не могу сохранить сессию в файл\n" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "%s запуск не удался (программа: \"%s\"), выхожу из WeeChat\n" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "WeeChat работает: %d %s %02d:%02d:%02d, запущен %s" @@ -801,7 +801,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, fuzzy, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "WeeChat работает: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, запущен %s%s" @@ -5143,12 +5143,12 @@ msgstr "Режим %s%s %s[%s%s%s]%s установлен пользовател msgid "%sURL for %s%s%s: %s" msgstr "Тема канала %s%s%s: " -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, fuzzy, c-format msgid "%sChannel created on %s" msgstr "Канал создан %s" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, fuzzy, c-format msgid "%sChannel %s%s%s created on %s" msgstr "Канал создан %s" @@ -5161,22 +5161,22 @@ msgstr "Не установлена тема канала для %s%s\n" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "Тема канала %s%s%s: " -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "Тема установлена пользователем %s%s%s, %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic set on %s" msgstr "Не установлена тема канала для %s%s\n" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "Тема установлена пользователем %s%s%s, %s" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "Тема канала %s%s%s: " @@ -5189,7 +5189,7 @@ msgstr "%s%s%s пригласил %s%s%s на канал %s%s\n" msgid "%sChannel reop %s%s%s: %s%s" msgstr "Реоп канала %s%s%s: %s%s\n" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s забанен пользователем " @@ -5198,7 +5198,7 @@ msgstr "%s[%s%s%s] %s%s%s забанен пользователем " msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "%s[%s%s%s] %s%s%s забанен пользователем " -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s забанен\n" @@ -5260,7 +5260,7 @@ msgstr[0] "обычные" msgstr[1] "обычные" msgstr[2] "обычные" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, fuzzy, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "%s[%s%s%s] %s%s%s забанен пользователем " @@ -6713,7 +6713,7 @@ msgid "" "%3d. %s (%s), file: \"%s\" (local: \"%s\"), %s %s, status: %s%s%s (%llu %%)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -6724,7 +6724,7 @@ msgid "" "%d.%d (port %d)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 9b4d2d2d2..ed012d394 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: 2011-01-31 21:01+0100\n" +"POT-Creation-Date: 2011-02-01 18:55+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" @@ -687,7 +687,7 @@ msgstr "" msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" @@ -697,7 +697,7 @@ msgid_plural "days" msgstr[0] "" msgstr[1] "" -#. TRANSLATORS: "%s%s" after "started on" is date +#. TRANSLATORS: "%s%s" after "started on" is a date #, c-format msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" @@ -4433,12 +4433,12 @@ msgstr "" msgid "%sURL for %s%s%s: %s" msgstr "" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel created on %s" msgstr "" -#. TRANSLATORS: "%s" after "created on" is date +#. TRANSLATORS: "%s" after "created on" is a date #, c-format msgid "%sChannel %s%s%s created on %s" msgstr "" @@ -4451,22 +4451,22 @@ msgstr "" msgid "%sTopic for %s%s%s is \"%s%s\"" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic set on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%sTopic for %s%s%s set on %s" msgstr "" @@ -4479,7 +4479,7 @@ msgstr "" msgid "%sChannel reop %s%s%s: %s%s" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -4488,7 +4488,7 @@ msgstr "" msgid "%s%s[%s%s%s] %s%s%s invited by %s%s %s(%s%s%s)" msgstr "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s]%s exception %s%s%s by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -4539,7 +4539,7 @@ msgid_plural "normals" msgstr[0] "" msgstr[1] "" -#. TRANSLATORS: "%s" after "on" is date +#. TRANSLATORS: "%s" after "on" is a date #, c-format msgid "%s%s[%s%s%s] %s%s%s banned by %s%s %s(%s%s%s)%s on %s" msgstr "" @@ -5900,7 +5900,7 @@ msgid "" "%3d. %s (%s), file: \"%s\" (local: \"%s\"), %s %s, status: %s%s%s (%llu %%)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid "%3d. %s, chat with %s (local nick: %s), started on %s, status: %s%s" msgstr "" @@ -5911,7 +5911,7 @@ msgid "" "%d.%d (port %d)" msgstr "" -#. TRANSLATORS: "%s" after "started on" is date +#. TRANSLATORS: "%s" after "started on" is a date #, c-format msgid " fast_send: %s, blocksize: %d, started on %s" msgstr "" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c1143883b..950af487c 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -3845,7 +3845,7 @@ COMMAND_CALLBACK(uptime) else if ((argc >= 2) && (string_strcasecmp (argv[1], "-ol") == 0)) { snprintf (string, sizeof (string), - /* TRANSLATORS: "%s" after "started on" is date */ + /* TRANSLATORS: "%s" after "started on" is a date */ _("WeeChat uptime: %d %s %02d:%02d:%02d, started on %s"), day, NG_("day", "days", day), @@ -3858,7 +3858,7 @@ COMMAND_CALLBACK(uptime) else { gui_chat_printf (NULL, - /* TRANSLATORS: "%s%s" after "started on" is date */ + /* TRANSLATORS: "%s%s" after "started on" is a date */ _("WeeChat uptime: %s%d %s%s " "%s%02d%s:%s%02d%s:%s%02d%s, " "started on %s%s"), diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 67be897a4..d2c7989b0 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -898,7 +898,7 @@ irc_config_msgbuffer_create_option (void *data, option_name, "integer", _("buffer used to display message received from IRC " "server"), - "weechat|current|private", 0, 0, value, value, 0, + "weechat|server|current|private", 0, 0, value, value, 0, NULL, NULL, NULL, NULL, NULL, NULL); rc = (ptr_option) ? WEECHAT_CONFIG_OPTION_SET_OK_SAME_VALUE : WEECHAT_CONFIG_OPTION_SET_ERROR; diff --git a/src/plugins/irc/irc-msgbuffer.c b/src/plugins/irc/irc-msgbuffer.c index d64a42e1c..0e5291cc0 100644 --- a/src/plugins/irc/irc-msgbuffer.c +++ b/src/plugins/irc/irc-msgbuffer.c @@ -36,23 +36,6 @@ #include "irc-server.h" -char *irc_msgbuffer_target_string[] = -{ "weechat", "server", "current", "private" }; - - -/* - * irc_msgbuffer_get_string: get string value for target - */ - -const char * -irc_msgbuffer_get_string (int target) -{ - if ((target < 0) || (target >= IRC_MSGBUFFER_NUM_TARGETS)) - return NULL; - - return irc_msgbuffer_target_string[target]; -} - /* * irc_msgbuffer_get_option: get pointer to option with IRC message */ @@ -114,17 +97,22 @@ irc_msgbuffer_get_target_buffer (struct t_irc_server *server, const char *nick, if (!ptr_option && alias && alias[0]) ptr_option = irc_msgbuffer_get_option (server, alias); - if (!ptr_option && default_buffer) - return default_buffer; - - target = (ptr_option) ? - weechat_config_integer (ptr_option) : -1; + if (!ptr_option) + { + if (default_buffer) + return default_buffer; + return (server) ? server->buffer : NULL; + } + target = weechat_config_integer (ptr_option); switch (target) { case IRC_MSGBUFFER_TARGET_WEECHAT: return NULL; break; + case IRC_MSGBUFFER_TARGET_SERVER: + return (server) ? server->buffer : NULL; + break; case IRC_MSGBUFFER_TARGET_CURRENT: break; case IRC_MSGBUFFER_TARGET_PRIVATE: @@ -146,5 +134,6 @@ irc_msgbuffer_get_target_buffer (struct t_irc_server *server, const char *nick, buffer_plugin = weechat_buffer_get_pointer (ptr_buffer, "plugin"); if (buffer_plugin == weechat_irc_plugin) return ptr_buffer; + return (server) ? server->buffer : NULL; } diff --git a/src/plugins/irc/irc-msgbuffer.h b/src/plugins/irc/irc-msgbuffer.h index 3ca51d866..5d2928219 100644 --- a/src/plugins/irc/irc-msgbuffer.h +++ b/src/plugins/irc/irc-msgbuffer.h @@ -23,6 +23,7 @@ enum t_irc_msgbuffer_target { IRC_MSGBUFFER_TARGET_WEECHAT = 0, + IRC_MSGBUFFER_TARGET_SERVER, IRC_MSGBUFFER_TARGET_CURRENT, IRC_MSGBUFFER_TARGET_PRIVATE, /* number of msgbuffer targets */ @@ -37,7 +38,6 @@ struct t_irc_msgbuffer enum t_irc_msgbuffer_target target; /* target buffer */ }; -extern const char *irc_msgbuffer_get_string (int target); extern struct t_gui_buffer *irc_msgbuffer_get_target_buffer (struct t_irc_server *server, const char *nick, const char *message, diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 585c53e9c..b3e7ab883 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -330,7 +330,9 @@ IRC_PROTOCOL_CALLBACK(error) ptr_args = (argv_eol[1][0] == ':') ? argv_eol[1] + 1 : argv_eol[1]; - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, NULL, NULL), "%s%s", weechat_prefix ("error"), @@ -354,6 +356,7 @@ IRC_PROTOCOL_CALLBACK(generic_error) int first_arg; char *chan_nick, *args; struct t_irc_channel *ptr_channel; + struct t_gui_buffer *ptr_buffer; /* * example of error: @@ -381,7 +384,11 @@ IRC_PROTOCOL_CALLBACK(generic_error) if (chan_nick) ptr_channel = irc_channel_search (server, chan_nick); - weechat_printf_tags ((ptr_channel) ? ptr_channel->buffer : server->buffer, + ptr_buffer = (ptr_channel) ? ptr_channel->buffer : server->buffer; + + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), "%s%s%s%s%s%s", weechat_prefix ("network"), @@ -487,7 +494,9 @@ IRC_PROTOCOL_CALLBACK(join) display_host = (local_join) ? weechat_config_boolean (irc_config_look_display_host_join_local) : weechat_config_boolean (irc_config_look_display_host_join); - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, (local_join || !weechat_config_boolean (irc_config_look_smart_filter) @@ -557,7 +566,9 @@ IRC_PROTOCOL_CALLBACK(kick) { if (pos_comment) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has kicked %s%s%s %s(%s%s%s)"), weechat_prefix ("quit"), @@ -574,7 +585,9 @@ IRC_PROTOCOL_CALLBACK(kick) } else { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has kicked %s%s%s"), weechat_prefix ("quit"), @@ -656,7 +669,9 @@ IRC_PROTOCOL_CALLBACK(kill) { if (pos_comment) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, NULL, NULL), _("%s%sYou were killed by %s%s%s %s(%s%s%s)"), weechat_prefix ("quit"), @@ -671,7 +686,9 @@ IRC_PROTOCOL_CALLBACK(kill) } else { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, NULL, NULL), _("%s%sYou were killed by %s%s%s"), weechat_prefix ("quit"), @@ -713,6 +730,7 @@ IRC_PROTOCOL_CALLBACK(mode) char *pos_modes; struct t_irc_channel *ptr_channel; struct t_irc_nick *ptr_nick; + struct t_gui_buffer *ptr_buffer; /* * MODE message looks like: @@ -738,8 +756,10 @@ IRC_PROTOCOL_CALLBACK(mode) ptr_nick = irc_nick_search (ptr_channel, nick); if (!ignored) { - weechat_printf_tags ((ptr_channel) ? - ptr_channel->buffer : server->buffer, + ptr_buffer = (ptr_channel) ? ptr_channel->buffer : server->buffer; + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), _("%sMode %s%s %s[%s%s%s]%s by %s%s"), weechat_prefix ("network"), @@ -758,7 +778,9 @@ IRC_PROTOCOL_CALLBACK(mode) { if (!ignored) { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, NULL, NULL), _("%sUser mode %s[%s%s%s]%s by %s%s"), weechat_prefix ("network"), @@ -1145,7 +1167,9 @@ IRC_PROTOCOL_CALLBACK(part) display_host = weechat_config_boolean (irc_config_look_display_host_quit); if (pos_comment) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, (local_part || (ptr_channel->type != IRC_CHANNEL_TYPE_CHANNEL) @@ -1176,7 +1200,9 @@ IRC_PROTOCOL_CALLBACK(part) } else { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, (local_part || (ptr_channel->type != IRC_CHANNEL_TYPE_CHANNEL) @@ -1474,7 +1500,9 @@ IRC_PROTOCOL_CALLBACK(quit) display_host = weechat_config_boolean (irc_config_look_display_host_quit); if (pos_comment && pos_comment[0]) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, (local_quit || (ptr_channel->type != IRC_CHANNEL_TYPE_CHANNEL) @@ -1503,7 +1531,9 @@ IRC_PROTOCOL_CALLBACK(quit) } else { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, (local_quit || (ptr_channel->type != IRC_CHANNEL_TYPE_CHANNEL) @@ -1557,7 +1587,9 @@ IRC_PROTOCOL_CALLBACK(server_mode_reason) pos_args = (argc > 3) ? ((argv_eol[3][0] == ':') ? argv_eol[3] + 1 : argv_eol[3]) : NULL; } - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s: %s", weechat_prefix ("network"), @@ -1588,7 +1620,8 @@ IRC_PROTOCOL_CALLBACK(numeric) } weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, - command, NULL, NULL), + command, NULL, + NULL), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s", weechat_prefix ("network"), @@ -1641,7 +1674,9 @@ IRC_PROTOCOL_CALLBACK(topic) { old_topic_color = irc_color_decode (ptr_channel->topic, weechat_config_boolean (irc_config_network_colors_receive)); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has changed topic for %s%s%s " "from \"%s%s\" to \"%s%s\""), @@ -1661,7 +1696,9 @@ IRC_PROTOCOL_CALLBACK(topic) } else { - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has changed topic for %s%s%s to " "\"%s%s\""), @@ -1685,7 +1722,9 @@ IRC_PROTOCOL_CALLBACK(topic) { old_topic_color = irc_color_decode (ptr_channel->topic, weechat_config_boolean (irc_config_network_colors_receive)); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has unset topic for %s%s%s " "(old topic: \"%s%s\")"), @@ -1703,7 +1742,9 @@ IRC_PROTOCOL_CALLBACK(topic) } else { - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, NULL, NULL), _("%s%s%s%s has unset topic for %s%s%s"), weechat_prefix ("network"), @@ -2601,7 +2642,9 @@ IRC_PROTOCOL_CALLBACK(328) ptr_channel = irc_channel_search (server, argv[3]); if (ptr_channel) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%sURL for %s%s%s: %s"), weechat_prefix ("network"), @@ -2640,9 +2683,11 @@ IRC_PROTOCOL_CALLBACK(329) { if (ptr_channel->display_creation_date) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "created on" is date */ + /* TRANSLATORS: "%s" after "created on" is a date */ _("%sChannel created on %s"), weechat_prefix ("network"), weechat_util_get_time_string (&datetime)); @@ -2651,9 +2696,11 @@ IRC_PROTOCOL_CALLBACK(329) } else { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "created on" is date */ + /* TRANSLATORS: "%s" after "created on" is a date */ _("%sChannel %s%s%s created on %s"), weechat_prefix ("network"), IRC_COLOR_CHAT_CHANNEL, @@ -2673,6 +2720,7 @@ IRC_PROTOCOL_CALLBACK(329) IRC_PROTOCOL_CALLBACK(330_343) { struct t_irc_channel *ptr_channel; + struct t_gui_buffer *ptr_buffer; /* * 330 message looks like: @@ -2706,10 +2754,10 @@ IRC_PROTOCOL_CALLBACK(330_343) { ptr_channel = (irc_channel_is_channel (argv[3])) ? irc_channel_search (server, argv[3]) : NULL; - weechat_printf_tags ((ptr_channel) ? - ptr_channel->buffer : irc_msgbuffer_get_target_buffer (server, argv[3], - command, NULL, - NULL), + ptr_buffer = (ptr_channel) ? ptr_channel->buffer : server->buffer; + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, argv[3], + command, NULL, + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s] %s%s", weechat_prefix ("network"), @@ -2742,7 +2790,9 @@ IRC_PROTOCOL_CALLBACK(331) ptr_channel = irc_channel_search (server, argv[3]); ptr_buffer = (ptr_channel) ? ptr_channel->buffer : server->buffer; - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, argv[3], + command, NULL, + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%sNo topic set for channel %s%s"), weechat_prefix ("network"), @@ -2788,7 +2838,9 @@ IRC_PROTOCOL_CALLBACK(332) topic_color = irc_color_decode (pos_topic, (weechat_config_boolean (irc_config_network_colors_receive)) ? 1 : 0); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%sTopic for %s%s%s is \"%s%s\""), weechat_prefix ("network"), @@ -2842,9 +2894,11 @@ IRC_PROTOCOL_CALLBACK(333) { if (topic_nick) { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%sTopic set by %s%s%s%s%s%s%s%s%s on %s"), weechat_prefix ("network"), IRC_COLOR_NICK_IN_SERVER_MESSAGE(ptr_nick), @@ -2860,9 +2914,11 @@ IRC_PROTOCOL_CALLBACK(333) } else { - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%sTopic set on %s"), weechat_prefix ("network"), weechat_util_get_time_string (&datetime)); @@ -2872,9 +2928,11 @@ IRC_PROTOCOL_CALLBACK(333) { if (topic_nick) { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s"), weechat_prefix ("network"), IRC_COLOR_CHAT_CHANNEL, @@ -2893,9 +2951,11 @@ IRC_PROTOCOL_CALLBACK(333) } else { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + NULL), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%sTopic for %s%s%s set on %s"), weechat_prefix ("network"), IRC_COLOR_CHAT_CHANNEL, @@ -3048,9 +3108,11 @@ IRC_PROTOCOL_CALLBACK(346) if (argc >= 7) { datetime = (time_t)(atol (argv[6])); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "invitelist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%s%s[%s%s%s] %s%s%s invited by " "%s%s %s(%s%s%s)%s on %s"), weechat_prefix ("network"), @@ -3072,7 +3134,9 @@ IRC_PROTOCOL_CALLBACK(346) } else { - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, NULL, + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%s%s[%s%s%s] %s%s%s invited by " "%s%s %s(%s%s%s)"), @@ -3118,7 +3182,9 @@ IRC_PROTOCOL_CALLBACK(347) ptr_channel = irc_channel_search (server, argv[3]); ptr_buffer = (ptr_channel && ptr_channel->nicks) ? ptr_channel->buffer : server->buffer; - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "invitelist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s]%s%s%s", weechat_prefix ("network"), @@ -3157,9 +3223,11 @@ IRC_PROTOCOL_CALLBACK(348) if (argc >= 7) { datetime = (time_t)(atol (argv[6])); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "exceptionlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%s%s[%s%s%s]%s exception %s%s%s " "by %s%s %s(%s%s%s)%s on %s"), weechat_prefix ("network"), @@ -3182,7 +3250,9 @@ IRC_PROTOCOL_CALLBACK(348) } else { - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "exceptionlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%s%s[%s%s%s]%s exception %s%s"), weechat_prefix ("network"), @@ -3221,7 +3291,9 @@ IRC_PROTOCOL_CALLBACK(349) ptr_channel = irc_channel_search (server, argv[3]); ptr_buffer = (ptr_channel && ptr_channel->nicks) ? ptr_channel->buffer : server->buffer; - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "exceptionlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s]%s%s%s", weechat_prefix ("network"), @@ -3437,7 +3509,9 @@ IRC_PROTOCOL_CALLBACK(353) if (!ptr_channel) { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "names", + NULL), irc_protocol_tags (command, "irc_numeric", NULL), _("%sNicks %s%s%s: %s[%s%s%s]"), weechat_prefix ("network"), @@ -3528,7 +3602,9 @@ IRC_PROTOCOL_CALLBACK(366) i++; } } - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "names", + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%sNicks %s%s%s: %s[%s%s]"), weechat_prefix ("network"), @@ -3547,7 +3623,9 @@ IRC_PROTOCOL_CALLBACK(366) /* display number of nicks, ops, halfops & voices on the channel */ irc_nick_count (server, ptr_channel, &num_nicks, &num_op, &num_halfop, &num_voice, &num_normal); - weechat_printf_tags (ptr_channel->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "names", + ptr_channel->buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%sChannel %s%s%s: %s%d%s %s %s(%s%d%s %s, " "%s%d%s %s, %s%d%s %s, %s%d%s %s%s)"), @@ -3583,7 +3661,9 @@ IRC_PROTOCOL_CALLBACK(366) } else { - weechat_printf_tags (server->buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "names", + NULL), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s%s%s: %s", weechat_prefix ("network"), @@ -3619,9 +3699,11 @@ IRC_PROTOCOL_CALLBACK(367) if (argc >= 7) { datetime = (time_t)(atol (argv[6])); - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "banlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), - /* TRANSLATORS: "%s" after "on" is date */ + /* TRANSLATORS: "%s" after "on" is a date */ _("%s%s[%s%s%s] %s%s%s banned by " "%s%s %s(%s%s%s)%s on %s"), weechat_prefix ("network"), @@ -3643,7 +3725,9 @@ IRC_PROTOCOL_CALLBACK(367) } else { - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "banlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), _("%s%s[%s%s%s] %s%s%s banned by " "%s%s %s(%s%s%s)"), @@ -3689,7 +3773,9 @@ IRC_PROTOCOL_CALLBACK(368) ptr_channel = irc_channel_search (server, argv[3]); ptr_buffer = (ptr_channel && ptr_channel->nicks) ? ptr_channel->buffer : server->buffer; - weechat_printf_tags (ptr_buffer, + weechat_printf_tags (irc_msgbuffer_get_target_buffer (server, NULL, + command, "banlist", + ptr_buffer), irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s]%s%s%s", weechat_prefix ("network"), diff --git a/src/plugins/xfer/xfer-command.c b/src/plugins/xfer/xfer-command.c index 92c0fd1af..d0bb0ed16 100644 --- a/src/plugins/xfer/xfer-command.c +++ b/src/plugins/xfer/xfer-command.c @@ -133,7 +133,7 @@ xfer_command_xfer_list (int full) strftime (date, sizeof (date), "%a, %d %b %Y %H:%M:%S", date_tmp); weechat_printf (NULL, - /* TRANSLATORS: "%s" after "started on" is date */ + /* TRANSLATORS: "%s" after "started on" is a date */ _("%3d. %s, chat with %s (local nick: %s), " "started on %s, status: %s%s"), i, @@ -169,7 +169,7 @@ xfer_command_xfer_list (int full) strftime (date, sizeof (date), "%a, %d %b %Y %H:%M:%S", date_tmp); weechat_printf (NULL, - /* TRANSLATORS: "%s" after "started on" is date */ + /* TRANSLATORS: "%s" after "started on" is a date */ _(" fast_send: %s, blocksize: %d, " "started on %s"), (ptr_xfer->fast_send) ? _("yes") : _("no"), |