On 2/10/2010 20:28, José Manuel Ferrer Ortiz wrote:
Hello all. Here you are a few newly translated Spanish resource files,
for hhctrl, iccvid, localspl and mapi32 dlls.
Regards,
José Manuel
Hi, Jose.
Use UTF-8 encoding with corresponding pragma directive.
+#include "localspl_private.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Puerto local"
+ IDS_LOCALMONITOR "Monitor local"
+}
You forgot to change ID here.
Also split this to several patches, one per module.