diff --git a/doc/de/autogen/user/weechat_commands.adoc b/doc/de/autogen/user/weechat_commands.adoc index 653a4b759..01619d309 100644 --- a/doc/de/autogen/user/weechat_commands.adoc +++ b/doc/de/autogen/user/weechat_commands.adoc @@ -757,35 +757,38 @@ Standardmäßig werden alle Konfigurationsdateien beim Ausführen des /quit Befe set del -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 +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 -Ohne Angabe von Argumenten wird ein neuer Buffer geöffnet und die schutzwürdigen Informationen können dort eingesehen werden. +Without argument, this command displays secured data in a new buffer. -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). +Keys on secure buffer: + alt+v toggle values -schutzwürdige Daten mit dem Format ${sec.data.xxx} können wie folgt genutzt werden: - - Befehl /eval. - - Argument in der Befehlszeile für "--run-command" - - Einstellung weechat.startup.command_{before|after}_plugins - - weitere Optionen die Passwörter oder sensible Daten beinhalten (zum Beispiel: proxy, irc server und relay); nutze /help mit der entsprechenden Option um zu überprüfen ob die Daten evaluiert werden. +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). -Beispiele: - festlegen eine Passphrase: - /secure passphrase Dies ist meine Passphrase - verschlüsselt freenode SASL Passwort: - /secure set freenode meinPasswort +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 add ghost /eval /msg -server freenode nickserv ghost meinNick ${sec.data.freenode} + alias to ghost the nick "mynick": + /alias add ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- [[command_weechat_set]] diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 5f12f99cf..1ca18548e 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -766,6 +766,9 @@ passphrase: change the passphrase (without passphrase, data is stored as plain t Without argument, this command displays secured data in a new buffer. +Keys on secure buffer: + alt+v toggle values + 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). diff --git a/doc/fr/autogen/user/weechat_commands.adoc b/doc/fr/autogen/user/weechat_commands.adoc index 3c83e93f9..20a502f2e 100644 --- a/doc/fr/autogen/user/weechat_commands.adoc +++ b/doc/fr/autogen/user/weechat_commands.adoc @@ -766,6 +766,9 @@ passphrase : modifier la phrase de chiffrement (sans phrase de chiffrement, les Sans paramètre, cette commande affiche les données sécurisées dans un nouveau tampon. +Les touches sur le tampon des données sécurisées : + alt+v afficher/cacher les valeurs + Lorsqu'une phrase de chiffrement est utilisée (données chiffrées), elle est demandée au démarrage de WeeChat. 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). diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index c2cfb067a..50c198344 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -766,6 +766,9 @@ passphrase: change the passphrase (without passphrase, data is stored as plain t Without argument, this command displays secured data in a new buffer. +Keys on secure buffer: + alt+v toggle values + 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). diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index bbb0e843d..caf15964e 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -757,34 +757,37 @@ file: 保存する設定ファイル (拡張子 ".conf" は不要) set del -passphrase: パスフレーズを変更 (パスフレーズがない場合、sec.conf ファイルに平文でデータを保存します) - -delete: パスフレーズを削除 - decrypt: 暗号化されているデータを復号化 (起動時にパスフレーズが設定されていない場合に起きます) - -discard: 全ての暗号化データを破棄 - set: 保護データを追加または変更 - del: 保護データを削除 +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. -パスフレーズを利用する場合 (データが暗号化されている場合)、WeeChat は起動時にパスフレーズを尋ねます。 -環境変数 "WEECHAT_PASSPHRASE" を利用すれば入力を回避できます (WeeChat は /upgrade の時に同じ変数を利用します)。 +Keys on secure buffer: + alt+v toggle values -${sec.data.xxx} の形で書かれた保護データは以下の様に利用できます: - - /eval コマンド - - コマンドライン引数 "--run-command" - - weechat.startup.command_{before|after}_plugins オプション - - パスワードや機密データを含むと思われるその他のオプション (例えば、プロキシ、irc サーバ、リレー); 保護データが評価されるかを確認するには各オプションの /help を御覧ください。 +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 add ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- diff --git a/doc/pl/autogen/user/weechat_commands.adoc b/doc/pl/autogen/user/weechat_commands.adoc index 69dcb9ad0..d4a5df4b4 100644 --- a/doc/pl/autogen/user/weechat_commands.adoc +++ b/doc/pl/autogen/user/weechat_commands.adoc @@ -757,35 +757,38 @@ Domyślnie zapisywane na dysku są wszystkie pliki konfiguracyjne podczas wykony set del -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 +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 -Bez argumentu, komenda wyświetli zabezpieczone dane w nowym buforze. +Without argument, this command displays secured data in a new buffer. -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). +Keys on secure buffer: + alt+v toggle values -Zabezpieczone dane w formacie ${sec.data.xxx} można użyć w: - - komendzie /eval - - argumencie w linii poleceń "--run-command" - - opcjach weechat.startup.command_{before|after}_plugins - - innych opcjach, które mogą zawierać hasło lub wrażliwe dane (na przykład proxy, serwer irc i relay); zobacz /help na opcjach żeby sprawdzić czy są przetwarzane. +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). -Przykłady: - ustawienie hasła: - /secure passphrase to jest moje hasło - zaszyfrowanie hasła dla freenode SASL: - /secure set freenode mojehasło +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 add ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- [[command_weechat_set]] diff --git a/po/cs.po b/po/cs.po index 58394806c..290b8c223 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:42+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -2242,6 +2242,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/de.po b/po/de.po index 6f0100e46..b92084e32 100644 --- a/po/de.po +++ b/po/de.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-07-17 18:00+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German <>\n" @@ -2601,6 +2601,7 @@ msgstr "" "passphrase |-delete || decrypt |-discard || set " " || del " +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2613,6 +2614,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/es.po b/po/es.po index d58cfa6ca..6d29496c4 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:42+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -2351,6 +2351,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/fr.po b/po/fr.po index 8c5a61e92..d382bb714 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-07-16 09:54+0200\n" -"PO-Revision-Date: 2016-07-16 09:58+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" +"PO-Revision-Date: 2016-07-29 10:02+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -2556,6 +2556,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " @@ -2594,6 +2597,9 @@ msgstr "" "Sans paramètre, cette commande affiche les données sécurisées dans un " "nouveau tampon.\n" "\n" +"Les touches sur le tampon des données sécurisées :\n" +" alt+v afficher/cacher les valeurs\n" +"\n" "Lorsqu'une phrase de chiffrement est utilisée (données chiffrées), elle est " "demandée au démarrage de WeeChat.\n" "Il est possible de définir la variable d'environnement WEECHAT_PASSPHRASE " diff --git a/po/hu.po b/po/hu.po index 4b0d59191..9c6ecfde4 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1979,6 +1979,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/it.po b/po/it.po index 41f900f72..56111089f 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -2397,6 +2397,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/ja.po b/po/ja.po index 1f166335b..76b1b0dfb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-07-09 12:32+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -2471,6 +2471,7 @@ msgstr "" "passphrase |-delete || decrypt |-discard || set " " || del " +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2483,6 +2484,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/pl.po b/po/pl.po index e9a8b0375..3c6be0b76 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -2529,6 +2529,7 @@ msgstr "" "passphrase |-delete || decrypt |-discard || set " " || del " +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2541,6 +2542,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/pt.po b/po/pt.po index 27278b109..a8d9d62fd 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -2523,6 +2523,7 @@ msgstr "" "passphrase |-delete || decrypt |-discard || " "set || del " +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2535,6 +2536,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/pt_BR.po b/po/pt_BR.po index e92ab98a2..a241cb63b 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: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -2375,6 +2375,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/ru.po b/po/ru.po index 002f835e2..52cfdd1ae 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -2002,6 +2002,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/tr.po b/po/tr.po index 2fe30de4c..b9361aebb 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-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -1799,6 +1799,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/po/weechat.pot b/po/weechat.pot index 11bb1991f..69698bc92 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-07-16 09:54+0200\n" +"POT-Creation-Date: 2016-07-29 10:01+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -1797,6 +1797,9 @@ msgid "" "\n" "Without argument, this command displays secured data in a new buffer.\n" "\n" +"Keys on secure buffer:\n" +" alt+v toggle values\n" +"\n" "When a passphrase is used (data encrypted), it is asked by WeeChat on " "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 3e9967ad1..d0bd4d982 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7734,6 +7734,9 @@ command_init () "Without argument, this command displays secured data in a new " "buffer.\n" "\n" + "Keys on secure buffer:\n" + " alt+v toggle values\n" + "\n" "When a passphrase is used (data encrypted), it is asked by WeeChat " "on startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" "