Changeset 18005
- Timestamp:
- 05/23/2011 11:02:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r18004 r18005 90 90 if ( $group_slug === 'translators' ) { 91 91 // Considered a special slug in the API response. (Also, will never be returned for en_US.) 92 /* translators: use the name of your own language here */ 93 $title = __( 'English Translators' ); 94 if ( 'English Translators' == $title ) 95 $title = __( 'Translators' ); 92 $title = _x( 'Translators', 'Translate this to be the equivalent of English Translators in your language for the credits page Translators section' ); 96 93 } else { 97 94 $title = translate( $results['groups'][ $group_slug ] ); … … 118 115 return; 119 116 117 // These are strings returned by the API that we want to be translatable 120 118 __( 'Project Leaders' ); 121 119 __( 'Extended Core Team' );
Note: See TracChangeset
for help on using the changeset viewer.