mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
wineconsole: Add English neutral translations.
This commit is contained in:
parent
7ceb4e7278
commit
4a28359ba3
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue