doc: add info about strings not translated in functions gettext/ngettext (plugin API reference)
This commit is contained in:
parent
42d98a6865
commit
1225efe472
@ -418,7 +418,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* translated string
|
||||
* translated string or _string_ if there is no translation available in local language
|
||||
|
||||
C example:
|
||||
|
||||
@ -460,7 +460,8 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* translated string
|
||||
* translated string or _string_ / _plural_ if there is no translation available
|
||||
in local language
|
||||
|
||||
C example:
|
||||
|
||||
|
@ -427,7 +427,7 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* chaîne traduite
|
||||
* chaîne traduite ou _string_ s'il n'y a pas de traduction disponible dans la langue locale
|
||||
|
||||
Exemple en C :
|
||||
|
||||
@ -469,7 +469,8 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* chaîne traduite
|
||||
* chaîne traduite ou _string_ / _plural_ s'il n'y a pas de traduction disponible
|
||||
dans la langue locale
|
||||
|
||||
Exemple en C :
|
||||
|
||||
|
@ -442,7 +442,8 @@ Argomenti:
|
||||
|
||||
Valore restituito:
|
||||
|
||||
* stringa tradotta
|
||||
// TRANSLATION MISSING
|
||||
* translated string or _string_ if there is no translation available in local language
|
||||
|
||||
Esempio in C:
|
||||
|
||||
@ -484,7 +485,9 @@ Argomenti:
|
||||
|
||||
Valore restituito:
|
||||
|
||||
* stringa tradotta
|
||||
// TRANSLATION MISSING
|
||||
* translated string or _string_ / _plural_ if there is no translation available
|
||||
in local language
|
||||
|
||||
Esempio in C:
|
||||
|
||||
|
@ -424,7 +424,8 @@ const char *weechat_gettext (const char *string);
|
||||
|
||||
戻り値:
|
||||
|
||||
* 翻訳済み文字列
|
||||
// TRANSLATION MISSING
|
||||
* translated string or _string_ if there is no translation available in local language
|
||||
|
||||
C 言語での使用例:
|
||||
|
||||
@ -466,7 +467,9 @@ const char *weechat_ngettext (const char *string, const char *plural,
|
||||
|
||||
戻り値:
|
||||
|
||||
* 翻訳済みの文字列
|
||||
// TRANSLATION MISSING
|
||||
* translated string or _string_ / _plural_ if there is no translation available
|
||||
in local language
|
||||
|
||||
C 言語での使用例:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user