r114440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114439‎ | r114440 | r114441 >
Date:03:08, 23 March 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
qqq++
Modified paths:
  • /trunk/extensions/EducationProgram/EducationProgram.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php
@@ -571,10 +571,6 @@
572572 'orgpage-epundelete-failed-norevs' => 'Failed to undelete institution $1. It has no revisions to undelete.',
573573 'orgpage-epundelete-failed-exists' => 'Failed to undelete institution $1. It already exists.',
574574
575 - // Special:Ambassador
576 - 'ep-ambassador-does-not-exist' => 'There is no ambassador with name "$1". See [[Special:Ambassadors|here]] for a list of ambassadors.',
577 - 'ep-ambassador-title' => 'Ambassador: $1',
578 -
579575 // Special:Student
580576 'ep-student-none' => 'There is no student with user name "$1". See [[Special:Students|here]] for a list of all students.',
581577 'ep-student-title' => 'Student: $1',
@@ -1291,4 +1287,78 @@
12921288 'orgpage-delete-deleted' => 'Shown after successfull deleteion of institution $1 at the top of the page in a success box',
12931289 'orgpage-delete-delete-failed' => 'Shown after failed deleteion of institution $1 at the top of the page in an error box',
12941290
 1291+ // Institution restoration
 1292+ 'orgpage-eprestore-title' => 'Page title. $1 is institution name',
 1293+ 'orgpage-eprestore-text' => 'Indicates what the user is about to do if they continue. $1 is institution name.',
 1294+ 'orgpage-eprestore-summary' => 'Summary text input label',
 1295+ 'orgpage-eprestore-restore-button' => 'Submission button text',
 1296+ 'orgpage-eprestore-cancel-button' => 'Cancel button text',
 1297+ 'orgpage-eprestore-summary-value' => 'Default value for the summary. $1 it time, $2 is user name',
 1298+ 'orgpage-eprestore-restored' => 'Succes message, shown at top of page in success box. $1 is institution name.',
 1299+ 'orgpage-eprestore-restore-failed' => 'Fail message, shown at top of page in an error box. $1 is institution name.',
 1300+
 1301+ // Course restoration
 1302+ 'coursepage-eprestore-title' => 'Page title. $1 is course name',
 1303+ 'coursepage-eprestore-text' => 'Indicates what the user is about to do if they continue. $1 is course name.',
 1304+ 'coursepage-eprestore-summary' => 'Summary text input label',
 1305+ 'coursepage-eprestore-restore-button' => 'Submission button text',
 1306+ 'coursepage-eprestore-cancel-button' => 'Cancel button text',
 1307+ 'coursepage-eprestore-summary-value' => 'Default value for the summary. $1 it time, $2 is user name',
 1308+ 'coursepage-eprestore-restored' => 'SSucces message, shown at top of page in success box. $1 is course name.',
 1309+ 'coursepage-eprestore-restore-failed' => 'Fail message, shown at top of page in an error box. $1 is course name.',
 1310+
 1311+ // Institution undo revision
 1312+ 'orgpage-epundo-title' => 'Page title. $1 is institution name',
 1313+ 'orgpage-epundo-text' => 'Indicates what the user is about to do if they continue. $1 is institution name.',
 1314+ 'orgpage-epundo-summary' => 'Summary text input label',
 1315+ 'orgpage-epundo-undo-button' => 'Submission button text',
 1316+ 'orgpage-epundo-cancel-button' => 'Cancel button text',
 1317+ 'orgpage-epundo-summary-value' => 'Default value for the summary. $1 it time, $2 is user name',
 1318+ 'orgpage-epundo-undid' => 'Succes message, shown at top of page in success box. $1 is institution name.',
 1319+ 'orgpage-epundo-undo-failed' => 'Fail message, shown at top of page in an error box. $1 is institution name.',
 1320+
 1321+ // Course undo revision
 1322+ 'coursepage-epundo-title' => 'Page title. $1 is course name',
 1323+ 'coursepage-epundo-text' => 'Indicates what the user is about to do if they continue. $1 is course name.',
 1324+ 'coursepage-epundo-summary' => 'Summary text input label',
 1325+ 'coursepage-epundo-undo-button' => 'Submission button text',
 1326+ 'coursepage-epundo-cancel-button' => 'Cancel button text',
 1327+ 'coursepage-epundo-summary-value' => 'Default value for the summary. $1 it time, $2 is user name',
 1328+ 'coursepage-epundo-undid' => 'Succes message, shown at top of page in success box. $1 is course name.',
 1329+ 'coursepage-epundo-undo-failed' => 'Fail message, shown at top of page in an error box. $1 is course name.',
 1330+
 1331+ // Course undeletion
 1332+ 'coursepage-epundelete-title' => 'Page title. $1 is course name',
 1333+ 'coursepage-epundelete-text' => 'Indicates what the user is about to do if they continue. $1 is course name.',
 1334+ 'coursepage-epundelete-summary' => 'Summary text input label',
 1335+ 'coursepage-epundelete-undelete-button' => 'Submission button text',
 1336+ 'coursepage-epundelete-cancel-button' => 'Cancel button text',
 1337+ 'coursepage-epundelete-undid' => 'Succes message, shown at top of page in success box. $1 is course name.',
 1338+ 'coursepage-epundelete-undo-failed' => 'Fail message, shown at top of page in an error box. $1 is course name.',
 1339+ 'coursepage-epundelete-failed-norevs' => 'Fail message, shown at top of page in an error box. $1 is course name.',
 1340+ 'coursepage-epundelete-failed-exists' => 'Fail message, shown at top of page in an error box. $1 is course name.',
 1341+
 1342+ // Institution undeletion
 1343+ 'orgpage-epundelete-title' => 'Page title. $1 is institution name',
 1344+ 'orgpage-epundelete-text' => 'Indicates what the user is about to do if they continue. $1 is institution name.',
 1345+ 'orgpage-epundelete-summary' => 'Summary text input label',
 1346+ 'orgpage-epundelete-undelete-button' => 'Submission button text',
 1347+ 'orgpage-epundelete-cancel-button' => 'Cancel button text',
 1348+ 'orgpage-epundelete-undid' => 'Succes message, shown at top of page in success box. $1 is institution name.',
 1349+ 'orgpage-epundelete-undo-failed' => 'Fail message, shown at top of page in an error box. $1 is institution name.',
 1350+ 'orgpage-epundelete-failed-norevs' => 'Fail message, shown at top of page in an error box. $1 is institution name.',
 1351+ 'orgpage-epundelete-failed-exists' => 'Fail message, shown at top of page in an error box. $1 is institution name.',
 1352+
 1353+ // Special:Student
 1354+ 'ep-student-none' => 'Shown when the user tries to view profile for non-existing student with name $1',
 1355+ 'ep-student-title' => 'Page title. $1 is student name',
 1356+ 'ep-student-actively-enrolled' => 'Enrollment status',
 1357+ 'ep-student-no-active-enroll' => 'Enrollment status',
 1358+ 'specialstudent-summary-active-enroll' => 'Table row header',
 1359+ 'specialstudent-summary-last-active' => 'Table row header',
 1360+ 'specialstudent-summary-first-enroll' => 'Table row header',
 1361+ 'specialstudent-summary-user' => 'Table row header',
 1362+ 'ep-student-courses' => 'h2 section header',
 1363+ 'ep-student-articles' => 'h2 section header',
 1364+
12951365 );

Status & tagging log