diff options
-rw-r--r-- | doc/de/weechat_scripting.de.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 8 | ||||
-rw-r--r-- | doc/en/weechat_scripting.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 8 | ||||
-rw-r--r-- | doc/fr/weechat_scripting.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 | ||||
-rw-r--r-- | doc/it/weechat_scripting.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 | ||||
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 8 | ||||
-rw-r--r-- | doc/sr/weechat_scripting.sr.adoc | 2 |
11 files changed, 24 insertions, 24 deletions
diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index 38c63742c..3fab584e8 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -901,7 +901,7 @@ Beispiele: weechat.prnt("", "Hallo") # Gibt den Text "Hallo" im Core Buffer aus, schreibt diesen aber nicht in die Protokolldatei -# (nur Version >= 0.3.3) +# (nur Version ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "hello") # Gibt den Präfix "==>" gefolgt von dem Text "Hallo" im aktuellen Buffer aus diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index e94a84537..ef2bf4c9c 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -5055,7 +5055,7 @@ Arguments: Return value: -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. C example: @@ -5087,7 +5087,7 @@ Arguments: Return value: -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. C example: @@ -9290,7 +9290,7 @@ Arguments: ** _void *data_: pointer ** _const char *command_: command executed by child ** _int return_code_: return code: -*** _>= 0_: child return code for a command, and for URL possible values are: +*** _≥ 0_: child return code for a command, and for URL possible values are: **** _0_: transfer OK **** _1_: invalid URL **** _2_: transfer error @@ -15572,7 +15572,7 @@ Arguments: Return value: -* socket number (>= 0) if connection is OK, -1 if an error occurred +* socket number (≥ 0) if connection is OK, -1 if an error occurred C example: diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index 269ff368d..4db1352d8 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -883,7 +883,7 @@ Examples: weechat.prnt("", "hello") # display "hello" on core buffer, but do not write it to log file -# (version >= 0.3.3 only) +# (version ≥ 0.3.3 only) weechat.prnt_date_tags("", 0, "no_log", "hello") # display prefix "==>" and message "hello" on current buffer diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 86b393124..ed0561bf8 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -5129,7 +5129,7 @@ Paramètres : Valeur de retour : -* index du nouvel élément (>= 0), -1 si erreur. +* index du nouvel élément (≥ 0), -1 si erreur. Exemple en C : @@ -5161,7 +5161,7 @@ Paramètres : Valeur de retour : -* index du nouvel élément (>= 0), -1 si erreur. +* index du nouvel élément (≥ 0), -1 si erreur. Exemple en C : @@ -9453,7 +9453,7 @@ Paramètres : ** _void *data_ : pointeur ** _const char *command_ : commande exécutée par le fils ** _int return_code_ : code retour : -*** _>= 0_ : code retour du fils pour une commande, et pour l'URL, les valeurs +*** _≥ 0_ : code retour du fils pour une commande, et pour l'URL, les valeurs possibles sont : **** _0_ : transfert ok **** _1_ : URL invalide @@ -15902,7 +15902,7 @@ Paramètres : Valeur de retour : -* numéro de socket (>= 0) si la connexion est OK, -1 en cas d'erreur +* numéro de socket (≥ 0) si la connexion est OK, -1 en cas d'erreur Exemple en C : diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index e037a45e3..4b541055b 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -905,7 +905,7 @@ Exemples : weechat.prnt("", "bonjour") # afficher "bonjour" sur le tampon core, mais ne pas l'écrire dans le fichier de log -# (version >= 0.3.3 seulement) +# (version ≥ 0.3.3 seulement) weechat.prnt_date_tags("", 0, "no_log", "bonjour") # afficher le préfixe "==>" et le message "bonjour" sur le tampon courant diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 9d844fb9b..ee286dafe 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -5233,7 +5233,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. Esempio in C: @@ -5268,7 +5268,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. Esempio in C: @@ -9578,7 +9578,7 @@ Argomenti: ** _void *data_: puntatore ** _const char *command_: comando eseguito dal processo figlio ** _int return_code_: codice restituito: -*** _>= 0_: codice ritorno figlio per un comando, e per un URL i valori +*** _≥ 0_: codice ritorno figlio per un comando, e per un URL i valori possibili sono: **** _0_: trasferimento riuscito **** _1_: URL non valido @@ -16219,7 +16219,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* socket number (>= 0) if connection is OK, -1 if an error occurred +* socket number (≥ 0) if connection is OK, -1 if an error occurred Esempio in C: diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 6fe2a50b4..c2012528c 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -926,7 +926,7 @@ Esempi: weechat.prnt("", "hello") # visualizza "hello" sul buffer core, ma non salva sul file di log -# (solo versioni >= 0.3.3) +# (solo versioni ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "hello") # visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 71d4ada63..c781f8856 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -9315,7 +9315,7 @@ struct t_hook *weechat_hook_process (const char *command, ** _void *data_: ポインタ ** _const char *command_: 子プロセスが実行するコマンド ** _int return_code_: リターンコード: -*** _>= 0_: コマンドを実行した子プロセスのまたは URL に対するリターンコード。URL の場合に取り得る値は: +*** _≥ 0_: コマンドを実行した子プロセスのまたは URL に対するリターンコード。URL の場合に取り得る値は: **** _0_: 転送に成功 **** _1_: 無効な URL **** _2_: 転送エラー @@ -15641,7 +15641,7 @@ int weechat_network_connect_to (const char *proxy, 戻り値: -* 接続が確立した場合はソケット番号 (>= 0)、エラーが起きた場合は -1 +* 接続が確立した場合はソケット番号 (≥ 0)、エラーが起きた場合は -1 C 言語での使用例: diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 3b5ca8efb..c90825722 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -889,7 +889,7 @@ Przykłady: weechat.prnt("", "witaj") # wyświetl "witaj" w głównym buforze, ale nie zapisuj tego do pliku z logiem -# (tylko wersje >= 0.3.3) +# (tylko wersje ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "witaj") # wyświetl "==>" przed wiadomością "witaj" w obecnym buforze diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 5bbf86347..2fa9d21e8 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -4905,7 +4905,7 @@ int weechat_arraylist_insert (struct t_arraylist *arraylist, int index, void *po Повратна вредност: -* индекс нове ставке (>= 0), -1 у случају грешке. +* индекс нове ставке (≥ 0), -1 у случају грешке. C пример: @@ -4937,7 +4937,7 @@ int weechat_arraylist_add (struct t_arraylist *arraylist, void *pointer); Повратна вредност: -* индекс нове ставке (>= 0), -1 у случају грешке. +* индекс нове ставке (≥ 0), -1 у случају грешке. C пример: @@ -8978,7 +8978,7 @@ struct t_hook *weechat_hook_process (const char *command, ** _void *data_: показивач ** _const char *command_: команда коју извршава дете ** _int return_code_: повратни кôд: -*** _>= 0_: повратни кôд детета за команду, а за URL су могуће следеће вредности: +*** _≥ 0_: повратни кôд детета за команду, а за URL су могуће следеће вредности: **** _0_: трансфер OK **** _1_: неважећи URL **** _2_: грешка трансфера @@ -15036,7 +15036,7 @@ int weechat_network_connect_to (const char *proxy, Повратна вредност: -* број сокета (>= 0) ако је веза OK, -1 у случају да је дошло до грешке +* број сокета (≥ 0) ако је веза OK, -1 у случају да је дошло до грешке C пример: diff --git a/doc/sr/weechat_scripting.sr.adoc b/doc/sr/weechat_scripting.sr.adoc index 491e356e2..7e98f8876 100644 --- a/doc/sr/weechat_scripting.sr.adoc +++ b/doc/sr/weechat_scripting.sr.adoc @@ -838,7 +838,7 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test'); weechat.prnt("", "здраво") # приказ „здраво” у баферу језгра, али без уписа у лог фајл -# (само у верзијама >= 0.3.3) +# (само у верзијама ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "здраво") # приказ префикса „==>” и поруке „здраво” у текућем баферу |