Changeset 1498
- Timestamp:
- 1/11/2010 3:56:26 AM (3 years ago)
- Location:
- trunk/eraser6/Eraser.Manager
- Files:
-
- 5 edited
-
Strings.en.resx (modified) (1 diff)
-
Strings.it.resx (modified) (1 diff)
-
Strings.nl.resx (modified) (1 diff)
-
Strings.resx (modified) (1 diff)
-
Task.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Manager/Strings.en.resx
r1497 r1498 283 283 <value>An invalid type was found when loading the task schedule</value> 284 284 </data> 285 <data name="{0} and {1} other files" xml:space="preserve">286 <value>{0} and {1} other files</value>285 <data name="{0} and {1} other targets" xml:space="preserve"> 286 <value>{0} and {1} other targets</value> 287 287 </data> 288 288 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve"> -
trunk/eraser6/Eraser.Manager/Strings.it.resx
r1497 r1498 283 283 <value>Un tipo non valido è stato trovato durante il caricamento della pianificazione dell'operazione</value> 284 284 </data> 285 <data name="{0} and {1} other files" xml:space="preserve">285 <data name="{0} and {1} other targets" xml:space="preserve"> 286 286 <value>(Untranslated)</value> 287 287 </data> -
trunk/eraser6/Eraser.Manager/Strings.nl.resx
r1497 r1498 283 283 <value>(Untranslated)</value> 284 284 </data> 285 <data name="{0} and {1} other files" xml:space="preserve">285 <data name="{0} and {1} other targets" xml:space="preserve"> 286 286 <value>(Untranslated)</value> 287 287 </data> -
trunk/eraser6/Eraser.Manager/Strings.resx
r1497 r1498 283 283 <value>An invalid type was found when loading the task schedule</value> 284 284 </data> 285 <data name="{0} and {1} other files" xml:space="preserve">286 <value>{0} and {1} other files</value>285 <data name="{0} and {1} other targets" xml:space="preserve"> 286 <value>{0} and {1} other targets</value> 287 287 </data> 288 288 <data name="The schedule provided can only belong to one task at a time" xml:space="preserve"> -
trunk/eraser6/Eraser.Manager/Task.cs
r1497 r1498 133 133 result += Targets[Targets.Count - 1].UIText; 134 134 135 return S._("{0} and {1} other files", result, Targets.Count - 3);135 return S._("{0} and {1} other targets", result, Targets.Count - 3); 136 136 } 137 137 }
Note: See TracChangeset
for help on using the changeset viewer.
