Slide 29
Slide 29 text
Disambiguation
http://codex.wordpress.org/I18n_for_WordPress_Developers
http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/
$string = _x( 'Buffalo', 'an animal', 'plugin-domain' );
$string = _x( 'Buffalo', 'a city in New York', 'plugin-
domain' );
$string = _x( 'Buffalo', 'a verb meaning to confuse
somebody', 'plugin-domain' );
/* translators: draft saved date format, see http://
php.net/date */
$draft_saved_date_format = __( 'g:i:s a' );