Procedural File: gettext.php
Source Location: /modules/emulator/gettext.php
Page Details:
bindtextdomain [line 193]
void bindtextdomain(
$domain, [ $directory = "/usr/share/locale:/usr/local/share/locale:./locale"])
|
|
Parameters
bind_textdomain_codeset [line 372]
void bind_textdomain_codeset(
$domain, $codeset)
|
|
Parameters
dcgettext [line 172]
void dcgettext(
$domain, $msg, $category)
|
|
Parameters
dcngettext [line 169]
void dcngettext(
$domain, $msg1, $msg2, $plural, $category)
|
|
Parameters
|
$domain |
|
|
$msg1 |
|
|
$msg2 |
|
|
$plural |
|
|
$category |
|
dgettext [line 175]
void dgettext(
$domain, $msg)
|
|
Parameters
dngettext [line 166]
void dngettext(
$domain, $msg1, $msg2, $plural)
|
|
Parameters
|
$domain |
|
|
$msg1 |
|
|
$msg2 |
|
|
$plural |
|
gettext [line 29]
void gettext(
$msg, [ $msg2 = NULL], [ $domain = NULL], [ $category = NULL], [ $plural = NULL])
|
|
Parameters
|
$msg |
|
|
$msg2 |
|
|
$domain |
|
|
$category |
|
|
$plural |
|
gettext___load_mo [line 271]
void gettext___load_mo(
$f, $domain)
|
|
Parameters
gettext___load_po [line 317]
void gettext___load_po(
$f, $domain)
|
|
Parameters
gettext___plural_guess [line 78]
void gettext___plural_guess(
&$type, $n)
|
|
Parameters
ngettext [line 163]
void ngettext(
$msg1, $msg2, $plural)
|
|
Parameters
textdomain [line 182]
void textdomain(
[ $default = "NULL"])
|
|
Parameters
_ [line 384]
|
|