diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 19:28:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 19:28:31 +0200 |
commit | 719558b5c88b5ba86931e68698bdbb7b37f30ec7 (patch) | |
tree | 83dd129f87090ca93e249ee256c668863a4dc7bb /doc | |
parent | efde7a09561522dc20338191ae39752b4d8f304b (diff) | |
download | weechat-719558b5c88b5ba86931e68698bdbb7b37f30ec7.zip |
doc: add example to set charset for whole IRC server (user's guide)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.txt | 7 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 6 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 7 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 7 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.txt | 7 |
6 files changed, 40 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 53e0b92c7..7373aa751 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1967,6 +1967,13 @@ ist identisch mit den Befehlen: Um den Zeichensatz in einem IRC-Channel (oder in einem privaten Buffer) zu ändern wird der selbe Befehl im entsprechenden Buffer genutzt. +// TRANSLATION MISSING +To set charset for all channels/privates of an IRC server: + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + Um sich alle genutzten Zeichensätze anzeigen zu lassen wird folgender Befehl genutzt: ---- diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 5b132df61..a7324121b 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1926,6 +1926,12 @@ It's equivalent to: To set IRC channel (or private) charset, use same commands as server, but on channel (or private) buffer. +To set charset for all channels/privates of an IRC server: + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + To see all charsets used, use following command: ---- diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 3d33bf42b..dc719ec68 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -1990,6 +1990,12 @@ Pour modifier le jeu de caractères d'un canal IRC (ou d'une conversation privée), utilisez la même commande que pour le serveur, mais sur le tampon du canal (ou du privé). +Pour définir le jeu de caractères pour tous les canaux/privés d'un serveur IRC : + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + Pour voir tous les jeux de caractères utilisés, utilisez la commande suivante : ---- diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 3f8a5d750..f028238f9 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -2007,6 +2007,13 @@ Ad esempio: Per impostare il set caratteri per il canale IRC (o il privato), utilizzare gli stessi comandi per il server, ma sul buffer del canale (o quello privato). +// TRANSLATION MISSING +To set charset for all channels/privates of an IRC server: + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + Per visualizzare tutti i set caratteri utilizzati, utilizzare il comando seguente: ---- diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index 885f2dc87..0397b4c3d 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -1926,6 +1926,13 @@ IRC サーバの文字コードを設定するには、サーババッファで IRC チャンネル (またはプライベートメッセージ) の文字コードを設定するには、 サーバの文字コード設定と同様のコマンドをチャンネル (またはプライベートメッセージ) バッファで使ってください。 +// TRANSLATION MISSING +To set charset for all channels/privates of an IRC server: + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + すべての文字コード設定を確認するには、以下のコマンドを利用してください: ---- diff --git a/doc/pl/weechat_user.pl.txt b/doc/pl/weechat_user.pl.txt index 4d6700476..6ae2fa522 100644 --- a/doc/pl/weechat_user.pl.txt +++ b/doc/pl/weechat_user.pl.txt @@ -1944,6 +1944,13 @@ Jest równoważne z: Aby ustawić kodowanie dla kanału (lub prywatnej rozmowy) należy wykonać to samo, co w przypadku serwera, tylko w buforze kanału (lub prywatnej rozmowy). +// TRANSLATION MISSING +To set charset for all channels/privates of an IRC server: + +---- +/set charset.encode.irc.freenode ISO-8859-15 +---- + W celu wyświetlenia wszystkich ustawionych kodowań, wykonaj: ---- |