[INETCPL][USRMGR] Update CPL Descriptions. By Jared Smudde. CORE-9713
[reactos.git] / reactos / dll / cpl / inetcpl / lang / fr-FR.rc
1 /*
2 * Internet control panel applet
3 * French language support
4 *
5 * Copyright 2010-2011 Frédéric Delanoy
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 *
21 */
22
23 /* UTF-8 */
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
27
28 STRINGTABLE
29 BEGIN
30 IDS_CPL_NAME "Internet Settings"
31 IDS_CPL_INFO "Configure WINE Internet Explorer and related settings."
32 IDS_SEC_SETTINGS "Security settings for zone: "
33 IDS_SEC_LEVEL0 "Custom"
34 IDS_SEC_LEVEL1 "Very Low"
35 IDS_SEC_LEVEL2 "Low"
36 IDS_SEC_LEVEL3 "Medium"
37 IDS_SEC_LEVEL4 "Increased"
38 IDS_SEC_LEVEL5 "High"
39 END
40
41 /* "General" propsheet */
42 IDD_GENERAL DIALOGEX 0, 0, 320, 220
43 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
44 FONT 8, "MS Shell Dlg"
45 CAPTION "Général"
46 BEGIN
47
48 GROUPBOX " Page d'accueil ", IDC_STATIC, 4, 4, 312, 56
49 ICON ICO_HOME, ICO_HOME, 10, 15, 21, 20
50 LTEXT "Vous pouvez spécifier l'adresse à utiliser comme page d'accueil :",
51 IDC_STATIC, 40, 14, 265, 10
52 EDITTEXT IDC_HOME_EDIT, 40, 26, 270, 12, WS_VISIBLE | ES_AUTOHSCROLL
53 PUSHBUTTON "Page &courante", IDC_HOME_CURRENT, 58, 42, 80, 14
54 PUSHBUTTON "Page par &défaut", IDC_HOME_DEFAULT, 144, 42, 80, 14
55 PUSHBUTTON "Page &blanche", IDC_HOME_BLANK, 230, 42, 80, 14
56 GROUPBOX "Historique de navigation ", IDC_STATIC, 4, 66, 312, 42
57 ICON ICO_HISTORY, ICO_HISTORY, 10, 78, 80, 14
58 LTEXT "Vous pouvez effacer les pages en cache, les cookies et d'autres données.",
59 IDC_STATIC, 40, 76, 270, 10
60 PUSHBUTTON "&Effacer les fichiers...", IDC_HISTORY_DELETE, 144, 90, 80, 14
61 PUSHBUTTON "&Paramètres...", IDC_HISTORY_SETTINGS, 230, 90, 80, 14
62
63 END
64
65 /* "Delete browsing history" dialog */
66 IDD_DELETE_HISTORY DIALOGEX 0, 0, 250, 250
67 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
68 FONT 8, "MS Shell Dlg"
69 CAPTION "Effacer l'historique de navigation"
70 BEGIN
71
72 AUTOCHECKBOX "Fichiers internet temporaires\nCopies en cache de pages web, d'images et de certificats.",
73 IDC_DELETE_TEMP_FILES, 10, 8, 230, 40, BS_TOP | BS_MULTILINE
74 AUTOCHECKBOX "Cookies\nDonnées enregistrées sur votre ordinateur par des sites web, telles que préférences utilisateur et informations de connexion.",
75 IDC_DELETE_COOKIES, 10, 48, 230, 40, BS_TOP | BS_MULTILINE
76 AUTOCHECKBOX "Historique\nListe des sites web accédés.",
77 IDC_DELETE_HISTORY, 10, 88, 230, 40, BS_TOP | BS_MULTILINE
78 AUTOCHECKBOX "Données de formulaires\nNoms d'utilisateur et autres informations entrées dans des formulaires.",
79 IDC_DELETE_FORM_DATA, 10, 128, 230, 40, BS_TOP | BS_MULTILINE
80 AUTOCHECKBOX "Mots de passe\nMots de passe entrés dans des formulaires et sauvegardés.",
81 IDC_DELETE_PASSWORDS, 10, 168, 230, 40, BS_TOP | BS_MULTILINE
82 DEFPUSHBUTTON "Annuler", IDCANCEL, 185, 230, 60, 15, WS_GROUP
83 PUSHBUTTON "Effacer", IDOK, 120, 230, 60, 15, WS_GROUP
84
85 END
86
87 /* "Security" propsheet */
88 IDD_SECURITY DIALOGEX 0, 0, 320, 220
89 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
90 FONT 8, "MS Shell Dlg"
91 CAPTION "Sécurité"
92 BEGIN
93
94 CONTROL "", IDC_SEC_LISTVIEW, "SysListView32",
95 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
96 4, 4, 312, 58
97 LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
98 GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
99 CONTROL "", IDC_SEC_TRACKBAR, "msctls_trackbar32",
100 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
101 LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
102 LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
103 END
104
105 /* "Content" propsheet */
106 IDD_CONTENT DIALOGEX 0, 0, 320, 220
107 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
108 FONT 8, "MS Shell Dlg"
109 CAPTION "Contenu"
110 BEGIN
111
112 GROUPBOX " Certificats ", IDC_STATIC, 4, 4, 312, 50
113 ICON ICO_CERTIFICATES, ICO_CERTIFICATES, 10, 15, 21, 20
114 LTEXT "Les certificats sont utilisés pour votre identification personnelle, celle d'autorités de certification ou d'éditeurs.",
115 IDC_STATIC, 40, 14, 252, 18
116 PUSHBUTTON "Certificats...", IDC_CERT, 146, 34, 80, 14
117 PUSHBUTTON "Éditeurs...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
118
119 END