Changes between Version 19 and Version 20 of LocalisingEraser
- Timestamp:
- 12/18/2009 9:57:35 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LocalisingEraser
v19 v20 67 67 68 68 === Project __Eraser__ === 69 '''!BasePanel'''[[BR]] 70 On this panel it has to be localized only the ''titleLabel'' label.[[BR]] 71 '''!LightGroup'''[[BR]] 72 On this panel it has to be localized only the ''label'' label.[[BR]] 73 '''!LogForm'''[[BR]] 74 On this form it has to be localized:[[BR]] 69 '''!BasePanel'''[[BR]][[BR]] 70 On this panel it has to be localized only the ''titleLabel'' label.[[BR]][[BR]] 71 72 '''!LightGroup'''[[BR]][[BR]] 73 On this panel it has to be localized only the ''label'' label.[[BR]][[BR]] 74 75 '''!LogForm'''[[BR]][[BR]] 76 On this form it has to be localized:[[BR]] 75 77 * Text property of the Form itself (form title) 76 78 * ''filterSessionLabel'' label Text property … … 78 80 * columns header of the central panel (''log'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''logTimestampColumn'', ''logSeverityColumn'' and ''logMessageColumn'') on the left side of a form and selecting each one you'll be able to change the Text property 79 81 * ''clear'' button Text property 80 * ''close'' button Text property 81 '''!MainForm'''[[BR]] 82 On this form it has to be localized:[[BR]] 82 * ''close'' button Text property[[BR]] 83 84 '''!MainForm'''[[BR]][[BR]] 85 On this form it has to be localized:[[BR]] 83 86 * In ''!ToolBar'' (right-click over tham menù control), change Text property for these menù items: 84 87 * ''tbSchedule'' … … 97 100 * ''openEraserToolStripMenuItem'' 98 101 * ''hideWehnMinimizedToolStripMenuItem'' 99 * ''exitToolStripMenuItem'' 100 '''!ProgressForm'''[[BR]] 101 On this form it has to be localized:[[BR]] 102 * ''exitToolStripMenuItem''[[BR]] 103 104 '''!ProgressForm'''[[BR]][[BR]] 105 On this form it has to be localized:[[BR]] 102 106 * Text property of the Form itself (form title) 103 107 * ''titleLabel'' label Text property … … 108 112 * ''timeLeftLbl'' label Text property 109 113 * ''hide'' button Text property 110 * ''stop'' button Text property 111 '''!SchedulerPanel'''[[BR]] 112 On this panel it has to be localized:[[BR]] 114 * ''stop'' button Text property[[BR]] 115 116 '''!SchedulerPanel'''[[BR]][[BR]] 117 On this panel it has to be localized:[[BR]] 113 118 * ''titleLabel'' label Text property 114 119 * columns header of the central panel (''scheduler'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''schedulerColName'', ''schedulerColNextRun'' and ''schedulerColStatus'') on the left side of a form and selecting each one you'll be able to change the Text property … … 120 125 * ''deleteTaskToolStripMenuItem'' 121 126 * In ''schedulerDefaultMenu'' (right click over that menù control), change Text property for these menù item: 122 * ''newTaskToolStripMenuItem'' 123 '''!SettingsPanel'''[[BR]] 124 On this form it has to be localized:[[BR]] 127 * ''newTaskToolStripMenuItem''[[BR]] 128 129 '''!SettingsPanel'''[[BR]][[BR]] 130 On this form it has to be localized:[[BR]] 125 131 * Text property of the Form itself (form title) 126 132 * ''titleLabel'' label Text property … … 146 152 * columns header of the central panel (''pluginsManager'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''pluginsManagerColName'', ''pluginsManagerColAuthor'', ''pluginsManagerColVersion'' and ''pluginsManagerColPath'') on the left side of a form and selecting each one you'll be able to change the Text property 147 153 * In ''pluginsMenu'' (right-click over that menù control), change Text property for these menù items: 148 * ''settingsToolStripMenuItem'' 149 '''!TaskDataSelectionForm'''[[BR]] 150 On this form it has to be localized:[[BR]] 154 * ''settingsToolStripMenuItem''[[BR]] 155 156 '''!TaskDataSelectionForm'''[[BR]][[BR]] 157 On this form it has to be localized:[[BR]] 151 158 * Text property of the Form itself (form title) 152 159 * ''methodLbl'' label Text property … … 162 169 * ''recycleBin'' radioButton Text property 163 170 * ''ok'' button Text property 164 * ''cancel'' button Text property 165 '''!TaskPropertiesForm'''[[BR]] 171 * ''cancel'' button Text property[[BR]] 172 173 '''!TaskPropertiesForm'''[[BR]][[BR]] 174 On this form it has to be localized:[[BR]] 175 * Text property of the Form itself (form title) 176 * for the ''container'' tabControl you will have to localize two TabPages (click on TabPages collection property): 177 * ''containerTask'' tabPage Text property 178 * ''containerSchedule'' tabPage Text property 179 * in the ''containerTask'' tabPage (click on that tabPage label) 180 * ''nameLbl'' label Text property 181 * ''typeLbl'' label Text property 182 * ''typeManual'' radioButton Text property 183 * ''typeImmediate'' radioButton Text property 184 * ''typeRestart'' radioButton Text property 185 * ''typeRecurring'' radioButton Text property 186 * ''eraseLbl'' label Text property 187 * columns header of the central panel (''data'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''dataColData'' and ''dataColMethod'') on the left side of a form and selecting each one you'll be able to change the Text property 166 188 '''!UpdateForm'''[[BR]] 189 * ''dataAdd'' button Text property 190 * in the ''containerSchedule'' tabPage (click on that tabPage label) 191 * ''nonRecurringLbl'' label Text property 192 * ''scheduleTimeLbl'' label Text property 193 * ''schedulePattern'' groupBox Text property 194 * ''scheduleDaily'' radioButton Text property 195 * ''scheduleDailyByDay'' radioButton Text property 196 * ''scheduleDailyByDayLbl'' label Text property 197 * ''scheduleDailyByWeekday'' radioButton Text property 198 * ''scheduleWeekly'' radioButton Text property 199 * ''scheduleWeeklyLbl'' label Text property 200 * ''scheduleWeeklyFreqLbl'' label Text property 201 * ''scheduleWeeklyMonday'' checkBox Text property 202 * ''scheduleWeeklyTuesday'' checkBox Text property 203 * ''scheduleWeeklyWendsday'' checkBox Text property 204 * ''scheduleWeeklyThursday'' checkBox Text property 205 * ''scheduleWeeklyFriday'' checkBox Text property 206 * ''scheduleWeeklySaturday'' checkBox Text property 207 * ''scheduleWeeklySunday'' checkBox Text property 208 * ''scheduleMonthly'' radioButton Text property 209 * ''scheduleMonthlyLbl'' label Text property 210 * ''scheduleMonthlyEveryLbl'' label Text property 211 * ''scheduleMonthlyMonthLbl'' label Text property 212 * ''ok'' button Text property 213 * ''cancel'' button Text property[[BR]] 167 214 [[BR]] 168 215
