Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | " Menu Translations: Francais |
| 2 | " Maintainer: Adrien Beau <version.francaise@free.fr> |
| 3 | " First Version: Francois Thunus <thunus@systran.fr> |
| 4 | " Last Change: 2003 May 29 |
| 5 | |
| 6 | " Quit when menu translations have already been done. |
| 7 | if exists("did_menu_trans") |
| 8 | finish |
| 9 | endif |
| 10 | let did_menu_trans = 1 |
| 11 | |
| 12 | " The translations below are in latin1, but they work for cp1252 and |
| 13 | " iso-8859-15 without conversion as well. |
| 14 | if &enc != "cp1252" && &enc != "iso-8859-15" && &enc != "iso-8859-1" |
| 15 | scriptencoding latin1 |
| 16 | endif |
| 17 | |
| 18 | menutrans &Help &Aide |
| 19 | |
| 20 | menutrans &Overview<Tab><F1> &Sommaire<Tab><F1> |
| 21 | menutrans &User\ Manual &Manuel\ utilisateur |
| 22 | menutrans &How-to\ links &Tâches\ courantes |
| 23 | menutrans &Find\.\.\. Rec&hercher\.\.\. |
| 24 | " -sep1- |
| 25 | menutrans &Credits &Remerciements |
| 26 | menutrans Co&pying &License |
| 27 | menutrans O&rphans &Orphelins |
| 28 | " -sep2- |
| 29 | menutrans &Version &Version |
| 30 | menutrans &About À\ &propos\ de\ Vim |
| 31 | |
| 32 | let g:menutrans_help_dialog = "Entrez une commande ou un mot à rechercher dans l'aide.\n\nAjoutez i_ pour les commandes du mode Insertion (ex: i_CTRL-X)\nAjoutez c_ pour l'édition de la ligne de commande (ex: c_<Del>)\nEntourez les options avec des apostrophes (ex: 'shiftwidth')" |
| 33 | |
| 34 | |
| 35 | menutrans &File &Fichier |
| 36 | |
| 37 | menutrans &Open\.\.\.<Tab>:e &Ouvrir\.\.\.<Tab>:e |
| 38 | menutrans Sp&lit-Open\.\.\.<Tab>:sp Ouvrir\ à\ p&art\.\.\.<Tab>:sp |
| 39 | menutrans &New<Tab>:enew &Nouveau<Tab>:enew |
| 40 | menutrans &Close<Tab>:close &Fermer<Tab>:close |
| 41 | " -SEP1- |
| 42 | menutrans &Save<Tab>:w &Enregistrer<Tab>:w |
| 43 | menutrans Save\ &As\.\.\.<Tab>:sav Enregistrer\ &sous\.\.\.<Tab>:sav |
| 44 | " -SEP2- |
| 45 | menutrans Split\ &Diff\ with\.\.\. &Difference\ avec\.\.\. |
| 46 | "menutrans Split\ Patched\ &By\.\.\. &Patcher\ avec\.\.\. |
| 47 | menutrans Split\ Patched\ &By\.\.\. &Tester\ un\ patch\.\.\. |
| 48 | " -SEP3- |
| 49 | menutrans &Print &Imprimer |
| 50 | " -SEP4- |
| 51 | menutrans Sa&ve-Exit<Tab>:wqa En®istrer\ et\ quitter<Tab>:wqa |
| 52 | menutrans E&xit<Tab>:qa &Quitter<Tab>:qa |
| 53 | |
| 54 | |
| 55 | menutrans &Edit &Edition |
| 56 | |
| 57 | menutrans &Undo<Tab>u &Annuler<Tab>u |
| 58 | menutrans &Redo<Tab>^R Re&faire<Tab>^R |
| 59 | menutrans Rep&eat<Tab>\. R&épéter<Tab>\. |
| 60 | " -SEP1- |
| 61 | menutrans Cu&t<Tab>"+x Co&uper<Tab>"+x |
| 62 | menutrans &Copy<Tab>"+y Cop&ier<Tab>"+y |
| 63 | menutrans &Paste<Tab>"+gP C&oller<Tab>"+gP |
| 64 | menutrans Put\ &Before<Tab>[p Placer\ a&vant<Tab>[p |
| 65 | menutrans Put\ &After<Tab>]p Placer\ apr&ès<Tab>]p |
| 66 | menutrans &Delete<Tab>x Effa&cer<Tab>x |
| 67 | menutrans &Select\ all<Tab>ggVG &Sélectionner\ tout<Tab>ggVG |
| 68 | " -SEP2- |
| 69 | menutrans &Find\.\.\. Rec&hercher\.\.\. |
| 70 | menutrans Find\ and\ Rep&lace\.\.\. Re&mplacer\.\.\. |
| 71 | menutrans &Find<Tab>/ Rec&hercher<Tab>/ |
| 72 | menutrans Find\ and\ Rep&lace<Tab>:%s Re&mplacer<Tab>:%s |
| 73 | menutrans Find\ and\ Rep&lace<Tab>:s Re&mplacer<Tab>:s |
| 74 | " -SEP3- |
| 75 | menutrans Settings\ &Window Fe&nêtre\ des\ réglages |
| 76 | menutrans &Global\ Settings Réglages\ globau&x |
| 77 | |
| 78 | menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Surligner\ recherche\ on/off<Tab>:set\ hls! |
| 79 | menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Ignorer\ casse\ on/off<Tab>:set\ ic! |
| 80 | menutrans Toggle\ &Showmatch<Tab>:set\ sm! Vérifier\ parenth&èses\ on/off<Tab>:set\ sm! |
| 81 | |
| 82 | menutrans &Context\ lines Lignes\ &autour\ du\ curseur |
| 83 | |
| 84 | menutrans &Virtual\ Edit Édition\ &virtuelle |
| 85 | menutrans Never &Jamais |
| 86 | menutrans Block\ Selection &Sélection\ en\ bloc |
| 87 | menutrans Insert\ mode &Mode\ insertion |
| 88 | menutrans Block\ and\ Insert &Bloc\ et\ insertion |
| 89 | menutrans Always &Toujours |
| 90 | |
| 91 | menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! I&nsertion\ permanente\ on/off<Tab>:set\ im! |
| 92 | menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! &Compatibilité\ Vi\ on/off<Tab>:set\ cp! |
| 93 | menutrans Search\ &Path\.\.\. Chemin\ de\ rec&herche\ des\ fichiers\.\.\. |
| 94 | menutrans Ta&g\ Files\.\.\. Fichiers\ d'&étiquettes\.\.\. |
| 95 | " -SEP1- |
| 96 | menutrans Toggle\ &Toolbar Barre\ d'&outils\ on/off |
| 97 | menutrans Toggle\ &Bottom\ Scrollbar Ascenseur\ &horizontal\ on/off |
| 98 | menutrans Toggle\ &Left\ Scrollbar Ascenseur\ à\ ga&uche\ on/off |
| 99 | menutrans Toggle\ &Right\ Scrollbar Ascenseur\ à\ &droite\ on/off |
| 100 | |
| 101 | let g:menutrans_path_dialog = "Entrez le chemin de recherche des fichiers.\nSéparez les répertoires par des virgules." |
| 102 | let g:menutrans_tags_dialog = "Entrez les noms des fichiers d'étiquettes.\nSéparez les noms par des virgules." |
| 103 | |
| 104 | menutrans F&ile\ Settings Réglages\ fichie&r |
| 105 | |
| 106 | menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! &Numérotation\ on/off<Tab>:set\ nu! |
| 107 | menutrans Toggle\ &List\ Mode<Tab>:set\ list! Mode\ &listing\ on/off<Tab>:set\ list! |
| 108 | menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! &Retour\ à\ la\ ligne\ on/off<Tab>:set\ wrap! |
| 109 | menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! Retour\ sur\ &mot\ on/off<Tab>:set\ lbr! |
| 110 | menutrans Toggle\ &expand-tab<Tab>:set\ et! &Tab\.\ en\ espaces\ on/off<Tab>:set\ et! |
| 111 | menutrans Toggle\ &auto-indent<Tab>:set\ ai! Indentation\ &auto\.\ on/off<Tab>:set\ ai! |
| 112 | menutrans Toggle\ &C-indenting<Tab>:set\ cin! Indent\.\ langage\ &C\ on/off<Tab>:set\ cin! |
| 113 | " -SEP2- |
| 114 | menutrans &Shiftwidth Largeur\ des\ in&dentations |
| 115 | menutrans Soft\ &Tabstop &Pseudo-tabulations |
| 116 | menutrans Te&xt\ Width\.\.\. Largeur\ du\ te&xte\.\.\. |
| 117 | menutrans &File\ Format\.\.\. Format\ du\ &fichier\.\.\. |
| 118 | |
| 119 | let g:menutrans_textwidth_dialog = "Entrez la nouvelle largeur du texte\n(0 pour désactiver le formattage)." |
| 120 | let g:menutrans_fileformat_dialog = "Choisissez le format dans lequel écrire le fichier." |
| 121 | let g:menutrans_fileformat_choices = " &Unix \n &Dos \n &Mac \n &Annuler " |
| 122 | |
| 123 | menutrans C&olor\ Scheme &Jeu\ de\ couleurs |
| 124 | menutrans &Keymap &Type\ de\ clavier |
| 125 | menutrans None (aucun) |
| 126 | menutrans Select\ Fo&nt\.\.\. Sélectionner\ &police\.\.\. |
| 127 | |
| 128 | |
| 129 | menutrans &Tools &Outils |
| 130 | |
| 131 | menutrans &Jump\ to\ this\ tag<Tab>g^] &Atteindre\ cette\ étiquette<Tab>g^] |
| 132 | menutrans Jump\ &back<Tab>^T Repartir\ en\ arri&ère<Tab>^T |
| 133 | menutrans Build\ &Tags\ File &Générer\ fichier\ d'étiquettes |
| 134 | |
| 135 | " -SEP1- |
| 136 | menutrans &Folding &Replis |
| 137 | |
| 138 | menutrans &Enable/Disable\ folds<Tab>zi &Replis\ on/off<Tab>zi |
| 139 | menutrans &View\ Cursor\ Line<Tab>zv D&éplier\ ligne\ curseur<Tab>zv |
| 140 | menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx Tout\ plier\ &sauf\ ligne\ curseur<Tab>zMzx |
| 141 | menutrans C&lose\ more\ folds<Tab>zm Fermer\ &plus\ de\ replis<Tab>zm |
| 142 | menutrans &Close\ all\ folds<Tab>zM F&ermer\ tous\ les\ replis<Tab>zM |
| 143 | menutrans O&pen\ more\ folds<Tab>zr Ouvrir\ pl&us\ de\ replis<Tab>zr |
| 144 | menutrans &Open\ all\ folds<Tab>zR &Ouvrir\ tous\ les\ replis<Tab>zR |
| 145 | " -SEP1- |
| 146 | menutrans Fold\ Met&hod &Méthode\ de\ repli |
| 147 | |
| 148 | menutrans M&anual &Manuelle |
| 149 | menutrans I&ndent &Indentation |
| 150 | menutrans E&xpression &Expression |
| 151 | menutrans S&yntax &Syntaxe |
| 152 | menutrans &Diff &Différence |
| 153 | menutrans Ma&rker Ma&rqueurs |
| 154 | |
| 155 | menutrans Create\ &Fold<Tab>zf &Créer\ repli<Tab>zf |
| 156 | menutrans &Delete\ Fold<Tab>zd E&ffacer\ repli<Tab>zd |
| 157 | menutrans Delete\ &All\ Folds<Tab>zD Effacer\ &tous\ les\ replis<Tab>zD |
| 158 | " -SEP2- |
| 159 | menutrans Fold\ col&umn\ width &Largeur\ colonne\ replis |
| 160 | |
| 161 | menutrans &Diff &Différence |
| 162 | |
| 163 | menutrans &Update &Mettre\ à\ jour |
| 164 | menutrans &Get\ Block Corriger\ &ce\ tampon |
| 165 | menutrans &Put\ Block Corriger\ l'&autre\ tampon |
| 166 | |
| 167 | " -SEP2- |
| 168 | menutrans &Make<Tab>:make Lancer\ ma&ke<Tab>:make |
| 169 | menutrans &List\ Errors<Tab>:cl Lister\ &erreurs<Tab>:cl |
| 170 | menutrans L&ist\ Messages<Tab>:cl! Lister\ &messages<Tab>:cl! |
| 171 | menutrans &Next\ Error<Tab>:cn Erreur\ &suivante<Tab>:cn |
| 172 | menutrans &Previous\ Error<Tab>:cp Erreur\ pr&écédente<Tab>:cp |
| 173 | "menutrans &Older\ List<Tab>:cold A&ncienne\ liste<Tab>:cold |
| 174 | menutrans &Older\ List<Tab>:cold Liste\ &précédente<Tab>:cold |
| 175 | "menutrans N&ewer\ List<Tab>:cnew No&uvelle\ liste<Tab>:cnew |
| 176 | menutrans N&ewer\ List<Tab>:cnew Liste\ suivan&te<Tab>:cnew |
| 177 | |
| 178 | menutrans Error\ &Window &Fenêtre\ d'erreurs |
| 179 | |
| 180 | menutrans &Update<Tab>:cwin &Mettre\ à\ jour<Tab>:cwin |
| 181 | menutrans &Open<Tab>:copen &Ouvrir<Tab>:copen |
| 182 | menutrans &Close<Tab>:cclose &Fermer<Tab>:cclose |
| 183 | |
| 184 | " -SEP3- |
| 185 | menutrans &Convert\ to\ HEX<Tab>:%!xxd Convertir\ en\ he&xa<Tab>:%!xxd |
| 186 | menutrans Conve&rt\ back<Tab>:%!xxd\ -r Décon&vertir<Tab>:%!xxd\ -r |
| 187 | |
| 188 | menutrans &Set\ Compiler Type\ de\ &compilateur |
| 189 | |
| 190 | |
| 191 | menutrans &Buffers &Tampons |
| 192 | |
| 193 | menutrans Dummy Factice |
| 194 | menutrans &Refresh\ menu &Mettre\ ce\ menu\ à\ jour |
| 195 | menutrans &Delete &Effacer |
| 196 | menutrans &Alternate &Alterner |
| 197 | menutrans &Next &Suivant |
| 198 | menutrans &Previous &Précédent |
| 199 | " -SEP- |
| 200 | |
| 201 | menutrans &others au&tres |
| 202 | menutrans &u-z &uvwxyz |
| 203 | let g:menutrans_no_file = "[Aucun fichier]" |
| 204 | |
| 205 | |
| 206 | menutrans &Window Fe&nêtre |
| 207 | |
| 208 | menutrans &New<Tab>^Wn &Nouvelle\ fenêtre<Tab>^Wn |
| 209 | menutrans S&plit<Tab>^Ws &Fractionner<Tab>^Ws |
| 210 | menutrans Sp&lit\ To\ #<Tab>^W^^ Fractionner\ p&our\ #<Tab>^W^^ |
| 211 | menutrans Split\ &Vertically<Tab>^Wv Fractionner\ &verticalement<Tab>^Wv |
| 212 | menutrans Split\ File\ E&xplorer Fractionner\ &explorateur |
| 213 | " -SEP1- |
| 214 | menutrans &Close<Tab>^Wc Fer&mer<Tab>^Wc |
| 215 | menutrans Close\ &Other(s)<Tab>^Wo Fermer\ les\ &autres<Tab>^Wo |
| 216 | " -SEP2- |
| 217 | menutrans Move\ &To &Déplacer\ vers\ le |
| 218 | |
| 219 | menutrans &Top<Tab>^WK &Haut<Tab>^WK |
| 220 | menutrans &Bottom<Tab>^WJ &Bas<Tab>^WJ |
| 221 | menutrans &Left\ side<Tab>^WH Côté\ &gauche<Tab>^WH |
| 222 | menutrans &Right\ side<Tab>^WL Côté\ &droit<Tab>^WL |
| 223 | |
| 224 | menutrans Rotate\ &Up<Tab>^WR Rotation\ vers\ le\ &haut<Tab>^WR |
| 225 | menutrans Rotate\ &Down<Tab>^Wr Rotation\ vers\ le\ &bas<Tab>^Wr |
| 226 | " -SEP3- |
| 227 | menutrans &Equal\ Size<Tab>^W= Égaliser\ ta&illes<Tab>^W= |
| 228 | menutrans &Max\ Height<Tab>^W_ Hau&teur\ maximale<Tab>^W_ |
| 229 | menutrans M&in\ Height<Tab>^W1_ Ha&uteur\ minimale<Tab>^W1_ |
| 230 | menutrans Max\ &Width<Tab>^W\| &Largeur\ maximale<Tab>^W\| |
| 231 | menutrans Min\ Widt&h<Tab>^W1\| La&rgeur\ minimale<Tab>^W1\| |
| 232 | |
| 233 | |
| 234 | " PopUp |
| 235 | |
| 236 | menutrans &Undo &Annuler |
| 237 | " -SEP1- |
| 238 | menutrans Cu&t Co&uper |
| 239 | menutrans &Copy Cop&ier |
| 240 | menutrans &Paste C&oller |
| 241 | " &Buffers.&Delete overwrites this one |
| 242 | menutrans &Delete &Effacer |
| 243 | " -SEP2- |
| 244 | menutrans Select\ Blockwise Sélectionner\ &bloc |
| 245 | menutrans Select\ &Word Sélectionner\ &mot |
| 246 | menutrans Select\ &Line Sélectionner\ &ligne |
| 247 | menutrans Select\ &Block Sélectionner\ &bloc |
| 248 | menutrans Select\ &All Sélectionner\ &tout |
| 249 | |
| 250 | |
| 251 | " ToolBar |
| 252 | |
| 253 | menutrans Open Ouvrir |
| 254 | menutrans Save Enreg |
| 255 | menutrans SaveAll EnregTout |
| 256 | menutrans Print Imprimer |
| 257 | " -sep1- |
| 258 | menutrans Undo Annuler |
| 259 | menutrans Redo Refaire |
| 260 | " -sep2- |
| 261 | menutrans Cut Couper |
| 262 | menutrans Copy Copier |
| 263 | menutrans Paste Coller |
| 264 | " -sep3- |
| 265 | menutrans Find Chercher |
| 266 | menutrans FindNext CherchSuiv |
| 267 | menutrans FindPrev CherchPrec |
| 268 | menutrans Replace Remplacer |
| 269 | " -sep4- |
| 270 | menutrans New Nouvelle |
| 271 | menutrans WinSplit FenFract |
| 272 | menutrans WinMax FenMax |
| 273 | menutrans WinMin FenMin |
| 274 | menutrans WinVSplit FenVFract |
| 275 | menutrans WinMaxWidth FenMaxLarg |
| 276 | menutrans WinMinWidth FenMinLarg |
| 277 | menutrans WinClose FenFerme |
| 278 | " -sep5- |
| 279 | menutrans LoadSesn OuvrirSess |
| 280 | menutrans SaveSesn EnregSess |
| 281 | menutrans RunScript LancScript |
| 282 | " -sep6- |
| 283 | menutrans Make Make |
| 284 | menutrans RunCtags CréerEtiqu |
| 285 | menutrans TagJump AllerEtiqu |
| 286 | " -sep7- |
| 287 | menutrans Help Aide |
| 288 | menutrans FindHelp CherchAide |
| 289 | |
| 290 | fun! Do_toolbar_tmenu() |
| 291 | let did_toolbar_tmenu = 1 |
| 292 | tmenu ToolBar.Open Ouvrir fichier |
| 293 | tmenu ToolBar.Save Enregistrer fichier courant |
| 294 | tmenu ToolBar.SaveAll Enregistrer tous les fichiers |
| 295 | tmenu ToolBar.Print Imprimer |
| 296 | tmenu ToolBar.Undo Annuler |
| 297 | tmenu ToolBar.Redo Refaire |
| 298 | tmenu ToolBar.Cut Couper |
| 299 | tmenu ToolBar.Copy Copier |
| 300 | tmenu ToolBar.Paste Coller |
| 301 | if !has("gui_athena") |
| 302 | tmenu ToolBar.Find Rechercher |
| 303 | tmenu ToolBar.FindNext Chercher suivant |
| 304 | tmenu ToolBar.FindPrev Chercher précédent |
| 305 | tmenu ToolBar.Replace Remplacer |
| 306 | endif |
| 307 | if 0 " disabled; These are in the Windows menu |
| 308 | tmenu ToolBar.New Nouvelle fenêtre |
| 309 | tmenu ToolBar.WinSplit Fractionner fenêtre |
| 310 | tmenu ToolBar.WinMax Maximiser fenêtre |
| 311 | tmenu ToolBar.WinMin Minimiser fenêtre |
| 312 | tmenu ToolBar.WinVSplit Fractionner verticalement |
| 313 | tmenu ToolBar.WinMaxWidth Maximiser largeur fenêtre |
| 314 | tmenu ToolBar.WinMinWidth Minimiser largeur fenêtre |
| 315 | tmenu ToolBar.WinClose Fermer fenêtre |
| 316 | endif |
| 317 | tmenu ToolBar.LoadSesn Ouvrir session |
| 318 | tmenu ToolBar.SaveSesn Enregister session courante |
| 319 | tmenu ToolBar.RunScript Lancer un script Vim |
| 320 | tmenu ToolBar.Make Lancer make |
| 321 | tmenu ToolBar.RunCtags Créer les étiquettes |
| 322 | tmenu ToolBar.TagJump Atteindre cette étiquette |
| 323 | tmenu ToolBar.Help Aide de Vim |
| 324 | tmenu ToolBar.FindHelp Rechercher dans l'aide |
| 325 | endfun |
| 326 | |
| 327 | |
| 328 | menutrans &Syntax &Syntaxe |
| 329 | |
| 330 | menutrans &Manual &Manuelle |
| 331 | menutrans A&utomatic &Automatique |
| 332 | menutrans on/off\ for\ &This\ file On/off\ pour\ &ce\ fichier |
| 333 | |
| 334 | " The Start Of The Syntax Menu |
| 335 | menutrans ABC\ music\ notation ABC\ (notation\ musicale) |
| 336 | menutrans AceDB\ model Modèle\ AceDB |
| 337 | menutrans Apache\ config Config\.\ Apache |
| 338 | menutrans Apache-style\ config Config\.\ style\ Apache |
| 339 | menutrans ASP\ with\ VBScript ASP\ avec\ VBScript |
| 340 | menutrans ASP\ with\ Perl ASP\ avec\ Perl |
| 341 | menutrans Assembly Assembleur |
| 342 | menutrans BC\ calculator Calculateur\ BC |
| 343 | menutrans BDF\ font Fonte\ BDF |
| 344 | menutrans BIND\ config Config\.\ BIND |
| 345 | menutrans BIND\ zone Zone\ BIND |
| 346 | menutrans Cascading\ Style\ Sheets Feuilles\ de\ style\ en\ cascade |
| 347 | menutrans Cfg\ Config\ file Fichier\ de\ config\.\ \.cfg |
| 348 | menutrans Cheetah\ template Patron\ Cheetah |
| 349 | menutrans commit\ file Fichier\ commit |
| 350 | menutrans Generic\ Config\ file Fichier\ de\ config\.\ générique |
| 351 | menutrans Digital\ Command\ Lang DCL |
| 352 | menutrans DNS/BIND\ zone Zone\ BIND/DNS |
| 353 | menutrans Dylan\ interface Interface |
| 354 | menutrans Dylan\ lid LID |
| 355 | menutrans Elm\ filter\ rules Règles\ de\ filtrage\ Elm |
| 356 | menutrans ERicsson\ LANGuage Erlang\ (langage\ Ericsson) |
| 357 | menutrans Essbase\ script Script\ Essbase |
| 358 | menutrans Eterm\ config Config\.\ Eterm |
| 359 | menutrans Exim\ conf Config\.\ Exim |
| 360 | menutrans Fvwm\ configuration Config\.\ Fvwm |
| 361 | menutrans Fvwm2\ configuration Config\.\ Fvwm2 |
| 362 | menutrans Fvwm2\ configuration\ with\ M4 Config\.\ Fvwm2\ avec\ M4 |
| 363 | menutrans GDB\ command\ file Fichier\ de\ commandes\ GDB |
| 364 | menutrans HTML\ with\ M4 HTML\ avec\ M4 |
| 365 | menutrans Cheetah\ HTML\ template Patron\ Cheetah\ pour\ HTML |
| 366 | menutrans IDL\Generic\ IDL IDL\IDL\ générique |
| 367 | menutrans IDL\Microsoft\ IDL IDL\IDL\ Microsoft |
| 368 | menutrans Indent\ profile Profil\ Indent |
| 369 | menutrans Inno\ setup Config\.\ Inno |
| 370 | menutrans InstallShield\ script Script\ InstallShield |
| 371 | menutrans KDE\ script Script\ KDE |
| 372 | menutrans LFTP\ config Config\.\ LFTP |
| 373 | menutrans LifeLines\ script Script\ LifeLines |
| 374 | menutrans Lynx\ Style Style\ Lynx |
| 375 | menutrans Lynx\ config Config\.\ Lynx |
| 376 | menutrans Man\ page Page\ Man |
| 377 | menutrans MEL\ (for\ Maya) MEL\ (pour\ Maya) |
| 378 | menutrans 4DOS\ \.bat\ file Fichier\ \.bat\ 4DOS |
| 379 | menutrans \.bat\/\.cmd\ file Fichier\ \.bat\ /\ \.cmd |
| 380 | menutrans \.ini\ file Fichier\ \.ini |
| 381 | menutrans Module\ Definition Définition\ de\ module |
| 382 | menutrans Registry Extrait\ du\ registre |
| 383 | menutrans Resource\ file Fichier\ de\ ressources |
| 384 | menutrans Novell\ NCF\ batch Batch\ Novell\ NCF |
| 385 | menutrans NSIS\ script Script\ NSIS |
| 386 | menutrans Oracle\ config Config\.\ Oracle |
| 387 | menutrans Palm\ resource\ compiler Compil\.\ de\ resources\ Palm |
| 388 | menutrans PHP\ 3-4 PHP\ 3\ et\ 4 |
| 389 | menutrans Postfix\ main\ config Config\.\ Postfix |
| 390 | menutrans Povray\ scene\ descr Scène\ Povray |
| 391 | menutrans Povray\ configuration Config\.\ Povray |
| 392 | menutrans Purify\ log Log\ Purify |
| 393 | menutrans Readline\ config Config\.\ Readline |
| 394 | menutrans RCS\ log\ output Log\ RCS |
| 395 | menutrans RCS\ file Fichier\ RCS |
| 396 | menutrans RockLinux\ package\ desc\. Desc\.\ pkg\.\ RockLinux |
| 397 | menutrans Samba\ config Config\.\ Samba |
| 398 | menutrans SGML\ catalog Catalogue\ SGML |
| 399 | menutrans SGML\ DTD DTD\ SGML |
| 400 | menutrans SGML\ Declaration Déclaration\ SGML |
| 401 | menutrans Shell\ script Script\ shell |
| 402 | menutrans sh\ and\ ksh sh\ et\ ksh |
| 403 | menutrans Sinda\ compare Comparaison\ Sinda |
| 404 | menutrans Sinda\ input Entrée\ Sinda |
| 405 | menutrans Sinda\ output Sortie\ Sinda |
| 406 | menutrans SKILL\ for\ Diva SKILL\ pour\ Diva |
| 407 | menutrans Smarty\ Templates Patrons\ Smarty |
| 408 | menutrans SNNS\ network Réseau\ SNNS |
| 409 | menutrans SNNS\ pattern Motif\ SNNS |
| 410 | menutrans SNNS\ result Résultat\ SNNS |
| 411 | menutrans Snort\ Configuration Config\.\ Snort |
| 412 | menutrans Squid\ config Config\.\ Squid |
| 413 | menutrans Subversion\ commit Commit\ Subversion |
| 414 | menutrans TAK\ compare Comparaison\ TAK |
| 415 | menutrans TAK\ input Entrée\ TAK |
| 416 | menutrans TAK\ output Sortie\ TAK |
| 417 | menutrans TeX\ configuration Config\.\ TeX |
| 418 | menutrans TF\ mud\ client TF\ (client\ MUD) |
| 419 | menutrans Tidy\ configuration Config\.\ Tidy |
| 420 | menutrans Trasys\ input Entrée\ Trasys |
| 421 | menutrans Command\ Line Ligne\ de\ commande |
| 422 | menutrans Geometry Géométrie |
| 423 | menutrans Optics Optiques |
| 424 | menutrans Vim\ help\ file Fichier\ d'aide\ Vim |
| 425 | menutrans Vim\ script Script\ Vim |
| 426 | menutrans Viminfo\ file Fichier\ Viminfo |
| 427 | menutrans Virata\ config Config\.\ Virata |
| 428 | menutrans Wget\ config Config\.\ wget |
| 429 | menutrans Whitespace\ (add) Espaces\ et\ tabulations |
| 430 | menutrans WildPackets\ EtherPeek\ Decoder Décodeur\ WildPackets\ EtherPeek |
| 431 | menutrans X\ resources Resources\ X |
| 432 | menutrans XXD\ hex\ dump Sortie\ hexa\.\ de\ xxd |
| 433 | menutrans XFree86\ Config Config\.\ XFree86 |
| 434 | " The End Of The Syntax Menu |
| 435 | |
| 436 | menutrans &Show\ filetypes\ in\ menu &Afficher\ tout\ le\ menu |
| 437 | " -SEP1- |
| 438 | menutrans Set\ '&syntax'\ only Changer\ '&syntax'\ seulement |
| 439 | menutrans Set\ '&filetype'\ too Changer\ '&filetype'\ aussi |
| 440 | menutrans &Off &Off |
| 441 | " -SEP3- |
| 442 | menutrans Co&lor\ test Tester\ les\ co&uleurs |
| 443 | menutrans &Highlight\ test Tester\ les\ g&roupes\ de\ surlignage |
| 444 | menutrans &Convert\ to\ HTML Con&vertir\ en\ HTML |