Francois Gouget escreveu:

On Wed, 16 Feb 2005, Marcelo Duarte wrote:
[...]

+FONT 8, "Helv"


Is this correct?

I copied the English file and only translated the strings.

I thought that we were using "MS Shell Dlg" everywhere except for Japanese where we use "MS UI Gothic" instead.

If this is the correct one, can leave that later I make a patch.


There does seem to be some inconsistencies. Two Japanese resource files use "Ms Shell Dlg" instead of "MS UI Gothic" (all the others do as expected):


$ egrep "^FONT" `find . -name "*.rc"` | grep "Ja.rc" | grep -v "MS UI Gothic"
./dlls/shell32/shell32_Ja.rc:FONT 10, "MS Shell Dlg"
./dlls/shell32/shell32_Ja.rc:FONT 8, "MS Shell Dlg"



And the following resource files don't use "MS Shell Dlg":

$ egrep "^FONT" `find . -name "*.rc"` | egrep -v "MS (Shell Dlg|UI Gothic)"
./dlls/mpr/mpr_De.rc:FONT 8, "Helv"
./dlls/mpr/mpr_En.rc:FONT 8, "Helv"
./dlls/mpr/mpr_Pt.rc:FONT 8, "Helv"
./dlls/mpr/mpr_Fr.rc:FONT 8, "Helv"
./dlls/shdocvw/En.rc:FONT 8, "Helv"
./dlls/shdocvw/Pt.rc:FONT 8, "Helv"
./dlls/shdocvw/De.rc:FONT 8, "Helv"
./dlls/user/resources/user32_Si.rc:FONT 8, "MS Sabs Serif"
./dlls/user/tests/resource.rc:FONT 8, "System"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/taskmgr/taskmgr.rc:FONT 8, "Tahoma"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/En.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"
./programs/winecfg/Nl.rc:FONT 8, "MS Sans Serif"




+ LTEXT "Por favor, entre como o nome de usuário e a senha:", IDC_EXPLAIN,


This is the same thing as "usu�rio" but encoded as UTF-8. I'm not sure we're supposed to use UTF-8 in Wine's resources so that may be a problem. Something must have changed the encoding on the way.





Reply via email to