Go to the source code of this file.
Functions | |
| gettext_noop ($str) | |
| Marks a string for translation but does return the original (untranslated) string. | |
| N_ ($str) | |
| Alias for gettext_noop. | |
| Q_ ($str) | |
| Just like _(), but strips the context (the part before the first | character) if the translation is the same as the original string. | |
Definition in file gettext.lib.php.
| gettext_noop | ( | $ | str | ) |
Marks a string for translation but does return the original (untranslated) string.
| $str | The string to translate. |
Definition at line 43 of file gettext.lib.php.
| N_ | ( | $ | str | ) |
Alias for gettext_noop.
| $str | The string to translate. |
Definition at line 60 of file gettext.lib.php.
| Q_ | ( | $ | str | ) |
Just like _(), but strips the context (the part before the first | character) if the translation is the same as the original string.
This function can be used to provide context to the translator.
| $str | The string to translate. |
Definition at line 80 of file gettext.lib.php.
1.5.9