ChangeLog Johan Dahlin <jdahlin@async.com.br> shell32_Sv.rc: Update Swedish translation About the encoding, my mailer (evoltion 1.4) refuses to use anything but utf-8, but wine uses iso-8859-1 in it's encoding of all the swedish resource files. Index: dlls/shell32/shell32_Sv.rc =================================================================== RCS file: /home/wine/wine/dlls/shell32/shell32_Sv.rc,v retrieving revision 1.5 diff -u -r1.5 shell32_Sv.rc --- dlls/shell32/shell32_Sv.rc 10 Jun 2002 02:34:36 -0000 1.5 +++ dlls/shell32/shell32_Sv.rc 9 Aug 2003 23:06:34 -0000 @@ -36,10 +36,10 @@ FONT 8, "Helv" { ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE - LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", 12289, 36, 11, 182, 18 - LTEXT "&Open:", 12305, 7, 39, 24, 10 + LTEXT "Skriv namnet på ett program, en mapp eller ett dokument och wine kommer att öppna det för dig.", 12289, 36, 11, 182, 18 + LTEXT "&Öppna:", 12305, 7, 39, 24, 10 CONTROL "", 12298, "COMBOBOX", WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP - PUSHBUTTON "Cancel", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP - PUSHBUTTON "&Browse...", 12288, 170, 63, 50, 14, WS_TABSTOP + PUSHBUTTON "Avbryt", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP + PUSHBUTTON "&Bläddra...", 12288, 170, 63, 50, 14, WS_TABSTOP } -- Johan Dahlin <jdahlin@async.com.br> Async Open Source