Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php |
— | — | @@ -218,7 +218,6 @@ |
219 | 219 | 'specialeducationprogram-summary-oa-count' => 'Number of [[Special:OnlineAmbassadors|Online Ambassadors]]', |
220 | 220 | |
221 | 221 | // Special:Institutions |
222 | | - 'ep-institutions-nosuchinstitution' => 'There is no institution with name "$1". Existing institutions are listed below.', |
223 | 222 | 'ep-institutions-noresults' => 'There are no institutions to list.', |
224 | 223 | 'ep-institutions-addnew' => 'Add a new institution', |
225 | 224 | 'ep-institutions-namedoc' => 'Enter the name for the new institution (which should be unique) and hit the button.', |
— | — | @@ -226,7 +225,6 @@ |
227 | 226 | 'ep-institutions-add' => 'Add institution', |
228 | 227 | |
229 | 228 | // Special:Courses |
230 | | - 'ep-courses-nosuchcourse' => 'There is no course with name "$1". Existing courses are listed below.', |
231 | 229 | 'ep-courses-noresults' => 'There are no courses to list.', |
232 | 230 | 'ep-courses-addnew' => 'Add a new course', |
233 | 231 | 'ep-courses-namedoc' => 'Enter the institution the course belongs to and the year in which it is active.', |
— | — | @@ -234,7 +232,6 @@ |
235 | 233 | 'ep-courses-newname' => 'Course name:', |
236 | 234 | 'ep-courses-neworg' => 'Institution:', |
237 | 235 | '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.', |
239 | 236 | 'ep-courses-addorgfirst' => 'There are no institutions yet. You need to [[Special:Institutions|add an institution]] before you can create any courses.', |
240 | 237 | |
241 | 238 | // Special:Students |
— | — | @@ -956,6 +953,27 @@ |
957 | 954 | 'action-ep-bulkdelorgs' => '{{doc-action|ep-bulkdelorgs}}', |
958 | 955 | 'action-ep-bulkdelcourses' => '{{doc-action|ep-bulkdelcourses}}', |
959 | 956 | |
| 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 | + |
960 | 978 | // Special pages |
961 | 979 | 'specialpages-group-education' => 'Special pages group, h2', |
962 | 980 | 'special-mycourses' => '{{doc-special|mycourses}}', |
— | — | @@ -972,4 +990,35 @@ |
973 | 991 | 'special-disenroll' => '{{doc-special|disenroll}}', |
974 | 992 | 'special-studentactivity' => '{{doc-special|studentactivity}}', |
975 | 993 | |
| 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 | + |
976 | 1025 | ); |