r114092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114091‎ | r114092 | r114093 >
Date:00:01, 18 March 2012
Author:jeroendedauw
Status:ok (Comments)
Tags:
Comment:
qqq++
Modified paths:
  • /trunk/extensions/EducationProgram/EducationProgram.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php
@@ -218,7 +218,6 @@
219219 'specialeducationprogram-summary-oa-count' => 'Number of [[Special:OnlineAmbassadors|Online Ambassadors]]',
220220
221221 // Special:Institutions
222 - 'ep-institutions-nosuchinstitution' => 'There is no institution with name "$1". Existing institutions are listed below.',
223222 'ep-institutions-noresults' => 'There are no institutions to list.',
224223 'ep-institutions-addnew' => 'Add a new institution',
225224 'ep-institutions-namedoc' => 'Enter the name for the new institution (which should be unique) and hit the button.',
@@ -226,7 +225,6 @@
227226 'ep-institutions-add' => 'Add institution',
228227
229228 // Special:Courses
230 - 'ep-courses-nosuchcourse' => 'There is no course with name "$1". Existing courses are listed below.',
231229 'ep-courses-noresults' => 'There are no courses to list.',
232230 'ep-courses-addnew' => 'Add a new course',
233231 'ep-courses-namedoc' => 'Enter the institution the course belongs to and the year in which it is active.',
@@ -234,7 +232,6 @@
235233 'ep-courses-newname' => 'Course name:',
236234 'ep-courses-neworg' => 'Institution:',
237235 'ep-courses-add' => 'Add course',
238 - 'ep-courses-noorgs' => 'There are no institutions yet. You need to [[Special:Institutions|add an institution]] before you can create any courses.',
239236 'ep-courses-addorgfirst' => 'There are no institutions yet. You need to [[Special:Institutions|add an institution]] before you can create any courses.',
240237
241238 // Special:Students
@@ -956,6 +953,27 @@
957954 'action-ep-bulkdelorgs' => '{{doc-action|ep-bulkdelorgs}}',
958955 'action-ep-bulkdelcourses' => '{{doc-action|ep-bulkdelcourses}}',
959956
 957+ // Groups
 958+ 'group-epadmin' => '{{group-name}}',
 959+ 'group-epadmin-member' => '{{group-member}}',
 960+ 'grouppage-epadmin' => '{{group-page}}',
 961+
 962+ 'group-epstaff' => '{{group-name}}',
 963+ 'group-epstaff-member' => '{{group-member}}',
 964+ 'grouppage-epstaff' => '{{group-page}}',
 965+
 966+ 'group-eponlineamb' => '{{group-name}}',
 967+ 'group-eponlineamb-member' => '{{group-member}}',
 968+ 'grouppage-eponlineamb' => '{{group-page}}',
 969+
 970+ 'group-epcampamb' => '{{group-name}}',
 971+ 'group-epcampamb-member' => '{{group-member}}',
 972+ 'grouppage-epcampamb' => '{{group-page}}',
 973+
 974+ 'group-epinstructor' => '{{group-name}}',
 975+ 'group-epinstructor-member' => '{{group-member}}',
 976+ 'grouppage-epinstructor' => '{{group-page}}',
 977+
960978 // Special pages
961979 'specialpages-group-education' => 'Special pages group, h2',
962980 'special-mycourses' => '{{doc-special|mycourses}}',
@@ -972,4 +990,35 @@
973991 'special-disenroll' => '{{doc-special|disenroll}}',
974992 'special-studentactivity' => '{{doc-special|studentactivity}}',
975993
 994+ // Course statuses
 995+ 'ep-course-status-passed' => 'Course status',
 996+ 'ep-course-status-current' => 'Course status',
 997+ 'ep-course-status-planned' => 'Course status',
 998+
 999+ // Special:EducationProgram
 1000+ 'ep-summary-table-header' => 'Table header',
 1001+ 'specialeducationprogram-summary-org-count' => 'Table row header',
 1002+ 'specialeducationprogram-summary-course-count' => 'Table row header',
 1003+ 'specialeducationprogram-summary-student-count' => 'Table row header',
 1004+ 'specialeducationprogram-summary-instructor-count' => 'Table row header',
 1005+ 'specialeducationprogram-summary-ca-count' => 'Table row header',
 1006+ 'specialeducationprogram-summary-oa-count' => 'Table row header',
 1007+
 1008+ // Special:Institutions
 1009+ 'ep-institutions-noresults' => 'Message indicatiuon that there are no results',
 1010+ 'ep-institutions-addnew' => 'Header for an add new institution form',
 1011+ 'ep-institutions-namedoc' => 'Short description message for an add new institution form',
 1012+ 'ep-institutions-newname' => 'Text input label',
 1013+ 'ep-institutions-add' => 'Submit button text',
 1014+
 1015+ // Special:Courses
 1016+ 'ep-courses-noresults' => 'Message indicatiuon that there are no results',
 1017+ 'ep-courses-addnew' => 'Header for an add new course form',
 1018+ 'ep-courses-namedoc' => 'Short description message for an add new course form',
 1019+ 'ep-courses-newterm' => 'Text input label',
 1020+ 'ep-courses-newname' => 'Text input label',
 1021+ 'ep-courses-neworg' => 'Select input label',
 1022+ 'ep-courses-add' => 'Submit button text',
 1023+ 'ep-courses-addorgfirst' => 'Error message shown when trying to create a course while there are no institutions yet',
 1024+
9761025 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r114115follow up to r114092, fix typojeroendedauw22:01, 18 March 2012

Comments

#Comment by Amire80 (talk | contribs)   21:07, 18 March 2012

indicatiuon?

#Comment by Jeroen De Dauw (talk | contribs)   22:02, 18 March 2012

double typo o-my-god!

Fixed by r114115 :)

Status & tagging log