Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php |
— | — | @@ -107,6 +107,13 @@ |
108 | 108 | 'educationprogram-org-edit-country' => 'Country', |
109 | 109 | 'educationprogram-org-submit' => 'Submit', |
110 | 110 | |
| 111 | + // Special:EditCourse |
| 112 | + 'editcourse-add-legend' => 'Add course', |
| 113 | + 'editcourse-edit-legend' => 'Edit course', |
| 114 | + 'ep-course-edit-name' => 'Name', |
| 115 | + 'ep-course-edit-org' => 'Institution', |
| 116 | + 'ep-course-edit-description' => 'Description', |
| 117 | + |
111 | 118 | ); |
112 | 119 | |
113 | 120 | /** Message documentation (Message documentation) |