mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[OSK] Update French translation.
This commit is contained in:
parent
92763e2901
commit
d0c8636d1b
1 changed files with 3 additions and 3 deletions
|
@ -129,13 +129,13 @@ END
|
|||
|
||||
IDD_WARNINGDIALOG_OSK DIALOGEX 0, 0, 250, 97
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
|
||||
CAPTION "On-Screen Keyboard"
|
||||
CAPTION "Clavier visuel"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK, 193, 76, 50, 14
|
||||
ICON IDI_OSK, IDC_STATIC, 7, 17, 20, 20
|
||||
LTEXT "On-Screen Keyboard provides a minimum level of functionality for mobility-impaired users. Mobility-impaired users will need a utility program with higher functionality for daily use.", IDC_STATIC, 36, 7, 207, 33
|
||||
CONTROL "Do not show this message again", IDC_SHOWWARNINGCHECK, "Button",
|
||||
LTEXT "Le Clavier visuel fournit quelques fonctionnalités aux utilisateurs souffrant de déficiences visuelles. La majorité de ces utilisateurs aura besoin d'un utilitaire avec plus de fonctionnalités pour une utilisation quotidienne.", IDC_STATIC, 36, 7, 207, 33
|
||||
CONTROL "Ne plus montrer ce message", IDC_SHOWWARNINGCHECK, "Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP, 43, 80, 137, 10
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue