From 59e326da650ca030a6ab287bb3608db150b4a5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 17 Jan 2016 08:54:23 +0100 Subject: [PATCH] core: update translations --- doc/de/autogen/user/irc_commands.asciidoc | 14 +++++-- doc/en/autogen/user/irc_commands.asciidoc | 12 ++++-- doc/fr/autogen/user/irc_commands.asciidoc | 11 +++++- doc/it/autogen/user/irc_commands.asciidoc | 12 ++++-- doc/ja/autogen/user/irc_commands.asciidoc | 14 +++++-- doc/pl/autogen/user/irc_commands.asciidoc | 14 +++++-- po/cs.po | 38 ++++++++++-------- po/de.po | 39 ++++++++++-------- po/es.po | 38 ++++++++++-------- po/fr.po | 48 ++++++++++++++--------- po/hu.po | 34 ++++++++-------- po/it.po | 38 ++++++++++-------- po/ja.po | 37 +++++++++-------- po/pl.po | 37 +++++++++-------- po/pt_BR.po | 32 ++++++++------- po/ru.po | 36 +++++++++-------- po/tr.po | 32 ++++++++------- po/weechat.pot | 29 ++++++++------ 18 files changed, 302 insertions(+), 213 deletions(-) diff --git a/doc/de/autogen/user/irc_commands.asciidoc b/doc/de/autogen/user/irc_commands.asciidoc index 81d82b8f1..e30f0f767 100644 --- a/doc/de/autogen/user/irc_commands.asciidoc +++ b/doc/de/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Beispiele: [command]*`ctcp`* CTCP-Nachricht verschicken:: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - target: Nick- oder Channelname an welchen eine CTCP-Nachricht geschickt werden soll - type: CTCP-Nachricht (Beispiele: "version", "ping", ..) -arguments: Argumente für CTCP + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index b8a469d11..4f3b4d1e4 100644 --- a/doc/en/autogen/user/irc_commands.asciidoc +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Examples: [command]*`ctcp`* send a CTCP message (Client-To-Client Protocol):: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - target: nick or channel name to send CTCP to - type: CTCP type (examples: "version", "ping", ..) + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/doc/fr/autogen/user/irc_commands.asciidoc b/doc/fr/autogen/user/irc_commands.asciidoc index 2bf1c1749..55e24c41e 100644 --- a/doc/fr/autogen/user/irc_commands.asciidoc +++ b/doc/fr/autogen/user/irc_commands.asciidoc @@ -146,11 +146,18 @@ Exemples : [command]*`ctcp`* envoyer un message CTCP (Client-To-Client Protocol):: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - cible : pseudo ou nom de canal à qui envoyer le CTCP + server : envoyer à ce serveur (nom interne) + cible : pseudo ou nom de canal ('*' = canal courant) type : type de CTCP (exemples : "version", "ping", etc...) arguments : paramètres pour le CTCP + +Exemples : + + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index 496018dfd..8cfc01c35 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Examples: [command]*`ctcp`* invia un messaggio CTCP (Protocollo Client-A-Client):: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - target: nick or channel name to send CTCP to - type: CTCP type (examples: "version", "ping", ..) + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index 01f42003f..e5678ef0c 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ WeeChat がサポートする機能: account-notify、away-notify、cap-notify [command]*`ctcp`* CTCP メッセージの送信 (Client-To-Client Protocol):: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - target: CTCP を送信するニックネーム又はチャンネル - type: CTCP タイプ (例: "version"、"ping"、..) -arguments: CTCP の引数 + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc index 23224a9fa..c6e8aa333 100644 --- a/doc/pl/autogen/user/irc_commands.asciidoc +++ b/doc/pl/autogen/user/irc_commands.asciidoc @@ -146,11 +146,17 @@ Przykłady: [command]*`ctcp`* wyślij wiadomość CTCP (protokół klient-klient):: ---- -/ctcp [] +/ctcp [-server ] [,...] [] - cel: nick albo kanał, na który wysłać CTCP - typ: typ CTCP (przykłady: "version", "ping", ..) -argumenty: argumenty dla CTCP + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +Examples: + /ctcp toto time + /ctcp toto version + /ctcp * version ---- [[command_irc_cycle]] diff --git a/po/cs.po b/po/cs.po index 209bebefb..7b61af312 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:50+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" "Language: cs\n" @@ -3626,9 +3626,6 @@ msgstr "barva textu pro nepřítomné přezdíveky" msgid "text color for groups in nicklist" msgstr "barva textu pro skupiny v seznamu přezdívek" -msgid "text color for offline nicknames" -msgstr "barva textu pro nepřipojené přezdíveky" - #, fuzzy msgid "" "color for window separators (when split) and separators beside bars (like " @@ -5249,6 +5246,13 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: příkaz \"%s\" může být spuštěn pouze v bufferu kanálu nebo soukromého " +"rozhovoru" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sCTCP dotaz pro %s%s%s: %s%s%s%s%s" @@ -5334,13 +5338,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "%s%s: pokud nejste v kanálu, je ho třeba uvést pro příkaz \"%s\"" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: příkaz \"%s\" může být spuštěn pouze v bufferu kanálu nebo soukromého " -"rozhovoru" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Oznámení" @@ -5729,14 +5726,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "poslat CTCP zprávu (Client-To-Client Protocol)" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " #, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " příjemce: uživatel nebo kanál, kterému se pošle CTCP\n" " typ: CTCP typ (například: \"version\", \"ping\", ...)\n" diff --git a/po/de.po b/po/de.po index 3f2dd5084..770bcb1f1 100644 --- a/po/de.po +++ b/po/de.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-06 20:39+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German <>\n" "Language: de\n" @@ -4303,9 +4303,6 @@ msgstr "Textfarbe von abwesenden Nicknamen" msgid "text color for groups in nicklist" msgstr "Textfarbe für Gruppen in Benutzerliste" -msgid "text color for offline nicknames" -msgstr "Textfarbe von Nicknamen die Offline sind" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -6201,6 +6198,13 @@ msgstr "" "Server (WIRD NICHT GESICHERT) erstellt werden, muss die Einstellung irc.look." "temporary_servers aktiviert werden" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: Der Befehl \"%s\" kann nur in einem Channel- oder einem privaten " +"Buffer ausgeführt werden" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sCTCP Anfrage an %s%s%s: %s%s%s%s%s" @@ -6293,13 +6297,6 @@ msgstr "" "%s%s: Für den Befehl, \"%s\", muss ein Channel angegeben werden, falls man " "sich nicht in einem Channel befindet" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: Der Befehl \"%s\" kann nur in einem Channel- oder einem privaten " -"Buffer ausgeführt werden" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Hinweis" @@ -6734,13 +6731,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "CTCP-Nachricht verschicken" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " +#, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " target: Nick- oder Channelname an welchen eine CTCP-Nachricht geschickt " "werden soll\n" diff --git a/po/es.po b/po/es.po index 89492beae..605441b12 100644 --- a/po/es.po +++ b/po/es.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:50+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" "Language: es\n" @@ -3808,9 +3808,6 @@ msgstr "color para apodos ausentes" msgid "text color for groups in nicklist" msgstr "color para grupos en la lista de apodos" -msgid "text color for offline nicknames" -msgstr "color para apodos desconectados" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -5463,6 +5460,13 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: el comando \"%s\" sólo puede ser ejecutado en un canal o conversación " +"privada" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sconsulta CTCP a %s%s%s: %s%s%s%s%s" @@ -5549,13 +5553,6 @@ msgid "" msgstr "" "%s%s: debes especificar el canal para el comando \"%s\" si no estás en uno" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: el comando \"%s\" sólo puede ser ejecutado en un canal o conversación " -"privada" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Aviso" @@ -5951,14 +5948,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "envía un mensaje CTCP (Client-To-Client Protocol)" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " #, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " destino: apodo o canal a enviar el CTCP\n" " tipo: tipo de CTCP (ejemplos:\"version\", \"ping\", ...)\n" diff --git a/po/fr.po b/po/fr.po index 5cec5e2e9..9057572e3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:50+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -4193,9 +4193,6 @@ msgstr "couleur du texte pour les pseudos absents" msgid "text color for groups in nicklist" msgstr "couleur du texte pour les groupes dans la liste des pseudos" -msgid "text color for offline nicknames" -msgstr "couleur du texte pour les pseudos déconnectés" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -6066,6 +6063,13 @@ msgstr "" "server add\" (voir /help server); si vous voulez vraiment ajouter un serveur " "temporaire (NON SAUVÉ), activez l'option irc.look.temporary_servers" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s : la commande \"%s\" peut seulement être exécutée dans un tampon canal " +"ou privé" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sDemande CTCP vers %s%s%s : %s%s%s%s%s" @@ -6156,13 +6160,6 @@ msgstr "" "%s%s : vous devez spécifier le canal pour la commande \"%s\" si vous n'êtes " "pas sur un canal" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s : la commande \"%s\" peut seulement être exécutée dans un tampon canal " -"ou privé" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Notice" @@ -6585,17 +6582,30 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "envoyer un message CTCP (Client-To-Client Protocol)" -msgid " []" -msgstr " []" +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] []" msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" -" cible : pseudo ou nom de canal à qui envoyer le CTCP\n" +" server : envoyer à ce serveur (nom interne)\n" +" cible : pseudo ou nom de canal ('*' = canal courant)\n" " type : type de CTCP (exemples : \"version\", \"ping\", etc...)\n" -"arguments : paramètres pour le CTCP" +"arguments : paramètres pour le CTCP\n" +"\n" +"Exemples :\n" +"\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgid "leave and rejoin a channel" msgstr "quitter et rejoindre un canal" diff --git a/po/hu.po b/po/hu.po index 0d7cf7b5b..374cbb481 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:50+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" "Language: hu\n" @@ -3215,10 +3215,6 @@ msgstr "távollevő felhasználók nevének színe" msgid "text color for groups in nicklist" msgstr "név színe" -#, fuzzy -msgid "text color for offline nicknames" -msgstr "távollevő felhasználók nevének színe" - #, fuzzy msgid "" "color for window separators (when split) and separators beside bars (like " @@ -4796,6 +4792,11 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, fuzzy, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "%s \"%s\" parancs csak a szobaablakban futtatható\n" + #, fuzzy, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%s Szerver: %s%s %s[%s%s%s]\n" @@ -4881,11 +4882,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "" -#, fuzzy, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "%s \"%s\" parancs csak a szobaablakban futtatható\n" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "" @@ -5228,14 +5224,20 @@ msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "CTCP üzenet küldése (Client-To-Client Protokoll)" #, fuzzy -msgid " []" -msgstr "fogadó típusa [paraméterek]" +msgid "[-server ] [,...] []" +msgstr "fogadó [,fogadó] szöveg" #, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " fogadó: a felhasználó vagy szoba ahová a CTCP üzenetet küldjük\n" " típus: CTCP üzenet típusa (példa: \"version\", \"ping\", ..)\n" diff --git a/po/it.po b/po/it.po index 8b0daa6f7..6586769b4 100644 --- a/po/it.po +++ b/po/it.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:50+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" "Language: it\n" @@ -3919,9 +3919,6 @@ msgstr "colore del testo per i nick assenti" msgid "text color for groups in nicklist" msgstr "colore del testo per i gruppi nella lista nick" -msgid "text color for offline nicknames" -msgstr "colore del testo per i nick non in linea" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -5610,6 +5607,13 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: il comando \"%s\" può essere eseguito soltanto in un canale o in un " +"buffer privato" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sRichiesta CTCP a %s%s%s: %s%s%s%s%s" @@ -5699,13 +5703,6 @@ msgstr "" "%s%s: è necessario specificare il canale per il comando \"%s\" se non si è " "in un canale" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: il comando \"%s\" può essere eseguito soltanto in un canale o in un " -"buffer privato" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Notice" @@ -6098,14 +6095,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "invia un messaggio CTCP (Protocollo Client-A-Client)" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " #, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" "destinazione: nick o canale a cui inviare il CTCP\n" " tipo: tipo CTCP (esempi: \"version\", \"ping\", ..)\n" diff --git a/po/ja.po b/po/ja.po index cf205dce5..542c61548 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-11 09:00+0900\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -4031,9 +4031,6 @@ msgstr "離席状態のニックネームのテキスト色" msgid "text color for groups in nicklist" msgstr "ニックネームリスト内のグループのテキスト色" -msgid "text color for offline nicknames" -msgstr "オフラインのニックネームのテキスト色" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -5802,6 +5799,12 @@ msgstr "" "さい (/help server を参照); 一時的な (保存されない) サーバを本当に追加したい" "場合は、irc.look.temporary_servers オプションを on にしてください" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: \"%s\" コマンドはチャンネル内かプライベートバッファで実行できます" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%s%s%s%s への CTCP クエリ: %s%s%s%s%s" @@ -5889,12 +5892,6 @@ msgstr "" "%s%s: チャンネルに居ない状態で \"%s\" コマンドを実行するにはチャンネル名の指" "定が必要です" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: \"%s\" コマンドはチャンネル内かプライベートバッファで実行できます" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Notice" @@ -6302,13 +6299,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "CTCP メッセージの送信 (Client-To-Client Protocol)" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " +#, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " target: CTCP を送信するニックネーム又はチャンネル\n" " type: CTCP タイプ (例: \"version\"、\"ping\"、..)\n" diff --git a/po/pl.po b/po/pl.po index 3f7c9d698..b3849a581 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-07 21:28+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" "Language: pl\n" @@ -4129,9 +4129,6 @@ msgstr "kolor nicków ze statusem nieobecności" msgid "text color for groups in nicklist" msgstr "kolor grup na liście nicków" -msgid "text color for offline nicknames" -msgstr "kolor dla nieobecnych nicków" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -5931,6 +5928,12 @@ msgstr "" "\" (zobacz /help server); jeśli naprawdę chcesz utworzyć serwer tymczasowy " "(NIE ZAPISANY), włącz opcję irc.look.temporary_servers" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s: komenda \"%s\" może być wykonana tylko na kanale lub prywatnym buforze" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sZapytanie CTCP do %s%s%s: %s%s%s%s%s" @@ -6019,12 +6022,6 @@ msgstr "" "%s%s: musisz podać kanał dla komendy \"%s\" jeśli nie znajdujesz się na " "kanale" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s: komenda \"%s\" może być wykonana tylko na kanale lub prywatnym buforze" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "Powiadomienie" @@ -6440,13 +6437,21 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "wyślij wiadomość CTCP (protokół klient-klient)" -msgid " []" -msgstr " []" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " +#, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " cel: nick albo kanał, na który wysłać CTCP\n" " typ: typ CTCP (przykłady: \"version\", \"ping\", ..)\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 1b2e1acb4..e78f23981 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:51+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" "Language: pt_BR\n" @@ -3805,9 +3805,6 @@ msgstr "cor de texto para apelidos ausentes" msgid "text color for groups in nicklist" msgstr "cor de texto para gropos na lista de apelidos" -msgid "text color for offline nicknames" -msgstr "cor de texto para apelidos desconectados" - #, fuzzy msgid "" "color for window separators (when split) and separators beside bars (like " @@ -5395,6 +5392,11 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "" @@ -5480,11 +5482,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "" @@ -5794,13 +5791,20 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "envia uma mensagem CTCP (Protocolo Cliente-Cliente)" -msgid " []" +#, fuzzy +msgid "[-server ] [,...] []" msgstr " []" msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" msgid "leave and rejoin a channel" diff --git a/po/ru.po b/po/ru.po index 968d6dd2f..ee7ad1f7c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" -"PO-Revision-Date: 2016-01-05 07:51+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" +"PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" "Language: ru\n" @@ -3248,10 +3248,6 @@ msgstr "цвет отошедших ников" msgid "text color for groups in nicklist" msgstr "цвет ника" -#, fuzzy -msgid "text color for offline nicknames" -msgstr "цвет отошедших ников" - #, fuzzy msgid "" "color for window separators (when split) and separators beside bars (like " @@ -4834,6 +4830,12 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, fuzzy, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s \"%s\" команда может быть выполнена только в буфере канала или привата\n" + #, fuzzy, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "%sСервер: %s%s %s[%s%s%s]\n" @@ -4919,12 +4921,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "" -#, fuzzy, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s \"%s\" команда может быть выполнена только в буфере канала или привата\n" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "" @@ -5269,14 +5265,20 @@ msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "отправить CTCP сообщение (Client-To-Client Protocol)" #, fuzzy -msgid " []" -msgstr "адресат тип [аргументы]" +msgid "[-server ] [,...] []" +msgstr "адресат[,адресат] текст" #, fuzzy msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" " адресат: получатель CTCP сообщения\n" " тип: тип CTCP сообщения (например: \"version\", \"ping\", ..)\n" diff --git a/po/tr.po b/po/tr.po index 58f137ac1..5b0e18064 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" "PO-Revision-Date: 2016-01-05 07:51+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -2906,9 +2906,6 @@ msgstr "uzaktaki kullanıcı isimleri için metin rengi" msgid "text color for groups in nicklist" msgstr "" -msgid "text color for offline nicknames" -msgstr "" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -4385,6 +4382,11 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "" @@ -4470,11 +4472,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "" @@ -4783,13 +4780,20 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "" -msgid " []" -msgstr "" +#, fuzzy +msgid "[-server ] [,...] []" +msgstr "[-server ] [,...] " msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" msgid "leave and rejoin a channel" diff --git a/po/weechat.pot b/po/weechat.pot index b3bcaee57..b4b6a9b1b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-01-05 07:49+0100\n" +"POT-Creation-Date: 2016-01-17 08:51+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -2900,9 +2900,6 @@ msgstr "" msgid "text color for groups in nicklist" msgstr "" -msgid "text color for offline nicknames" -msgstr "" - msgid "" "color for window separators (when split) and separators beside bars (like " "nicklist)" @@ -4368,6 +4365,11 @@ msgid "" "SAVED), turn on the option irc.look.temporary_servers" msgstr "" +#, c-format +msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" + #, c-format msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" msgstr "" @@ -4453,11 +4455,6 @@ msgid "" "%s%s: you must specify channel for \"%s\" command if you're not in a channel" msgstr "" -#, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" - #. TRANSLATORS: "Notice" is command name in IRC protocol (translation is frequently the same word) msgid "Notice" msgstr "" @@ -4766,13 +4763,19 @@ msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "" -msgid " []" +msgid "[-server ] [,...] []" msgstr "" msgid "" -" target: nick or channel name to send CTCP to\n" -" type: CTCP type (examples: \"version\", \"ping\", ..)\n" -"arguments: arguments for CTCP" +" server: send to this server (internal name)\n" +" target: nick or channel ('*' = current channel)\n" +" type: CTCP type (examples: \"version\", \"ping\", ..)\n" +"arguments: arguments for CTCP\n" +"\n" +"Examples:\n" +" /ctcp toto time\n" +" /ctcp toto version\n" +" /ctcp * version" msgstr "" msgid "leave and rejoin a channel"