Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8907860f
Commit
8907860f
authored
Jul 07, 2009
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
serialui: Fix French translation & UI display.
parent
9046d281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
Fr.rc
dlls/serialui/Fr.rc
+19
-15
No files found.
dlls/serialui/Fr.rc
View file @
8907860f
...
...
@@ -3,7 +3,8 @@
* French language support
*
* Copyright 2000 Mike McCormack
* Copyright 2003 Vincent Bron
* Copyright 2003 Vincent Béron
* Copyright 2009 Frédéric Delanoy
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -22,25 +23,28 @@
#include "serialui.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 1
60, 159
IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 1
80, 150
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Propri
t
s pour "
CAPTION "Propri
été
s pour "
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Vitesse de
connexion", -1,5,20,55,10
COMBOBOX IDC_BAUD,
60, 20, 90, 36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Parit
", -1,5,40
,55,10
COMBOBOX IDC_PARITY,
60, 40, 90, 36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Contr
le de flux", -1,5,60
,55,10
COMBOBOX IDC_FLOW,
60, 60, 90, 36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Bits de donn
es", -1,5,80
,55,10
COMBOBOX IDC_DATA,
60, 80, 90, 36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Bits d
e stop", -1,5,100
,55,10
COMBOBOX IDC_STOP,
60, 100, 90, 36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK,30,1
38
,50,14
PUSHBUTTON "Annuler", IDCANCEL,
85,138
,50,14
LTEXT "Vitesse de
transmission (bauds)", -1,5,19,70,18
COMBOBOX IDC_BAUD,
80, 20, 90, 15
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Parit
é", -1,5,42
,55,10
COMBOBOX IDC_PARITY,
80, 40, 90, 15
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Contr
ôle de flux", -1,5,62
,55,10
COMBOBOX IDC_FLOW,
80, 60, 90, 15
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Bits de donn
ées", -1,5,82
,55,10
COMBOBOX IDC_DATA,
80, 80, 90, 15
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Bits d
'arrêt", -1,5,102
,55,10
COMBOBOX IDC_STOP,
80, 100, 90, 15
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK,30,1
25
,50,14
PUSHBUTTON "Annuler", IDCANCEL,
93,125
,50,14
/* these two buttons are for testing Get/SetDefaultCommConfig */
/* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
/* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment