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: https://develop.svn.wordpress.org/trunk@15522 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Nikolay Bachiyski 2010-08-23 18:53:38 +00:00
parent 2ad9bf2abe
commit f80fb8883a
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.