r114436 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114435‎ | r114436 | r114437 >
Date:01:56, 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
@@ -237,9 +237,6 @@
238238 // Special:Students
239239 'ep-students-noresults' => 'There are no students to list.',
240240
241 - // Special:Ambassadors
242 - 'ep-mentors-noresults' => 'There are no ambassadors to list.',
243 -
244241 // Pager
245242 'ep-pager-showonly' => 'Show only items with',
246243 'ep-pager-clear' => 'Clear filters',
@@ -1026,4 +1023,61 @@
10271024 'ep-courses-add' => 'Submit button text',
10281025 'ep-courses-addorgfirst' => 'Error message shown when trying to create a course while there are no institutions yet',
10291026
 1027+ // Special:Students
 1028+ 'ep-students-noresults' => 'Shown instead of a pager as notification that there are no results',
 1029+
 1030+ // Pager
 1031+ 'ep-pager-showonly' => 'Header of a section with controls that allow filtering the result set',
 1032+ 'ep-pager-clear' => 'Clear button text',
 1033+ 'ep-pager-go' => 'Submit button text',
 1034+ 'ep-pager-withselected' => 'Header of a section with controls that allow doing bulk actions (ie affect the selected items)',
 1035+ 'ep-pager-delete-selected' => 'Delete button text',
 1036+
 1037+ // Revision pager
 1038+ 'ep-revision-undo' => 'Undo link shown next to revisions on history pages',
 1039+ 'ep-revision-restore' => 'Restore link shown next to revisions on history pages',
 1040+
 1041+ // Org pager
 1042+ 'eporgpager-header-name' => 'Table column header',
 1043+ 'eporgpager-header-city' => 'Table column header',
 1044+ 'eporgpager-header-country' => 'Table column header',
 1045+ 'eporgpager-filter-country' => 'Filter control label',
 1046+ 'eporgpager-header-course-count' => 'Table column header',
 1047+ 'eporgpager-header-student-count' => 'Table column header',
 1048+ 'eporgpager-header-active' => 'Table column header',
 1049+ 'eporgpager-filter-active' => 'Filter control label',
 1050+ 'eporgpager-yes' => 'Select option text, also displayed in table cells',
 1051+ 'eporgpager-no' => 'Select option text, also displayed in table cells',
 1052+ 'ep-pager-cancel-button-org' => 'Cancel button text',
 1053+ 'ep-pager-delete-button-org' => 'Remove button text. $1 indicates the amount of affected institutions.',
 1054+ 'ep-pager-confirm-delete-org' => 'Deletion confirmation dialog title. $1 indicates the amount of affected institutions.',
 1055+ 'ep-pager-retry-button-org' => 'Retry button text',
 1056+ 'ep-pager-summary-message-org' => 'Summary input label',
 1057+ // Yeah we need two of these - having a jQuery node in PLURAL breaks, at least at r110788.
 1058+ 'ep-pager-confirm-message-org' => 'Notifies the user they are about to delete institution $1.',
 1059+ 'ep-pager-confirm-message-org-many' => 'Notifies the user they are about to delete the institutions in list $1.',
 1060+
 1061+ // Course pager
 1062+ 'epcoursepager-header-name' => 'Table column header',
 1063+ 'epcoursepager-header-term' => 'Table column header',
 1064+ 'epcoursepager-header-start' => 'Table column header',
 1065+ 'epcoursepager-header-org-id' => 'Table column header',
 1066+ 'epcoursepager-header-end' => 'Table column header',
 1067+ 'epcoursepager-header-status' => 'Table column header',
 1068+ 'epcoursepager-header-student-count' => 'Table column header',
 1069+ 'epcoursepager-header-lang' => 'Table column header',
 1070+ 'epcoursepager-filter-term' => 'Filter control label',
 1071+ 'epcoursepager-filter-lang' => 'Filter control label',
 1072+ 'epcoursepager-filter-org-id' => 'Filter control label',
 1073+ 'epcoursepager-filter-status' => 'Filter control label',
 1074+ 'epcoursepager-invalid-lang' => 'Indicates the selected language is not valid',
 1075+ 'ep-pager-cancel-button-course' => 'Cancel button text',
 1076+ 'ep-pager-delete-button-course' => 'Remove button text. $1 indicates the amount of affected courses.',
 1077+ 'ep-pager-confirm-delete-course' => 'Deletion confirmation dialog title. $1 indicates the amount of affected courses.',
 1078+ 'ep-pager-retry-button-course' => 'Retry button text',
 1079+ 'ep-pager-summary-message-course' => 'Summary input label',
 1080+ // Yeah we need two of these - having a jQuery node in PLURAL breaks, at least at r110788.
 1081+ 'ep-pager-confirm-message-course' => 'Notifies the user they are about to delete course $1.',
 1082+ 'ep-pager-confirm-message-course-many' => 'Notifies the user they are about to delete the courses in list $1.',
 1083+
10301084 );

Status & tagging log