From 265fa492d58a341137326a71581477558aecb93b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 16 Dec 2009 15:18:00 +0100 Subject: Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on channels with key --- po/cs.po | 9 +++++++-- po/de.po | 11 +++++++++-- po/es.po | 10 ++++++++-- po/fr.po | 12 ++++++++---- po/hu.po | 9 +++++++-- po/it.po | 10 ++++++++-- po/pl.po | 10 ++++++++-- po/ru.po | 9 +++++++-- po/weechat.pot | 7 +++++-- 9 files changed, 67 insertions(+), 20 deletions(-) (limited to 'po') diff --git a/po/cs.po b/po/cs.po index e50322071..6895ed1df 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-09-14 10:56+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -3984,9 +3984,14 @@ msgstr "" "čárkou rozdělený seznam kanálů na které přistoupit po připojení na server " "(příklad: \"#kanál1,#kanál2,#kanál3 klíč1,klíč2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "automaticky znovu přijít na kanál po vykopnutí" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "doba (v sekundách) před novým zkušením znovupřipojení na server" + #, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s%s: chyba při vytváření serveru \"%s\"" diff --git a/po/de.po b/po/de.po index a2787f4e2..b35f34c9b 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-12-16 12:13+0100\n" "Last-Translator: Nils G \n" "Language-Team: weechat-dev \n" @@ -4117,9 +4117,16 @@ msgstr "" "Durch Kommata getrennte Liste der Channels, die beim Verbinden zum Server " "betreten werden sollen (Beispiel: \"#chan1,#chan2,#chan3 key1,key2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "Channels nach Kick automatisch wieder betreten, falls möglich" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "" +"Zeit in Sekunden, die gewartet wird, bevor ein Verbindungsneuaufbau versucht " +"wird" + #, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s%s: Fehler bei der Erstellung des Servers \"%s\"" diff --git a/po/es.po b/po/es.po index c6bfca9e7..9e7c39c31 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-09-06 21:25+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -3900,9 +3900,15 @@ msgstr "" "lista de canales (separados por comas) a unirse cuando se conecte a un " "servidor (ejemplo: \"#canal1,#canal2,#canal3 clave1,clave2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "automáticamente unirse a los canales cuando sea expulsado" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "" +"espera (en segundos) antes de intentar de nuevo una reconexión del servidor" + #, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s%s: error al crear el servidor \"%s\"" diff --git a/po/fr.po b/po/fr.po index 04515b92c..da60f7d8d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" -"PO-Revision-Date: 2009-12-16 12:13+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" +"PO-Revision-Date: 2009-12-16 14:21+0100\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -4071,8 +4071,12 @@ msgstr "" "liste des canaux (séparés par des virgules) à rejoindre lorsque connecté au " "serveur (exemple: \"#chan1,#chan2,#chan3 key1,key2\")" -msgid "automatically rejoin channels when kicked" -msgstr "rejoindre automatiquement les canaux quand mis dehors" +msgid "automatically rejoin channels after kick" +msgstr "rejoindre automatiquement les canaux après un \"kick\"" + +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "" +"délai (en secondes) avant de rejoindre automatiquement (après un \"kick\")" #, c-format msgid "%s%s: error creating server \"%s\"" diff --git a/po/hu.po b/po/hu.po index 3be65e074..deb9de9cc 100644 --- a/po/hu.po +++ b/po/hu.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-09-20 13:51+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -3925,9 +3925,14 @@ msgstr "" "szobák vesszővel elválasztott listája ahová be akarunk lépni csatlakozás " "után (például: \"#szoba1,#szoba2,#szoba3 kulcs1,kulcs2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "automatikus visszalépés a szobába kirúgáskor" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "két újracsatlakozási próba közti szünet (másodpercben)" + #, fuzzy, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s nincs elég memória az információs pult üzenethez\n" diff --git a/po/it.po b/po/it.po index 1be026f43..b5584c791 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Weechat 0.31-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-11-26 01:26+0100\n" "Last-Translator: Marco Paolone \n" "Language-Team: weechat-dev \n" @@ -4049,9 +4049,15 @@ msgstr "" "elenco separato da virgole di canali in cui entrare quando si è connessi al " "server (esempio: \"#canale1\", #canale2, #canale3 chiave1,chiave2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "rientra automaticamente nei canali dopo il kick" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "" +"ritardo (in secondi) prima di effettuare una nuova connessione al server" + #, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s%s: errore durante la creazione del server \"%s\"" diff --git a/po/pl.po b/po/pl.po index da29d69b1..1963d2668 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-09-06 21:25+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish\n" @@ -4025,9 +4025,15 @@ msgstr "" "oddzielona przecinkami lista kanałów do wejścia po połączeniu z serwerem " "(przykład: \"#kanał1,#kanał2,#kanał3 klucz1,klucz2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "automatycznie wejdź na kanał po wykopaniu" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "" +"opóźnienie (w sekundach) przed próbą ponownego połączenia się z serwerem" + #, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s%s: błąd podczas tworzenia serwera \"%s\"" diff --git a/po/ru.po b/po/ru.po index 817e1f21d..009a2f189 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: 2009-09-20 13:50+0200\n" "Last-Translator: Pavel Shevchuk \n" "Language-Team: weechat-dev \n" @@ -3926,9 +3926,14 @@ msgstr "" "разделённый запятыми список каналов, на которые заходить при подключении к " "серверу (например, \"#chan1,#chan2,#chan3 key1,key2\")" -msgid "automatically rejoin channels when kicked" +#, fuzzy +msgid "automatically rejoin channels after kick" msgstr "автоматически перезаходить на каналы после кика" +#, fuzzy +msgid "delay (in seconds) before autorejoin (after kick)" +msgstr "задержка (в секундах) перед повторным соединением с сервером" + #, fuzzy, c-format msgid "%s%s: error creating server \"%s\"" msgstr "%s недостаточно памяти для сообщения в строке информации\n" diff --git a/po/weechat.pot b/po/weechat.pot index 1b4d7f84b..3f9314ea2 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: 2009-12-16 12:12+0100\n" +"POT-Creation-Date: 2009-12-16 14:20+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3333,7 +3333,10 @@ msgid "" "\"#chan1,#chan2,#chan3 key1,key2\")" msgstr "" -msgid "automatically rejoin channels when kicked" +msgid "automatically rejoin channels after kick" +msgstr "" + +msgid "delay (in seconds) before autorejoin (after kick)" msgstr "" #, c-format -- cgit v1.2.3