Bilingual messages: ‐ in GUI: user's native language + untranslated (i.e. English) ‐ in log and stderr: untranslated only
Synopsis
Declared in <util/translation.h>
struct bilingual_str;
Member Functions
Name |
Description |
Reset both the original and translated text to empty. |
|
Test whether the original text is empty. |
|
Append another bilingual string to this one. |
Data Members
Name |
Description |
The untranslated (English) text. |
|
The text translated to the user's native language. |
Non-Member Functions
Name |
Description |
Show error message with additional detail lines. |
|
Show error message |
|
Show warning message |
|
Mark a bilingual_str as untranslated |
|
Non‐GUI handler, which logs and prints messages. |
|
Non‐GUI handler, which logs and prints questions. |
|
Concatenate two bilingual strings. |
|
Build the error message for an invalid amount value. |
|
Build a warning that a configured amount is unusually high. |
|
Build the error message for an invalid port value. |
|
Return a bilingual message describing a PSBT error. |
|
Build the error message for a failed address resolution. |
|
Return a bilingual message describing a transaction error. |
|
Format a bilingual string from a bilingual format string and its arguments. |
|
Extracts the error message from a result. |
|
Extracts the error message from a result. |
Created with MrDocs