1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: update options supporting secured data in /help secure

This commit is contained in:
Sébastien Helleu
2015-08-03 21:29:17 +02:00
parent 2ed90965a6
commit 5d3e485aec
19 changed files with 143 additions and 166 deletions
+23 -25
View File
@@ -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
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).
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).
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.
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.
Beispiele:
festlegen eine Passphrase:
/secure passphrase Dies ist meine Passphrase
verschlüsselt freenode SASL Passwort:
/secure set freenode meinPasswort
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]]
@@ -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:
@@ -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 :
@@ -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:
+19 -21
View File
@@ -751,36 +751,34 @@ file: 保存する設定ファイル (拡張子 ".conf" は不要)
set <name> <value>
del <name>
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 の時に同じ変数を利用します)。
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).
${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 コマンド。
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}
----
+23 -25
View File
@@ -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
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).
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).
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.
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.
Przykłady:
ustawienie hasła:
/secure passphrase to jest moje hasło
zaszyfrowanie hasła dla freenode SASL:
/secure set freenode mojehasło
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]]
+5 -6
View File
@@ -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"
+6 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+10 -12
View File
@@ -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"
+5 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+6 -6
View File
@@ -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"
+6 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+5 -6
View File
@@ -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"
+4 -5
View File
@@ -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"