diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index b6058ede5..ee6ab76bc 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -88,19 +88,19 @@ welche Pakete optional genutzt werden können. [width="80%",cols="4,^2,13",options="header"] |======================================== -| Paket ^(1)^ | benötigt | Funktion -| cmake | *ja* | zum kompilieren (autotools ist möglich. cmake wird aber empfohlen) -| libncursesw5-dev ^(2)^ | *ja* | ncurses Oberfläche -| libgcrypt11-dev | nein | SASL Authentifikation am IRC Server mittels DH-BLOWFISH Methode -| libgnutls-dev | nein | SSL Verbindung zu einem IRC Server -| libaspell-dev | nein | aspell Erweiterung -| libperl-dev | nein | perl Erweiterung -| python-dev | nein | python Erweiterung -| ruby1.8-dev | nein | ruby Erweiterung -| liblua5.1-0-dev | nein | lua Erweiterung -| tcl-dev (>= 8.5) | nein | tcl Erweiterung -| asciidoc (>= 8.5.0) | nein | erstellt Dokumentation (HTML Dateien) -| source-highlight | nein | Syntax highlight für Quelltext in HTML Dokumentation +| Paket ^(1)^ | benötigt | Funktion +| cmake | *ja* | zum kompilieren (autotools ist möglich. cmake wird aber empfohlen) +| libncursesw5-dev ^(2)^ | *ja* | ncurses Oberfläche +| libgcrypt11-dev | nein | SASL Authentifikation am IRC Server mittels DH-BLOWFISH Methode +| libgnutls-dev (>= 2.2.0) | nein | SSL Verbindung zu einem IRC Server +| libaspell-dev | nein | aspell Erweiterung +| libperl-dev | nein | perl Erweiterung +| python-dev | nein | python Erweiterung +| ruby1.8-dev | nein | ruby Erweiterung +| liblua5.1-0-dev | nein | lua Erweiterung +| tcl-dev (>= 8.5) | nein | tcl Erweiterung +| asciidoc (>= 8.5.0) | nein | erstellt Dokumentation (HTML Dateien) +| source-highlight | nein | Syntax highlight für Quelltext in HTML Dokumentation |======================================== [NOTE] diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 62fd8e1b5..6fe38f08e 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -88,19 +88,19 @@ compile WeeChat. [width="80%",cols="4,^2,13",options="header"] |======================================== -| Package ^(1)^ | Required | Feature -| cmake | *yes* | build (autotools still possible, but cmake is recommended) -| libncursesw5-dev ^(2)^ | *yes* | ncurses interface -| libgcrypt11-dev | no | SASL authentication with IRC server using DH-BLOWFISH mechanism -| libgnutls-dev | no | SSL connection to IRC server -| libaspell-dev | no | aspell plugin -| libperl-dev | no | perl plugin -| python-dev | no | python plugin -| ruby1.8-dev | no | ruby plugin -| liblua5.1-0-dev | no | lua plugin -| tcl-dev (>= 8.5) | no | tcl plugin -| asciidoc (>= 8.5.0) | no | build documentation (HTML files) -| source-highlight | no | syntax highlight for sources in HTML documentation +| Package ^(1)^ | Required | Feature +| cmake | *yes* | build (autotools still possible, but cmake is recommended) +| libncursesw5-dev ^(2)^ | *yes* | ncurses interface +| libgcrypt11-dev | no | SASL authentication with IRC server using DH-BLOWFISH mechanism +| libgnutls-dev (>= 2.2.0) | no | SSL connection to IRC server +| libaspell-dev | no | aspell plugin +| libperl-dev | no | perl plugin +| python-dev | no | python plugin +| ruby1.8-dev | no | ruby plugin +| liblua5.1-0-dev | no | lua plugin +| tcl-dev (>= 8.5) | no | tcl plugin +| asciidoc (>= 8.5.0) | no | build documentation (HTML files) +| source-highlight | no | syntax highlight for sources in HTML documentation |======================================== [NOTE] diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 8aa42d40b..c331733bf 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -90,19 +90,19 @@ compiler WeeChat. [width="80%",cols="4,^2,13",options="header"] |======================================== -| Paquet ^(1)^ | Requis | Fonctionnalité -| cmake | *oui* | construction (autotools toujours possible, mais cmake est recommandé) -| libncursesw5-dev ^(2)^ | *oui* | interface ncurses -| libgcrypt11-dev | non | authentification SASL avec le serveur IRC, en utilisant le mécanisme DH-BLOWFISH -| libgnutls-dev | non | connexion SSL au serveur IRC -| libaspell-dev | non | extension aspell -| libperl-dev | non | extension perl -| python-dev | non | extension python -| ruby1.8-dev | non | extension ruby -| liblua5.1-0-dev | non | extension lua -| tcl-dev (>= 8.5) | non | extension tcl -| asciidoc (>= 8.5.0) | non | construction de la documentation (fichiers HTML) -| source-highlight | non | coloration des sources dans la documentation HTML +| Paquet ^(1)^ | Requis | Fonctionnalité +| cmake | *oui* | construction (autotools toujours possible, mais cmake est recommandé) +| libncursesw5-dev ^(2)^ | *oui* | interface ncurses +| libgcrypt11-dev | non | authentification SASL avec le serveur IRC, en utilisant le mécanisme DH-BLOWFISH +| libgnutls-dev (>= 2.2.0) | non | connexion SSL au serveur IRC +| libaspell-dev | non | extension aspell +| libperl-dev | non | extension perl +| python-dev | non | extension python +| ruby1.8-dev | non | extension ruby +| liblua5.1-0-dev | non | extension lua +| tcl-dev (>= 8.5) | non | extension tcl +| asciidoc (>= 8.5.0) | non | construction de la documentation (fichiers HTML) +| source-highlight | non | coloration des sources dans la documentation HTML |======================================== [NOTE] diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index bd19bf2f0..5e30e2a27 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -92,19 +92,19 @@ compilare WeeChat. [width="80%",cols="4,^2,13",options="header"] |======================================== -| Pacchetto ^(1)^ | Richiesto | Caratteristica -| cmake | *sì* | compilazione (ancora possibile con autotools, ma si raccomanda cmake) -| libncursesw5-dev ^(2)^ | *sì* | interfaccia ncurses -| libgcrypt11-dev | no | autenticazione SASL per i server IRC che utilizzano il meccanismo DH-BLOWFISH -| libgnutls-dev | no | connessione SSL al server IRC -| libaspell-dev | no | plugin aspell -| libperl-dev | no | plugin perl -| python-dev | no | plugin python -| ruby1.8-dev | no | plugin ruby -| liblua5.1-0-dev | no | plugin lua -| tcl-dev (>= 8.5) | no | plugin tcl -| asciidoc (>= 8.5.0) | no | compilazione della documentazione (file HTML) -| source-highlight | no | evidenziazione della sintassi per i sorgenti nella documentazione HTML +| Pacchetto ^(1)^ | Richiesto | Caratteristica +| cmake | *sì* | compilazione (ancora possibile con autotools, ma si raccomanda cmake) +| libncursesw5-dev ^(2)^ | *sì* | interfaccia ncurses +| libgcrypt11-dev | no | autenticazione SASL per i server IRC che utilizzano il meccanismo DH-BLOWFISH +| libgnutls-dev (>= 2.2.0) | no | connessione SSL al server IRC +| libaspell-dev | no | plugin aspell +| libperl-dev | no | plugin perl +| python-dev | no | plugin python +| ruby1.8-dev | no | plugin ruby +| liblua5.1-0-dev | no | plugin lua +| tcl-dev (>= 8.5) | no | plugin tcl +| asciidoc (>= 8.5.0) | no | compilazione della documentazione (file HTML) +| source-highlight | no | evidenziazione della sintassi per i sorgenti nella documentazione HTML |======================================== [NOTE]