Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/96741
Change subject: Fix grammar of "needs to be at least contain" ...................................................................... Fix grammar of "needs to be at least contain" Replace "needs to be at least contain" by "needs to contain at least" Spotted by OsamaK http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Ep-course-invalid-description/ar Change-Id: I9fab288efa275408d26a80d5253016a1d40c542b --- M EducationProgram.i18n.php 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EducationProgram refs/changes/41/96741/1 diff --git a/EducationProgram.i18n.php b/EducationProgram.i18n.php index 7869420..7670aee 100644 --- a/EducationProgram.i18n.php +++ b/EducationProgram.i18n.php @@ -408,7 +408,7 @@ 'orgpage-edit-undelete-link' => 'restore $1 {{PLURAL:$1|revision|revisions}}', 'educationprogram-org-invalid-name' => 'The name needs to contain at least $1 {{PLURAL:$1|character|characters}}.', - 'educationprogram-org-invalid-city' => 'The city name needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', + 'educationprogram-org-invalid-city' => 'The city name needs to contain at least $1 {{PLURAL:$1|character|characters}}.', 'educationprogram-org-invalid-country' => 'This is not a valid country.', 'ep-org-no-slashes' => 'The institution title should not contain any slashes!', @@ -441,8 +441,8 @@ The deletion log for this course is provided below for convenience:", 'ep-course-invalid-org' => 'This institution does not exist.', - 'ep-course-invalid-token' => 'The token needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', - 'ep-course-invalid-description' => 'The description needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', + 'ep-course-invalid-token' => 'The token needs to contain at least $1 {{PLURAL:$1|character|characters}}.', + 'ep-course-invalid-description' => 'The description needs to contain at least $1 {{PLURAL:$1|character|characters}}.', 'ep-course-invalid-lang' => 'This language is not valid.', 'ep-course-no-slashes' => 'The course title should not contain any slashes!', 'coursepage-edit-undelete-revisions' => 'This course has been deleted. You can $1.', @@ -626,7 +626,7 @@ 'ep-enroll-gender' => 'Gender (optional)', 'ep-enroll-realname' => 'Real name (required)', 'ep-enroll-realname-optional' => 'Real name (optional)', - 'ep-enroll-invalid-name' => 'The name needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', + 'ep-enroll-invalid-name' => 'The name needs to contain at least $1 {{PLURAL:$1|character|characters}}.', 'ep-enroll-invalid-gender' => 'Please select one of these genders', 'ep-enroll-add-token' => 'Enter your enrollment token', 'ep-enroll-add-token-doc' => 'In order to enroll for this course, you need a token provided by your instructor or one of the volunteers for your course.', @@ -772,7 +772,7 @@ 'epoa-profile-photo' => 'Profile photo', 'epoa-profile-photo-help' => 'A picture of you that will be shown next to your bio. Enter the name of an image on Wikimedia Commons and a preview will appear. You can type the first few letters of the image name and then select your image from the suggestion list. If you do not have a picture of you on commons yet, [$1 go upload one]!', 'epoa-profile-saved' => 'Your profile has been saved', - 'epoa-profile-invalid-bio' => 'Your bio needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', + 'epoa-profile-invalid-bio' => 'Your bio needs to contain at least $1 {{PLURAL:$1|character|characters}}.', 'epoa-visible' => 'Publicly list you as Online volunteer', // Special:CampusAmbassadorProfile @@ -783,7 +783,7 @@ 'epca-profile-photo' => 'Profile photo', 'epca-profile-photo-help' => 'A picture of you that will be shown next to your bio. Enter the name of an image on Wikimedia Commons and a preview will appear. You can type the first few letters of the image name and then select your image from the suggestion list. If you do not have a picture of you on commons yet, [$1 go upload one]!', 'epca-profile-saved' => 'Your profile has been saved', - 'epca-profile-invalid-bio' => 'Your bio needs to be at least contain $1 {{PLURAL:$1|character|characters}}.', + 'epca-profile-invalid-bio' => 'Your bio needs to contain at least $1 {{PLURAL:$1|character|characters}}.', 'epca-visible' => 'Publicly list you as Campus volunteer', // Special:StudentActivity -- To view, visit https://gerrit.wikimedia.org/r/96741 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9fab288efa275408d26a80d5253016a1d40c542b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/EducationProgram Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
