We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f4e2 commit 49c40a2Copy full SHA for 49c40a2
base/shell/progman/new_resources.rc
@@ -13,7 +13,7 @@
13
#undef APSTUDIO_READONLY_SYMBOLS
14
15
/////////////////////////////////////////////////////////////////////////////
16
-// Anglais (�tats-Unis) resources
+// Anglais (Etats-Unis) resources
17
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -282,7 +282,7 @@ BEGIN
282
IDS_SYMBOLS_ICO "Icons (*.ico)"
283
END
284
285
-#endif // Anglais (�tats-Unis) resources
+#endif // Anglais (Etats-Unis) resources
286
287
288
dll/win32/msports/lang/it-IT.rc
@@ -9,7 +9,7 @@ BEGIN
9
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
10
RTEXT "Bit di &Dati:", -1, 6, 40, 130, 8, WS_GROUP
11
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
12
- RTEXT "&Parit�:", -1, 6, 61, 130, 8, WS_GROUP
+ RTEXT "&Parità:", -1, 6, 61, 130, 8, WS_GROUP
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
RTEXT "Bit di &Stop:", -1, 6, 82, 130, 8, WS_GROUP
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
modules/rosapps/lib/vfdlib/vfdlib.rc
-// ƭ���� resources
+// resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
@@ -199,7 +199,7 @@ IDI_VFD_ICON ICON DISCARDABLE "res/vfd.ico"
199
IDI_IMAGE_ICON ICON DISCARDABLE "res/image.ico"
200
IDI_CONFIG_ICON ICON DISCARDABLE "res/config.ico"
201
#endif
202
-#endif // ƭ���� resources
+#endif // resources
203
204
205
modules/rostests/win32/user32/biditext/biditext.rc
@@ -38,7 +38,7 @@ BEGIN
38
VALUE "FileDescription", "Win32 Example Application"
39
VALUE "FileVersion", "1.0.0.0"
40
VALUE "InternalName", "Win32App"
41
- VALUE "LegalCopyright", "�2017 Transmission Zero"
+ VALUE "LegalCopyright", "(c)2017 Transmission Zero"
42
VALUE "OriginalFilename", "Win32App.exe"
43
VALUE "ProductName", "Win32 Example Application"
44
VALUE "ProductVersion", "1.0.0.0"
@@ -58,7 +58,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
58
BEGIN
59
ICON IDI_APPICON,IDC_STATIC,7,7,20,20
60
LTEXT "Win32 Example Application",IDC_STATIC,34,7,89,8
61
- LTEXT "�2017 Transmission Zero",IDC_STATIC,34,17,86,8
+ LTEXT "(c)2017 Transmission Zero",IDC_STATIC,34,17,86,8
62
DEFPUSHBUTTON "OK",IDOK,90,46,50,14,WS_GROUP
63
64
win32ss/user/winsrv/consrv/lang/cs-CZ.rc
@@ -2,5 +2,5 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
2
3
STRINGTABLE
4
5
- IDS_CONSOLE_TITLE "P��kazov� ��dek ReactOS"
+ IDS_CONSOLE_TITLE "Pøíkazový øádek ReactOS"
6
0 commit comments