https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114441

Revision: 114441
Author:   jeroendedauw
Date:     2012-03-23 03:26:11 +0000 (Fri, 23 Mar 2012)
Log Message:
-----------
qqq++ the rest is for tomorrow :)

Modified Paths:
--------------
    trunk/extensions/EducationProgram/EducationProgram.i18n.php

Modified: trunk/extensions/EducationProgram/EducationProgram.i18n.php
===================================================================
--- trunk/extensions/EducationProgram/EducationProgram.i18n.php 2012-03-23 
03:08:32 UTC (rev 114440)
+++ trunk/extensions/EducationProgram/EducationProgram.i18n.php 2012-03-23 
03:26:11 UTC (rev 114441)
@@ -622,15 +622,7 @@
        // Special:MyCourses
        'ep-mycourses-enrolled' => 'You have successfully enrolled for $1 at 
$2.',
        'ep-mycourses-not-enrolled' => 'You are not enrolled in any course. A 
list of courses can be found [[Special:Courses|here]].',
-       'ep-mycourses-current' => 'Active courses',
-       'ep-mycourses-passed' => 'Passed courses',
-       'ep-mycourses-header-name' => 'Name',
-       'ep-mycourses-header-institution' => 'Institution',
-       'ep-mycourses-show-all' => 'This page shows one of the courses you are 
enrolled in. You can also view all [[Special:MyCourses|your courses]].',
        'ep-mycourses-no-such-course' => 'You are not enrolled in any course 
with name "$1". The courses you are enrolled in are listed below.',
-       'ep-mycourses-course-title' => 'My courses: $1 at $2',
-       'specialmycourses-summary-name' => 'Course name',
-       'specialmycourses-summary-org' => 'Institution name',
     'ep-mycourses-nocourses-epstudent' => 'You are not enrolled in any 
[[Special:Courses|courses]].',
        'ep-mycourses-enrollment' => 'Courses I am enrolled in',
        'ep-mycourses-login-first' => 'You need to login before you can view 
your courses.',
@@ -1361,4 +1353,207 @@
        'ep-student-courses' => 'h2 section header',
        'ep-student-articles' => 'h2 section header',
 
