Changeset 1771


Ignore:
Timestamp:
2/8/2010 7:43:56 AM (2 years ago)
Author:
lowjoel
Message:

Updated localisable strings.

Location:
branches/eraser6/CodeReview
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.en.resx

    r1529 r1771  
    202202    <value>First/last 16KB Erasure</value> 
    203203  </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> 
    207204  <data name="Russian GOST P50739-95" xml:space="preserve"> 
    208205    <value>Russian GOST P50739-95</value> 
  • branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.it.resx

    r1529 r1771  
    202202    <value>First/last 16KB Erasure</value> 
    203203  </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> 
    207204  <data name="Russian GOST P50739-95" xml:space="preserve"> 
    208205    <value>Russian GOST P50739-95</value> 
  • branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.nl.resx

    r1529 r1771  
    202202    <value>(Untranslated)</value> 
    203203  </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> 
    207204  <data name="Russian GOST P50739-95" xml:space="preserve"> 
    208205    <value>(Untranslated)</value> 
  • branches/eraser6/CodeReview/Eraser.DefaultPlugins/Strings.resx

    r1529 r1771  
    202202    <value>First/last 16KB Erasure</value> 
    203203  </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> 
    207204  <data name="Russian GOST P50739-95" xml:space="preserve"> 
    208205    <value>Russian GOST P50739-95</value> 
  • branches/eraser6/CodeReview/Eraser.Manager/DirectExecutor.cs

    r1769 r1771  
    363363                { 
    364364                    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."), 
    366366                        LogLevel.Error)); 
    367367                } 
  • branches/eraser6/CodeReview/Eraser.Manager/Strings.en.resx

    r1701 r1771  
    118118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    119119  </resheader> 
    120   <data name="Unknown erasure target." xml:space="preserve"> 
    121     <value>Unknown erasure target.</value> 
    122   </data> 
    123120  <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"> 
    124121    <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> 
     
    205202    <value>(default)</value> 
    206203  </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> 
    219204  <data name="Running on restart" xml:space="preserve"> 
    220205    <value>Running on restart</value> 
     
    265250    <value>, at {0}</value> 
    266251  </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> 
    270252  <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 
    271253    <value>The frequency of the recurrence should be greater than one</value> 
    272254  </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> 
    276255  <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 
    277256    <value>The WeeklySchedule should have at least one day where the task should be run.</value> 
    278257  </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> 
    285258  <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 
    286259    <value>An invalid type was found when loading the task schedule</value> 
     
    289262    <value>{0} and {1} other targets</value> 
    290263  </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> 
    294264  <data name="Unused disk space ({0})" xml:space="preserve"> 
    295265    <value>Unused disk space ({0})</value> 
  • branches/eraser6/CodeReview/Eraser.Manager/Strings.it.resx

    r1701 r1771  
    118118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    119119  </resheader> 
    120   <data name="Unknown erasure target." xml:space="preserve"> 
    121     <value>Elemento da pulire sconosciuto.</value> 
    122   </data> 
    123120  <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"> 
    124121    <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> 
     
    205202    <value>(Untranslated)</value> 
    206203  </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> 
    219204  <data name="Running on restart" xml:space="preserve"> 
    220205    <value>Esecuzione al riavvio</value> 
     
    265250    <value>, al {0}</value> 
    266251  </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> 
    270252  <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 
    271253    <value>La frequenza della ricorrenza dovrebbe essere maggiore di uno</value> 
    272254  </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> 
    276255  <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 
    277256    <value>La WeeklySchedule dovrebbe avere almeno un giorno in cui l'operazione deve essere eseguito.</value> 
    278257  </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> 
    285258  <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 
    286259    <value>Un tipo non valido è stato trovato durante il caricamento della pianificazione dell'operazione</value> 
     
    289262    <value>(Untranslated)</value> 
    290263  </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> 
    294264  <data name="Unused disk space ({0})" xml:space="preserve"> 
    295265    <value>Spazio disco inutilizzato ({0})</value> 
  • branches/eraser6/CodeReview/Eraser.Manager/Strings.nl.resx

    r1701 r1771  
    118118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    119119  </resheader> 
    120   <data name="Unknown erasure target." xml:space="preserve"> 
    121     <value>(Untranslated)</value> 
    122   </data> 
    123120  <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"> 
    124121    <value>(Untranslated)</value> 
     
    205202    <value>(Untranslated)</value> 
    206203  </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> 
    219204  <data name="Running on restart" xml:space="preserve"> 
    220205    <value>(Untranslated)</value> 
     
    265250    <value>(Untranslated)</value> 
    266251  </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> 
    270252  <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 
    271253    <value>(Untranslated)</value> 
    272254  </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> 
    276255  <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 
    277256    <value>(Untranslated)</value> 
    278257  </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> 
    285258  <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 
    286259    <value>(Untranslated)</value> 
     
    289262    <value>(Untranslated)</value> 
    290263  </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> 
    294264  <data name="Unused disk space ({0})" xml:space="preserve"> 
    295265    <value>(Untranslated)</value> 
  • branches/eraser6/CodeReview/Eraser.Manager/Strings.resx

    r1701 r1771  
    118118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 
    119119  </resheader> 
    120   <data name="Unknown erasure target." xml:space="preserve"> 
    121     <value>Unknown erasure target.</value> 
    122   </data> 
    123120  <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"> 
    124121    <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> 
     
    205202    <value>(default)</value> 
    206203  </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> 
    219204  <data name="Running on restart" xml:space="preserve"> 
    220205    <value>Running on restart</value> 
     
    265250    <value>, at {0}</value> 
    266251  </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> 
    270252  <data name="The frequency of the recurrence should be greater than one" xml:space="preserve"> 
    271253    <value>The frequency of the recurrence should be greater than one</value> 
    272254  </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> 
    276255  <data name="The WeeklySchedule should have at least one day where the task should be run." xml:space="preserve"> 
    277256    <value>The WeeklySchedule should have at least one day where the task should be run.</value> 
    278257  </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> 
    285258  <data name="An invalid type was found when loading the task schedule" xml:space="preserve"> 
    286259    <value>An invalid type was found when loading the task schedule</value> 
     
    289262    <value>{0} and {1} other targets</value> 
    290263  </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> 
    294264  <data name="Unused disk space ({0})" xml:space="preserve"> 
    295265    <value>Unused disk space ({0})</value> 
Note: See TracChangeset for help on using the changeset viewer.