I18n fixes

Do not leave more than %s in a translatable string and add a comment for translators what each placeholder means


git-svn-id: http://svn.automattic.com/wordpress/trunk@15522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nbachiyski 2010-08-23 18:53:38 +00:00
parent 402bd5d1e2
commit 33b3236c3c
1 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,10 @@ require_once( ABSPATH . WPINC . '/registration.php');
if ( is_multisite() ) {
function admin_created_user_email( $text ) {
/* translators: 1: Site name, 2: site URL, 3: role */
return sprintf( __( "Hi,
You've been invited to join '%s' at
%s as a %s.
You've been invited to join '%1$s' at
%2$s as a %3$s.
If you do not want to join this site please ignore
this email. This invitation will expire in a few days.