summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-07-01 22:08:14 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-07-01 22:08:14 +0200
commit6dfcb5f56311d7a3b11b827684c4bf9eb4fb0efa (patch)
tree8c6a27fd60567da81c528ae9beb51fe7ec1fcc97
parent8cb590559f2f6fa016e47952d9c9f9fb4d663005 (diff)
downloadweechat-6dfcb5f56311d7a3b11b827684c4bf9eb4fb0efa.zip
doc: add number for note on git version in list of CTCP replies (user's guide)
-rw-r--r--doc/de/weechat_user.de.txt26
-rw-r--r--doc/en/weechat_user.en.txt28
-rw-r--r--doc/fr/weechat_user.fr.txt28
-rw-r--r--doc/it/weechat_user.it.txt28
-rw-r--r--doc/ja/weechat_user.ja.txt26
5 files changed, 68 insertions, 68 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt
index 863a145e5..6b512be21 100644
--- a/doc/de/weechat_user.de.txt
+++ b/doc/de/weechat_user.de.txt
@@ -2083,22 +2083,22 @@ mit dem entsprechenden Wert ersetzt:
[width="100%",cols="^2l,4,8l",options="header"]
|========================================
-| Platzhalter | Beschreibung | Wert/Beispiel
-| $clientinfo | Liste der CTCP Antworten | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
-| $version | WeeChat Version | 0.4.0-dev
-| $versiongit | WeeChat Version + Git version | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
-| $git | Git Version | v0.3.9-104-g7eb5cc4
-| $compilation | Datum der Kompilierung | Dec 16 2012
-| $osinfo | Info über das genutzte OS | Linux 2.6.32-5-amd64 / x86_64
-| $site | WeeChat Seite | http://www.weechat.org/
-| $download | WeeChat, Download Seite | http://www.weechat.org/download
-| $time | aktuelle Uhrzeit/Datum | Sun, 16 Dec 2012 10:40:48 +0100
-| $username | Username beim IRC Server | Name
-| $realname | Realname beim IRC Server | John Doe
+| Platzhalter | Beschreibung | Wert/Beispiel
+| $clientinfo | Liste der CTCP Antworten | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
+| $version | WeeChat Version | 0.4.0-dev
+| $versiongit | WeeChat Version + Git version ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
+| $git | Git Version ^(1)^ | v0.3.9-104-g7eb5cc4
+| $compilation | Datum der Kompilierung | Dec 16 2012
+| $osinfo | Info über das genutzte OS | Linux 2.6.32-5-amd64 / x86_64
+| $site | WeeChat Seite | http://www.weechat.org/
+| $download | WeeChat, Download Seite | http://www.weechat.org/download
+| $time | aktuelle Uhrzeit/Datum | Sun, 16 Dec 2012 10:40:48 +0100
+| $username | Username beim IRC Server | Name
+| $realname | Realname beim IRC Server | John Doe
|========================================
[NOTE]
-Die Git Version wird durch die Ausgabe des Befehls `git describe` ermittelt.
+^(1)^ Die Git Version wird durch die Ausgabe des Befehls `git describe` ermittelt.
Dies erfordert, dass WeeChat aus dem Git Repository heraus kompiliert wurde
und das Git überhaupt installiert ist.
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index 9b7e681fe..f2a0aefc0 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -2046,23 +2046,23 @@ when replying to CTCP:
[width="100%",cols="^2l,4,8l",options="header"]
|========================================
-| Code | Description | Value/example
-| $clientinfo | list of supported CTCP | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
-| $version | WeeChat version | 0.4.0-dev
-| $versiongit | WeeChat version + git version | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
-| $git | git version | v0.3.9-104-g7eb5cc4
-| $compilation | WeeChat compilation date | Dec 16 2012
-| $osinfo | info about OS | Linux 2.6.32-5-amd64 / x86_64
-| $site | WeeChat site | http://www.weechat.org/
-| $download | WeeChat site, download page | http://www.weechat.org/download
-| $time | current date/time | Sun, 16 Dec 2012 10:40:48 +0100
-| $username | user name on IRC server | name
-| $realname | real name on IRC server | John Doe
+| Code | Description | Value/example
+| $clientinfo | list of supported CTCP | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
+| $version | WeeChat version | 0.4.0-dev
+| $versiongit | WeeChat version + git version ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
+| $git | git version ^(1)^ | v0.3.9-104-g7eb5cc4
+| $compilation | WeeChat compilation date | Dec 16 2012
+| $osinfo | info about OS | Linux 2.6.32-5-amd64 / x86_64
+| $site | WeeChat site | http://www.weechat.org/
+| $download | WeeChat site, download page | http://www.weechat.org/download
+| $time | current date/time | Sun, 16 Dec 2012 10:40:48 +0100
+| $username | user name on IRC server | name
+| $realname | real name on IRC server | John Doe
|========================================
[NOTE]
-The git version is the output of command `git describe`. It is known only if
-WeeChat has been compiled inside the git repository and if git was installed.
+^(1)^ The git version is the output of command `git describe`. It is known only
+if WeeChat has been compiled inside the git repository and if git was installed.
If CTCP options are not defined (by default), CTCP replies are:
diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt
index 91e397d16..def260e66 100644
--- a/doc/fr/weechat_user.fr.txt
+++ b/doc/fr/weechat_user.fr.txt
@@ -2111,23 +2111,23 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP :
[width="100%",cols="^2l,4,8l",options="header"]
|========================================
-| Code | Description | Valeur / exemple
-| $clientinfo | liste des CTCP supportés | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
-| $version | version de WeeChat | 0.4.0-dev
-| $versiongit | version de WeeChat + version git | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
-| $git | version git | v0.3.9-104-g7eb5cc4
-| $compilation | date de compilation WeeChat | Dec 16 2012
-| $osinfo | information sur l'OS | Linux 2.6.32-5-amd64 / x86_64
-| $site | site WeeChat | http://www.weechat.org/
-| $download | site WeeChat, page téléchargement | http://www.weechat.org/download
-| $time | date/heure courante | Sun, 16 Dec 2012 10:40:48 +0100
-| $username | nom d'utilisateur sur le serveur | nom
-| $realname | nom réel sur le serveur | John Doe
+| Code | Description | Valeur / exemple
+| $clientinfo | liste des CTCP supportés | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
+| $version | version de WeeChat | 0.4.0-dev
+| $versiongit | version de WeeChat + version git ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
+| $git | version git ^(1)^ | v0.3.9-104-g7eb5cc4
+| $compilation | date de compilation WeeChat | Dec 16 2012
+| $osinfo | information sur l'OS | Linux 2.6.32-5-amd64 / x86_64
+| $site | site WeeChat | http://www.weechat.org/
+| $download | site WeeChat, page téléchargement | http://www.weechat.org/download
+| $time | date/heure courante | Sun, 16 Dec 2012 10:40:48 +0100
+| $username | nom d'utilisateur sur le serveur | nom
+| $realname | nom réel sur le serveur | John Doe
|========================================
[NOTE]
-La version git est la sortie de la commande `git describe`. Elle est connue
-seulement si WeeChat a été compilé dans le repository git et si git était
+^(1)^ La version git est la sortie de la commande `git describe`. Elle est
+connue seulement si WeeChat a été compilé dans le repository git et si git était
installé.
Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont :
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt
index 77839c233..915cb7b2b 100644
--- a/doc/it/weechat_user.it.txt
+++ b/doc/it/weechat_user.it.txt
@@ -2104,24 +2104,24 @@ automaticamente da WeeChat quando si risponde alle CTCP
// TRANSLATION MISSING ($versiongit + $git + $username (name))
[width="100%",cols="^2l,4,8l",options="header"]
|=======================================
-| Codice | Descrizione | Valore/esempio
-| $clientinfo | elenco di CTCP supportate | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
-| $version | versione di WeeChat | 0.4.0-dev
-| $versiongit | versione di WeeChat + git version | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
-| $git | git version | v0.3.9-104-g7eb5cc4
-| $compilation | data di compilazione di WeeChat | Dec 16 2012
-| $osinfo | informazioni sull'OS | Linux 2.6.32-5-amd64 / x86_64
-| $site | sito di WeeChat | http://www.weechat.org/
-| $download | sito di WeeChat, pagina di download | http://www.weechat.org/download
-| $time | data/ora correnti | Sun, 16 Dec 2012 10:40:48 +0100
-| $username | nome utente sul server IRC | name
-| $realname | nome reale sul server IRC | John Doe
+| Codice | Descrizione | Valore/esempio
+| $clientinfo | elenco di CTCP supportate | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
+| $version | versione di WeeChat | 0.4.0-dev
+| $versiongit | versione di WeeChat + git version ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
+| $git | git version ^(1)^ | v0.3.9-104-g7eb5cc4
+| $compilation | data di compilazione di WeeChat | Dec 16 2012
+| $osinfo | informazioni sull'OS | Linux 2.6.32-5-amd64 / x86_64
+| $site | sito di WeeChat | http://www.weechat.org/
+| $download | sito di WeeChat, pagina di download | http://www.weechat.org/download
+| $time | data/ora correnti | Sun, 16 Dec 2012 10:40:48 +0100
+| $username | nome utente sul server IRC | name
+| $realname | nome reale sul server IRC | John Doe
|=======================================
// TRANSLATION MISSING
[NOTE]
-The git version is the output of command `git describe`. It is known only if
-WeeChat has been compiled inside the git repository and if git was installed.
+^(1)^ The git version is the output of command `git describe`. It is known only
+if WeeChat has been compiled inside the git repository and if git was installed.
Se le opzioni CTCP non sono definite (comportamento predefinito),
le risposte CTCP sono:
diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt
index 2ddd3cc3f..cf936c939 100644
--- a/doc/ja/weechat_user.ja.txt
+++ b/doc/ja/weechat_user.ja.txt
@@ -1982,22 +1982,22 @@ CTCP 応答時に自動的に WeeChat によって展開されます:
[width="100%",cols="^2l,4,8l",options="header"]
|========================================
-| コード | 説明 | 値/例
-| $clientinfo | サポートしている CTCP オプションのリスト | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
-| $version | WeeChat バージョン | 0.4.0-dev
-| $versiongit | WeeChat バージョン + git バージョン | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
-| $git | git バージョン | v0.3.9-104-g7eb5cc4
-| $compilation | WeeChat コンパイル日時 | Dec 16 2012
-| $osinfo | OS に関する情報 | Linux 2.6.32-5-amd64 / x86_64
-| $site | WeeChat ウェブサイト | http://www.weechat.org/
-| $download | WeeChat ウェブサイトのダウンロードページ | http://www.weechat.org/download
-| $time | 現在の日時 | Sun, 16 Dec 2012 10:40:48 +0100
-| $username | IRC サーバのユーザネーム | ログイン名
-| $realname | IRC サーバのリアルネーム | John Doe
+| コード | 説明 | 値/例
+| $clientinfo | サポートしている CTCP オプションのリスト | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION
+| $version | WeeChat バージョン | 0.4.0-dev
+| $versiongit | WeeChat バージョン + git バージョン ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)
+| $git | git バージョン ^(1)^ | v0.3.9-104-g7eb5cc4
+| $compilation | WeeChat コンパイル日時 | Dec 16 2012
+| $osinfo | OS に関する情報 | Linux 2.6.32-5-amd64 / x86_64
+| $site | WeeChat ウェブサイト | http://www.weechat.org/
+| $download | WeeChat ウェブサイトのダウンロードページ | http://www.weechat.org/download
+| $time | 現在の日時 | Sun, 16 Dec 2012 10:40:48 +0100
+| $username | IRC サーバのユーザネーム | ログイン名
+| $realname | IRC サーバのリアルネーム | John Doe
|========================================
[NOTE]
-git バージョンとは `git describe` コマンドの出力です。git リポジトリで
+^(1)^ git バージョンとは `git describe` コマンドの出力です。git リポジトリで
WeeChat をコンパイルし、git がインストールされている場合のみ値が設定されます。
CTCP オプションが設定されていない (デフォルトの) 場合、CTCP 応答は以下のようになります: