1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 03:46:39 +02:00

doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command

This commit is contained in:
Sébastien Helleu
2021-03-14 13:38:50 +01:00
parent e37f2569f9
commit a02a2fbaae
34 changed files with 107 additions and 74 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ the clear password. +
For example with password-store (command `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
[[v3.1_window_splitv]]
@@ -1885,7 +1885,7 @@ Beispiele:
festlegen eine Passphrase:
/secure passphrase Dies ist meine Passphrase
nutze Programm "pass" um die Passphrase beim Start auszulesen:
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
verschlüsselt freenode SASL Passwort:
/secure set freenode meinPasswort
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** Standardwert: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** Beschreibung: pass:none[Auslesen der Passphrase aus der Ausgabe des angegebenen Befehls (nur die erste Zeile wird verwendet und darf kein zusätzliches Zeichen enthalten); Diese Option wird nur verwendet, wenn die Datei sec.conf gelesen wird und wenn die Umgebungsvariable "WEECHAT_PASSPHRASE" nicht festgelegt ist (die Umgebungsvariable hat eine höhere Priorität); Beispiel mit Passwortspeicher: "pass show weechat / passphrase"]
** Beschreibung: pass:none[Auslesen der Passphrase aus der Ausgabe des angegebenen Befehls (nur die erste Zeile wird verwendet und darf kein zusätzliches Zeichen enthalten); Diese Option wird nur verwendet, wenn die Datei sec.conf gelesen wird und wenn die Umgebungsvariable "WEECHAT_PASSPHRASE" nicht festgelegt ist (die Umgebungsvariable hat eine höhere Priorität); Beispiel mit Passwortspeicher: "/usr/bin/pass show weechat / passphrase"]
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette
** Standardwert: `+""+`
+1 -1
View File
@@ -2336,7 +2336,7 @@ Wenn Sie einen Passwortmanager verwenden, können Sie ein externes Programm ausf
anstatt sie beim Start von WeeChat manuell eingeben zu müssen. Zum Beispiel mit Passwortspeicher (Befehl `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
Das Programm fordert Sie möglicherweise auf, Ihren GPG-Schlüssel zu entsperren oder eine andere Passphrase
@@ -1885,7 +1885,7 @@ Examples:
set a passphrase:
/secure passphrase this is my passphrase
use program "pass" to read the passphrase on startup:
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
encrypt freenode SASL password:
/secure set freenode mypassword
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** default value: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** description: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "pass show weechat/passphrase"]
** description: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "/usr/bin/pass show weechat/passphrase"]
** type: string
** values: any string
** default value: `+""+`
+1 -1
View File
@@ -2298,7 +2298,7 @@ the passphrase instead of having to type it manually on WeeChat startup. +
For example with password-store (command `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
The program may ask you unlock your GPG key or enter another passphrase to
@@ -1885,7 +1885,7 @@ Exemples :
définir une phrase de chiffrement :
/secure passphrase ceci est ma phrase de chiffrement
utiliser le programme "pass" pour lire la phrase de chiffrement au démarrage :
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
chiffrer le mot de passe freenode SASL :
/secure set freenode motdepasse
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** valeur par défaut: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** description: pass:none[lire la phrase de chiffrement depuis la sortie de cette commande système (seule la première ligne est utilisée et elle ne doit contenir aucun autre caractère) ; cette option est utilisée seulement pour lire le fichier sec.conf et si la variable d'environnement "WEECHAT_PASSPHRASE" n'est pas définie (la variable d'environnement a une priorité plus haute) ; exemple avec password-store : "pass show weechat/passphrase"]
** description: pass:none[lire la phrase de chiffrement depuis la sortie de cette commande système (seule la première ligne est utilisée et elle ne doit contenir aucun autre caractère) ; cette option est utilisée seulement pour lire le fichier sec.conf et si la variable d'environnement "WEECHAT_PASSPHRASE" n'est pas définie (la variable d'environnement a une priorité plus haute) ; exemple avec password-store : "/usr/bin/pass show weechat/passphrase"]
** type: chaîne
** valeurs: toute chaîne
** valeur par défaut: `+""+`
+1 -1
View File
@@ -2376,7 +2376,7 @@ un programme externe pour lire la phrase de chiffrement au lieu d'avoir
Par exemple avec password-store (command `pass`) :
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
Le programme peut vous demander de déverrouiller votre clé GPG ou d'entrer une
@@ -1885,7 +1885,7 @@ Examples:
set a passphrase:
/secure passphrase this is my passphrase
use program "pass" to read the passphrase on startup:
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
encrypt freenode SASL password:
/secure set freenode mypassword
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** valore predefinito: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** descrizione: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "pass show weechat/passphrase"]
** descrizione: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "/usr/bin/pass show weechat/passphrase"]
** tipo: stringa
** valori: qualsiasi stringa
** valore predefinito: `+""+`
+1 -1
View File
@@ -2466,7 +2466,7 @@ the passphrase instead of having to type it manually on WeeChat startup. +
For example with password-store (command `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
The program may ask you unlock your GPG key or enter another passphrase to
@@ -1885,7 +1885,7 @@ Examples:
set a passphrase:
/secure passphrase this is my passphrase
use program "pass" to read the passphrase on startup:
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
encrypt freenode SASL password:
/secure set freenode mypassword
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** デフォルト値: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** 説明: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "pass show weechat/passphrase"]
** 説明: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra character); this option is used only when reading file sec.conf and if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); example with password-store: "/usr/bin/pass show weechat/passphrase"]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+""+`
+1 -1
View File
@@ -2359,7 +2359,7 @@ the passphrase instead of having to type it manually on WeeChat startup. +
For example with password-store (command `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
The program may ask you unlock your GPG key or enter another passphrase to
@@ -1884,7 +1884,7 @@ Przykłady:
ustawienie hasła:
/secure passphrase to jest moje hasło
użyj programu "pass" do odczytania hasła przy uruchomieniu:
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
zaszyfrowanie hasła dla freenode SASL:
/secure set freenode mojehasło
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
+1 -1
View File
@@ -17,7 +17,7 @@
** domyślna wartość: `+sha256+`
* [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command*
** opis: pass:none[czyta hasło z wyjścia komendy systemowej (tylko pierwsza linia jest używana i nie może zawierać żadnych dodatkowych znaków); ta opcja jest używana tylko podczas odczytu pliku sec.conf i jeśli zmienna środowiskowa "WEECHAT_PASSPHRASE" nie jest ustawiona (zmienna środowiskowa ma wyższy priorytet); przykład z magazynem haseł: "pass show weechat/passphrase"]
** opis: pass:none[czyta hasło z wyjścia komendy systemowej (tylko pierwsza linia jest używana i nie może zawierać żadnych dodatkowych znaków); ta opcja jest używana tylko podczas odczytu pliku sec.conf i jeśli zmienna środowiskowa "WEECHAT_PASSPHRASE" nie jest ustawiona (zmienna środowiskowa ma wyższy priorytet); przykład z magazynem haseł: "/usr/bin/pass show weechat/passphrase"]
** typ: ciąg
** wartości: dowolny ciąg
** domyślna wartość: `+""+`
+1 -1
View File
@@ -2314,7 +2314,7 @@ odczytania hasła bez konieczności wprowadzania go ręcznie przy utuchomieniu W
Na przykład dla password-store (komenda `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
Program może poprosić o odblokowanie klucza GPG lub wprowadzenie innego hasła,
+5 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2456,7 +2456,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4421,7 +4422,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+9 -6
View File
@@ -24,8 +24,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"PO-Revision-Date: 2021-02-26 13:50+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-03-14 13:36+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
@@ -2956,7 +2956,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -3006,7 +3007,8 @@ msgstr ""
" festlegen eine Passphrase:\n"
" /secure passphrase Dies ist meine Passphrase\n"
" nutze Programm \"pass\" um die Passphrase beim Start auszulesen:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" verschlüsselt freenode SASL Passwort:\n"
" /secure set freenode meinPasswort\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -5359,14 +5361,15 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
"Auslesen der Passphrase aus der Ausgabe des angegebenen Befehls (nur die "
"erste Zeile wird verwendet und darf kein zusätzliches Zeichen enthalten); "
"Diese Option wird nur verwendet, wenn die Datei sec.conf gelesen wird und "
"wenn die Umgebungsvariable \"WEECHAT_PASSPHRASE\" nicht festgelegt ist (die "
"Umgebungsvariable hat eine höhere Priorität); Beispiel mit Passwortspeicher: "
"\"pass show weechat / passphrase\""
"\"/usr/bin/pass show weechat / passphrase\""
msgid ""
"use salt when generating key used in encryption (recommended for maximum "
+5 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2565,7 +2565,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4609,7 +4610,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+9 -6
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"PO-Revision-Date: 2021-02-25 18:41+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-03-14 13:35+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -2885,7 +2885,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -2933,7 +2934,8 @@ msgstr ""
" /secure passphrase ceci est ma phrase de chiffrement\n"
" utiliser le programme \"pass\" pour lire la phrase de chiffrement au "
"démarrage :\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" chiffrer le mot de passe freenode SASL :\n"
" /secure set freenode motdepasse\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -5231,14 +5233,15 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
"lire la phrase de chiffrement depuis la sortie de cette commande système "
"(seule la première ligne est utilisée et elle ne doit contenir aucun autre "
"caractère) ; cette option est utilisée seulement pour lire le fichier sec."
"conf et si la variable d'environnement \"WEECHAT_PASSPHRASE\" n'est pas "
"définie (la variable d'environnement a une priorité plus haute) ; exemple "
"avec password-store : \"pass show weechat/passphrase\""
"avec password-store : \"/usr/bin/pass show weechat/passphrase\""
msgid ""
"use salt when generating key used in encryption (recommended for maximum "
+5 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2189,7 +2189,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -3972,7 +3973,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+5 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2611,7 +2611,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4739,7 +4740,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+5 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -2772,7 +2772,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4964,7 +4965,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+10 -6
View File
@@ -22,8 +22,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"PO-Revision-Date: 2021-03-06 18:09+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-03-14 13:37+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
"Language: pl\n"
@@ -2859,7 +2859,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -2905,7 +2906,8 @@ msgstr ""
" ustawienie hasła:\n"
" /secure passphrase to jest moje hasło\n"
" użyj programu \"pass\" do odczytania hasła przy uruchomieniu:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" zaszyfrowanie hasła dla freenode SASL:\n"
" /secure set freenode mojehasło\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -5111,13 +5113,15 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
"czyta hasło z wyjścia komendy systemowej (tylko pierwsza linia jest używana "
"i nie może zawierać żadnych dodatkowych znaków); ta opcja jest używana tylko "
"podczas odczytu pliku sec.conf i jeśli zmienna środowiskowa "
"\"WEECHAT_PASSPHRASE\" nie jest ustawiona (zmienna środowiskowa ma wyższy "
"priorytet); przykład z magazynem haseł: \"pass show weechat/passphrase\""
"priorytet); przykład z magazynem haseł: \"/usr/bin/pass show weechat/"
"passphrase\""
msgid ""
"use salt when generating key used in encryption (recommended for maximum "
+5 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -2766,7 +2766,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -5004,7 +5005,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+11 -8
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-03-05 20:43+0100\n"
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -211,10 +211,10 @@ msgstr ""
" -c, --colors exibe as cores padrões no terminal\n"
" -d, --dir <path> configura diretório do WeeChat (padrão: ~/."
"weechat)\n"
" (a variável de ambiente WEECHAT_HOME é lida se"
"essa opção não for dada)\n"
" -t, --temp-dir cria um diretório temporário para o WeeChat e o"
"deleta na saída\n"
" (a variável de ambiente WEECHAT_HOME é lida "
"seessa opção não for dada)\n"
" -t, --temp-dir cria um diretório temporário para o WeeChat e "
"odeleta na saída\n"
" -h, --help mostra esta ajuda\n"
" -l, --license mostra a licença do WeeChat\n"
" -p, --no-plugin não carrega nenhum plugin durante a "
@@ -222,7 +222,8 @@ msgstr ""
" -P, --plugins <plugins> carregue apenas esses plugins na inicialização\n"
" (veja /help weechat.plugin.autoload)\n"
" -r, --run-command <cmd> executa comandos após a inicialização;\n"
" vários comandos podem ser separados por ponto-e-vírgula,\n"
" vários comandos podem ser separados por ponto-e-"
"vírgula,\n"
" essa opção pode ser utilizada mais de uma vez\n"
" -s, --no-script não carrega nenhum script durante a "
"inicialização\n"
@@ -2589,7 +2590,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4596,7 +4598,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+5 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2212,7 +2212,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -4004,7 +4005,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+5 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2004,7 +2004,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -3614,7 +3615,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+5 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-02-25 18:40+0100\n"
"POT-Creation-Date: 2021-03-14 13:34+0100\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"
@@ -2002,7 +2002,8 @@ msgid ""
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase"
"\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
@@ -3603,7 +3604,8 @@ msgid ""
"line is used and it must not contain any extra character); this option is "
"used only when reading file sec.conf and if the environment variable "
"\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher "
"priority); example with password-store: \"pass show weechat/passphrase\""
"priority); example with password-store: \"/usr/bin/pass show weechat/"
"passphrase\""
msgstr ""
msgid ""
+2 -1
View File
@@ -8226,7 +8226,8 @@ command_init ()
" set a passphrase:\n"
" /secure passphrase this is my passphrase\n"
" use program \"pass\" to read the passphrase on startup:\n"
" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n"
" /set sec.crypt.passphrase_command "
"\"/usr/bin/pass show weechat/passphrase\"\n"
" encrypt freenode SASL password:\n"
" /secure set freenode mypassword\n"
" /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n"
+2 -1
View File
@@ -487,7 +487,8 @@ secure_config_init_options ()
"character); this option is used only when reading file sec.conf "
"and if the environment variable \"WEECHAT_PASSPHRASE\" is not set "
"(the environment variable has higher priority); "
"example with password-store: \"pass show weechat/passphrase\""),
"example with password-store: "
"\"/usr/bin/pass show weechat/passphrase\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,
NULL, NULL, NULL,