ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
References $current, and $text.
__e | ( | ) |
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.
References $current, $domain, and $text.
d__e | ( | ) |
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.
References $current, $domain, and $text.
dnp__e | ( | ) |
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.
References $current, $domain, and $text.
dp__e | ( | ) |
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.
References $current, and $text.
n__e | ( | ) |
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.
References $current, and $text.
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.
References $current, and $text.
p__e | ( | ) |