wineconsole: Add English neutral translations.

This commit is contained in:
Huw Davies 2009-07-06 17:18:33 +01:00 committed by Alexandre Julliard
parent 7ceb4e7278
commit 4a28359ba3

View file

@ -134,3 +134,21 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "OK", IDOK, 35, 45, 35, 12
PUSHBUTTON "Cancel", IDCANCEL, 80, 45, 35, 12
}
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
IDD_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION " Font "
FONT 8, "MS Shell Dlg"
{
LTEXT "&Font", -1, 5, 5, 24, 8
LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
LTEXT "&Colour", -1, 100, 5, 50, 8
CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
CONTROL "", IDC_FNT_COLOR_BK, "WineConColorPreview", 0L, 100, 40, 48, 16
LTEXT "&Size", -1, 158, 5, 40, 8
LISTBOX IDC_FNT_LIST_SIZE, 158, 18, 40, 60, WS_VSCROLL
CONTROL "", IDC_FNT_PREVIEW, "WineConFontPreview", 0L, 5, 60, 109, 40
LTEXT "", IDC_FNT_FONT_INFO, 128, 76, 80, 18
}