Changeset 1771
- Timestamp:
- 2/8/2010 7:43:56 AM (2 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 9 edited
-
Eraser.DefaultPlugins/Strings.en.resx (modified) (1 diff)
-
Eraser.DefaultPlugins/Strings.it.resx (modified) (1 diff)
-
Eraser.DefaultPlugins/Strings.nl.resx (modified) (1 diff)
-
Eraser.DefaultPlugins/Strings.resx (modified) (1 diff)
-
Eraser.Manager/DirectExecutor.cs (modified) (1 diff)
-
Eraser.Manager/Strings.en.resx (modified) (4 diffs)
-
Eraser.Manager/Strings.it.resx (modified) (4 diffs)
-
Eraser.Manager/Strings.nl.resx (modified) (4 diffs)
-
Eraser.Manager/Strings.resx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.en.resx
r1529 r1771 202 202 <value>First/last 16KB Erasure</value> 203 203 </data> 204 <data name="The amount of data erased should not be limited, since this is a self-limiting erasure method." xml:space="preserve">205 <value>The amount of data erased should not be limited, since this is a self-limiting erasure method.</value>206 </data>207 204 <data name="Russian GOST P50739-95" xml:space="preserve"> 208 205 <value>Russian GOST P50739-95</value> -
branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.it.resx
r1529 r1771 202 202 <value>First/last 16KB Erasure</value> 203 203 </data> 204 <data name="The amount of data erased should not be limited, since this is a self-limiting erasure method." xml:space="preserve">205 <value>La quantità di dati da pulire non dovrebbe venire limitata poichè il metodo di pulizia ha già una auto-limitazione.</value>206 </data>207 204 <data name="Russian GOST P50739-95" xml:space="preserve"> 208 205 <value>Russian GOST P50739-95</value> -
branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.nl.resx
r1529 r1771 202 202 <value>(Untranslated)</value> 203 203 </data> 204 <data name="The amount of data erased should not be limited, since this is a self-limiting erasure method." xml:space="preserve">205 <value>(Untranslated)</value>206 </data>207 204 <data name="Russian GOST P50739-95" xml:space="preserve"> 208 205 <value>(Untranslated)</value> -
branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.resx
r1529 r1771 202 202 <value>First/last 16KB Erasure</value> 203 203 </data> 204 <data name="The amount of data erased should not be limited, since this is a self-limiting erasure method." xml:space="preserve">205 <value>The amount of data erased should not be limited, since this is a self-limiting erasure method.</value>206 </data>207 204 <data name="Russian GOST P50739-95" xml:space="preserve"> 208 205 <value>Russian GOST P50739-95</value> -
branches/eraser6/CodeReview/Eraser.Manager/DirectExecutor.cs
r1769 r1771 363 363 { 364 364 task.Log.LastSessionEntries.Add(new LogEntry(S._("The program does not have " + 365 "the required permissions to erase the unused space on disk "),365 "the required permissions to erase the unused space on disk."), 366 366 LogLevel.Error)); 367 367 } -
branches/eraser6/CodeReview/Eraser.Manager/Strings.en.resx
r1701 r1771 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <data name="Unknown erasure target." xml:space="preserve">121 <value>Unknown erasure target.</value>122 </data>123 120 <data name="The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation." xml:space="preserve"> 124 121 <value>The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation.</value> … … 205 202 <value>(default)</value> 206 203 </data> 207 <data name="The DefaultMethod class should never be used and should instead be replaced before execution!" xml:space="preserve">208 <value>The DefaultMethod class should never be used and should instead be replaced before execution!</value>209 </data>210 <data name="Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter." xml:space="preserve">211 <value>Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter.</value>212 </data>213 <data name="The GUID of the erasure method to remove refers to an invalid erasure method." xml:space="preserve">214 <value>The GUID of the erasure method to remove refers to an invalid erasure method.</value>215 </data>216 <data name="minValue is greater than maxValue" xml:space="preserve">217 <value>minValue is greater than maxValue</value>218 </data>219 204 <data name="Running on restart" xml:space="preserve"> 220 205 <value>Running on restart</value> … … 265 250 <value>, at {0}</value> 266 251 </data> 267 <data name="The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage." xml:space="preserve">268 <value>The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage.</value>269 </data>270 252 <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 271 253 <value>The frequency of the recurrence should be greater than one</value> 272 254 </data> 273 <data name="The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage" xml:space="preserve">274 <value>The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage</value>275 </data>276 255 <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 277 256 <value>The WeeklySchedule should have at least one day where the task should be run.</value> 278 257 </data> 279 <data name="The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage" xml:space="preserve">280 <value>The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage</value>281 </data>282 <data name="The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage" xml:space="preserve">283 <value>The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage</value>284 </data>285 258 <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 286 259 <value>An invalid type was found when loading the task schedule</value> … … 289 262 <value>{0} and {1} other targets</value> 290 263 </data> 291 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve">292 <value>The schedule provided can only belong to one task at a time</value>293 </data>294 264 <data name="Unused disk space ({0})" xml:space="preserve"> 295 265 <value>Unused disk space ({0})</value> -
branches/eraser6/CodeReview/Eraser.Manager/Strings.it.resx
r1701 r1771 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <data name="Unknown erasure target." xml:space="preserve">121 <value>Elemento da pulire sconosciuto.</value>122 </data>123 120 <data name="The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation." xml:space="preserve"> 124 121 <value>Il programma non ha i permessi richiesti per pulire lo spazio non utilizzato sul disco. Eseguire il programma come amministratore e riprovare l'operazione</value> … … 205 202 <value>(Untranslated)</value> 206 203 </data> 207 <data name="The DefaultMethod class should never be used and should instead be replaced before execution!" xml:space="preserve">208 <value>La classe DefaultMethod non dovrebbe mai essere usata e dovrebbe essere sostituita prima della esecuzione!</value>209 </data>210 <data name="Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter." xml:space="preserve">211 <value>Il metodi di pulizia registrati devono contenere un costrutture privo di parametri che viene chiamato ogni volta ne viene richiesta l'esecuzione di una istanza. Se il costrutture richiede paramentri, specificarli nel parametro parameters.</value>212 </data>213 <data name="The GUID of the erasure method to remove refers to an invalid erasure method." xml:space="preserve">214 <value>Il GUID del metodo di pulizia rimuove riferimenti a un metodo di pulizia non valido.</value>215 </data>216 <data name="minValue is greater than maxValue" xml:space="preserve">217 <value>Il minValue è maggiore del maxValue</value>218 </data>219 204 <data name="Running on restart" xml:space="preserve"> 220 205 <value>Esecuzione al riavvio</value> … … 265 250 <value>, al {0}</value> 266 251 </data> 267 <data name="The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage." xml:space="preserve">268 <value>La ScheduleUnit della pianificazione non richiede un valore di frequenza.</value>269 </data>270 252 <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 271 253 <value>La frequenza della ricorrenza dovrebbe essere maggiore di uno</value> 272 254 </data> 273 <data name="The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage" xml:space="preserve">274 <value>La ScheduleUnit della pianificazione non richiede un valore per il WeeklySchedule</value>275 </data>276 255 <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 277 256 <value>La WeeklySchedule dovrebbe avere almeno un giorno in cui l'operazione deve essere eseguito.</value> 278 257 </data> 279 <data name="The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage" xml:space="preserve">280 <value>La ScheduleUnit della pianificazione non richiede un valore per il MonthlySchedule</value>281 </data>282 <data name="The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage" xml:space="preserve">283 <value>La ScheduleUnit della pianificazione non usa il valore per il WeeklySchedule</value>284 </data>285 258 <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 286 259 <value>Un tipo non valido è stato trovato durante il caricamento della pianificazione dell'operazione</value> … … 289 262 <value>(Untranslated)</value> 290 263 </data> 291 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve">292 <value>La pianificazione definita può riferirsi solo ad un operazione alla volta</value>293 </data>294 264 <data name="Unused disk space ({0})" xml:space="preserve"> 295 265 <value>Spazio disco inutilizzato ({0})</value> -
branches/eraser6/CodeReview/Eraser.Manager/Strings.nl.resx
r1701 r1771 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <data name="Unknown erasure target." xml:space="preserve">121 <value>(Untranslated)</value>122 </data>123 120 <data name="The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation." xml:space="preserve"> 124 121 <value>(Untranslated)</value> … … 205 202 <value>(Untranslated)</value> 206 203 </data> 207 <data name="The DefaultMethod class should never be used and should instead be replaced before execution!" xml:space="preserve">208 <value>(Untranslated)</value>209 </data>210 <data name="Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter." xml:space="preserve">211 <value>(Untranslated)</value>212 </data>213 <data name="The GUID of the erasure method to remove refers to an invalid erasure method." xml:space="preserve">214 <value>(Untranslated)</value>215 </data>216 <data name="minValue is greater than maxValue" xml:space="preserve">217 <value>(Untranslated)</value>218 </data>219 204 <data name="Running on restart" xml:space="preserve"> 220 205 <value>(Untranslated)</value> … … 265 250 <value>(Untranslated)</value> 266 251 </data> 267 <data name="The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage." xml:space="preserve">268 <value>(Untranslated)</value>269 </data>270 252 <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 271 253 <value>(Untranslated)</value> 272 254 </data> 273 <data name="The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage" xml:space="preserve">274 <value>(Untranslated)</value>275 </data>276 255 <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 277 256 <value>(Untranslated)</value> 278 257 </data> 279 <data name="The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage" xml:space="preserve">280 <value>(Untranslated)</value>281 </data>282 <data name="The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage" xml:space="preserve">283 <value>(Untranslated)</value>284 </data>285 258 <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 286 259 <value>(Untranslated)</value> … … 289 262 <value>(Untranslated)</value> 290 263 </data> 291 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve">292 <value>(Untranslated)</value>293 </data>294 264 <data name="Unused disk space ({0})" xml:space="preserve"> 295 265 <value>(Untranslated)</value> -
branches/eraser6/CodeReview/Eraser.Manager/Strings.resx
r1701 r1771 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <data name="Unknown erasure target." xml:space="preserve">121 <value>Unknown erasure target.</value>122 </data>123 120 <data name="The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation." xml:space="preserve"> 124 121 <value>The program does not have the required permissions to erase the unused space on disk. Run the program as an administrator and retry the operation.</value> … … 205 202 <value>(default)</value> 206 203 </data> 207 <data name="The DefaultMethod class should never be used and should instead be replaced before execution!" xml:space="preserve">208 <value>The DefaultMethod class should never be used and should instead be replaced before execution!</value>209 </data>210 <data name="Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter." xml:space="preserve">211 <value>Registered erasure methods must contain a parameterless constructor that is called whenever clients request for an instance of the method. If a constructor requires parameters, specify it in the parameters parameter.</value>212 </data>213 <data name="The GUID of the erasure method to remove refers to an invalid erasure method." xml:space="preserve">214 <value>The GUID of the erasure method to remove refers to an invalid erasure method.</value>215 </data>216 <data name="minValue is greater than maxValue" xml:space="preserve">217 <value>minValue is greater than maxValue</value>218 </data>219 204 <data name="Running on restart" xml:space="preserve"> 220 205 <value>Running on restart</value> … … 265 250 <value>, at {0}</value> 266 251 </data> 267 <data name="The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage." xml:space="preserve">268 <value>The ScheduleUnit of the schedule does not require a frequency value, this field would contain garbage.</value>269 </data>270 252 <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 271 253 <value>The frequency of the recurrence should be greater than one</value> 272 254 </data> 273 <data name="The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage" xml:space="preserve">274 <value>The ScheduleUnit of the schedule does not require the WeeklySchedule value, this field would contain garbage</value>275 </data>276 255 <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 277 256 <value>The WeeklySchedule should have at least one day where the task should be run.</value> 278 257 </data> 279 <data name="The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage" xml:space="preserve">280 <value>The ScheduleUnit of the schedule does not require the MonthlySchedule value, this field would contain garbage</value>281 </data>282 <data name="The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage" xml:space="preserve">283 <value>The ScheduleUnit of the schedule does not use the WeeklySchedule value, this field would contain garbage</value>284 </data>285 258 <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 286 259 <value>An invalid type was found when loading the task schedule</value> … … 289 262 <value>{0} and {1} other targets</value> 290 263 </data> 291 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve">292 <value>The schedule provided can only belong to one task at a time</value>293 </data>294 264 <data name="Unused disk space ({0})" xml:space="preserve"> 295 265 <value>Unused disk space ({0})</value>
Note: See TracChangeset
for help on using the changeset viewer.
