wineps.drv: Fix French translation & UI display.

This commit is contained in:
Frédéric Delanoy 2009-07-07 19:05:34 +02:00 committed by Alexandre Julliard
parent 569aa66f5e
commit 002b92e191

View file

@ -21,6 +21,9 @@
#include "psdlg.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
@ -29,14 +32,14 @@ CAPTION "Papier"
FONT 8, "MS Shell Dlg"
{
LTEXT "&Taille du papier :", -1, 10, 6, 100, 8
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
LISTBOX IDD_PAPERS, 10, 17, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "Orientation", -1, 10, 80, 200, 50
CONTROL "&Portrait", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
WS_TABSTOP, 20, 93, 60, 10
CONTROL "P&aysage", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
LTEXT "Recto-verso:", IDD_DUPLEX_NAME, 10, 140, 100, 8
LTEXT "Recto-verso :", IDD_DUPLEX_NAME, 10, 140, 100, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
}