| 82 | | * On this form it has to be localized: |
| 83 | | * Text property of the Form itself (form title) |
| 84 | | * ''filterSessionLabel'' label Text property |
| 85 | | * ''filterSeverityLabel'' label Text property |
| 86 | | * 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 |
| 87 | | * ''clear'' button Text property |
| 88 | | * ''close'' button Text property[[BR]] |
| 89 | | |
| 90 | | '''!MainForm'''[[BR]][[BR]] |
| 91 | | On this form it has to be localized:[[BR]] |
| 92 | | * In ''!ToolBar'' (right-click over tham menù control), change Text property for these menù items: |
| 93 | | * ''tbSchedule'' |
| 94 | | * ''tbScheduleDropDown'' |
| 95 | | * ''tbSettings'' |
| 96 | | * ''tbHelp'' |
| 97 | | * ''tbHelpDropDown'' |
| 98 | | * In ''tbScheduleMenu'' (right-click over tham menù control), change Text property for these menù items: |
| 99 | | * ''newTaskToolStripMenuItem'' |
| 100 | | * ''exportTaskListToolStripMenuItem'' |
| 101 | | * ''importTaskListToolStripMenuItem'' |
| 102 | | * In ''thHelpMenu'' (right click over that menù control), change Text property for these menù items: |
| 103 | | * ''checkForUpdatesToolStripMenuItem1'' |
| 104 | | * ''aboutEraserToolStripMenuItem'' |
| 105 | | * In ''notificationMenu'' (right-click over tham menù control), change Text property for these menù items: |
| 106 | | * ''openEraserToolStripMenuItem'' |
| 107 | | * ''hideWehnMinimizedToolStripMenuItem'' |
| 108 | | * ''exitToolStripMenuItem''[[BR]] |
| 109 | | |
| 110 | | '''!ProgressForm'''[[BR]][[BR]] |
| 111 | | On this form it has to be localized:[[BR]] |
| 112 | | * Text property of the Form itself (form title) |
| 113 | | * ''titleLabel'' label Text property |
| 114 | | * ''overallProgressLbl'' label Text property |
| 115 | | * ''statusLbl'' label Text property |
| 116 | | * ''itemLbl'' label Text property |
| 117 | | * ''passLbl'' label Text property |
| 118 | | * ''timeLeftLbl'' label Text property |
| 119 | | * ''hide'' button Text property |
| 120 | | * ''stop'' button Text property[[BR]] |
| 121 | | |
| 122 | | '''!SchedulerPanel'''[[BR]][[BR]] |
| 123 | | On this panel it has to be localized:[[BR]] |
| 124 | | * ''titleLabel'' label Text property |
| 125 | | * 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 |
| 126 | | * In ''schedulerMenu'' (right-click over that menù control), change Text property for these menù items: |
| 127 | | * ''runNowToolStripMenuItem'' |
| 128 | | * ''cancelTaskToolStripMenuItem'' |
| 129 | | * ''viewTaskLogToolStripMenuItem'' |
| 130 | | * ''editTaskToolStripMenuItem'' |
| 131 | | * ''deleteTaskToolStripMenuItem'' |
| 132 | | * In ''schedulerDefaultMenu'' (right click over that menù control), change Text property for these menù item: |
| 133 | | * ''newTaskToolStripMenuItem''[[BR]] |
| 134 | | |
| 135 | | '''!SettingsPanel'''[[BR]][[BR]] |
| 136 | | On this form it has to be localized:[[BR]] |
| 137 | | * Text property of the Form itself (form title) |
| 138 | | * ''titleLabel'' label Text property |
| 139 | | * ''saveSetting'' button Text property |
| 140 | | * ''ui'' group Label property |
| 141 | | * ''uiLanguageLbl'' label Text property |
| 142 | | * ''uiContextMenu'' checkBox Text property |
| 143 | | * ''erase'' group Label property |
| 144 | | * ''eraseFilesMethodLbl'' label Text property |
| 145 | | * ''eraseUnusedMethodLbl'' label Text property |
| 146 | | * ''erasePRNGLbl'' label Text property |
| 147 | | * ''lockedForceUnlock'' checkBox Text property |
| 148 | | * ''plausibleDeniability'' checkBox Text property |
| 149 | | * ''plausibleDeniabilityFilesAddFile'' button Text property |
| 150 | | * ''plausibleDeniabilityFilesAddFolder'' button Text property |
| 151 | | * ''plausibleDeniabilityFilesRemove'' button Text property |
| 152 | | * ''scheduler'' group Label property |
| 153 | | * ''schedulerClearCompleted'' checkBox Text property |
| 154 | | * ''schedulerMissed'' label Text property |
| 155 | | * ''schedulerMissedImmediate'' radioButton Text property |
| 156 | | * ''schedulerMissedIgnore'' radioButton Text property |
| 157 | | * ''plugins'' group Label property |
| 158 | | * 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 |
| 159 | | * In ''pluginsMenu'' (right-click over that menù control), change Text property for these menù items: |
| 160 | | * ''settingsToolStripMenuItem''[[BR]] |
| 161 | | |
| 162 | | '''!TaskDataSelectionForm'''[[BR]][[BR]] |
| 163 | | On this form it has to be localized:[[BR]] |
| 164 | | * Text property of the Form itself (form title) |
| 165 | | * ''methodLbl'' label Text property |
| 166 | | * ''file'' radioButton Text property |
| 167 | | * ''fileBrowse'' button Text property |
| 168 | | * ''folder'' radioButton Text property |
| 169 | | * ''folderBrowse'' button Text property |
| 170 | | * ''folderIncludeLbl'' label Text property |
| 171 | | * ''folderExcludeLbl'' label Text property |
| 172 | | * ''folderDelete'' checkBox Text property |
| 173 | | * ''unused'' radioButton Text property |
| 174 | | * ''unusedClusterTips'' checkBox Text property |
| 175 | | * ''recycleBin'' radioButton Text property |
| 176 | | * ''ok'' button Text property |
| 177 | | * ''cancel'' button Text property[[BR]] |
| 178 | | |
| 179 | | '''!TaskPropertiesForm'''[[BR]][[BR]] |
| 180 | | On this form it has to be localized:[[BR]] |
| 181 | | * Text property of the Form itself (form title) |
| 182 | | * for the ''container'' tabControl you will have to localize two !TabPages (click on !TabPages collection property): |
| 183 | | * ''containerTask'' tabPage Text property |
| 184 | | * ''containerSchedule'' tabPage Text property |
| 185 | | * in the ''containerTask'' tabPage (click on that tabPage label) |
| 186 | | * ''nameLbl'' label Text property |
| 187 | | * ''typeLbl'' label Text property |
| 188 | | * ''typeManual'' radioButton Text property |
| 189 | | * ''typeImmediate'' radioButton Text property |
| 190 | | * ''typeRestart'' radioButton Text property |
| 191 | | * ''typeRecurring'' radioButton Text property |
| 192 | | * ''eraseLbl'' label Text property |
| 193 | | * 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 |
| 194 | | * ''dataAdd'' button Text property |
| 195 | | * in the ''containerSchedule'' tabPage (click on that tabPage label) |
| 196 | | * ''nonRecurringLbl'' label Text property |
| 197 | | * ''scheduleTimeLbl'' label Text property |
| 198 | | * ''schedulePattern'' groupBox Text property |
| 199 | | * ''scheduleDaily'' radioButton Text property |
| 200 | | * ''scheduleDailyByDay'' radioButton Text property |
| 201 | | * ''scheduleDailyByDayLbl'' label Text property |
| 202 | | * ''scheduleDailyByWeekday'' radioButton Text property |
| 203 | | * ''scheduleWeekly'' radioButton Text property |
| 204 | | * ''scheduleWeeklyLbl'' label Text property |
| 205 | | * ''scheduleWeeklyFreqLbl'' label Text property |
| 206 | | * ''scheduleWeeklyMonday'' checkBox Text property |
| 207 | | * ''scheduleWeeklyTuesday'' checkBox Text property |
| 208 | | * ''scheduleWeeklyWendsday'' checkBox Text property |
| 209 | | * ''scheduleWeeklyThursday'' checkBox Text property |
| 210 | | * ''scheduleWeeklyFriday'' checkBox Text property |
| 211 | | * ''scheduleWeeklySaturday'' checkBox Text property |
| 212 | | * ''scheduleWeeklySunday'' checkBox Text property |
| 213 | | * ''scheduleMonthly'' radioButton Text property |
| 214 | | * ''scheduleMonthlyLbl'' label Text property |
| 215 | | * ''scheduleMonthlyEveryLbl'' label Text property |
| 216 | | * ''scheduleMonthlyMonthLbl'' label Text property |
| 217 | | * ''ok'' button Text property |
| 218 | | * ''cancel'' button Text property[[BR]] |
| 219 | | '''!UpdateForm'''[[BR]][[BR]] |
| 220 | | * Text property of the Form itself (form title) |
| 221 | | * ''updatesLbl'' label Text property |
| 222 | | * columns header of the central panel (''updatesLv'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''updatesLvNameCol'', ''updatesLvVersionCol'', ''updatesLvPublisherCol'' and ''updatesLvFilesizeCol'') on the left side of a form and selecting each one you'll be able to change the Text property |
| 223 | | * ''updatesMirrorLbl'' label Text property |
| 224 | | * ''updatesBtn'' button Text property |
| 225 | | |
| | 82 | * Text property of the Form itself (form title) |
| | 83 | * ''filterSessionLabel'' label Text property |
| | 84 | * ''filterSeverityLabel'' label Text property |
| | 85 | * 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 |
| | 86 | * ''clear'' button Text property |
| | 87 | * ''close'' button Text property |
| | 88 | * '''!MainForm''' |
| | 89 | * In ''!ToolBar'' (right-click over tham menù control), change Text property for these menù items: |
| | 90 | * ''tbSchedule'' |
| | 91 | * ''tbScheduleDropDown'' |
| | 92 | * ''tbSettings'' |
| | 93 | * ''tbHelp'' |
| | 94 | * ''tbHelpDropDown'' |
| | 95 | * In ''tbScheduleMenu'' (right-click over tham menù control), change Text property for these menù items: |
| | 96 | * ''newTaskToolStripMenuItem'' |
| | 97 | * ''exportTaskListToolStripMenuItem'' |
| | 98 | * ''importTaskListToolStripMenuItem'' |
| | 99 | * In ''thHelpMenu'' (right click over that menù control), change Text property for these menù items: |
| | 100 | * ''checkForUpdatesToolStripMenuItem1'' |
| | 101 | * ''aboutEraserToolStripMenuItem'' |
| | 102 | * In ''notificationMenu'' (right-click over tham menù control), change Text property for these menù items: |
| | 103 | * ''openEraserToolStripMenuItem'' |
| | 104 | * ''hideWehnMinimizedToolStripMenuItem'' |
| | 105 | * ''exitToolStripMenuItem'' |
| | 106 | * '''!ProgressForm''' |
| | 107 | * Text property of the Form itself (form title) |
| | 108 | * ''titleLabel'' label Text property |
| | 109 | * ''overallProgressLbl'' label Text property |
| | 110 | * ''statusLbl'' label Text property |
| | 111 | * ''itemLbl'' label Text property |
| | 112 | * ''passLbl'' label Text property |
| | 113 | * ''timeLeftLbl'' label Text property |
| | 114 | * ''hide'' button Text property |
| | 115 | * ''stop'' button Text property |
| | 116 | * '''!SchedulerPanel'''[[BR]][[BR]] |
| | 117 | * ''titleLabel'' label Text property |
| | 118 | * 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 |
| | 119 | * In ''schedulerMenu'' (right-click over that menù control), change Text property for these menù items: |
| | 120 | * ''runNowToolStripMenuItem'' |
| | 121 | * ''cancelTaskToolStripMenuItem'' |
| | 122 | * ''viewTaskLogToolStripMenuItem'' |
| | 123 | * ''editTaskToolStripMenuItem'' |
| | 124 | * ''deleteTaskToolStripMenuItem'' |
| | 125 | * In ''schedulerDefaultMenu'' (right click over that menù control), change Text property for these menù item: |
| | 126 | * ''newTaskToolStripMenuItem'' |
| | 127 | * '''!SettingsPanel''' |
| | 128 | * Text property of the Form itself (form title) |
| | 129 | * ''titleLabel'' label Text property |
| | 130 | * ''saveSetting'' button Text property |
| | 131 | * ''ui'' group Label property |
| | 132 | * ''uiLanguageLbl'' label Text property |
| | 133 | * ''uiContextMenu'' checkBox Text property |
| | 134 | * ''erase'' group Label property |
| | 135 | * ''eraseFilesMethodLbl'' label Text property |
| | 136 | * ''eraseUnusedMethodLbl'' label Text property |
| | 137 | * ''erasePRNGLbl'' label Text property |
| | 138 | * ''lockedForceUnlock'' checkBox Text property |
| | 139 | * ''plausibleDeniability'' checkBox Text property |
| | 140 | * ''plausibleDeniabilityFilesAddFile'' button Text property |
| | 141 | * ''plausibleDeniabilityFilesAddFolder'' button Text property |
| | 142 | * ''plausibleDeniabilityFilesRemove'' button Text property |
| | 143 | * ''scheduler'' group Label property |
| | 144 | * ''schedulerClearCompleted'' checkBox Text property |
| | 145 | * ''schedulerMissed'' label Text property |
| | 146 | * ''schedulerMissedImmediate'' radioButton Text property |
| | 147 | * ''schedulerMissedIgnore'' radioButton Text property |
| | 148 | * ''plugins'' group Label property |
| | 149 | * 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 |
| | 150 | * In ''pluginsMenu'' (right-click over that menù control), change Text property for these menù items: |
| | 151 | * ''settingsToolStripMenuItem'' |
| | 152 | * '''!TaskDataSelectionForm''' |
| | 153 | * Text property of the Form itself (form title) |
| | 154 | * ''methodLbl'' label Text property |
| | 155 | * ''file'' radioButton Text property |
| | 156 | * ''fileBrowse'' button Text property |
| | 157 | * ''folder'' radioButton Text property |
| | 158 | * ''folderBrowse'' button Text property |
| | 159 | * ''folderIncludeLbl'' label Text property |
| | 160 | * ''folderExcludeLbl'' label Text property |
| | 161 | * ''folderDelete'' checkBox Text property |
| | 162 | * ''unused'' radioButton Text property |
| | 163 | * ''unusedClusterTips'' checkBox Text property |
| | 164 | * ''recycleBin'' radioButton Text property |
| | 165 | * ''ok'' button Text property |
| | 166 | * ''cancel'' button Text property |
| | 167 | * '''!TaskPropertiesForm''' |
| | 168 | * Text property of the Form itself (form title) |
| | 169 | * for the ''container'' tabControl you will have to localize two !TabPages (click on !TabPages collection property): |
| | 170 | * ''containerTask'' tabPage Text property |
| | 171 | * ''containerSchedule'' tabPage Text property |
| | 172 | * in the ''containerTask'' tabPage (click on that tabPage label) |
| | 173 | * ''nameLbl'' label Text property |
| | 174 | * ''typeLbl'' label Text property |
| | 175 | * ''typeManual'' radioButton Text property |
| | 176 | * ''typeImmediate'' radioButton Text property |
| | 177 | * ''typeRestart'' radioButton Text property |
| | 178 | * ''typeRecurring'' radioButton Text property |
| | 179 | * ''eraseLbl'' label Text property |
| | 180 | * 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 |
| | 181 | * ''dataAdd'' button Text property |
| | 182 | * in the ''containerSchedule'' tabPage (click on that tabPage label) |
| | 183 | * ''nonRecurringLbl'' label Text property |
| | 184 | * ''scheduleTimeLbl'' label Text property |
| | 185 | * ''schedulePattern'' groupBox Text property |
| | 186 | * ''scheduleDaily'' radioButton Text property |
| | 187 | * ''scheduleDailyByDay'' radioButton Text property |
| | 188 | * ''scheduleDailyByDayLbl'' label Text property |
| | 189 | * ''scheduleDailyByWeekday'' radioButton Text property |
| | 190 | * ''scheduleWeekly'' radioButton Text property |
| | 191 | * ''scheduleWeeklyLbl'' label Text property |
| | 192 | * ''scheduleWeeklyFreqLbl'' label Text property |
| | 193 | * ''scheduleWeeklyMonday'' checkBox Text property |
| | 194 | * ''scheduleWeeklyTuesday'' checkBox Text property |
| | 195 | * ''scheduleWeeklyWendsday'' checkBox Text property |
| | 196 | * ''scheduleWeeklyThursday'' checkBox Text property |
| | 197 | * ''scheduleWeeklyFriday'' checkBox Text property |
| | 198 | * ''scheduleWeeklySaturday'' checkBox Text property |
| | 199 | * ''scheduleWeeklySunday'' checkBox Text property |
| | 200 | * ''scheduleMonthly'' radioButton Text property |
| | 201 | * ''scheduleMonthlyLbl'' label Text property |
| | 202 | * ''scheduleMonthlyEveryLbl'' label Text property |
| | 203 | * ''scheduleMonthlyMonthLbl'' label Text property |
| | 204 | * ''ok'' button Text property |
| | 205 | * ''cancel'' button Text property[[BR]] |
| | 206 | * '''!UpdateForm'''[[BR]][[BR]] |
| | 207 | * Text property of the Form itself (form title) |
| | 208 | * ''updatesLbl'' label Text property |
| | 209 | * columns header of the central panel (''updatesLv'' listView). To do that you'll have to right-click over it and choose "Edit Columns". You'll see the columns names (''updatesLvNameCol'', ''updatesLvVersionCol'', ''updatesLvPublisherCol'' and ''updatesLvFilesizeCol'') on the left side of a form and selecting each one you'll be able to change the Text property |
| | 210 | * ''updatesMirrorLbl'' label Text property |
| | 211 | * ''updatesBtn'' button Text property |