Changeset 1744 for branches/eraser6/6.0


Ignore:
Timestamp:
2/3/2010 2:52:48 AM (2 years ago)
Author:
lowjoel
Message:

Fixed a typo in the order of function calls (nested string translations) and updated the translations for v6.

Location:
branches/eraser6/6.0/Eraser
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/6.0/Eraser/Program.cs

    r1719 r1744  
    396396                { 
    397397                    MessageBox.Show(S._("Another instance of Eraser is already running but " + 
    398                         "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 
     398                        "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 
    399399                        S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
    400400                        MessageBoxDefaultButton.Button1, 
    401                         S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 
     401                        S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 
    402402                } 
    403403                catch (TimeoutException) 
  • branches/eraser6/6.0/Eraser/Strings.NL.resx

    r1693 r1744  
    157157    <value>(Untranslated)</value> 
    158158  </data> 
     159  <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 
     160    <value>(Untranslated)</value> 
     161  </data> 
    159162  <data name="{0} out of {1}" xml:space="preserve"> 
    160163    <value>{0} van {1}</value> 
  • branches/eraser6/6.0/Eraser/Strings.en.resx

    r1693 r1744  
    157157    <value>Another instance of Eraser is already running but it is running with higher privileges than this instance of Eraser.\n\nEraser will now exit.</value> 
    158158  </data> 
     159  <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 
     160    <value>Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}</value> 
     161  </data> 
    159162  <data name="{0} out of {1}" xml:space="preserve"> 
    160163    <value>{0} out of {1}</value> 
  • branches/eraser6/6.0/Eraser/Strings.it.resx

    r1693 r1744  
    157157    <value>Un'altra occorrenza di Eraser è già in esecuzione, ma con privilegi più elevati di questa.\n\nEraser adesso si chiuderà.</value> 
    158158  </data> 
     159  <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 
     160    <value>(Untranslated)</value> 
     161  </data> 
    159162  <data name="{0} out of {1}" xml:space="preserve"> 
    160163    <value>{0} di {1}</value> 
  • branches/eraser6/6.0/Eraser/Strings.resx

    r1693 r1744  
    157157    <value>Another instance of Eraser is already running but it is running with higher privileges than this instance of Eraser.\n\nEraser will now exit.</value> 
    158158  </data> 
     159  <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 
     160    <value>Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}</value> 
     161  </data> 
    159162  <data name="{0} out of {1}" xml:space="preserve"> 
    160163    <value>{0} out of {1}</value> 
Note: See TracChangeset for help on using the changeset viewer.