C | |
| CompileExtractionFailed [GettextTypes] |
While extracting filename the command str returns exit code i.
|
| CompileExtractionInterrupted [GettextTypes] |
While extracting filename the command receive signal i.
|
| CompileProblemReadingFile [GettextTypes] |
Filename wich generates the error message str
|
D | |
| DomainFileDoesntExist [GettextTypes] |
Cannot the filename corresponding to a textdomain among the specified files.
|
F | |
| FormatInconsistent [GettextTypes] |
The two strings returned doesn't have the same meaning regarding
Printf
syntax.
|
G | |
| GettextUninitialized [GettextTypes] |
A part of the code try to translate a string, but gettext is not
initialized.
|
L | |
| LocalePosixUnparseable [GettextTypes] |
Cannot parse the POSIX representation of the locale.
|
M | |
| MoCannotOpenFile [GettextTypes] |
An error occured when trying to open a MO file.
|
| MoEmptyEntry [GettextTypes] | |
| MoInvalidContentType [GettextTypes] |
The content-type field is not correct.
|
| MoInvalidFile [GettextTypes] |
A MO corrupted file has been read.
|
| MoInvalidHeaderNegativeStrings [GettextTypes] |
The MO file specified a negative number of strings.
|
| MoInvalidHeaderTableStringOutOfBound [GettextTypes] |
Offset of the string table is out of bound.
|
| MoInvalidHeaderTableTranslationOutOfBound [GettextTypes] |
Offset of the translation table is out of bound.
|
| MoInvalidHeaderTableTranslationStringOverlap [GettextTypes] |
String and translation table overlap.
|
| MoInvalidOptions [GettextTypes] |
There is an invalid field in the content information of a MO file.
|
| MoInvalidPlurals [GettextTypes] |
The plural-form field is not correct.
|
| MoInvalidStringOutOfBound [GettextTypes] |
The offset and length of a string entry leads to an access beyond the end
of the MO file.
|
| MoInvalidTranslationOutOfBound [GettextTypes] |
The offset and length of a translation entry leads to an access beyond the end
of the MO file.
|
| MoInvalidTranslationPlural [GettextTypes] |
An out-of-bound plural translation has occured.
|
| MoInvalidTranslationSingular [GettextTypes] |
A plural translation of a singular string has occured.
|
| MoJunk [GettextTypes] |
There is more plural translation than the number of plural forms.
|
P | |
| PoFileDoesntExist [GettextTypes] |
The PO file doesn't exist.
|
| PoFileInvalidIndex [GettextTypes] |
When parsing a PO file, found an out of order table indices in a plural
form.
|
| PoInconsistentMerge [GettextTypes] |
Cannot merge two PO files.
|
| PoInvalidFile [GettextTypes] |
A PO file cannot be parsed.
|
T | |
| TranslateStringNotFound [GettextTypes] |
A string to translate cannot be found.
|