|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Functions | |
| __ ($original) | |
| Returns the translation of a string. More... | |
| n__ ($original, $plural, $value) | |
| Returns the singular/plural translation of a string. More... | |
| p__ ($context, $original) | |
| Returns the translation of a string in a specific context. More... | |
| d__ ($domain, $original) | |
| Returns the translation of a string in a specific domain. More... | |
| dp__ ($domain, $context, $original) | |
| Returns the translation of a string in a specific domain and context. More... | |
| np__ ($context, $original, $plural, $value) | |
| Returns the singular/plural translation of a string in a specific context. More... | |
| dnp__ ($domain, $context, $original, $plural, $value) | |
| Returns the singular/plural translation of a string in a specific domain and context. More... | |
| __e () | |
| Prints function result. More... | |
| n__e () | |
| Prints function result. More... | |
| p__e () | |
| Prints function result. More... | |
| d__e () | |
| Prints function result. More... | |
| dp__e () | |
| Prints function result. More... | |
| dnp__e () | |
| Prints function result. More... | |
| __ | ( | $original | ) |
Returns the translation of a string.
| string | $original |
Definition at line 12 of file translator_functions.php.
| __e | ( | ) |
Prints function result.
Definition at line 163 of file translator_functions.php.
| d__ | ( | $domain, | |
| $original | |||
| ) |
Returns the translation of a string in a specific domain.
| string | $domain | |
| string | $original |
Definition at line 76 of file translator_functions.php.
| d__e | ( | ) |
Prints function result.
Definition at line 193 of file translator_functions.php.
| dnp__ | ( | $domain, | |
| $context, | |||
| $original, | |||
| $plural, | |||
| $value | |||
| ) |
Returns the singular/plural translation of a string in a specific domain and context.
| string | $domain | |
| string | $context | |
| string | $original | |
| string | $plural | |
| string | $value |
Definition at line 145 of file translator_functions.php.
| dnp__e | ( | ) |
Prints function result.
Definition at line 213 of file translator_functions.php.
| dp__ | ( | $domain, | |
| $context, | |||
| $original | |||
| ) |
Returns the translation of a string in a specific domain and context.
| string | $domain | |
| string | $context | |
| string | $original |
Definition at line 98 of file translator_functions.php.
| dp__e | ( | ) |
Prints function result.
Definition at line 203 of file translator_functions.php.
| n__ | ( | $original, | |
| $plural, | |||
| $value | |||
| ) |
Returns the singular/plural translation of a string.
| string | $original | |
| string | $plural | |
| string | $value |
Definition at line 34 of file translator_functions.php.
| n__e | ( | ) |
Prints function result.
Definition at line 173 of file translator_functions.php.
| np__ | ( | $context, | |
| $original, | |||
| $plural, | |||
| $value | |||
| ) |
Returns the singular/plural translation of a string in a specific context.
| string | $context | |
| string | $original | |
| string | $plural | |
| string | $value |
Definition at line 121 of file translator_functions.php.
| p__ | ( | $context, | |
| $original | |||
| ) |
Returns the translation of a string in a specific context.
| string | $context | |
| string | $original |
Definition at line 55 of file translator_functions.php.
| p__e | ( | ) |
Prints function result.
Definition at line 183 of file translator_functions.php.