+       // Special:Enroll
+       'ep-enroll-title' => 'Page title. $1 is course name, $2 is institution 
name',
+       'ep-enroll-login-first' => 'States you need to login before you can 
enroll',
+       'ep-enroll-login-and-enroll' => 'Link text. Links to login page',
+       'ep-enroll-signup-and-enroll' => 'Link text. Links to signup page',
+       'ep-enroll-not-allowed' => 'Shown when user is not allowed to enroll',
+       'ep-enroll-invalid-id' => 'Error message when the user tries to enroll 
for a course that does not exist',
+       'ep-enroll-no-id' => 'Error message shown when the user does not 
specify a coutse',
+       'ep-enroll-invalid-token' => 'Error message shown when the user 
provides an invalid enrollment token',
+       'ep-enroll-legend' => 'Enroll form header',
+       'ep-enroll-header' => 'Enroll form description',
+       'ep-enroll-gender' => 'Input label',
+       'ep-enroll-realname' => 'Input label',
+       'ep-enroll-invalid-name' => 'Error message indicating the value needs 
to contain $1 or more characters',
+       'ep-enroll-invalid-gender' => 'Error message indicating that an invalid 
gender was selected',
+       'ep-enroll-add-token' => 'Token input form header',
+       'ep-enroll-add-token-doc' => 'Describes that the user should provide a 
token on top of the token input form',
+       'ep-enroll-token' => 'Input label',
+       'ep-enroll-submit-token' => 'Submission button text for enrollment 
token form',
+       'ep-enroll-course-passed' => 'Shown when the user tries to enroll for 
ended course',
+       'ep-enroll-course-planned' => 'Shown when the user tries to enroll for 
planned course',
+
+       // Special:Disenroll
+       'ep-disenroll-no-name' => 'Error message shown when the user tries to 
unroll from an unspecified course',
+       'ep-disenroll-invalid-name' => 'Error message shown when the user tries 
to unroll from a non-existing course',
+       'ep-disenroll-course-passed' => 'Error message shown when the user 
tries to unroll from an ended course',
+       'ep-disenroll-not-enrolled' => 'Error message shown when the user tries 
to unroll from a course they are not enrolled in',
+       'ep-disenroll-title' => 'Page title. $1 is course name',
+       'ep-disenroll-text' => 'Message indicating what the user is about to 
do.',
+       'ep-disenroll-button' => 'Disenroll button text',
+       'ep-disenroll-summary' => 'Summary text input label',
+       'ep-disenroll-cancel' => 'Cancel button text',
+       'ep-disenroll-fail' => 'Error message shown in error box at top of 
page',
+       'ep-disenroll-success' => 'Success message shown in success box at top 
of page',
+       'ep-disenroll-returnto' => 'Return to text with link. $1 is course 
name',
+
+       // Special:MyCourses
+       'ep-mycourses-enrolled' => 'Success message shown after enrollment in 
success box at top of page. $1 is course name, $2 is institution name',
+       'ep-mycourses-not-enrolled' => 'Shown when the user goes to their 
courses page while not enrolled in any',
+
+       // ===================== TODO =====================
+
+       'ep-mycourses-no-such-course' => 'You are not enrolled in any course 
with name "$1". The courses you are enrolled in are listed below.',
+       'ep-mycourses-nocourses-epstudent' => 'You are not enrolled in any 
[[Special:Courses|courses]].',
+       'ep-mycourses-enrollment' => 'Courses I am enrolled in',
+       'ep-mycourses-login-first' => 'You need to login before you can view 
your courses.',
+       'ep-mycourses-courses-epoa' => '{{PLURAL:$1|Course|Courses}} I am 
{{GENDER:$1|Online Ambassador}} for',
+       'ep-mycourses-courses-epca' => '{{PLURAL:$1|Course|Courses}} I am 
{{GENDER:$1|Campus Ambassador}} for',
+       'ep-mycourses-courses-epinstructor' => '{{PLURAL:$1|Course|Courses}} I 
am {{GENDER:$1|Instructor}} for',
+       'ep-mycourses-courses-epstudent' => '{{PLURAL:$1|Course|Courses}} I am 
enrolled in',
+       'ep-mycourses-nocourses-epca' => 'There are no courses for which you 
are Campus Ambassador yet.',
+       'ep-mycourses-nocourses-epoa' => 'There are no courses for which you 
are Online Ambassador for yet.',
+       'ep-mycourses-nocourses-epinstructor' => 'There are no courses for 
which you are Instructor for yet.',
+       'ep-mycourses-enrolledin' => 'You are currently enrolled in course $1 
at institution $2.',
+       'ep-mycourses-course-org-links' => 'Course $1 at institution $2.',
+       'ep-mycourses-articletable' => 'These are the articles you are working 
on and their reviewers:',
+
+       // ep.enlist instructor
+       'ep-instructor-remove-title' => 'Remove instructor from course',
+       'ep-instructor-remove-button' => 'Remove instructor',
+       'ep-instructor-removing' => 'Removing...',
+       'ep-instructor-removal-success' => 'This instructor has been 
successfully removed from this course.',
+       'ep-instructor-close-button' => 'Close',
+       'ep-instructor-remove-retry' => 'Retry',
+       'ep-instructor-remove-failed' => 'Something went wrong - could not 
remove the instructor from the course.',
+       'ep-instructor-cancel-button' => 'Cancel',
+       'ep-instructor-remove-text' => 'You are about to remove $2 (Username: 
$1) as {{GENDER:$1|instructor}} from course $3. Please enter a brief summary 
with the reason for this removal.',
+       'ep-instructor-adding' => 'Adding...',
+       'ep-instructor-addittion-success' => '$1 has been successfully added as 
{{GENDER:$1|instructor}} for course $2!',
+       'ep-instructor-addittion-self-success' => 'You have been successfully 
added as {{GENDER:$1|instructor}} for course $2!',
+       'ep-instructor-addittion-null' => '$1 has already been added as 
{{GENDER:$1|instructor}} to course $2',
+       'ep-instructor-addittion-invalid-user' => 'There is no user with name 
$1, so no one has been added to course $2',
+       'ep-instructor-add-close-button' => 'Close',
+       'ep-instructor-add-retry' => 'Retry',
+       'ep-instructor-addittion-failed' => 'Something went wrong - could not 
add the instructor to the course.',
+       'ep-instructor-add-title' => 'Add an instructor to the course',
+       'ep-instructor-add-self-title' => 'Become an {{GENDER:$1|instructor}} 
for this course',
+       'ep-instructor-add-button' => 'Add instructor',
+       'ep-instructor-add-self-button' => 'Become {{GENDER:$1|instructor}}',
+       'ep-instructor-add-text' => 'You are adding an instructor for course 
$1. Enter the username of the instructor and a brief description why this 
person is being added.',
+       'ep-instructor-add-self-text' => 'You are adding yourself as 
{{GENDER:$1|instructor}} for course $1. Please add a brief description why you 
are doing so.',
+       'ep-instructor-add-cancel-button' => 'Cancel',
+       'ep-instructor-summary-input' => 'Summary:',
+       'ep-instructor-name-input' => 'User name:',
+
+       // ep.enlist online
+       'ep-online-remove-title' => 'Remove Online Ambassador from course',
+       'ep-online-remove-button' => 'Remove Online Ambassador',
+       'ep-online-removing' => 'Removing...',
+       'ep-online-removal-success' => 'This Online Ambassador has been 
successfully removed from this course.',
+       'ep-online-close-button' => 'Close',
+       'ep-online-remove-retry' => 'Retry',
+       'ep-online-remove-failed' => 'Something went wrong - could not remove 
the Online Ambassador from the course.',
+       'ep-online-cancel-button' => 'Cancel',
+       'ep-online-remove-text' => 'You are about to remove $2 (Username: $1) 
as {{GENDER:$1|Online Ambassador}} from course $3. Please enter a brief summary 
with the reason for this removal.',
+       'ep-online-adding' => 'Adding...',
+       'ep-online-addittion-success' => '$1 has been successfully added as 
{{GENDER:$1|Online Ambassador}} for course $2!',
+       'ep-online-addittion-self-success' => 'You have been successfully added 
as {{GENDER:$1|Online Ambassador}} for course $2!',
+       'ep-online-addittion-null' => '$1 has already been added as 
{{GENDER:$1|Online Ambassador}} to course $2',
+       'ep-online-addittion-invalid-user' => 'There is no user with name $1, 
so no one has been added to course $2',
+       'ep-online-add-close-button' => 'Close',
+       'ep-online-add-retry' => 'Retry',
+       'ep-online-addittion-failed' => 'Something went wrong - could not add 
the Online Ambassador to the course.',
+       'ep-online-add-title' => 'Add an Online Ambassador to the course',
+       'ep-online-add-self-title' => 'Become an {{GENDER:$1|Online 
Ambassador}} for this course',
+       'ep-online-add-button' => 'Add Online Ambassador',
+       'ep-online-add-self-button' => 'Become {{GENDER:$1|Online Ambassador}}',
+       'ep-online-add-text' => 'You are adding an Online Ambassador for course 
$1. Enter the username of the Online Ambassador and a brief description why 
this person is being added.',
+       'ep-online-add-self-text' => 'You are adding yourself as 
{{GENDER:$1|Online Ambassador}} for course $1. Please add a brief description 
why you are doing so.',
+       'ep-online-add-cancel-button' => 'Cancel',
+       'ep-online-summary-input' => 'Summary:',
+       'ep-online-name-input' => 'User name:',
+
+       // ep.enlist campus
+       'ep-campus-remove-title' => 'Remove Campus Ambassador from course',
+       'ep-campus-remove-button' => 'Remove Campus Ambassador',
+       'ep-campus-removing' => 'Removing...',
+       'ep-campus-removal-success' => 'This Campus Ambassador has been 
successfully removed from this course.',
+       'ep-campus-close-button' => 'Close',
+       'ep-campus-remove-retry' => 'Retry',
+       'ep-campus-remove-failed' => 'Something went wrong - could not remove 
the Campus Ambassador from the course.',
+       'ep-campus-cancel-button' => 'Cancel',
+       'ep-campus-remove-text' => 'You are about to remove $2 (Username: $1) 
as {{GENDER:$1|Campus Ambassador}} from course $3. Please enter a brief summary 
with the reason for this removal.',
+       'ep-campus-adding' => 'Adding...',
+       'ep-campus-addittion-success' => '$1 has been successfully added as 
{{GENDER:$1|Campus Ambassador}} for course $2!',
+       'ep-campus-addittion-self-success' => 'You have been successfully added 
as {{GENDER:$1|Campus Ambassador}} for course $2!',
+       'ep-campus-addittion-null' => '$1 has already been added as 
{{GENDER:$1|Campus Ambassador}} to course $2',
+       'ep-campus-addittion-invalid-user' => 'There is no user with name $1, 
so no one has been added to course $2',
+       'ep-campus-add-close-button' => 'Close',
+       'ep-campus-add-retry' => 'Retry',
+       'ep-campus-addittion-failed' => 'Something went wrong - could not add 
the Campus Ambassador to the course.',
+       'ep-campus-add-title' => 'Add a Campus Ambassador to the course',
+       'ep-campus-add-self-title' => 'Become an {{GENDER:$1|Campus 
Ambassador}} for this course',
+       'ep-campus-add-button' => 'Add Campus Ambassador',
+       'ep-campus-add-self-button' => 'Become {{GENDER:$1|Campus Ambassador}}',
+       'ep-campus-add-text' => 'You are adding a Campus Ambassador for course 
$1. Enter the username of the Campus Ambassador and a brief description why 
this person is being added.',
+       'ep-campus-add-self-text' => 'You are adding yourself as 
{{GENDER:$1|Campus Ambassador}} for course $1. Please add a brief description 
why you are doing so.',
+       'ep-campus-add-cancel-button' => 'Cancel',
+       'ep-campus-summary-input' => 'Summary:',
+       'ep-campus-name-input' => 'User name:',
+
+       // EPInstrucor
+       'ep-instructor-remove' => 'remove as instructor',
+
+       // EPCA
+       'ep-campus-remove' => 'remove as Campus Ambassador',
+
+       // EPOA
+       'ep-online-remove' => 'remove as Online Ambassador',
+
+       // API enlist
+       'ep-enlist-invalid-user-args' => 'You need to either provide the 
username or the userid parameter',
+       'ep-enlist-invalid-user' => 'The provided user id or name is not valid 
and can therefore not be associated as instrucor or ambassador with the 
specified course',
+       'ep-enlist-invalid-course' => 'There is no course with the provided ID',
+
+       // Special:OnlineAmbassadorProfile
+       'onlineambassadorprofile' => 'Online Ambassador profile',
+       'onlineambassadorprofile-legend' => 'My Online Ambassador profile',
+       'onlineambassadorprofile-text' => 'Your Online Ambassador profile is 
what students get to see when they browse available ambassadors.',
+       'epoa-profile-invalid-photo' => 'The photo must be located on 
{{PLURAL:$2|this website: $1|one of these websites: $1}}',
+       'epoa-profile-bio' => 'Short bio',
+       '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-visible' => 'Publicly list me as Online Ambassador',
+
+       // Special:CampusAmbassadorProfile
+       'campusambassadorprofile' => 'Campus Ambassador profile',
+       'campusambassadorprofile-legend' => 'My Campus Ambassador profile',
+       'campusambassadorprofile-text' => 'Your Campus Ambassador profile is 
what students get to see when they browse available ambassadors.',
+       'epca-profile-invalid-photo' => 'The photo must be located on 
{{PLURAL:$2|this website: $1|one of these websites: $1}}',
+       'epca-profile-bio' => 'Short bio',
+       '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-visible' => 'Publicly list me as Campus Ambassador',
+
+       // Special:StudentActivity
+       'ep-studentactivity-noresults' => 'There are no students that where 
active in the last $1 :(
+
+You can find a full list of students on [[Special:Students|the student 
list]].',
+       'ep-studentactivity-count' => '{{PLURAL:$1|One student was|$1 students 
were}} active in the last $2.',
+
+       // Cached special page, back compat for MW < 1.20
+       'cachedspecial-viewing-cached-ttl' => 'You are viewing a cached version 
of this page, which can be up to $1 old.',
+       'cachedspecial-viewing-cached-ts' => 'You are viewing a cached version 
of this page, which might not be completely actual.',
+       'cachedspecial-refresh-now' => 'View latest.',
+
+       // Durations, back compat for MW < 1.20
+       'duration-seconds' => '$1 {{PLURAL:$1|second|seconds}}',
+       'duration-minutes' => '$1 {{PLURAL:$1|minute|minutes}}',
+       'duration-hours' => '$1 {{PLURAL:$1|hour|hours}}',
+       'duration-days' => '$1 {{PLURAL:$1|day|days}}',
+       'duration-weeks' => '$1 {{PLURAL:$1|week|weeks}}',
+       'duration-years' => '$1 {{PLURAL:$1|year|years}}',
+       'duration-centuries' => '$1 {{PLURAL:$1|century|centuries}}',
+
+       // Diffs
+       'ep-diff-old' => 'Old value',
+       'ep-diff-new' => 'New value',
+
 );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to