Changeset 1744 for branches/eraser6/6.0
- Timestamp:
- 2/3/2010 2:52:48 AM (2 years ago)
- Location:
- branches/eraser6/6.0/Eraser
- Files:
-
- 5 edited
-
Program.cs (modified) (1 diff)
-
Strings.NL.resx (modified) (1 diff)
-
Strings.en.resx (modified) (1 diff)
-
Strings.it.resx (modified) (1 diff)
-
Strings.resx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/Program.cs
r1719 r1744 396 396 { 397 397 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), 399 399 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 400 400 MessageBoxDefaultButton.Button1, 401 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0) );401 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 402 402 } 403 403 catch (TimeoutException) -
branches/eraser6/6.0/Eraser/Strings.NL.resx
r1693 r1744 157 157 <value>(Untranslated)</value> 158 158 </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> 159 162 <data name="{0} out of {1}" xml:space="preserve"> 160 163 <value>{0} van {1}</value> -
branches/eraser6/6.0/Eraser/Strings.en.resx
r1693 r1744 157 157 <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> 158 158 </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> 159 162 <data name="{0} out of {1}" xml:space="preserve"> 160 163 <value>{0} out of {1}</value> -
branches/eraser6/6.0/Eraser/Strings.it.resx
r1693 r1744 157 157 <value>Un'altra occorrenza di Eraser è già in esecuzione, ma con privilegi più elevati di questa.\n\nEraser adesso si chiuderà.</value> 158 158 </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> 159 162 <data name="{0} out of {1}" xml:space="preserve"> 160 163 <value>{0} di {1}</value> -
branches/eraser6/6.0/Eraser/Strings.resx
r1693 r1744 157 157 <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> 158 158 </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> 159 162 <data name="{0} out of {1}" xml:space="preserve"> 160 163 <value>{0} out of {1}</value>
Note: See TracChangeset
for help on using the changeset viewer.
