WordPress File wp-includes/l10n.php

__()

Retrieve the translation of $text.

_e()

Display translated text.

_ex()

Display translated string with gettext context.

_n()

Translates and retrieves the singular or plural form based on the supplied number.

_n_noop()

Registers plural strings in POT file, but does not translate them.

_nx()

Translates and retrieves the singular or plural form based on the supplied number, with gettext context.

_nx_noop()

Registers plural strings with gettext context in POT file, but does not translate them.