Changeset 1764
- Timestamp:
- 2/8/2010 6:05:23 AM (3 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
Eraser/Program.cs (modified) (1 diff)
-
Eraser/Strings.NL.resx (modified) (2 diffs)
-
Eraser/Strings.en.resx (modified) (2 diffs)
-
Eraser/Strings.it.resx (modified) (2 diffs)
-
Eraser/Strings.resx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1744
- Property svn:mergeinfo changed
-
trunk/eraser6/Eraser/Program.cs
r1716 r1764 422 422 { 423 423 MessageBox.Show(S._("Another instance of Eraser is already running but " + 424 "cannot be connected to.\n\nThe error returned was: {0}", ex.Message ,424 "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 425 425 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 426 426 MessageBoxDefaultButton.Button1, 427 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0) );427 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 428 428 } 429 429 catch (TimeoutException) -
trunk/eraser6/Eraser/Strings.NL.resx
r1678 r1764 169 169 <value>(Untranslated)</value> 170 170 </data> 171 <data name="The task list could not be imported. The error returned was: {0}" xml:space="preserve"> 172 <value>(Untranslated)</value> 173 </data> 171 174 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 172 175 <value>(Untranslated)</value> … … 179 182 </data> 180 183 <data name="Another instance of Eraser is already running but it is running with higher privileges than this instance of Eraser.\n\nEraser will now exit." xml:space="preserve"> 184 <value>(Untranslated)</value> 185 </data> 186 <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 181 187 <value>(Untranslated)</value> 182 188 </data> -
trunk/eraser6/Eraser/Strings.en.resx
r1678 r1764 169 169 <value>Session: {0:F}</value> 170 170 </data> 171 <data name="The task list could not be imported. The error returned was: {0}" xml:space="preserve"> 172 <value>The task list could not be imported. The error returned was: {0}</value> 173 </data> 171 174 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 172 175 <value>The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}</value> … … 181 184 <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> 182 185 </data> 186 <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 187 <value>Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}</value> 188 </data> 183 189 <data name="Total: {0,2:#0.00%}" xml:space="preserve"> 184 190 <value>Total: {0,2:#0.00%}</value> -
trunk/eraser6/Eraser/Strings.it.resx
r1678 r1764 169 169 <value>Sessione: {0:F}</value> 170 170 </data> 171 <data name="The task list could not be imported. The error returned was: {0}" xml:space="preserve"> 172 <value>(Untranslated)</value> 173 </data> 171 174 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 172 175 <value>La documentazione di Eraser non può essere aperta. Verificare che Adobe Acrobat Reader sia installato e che la vostra installazione di Eraser non sia corrotta.\n\nL'errore è stato: {0}</value> … … 181 184 <value>Un'altra occorrenza di Eraser è già in esecuzione, ma con privilegi più elevati di questa.\n\nEraser adesso si chiuderà.</value> 182 185 </data> 186 <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 187 <value>(Untranslated)</value> 188 </data> 183 189 <data name="Total: {0,2:#0.00%}" xml:space="preserve"> 184 190 <value>Totale: {0,2:#0.00%}</value> -
trunk/eraser6/Eraser/Strings.resx
r1678 r1764 169 169 <value>Session: {0:F}</value> 170 170 </data> 171 <data name="The task list could not be imported. The error returned was: {0}" xml:space="preserve"> 172 <value>The task list could not be imported. The error returned was: {0}</value> 173 </data> 171 174 <data name="The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}" xml:space="preserve"> 172 175 <value>The Eraser documentation file could not be opened. Check that Adobe Reader installed and that your Eraser install is not corrupt.\n\nThe error returned was: {0}</value> … … 181 184 <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> 182 185 </data> 186 <data name="Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}" xml:space="preserve"> 187 <value>Another instance of Eraser is already running but cannot be connected to.\n\nThe error returned was: {0}</value> 188 </data> 183 189 <data name="Total: {0,2:#0.00%}" xml:space="preserve"> 184 190 <value>Total: {0,2:#0.00%}</value>
Note: See TracChangeset
for help on using the changeset viewer.
