1/* 2 * Copyright 2009 Andrew Hill 3 * 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2.1 of the License, or (at your option) any later version. 8 * 9 * This library is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 * 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with this library; if not, write to the Free Software 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL 20 21/* Menus */ 22 23IDM_CABINET_CONTEXTMENU MENUEX 24BEGIN 25 POPUP "", 264,MFT_STRING,MFS_ENABLED 26 BEGIN 27 MENUITEM "Boutons &Standard", IDM_TOOLBARS_STANDARDBUTTONS, MFT_STRING, MFS_ENABLED 28 MENUITEM "Barre d'&adresse", IDM_TOOLBARS_ADDRESSBAR, MFT_STRING, MFS_ENABLED 29 MENUITEM "&Liens", IDM_TOOLBARS_LINKSBAR, MFT_STRING, MFS_ENABLED 30 MENUITEM "", -1, MFT_SEPARATOR 31 MENUITEM "Verrouiller les &barres d'outils", IDM_TOOLBARS_LOCKTOOLBARS, MFT_STRING, MFS_ENABLED 32 MENUITEM "&Personnaliser...", IDM_TOOLBARS_CUSTOMIZE, MFT_STRING, MFS_ENABLED 33 MENUITEM "&Text Labels", IDM_TOOLBARS_TEXTLABELS, MFT_STRING, MFS_ENABLED 34 MENUITEM "&Go Button", IDM_TOOLBARS_GOBUTTON, MFT_STRING, MFS_ENABLED 35 END 36END 37 38IDM_CABINET_MAINMENU MENUEX 39BEGIN 40 POPUP "&Fichier", FCIDM_MENU_FILE 41 BEGIN 42 MENUITEM "", -1, MFT_SEPARATOR 43 MENUITEM "&Fermer", IDM_FILE_CLOSE 44 END 45 POPUP "É&dition", FCIDM_MENU_EDIT 46 BEGIN 47 MENUITEM "", -1, MFT_SEPARATOR 48 END 49 POPUP "Affic&hage", FCIDM_MENU_VIEW 50 BEGIN 51 POPUP "&Barre d'outils", IDM_VIEW_TOOLBARS 52 BEGIN 53 MENUITEM "", -1, MFT_SEPARATOR 54 END 55 MENUITEM "&Barre d'état", IDM_VIEW_STATUSBAR 56 POPUP "&Explorer Bar", IDM_VIEW_EXPLORERBAR 57 BEGIN 58 MENUITEM "&Rechercher\tCtrl+E", IDM_EXPLORERBAR_SEARCH 59 MENUITEM "&Favoris\tCtrl+I", IDM_EXPLORERBAR_FAVORITES 60 MENUITEM "&Média", IDM_EXPLORERBAR_MEDIA 61 MENUITEM "&Historique\tCtrl+H", IDM_EXPLORERBAR_HISTORY 62 MENUITEM "D&ossiers", IDM_EXPLORERBAR_FOLDERS 63 MENUITEM "", IDM_EXPLORERBAR_SEPARATOR 64 END 65 MENUITEM "", FCIDM_MENU_VIEW_SEP_OPTIONS, MFT_SEPARATOR 66 POPUP "A&ller vers", FCIDM_MENU_EXPLORE 67 BEGIN 68 MENUITEM "&Retour\tAlt+Flèche gauche", IDM_GOTO_BACK 69 MENUITEM "&Avancer\tAlt+Flèche droite", IDM_GOTO_FORWARD 70 MENUITEM "Dossier &parent", IDM_GOTO_UPONELEVEL 71 MENUITEM "", -1, MFT_SEPARATOR 72 MENUITEM "Page de &démarrage\tAlt+Origine", IDM_GOTO_HOMEPAGE 73 END 74 MENUITEM "&Rafraîchir", IDM_VIEW_REFRESH 75 END 76 POPUP "F&avoris", FCIDM_MENU_FAVORITES 77 BEGIN 78 MENUITEM "&Ajouter aux Favoris...", IDM_FAVORITES_ADDTOFAVORITES 79 MENUITEM "&Organiser les Favoris...", IDM_FAVORITES_ORGANIZEFAVORITES 80 MENUITEM "", -1, MFT_SEPARATOR 81 MENUITEM "(Vide)", IDM_FAVORITES_EMPTY 82 END 83 POPUP "&Outils", FCIDM_MENU_TOOLS 84 BEGIN 85 MENUITEM "Connecter un lecteur &réseau...", IDM_TOOLS_MAPNETWORKDRIVE 86 MENUITEM "&Déconnecter un lecteur réseau...", IDM_TOOLS_DISCONNECTNETWORKDRIVE 87 MENUITEM "&Synchroniser...", IDM_TOOLS_SYNCHRONIZE 88 MENUITEM "", -1, MFT_SEPARATOR 89 MENUITEM "&Options des dossiers...", IDM_TOOLS_FOLDEROPTIONS 90 END 91 POPUP "&Aide", FCIDM_MENU_HELP 92 BEGIN 93 MENUITEM "À &propos de ReactOS", IDM_HELP_ABOUT 94 END 95END 96 97IDM_TASKBAR_TOOLBARS MENUEX 98BEGIN 99 POPUP "&Barres d'outils", -1, MFT_STRING, MFS_ENABLED, 0 100 BEGIN 101 MENUITEM "&Bureau", IDM_TASKBAR_TOOLBARS_DESKTOP, MFT_STRING 102 MENUITEM "&Quick Launch", IDM_TASKBAR_TOOLBARS_QUICKLAUNCH, MFT_STRING 103 MENUITEM "", -1, MFT_SEPARATOR, MFS_ENABLED 104 MENUITEM "&Nouvelle barre d'outils...", IDM_TASKBAR_TOOLBARS_NEW, MFT_STRING 105 END 106END 107 108IDM_BAND_MENU MENUEX 109BEGIN 110 MENUITEM "Sho&w title", IDM_BAND_TITLE 111 MENUITEM "&Close toolbar", IDM_BAND_CLOSE 112END 113 114IDM_POPUPMENU MENUEX DISCARDABLE 115BEGIN 116 POPUP "" 117 BEGIN 118 POPUP "&View", IDM_VIEW_MENU 119 BEGIN 120 MENUITEM "&Large Icons", IDM_LARGE_ICONS 121 MENUITEM "&Small Icons", IDM_SMALL_ICONS 122 END 123 MENUITEM "&Show Text", IDM_SHOW_TEXT 124 END 125END 126 127/* Dialogs */ 128 129IDD_PROGRESS_DLG DIALOGEX 0, 0, 260, 85 130STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU 131CAPTION "" 132FONT 8, "MS Shell Dlg" 133{ 134 CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 30 /* TODO: style */ 135 LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX 136 LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX 137 LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX 138 CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8 139 PUSHBUTTON "Annuler", IDCANCEL, 205, 65, 50, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE 140} 141 142IDD_CUSTOMIZETOOLBAREX DIALOGEX 0, 0, 357, 33 143STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION 144FONT 8, "MS Shell Dlg", 0, 0, 0x1 145BEGIN 146 LTEXT "Te&xt options:", -1, 4, 2, 48, 15 147 COMBOBOX IDC_TEXTOPTIONS, 52, 0, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP 148 LTEXT "Ico&n options:", -1, 4, 20, 48, 15 149 COMBOBOX IDC_ICONOPTIONS, 52, 18, 123, 57, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP 150END 151 152/* Accelerators */ 153 154IDR_ACCELERATORS ACCELERATORS 155BEGIN 156 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, NOINVERT 157 VK_F5, IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT 158 "R", IDM_VIEW_REFRESH, VIRTKEY, CONTROL, NOINVERT 159 VK_HOME, IDM_GOTO_HOMEPAGE, VIRTKEY, ALT, NOINVERT 160 "D", IDM_FAVORITES_ADDTOFAVORITES, VIRTKEY, CONTROL, NOINVERT 161 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT 162 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT 163 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT 164 VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT 165 VK_BACK, 41010, NOINVERT, VIRTKEY 166 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT 167 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT 168 "I", IDM_EXPLORERBAR_FAVORITES, VIRTKEY, CONTROL, NOINVERT 169 "H", IDM_EXPLORERBAR_HISTORY, VIRTKEY, CONTROL, NOINVERT 170END 171 172/* Strings */ 173 174STRINGTABLE 175BEGIN 176 IDS_CANCELLING "Annulation..." 177 IDS_REMAINING "Restant" 178END 179 180STRINGTABLE 181BEGIN 182 800 "Contains commands for manipulating the selected items." 183END 184 185STRINGTABLE 186BEGIN 187 864 "Contains edit commands." 188END 189 190STRINGTABLE 191BEGIN 192 928 "Contains commands for manipulating the view." 193END 194 195STRINGTABLE 196BEGIN 197 992 "Contains tools commands." 198END 199 200STRINGTABLE 201BEGIN 202 1056 "Contains commands for displaying Help." 203END 204 205STRINGTABLE 206BEGIN 207 9025 "Ferme la fenêtre." 208 9026 "Goes up one level." 209END 210 211STRINGTABLE 212BEGIN 213 9121 "Connects to a network drive." 214 9122 "Disconnects from a network drive." 215END 216 217STRINGTABLE 218BEGIN 219 9250 "Displays program information, version number, and copyright." 220 9252 "Displays information for debugging." 221END 222 223STRINGTABLE 224BEGIN 225 9281 "Goes to the previous page." 226 9282 "Goes to the next page." 227 9283 "Enables you to change settings." 228 9285 "Goes to your home page." 229END 230 231STRINGTABLE 232BEGIN 233 9362 "Ouvre le dossier des Favoris." 234 9363 "Ajoute la page en cours à votre liste des Favoris." 235END 236 237STRINGTABLE 238BEGIN 239 9505 "Affiche ou masque les barres d'outils." 240 9506 "Affiche ou masque la barre d'état." 241 9508 "Affiche la barre d'outils Boutons Standard." 242 9509 "Affiche la barre d'adresse." 243 9510 "Affiche la barre Quick Links." 244 9516 "Verrouille la taille et la position des barres d'outils." 245END 246 247STRINGTABLE 248BEGIN 249 9533 "Personnalise la barre d'outils." 250END 251 252STRINGTABLE 253BEGIN 254 9552 "Affiche ou masque une barre d'explorateur." 255 9553 "Affiche la barre de Recherche." 256 9554 "Affiche la barre des Favoris." 257 9555 "Affiche la barre d'Historique." 258 9557 "Affiche la barre des Dossiers." 259 9559 "Affiche la barre Média." 260END 261 262STRINGTABLE 263BEGIN 264 IDS_SMALLICONS "Small icons" 265 IDS_LARGEICONS "Large icons" 266 IDS_SHOWTEXTLABELS "Show text labels" 267END 268 269STRINGTABLE 270BEGIN 271 IDS_NOTEXTLABELS "No text labels" 272 IDS_SELECTIVETEXTONRIGHT "Selective text on right" 273END 274 275STRINGTABLE 276BEGIN 277 IDS_GOBUTTONLABEL "|Aller||" 278 IDS_GOBUTTONTIPTEMPLATE "Aller vers ""%s""" 279END 280 281STRINGTABLE 282BEGIN 283 IDS_SEARCHLABEL "Recherche" 284 IDS_ADDRESSBANDLABEL "A&dresse" 285END 286 287STRINGTABLE 288BEGIN 289 IDS_FOLDERSLABEL "Dossiers" 290END 291 292STRINGTABLE 293BEGIN 294 IDS_HISTORYTEXT "&Historique\tCtrl+H" 295END 296 297STRINGTABLE 298BEGIN 299 IDS_UP "Up" 300END 301 302STRINGTABLE 303BEGIN 304 IDS_BACK "Retour vers %s" 305 IDS_FORWARD "Avancer vers %s" 306END 307 308STRINGTABLE 309BEGIN 310 IDS_STANDARD_TOOLBAR, "|Retour|Avancer|Dossier parent|Recherche|Dossiers|Aller vers|Copier dans|Supprimer|Annuler|Affichage|Stop|Rafraîchir|Home|Map Drive|Déconnecter|Favoris|Historique|Plein écran|Propriétés|Couper|Copier|Coller|Options des dossiers||" 311END 312 313STRINGTABLE 314BEGIN 315 IDS_BROWSEFORNEWTOOLAR "Choose a folder" 316END 317