Index: trunk/extensions/EducationProgram/EducationProgram.i18n.php |
— | — | @@ -1080,4 +1080,54 @@ |
1081 | 1081 | 'ep-pager-confirm-message-course' => 'Notifies the user they are about to delete course $1.', |
1082 | 1082 | 'ep-pager-confirm-message-course-many' => 'Notifies the user they are about to delete the courses in list $1.', |
1083 | 1083 | |
| 1084 | + // Student pager |
| 1085 | + 'epstudentpager-header-user-id' => 'Table column header', |
| 1086 | + 'epstudentpager-header-id' => 'Table column header', |
| 1087 | + 'epstudentpager-header-current-courses' => 'Table column header', |
| 1088 | + 'epstudentpager-header-passed-courses' => 'Table column header', |
| 1089 | + 'epstudentpager-header-first-enroll' => 'Table column header', |
| 1090 | + 'epstudentpager-header-last-active' => 'Table column header', |
| 1091 | + 'epstudentpager-header-active-enroll' => 'Table column header', |
| 1092 | + 'epstudentpager-yes' => 'Select option text, also displayed in table cells', |
| 1093 | + 'epstudentpager-no' => 'Select option text, also displayed in table cells', |
| 1094 | + |
| 1095 | + // Article table |
| 1096 | + 'epstudentpager-header-student' => 'Table column header', |
| 1097 | + 'epstudentpager-header-articles' => 'Table column header', |
| 1098 | + 'epstudentpager-header-reviewers' => 'Table column header', |
| 1099 | + 'ep-artciles-remstudent' => 'Link text shown in user tool links section', |
| 1100 | + 'ep-artciles-remreviewer-self' => 'Link text, displayed next to a reviewer that is the current user. $1 is the user name', |
| 1101 | + 'ep-artciles-remreviewer' => 'Link text, displayed next to a reviewer. $1 is reviewer user name', |
| 1102 | + 'ep-artciles-remarticle' => 'Link text, displayed next to an article', |
| 1103 | + 'ep-artciles-addarticle-text' => 'Text input label', |
| 1104 | + 'ep-artciles-addarticle-button' => 'Submit button text', |
| 1105 | + 'ep-artciles-becomereviewer' => 'Button text. $1 is the user name', |
| 1106 | + |
| 1107 | + // ep.articletable |
| 1108 | + 'ep-articletable-addreviwer-title' => 'Dialog title. $1 is the name of the user', |
| 1109 | + 'ep-articletable-addreviwer-button' => 'Link text. $1 is the name of the user', |
| 1110 | + 'ep-articletable-addreviwer-cancel' => 'Cancel button text', |
| 1111 | + 'ep-articletable-addreviwer-text' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is user name. $2 is an article. $3 is another user', |
| 1112 | + |
| 1113 | + 'ep-articletable-remreviwer-title' => 'Dialog title. $1 is the name of the user', |
| 1114 | + 'ep-articletable-remreviwer-title-self' => 'Dialog title. $1 is the name of the user', |
| 1115 | + 'ep-articletable-remreviwer-button' => 'Remove button text. $1 is the name of the user', |
| 1116 | + 'ep-articletable-remreviwer-button-self' => 'Remove button text. $1 is the name of the user', |
| 1117 | + 'ep-articletable-remreviwer-cancel' => 'Cancel button text', |
| 1118 | + 'ep-articletable-remreviwer-text-self' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is user name. $2 is an article. $3 is another user', |
| 1119 | + 'ep-articletable-remreviwer-text' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is user name. $2 is an article. $3 is another user. $4 is a link to user $1', |
| 1120 | + |
| 1121 | + 'ep-articletable-remstudent-title' => 'Dialog title. $1 is the name of the user', |
| 1122 | + 'ep-articletable-remstudent-button' => 'Link text. $1 is the name of the user', |
| 1123 | + 'ep-articletable-remstudent-cancel' => 'Cancel button text', |
| 1124 | + 'ep-articletable-remstudent-text' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is user name. $2 is a course. $3 is a link to user $1. |
| 1125 | + |
| 1126 | +This will permanently remove their associated articles and reviewers!', |
| 1127 | + |
| 1128 | + 'ep-articletable-remarticle-title' => 'Dialog title. $1 is the name of the affected article', |
| 1129 | + 'ep-articletable-remarticle-button' => 'Remove button text', |
| 1130 | + 'ep-articletable-remarticle-cancel' => 'Cancel button text', |
| 1131 | + 'ep-articletable-remarticle-text-self' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is article name, $2 is course name', |
| 1132 | + 'ep-articletable-remarticle-text' => 'Message explaining what the user is about to do in a confirmation dialog. $1 is article name, $2 is course name, $3 is the student working on the article', |
| 1133 | + |
1084 | 1134 | ); |