474 lines
18 KiB
VimL
474 lines
18 KiB
VimL
|
" Menu Translations: Francais
|
|||
|
" Maintainer: Adrien Beau <version.francaise@free.fr>
|
|||
|
" First Version: Francois Thunus <thunus@systran.fr>
|
|||
|
" Last Modification: David Blanchet <david.blanchet@free.fr>
|
|||
|
" Last Change: 2018 Apr 25
|
|||
|
|
|||
|
" Quit when menu translations have already been done.
|
|||
|
if exists("did_menu_trans")
|
|||
|
finish
|
|||
|
endif
|
|||
|
let did_menu_trans = 1
|
|||
|
let s:keepcpo= &cpo
|
|||
|
set cpo&vim
|
|||
|
|
|||
|
" The translations below are in latin1, but they work for cp1252 and
|
|||
|
" iso-8859-15 without conversion as well.
|
|||
|
if &enc != "cp1252" && &enc != "iso-8859-15" && &enc != "iso-8859-1"
|
|||
|
scriptencoding latin1
|
|||
|
endif
|
|||
|
|
|||
|
menutrans &Help &Aide
|
|||
|
|
|||
|
menutrans &Overview<Tab><F1> &Sommaire<Tab><F1>
|
|||
|
menutrans &User\ Manual &Manuel\ utilisateur
|
|||
|
menutrans &How-to\ links &T<EFBFBD>ches\ courantes
|
|||
|
menutrans &Find\.\.\. Rec&hercher\.\.\.
|
|||
|
" -sep1-
|
|||
|
menutrans &Credits &Remerciements
|
|||
|
menutrans Co&pying &License
|
|||
|
menutrans &Sponsor/Register Sponsor/&Enregistrement
|
|||
|
menutrans O&rphans &Orphelins
|
|||
|
" -sep2-
|
|||
|
menutrans &Version &Version
|
|||
|
menutrans &About <09>\ &propos\ de\ Vim
|
|||
|
|
|||
|
let g:menutrans_help_dialog = "Entrez une commande ou un mot <20> rechercher dans l'aide.\n\nAjoutez i_ pour les commandes du mode Insertion (ex: i_CTRL-X)\nAjoutez c_ pour l'<27>dition de la ligne de commande (ex: c_<Del>)\nEntourez les options avec des apostrophes (ex: 'shiftwidth')"
|
|||
|
|
|||
|
|
|||
|
menutrans &File &Fichier
|
|||
|
|
|||
|
menutrans &Open\.\.\.<Tab>:e &Ouvrir\.\.\.<Tab>:e
|
|||
|
menutrans Sp&lit-Open\.\.\.<Tab>:sp Ouvrir\ <20>\ p&art\.\.\.<Tab>:sp
|
|||
|
menutrans Open\ Tab\.\.\.<Tab>:tabnew Ouvrir\ dans\ un\ onglet\.\.\.<Tab>:tabnew
|
|||
|
menutrans &New<Tab>:enew &Nouveau<Tab>:enew
|
|||
|
menutrans &Close<Tab>:close &Fermer<Tab>:close
|
|||
|
" -SEP1-
|
|||
|
menutrans &Save<Tab>:w &Enregistrer<Tab>:w
|
|||
|
menutrans Save\ &As\.\.\.<Tab>:sav Enregistrer\ &sous\.\.\.<Tab>:sav
|
|||
|
" -SEP2-
|
|||
|
menutrans Split\ &Diff\ with\.\.\. &Diff<EFBFBD>rence\ avec\.\.\.
|
|||
|
"menutrans Split\ Patched\ &By\.\.\. &Patcher\ avec\.\.\.
|
|||
|
menutrans Split\ Patched\ &By\.\.\. &Tester\ un\ patch\.\.\.
|
|||
|
" -SEP3-
|
|||
|
menutrans &Print &Imprimer
|
|||
|
" -SEP4-
|
|||
|
menutrans Sa&ve-Exit<Tab>:wqa En®istrer\ et\ quitter<Tab>:wqa
|
|||
|
menutrans E&xit<Tab>:qa &Quitter<Tab>:qa
|
|||
|
|
|||
|
|
|||
|
menutrans &Edit &Edition
|
|||
|
|
|||
|
menutrans &Undo<Tab>u &Annuler<Tab>u
|
|||
|
menutrans &Redo<Tab>^R Re&faire<Tab>^R
|
|||
|
menutrans Rep&eat<Tab>\. R&<26>p<EFBFBD>ter<Tab>\.
|
|||
|
" -SEP1-
|
|||
|
menutrans Cu&t<Tab>"+x Co&uper<Tab>"+x
|
|||
|
menutrans &Copy<Tab>"+y Cop&ier<Tab>"+y
|
|||
|
menutrans &Paste<Tab>"+gP C&oller<Tab>"+gP
|
|||
|
menutrans Put\ &Before<Tab>[p Placer\ a&vant<Tab>[p
|
|||
|
menutrans Put\ &After<Tab>]p Placer\ apr&<26>s<Tab>]p
|
|||
|
menutrans &Delete<Tab>x Effa&cer<Tab>x
|
|||
|
menutrans &Select\ All<Tab>ggVG &S<EFBFBD>lectionner\ tout<Tab>ggVG
|
|||
|
" -SEP2-
|
|||
|
menutrans &Find\.\.\. Rec&hercher\.\.\.
|
|||
|
menutrans Find\ and\ Rep&lace\.\.\. Re&mplacer\.\.\.
|
|||
|
menutrans &Find<Tab>/ Rec&hercher<Tab>/
|
|||
|
menutrans Find\ and\ Rep&lace<Tab>:%s Re&mplacer<Tab>:%s
|
|||
|
menutrans Find\ and\ Rep&lace<Tab>:s Re&mplacer<Tab>:s
|
|||
|
" -SEP3-
|
|||
|
menutrans Settings\ &Window Fe&n<EFBFBD>tre\ des\ r<EFBFBD>glages
|
|||
|
menutrans &Global\ Settings R<EFBFBD>glages\ globau&x
|
|||
|
|
|||
|
menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Surligner\ recherche\ on/off<Tab>:set\ hls!
|
|||
|
menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Ignorer\ casse\ on/off<Tab>:set\ ic!
|
|||
|
menutrans Toggle\ &Showmatch<Tab>:set\ sm! V<EFBFBD>rifier\ parenth&<26>ses\ on/off<Tab>:set\ sm!
|
|||
|
|
|||
|
menutrans &Context\ lines Lignes\ &autour\ du\ curseur
|
|||
|
|
|||
|
menutrans &Virtual\ Edit <09>dition\ &virtuelle
|
|||
|
menutrans Never &Jamais
|
|||
|
menutrans Block\ Selection &S<EFBFBD>lection\ en\ bloc
|
|||
|
menutrans Insert\ mode &Mode\ insertion
|
|||
|
menutrans Block\ and\ Insert &Bloc\ et\ insertion
|
|||
|
menutrans Always &Toujours
|
|||
|
|
|||
|
menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! I&nsertion\ permanente\ on/off<Tab>:set\ im!
|
|||
|
menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! &Compatibilit<EFBFBD>\ Vi\ on/off<Tab>:set\ cp!
|
|||
|
menutrans Search\ &Path\.\.\. Chemin\ de\ rec&herche\ des\ fichiers\.\.\.
|
|||
|
menutrans Ta&g\ Files\.\.\. Fichiers\ d'&<26>tiquettes\.\.\.
|
|||
|
" -SEP1-
|
|||
|
menutrans Toggle\ &Toolbar Barre\ d'&outils\ on/off
|
|||
|
menutrans Toggle\ &Bottom\ Scrollbar Ascenseur\ &horizontal\ on/off
|
|||
|
menutrans Toggle\ &Left\ Scrollbar Ascenseur\ <20>\ ga&uche\ on/off
|
|||
|
menutrans Toggle\ &Right\ Scrollbar Ascenseur\ <20>\ &droite\ on/off
|
|||
|
|
|||
|
let g:menutrans_path_dialog = "Entrez le chemin de recherche des fichiers.\nS<6E>parez les r<>pertoires par des virgules."
|
|||
|
let g:menutrans_tags_dialog = "Entrez les noms des fichiers d'<27>tiquettes.\nS<6E>parez les noms par des virgules."
|
|||
|
|
|||
|
menutrans F&ile\ Settings R<EFBFBD>glages\ fichie&r
|
|||
|
|
|||
|
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! &Num<EFBFBD>rotation\ on/off<Tab>:set\ nu!
|
|||
|
menutrans Toggle\ &List\ Mode<Tab>:set\ list! Mode\ &listing\ on/off<Tab>:set\ list!
|
|||
|
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! &Retour\ <20>\ la\ ligne\ on/off<Tab>:set\ wrap!
|
|||
|
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! Retour\ sur\ &mot\ on/off<Tab>:set\ lbr!
|
|||
|
menutrans Toggle\ &expand-tab<Tab>:set\ et! &Tab\.\ en\ espaces\ on/off<Tab>:set\ et!
|
|||
|
menutrans Toggle\ &auto-indent<Tab>:set\ ai! Indentation\ &auto\.\ on/off<Tab>:set\ ai!
|
|||
|
menutrans Toggle\ &C-indenting<Tab>:set\ cin! Indent\.\ langage\ &C\ on/off<Tab>:set\ cin!
|
|||
|
" -SEP2-
|
|||
|
menutrans &Shiftwidth Largeur\ des\ in&dentations
|
|||
|
menutrans Soft\ &Tabstop &Pseudo-tabulations
|
|||
|
menutrans Te&xt\ Width\.\.\. Largeur\ du\ te&xte\.\.\.
|
|||
|
menutrans &File\ Format\.\.\. Format\ du\ &fichier\.\.\.
|
|||
|
|
|||
|
let g:menutrans_textwidth_dialog = "Entrez la nouvelle largeur du texte\n(0 pour d<>sactiver le formatage)."
|
|||
|
let g:menutrans_fileformat_dialog = "Choisissez le format dans lequel <20>crire le fichier."
|
|||
|
let g:menutrans_fileformat_choices = " &Unix \n &Dos \n &Mac \n &Annuler "
|
|||
|
|
|||
|
menutrans C&olor\ Scheme &Jeu\ de\ couleurs
|
|||
|
menutrans &Keymap &Type\ de\ clavier
|
|||
|
menutrans None (aucun)
|
|||
|
menutrans Select\ Fo&nt\.\.\. S<EFBFBD>lectionner\ &police\.\.\.
|
|||
|
|
|||
|
|
|||
|
menutrans &Tools &Outils
|
|||
|
|
|||
|
menutrans &Jump\ to\ this\ tag<Tab>g^] &Atteindre\ cette\ <20>tiquette<Tab>g^]
|
|||
|
menutrans Jump\ &back<Tab>^T Repartir\ en\ arri&<26>re<Tab>^T
|
|||
|
menutrans Build\ &Tags\ File &G<EFBFBD>n<EFBFBD>rer\ fichier\ d'<27>tiquettes
|
|||
|
|
|||
|
" -SEP1-
|
|||
|
menutrans &Spelling &Orthographe
|
|||
|
menutrans &Spell\ Check\ On &Activer
|
|||
|
menutrans Spell\ Check\ &Off &D<EFBFBD>sactiver
|
|||
|
menutrans To\ &Next\ error<Tab>]s <09>\ l'erreur\ &suivante<Tab>]s
|
|||
|
menutrans To\ &Previous\ error<Tab>[s <09>\ l'erreur\ &pr<EFBFBD>c<EFBFBD>dente<Tab>[s
|
|||
|
menutrans Suggest\ &Corrections<Tab>z= Sugg<EFBFBD>rer\ &correction<Tab>z=
|
|||
|
menutrans &Repeat\ correction<Tab>:spellrepall &Reporter\ la\ correction<Tab>:spellrepall
|
|||
|
|
|||
|
an 40.335.205 &Tools.&Spelling.Fran<EFBFBD>ais\ (fr) :set spl=fr spell<CR>
|
|||
|
menutrans Set\ language\ to\ "en" Anglais
|
|||
|
menutrans Set\ language\ to\ "en_au" Anglais\ (en_au)
|
|||
|
menutrans Set\ language\ to\ "en_ca" Anglais\ (en_ca)
|
|||
|
menutrans Set\ language\ to\ "en_gb" Anglais\ (en_gb)
|
|||
|
menutrans Set\ language\ to\ "en_nz" Anglais\ (en_nz)
|
|||
|
menutrans Set\ language\ to\ "en_us" Anglais\ (en_us)
|
|||
|
|
|||
|
menutrans &Find\ More\ Languages &Trouver\ d'autres\ langues
|
|||
|
|
|||
|
|
|||
|
|
|||
|
menutrans &Folding &Replis
|
|||
|
|
|||
|
menutrans &Enable/Disable\ folds<Tab>zi &Replis\ on/off<Tab>zi
|
|||
|
menutrans &View\ Cursor\ Line<Tab>zv D&<26>plier\ ligne\ curseur<Tab>zv
|
|||
|
menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx Tout\ plier\ &sauf\ ligne\ curseur<Tab>zMzx
|
|||
|
menutrans C&lose\ more\ folds<Tab>zm Fermer\ &plus\ de\ replis<Tab>zm
|
|||
|
menutrans &Close\ all\ folds<Tab>zM F&ermer\ tous\ les\ replis<Tab>zM
|
|||
|
menutrans O&pen\ more\ folds<Tab>zr Ouvrir\ pl&us\ de\ replis<Tab>zr
|
|||
|
menutrans &Open\ all\ folds<Tab>zR &Ouvrir\ tous\ les\ replis<Tab>zR
|
|||
|
" -SEP1-
|
|||
|
menutrans Fold\ Met&hod &M<EFBFBD>thode\ de\ repli
|
|||
|
|
|||
|
menutrans M&anual &Manuelle
|
|||
|
menutrans I&ndent &Indentation
|
|||
|
menutrans E&xpression &Expression
|
|||
|
menutrans S&yntax &Syntaxe
|
|||
|
menutrans &Diff &Diff<EFBFBD>rence
|
|||
|
menutrans Ma&rker Ma&rqueurs
|
|||
|
|
|||
|
menutrans Create\ &Fold<Tab>zf &Cr<EFBFBD>er\ repli<Tab>zf
|
|||
|
menutrans &Delete\ Fold<Tab>zd E&ffacer\ repli<Tab>zd
|
|||
|
menutrans Delete\ &All\ Folds<Tab>zD Effacer\ &tous\ les\ replis<Tab>zD
|
|||
|
" -SEP2-
|
|||
|
menutrans Fold\ col&umn\ width &Largeur\ colonne\ replis
|
|||
|
|
|||
|
menutrans &Diff &Diff<EFBFBD>rence
|
|||
|
|
|||
|
menutrans &Update &Mettre\ <20>\ jour
|
|||
|
menutrans &Get\ Block Corriger\ &ce\ tampon
|
|||
|
menutrans &Put\ Block Corriger\ l'&autre\ tampon
|
|||
|
|
|||
|
" -SEP2-
|
|||
|
menutrans &Make<Tab>:make Lancer\ ma&ke<Tab>:make
|
|||
|
menutrans &List\ Errors<Tab>:cl Lister\ &erreurs<Tab>:cl
|
|||
|
menutrans L&ist\ Messages<Tab>:cl! Lister\ &messages<Tab>:cl!
|
|||
|
menutrans &Next\ Error<Tab>:cn Erreur\ &suivante<Tab>:cn
|
|||
|
menutrans &Previous\ Error<Tab>:cp Erreur\ pr&<26>c<EFBFBD>dente<Tab>:cp
|
|||
|
"menutrans &Older\ List<Tab>:cold A&ncienne\ liste<Tab>:cold
|
|||
|
menutrans &Older\ List<Tab>:cold Liste\ &pr<EFBFBD>c<EFBFBD>dente<Tab>:cold
|
|||
|
"menutrans N&ewer\ List<Tab>:cnew No&uvelle\ liste<Tab>:cnew
|
|||
|
menutrans N&ewer\ List<Tab>:cnew Liste\ suivan&te<Tab>:cnew
|
|||
|
|
|||
|
menutrans Error\ &Window &Fen<EFBFBD>tre\ d'erreurs
|
|||
|
|
|||
|
menutrans &Update<Tab>:cwin &Mettre\ <20>\ jour<Tab>:cwin
|
|||
|
menutrans &Open<Tab>:copen &Ouvrir<Tab>:copen
|
|||
|
menutrans &Close<Tab>:cclose &Fermer<Tab>:cclose
|
|||
|
|
|||
|
" -SEP3-
|
|||
|
menutrans &Convert\ to\ HEX<Tab>:%!xxd Convertir\ en\ he&xa<Tab>:%!xxd
|
|||
|
menutrans Conve&rt\ back<Tab>:%!xxd\ -r D<EFBFBD>con&vertir<Tab>:%!xxd\ -r
|
|||
|
|
|||
|
menutrans Se&T\ Compiler &Type\ de\ compilateur
|
|||
|
|
|||
|
|
|||
|
menutrans &Buffers &Tampons
|
|||
|
|
|||
|
menutrans Dummy Factice
|
|||
|
menutrans &Refresh\ menu &Mettre\ ce\ menu\ <20>\ jour
|
|||
|
menutrans &Delete &Effacer
|
|||
|
menutrans &Alternate &Alterner
|
|||
|
menutrans &Next &Suivant
|
|||
|
menutrans &Previous &Pr<EFBFBD>c<EFBFBD>dent
|
|||
|
" -SEP-
|
|||
|
|
|||
|
menutrans &others au&tres
|
|||
|
menutrans &u-z &uvwxyz
|
|||
|
let g:menutrans_no_file = "[Aucun fichier]"
|
|||
|
|
|||
|
|
|||
|
menutrans &Window Fe&n<EFBFBD>tre
|
|||
|
|
|||
|
menutrans &New<Tab>^Wn &Nouvelle\ fen<EFBFBD>tre<Tab>^Wn
|
|||
|
menutrans S&plit<Tab>^Ws &Fractionner<Tab>^Ws
|
|||
|
menutrans Sp&lit\ To\ #<Tab>^W^^ Fractionner\ p&our\ #<Tab>^W^^
|
|||
|
menutrans Split\ &Vertically<Tab>^Wv Fractionner\ &verticalement<Tab>^Wv
|
|||
|
menutrans Split\ File\ E&xplorer Fractionner\ &explorateur
|
|||
|
" -SEP1-
|
|||
|
menutrans &Close<Tab>^Wc Fer&mer<Tab>^Wc
|
|||
|
menutrans Close\ &Other(s)<Tab>^Wo Fermer\ les\ &autres<Tab>^Wo
|
|||
|
" -SEP2-
|
|||
|
menutrans Move\ &To &D<EFBFBD>placer\ vers\ le
|
|||
|
|
|||
|
menutrans &Top<Tab>^WK &Haut<Tab>^WK
|
|||
|
menutrans &Bottom<Tab>^WJ &Bas<Tab>^WJ
|
|||
|
menutrans &Left\ side<Tab>^WH C<EFBFBD>t<EFBFBD>\ &gauche<Tab>^WH
|
|||
|
menutrans &Right\ side<Tab>^WL C<EFBFBD>t<EFBFBD>\ &droit<Tab>^WL
|
|||
|
|
|||
|
menutrans Rotate\ &Up<Tab>^WR Rotation\ vers\ le\ &haut<Tab>^WR
|
|||
|
menutrans Rotate\ &Down<Tab>^Wr Rotation\ vers\ le\ &bas<Tab>^Wr
|
|||
|
" -SEP3-
|
|||
|
menutrans &Equal\ Size<Tab>^W= <09>galiser\ ta&illes<Tab>^W=
|
|||
|
menutrans &Max\ Height<Tab>^W_ Hau&teur\ maximale<Tab>^W_
|
|||
|
menutrans M&in\ Height<Tab>^W1_ Ha&uteur\ minimale<Tab>^W1_
|
|||
|
menutrans Max\ &Width<Tab>^W\| &Largeur\ maximale<Tab>^W\|
|
|||
|
menutrans Min\ Widt&h<Tab>^W1\| La&rgeur\ minimale<Tab>^W1\|
|
|||
|
|
|||
|
|
|||
|
" PopUp
|
|||
|
|
|||
|
menutrans &Undo &Annuler
|
|||
|
" -SEP1-
|
|||
|
menutrans Cu&t Co&uper
|
|||
|
menutrans &Copy Cop&ier
|
|||
|
menutrans &Paste C&oller
|
|||
|
" &Buffers.&Delete overwrites this one
|
|||
|
menutrans &Delete &Effacer
|
|||
|
" -SEP2-
|
|||
|
menutrans Select\ Blockwise S<EFBFBD>lectionner\ &bloc
|
|||
|
menutrans Select\ &Word S<EFBFBD>lectionner\ &mot
|
|||
|
menutrans Select\ &Line S<EFBFBD>lectionner\ &ligne
|
|||
|
menutrans Select\ &Block S<EFBFBD>lectionner\ &bloc
|
|||
|
menutrans Select\ &All S<EFBFBD>lectionner\ &tout
|
|||
|
|
|||
|
|
|||
|
" ToolBar
|
|||
|
|
|||
|
menutrans Open Ouvrir
|
|||
|
menutrans Save Enreg
|
|||
|
menutrans SaveAll EnregTout
|
|||
|
menutrans Print Imprimer
|
|||
|
" -sep1-
|
|||
|
menutrans Undo Annuler
|
|||
|
menutrans Redo Refaire
|
|||
|
" -sep2-
|
|||
|
menutrans Cut Couper
|
|||
|
menutrans Copy Copier
|
|||
|
menutrans Paste Coller
|
|||
|
" -sep3-
|
|||
|
menutrans Find Chercher
|
|||
|
menutrans FindNext CherchSuiv
|
|||
|
menutrans FindPrev CherchPrec
|
|||
|
menutrans Replace Remplacer
|
|||
|
" -sep4-
|
|||
|
menutrans New Nouvelle
|
|||
|
menutrans WinSplit FenFract
|
|||
|
menutrans WinMax FenMax
|
|||
|
menutrans WinMin FenMin
|
|||
|
menutrans WinVSplit FenVFract
|
|||
|
menutrans WinMaxWidth FenMaxLarg
|
|||
|
menutrans WinMinWidth FenMinLarg
|
|||
|
menutrans WinClose FenFerme
|
|||
|
" -sep5-
|
|||
|
menutrans LoadSesn OuvrirSess
|
|||
|
menutrans SaveSesn EnregSess
|
|||
|
menutrans RunScript LancScript
|
|||
|
" -sep6-
|
|||
|
menutrans Make Make
|
|||
|
menutrans RunCtags Cr<EFBFBD>erEtiqu
|
|||
|
menutrans TagJump AllerEtiqu
|
|||
|
" -sep7-
|
|||
|
menutrans Help Aide
|
|||
|
menutrans FindHelp CherchAide
|
|||
|
|
|||
|
fun! Do_toolbar_tmenu()
|
|||
|
let did_toolbar_tmenu = 1
|
|||
|
tmenu ToolBar.Open Ouvrir fichier
|
|||
|
tmenu ToolBar.Save Enregistrer fichier courant
|
|||
|
tmenu ToolBar.SaveAll Enregistrer tous les fichiers
|
|||
|
tmenu ToolBar.Print Imprimer
|
|||
|
tmenu ToolBar.Undo Annuler
|
|||
|
tmenu ToolBar.Redo Refaire
|
|||
|
tmenu ToolBar.Cut Couper
|
|||
|
tmenu ToolBar.Copy Copier
|
|||
|
tmenu ToolBar.Paste Coller
|
|||
|
if !has("gui_athena")
|
|||
|
tmenu ToolBar.Find Rechercher
|
|||
|
tmenu ToolBar.FindNext Chercher suivant
|
|||
|
tmenu ToolBar.FindPrev Chercher pr<EFBFBD>c<EFBFBD>dent
|
|||
|
tmenu ToolBar.Replace Remplacer
|
|||
|
endif
|
|||
|
if 0 " disabled; These are in the Windows menu
|
|||
|
tmenu ToolBar.New Nouvelle fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinSplit Fractionner fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinMax Maximiser fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinMin Minimiser fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinVSplit Fractionner verticalement
|
|||
|
tmenu ToolBar.WinMaxWidth Maximiser largeur fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinMinWidth Minimiser largeur fen<EFBFBD>tre
|
|||
|
tmenu ToolBar.WinClose Fermer fen<EFBFBD>tre
|
|||
|
endif
|
|||
|
tmenu ToolBar.LoadSesn Ouvrir session
|
|||
|
tmenu ToolBar.SaveSesn Enregistrer session courante
|
|||
|
tmenu ToolBar.RunScript Lancer un script Vim
|
|||
|
tmenu ToolBar.Make Lancer make
|
|||
|
tmenu ToolBar.RunCtags Cr<EFBFBD>er les <20>tiquettes
|
|||
|
tmenu ToolBar.TagJump Atteindre cette <20>tiquette
|
|||
|
tmenu ToolBar.Help Aide de Vim
|
|||
|
tmenu ToolBar.FindHelp Rechercher dans l'aide
|
|||
|
endfun
|
|||
|
|
|||
|
|
|||
|
menutrans &Syntax &Syntaxe
|
|||
|
|
|||
|
menutrans &Off D<EFBFBD>sactiver
|
|||
|
menutrans &Manual &Manuelle
|
|||
|
menutrans A&utomatic &Automatique
|
|||
|
menutrans on/off\ for\ &This\ file On/off\ pour\ &ce\ fichier
|
|||
|
|
|||
|
" The Start Of The Syntax Menu
|
|||
|
menutrans ABC\ music\ notation ABC\ (notation\ musicale)
|
|||
|
menutrans AceDB\ model Mod<EFBFBD>le\ AceDB
|
|||
|
menutrans Apache\ config Config\.\ Apache
|
|||
|
menutrans Apache-style\ config Config\.\ style\ Apache
|
|||
|
menutrans ASP\ with\ VBScript ASP\ avec\ VBScript
|
|||
|
menutrans ASP\ with\ Perl ASP\ avec\ Perl
|
|||
|
menutrans Assembly Assembleur
|
|||
|
menutrans BC\ calculator Calculateur\ BC
|
|||
|
menutrans BDF\ font Fonte\ BDF
|
|||
|
menutrans BIND\ config Config\.\ BIND
|
|||
|
menutrans BIND\ zone Zone\ BIND
|
|||
|
menutrans Cascading\ Style\ Sheets Feuilles\ de\ style\ en\ cascade
|
|||
|
menutrans Cfg\ Config\ file Fichier\ de\ config\.\ \.cfg
|
|||
|
menutrans Cheetah\ template Patron\ Cheetah
|
|||
|
menutrans commit\ file Fichier\ commit
|
|||
|
menutrans Generic\ Config\ file Fichier\ de\ config\.\ g<EFBFBD>n<EFBFBD>rique
|
|||
|
menutrans Digital\ Command\ Lang DCL
|
|||
|
menutrans DNS/BIND\ zone Zone\ BIND/DNS
|
|||
|
menutrans Dylan\ interface Interface
|
|||
|
menutrans Dylan\ lid LID
|
|||
|
menutrans Elm\ filter\ rules R<EFBFBD>gles\ de\ filtrage\ Elm
|
|||
|
menutrans ERicsson\ LANGuage Erlang\ (langage\ Ericsson)
|
|||
|
menutrans Essbase\ script Script\ Essbase
|
|||
|
menutrans Eterm\ config Config\.\ Eterm
|
|||
|
menutrans Exim\ conf Config\.\ Exim
|
|||
|
menutrans Fvwm\ configuration Config\.\ Fvwm
|
|||
|
menutrans Fvwm2\ configuration Config\.\ Fvwm2
|
|||
|
menutrans Fvwm2\ configuration\ with\ M4 Config\.\ Fvwm2\ avec\ M4
|
|||
|
menutrans GDB\ command\ file Fichier\ de\ commandes\ GDB
|
|||
|
menutrans HTML\ with\ M4 HTML\ avec\ M4
|
|||
|
menutrans Cheetah\ HTML\ template Patron\ Cheetah\ pour\ HTML
|
|||
|
menutrans IDL\Generic\ IDL IDL\IDL\ g<EFBFBD>n<EFBFBD>rique
|
|||
|
menutrans IDL\Microsoft\ IDL IDL\IDL\ Microsoft
|
|||
|
menutrans Indent\ profile Profil\ Indent
|
|||
|
menutrans Inno\ setup Config\.\ Inno
|
|||
|
menutrans InstallShield\ script Script\ InstallShield
|
|||
|
menutrans KDE\ script Script\ KDE
|
|||
|
menutrans LFTP\ config Config\.\ LFTP
|
|||
|
menutrans LifeLines\ script Script\ LifeLines
|
|||
|
menutrans Lynx\ Style Style\ Lynx
|
|||
|
menutrans Lynx\ config Config\.\ Lynx
|
|||
|
menutrans Man\ page Page\ Man
|
|||
|
menutrans MEL\ (for\ Maya) MEL\ (pour\ Maya)
|
|||
|
menutrans 4DOS\ \.bat\ file Fichier\ \.bat\ 4DOS
|
|||
|
menutrans \.bat\/\.cmd\ file Fichier\ \.bat\ /\ \.cmd
|
|||
|
menutrans \.ini\ file Fichier\ \.ini
|
|||
|
menutrans Module\ Definition D<EFBFBD>finition\ de\ module
|
|||
|
menutrans Registry Extrait\ du\ registre
|
|||
|
menutrans Resource\ file Fichier\ de\ ressources
|
|||
|
menutrans Novell\ NCF\ batch Batch\ Novell\ NCF
|
|||
|
menutrans NSIS\ script Script\ NSIS
|
|||
|
menutrans Oracle\ config Config\.\ Oracle
|
|||
|
menutrans Palm\ resource\ compiler Compil\.\ de\ resources\ Palm
|
|||
|
menutrans PHP\ 3-4 PHP\ 3\ et\ 4
|
|||
|
menutrans Postfix\ main\ config Config\.\ Postfix
|
|||
|
menutrans Povray\ scene\ descr Sc<EFBFBD>ne\ Povray
|
|||
|
menutrans Povray\ configuration Config\.\ Povray
|
|||
|
menutrans Purify\ log Log\ Purify
|
|||
|
menutrans Readline\ config Config\.\ Readline
|
|||
|
menutrans RCS\ log\ output Log\ RCS
|
|||
|
menutrans RCS\ file Fichier\ RCS
|
|||
|
menutrans RockLinux\ package\ desc\. Desc\.\ pkg\.\ RockLinux
|
|||
|
menutrans Samba\ config Config\.\ Samba
|
|||
|
menutrans SGML\ catalog Catalogue\ SGML
|
|||
|
menutrans SGML\ DTD DTD\ SGML
|
|||
|
menutrans SGML\ Declaration D<EFBFBD>claration\ SGML
|
|||
|
menutrans Shell\ script Script\ shell
|
|||
|
menutrans sh\ and\ ksh sh\ et\ ksh
|
|||
|
menutrans Sinda\ compare Comparaison\ Sinda
|
|||
|
menutrans Sinda\ input Entr<EFBFBD>e\ Sinda
|
|||
|
menutrans Sinda\ output Sortie\ Sinda
|
|||
|
menutrans SKILL\ for\ Diva SKILL\ pour\ Diva
|
|||
|
menutrans Smarty\ Templates Patrons\ Smarty
|
|||
|
menutrans SNNS\ network R<EFBFBD>seau\ SNNS
|
|||
|
menutrans SNNS\ pattern Motif\ SNNS
|
|||
|
menutrans SNNS\ result R<EFBFBD>sultat\ SNNS
|
|||
|
menutrans Snort\ Configuration Config\.\ Snort
|
|||
|
menutrans Squid\ config Config\.\ Squid
|
|||
|
menutrans Subversion\ commit Commit\ Subversion
|
|||
|
menutrans TAK\ compare Comparaison\ TAK
|
|||
|
menutrans TAK\ input Entr<EFBFBD>e\ TAK
|
|||
|
menutrans TAK\ output Sortie\ TAK
|
|||
|
menutrans TeX\ configuration Config\.\ TeX
|
|||
|
menutrans TF\ mud\ client TF\ (client\ MUD)
|
|||
|
menutrans Tidy\ configuration Config\.\ Tidy
|
|||
|
menutrans Trasys\ input Entr<EFBFBD>e\ Trasys
|
|||
|
menutrans Command\ Line Ligne\ de\ commande
|
|||
|
menutrans Geometry G<EFBFBD>om<EFBFBD>trie
|
|||
|
menutrans Optics Optiques
|
|||
|
menutrans Vim\ help\ file Fichier\ d'aide\ Vim
|
|||
|
menutrans Vim\ script Script\ Vim
|
|||
|
menutrans Viminfo\ file Fichier\ Viminfo
|
|||
|
menutrans Virata\ config Config\.\ Virata
|
|||
|
menutrans Wget\ config Config\.\ wget
|
|||
|
menutrans Whitespace\ (add) Espaces\ et\ tabulations
|
|||
|
menutrans WildPackets\ EtherPeek\ Decoder D<EFBFBD>codeur\ WildPackets\ EtherPeek
|
|||
|
menutrans X\ resources Resources\ X
|
|||
|
menutrans XXD\ hex\ dump Sortie\ hexa\.\ de\ xxd
|
|||
|
menutrans XFree86\ Config Config\.\ XFree86
|
|||
|
" The End Of The Syntax Menu
|
|||
|
|
|||
|
menutrans &Show\ filetypes\ in\ menu &Afficher\ tout\ le\ menu
|
|||
|
" -SEP1-
|
|||
|
menutrans Set\ '&syntax'\ only Changer\ '&syntax'\ seulement
|
|||
|
menutrans Set\ '&filetype'\ too Changer\ '&filetype'\ aussi
|
|||
|
menutrans &Off &Off
|
|||
|
" -SEP3-
|
|||
|
menutrans Co&lor\ test Tester\ les\ co&uleurs
|
|||
|
menutrans &Highlight\ test Tester\ les\ g&roupes\ de\ surbrillance
|
|||
|
menutrans &Convert\ to\ HTML Con&vertir\ en\ HTML
|
|||
|
|
|||
|
let &cpo = s:keepcpo
|
|||
|
unlet s:keepcpo
|