diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.asciidoc | 50 | ||||
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 48 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 48 | ||||
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 49 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 49 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 49 |
6 files changed, 149 insertions, 144 deletions
diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index 760ea9f82..ea223a992 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -92,77 +92,79 @@ Unter OS X kann http://brew.sh/[Homebrew] verwendet werden: folgende Tabelle beschreibt, welche Pakete zwingend notwendig sind um WeeChat zu kompilieren und welche Pakete optional genutzt werden können. -[width="100%",cols="5,^3,^3,.^13",options="header"] +// TRANSLATION MISSING +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Paket ^(1)^ | Version | benötigt | Funktion -| cmake | | *ja* | +| Paket ^(1)^ | Min version | Max version | benötigt | Funktion + +| cmake | | | *ja* | Zum kompilieren (autotools ist möglich. cmake wird aber empfohlen) -| pkg-config | | *ja* | +| pkg-config | | | *ja* | entdeckt installierte Bibliotheken -| libncursesw5-dev ^(2)^ | | *ja* | +| libncursesw5-dev ^(2)^ | | | *ja* | Ncurses Oberfläche -| libcurl4-gnutls-dev | | *ja* | +| libcurl4-gnutls-dev | | | *ja* | URL Transfer -| zlib1g-dev | | *ja* | +| zlib1g-dev | | | *ja* | Kompression für Pakete, die mittels Relay- (WeeChat Protokoll), Script-Erweiterung übertragen werden -| libgcrypt20-dev | | *ja* | +| libgcrypt20-dev | | | *ja* | Geschützte Daten, IRC SASL Authentifikation (DH-BLOWFISH/DH-AES), Skript-Erweiterung -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | SSL Verbindung zu einem IRC Server, Unterstützung von SSL in der Relay-Erweiterung, IRC SASL Authentifikation (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internationalisierung (Übersetzung der Mitteilungen; Hauptsprache ist englisch) -| ca-certificates | | | +| ca-certificates | | | | Zertifikate für SSL Verbindungen -| libaspell-dev oder libenchant-dev | | | +| libaspell-dev oder libenchant-dev | | | | Aspell Erweiterung -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Python Erweiterung -| libperl-dev | | | +| libperl-dev | | | | Perl Erweiterung -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Ruby Erweiterung -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Lua Erweiterung -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Tcl Erweiterung -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Guile (scheme) Erweiterung -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Javascript Erweiterung -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Zum Erstellen der man page und der Dokumentation -| source-highlight | | | +| source-highlight | | | | Syntax Highlight für Quelltext in Dokumentation -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Erstellt man page -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Testlauf -| C++ compiler | | | +| C++ compiler | | | | Testlauf, javascript Erweiterung |=== diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 50df018c4..a9662648a 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -86,75 +86,75 @@ On OS X, you can use http://brew.sh/[Homebrew]: Following table shows list of packages that are required or optional to compile WeeChat. -[width="100%",cols="5,^3,^3,.^13",options="header"] +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Package ^(1)^ | Version | Required | Feature +| Package ^(1)^ | Min version | Max version | Required | Feature -| cmake | | *yes* | +| cmake | | | *yes* | Build (autotools still possible, but cmake is recommended) -| pkg-config | | *yes* | +| pkg-config | | | *yes* | Detect installed libraries -| libncursesw5-dev ^(2)^ | | *yes* | +| libncursesw5-dev ^(2)^ | | | *yes* | Ncurses interface -| libcurl4-gnutls-dev | | *yes* | +| libcurl4-gnutls-dev | | | *yes* | URL transfer -| zlib1g-dev | | *yes* | +| zlib1g-dev | | | *yes* | Compression of packets in relay plugin (weechat protocol), script plugin -| libgcrypt20-dev | | *yes* | +| libgcrypt20-dev | | | *yes* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | SSL connection to IRC server, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internationalization (translation of messages; base language is English) -| ca-certificates | | | +| ca-certificates | | | | Certificates for SSL connections -| libaspell-dev or libenchant-dev | | | +| libaspell-dev or libenchant-dev | | | | Aspell plugin -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Python plugin -| libperl-dev | | | +| libperl-dev | | | | Perl plugin -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Ruby plugin -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Lua plugin -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Tcl plugin -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Guile (scheme) plugin -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Javascript plugin -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Build man page and documentation -| source-highlight | | | +| source-highlight | | | | Syntax highlight for sources in documentation -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Build of man page -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Run tests -| C++ compiler | | | +| C++ compiler | | | | Run tests, javascript plugin |=== diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index d8339f284..880db79d4 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -88,78 +88,78 @@ Sous OS X, vous pouvez utiliser http://brew.sh/[Homebrew] : Le tableau suivant liste les paquets qui sont requis ou optionnels pour compiler WeeChat. -[width="100%",cols="5,^3,^3,.^13",options="header"] +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Paquet ^(1)^ | Version | Requis | Fonctionnalité +| Paquet ^(1)^ | Version min | Version max | Requis | Fonctionnalité -| cmake | | *oui* | +| cmake | | | *oui* | Construction (autotools toujours possible, mais cmake est recommandé) -| pkg-config | | *oui* | +| pkg-config | | | *oui* | Détection des bibliothèques installées -| libncursesw5-dev ^(2)^ | | *oui* | +| libncursesw5-dev ^(2)^ | | | *oui* | Interface ncurses -| libcurl4-gnutls-dev | | *oui* | +| libcurl4-gnutls-dev | | | *oui* | Transfert d'URL -| zlib1g-dev | | *oui* | +| zlib1g-dev | | | *oui* | Compression des paquets dans l'extension relay (protocole weechat), extension script -| libgcrypt20-dev | | *oui* | +| libgcrypt20-dev | | | *oui* | Données sécurisées, authentification IRC SASL (DH-BLOWFISH/DH-AES), extension script -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | Connexion SSL au serveur IRC, support SSL dans l'extension relay, authentification IRC SASL (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internationalisation (traduction des messages; la langue de base est l'anglais) -| ca-certificates | | | +| ca-certificates | | | | Certificats pour les connexions SSL -| libaspell-dev ou libenchant-dev | | | +| libaspell-dev ou libenchant-dev | | | | Extension aspell -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Extension python -| libperl-dev | | | +| libperl-dev | | | | Extension perl -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Extension ruby -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Extension lua -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Extension tcl -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Extension guile (scheme) -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Extension javascript -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Construction de la page man et de la documentation -| source-highlight | | | +| source-highlight | | | | Coloration des sources dans la documentation -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Construction de la page de manuel -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Lancement des tests -| C++ compiler | | | +| C++ compiler | | | | Lancement des tests, extension javascript |=== diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index a1f1f42b5..df49205e7 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -99,83 +99,84 @@ On OS X, you can use http://brew.sh/[Homebrew]: La seguente tabella mostra l'elenco di pacchetti richiesti o opzionali per compilare WeeChat. -[width="100%",cols="5,^3,^3,.^13",options="header"] +// TRANSLATION MISSING +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica +| Pacchetto ^(1)^ | Min version | Max version | Richiesto | Caratteristica -| cmake | | *sì* | +| cmake | | | *sì* | Compilazione (ancora possibile con autotools, ma si raccomanda cmake) // TRANSLATION MISSING -| pkg-config | | *sì* | +| pkg-config | | | *sì* | Detect installed libraries -| libncursesw5-dev ^(2)^ | | *sì* | +| libncursesw5-dev ^(2)^ | | | *sì* | Interfaccia ncurses -| libcurl4-gnutls-dev | | *sì* | +| libcurl4-gnutls-dev | | | *sì* | Trasferimento URL // TRANSLATION MISSING -| zlib1g-dev | | *sì* | +| zlib1g-dev | | | *sì* | Compression of packets in relay plugin (weechat protocol), script plugin // TRANSLATION MISSING -| libgcrypt20-dev | | *sì* | +| libgcrypt20-dev | | | *sì* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin // TRANSLATION MISSING -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese) -| ca-certificates | | | +| ca-certificates | | | | Certificati per le connessioni SSL -| libaspell-dev o libenchant-dev | | | +| libaspell-dev o libenchant-dev | | | | Plugin aspell -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Plugin python -| libperl-dev | | | +| libperl-dev | | | | Plugin perl -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Plugin ruby -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Plugin lua -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Plugin tcl -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Plugin guile (scheme) -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Plugin Javascript // TRANSLATION MISSING -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Build man page and documentation -| source-highlight | | | +| source-highlight | | | | Evidenziazione della sintassi per i sorgenti nella documentazione // TRANSLATION MISSING -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Build of man page // TRANSLATION MISSING -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Run tests // TRANSLATION MISSING -| C++ compiler | | | +| C++ compiler | | | | Run tests, plugin Javascript |=== diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 5d2048487..26f11abf6 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -91,75 +91,76 @@ OS X では、http://brew.sh/[Homebrew] を使ってください: 以下の表は WeeChat のコンパイルに必須または任意で必要なパッケージのリストです。 -[width="100%",cols="5,^3,^3,.^13",options="header"] +// TRANSLATION MISSING +[width="100%",cols="5,^3,^3,3^,.^13",options="header"] |=== -| パッケージ ^(1)^ | バージョン | 要件 | 機能 +| パッケージ ^(1)^ | Min version | Max version | 要件 | 機能 -| cmake | | *必須* | +| cmake | | | *必須* | ビルド (autotools でも可能ですが、cmake を推奨します) -| pkg-config | | *必須* | +| pkg-config | | | *必須* | インストール済みライブラリを検出 -| libncursesw5-dev ^(2)^ | | *必須* | +| libncursesw5-dev ^(2)^ | | | *必須* | ncurses インターフェイス -| libcurl4-gnutls-dev | | *必須* | +| libcurl4-gnutls-dev | | | *必須* | URL 転送 -| zlib1g-dev | | *必須* | +| zlib1g-dev | | | *必須* | relay プラグインでパケットを圧縮 (weechat プロトコル)、スクリプトプラグイン -| libgcrypt20-dev | | *必須* | +| libgcrypt20-dev | | | *必須* | 保護データ、IRC SASL 認証 (DH-BLOWFISH/DH-AES)、スクリプトプラグイン -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | IRC サーバへの SSL 接続、IRC SASL 認証 (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | 国際化 (メッセージの翻訳; ベース言語は英語です) -| ca-certificates | | | +| ca-certificates | | | | SSL 接続に必要な証明書、relay プラグインで SSL サポート -| libaspell-dev または libenchant-dev | | | +| libaspell-dev または libenchant-dev | | | | aspell プラグイン -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | python プラグイン -| libperl-dev | | | +| libperl-dev | | | | perl プラグイン -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | ruby プラグイン -| liblua5.2-dev | | | +| liblua5.2-dev | | | | lua プラグイン -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | tcl プラグイン -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | guile (scheme) プラグイン -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | javascript プラグイン -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | man ページと文書のビルド -| source-highlight | | | +| source-highlight | | | | 文書中のソースに対するシンタックスハイライト -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | man ページのビルド -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | テストの実行 // TRANSLATION MISSING -| C++ コンパイラ | | | +| C++ コンパイラ | | | | Run tests, javascript plugin |=== diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 623f89897..dd7aa2102 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -92,76 +92,77 @@ Na OS X możesz użyć http://brew.sh/[Homebrew]: Poniższa tabela przedstawia pakiety wymagane i opcjonalne do skompilowania WeeChat. -[width="100%",cols="5,^3,^3,.^13",options="header"] +// TRANSLATION MISSING +[width="100%",cols="5,^3,^3,^3,.^13",options="header"] |=== -| Pakiet ^(1)^ | Wersja | Wymagany | Opis +| Pakiet ^(1)^ | Min version | Max version | Wymagany | Opis -| cmake | | *tak* | +| cmake | | | *tak* | Kompilacja (możliwe jest użycie autotools, jednak cmake jest zalecany) -| pkg-config | | *tak* | +| pkg-config | | | *tak* | Wykrywa zainstalowane biblioteki -| libncursesw5-dev ^(2)^ | | *tak* | +| libncursesw5-dev ^(2)^ | | | *tak* | Interfejs ncurses -| libcurl4-gnutls-dev | | *tak* | +| libcurl4-gnutls-dev | | | *tak* | Transfer URL -| zlib1g-dev | | *tak* | +| zlib1g-dev | | | *tak* | Kompresja pakietów we wtyczce relay (protokół weechat), wtyczka script -| libgcrypt20-dev | | *tak* | +| libgcrypt20-dev | | | *tak* | Zabezpieczone dane, uwierzytelnianie IRC SASL (DH-BLOWFISH/DH-AES), wtyczka script -| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | +| libgnutls28-dev | 2.2.0 ^(3)^ | | | Połączenia SSL z serwerami IRC, wsparcie dla SSL we wtyczce relay, uwierzytelnianie IRC SASL (ECDSA-NIST256P-CHALLENGE) -| gettext | | | +| gettext | | | | Internacjonalizacja (tłumaczenie wiadomości; język bazowy to Angielski) -| ca-certificates | | | +| ca-certificates | | | | Certyfikaty dla połączeń SSL -| libaspell-dev or libenchant-dev | | | +| libaspell-dev or libenchant-dev | | | | Wtyczka aspell -| python-dev | ≥ 2.5 ^(4)^ | | +| python-dev | 2.5 ^(4)^ | | | Wtyczka python -| libperl-dev | | | +| libperl-dev | | | | Wtyczka perl -| ruby2.1-dev | ≥ 1.8 | | +| ruby2.1-dev | 1.8 | | | Wtyczka ruby -| liblua5.2-dev | | | +| liblua5.2-dev | | | | Wtyczka lua -| tcl-dev | ≥ 8.5 | | +| tcl-dev | 8.5 | | | Wtyczka tcl -| guile-2.0-dev | ≥ 2.0 | | +| guile-2.0-dev | 2.0 | | | Wtyczka guile (scheme) -| libv8-dev | | | +| libv8-dev | | 3.24.3 | | Wtyczka javascript -| asciidoc | ≥ 8.5.0 | | +| asciidoc | 8.5.0 | | | Tworzenie strony man i dokumentacji -| source-highlight | | | +| source-highlight | | | | Podświetlanie składni dla kodów źródłowych w dokumentacji -| xsltproc, docbook-xml, docbook-xsl | | | +| xsltproc, docbook-xml, docbook-xsl | | | | Tworzenie strony man -| libcpputest-dev | ≥ 3.4 | | +| libcpputest-dev | 3.4 | | | Uruchamianie testów -| C++ compiler | | | +| C++ compiler | | | | Uruchamianie testów, wtyczka javascript |=== |