[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/gp-includes/ -> l10n.php (summary)

(no description)

File Size: 124 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 18 functions

  get_locale()
  translate()
  translate_with_gettext_context()
  __()
  esc_attr__()
  esc_html__()
  _e()
  esc_attr_e()
  esc_html_e()
  _x()
  esc_attr_x()
  esc_html_x()
  _n()
  _nx()
  _n_noop()
  load_textdomain()
  load_default_textdomain()
  get_translations_for_domain()

Functions
Functions that are not part of a class:

get_locale()   X-Ref
Localization. Loading and using translations.


translate( $text, $domain = 'default' )   X-Ref
No description

translate_with_gettext_context( $text, $context, $domain = 'default' )   X-Ref
No description

__( $text, $domain = 'default' )   X-Ref
No description

esc_attr__( $text, $domain = 'default' )   X-Ref
No description

esc_html__( $text, $domain = 'default' )   X-Ref
No description

_e( $text, $domain = 'default' )   X-Ref
No description

esc_attr_e( $text, $domain = 'default' )   X-Ref
No description

esc_html_e( $text, $domain = 'default' )   X-Ref
No description

_x( $single, $context, $domain = 'default' )   X-Ref
No description

esc_attr_x( $single, $context, $domain = 'default' )   X-Ref
No description

esc_html_x( $single, $context, $domain = 'default' )   X-Ref
No description

_n($single, $plural, $number, $domain = 'default')   X-Ref
No description

_nx($single, $plural, $number, $context, $domain = 'default')   X-Ref
No description

_n_noop( $single, $plural, $number = 1, $domain = 'default' )   X-Ref
No description

load_textdomain( $domain, $mofile )   X-Ref
No description

load_default_textdomain()   X-Ref
No description

get_translations_for_domain( $domain )   X-Ref
Returns the Translations instance for a domain. If there isn't one,
returns empty Translations instance.

param: string $domain
return: object A Translation instance



Generated: Thu May 24 03:59:35 2012 Hosted by follow the white rabbit.