shell32: shlfileop; Add resource for renaming files on collision (patch 2)

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Wed Oct 20 16:02:40 CDT 2004


Changelog
  dlls/shell32/shell32_En.rc
  dlls/shell32/shell32_De.rc
    Add resource for file renaming on collision


Rolf Kalbermatter
CIT Engineering Nederland BV    tel: +31 (070) 415 9190
Treubstraat 7H                  fax: +31 (070) 415 9191
2288 EG Rijswijk	http://www.citengineering.com
Netherlands		mailto:rolf.kalbermatter at citeng.com

Index: shell32_De.rc
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_De.rc,v
retrieving revision 1.12
diff -u -r1.12 shell32_De.rc
--- shell32_De.rc	23 Sep 2004 04:28:04 -0000	1.12
+++ shell32_De.rc	20 Oct 2004 20:35:02 -0000
@@ -163,6 +163,7 @@
 	IDS_DELETEMULTIPLE_TEXT "Sind Sie sich sicher, dass Sie diese %1 Dateien löschen möchten ?"
 	IDS_OVERWRITEFILE_TEXT "Möchten Sie, dass die Datei '%1' überschrieben wird ?"
 	IDS_OVERWRITEFILE_CAPTION "Bestätigung: Datei überschreiben"
+	IDS_COPY_X_OF_TEXT "Kopie%svon %s"
 }
 
 /*	columns in the shellview	*/
Index: shell32_En.rc
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_En.rc,v
retrieving revision 1.17
diff -u -r1.17 shell32_En.rc
--- shell32_En.rc	23 Sep 2004 04:28:04 -0000	1.17
+++ shell32_En.rc	20 Oct 2004 20:35:03 -0000
@@ -162,6 +162,7 @@
 	IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 	IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
 	IDS_OVERWRITEFILE_CAPTION "Confirm File OverWrite"
+	IDS_COPY_X_OF_TEXT "Copy%sof %s"
 }
 
 /*	columns in the shellview	*/





More information about the wine-patches mailing list