summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cs/weechat_quickstart.cs.asciidoc26
-rw-r--r--doc/de/weechat_quickstart.de.asciidoc26
-rw-r--r--doc/en/weechat_quickstart.en.asciidoc22
-rw-r--r--doc/es/weechat_quickstart.es.asciidoc26
-rw-r--r--doc/fr/weechat_quickstart.fr.asciidoc22
-rw-r--r--doc/it/weechat_quickstart.it.asciidoc26
-rw-r--r--doc/ja/weechat_quickstart.ja.asciidoc26
-rw-r--r--doc/pl/weechat_quickstart.pl.asciidoc26
-rw-r--r--doc/ru/weechat_quickstart.ru.asciidoc26
9 files changed, 226 insertions, 0 deletions
diff --git a/doc/cs/weechat_quickstart.cs.asciidoc b/doc/cs/weechat_quickstart.cs.asciidoc
index 3d609302e..328ecb58e 100644
--- a/doc/cs/weechat_quickstart.cs.asciidoc
+++ b/doc/cs/weechat_quickstart.cs.asciidoc
@@ -162,6 +162,32 @@ K spuštění příkazů po připojení k serveru, například k autentizaci s n
[NOTE]
Více příkazů v volbě 'command' bůže být odděleno pomocí ';' (středník).
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
K automatickému připojení některých kanálů při připojování k serveru:
----
diff --git a/doc/de/weechat_quickstart.de.asciidoc b/doc/de/weechat_quickstart.de.asciidoc
index 6f93dd4e7..1854cfea0 100644
--- a/doc/de/weechat_quickstart.de.asciidoc
+++ b/doc/de/weechat_quickstart.de.asciidoc
@@ -179,6 +179,32 @@ identifizieren:
[NOTE]
Mehrere Befehle in der Option 'command' können durch ein ';' (Semikolon) voneinander getrennt werden.
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Um ein auto-join (automatisches 'betreten') von Channels (Räumen) nach der
Verbindung zum Server durchzuführen, müssen die entsprechenden Channels in
eine Liste eingetragen werden:
diff --git a/doc/en/weechat_quickstart.en.asciidoc b/doc/en/weechat_quickstart.en.asciidoc
index 0da5c51fc..3abcc3c2a 100644
--- a/doc/en/weechat_quickstart.en.asciidoc
+++ b/doc/en/weechat_quickstart.en.asciidoc
@@ -162,6 +162,28 @@ with nickserv (only if you don't use SASL for authentication):
[NOTE]
Many commands in option 'command' can be separated by ';' (semi-colon).
+If you want to protect your password in configuration files, you can use
+secured data.
+
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
To auto-join some channels when connecting to server:
----
diff --git a/doc/es/weechat_quickstart.es.asciidoc b/doc/es/weechat_quickstart.es.asciidoc
index a51fdc454..611eab174 100644
--- a/doc/es/weechat_quickstart.es.asciidoc
+++ b/doc/es/weechat_quickstart.es.asciidoc
@@ -184,6 +184,32 @@ with nickserv (only if you don't use SASL for authentication):
[NOTE]
Many commands in option 'command' can be separated by ';' (semi-colon).
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Para unirse automáticamente a canales cuando el servidor se conecte:
----
diff --git a/doc/fr/weechat_quickstart.fr.asciidoc b/doc/fr/weechat_quickstart.fr.asciidoc
index 6fa06a6b4..2982c0062 100644
--- a/doc/fr/weechat_quickstart.fr.asciidoc
+++ b/doc/fr/weechat_quickstart.fr.asciidoc
@@ -170,6 +170,28 @@ l'authentification) :
Plusieurs commandes dans l'option 'command' peuvent être séparées par ';'
(point-virgule).
+Si vous souhaitez protéger votre mot de passe dans les fichiers de
+configuration, vous pouvez utiliser les données sécurisées.
+
+Définissez d'abord une phrase de chiffrement :
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+Puis ajoutez une donnée sécurisée avec votre mot de passe freenode :
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+Vous pouvez alors utiliser `${sec.data.freenode_password}` au lieu de votre
+mot de passe dans les options IRC mentionnées ci-dessus, par exemple :
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Pour rejoindre automatiquement des canaux lors de la connexion au serveur :
----
diff --git a/doc/it/weechat_quickstart.it.asciidoc b/doc/it/weechat_quickstart.it.asciidoc
index 6b7d8100e..1deb86263 100644
--- a/doc/it/weechat_quickstart.it.asciidoc
+++ b/doc/it/weechat_quickstart.it.asciidoc
@@ -175,6 +175,32 @@ autenticarsi con nickserv (solo se non viene usato SASL per l'autenticazione):
[NOTE]
Many commands in option 'command' can be separated by ';' (semi-colon).
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Per entrare automaticamente in alcuni canali quando ci si connette
al server:
diff --git a/doc/ja/weechat_quickstart.ja.asciidoc b/doc/ja/weechat_quickstart.ja.asciidoc
index cc475eea7..1d07ddd67 100644
--- a/doc/ja/weechat_quickstart.ja.asciidoc
+++ b/doc/ja/weechat_quickstart.ja.asciidoc
@@ -167,6 +167,32 @@ SSL を使って接続する場合:
[NOTE]
'command' オプションに複数のコマンドを含める場合は ';' (セミコロン) で区切ってください。
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
チャンネルへの自動参加を設定する場合:
----
diff --git a/doc/pl/weechat_quickstart.pl.asciidoc b/doc/pl/weechat_quickstart.pl.asciidoc
index 768242920..5e7251715 100644
--- a/doc/pl/weechat_quickstart.pl.asciidoc
+++ b/doc/pl/weechat_quickstart.pl.asciidoc
@@ -167,6 +167,32 @@ przez nickserv (tylko jeśli nie uwierzytelniasz się przez SASL):
[NOTE]
Opcja 'command' może zawierać wiele komend, należy je oddzielić ';' (średnik).
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Aby automatycznie wejść na kanały po połączeniu z serwerem:
----
diff --git a/doc/ru/weechat_quickstart.ru.asciidoc b/doc/ru/weechat_quickstart.ru.asciidoc
index 5dfdfdf6c..b80fb5a5a 100644
--- a/doc/ru/weechat_quickstart.ru.asciidoc
+++ b/doc/ru/weechat_quickstart.ru.asciidoc
@@ -170,6 +170,32 @@ WeeChat немедленно применяет все изменения (ва
В параметре 'command' можно записать несколько команд через ';' (точку с
запятой).
+// TRANSLATION MISSING
+If you want to protect your password in configuration files, you can use
+secured data.
+
+// TRANSLATION MISSING
+First setup a passphrase:
+
+----
+/secure passphrase this is my secret passphrase
+----
+
+// TRANSLATION MISSING
+Then add a secured data with your freenode password:
+
+----
+/secure set freenode_password xxxxxxx
+----
+
+// TRANSLATION MISSING
+Then you can use `${sec.data.freenode_password}` instead of your password in
+IRC options mentioned above, for example:
+
+----
+/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
+----
+
Для автовхода на определённые каналы при подключении к серверу используйте:
----