diff options
-rw-r--r-- | doc/de/autogen/user/weechat_commands.asciidoc | 56 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.asciidoc | 48 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.asciidoc | 54 | ||||
-rw-r--r-- | po/cs.po | 11 | ||||
-rw-r--r-- | po/de.po | 12 | ||||
-rw-r--r-- | po/es.po | 11 | ||||
-rw-r--r-- | po/fr.po | 22 | ||||
-rw-r--r-- | po/hu.po | 11 | ||||
-rw-r--r-- | po/it.po | 11 | ||||
-rw-r--r-- | po/ja.po | 12 | ||||
-rw-r--r-- | po/pl.po | 12 | ||||
-rw-r--r-- | po/pt_BR.po | 11 | ||||
-rw-r--r-- | po/ru.po | 11 | ||||
-rw-r--r-- | po/tr.po | 11 | ||||
-rw-r--r-- | po/weechat.pot | 11 | ||||
-rw-r--r-- | src/core/wee-command.c | 9 |
19 files changed, 154 insertions, 177 deletions
diff --git a/doc/de/autogen/user/weechat_commands.asciidoc b/doc/de/autogen/user/weechat_commands.asciidoc index 5142b9e43..237527d9a 100644 --- a/doc/de/autogen/user/weechat_commands.asciidoc +++ b/doc/de/autogen/user/weechat_commands.asciidoc @@ -751,37 +751,35 @@ Wird keine Datei angegeben dann werden alle Konfigurationen (WeeChat und Erweite set <name> <value> del <name> -passphrase: ändern der Passphrase (ohne Passphrase, werden die Daten in der Datei sec.conf in Klartext gesichert) - -delete: löscht Passphrase - decrypt: entschlüsselt Daten nachträglich (dies passiert nur falls die Passphrase beim Start nicht angegeben wurde) - -discard: verwirft alle verschlüsselten Daten - set: fügt eine schutzwürdige Information hinzu oder ändert eine bestehende - del: entfernt eine schutzwürdige Information - -Ohne Angabe von Argumenten wird ein neuer Buffer geöffnet und die schutzwürdigen Informationen können dort eingesehen werden. - -Wird eine Passphrase verwendet (Daten liegen verschlüsselt vor), fragt WeeChat beim Start die Passphrase ab. -Es ist möglich eine Umgebungsvariable "WEECHAT_PASSPHRASE" zu setzen um die Eingabeaufforderung beim Programmstart zu vermeiden (diese Variable wird auch von WeeChat beim /upgrade verwendet). - -schutzwürdige Daten mit dem Format ${sec.data.xxx} können wie folgt genutzt werden: - - Argument in der Befehlszeile für "--run-command" - - Einstellung weechat.startup.command_{before|after}_plugins - - Proxy-Optionen: username, password - - IRC Server Optionen: autojoin, command, password, sasl_{username|password}, Username, Realname - - Einstellung relay.network.password - - Befehl /eval. - -Beispiele: - festlegen eine Passphrase: - /secure passphrase Dies ist meine Passphrase - verschlüsselt freenode SASL Passwort: - /secure set freenode meinPasswort +passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf) + -delete: delete passphrase + decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup) + -discard: discard all data still encrypted + set: add or change secured data + del: delete secured data + +Without argument, this command displays secured data in a new buffer. + +When a passphrase is used (data encrypted), it is asked by WeeChat on startup. +It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). + +Secured data with format ${sec.data.xxx} can be used in: + - command /eval + - command line argument "--run-command" + - options weechat.startup.command_{before|after}_plugins + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. + +Examples: + set a passphrase: + /secure passphrase this is my passphrase + encrypt freenode SASL password: + /secure set freenode mypassword /set irc.server.freenode.sasl_password "${sec.data.freenode}" - verschlüsselt oftc Passwort für nickserv: - /secure set oftc meinPasswort + encrypt oftc password for nickserv: + /secure set oftc mypassword /set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}" - Alternativbefehl um den eigenen Nick zu ghosten: - /alias ghost /eval /msg -server freenode nickserv ghost meinNick ${sec.data.freenode} + alias to ghost the nick "mynick": + /alias ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- [[command_weechat_set]] diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index bc23aab1e..ff48499dc 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -764,12 +764,10 @@ When a passphrase is used (data encrypted), it is asked by WeeChat on startup. It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). Secured data with format ${sec.data.xxx} can be used in: + - command /eval - command line argument "--run-command" - options weechat.startup.command_{before|after}_plugins - - proxy options: username, password - - irc server options: autojoin, command, password, sasl_{username|password}, username, realname - - option relay.network.password - - command /eval. + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. Examples: set a passphrase: diff --git a/doc/fr/autogen/user/weechat_commands.asciidoc b/doc/fr/autogen/user/weechat_commands.asciidoc index 9e3e12328..268c50b25 100644 --- a/doc/fr/autogen/user/weechat_commands.asciidoc +++ b/doc/fr/autogen/user/weechat_commands.asciidoc @@ -764,12 +764,10 @@ Lorsqu'une phrase de chiffrement est utilisée (données chiffrées), elle est d Il est possible de définir la variable d'environnement WEECHAT_PASSPHRASE pour éviter la demande (cette même variable est utilisée par WeeChat sur le /upgrade). Les données sécurisées avec le format ${sec.data.xxx} peuvent être utilisées dans : + - la commande /eval - le paramètre de ligne de commande "--run-command" - les options weechat.startup.command_{before|after}_plugins - - les options de proxy : username, password - - les options de serveur irc : autojoin, command, password, sasl_{username|password}, username, realname - - l'option relay.network.password - - la commande /eval. + - d'autres options qui peuvent contenir un mot de passe ou des données sensibles (par exemple proxy, serveur irc et relay) ; voir /help sur les options pour vérifier si elles sont évaluées. Exemples : définir une phrase de chiffrement : diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index 196183455..6f233801f 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -764,12 +764,10 @@ When a passphrase is used (data encrypted), it is asked by WeeChat on startup. It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). Secured data with format ${sec.data.xxx} can be used in: + - command /eval - command line argument "--run-command" - options weechat.startup.command_{before|after}_plugins - - proxy options: username, password - - irc server options: autojoin, command, password, sasl_{username|password}, username, realname - - option relay.network.password - - command /eval. + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. Examples: set a passphrase: diff --git a/doc/ja/autogen/user/weechat_commands.asciidoc b/doc/ja/autogen/user/weechat_commands.asciidoc index 9fddea069..d6aded45c 100644 --- a/doc/ja/autogen/user/weechat_commands.asciidoc +++ b/doc/ja/autogen/user/weechat_commands.asciidoc @@ -751,36 +751,34 @@ file: 保存する設定ファイル (拡張子 ".conf" は不要) set <name> <value> del <name> -passphrase: パスフレーズを変更 (パスフレーズがない場合、sec.conf ファイルに平文でデータを保存します) - -delete: パスフレーズを削除 - decrypt: 暗号化されているデータを復号化 (起動時にパスフレーズが設定されていない場合に起きます) - -discard: 全ての暗号化データを破棄 - set: 保護データを追加または変更 - del: 保護データを削除 - -引数がない場合、新しいバッファに保護データを表示します。 - -パスフレーズを利用する場合 (データが暗号化されている場合)、WeeChat は起動時にパスフレーズを尋ねます。 -環境変数 "WEECHAT_PASSPHRASE" を利用すれば入力を回避できます (WeeChat は /upgrade の時に同じ変数を利用します)。 - -${sec.data.xxx} の形でフォーマットされた保護データは以下の様に利用できます: - - コマンドライン引数 "--run-command" - - weechat.startup.command_{before|after}_plugins オプション - - プロキシオプション: username、password - - irc サーバオプション: autojoin、command、password、sasl_{username|password}、username、realname - - relay.network.password オプション - - /eval コマンド。 - -例: - パスフレーズを設定: +passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf) + -delete: delete passphrase + decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup) + -discard: discard all data still encrypted + set: add or change secured data + del: delete secured data + +Without argument, this command displays secured data in a new buffer. + +When a passphrase is used (data encrypted), it is asked by WeeChat on startup. +It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). + +Secured data with format ${sec.data.xxx} can be used in: + - command /eval + - command line argument "--run-command" + - options weechat.startup.command_{before|after}_plugins + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. + +Examples: + set a passphrase: /secure passphrase this is my passphrase - freenode の SASL パスワードを暗号化: + encrypt freenode SASL password: /secure set freenode mypassword /set irc.server.freenode.sasl_password "${sec.data.freenode}" - oftc の nickserv 用パスワードを暗号化: + encrypt oftc password for nickserv: /secure set oftc mypassword /set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}" - ニックネーム "mynick" を取り戻すためのエイリアス ghost を設定 + alias to ghost the nick "mynick": /alias ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index 777eb4596..b12cbd464 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -751,37 +751,35 @@ Bez podania argumentu wszystkie pliki (WeeChat oraz wtyczki) zostaną przeładow set <nazwa> <wartość> del <nazwa> -passphrase: zmienia hasło (bez hasła dane są przechowywane w postaci tekstu w pliku sec.conf) - -delete: kasuje hasło - decrypt: rozszyfrowuje dane będące ciągle zaszyfrowane (zdarza się to tylko jeśli hasło nie zostało podane przy uruchomieniu) - -discard: odrzuca wszystkie nadal zaszyfrowane dane - set: dodaje lub zmienia zaszyfrowane dane - del: kasuje zaszyfrowane dane - -Bez argumentu, komenda wyświetli zabezpieczone dane w nowym buforze. - -Jeśli używane jest hasło (dane zaszyfrowane), należy je podać podczas startu WeeChat. -Jest możliwe ustawienie zmiennej środowiskowej "WEECHAT_PASSPHRASE", aby nie podawać hasła przy uruchomieniu (ta sama zmienna jest używana przez WeeChat podczas wykonywania /upgrade). - -Zabezpieczone dane w formacie ${sec.data.xxx} można użyć w: - - argumencie w linii poleceń "--run-command" - - opcjach weechat.startup.command_{before|after}_plugins - - opcjach proxy: username, password - - opcji serwera autojoin, command, password, sasl_{username|password}, username, realname - - opcji relay.network.password - - komendzie /eval. +passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf) + -delete: delete passphrase + decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup) + -discard: discard all data still encrypted + set: add or change secured data + del: delete secured data -Przykłady: - ustawienie hasła: - /secure passphrase to jest moje hasło - zaszyfrowanie hasła dla freenode SASL: - /secure set freenode mojehasło +Without argument, this command displays secured data in a new buffer. + +When a passphrase is used (data encrypted), it is asked by WeeChat on startup. +It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade). + +Secured data with format ${sec.data.xxx} can be used in: + - command /eval + - command line argument "--run-command" + - options weechat.startup.command_{before|after}_plugins + - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. + +Examples: + set a passphrase: + /secure passphrase this is my passphrase + encrypt freenode SASL password: + /secure set freenode mypassword /set irc.server.freenode.sasl_password "${sec.data.freenode}" - zaszyfrowanie hasła dla nickserva na serwerze oftc: - /secure set oftc mojehasło + encrypt oftc password for nickserv: + /secure set oftc mypassword /set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}" - alias dla polecenia ghost dla nicka "mójnick": - /alias ghost /eval /msg -server freenode nickserv ghost mójnick ${sec.data.freenode} + alias to ghost the nick "mynick": + /alias ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- [[command_weechat_set]] @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-30 10:42+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-08-01 10:23+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2253,13 +2253,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-08-01 15:30+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <>\n" @@ -2593,6 +2593,7 @@ msgstr "" "passphrase <passphrase>|-delete || decrypt <passphrase>|-discard || set " "<name> <value> || del <name>" +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2611,13 +2612,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:41+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2355,13 +2355,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" -"PO-Revision-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" +"PO-Revision-Date: 2015-08-03 21:04+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -2553,13 +2553,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -2594,13 +2593,12 @@ msgstr "" "\n" "Les données sécurisées avec le format ${sec.data.xxx} peuvent être utilisées " "dans :\n" +" - la commande /eval\n" " - le paramètre de ligne de commande \"--run-command\"\n" " - les options weechat.startup.command_{before|after}_plugins\n" -" - les options de proxy : username, password\n" -" - les options de serveur irc : autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - l'option relay.network.password\n" -" - la commande /eval.\n" +" - d'autres options qui peuvent contenir un mot de passe ou des données " +"sensibles (par exemple proxy, serveur irc et relay) ; voir /help sur les " +"options pour vérifier si elles sont évaluées.\n" "\n" "Exemples :\n" " définir une phrase de chiffrement :\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1986,13 +1986,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2401,13 +2401,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n" @@ -2463,6 +2463,7 @@ msgstr "" "passphrase <passphrase>|-delete || decrypt <passphrase>|-discard || set " "<name> <value> || del <name>" +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2481,13 +2482,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2510,6 +2510,7 @@ msgstr "" "passphrase <hasło>|-delete || decrypt <hasło>|-discard || set <nazwa> " "<wartość> || del <nazwa>" +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2528,13 +2529,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index c48a1375e..39c4857bd 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2379,13 +2379,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-07-26 09:42+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2009,13 +2009,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2015-03-10 21:33+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1805,13 +1805,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" diff --git a/po/weechat.pot b/po/weechat.pot index 544754c95..dba750454 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: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1804,13 +1804,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" +" - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" -" - proxy options: username, password\n" -" - irc server options: autojoin, command, password, sasl_{username|" -"password}, username, realname\n" -" - option relay.network.password\n" -" - command /eval.\n" +" - other options that may contain a password or sensitive data (for example " +"proxy, irc server and relay); see /help on the options to check if they are " +"evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index fefc1dc06..a23837849 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7797,13 +7797,12 @@ command_init () "/upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" + " - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" - " - proxy options: username, password\n" - " - irc server options: autojoin, command, password, " - "sasl_{username|password}, username, realname\n" - " - option relay.network.password\n" - " - command /eval.\n" + " - other options that may contain a password or sensitive data " + "(for example proxy, irc server and relay); see /help on the " + "options to check if they are evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" |