Module: wine Branch: master Commit: b536702b60378f18ef338769adb9be1746ded59c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b536702b60378f18ef338769ad...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Mon Feb 18 17:15:42 2008 +0100
devenum: Convert resource file to UTF-8.
---
dlls/devenum/devenum.rc | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc index cde4780..1f22158 100644 --- a/dlls/devenum/devenum.rc +++ b/dlls/devenum/devenum.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#pragma code_page(65001) + #include "windef.h" #include "winbase.h" #include "winnls.h" @@ -45,10 +47,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL { - 7 "DirectSound par d�faut" - 8 "DirectSound�: %s" - 9 "P�riph�rique WaveOut par d�faut" - 10 "P�riph�rique MidiOut par d�faut" + 7 "DirectSound par défaut" + 8 "DirectSound : %s" + 9 "Périphérique WaveOut par défaut" + 10 "Périphérique MidiOut par défaut" }
STRINGTABLE DISCARDABLE @@ -56,8 +58,8 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL { 7 "Standard DirectSound" 8 "DirectSound: %s" - 9 "Standard WaveOut - Ger�t" - 10 "Standard MidiOut - Ger�t" + 9 "Standard WaveOut - Gerät" + 10 "Standard MidiOut - Gerät" }
STRINGTABLE DISCARDABLE @@ -72,10 +74,10 @@ LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT { - 7 "DirectSound padr�o" + 7 "DirectSound padrão" 8 "DirectSound: %s" - 9 "Dispositivo padr�o WaveOut" - 10 "Dispositivo padr�o MidiOut" + 9 "Dispositivo padrão WaveOut" + 10 "Dispositivo padrão MidiOut" }
STRINGTABLE DISCARDABLE @@ -90,10 +92,10 @@ LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT { - 7 "Dafaultn� DirectSound" + 7 "Dafaultní DirectSound" 8 "DirectSound: %s" - 9 "Standardn� za��zen� WaveOut" - 10 "Standardn� za��zen� MidiOut" + 9 "Standardní zařízení WaveOut" + 10 "Standardní zařízení MidiOut" }
STRINGTABLE DISCARDABLE