diff options
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 4 | ||||
-rw-r--r-- | po/cs.po | 6 | ||||
-rw-r--r-- | po/de.po | 44 | ||||
-rw-r--r-- | po/es.po | 7 | ||||
-rw-r--r-- | po/fr.po | 11 | ||||
-rw-r--r-- | po/hu.po | 6 | ||||
-rw-r--r-- | po/it.po | 7 | ||||
-rw-r--r-- | po/ja.po | 7 | ||||
-rw-r--r-- | po/pl.po | 7 | ||||
-rw-r--r-- | po/pt_BR.po | 6 | ||||
-rw-r--r-- | po/ru.po | 6 | ||||
-rw-r--r-- | po/weechat.pot | 6 |
16 files changed, 76 insertions, 57 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 6a5163b1d..7c758ce39 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** Werte: beliebige Zeichenkette (Standardwert: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** Beschreibung: `Verfahren welches bei einer SASL Authentifizierung angewandt werden soll: "plain" Passwort liegt in Klartext vor, "dh-blowfish" Passwort wird verschlüsselt, "external" SSL Zertifikat welches auf Client Seite vorliegt` +** Beschreibung: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for blowfish crypted password, "dh-aes" for AES crypted password, "external" for authentication using client side SSL cert` ** Typ: integer -** Werte: plain, dh-blowfish, external (Standardwert: `plain`) +** Werte: plain, dh-blowfish, dh-aes, external (Standardwert: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** Beschreibung: `Passwort für SASL Authentifizierung` diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 395ecceea..11ab1ba60 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** values: any string (default value: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert` +** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for blowfish crypted password, "dh-aes" for AES crypted password, "external" for authentication using client side SSL cert` ** type: integer -** values: plain, dh-blowfish, external (default value: `plain`) +** values: plain, dh-blowfish, dh-aes, external (default value: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** description: `password for SASL authentication` diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt index c2f4703b6..d53910856 100644 --- a/doc/fr/autogen/user/irc_options.txt +++ b/doc/fr/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** valeurs: toute chaîne (valeur par défaut: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: `mécanisme pour l'authentification SASL: "plain" pour un mot de passe en clair, "dh-blowfish" pour un mot de passe chiffré, "external" pour une authentification en utilisant un certificat SSL côté client` +** description: `mécanisme pour l'authentification SASL: "plain" pour un mot de passe en clair, "dh-blowfish" pour un mot de passe chiffré avec blowfish, "dh-aes" pour un mot de passe chiffré avec AES, "external" pour une authentification en utilisant un certificat SSL côté client` ** type: entier -** valeurs: plain, dh-blowfish, external (valeur par défaut: `plain`) +** valeurs: plain, dh-blowfish, dh-aes, external (valeur par défaut: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** description: `mot de passe pour l'authentification SASL` diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index ca2c4af99..e30da0cb4 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** valori: qualsiasi stringa (valore predefinito: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** descrizione: `meccanismo per l'autenticazione SASL: "plain" per le password in chiaro, "dh-blowfish" per le password cifrate, "external" per l'autenticazione con certificati SSL lato client` +** descrizione: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for blowfish crypted password, "dh-aes" for AES crypted password, "external" for authentication using client side SSL cert` ** tipo: intero -** valori: plain, dh-blowfish, external (valore predefinito: `plain`) +** valori: plain, dh-blowfish, dh-aes, external (valore predefinito: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** descrizione: `password per l'autenticazione SASL` diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 702be0505..68fcd71ae 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** 説明: `SASL 認証メカニズム: "plain" は平文パスワード、"dh-blowfish" は暗号パスワード、"external" はクライアントサイド SSL 証明書を利用した認証` +** 説明: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for blowfish crypted password, "dh-aes" for AES crypted password, "external" for authentication using client side SSL cert` ** タイプ: 整数 -** 値: plain, dh-blowfish, external (デフォルト値: `plain`) +** 値: plain, dh-blowfish, dh-aes, external (デフォルト値: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** 説明: `SASL 認証用パスワード` @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-16 17:49+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5735,8 +5735,8 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" msgid "username for SASL authentication" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-04-25 12:07+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -1341,8 +1341,10 @@ msgid "" " /eval -n abcd =~ (?-i)^abc ==> 1\n" " /eval -n abcd !~ abc ==> 0" msgstr "" -" -n: zeigt das Ergebnis an, ohne dieses in den Buffer zu schreiben (debug Modus)\n" -"expression: Ausdruck welcher verarbeitet werden soll. Variablen im Format ${variable} werden ersetzt (siehe unten)\n" +" -n: zeigt das Ergebnis an, ohne dieses in den Buffer zu schreiben " +"(debug Modus)\n" +"expression: Ausdruck welcher verarbeitet werden soll. Variablen im Format " +"${variable} werden ersetzt (siehe unten)\n" " operator: ein logischer oder vergleichender Operand:\n" " - logische Operanden:\n" " && boolean \"und\"\n" @@ -1357,22 +1359,33 @@ msgstr "" " =~ stimmt mit regulärem Ausdruck überein\n" " !~ stimmt NICHT mit regulärem Ausdruck überein\n" "\n" -"Ein Ausdruck gilt als \"wahr\", sofern das Ergebnis nicht NULL, nicht leer und von \"0\" abweichend ist.\n" -"Der Vergleich findet zwischen zwei Integer statt, sofern die beiden Ausdrücke gültige Integer-Werte sind.\n" -"Um einen Vergleich zwischen zwei Zeichenketten zu erzwingen, müssen die Ausdrücke in Anführungszeichen gesetzt werden, zum Beispiel:\n" +"Ein Ausdruck gilt als \"wahr\", sofern das Ergebnis nicht NULL, nicht leer " +"und von \"0\" abweichend ist.\n" +"Der Vergleich findet zwischen zwei Integer statt, sofern die beiden " +"Ausdrücke gültige Integer-Werte sind.\n" +"Um einen Vergleich zwischen zwei Zeichenketten zu erzwingen, müssen die " +"Ausdrücke in Anführungszeichen gesetzt werden, zum Beispiel:\n" " 50 > 100 ==> 0\n" " \"50\" > \"100\" ==> 1\n" "\n" -"Einige Variablen werden im Ausdruck, mittels der Formatierung ${Variable}, ersetzt. Mögliche Variablen sind, nach Reihenfolge ihrer Priorität:\n" +"Einige Variablen werden im Ausdruck, mittels der Formatierung ${Variable}, " +"ersetzt. Mögliche Variablen sind, nach Reihenfolge ihrer Priorität:\n" " 1. der Name einer Option (file.section.option)\n" " 2. der Name der lokalen Variablen für Buffer\n" -" 3. ein hdata Name/Variable (der Wert wird automatisch als Zeichenkette konvertiert), Standardmäßig wird für \"window\" und \"buffer\" das aktuelle Fenster/Buffer verwendet.\n" +" 3. ein hdata Name/Variable (der Wert wird automatisch als Zeichenkette " +"konvertiert), Standardmäßig wird für \"window\" und \"buffer\" das aktuelle " +"Fenster/Buffer verwendet.\n" "Das Format für hdata:\n" -" hdata.var1.var2...: startet mit hdata (der Pointer muss bekannt sein) und fragt eine Variable nach der anderen ab (weitere hdata können folgen)\n" -" hdata[list].var1.var2...: startet hdata mittels einer Liste, zum Beispiel:\n" -" ${buffer[gui_buffers].full_name}: der vollständige Name des ersten Buffers, in der verknüpften Liste aller Buffer\n" -" ${plugin[weechat_plugins].name}: Name der ersten Erweiterung, in der verknüpften Liste aller Erweiterungen\n" -"Die vorhandenen Namen für hdata und Variablen sind in der \"Anleitung für API Erweiterung\", Bereich \"weechat_hdata_get\". beschrieben\n" +" hdata.var1.var2...: startet mit hdata (der Pointer muss bekannt sein) und " +"fragt eine Variable nach der anderen ab (weitere hdata können folgen)\n" +" hdata[list].var1.var2...: startet hdata mittels einer Liste, zum " +"Beispiel:\n" +" ${buffer[gui_buffers].full_name}: der vollständige Name des ersten " +"Buffers, in der verknüpften Liste aller Buffer\n" +" ${plugin[weechat_plugins].name}: Name der ersten Erweiterung, in der " +"verknüpften Liste aller Erweiterungen\n" +"Die vorhandenen Namen für hdata und Variablen sind in der \"Anleitung für " +"API Erweiterung\", Bereich \"weechat_hdata_get\". beschrieben\n" "\n" "Beispiele:\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" @@ -6271,10 +6284,11 @@ msgstr "" "capabilities\"), welche vom Server angeboten und genutzt werden sollen " "(Beispiel: \"multi-prefix,extended-join\")" +#, fuzzy msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "Verfahren welches bei einer SASL Authentifizierung angewandt werden soll: " "\"plain\" Passwort liegt in Klartext vor, \"dh-blowfish\" Passwort wird " @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5947,10 +5947,11 @@ msgstr "" "\") para habilitar en el servidor si están disponibles (ejemplo: \"multi-" "prefix,extended-join\")" +#, fuzzy msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "mecanismo de autenticación SASL: \"plain\" para contraseñas en texto plano, " "\"dh-blowfish\" para contraseña encriptada, \"external\" para autentificar " @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" -"PO-Revision-Date: 2013-04-25 12:06+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" +"PO-Revision-Date: 2013-05-01 09:23+0200\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -6122,11 +6122,12 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "mécanisme pour l'authentification SASL: \"plain\" pour un mot de passe en " -"clair, \"dh-blowfish\" pour un mot de passe chiffré, \"external\" pour une " +"clair, \"dh-blowfish\" pour un mot de passe chiffré avec blowfish, \"dh-aes" +"\" pour un mot de passe chiffré avec AES, \"external\" pour une " "authentification en utilisant un certificat SSL côté client" msgid "username for SASL authentication" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-16 17:50+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5300,8 +5300,8 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" #, fuzzy @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5955,10 +5955,11 @@ msgstr "" "\") da abilitare per il server se disponibili (esempio: \"multi-prefix," "extended-join\")" +#, fuzzy msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "meccanismo per l'autenticazione SASL: \"plain\" per le password in chiaro, " "\"dh-blowfish\" per le password cifrate, \"external\" per l'autenticazione " @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -5917,10 +5917,11 @@ msgstr "" "サーバで利用可能ならば有効化する、クライアントの機能のコンマ区切りリスト " "(例: \"multi-prefix,extended-join\")" +#, fuzzy msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "SASL 認証メカニズム: \"plain\" は平文パスワード、\"dh-blowfish\" は暗号パス" "ワード、\"external\" はクライアントサイド SSL 証明書を利用した認証" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6031,10 +6031,11 @@ msgstr "" "oddzielona przecinkami lista opcji włączanych dla serwera, jeśli są dostępne " "(na przykład \"multi-prefix,extended-join\")" +#, fuzzy msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" "mechanizm autentykacji SASL: \"plain\" dla hasła w czystym tekście, \"dh-" "blowfish\" dla szyfrowanego hasła, \"external\" dla uwierzytelnienia za " diff --git a/po/pt_BR.po b/po/pt_BR.po index 64ca3863b..ea55a466d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5476,8 +5476,8 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" msgid "username for SASL authentication" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-03-16 17:50+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5324,8 +5324,8 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" #, fuzzy diff --git a/po/weechat.pot b/po/weechat.pot index 3bf4ddd9f..3b8f069e4 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"POT-Creation-Date: 2013-05-01 09:48+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4616,8 +4616,8 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, \"dh-" -"blowfish\" for crypted password, \"external\" for authentication using " -"client side SSL cert" +"blowfish\" for blowfish crypted password, \"dh-aes\" for AES crypted " +"password, \"external\" for authentication using client side SSL cert" msgstr "" msgid "username for SASL authentication" |