Ticket #34909: 34909.patch
File 34909.patch, 820 bytes (added by , 9 years ago) |
---|
-
wp-admin/credits.php
107 107 108 108 // These are strings returned by the API that we want to be translatable 109 109 __( 'Project Leaders' ); 110 __( 'Extended Core Team' );111 __( 'Core Developers' );112 __( 'Recent Rockstars' );113 110 __( 'Core Contributors to WordPress %s' ); 114 111 __( 'Contributing Developers' ); 115 112 __( 'Cofounder, Project Lead' ); 116 113 __( 'Lead Developer' ); 117 114 __( 'Release Lead' ); 118 __( 'User Experience Lead' );119 115 __( 'Core Developer' ); 120 __( 'Core Committer' );121 __( 'Guest Committer' );122 __( 'Developer' );123 __( 'Designer' );124 __( 'Docs Committer' );125 __( 'XML-RPC' );126 __( 'Internationalization' );127 116 __( 'External Libraries' ); 128 __( 'Icon Design' );