X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=po%2Ffr.po;h=93157579340e0a44d5ea3bd29a25e8b798d3ecfb;hb=794dcbdb52faf4292036cd1b0270a956cf4316a3;hp=aa5a63c608525d795e5bd2cab9f61060e3b41e8a;hpb=29117fbb5e6c213cbd220dbf45abd3c7fea2feb5;p=lilypond.git diff --git a/po/fr.po b/po/fr.po index aa5a63c608..9315757934 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,2636 +1,3046 @@ -# Messages français pour lilypond. -# Copyright © 2001 Free Software Foundation, Inc. -# Michel Robitaille , traducteur depuis/since 1996. +# Translation of 'lilypond' messages to French. +# This file is distributed under the same license as the lilypond package. +# French translation of GNU/lilypond - http//lilypond.org +# Copyright © 2004 Free Software Foundation, Inc. +# Michel Robitaille , 1996-2007. +# Jean-Charles Malahieude , 2007-2009 # msgid "" msgstr "" -"Project-Id-Version: lilypond 1.7.26\n" -"POT-Creation-Date: 2003-07-18 14:45+0200\n" -"PO-Revision-Date: 2003-07-23 12:00-0500\n" -"Last-Translator: Michel Robitaille \n" +"Project-Id-Version: lilypond 2.13.3\n" +"Report-Msgid-Bugs-To: http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs\n" +"POT-Creation-Date: 2008-12-20 11:58+0100\n" +"PO-Revision-Date: 2009-07-28 18:25+0200\n" +"Last-Translator: Jean-Charles Malahieude \n" "Language-Team: French \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. this is where special info is often stored -#. ############################################################### -#. lilylib.py -- options and stuff -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. ## subst:\(^\|[^._a-z]\)\(abspath\|identify\|warranty\|progress\|warning\|error\|exit\|getopt_args\|option_help_str\|options_help_str\|help\|setup_temp\|read_pipe\|system\|cleanup_temp\|strip_extension\|cp_to_dir\|mkdir_p\|init\) *( -#. ## replace:\1ly.\2 ( -#. ## subst: \(help_summary\|keep_temp_dir_p\|option_definitions\|original_dir\|program_name\|pseudo_filter_p\|temp_dir\|verbose_p\) -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. lilylib globals -#: lilylib.py:60 -msgid "lilylib module" -msgstr "module lilylib" - -#: lilylib.py:63 lilypond-book.py:131 ly2dvi.py:128 midi2ly.py:100 -#: mup2ly.py:75 main.cc:111 -msgid "this help" -msgstr "cette aide" - -#. ############################################################### -#. Handle bug in Python 1.6-2.1 -#. -#. there are recursion limits for some patterns in Python 1.6 til 2.1. -#. fix this by importing pre instead. Fix by Mats. -#. Attempt to fix problems with limited stack size set by Python! -#. Sets unlimited stack size. Note that the resource module only -#. is available on UNIX. -#: lilylib.py:114 midi2ly.py:136 mup2ly.py:130 main.cc:188 main.cc:200 +#: convertrules.py:12 +#, python-format +msgid "Not smart enough to convert %s" +msgstr "Pas assez d'intelligence pour convertir %s" + +#: convertrules.py:13 +msgid "Please refer to the manual for details, and update manually." +msgstr "" +"Consultez le manuel pour plus de détails,\n" +"et faites la mise à jour manuellement." + +#: convertrules.py:14 +#, python-format +msgid "%s has been replaced by %s" +msgstr "%s a été remplacé par %s" + +#: convertrules.py:24 musicexp.py:16 convert-ly.py:50 lilypond-book.py:94 +#: warn.cc:48 input.cc:90 #, c-format, python-format -msgid "Copyright (c) %s by" -msgstr "Copyright (c) %s écrit par" +msgid "warning: %s" +msgstr "Avertissement : %s" -#: lilylib.py:114 -msgid " 1998--2003" -msgstr " 1998--2003" +#: convertrules.py:49 convertrules.py:99 +msgid "\\header { key = concat + with + operator }" +msgstr "\\header { clé = concat + avec + opérateur }" -#: lilylib.py:118 -msgid "Distributed under terms of the GNU General Public License." -msgstr "Distribué selon les termes de la GNU General Public License." +#: convertrules.py:58 +#, python-format +msgid "deprecated %s" +msgstr "%s est obsolète" -#: lilylib.py:120 -msgid "It comes with NO WARRANTY." -msgstr "Le logiciel est distribué SANS GARANTIE." +#: convertrules.py:70 +msgid "deprecated \\textstyle, new \\key syntax" +msgstr "\\textstyle est obsolète ; utiliser désormais la syntaxe \\key" -#: lilylib.py:127 midi2ly.py:150 mup2ly.py:144 input.cc:88 -msgid "warning: " -msgstr "AVERTISSEMENT: " +#: convertrules.py:86 convertrules.py:1906 convertrules.py:2085 +#: convertrules.py:2237 convertrules.py:2567 +msgid "bump version for release" +msgstr "sauter de version pour mise à jour" -#. lots of midi files use plain text for lyric events -#. FIXME: read from stdin when files[0] = '-' -#: lilylib.py:130 midi2ly.py:165 midi2ly.py:1018 midi2ly.py:1083 mup2ly.py:147 -#: mup2ly.py:161 input.cc:93 -msgid "error: " -msgstr "Erreur: " +#: convertrules.py:103 +msgid "new \\header format" +msgstr "nouveau format de \\header" -#: lilylib.py:134 +#: convertrules.py:132 +msgid "\\translator syntax" +msgstr "syntaxe de \\translator" + +#: convertrules.py:184 +msgid "\\repeat NUM Music Alternative -> \\repeat FOLDSTR Music Alternative" +msgstr "\\repeat NUM Musique Alternative -> \\repeat FOLDSTR Musique Alternative" + +#: convertrules.py:216 convertrules.py:699 convertrules.py:1383 +#: convertrules.py:2379 #, python-format -msgid "Exiting (%d)..." -msgstr "Fin d'exécution (%d)... " +msgid "deprecate %s" +msgstr "%s obsolète" -#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220 +#: convertrules.py:290 #, python-format -msgid "Usage: %s [OPTION]... FILE" -msgstr "Usage: %s [OPTION]... FICHIER" +msgid "deprecate %s " +msgstr "%s obsolète" -#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166 -msgid "Options:" -msgstr "Options:" +#: convertrules.py:319 +msgid "new \\notenames format" +msgstr "nouveau format de \\notenames" -#: lilylib.py:202 midi2ly.py:232 mup2ly.py:228 main.cc:172 -#, c-format, python-format -msgid "Report bugs to %s" -msgstr "Rapporter toutes anomalies à %s" +#: convertrules.py:337 +msgid "new tremolo format" +msgstr "nouveau format de tremolo" + +#: convertrules.py:342 +msgid "Staff_margin_engraver deprecated, use Instrument_name_engraver" +msgstr "Staff_margin_engraver est obsolète ; utiliser Instrument_name_engraver" + +#: convertrules.py:395 +msgid "change property definiton case (eg. onevoice -> oneVoice)" +msgstr "modifier la casse pour définir une propriété (p.ex. onevoice -> oneVoice)" -#: lilylib.py:228 +#: convertrules.py:457 +msgid "new \\textscript markup text" +msgstr "nouvelle étiquette de texte \\textscript" + +#: convertrules.py:530 #, python-format -msgid "Opening pipe `%s'" -msgstr "Ouverture du pipe `%s'" +msgid "identifier names: %s" +msgstr "Noms des identificateurs : %s" + +#: convertrules.py:569 +msgid "point-and-click argument changed to procedure." +msgstr "L'argument de point-and-click a été changé en procédure." -#. successful pipe close returns 'None' -#: lilylib.py:240 +#: convertrules.py:611 +msgid "semicolons removed" +msgstr "Suppression des points-virgules" + +#. 40 ? +#: convertrules.py:654 #, python-format -msgid "`%s' failed (%d)" -msgstr "`%s' échec (%d)" +msgid "%s property names" +msgstr "Nom des propriétés %s" -#: lilylib.py:242 lilylib.py:289 lilypond-book.py:231 ly2dvi.py:512 -msgid "The error log is as follows:" -msgstr "Le journal d'erreurs est comme suit:" +#: convertrules.py:724 +msgid "automaticMelismata turned on by default" +msgstr "automaticMelismata est activé par défaut." + +#: convertrules.py:963 convertrules.py:1682 convertrules.py:1943 +#: convertrules.py:2190 +#, python-format +msgid "remove %s" +msgstr "Retrait de %s" + +#: convertrules.py:1001 convertrules.py:1005 +msgid "cluster syntax" +msgstr "Syntaxe de cluster" + +#: convertrules.py:1014 +msgid "new Pedal style syntax" +msgstr "nouvelle syntaxe du style de Pedal" + +#: convertrules.py:1273 +msgid "" +"New relative mode,\n" +"Postfix articulations, new text markup syntax, new chord syntax." +msgstr "" +"Nouveau mode relatif,\n" +"articulations Postfix, nouvelle syntaxe des étiquettes de texte,\n" +"nouvelle syntaxe d'accord" + +#: convertrules.py:1286 +msgid "Remove - before articulation" +msgstr "Retrait du - précédant l'articulation" + +#: convertrules.py:1324 +#, python-format +msgid "%s misspelling" +msgstr "%s mal orthographié" -#: lilylib.py:262 midi2ly.py:260 mup2ly.py:256 +#: convertrules.py:1346 +msgid "Swap < > and << >>" +msgstr "Interchanger < > et << >>" + +#: convertrules.py:1349 +msgid "attempting automatic \\figures conversion. Check results!" +msgstr "" +"tentative de convertir automatiquement les \\figures. \n" +"Résultats à vérifier !" + +#: convertrules.py:1400 +msgid "Use Scheme code to construct arbitrary note events." +msgstr "Utiliser du code Scheme pour construire des événements note arbitraires." + +#: convertrules.py:1407 +msgid "" +"use symbolic constants for alterations,\n" +"remove \\outputproperty, move ly:verbose into ly:get-option" +msgstr "" +"utiliser des constantes symboliques pour les altérations,\n" +"supprimer \\outputproperty, déplacer ly:verbose à l'intérieur de ly:get-option" + +#: convertrules.py:1432 +#, python-format +msgid "" +"\\outputproperty found,\n" +"Please hand-edit, using\n" +"\n" +" \\applyoutput #(outputproperty-compatibility %s '%s )\n" +"\n" +"as a substitution text." +msgstr "" +"Un \\outputproperty a été localisé.\n" +"Éditer manuellement, en utilisant\n" +"\n" +" \\applyoutput #(outputproperty-compatibility %s '%s )\n" +"\n" +"comme texte de substitution." + +#: convertrules.py:1446 +msgid "" +"The alteration field of Scheme pitches was multiplied by 2\n" +"to support quarter tone accidentals. You must update the following constructs manually:\n" +"\n" +"* calls of ly:make-pitch and ly:pitch-alteration\n" +"* keySignature settings made with \\property\n" +msgstr "" +"Pour pouvoir tenir compte des quarts de ton en codage Scheme, \n" +"le nombre d'arguments d'une altération a été doublé. \n" +"Les constructions suivantes doivent être adaptées manuellement :\n" +"\n" +"* appels à ly:make-pitch et ly:pitch-alteration\n" +"* recours à \\property pour définir keySignature\n" + +#: convertrules.py:1493 +msgid "removal of automaticMelismata; use melismaBusyProperties instead." +msgstr "suppression de automaticMelismata au profit de melismaBusyProperties" + +#: convertrules.py:1600 +msgid "\\partcombine syntax change to \\newpartcombine" +msgstr "La syntaxe de \\partcombine évolue avec \\newpartcombine" + +#: convertrules.py:1628 +msgid "" +"Drum notation changes, Removing \\chordmodifiers, \\notenames.\n" +"Harmonic notes. Thread context removed. Lyrics context removed." +msgstr "" +"Changements de notation pour percussions. \\chordmodifiers \\notenames supprimés.\n" +"Notes harmoniques. Contextes Thread et Lyrics supprimés." + +#: convertrules.py:1632 +msgid "Drums found. Enclose drum notes in \\drummode" +msgstr "Il y a des percussions. Encadrer leurs notes dans un \\drummode." + +#: convertrules.py:1643 convertrules.py:1650 convertrules.py:1661 +#, python-format +msgid "" +"\n" +"%s found. Check file manually!\n" +msgstr "" +"\n" +"Détection de %s. Vérifier le fichier manuellement !\n" + +#: convertrules.py:1643 +msgid "Drum notation" +msgstr "Notation de percussions" + +#: convertrules.py:1702 +msgid "new syntax for property settings:" +msgstr "nouvelle syntaxe des réglages de propriétés :" + +#: convertrules.py:1728 +msgid "Property setting syntax in \\translator{ }" +msgstr "Syntaxe pour régler une propriété dans \\translator{ }" + +#: convertrules.py:1767 +msgid "Scheme grob function renaming" +msgstr "Renommage de fonction grob Scheme" + +#: convertrules.py:1780 +#, python-format +msgid "use %s" +msgstr "Utilisation : %s" + +#: convertrules.py:1797 +msgid "More Scheme function renaming" +msgstr "Renommage d'autres fonctions Scheme" + +#: convertrules.py:1925 +msgid "" +"Page layout has been changed, using paper size and margins.\n" +"textheight is no longer used.\n" +msgstr "" +"La mise en page a été modifiée, utilisant la taille du papier et les marges.\n" +"« textheight » n'est plus utilisé.\n" + +#: convertrules.py:2011 +msgid "" +"\\foo -> \\foomode (for chords, notes, etc.)\n" +"fold \\new FooContext \\foomode into \\foo." +msgstr "" +"\\foo -> \\foomode (pour accords, notes, etc.)\n" +"incorporer « \\new FooContext \\foomode » dans \\foo." + +#: convertrules.py:2049 +msgid "" +"staff size should be changed at top-level\n" +"with\n" +"\n" +" #(set-global-staff-size )\n" +"\n" +msgstr "" +"la taille des portées devrait être changée au niveau le plus haut\n" +"avec\n" +"\n" +" #(set-global-staff-size )\n" +"\n" + +#: convertrules.py:2069 +msgid "regularize other identifiers" +msgstr "normaliser les autres identificateurs" + +#: convertrules.py:2137 +msgid "\\encoding: smart recode latin1..utf-8. Remove ly:point-and-click" +msgstr "\\encoding : smart recode latin1..utf-8. Supprimer ly:point-and-click" + +#: convertrules.py:2150 +msgid "LilyPond source must be UTF-8" +msgstr "Le fichier source LilyPond doit être codé en UTF-8." + +#: convertrules.py:2153 +msgid "Try the texstrings backend" +msgstr "Essayer le moteur texstrings (texstrings backend)." + +#: convertrules.py:2156 +#, python-format +msgid "Do something like: %s" +msgstr "Faites quelque chose comme : %s" + +#: convertrules.py:2159 +msgid "Or save as UTF-8 in your editor" +msgstr "Ou sauvegarder en format UTF-8 à l'aide de votre éditeur" + +#: convertrules.py:2213 +msgid "warn about auto beam settings" +msgstr "attention aux réglages des ligatures automatiques" + +#: convertrules.py:2218 +msgid "auto beam settings" +msgstr "réglages des ligatures automatiques" + +#: convertrules.py:2220 +msgid "" +"\n" +"Auto beam settings must now specify each interesting moment in a measure\n" +"explicitely; 1/4 is no longer multiplied to cover moments 1/2 and 3/4 too.\n" +msgstr "" +"\n" +"Le réglage des ligatures automatiques doit explicitement spécifier chaque moment\n" +"de la mesure. 1/4 ne prend désormais plus en charge 1/2 et 3/4.\n" + +#: convertrules.py:2334 +msgid "verticalAlignmentChildCallback has been deprecated" +msgstr "verticalAlignmentChildCallback est désuet" + +#: convertrules.py:2338 +msgid "Remove callbacks property, deprecate XY-extent-callback." +msgstr "Supprimer les propriétés de rappel, les XY-extent-callback sont obsolètes." + +#: convertrules.py:2359 +msgid "Use grob closures iso. XY-offset-callbacks." +msgstr "Utiliser la clôture des grobs comme avec XY-offset-callbacks." + +#: convertrules.py:2421 +msgid "foobar -> foo-bar for \\paper, \\layout" +msgstr "foobar -> foo-bar pour \\paper, \\layout" + +#: convertrules.py:2531 +msgid "deprecate \\tempo in \\midi" +msgstr "\\tempo au sein d'une section \\midi est obsolète" + +#: convertrules.py:2578 +msgid "deprecate cautionary-style. Use AccidentalCautionary properties" +msgstr "cautionary-style est obsolète. Utiliser les propriétés AccidentalCautionary." + +#: convertrules.py:2591 +msgid "Rename accidental glyphs, use glyph-name-alist." +msgstr "Pour renommer les glyphes des altérations, utiliser glyph-name-alist." + +#: convertrules.py:2646 +msgid "edge-text settings for TextSpanner." +msgstr "réglages des limites de texte pour TextSpanner." + +#: convertrules.py:2647 +#, python-format +msgid "" +"Use\n" +"\n" +"%s" +msgstr "" +"Utilisation : \n" +"\n" +"%s" + +#: convertrules.py:2686 +msgid "Use #'style not #'dash-fraction to select solid/dashed lines." +msgstr "" +"Utiliser #'style et non #'dash-fraction pour obtenir des lignes continues\n" +"ou pointillées." + +#: convertrules.py:2692 +msgid "all settings related to dashed lines.\n" +msgstr "tous les réglages concernant les lignes pointillées.\n" + +#: convertrules.py:2693 +msgid "Use \\override ... #'style = #'line for solid lines and\n" +msgstr "Utiliser \\override ... #'style = #'line pour des lignes pleines, et\n" + +#: convertrules.py:2694 +msgid "\t\\override ... #'style = #'dashed-line for dashed lines." +msgstr "\t\\override ... #'style = #'dashed-line pour des lignes pointillées." + +#: convertrules.py:2730 +msgid "" +"metronomeMarkFormatter uses text markup as second argument,\n" +"fret diagram properties moved to fret-diagram-details." +msgstr "" +"le deuxième argument de metronomeMarkFormatter doit être une étiquette textuelle,\n" +"les propriétés de tablature sont désormais dans fret-diagram-details." + +#: convertrules.py:2735 +msgid "metronomeMarkFormatter got an additional text argument.\n" +msgstr "metronomeMarkFormatter prend un argument textuel suplémentaire.\n" + +#: convertrules.py:2736 +#, python-format +msgid "" +"The function assigned to Score.metronomeMarkFunction now uses the signature\n" +"%s" +msgstr "" +"La fonction assignée à Score.metronomeMarkFunction utilise la signature\n" +"%s" + +#: convertrules.py:2799 +msgid "\\put-adjacent argument order.\n" +msgstr "ordre de l'argument \\put-adjacent\n" + +#: convertrules.py:2800 +msgid "Axis and direction now come before markups:\n" +msgstr "Axe et direction doivent précéder les étiquettes :\n" + +#: convertrules.py:2801 +msgid "\\put-adjacent axis dir markup markup." +msgstr "\\put-adjacent axe direction étiquette étiquette." + +#: convertrules.py:2832 +msgid "re-definition of InnerStaffGroup.\n" +msgstr "redéfinition de InnerStaffGroup.\n" + +#: convertrules.py:2838 +msgid "re-definition of InnerChoirStaff.\n" +msgstr "redéfinition de InnerChoirStaff.\n" + +#: convertrules.py:2851 +msgid "stringTuning must be added to addChordShape call.\n" +msgstr "stringTuning est requis lors de l'appel à addChordShape. \n" + +#: convertrules.py:2857 +msgid "stringTuning must be added to chord-shape call.\n" +msgstr "stringTuning est requis lors de l'appel à chord-shape.\n" + +#: fontextract.py:25 +#, python-format +msgid "Scanning %s" +msgstr "Scannage de %s" + +#: fontextract.py:70 +#, python-format +msgid "Extracted %s" +msgstr "Extraction de %s" + +#: fontextract.py:85 +#, python-format +msgid "Writing fonts to %s" +msgstr "Écriture des fontes vers %s" + +#: lilylib.py:91 lilylib.py:142 #, python-format msgid "Invoking `%s'" -msgstr "Invocation de « %s »" +msgstr "Appel de « %s »" -#: lilylib.py:264 +#: lilylib.py:93 lilylib.py:144 #, python-format msgid "Running %s..." -msgstr "Exécution de %s..." +msgstr "Exécution de %s..." + +#: lilylib.py:209 +#, python-format +msgid "Usage: %s" +msgstr "Utilisation : %s" + +#: musicexp.py:215 musicexp.py:220 +msgid "Language does not support microtones contained in the piece" +msgstr "Le langage ne prend pas en charge les microintervalles de ce morceau" + +#: musicexp.py:482 +msgid "Tuplet brackets of curved shape are not correctly implemented" +msgstr "La courbure des crochets de nolet n'est pas implémentée de manière optimale" + +#. TODO: Implement this using actual_type and normal_type! +#: musicexp.py:511 +msgid "Tuplet brackets displaying both note durations are not implemented, using default" +msgstr "Les crochets de nolet indiquant le deux valeurs rythmiques ne sont pas implémentés ; utilisation du style par défaut" + +#: musicexp.py:656 +#, python-format +msgid "unable to set the music %(music)s for the repeat %(repeat)s" +msgstr "impossible d'affecter le fragment %(music)s à la répétition %(repeat)s" -#: lilylib.py:282 +#: musicexp.py:665 +msgid "encountered repeat without body" +msgstr "réprise vide détectée" + +#. no self.elements! +#: musicexp.py:835 +#, python-format +msgid "Grace note with no following music: %s" +msgstr "Apoggiature non suivie de musique :%s" + +#: musicexp.py:997 +#, python-format +msgid "Invalid octave shift size found: %s. Using no shift." +msgstr "Décalage d'octave invalide : %s. Décalage non appliqué." + +#: musicexp.py:1455 #, python-format -msgid "`%s' failed (%s)" +msgid "Unable to convert alteration %s to a lilypond expression" +msgstr "Impossible de convertir l'altération %s en expression LilyPond" + +#: musicxml.py:13 convert-ly.py:53 lilypond-book.py:97 warn.cc:54 input.cc:96 +#: input.cc:104 +#, c-format, python-format +msgid "error: %s" +msgstr "Erreur : %s" + +#. TODO: Handle pieces without a time signature! +#: musicxml.py:357 +msgid "Senza-misura time signatures are not yet supported!" +msgstr "Les métriques « senza-misura » ne sont pas prises en charge." + +#: musicxml.py:375 +msgid "Unable to interpret time signature! Falling back to 4/4." +msgstr "Métrique non interprétable ; retour au 4/4." + +#: musicxml.py:431 +#, python-format +msgid "Key alteration octave given for a non-existing alteration nr. %s, available numbers: %s!" msgstr "" +"Octave d'altération indiquée pour une altération numéro %s inexistante ;\n" +"index d'altération disponibles : 1 à %s" -#: lilylib.py:285 midi2ly.py:266 mup2ly.py:264 -msgid "(ignored)" -msgstr "(ignoré)" +#: musicxml.py:519 +#, python-format +msgid "Unable to find instrument for ID=%s\n" +msgstr "Aucun instrument ne correspond à l'ID=%s\n" -#: lilylib.py:299 midi2ly.py:276 mup2ly.py:274 +#: abc2ly.py:1341 convert-ly.py:74 lilypond-book.py:121 midi2ly.py:845 #, python-format -msgid "Cleaning %s..." -msgstr "Nettoyage de %s..." +msgid "%s [OPTION]... FILE" +msgstr "%s [OPTIONS]... FICHIER" -#. Duh. Python style portable: cp *.EXT OUTDIR -#. system ('cp *.%s %s' % (ext, outdir), 1) -#. Python < 1.5.2 compatibility -#. -#. On most platforms, this is equivalent to -#. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2* -#. tex needs lots of memory, more than it gets by default on Debian -#. TODO: * prevent multiple addition. -#. * clean TEXINPUTS, MFINPUTS, TFMFONTS, -#. as these take prevalence over $TEXMF -#. and thus may break tex run? -#. $TEXMF is special, previous value is already taken care of -#. # -sOutputFile does not work with bbox? -#. # todo: -#. # have better algorithm for deciding when to crop page, -#. # and when to show full page -#: lilylib.py:458 -msgid "Removing output file" -msgstr "Destruction du fichier de sortie" - -#. !@PYTHON@ -#. once upon a rainy monday afternoon. -#. -#. ... -#. -#. (not finished.) -#. ABC standard v1.6: http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt -#. -#. Enhancements (Roy R. Rankin) -#. -#. Header section moved to top of lilypond file -#. handle treble, treble-8, alto, and bass clef -#. Handle voices (V: headers) with clef and part names, multiple voices -#. Handle w: lyrics with multiple verses -#. Handle key mode names for minor, major, phrygian, ionian, locrian, aeolian, -#. mixolydian, lydian, dorian -#. Handle part names from V: header -#. Tuplets handling fixed up -#. Lines starting with |: not discarded as header lines -#. Multiple T: and C: header entries handled -#. Accidental maintained until next bar check -#. Silent rests supported -#. articulations fermata, upbow, downbow, ltoe, accent, tenuto supported -#. Chord strings([-^]"string") can contain a '#' -#. Header fields enclosed by [] in notes string processed -#. W: words output after tune as abc2ps does it (they failed before) -#. Enhancements (Laura Conrad) -#. -#. Barring now preserved between ABC and lilypond -#. the default placement for text in abc is above the staff. -#. %%LY now supported. -#. \breve and \longa supported. -#. M:none doesn't crash lily. -#. Limitations -#. -#. Multiple tunes in single file not supported -#. Blank T: header lines should write score and open a new score -#. Not all header fields supported -#. ABC line breaks are ignored -#. Block comments generate error and are ignored -#. Postscript commands are ignored -#. lyrics not resynchronized by line breaks (lyrics must fully match notes) -#. %%LY slyrics can't be directly before a w: line. -#. ??? -#. TODO: -#. -#. Convert to new chord styles. -#. -#. UNDEF -> None -#. -#. uGUHGUHGHGUGH -#. UGH -#. treble8 is used by abctab2ps; -8va is used by barfly, -#. and by my patch to abc2ps. If there's ever a standard -#. about this we'll support that. -#. find keywork -#. assume that Q takes the form "Q:1/4=120" -#. There are other possibilities, but they are deprecated -#. outf.write ("\t\t\\consists Staff_margin_engraver\n") -#. pitch manipulation. Tuples are (name, alteration). -#. 0 is (central) C. Alteration -1 is a flat, Alteration +1 is a sharp -#. pitch in semitones. -#. abc to lilypond key mode names -#. semitone shifts for key mode names -#. latex does not like naked #'s -#. latex does not like naked "'s -#. break lyrics to words and put "'s around words containing numbers and '"'s -#. escape " -#. _ causes probs inside "" -#. _ to ' _ ' -#. split words with - -#. unless \- -#. ~ to space('_') -#. * to to space -#. latex does not like naked #'s -#. put numbers and " and ( into quoted string -#. insure space between lines -#. title -#. strip trailing blanks -#. Meter -#. KEY -#. seperate clef info -#. there may or may not be a space -#. between the key letter and the mode -#. ugh. -#. ugh. -#. Notes -#. Origin -#. Reference Number -#. Area -#. History -#. Book -#. Composer -#. Default note length -#. Voice -#. Words -#. vocals -#. tempo -#. we use in this order specified accidental, active accidental for bar, -#. active accidental for key -#. (num / den) / defaultlen < 1/base -#. return (str, num,den,dots) -#. ignore slide -#. ignore roll -#. s7m2 input doesnt care about spaces -#. -#. remember accidental for rest of bar -#. -#. get accidental set in this bar or UNDEF if not set -#. WAT IS ABC EEN ONTZETTENDE PROGRAMMEERPOEP ! -#. failed; not a note! -#. escape '#'s -#. -#. |] thin-thick double bar line -#. || thin-thin double bar line -#. [| thick-thin double bar line -#. :| left repeat -#. |: right repeat -#. :: left-right repeat -#. |1 volta 1 -#. |2 volta 2 -#. first try the longer one -#. bracket escape -#. the nobarlines option is necessary for an abc to lilypond translator for -#. exactly the same reason abc2midi needs it: abc requires the user to enter -#. the note that will be printed, and MIDI and lilypond expect entry of the -#. pitch that will be played. -#. -#. In standard 19th century musical notation, the algorithm for translating -#. between printed note and pitch involves using the barlines to determine -#. the scope of the accidentals. -#. -#. Since ABC is frequently used for music in styles that do not use this -#. convention, such as most music written before 1700, or ethnic music in -#. non-western scales, it is necessary to be able to tell a translator that -#. the barlines should not affect its interpretation of the pitch. -#. write other kinds of appending if we ever need them. -#. add comments to current voice -#. Try nibbling characters off until the line doesn't change. -#. dump_global (outf) -#. !@PYTHON@ -#. -#. convert-ly.py -- Update old LilyPond input files (fix name?) -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. TODO -#. use -f and -t for -s output -#. NEWS -#. 0.2 -#. - rewrite in python -#. Did we ever have \mudela-version? I doubt it. -#. lilypond_version_re_str = '\\\\version *\"(.*)\"' -#. ########################### -#. need new a namespace -#. raise FatalConversionError() -#. need new a namespace -#. harmful to current .lys -#. str = re.sub ('\\\\key([^;]+);', '\\\\accidentals \\1;', str) -#. raise FatalConversionError() -#. raise FatalConversionError() -#. raise FatalConversionError() -#. TODO: lots of other syntax change should be done here as well -#. Ugh, but meaning of \stemup changed too -#. maybe we should do \stemup -> \stemUp\slurUp\tieUp ? -#. I don't know exactly when these happened... -#. ugh, we loose context setting here... -#. (lacks capitalisation slur -> Slur) -#. # dynamic.. -#. TODO: add lots of these -#. ugh -#. old fix -#. Make sure groups of more than one ; have space before -#. them, so that non of them gets removed by next rule -#. Only remove ; that are not after spaces, # or ; -#. Otherwise we interfere with Scheme comments, -#. which is badbadbad. -#. 40 ? -#. ############################### -#. END OF CONVERSIONS -#. ############################### -#. !@PYTHON@ -#. info mostly taken from looking at files. See also -#. http://lilypond.org/wiki/?EnigmaTransportFormat -#. This supports -#. -#. * notes -#. * rests -#. * ties -#. * slurs -#. * lyrics -#. * articulation -#. * grace notes -#. * tuplets -#. -#. todo: -#. * slur/stem directions -#. * voices (2nd half of frame?) -#. * more intelligent lyrics -#. * beams (better use autobeam?) -#. * more robust: try entertainer.etf (freenote) -#. * dynamics -#. * empty measures (eg. twopt03.etf from freenote) -#. -#. uGUHGUHGHGUGH -#. notename 0 == central C -#. represent pitches as (notename, alteration), relative to C-major scale -#. a fifth up -#. should cache this. -#. flag1 isn't all that interesting. -#. 3: '>', -#. 18: '\arpeggio' , -#. do grace notes. -#. ugh. -#. we don't attempt voltas since they fail easily. -#. and g.repeat_bar == '|:' or g.repeat_bar == ':|:' or g.bracket: -#. 4 layers. -#. let's not do this: this really confuses when eE happens to be before a ^text. -#. if last_tag and last_indices: -#. etf_file_dict[last_tag][last_indices].append (l) -#. # do it -#. staff-spec -#. should use \addlyrics ? -#. !@PYTHON@ -#. vim: set noexpandtab: -#. This is was the idea for handling of comments: -#. Multiline comments, @ignore .. @end ignore is scanned for -#. in read_doc_file, and the chunks are marked as 'ignore', so -#. lilypond-book will not touch them any more. The content of the -#. chunks are written to the output file. Also 'include' and 'input' -#. regex has to check if they are commented out. -#. -#. Then it is scanned for 'lilypond', 'lilypond-file' and 'lilypond-block'. -#. These three regex's has to check if they are on a commented line, -#. % for latex, @c for texinfo. -#. -#. Then lines that are commented out with % (latex) and @c (Texinfo) -#. are put into chunks marked 'ignore'. This cannot be done before -#. searching for the lilypond-blocks because % is also the comment character -#. for lilypond. -#. -#. The the rest of the rexeces are searched for. They don't have to test -#. if they are on a commented out line. -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. if __name__ == '__main__': -#. lilylib globals -#. temp_dir = os.path.join (original_dir, '%s.dir' % program_name) -#. urg -#. # FIXME -#. # ly2dvi: silly name? -#. # do -P or -p by default? -#. #help_summary = _ ("Run LilyPond using LaTeX for titling") -#: lilypond-book.py:120 -msgid "Process LilyPond snippets in hybrid html, LaTeX or texinfo document" -msgstr "" - -#. another bug in option parser: --output=foe is taken as an abbreviation -#. for --output-format -#: lilypond-book.py:125 main.cc:110 -msgid "EXT" -msgstr "EXT" +#: abc2ly.py:1342 +#, python-format +msgid "" +"abc2ly converts ABC music files (see\n" +"%s) to LilyPond input.\n" +msgstr "" +"abc2ly convertit les fichiers musicaux ABC (voir\n" +"%s) au format LilyPond.\n" -#: lilypond-book.py:125 -msgid "use output format EXT (texi [default], texi-html, latex, html)" -msgstr "utiliser le format de sortie EXT (texi (par défaut), texi-html, latex, html)" +#: abc2ly.py:1350 convert-ly.py:81 etf2ly.py:1190 lilypond-book.py:207 +#: midi2ly.py:881 musicxml2ly.py:2590 main.cc:156 +msgid "show version number and exit" +msgstr "afficher le numéro de version et quitter" + +#: abc2ly.py:1354 convert-ly.py:85 etf2ly.py:1186 lilypond-book.py:138 +#: midi2ly.py:860 musicxml2ly.py:2572 main.cc:145 +msgid "show this help and exit" +msgstr "visualiser cette aide et quitter" + +#: abc2ly.py:1356 etf2ly.py:1191 midi2ly.py:864 +msgid "write output to FILE" +msgstr "produire la sortie dans le FICHIER" -#: lilypond-book.py:126 lilypond-book.py:127 lilypond-book.py:129 -#: lilypond-book.py:130 -msgid "DIM" -msgstr "DIM" +#: abc2ly.py:1358 +msgid "be strict about success" +msgstr "être strict sur la réussite" -#: lilypond-book.py:126 -msgid "default fontsize for music. DIM is assumed to be in points" -msgstr "taille de la fonte par défaut pour music. DIM est assumé être en points" +#: abc2ly.py:1360 +msgid "preserve ABC's notion of beams" +msgstr "préserver la notion de lien de croches propre à ABC" -#: lilypond-book.py:127 -msgid "deprecated, use --default-music-fontsize" -msgstr "déprécié, utiliser --default-music-fontsize" +#. Translators, please translate this string as +#. "Report bugs in English via %s", +#. or if there is a LilyPond users list or forum in your language +#. "Report bugs in English via %s or in YOUR_LANG via URI" +#: abc2ly.py:1363 convert-ly.py:123 etf2ly.py:1200 lilypond-book.py:214 +#: midi2ly.py:894 musicxml2ly.py:2646 main.cc:265 +#, c-format, python-format +msgid "Report bugs via %s" +msgstr "" +"Signaler toute anomalie à \n" +"%s" -#: lilypond-book.py:128 -msgid "OPT" -msgstr "OPT" +#: convert-ly.py:33 +msgid "" +"Update LilyPond input to newer version. By default, update from the\n" +"version taken from the \\version command, to the current LilyPond version." +msgstr "" +"Mettre à jour le fichier source vers une version plus récente. \n" +"Par défaut, de la version indiquée par la commande \\version \n" +"vers la version courante de LilyPond." + +#: convert-ly.py:35 lilypond-book.py:71 +msgid "Examples:" +msgstr "Exemples :" + +#: convert-ly.py:69 etf2ly.py:1173 lilypond-book.py:117 midi2ly.py:76 +msgid "Distributed under terms of the GNU General Public License." +msgstr "Distribué selon les termes de la GNU General Public License." + +#: convert-ly.py:70 etf2ly.py:1174 lilypond-book.py:118 midi2ly.py:77 +msgid "It comes with NO WARRANTY." +msgstr "Le logiciel est distribué SANS GARANTIE." + +#: convert-ly.py:89 convert-ly.py:116 +msgid "VERSION" +msgstr "VERSION" + +#: convert-ly.py:91 +msgid "start from VERSION [default: \\version found in file]" +msgstr "partir de la VERSION [par défaut : \\version trouvée dans le fichier]" + +#: convert-ly.py:94 +msgid "edit in place" +msgstr "éditer le fichier d'origine" + +#: convert-ly.py:98 +msgid "do not add \\version command if missing" +msgstr "ne pas ajouter la commande \\version si elle est absente" + +#: convert-ly.py:104 +#, python-format +msgid "force updating \\version number to %s" +msgstr "forcer la mise à jour de \\version à %s" + +#: convert-ly.py:110 +#, python-format +msgid "show rules [default: -f 0, -t %s]" +msgstr "afficher les règles [par défaut : -f 0, -t %s]" + +#: convert-ly.py:115 +#, python-format +msgid "convert to VERSION [default: %s]" +msgstr "convertir jusqu'à la VERSION [par défaut : %s]" + +#: convert-ly.py:163 +msgid "Applying conversion: " +msgstr "Conversion en cours : " + +#: convert-ly.py:176 +msgid "Error while converting" +msgstr "Erreur lors de la conversion" + +#: convert-ly.py:178 +msgid "Stopping at last successful rule" +msgstr "Arrêt à la dernière règle appliquée avec succès" + +#: convert-ly.py:199 +#, python-format +msgid "Processing `%s'... " +msgstr "Traitement de « %s »..." + +#: convert-ly.py:289 relocate.cc:362 source-file.cc:59 +#, c-format, python-format +msgid "cannot open file: `%s'" +msgstr "Impossible d'ouvrir le fichier : « %s »" + +#: convert-ly.py:296 +#, python-format +msgid "cannot determine version for `%s'. Skipping" +msgstr "impossible de déterminer la version de « %s ». Au suivant !" + +#: etf2ly.py:1179 +#, python-format +msgid "%s [OPTION]... ETF-FILE" +msgstr "%s [OPTIONS]... FICHIER-ETF" + +#: etf2ly.py:1180 +msgid "" +"Enigma Transport Format is a format used by Coda Music Technology's\n" +"Finale product. etf2ly converts a subset of ETF to a ready-to-use LilyPond file.\n" +msgstr "" +"Enigma Transport Format est utilisé par Finale, de Coda Music Technology.\n" +"etf2ly convertit partiellement un fichier ETF en un fichier LilyPond \n" +"exploitable.\n" + +#: etf2ly.py:1192 midi2ly.py:865 musicxml2ly.py:2638 main.cc:149 main.cc:154 +msgid "FILE" +msgstr "FICHIER" + +#: etf2ly.py:1194 lilypond-book.py:210 midi2ly.py:882 main.cc:158 +msgid "show warranty and copyright" +msgstr "afficher les notices de garantie et du droit d'auteur" + +#: lilypond-book.py:69 +msgid "Process LilyPond snippets in hybrid HTML, LaTeX, texinfo or DocBook document." +msgstr "" +"Traiter les extraits LilyPond dans un document HTML hybride, LaTeX, \n" +"texinfo ou Docbook." + +#: lilypond-book.py:76 +msgid "BOOK" +msgstr "LIVRE" + +#: lilypond-book.py:84 +#, python-format +msgid "Exiting (%d)..." +msgstr "Fin d'exécution (%d)..." + +#: lilypond-book.py:115 +#, python-format +msgid "Copyright (c) %s by" +msgstr "Copyright (c) %s détenu par" + +#: lilypond-book.py:125 +msgid "FILTER" +msgstr "FILTRE" #: lilypond-book.py:128 -msgid "pass OPT quoted to the lilypond command line" -msgstr "passer OPT entre guillemets à la ligne de commande à lilypond" +msgid "pipe snippets through FILTER [default: `convert-ly -n -']" +msgstr "passer les extraits à travers le FILTRE [par défaut : `convert-ly -n -']" -#: lilypond-book.py:129 -msgid "force fontsize for all inline lilypond. DIM is assumed be to in points" -msgstr "forcer la taille de fonte pour les entrées à lilypong. DIM est assumé être en points" +#: lilypond-book.py:132 +msgid "use output format FORMAT (texi [default], texi-html, latex, html, docbook)" +msgstr "" +"utiliser le format de sortie FORMAT (texi (par défaut), texi-html, latex, \n" +"html, docbook)" -#: lilypond-book.py:130 -msgid "deprecated, use --force-music-fontsize" -msgstr "déprécié, utilise --force-music-fontsize" +#: lilypond-book.py:133 +msgid "FORMAT" +msgstr "FORMAT" -#: lilypond-book.py:132 ly2dvi.py:130 main.cc:113 main.cc:118 +#: lilypond-book.py:140 +msgid "add DIR to include path" +msgstr "ajouter le RÉPERTOIRE au chemin de recherche des inclusions" + +#: lilypond-book.py:141 lilypond-book.py:148 lilypond-book.py:166 +#: lilypond-book.py:172 lilypond-book.py:178 lilypond-book.py:184 main.cc:148 msgid "DIR" -msgstr "RÉP" +msgstr "RÉP" -#: lilypond-book.py:132 -msgid "include path" -msgstr "inclure le chemin (path)" +#: lilypond-book.py:146 +msgid "format Texinfo output so that Info will look for images of music in DIR" +msgstr "formater la sortie Texinfo pour qu'Info cherche les images dans RÉP" + +#: lilypond-book.py:153 +msgid "run executable PROG instead of latex" +msgstr "lancer l'exécutable PROG plutôt que latex" + +#: lilypond-book.py:154 +msgid "PROG" +msgstr "PROG" + +#: lilypond-book.py:159 +msgid "PAD" +msgstr "PAD" + +#: lilypond-book.py:161 +msgid "pad left side of music to align music inspite of uneven bar numbers (in mm)" +msgstr "" +"Tasser la musique par la gauche pour la répartir en dépit du nombre irrégulier \n" +"de mesures (en mm)" + +#: lilypond-book.py:165 +msgid "write output to DIR" +msgstr "produire la sortie dans le RÉPERTOIRE" + +#: lilypond-book.py:171 +msgid "do not fail if no lilypond output is found" +msgstr "poursuivre même s'il n'y a pas de sortie lilypond" + +#: lilypond-book.py:177 +msgid "do not fail if no PNG images are found for EPS files" +msgstr "poursuivre même s'il n'y a pas d'image PNG pour les fichiers EPS" + +#: lilypond-book.py:183 +msgid "write lily-XXX files to DIR, link into --output dir" +msgstr "écrire les fichiers lily-XXX dans RÉP, et lier à --output rép" + +#: lilypond-book.py:188 +msgid "COMMAND" +msgstr "COMMANDE" + +#: lilypond-book.py:189 +msgid "process ly_files using COMMAND FILE..." +msgstr "Traîter ly_files en utilisant COMMANDE FICHIER..." + +#: lilypond-book.py:196 +msgid "create PDF files for use with PDFTeX" +msgstr "Créer des fichiers PDF pour utilisation par PDFTeX" + +#: lilypond-book.py:199 midi2ly.py:875 musicxml2ly.py:2595 main.cc:157 +msgid "be verbose" +msgstr "Passer en mode verbeux" + +#: lilypond-book.py:871 +#, python-format +msgid "file not found: %s" +msgstr "fichier non trouvé : %s" + +#: lilypond-book.py:1142 +#, python-format +msgid "deprecated ly-option used: %s=%s" +msgstr "option ly-option obsolète : %s=%s" + +#: lilypond-book.py:1144 +#, python-format +msgid "compatibility mode translation: %s=%s" +msgstr "bascule en mode de compatibilité : %s=%s" + +#: lilypond-book.py:1147 +#, python-format +msgid "deprecated ly-option used: %s" +msgstr "option ly-option obsolète : %s" + +#: lilypond-book.py:1149 +#, python-format +msgid "compatibility mode translation: %s" +msgstr "bascule en mode de compatibilité : %s" + +#: lilypond-book.py:1167 +#, python-format +msgid "ignoring unknown ly option: %s" +msgstr "option ly inconnue et ignorée : %s" + +#: lilypond-book.py:1604 +#, python-format +msgid "Opening filter `%s'" +msgstr "Ouverture du filtre « %s »" + +#: lilypond-book.py:1621 +#, python-format +msgid "`%s' failed (%d)" +msgstr "« %s » a échoué (%d)" + +#: lilypond-book.py:1622 +msgid "The error log is as follows:" +msgstr "Voici le journal d'erreurs :" + +#: lilypond-book.py:1684 +msgid "cannot find \\begin{document} in LaTeX document" +msgstr "Impossible de trouver \\begin{document} dans le document LaTeX." + +#: lilypond-book.py:1784 +msgid "Writing snippets..." +msgstr "Écriture des extraits..." + +#: lilypond-book.py:1790 +msgid "Processing..." +msgstr "Traitement..." + +#: lilypond-book.py:1796 +msgid "All snippets are up to date..." +msgstr "Tous les extraits sont à jour..." + +#: lilypond-book.py:1830 +#, python-format +msgid "cannot determine format for: %s" +msgstr "format indéterminé pour %s" + +#: lilypond-book.py:1841 +#, python-format +msgid "%s is up to date." +msgstr "%s est à jour." + +#: lilypond-book.py:1855 +#, python-format +msgid "Writing `%s'..." +msgstr "Écriture de « %s »..." + +#: lilypond-book.py:1913 +msgid "Output would overwrite input file; use --output." +msgstr "La sortie va écraser le fichier d'entrée ; utiliser --output" + +#: lilypond-book.py:1917 +#, python-format +msgid "Reading %s..." +msgstr "Lecture en cours de %s..." + +#: lilypond-book.py:1937 +msgid "Dissecting..." +msgstr "Dissection en cours..." + +#: lilypond-book.py:1953 +#, python-format +msgid "Compiling %s..." +msgstr "Compilation de %s..." + +#: lilypond-book.py:1962 +#, python-format +msgid "Processing include: %s" +msgstr "Traitement d'inclusion : %s" -#: lilypond-book.py:133 -msgid "write dependencies" -msgstr "écrire les dépendances" +#: lilypond-book.py:1974 +#, python-format +msgid "Removing `%s'" +msgstr "Suppression de « %s »" -#: lilypond-book.py:134 -msgid "PREF" -msgstr "PRÉF" +#: midi2ly.py:84 lily-library.scm:634 lily-library.scm:643 +msgid "warning: " +msgstr "Avertissement : " -#: lilypond-book.py:134 -msgid "prepend PREF before each -M dependency" -msgstr "ajouter les PRÉFérence en préfixe pour chaque dépendance -M" +#: midi2ly.py:87 midi2ly.py:907 +msgid "error: " +msgstr "Erreur : " -#: lilypond-book.py:135 -msgid "don't run lilypond" -msgstr "ne pas exécuter lilypond" +#: midi2ly.py:88 +msgid "Exiting... " +msgstr "Fin d'exécution... " -#: lilypond-book.py:136 -msgid "don't generate pictures" -msgstr "ne pas générer de photos" +#: midi2ly.py:833 +#, python-format +msgid "%s output to `%s'..." +msgstr "%s reproduit dans « %s »..." -#: lilypond-book.py:137 -msgid "strip all lilypond blocks from output" -msgstr "éliminer chaque bloc lilypond de la sortie" +#: midi2ly.py:846 +#, python-format +msgid "Convert %s to LilyPond input.\n" +msgstr "Convertir %s au format source LilyPond.\n" -#: lilypond-book.py:138 lilypond-book.py:139 ly2dvi.py:135 ly2dvi.py:136 -#: midi2ly.py:102 main.cc:114 main.cc:117 -msgid "FILE" -msgstr "FICHIER" +#: midi2ly.py:851 +msgid "print absolute pitches" +msgstr "afficher des tons absolus" -#: lilypond-book.py:138 -msgid "filename main output file" -msgstr "nom du fichier principal de sortie" +#: midi2ly.py:853 midi2ly.py:868 +msgid "DUR" +msgstr "DUR" -#: lilypond-book.py:139 -msgid "where to place generated files" -msgstr "où seront placés les fichiers générés" +#: midi2ly.py:854 +msgid "quantise note durations on DUR" +msgstr "quantifier les durées de note d'après DUR" -#: lilypond-book.py:140 ly2dvi.py:137 -msgid "RES" -msgstr "RES" +#: midi2ly.py:857 +msgid "print explicit durations" +msgstr "écrire des durées explicites" -#: lilypond-book.py:141 ly2dvi.py:138 -msgid "set the resolution of the preview to RES" -msgstr "utiliser la RÉSOLUTION pour la prévisualitation" +#: midi2ly.py:861 +msgid "set key: ALT=+sharps|-flats; MINOR=1" +msgstr "définir l'armure : ALT=+dièse|-bémol; MINEUR=1" -#: lilypond-book.py:142 ly2dvi.py:148 midi2ly.py:105 mup2ly.py:78 main.cc:126 -msgid "verbose" -msgstr "mode explicatif" +#: midi2ly.py:862 +msgid "ALT[:MINOR]" +msgstr "ALT[:MINEUR]" -#: lilypond-book.py:143 -msgid "print version information" -msgstr "afficher les informations de version" +#: midi2ly.py:867 +msgid "quantise note starts on DUR" +msgstr "quantifier les débuts de note sur DUR" -#: lilypond-book.py:144 ly2dvi.py:150 midi2ly.py:107 mup2ly.py:80 main.cc:127 -msgid "show warranty and copyright" -msgstr "afficher la notice de garantie et du droit d'auteur" - -#. format specific strings, ie. regex-es for input, and % strings for output -#. global variables -#. lilypond_binary = 'valgrind --suppressions=/home/hanwen/usr/src/guile-1.6.supp --num-callers=10 /home/hanwen/usr/src/lilypond/lily/out/lilypond' -#. only use installed binary when we're installed too. -#. only use installed binary when we're installed too. -#. ############################################################### -#. Dimension handling for LaTeX. -#. -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#: lilypond-book.py:230 -msgid "LaTeX failed." -msgstr "" - -#. URG see ly2dvi -#. Convert numeric values, with or without specific dimension, to floats. -#. Keep other strings -#. ############################################################### -#. How to output various structures. -#. # maybe
? -#. Verbatim text is always finished with \n. FIXME: For HTML, -#. this newline should be removed. -#. Verbatim text is always finished with \n. FIXME: For HTML, -#. this newline should be removed. -#. # Ugh we need to differentiate on origin: -#. # lilypond-block origin wants an extra

, but -#. # inline music doesn't. -#. # possibly other center options? -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. verbatim text is always finished with \n -#. do some tweaking: @ is needed in some ps stuff. -#. -#. ugh, the

below breaks inline images... -#. clumsy workaround for python 2.2 pre bug. -#. ############################################################### -#. Recognize special sequences in the input -#. Warning: This uses extended regular expressions. Tread with care. -#. -#. legenda -#. -#. (?Pregex) -- assign result of REGEX to NAME -#. *? -- match non-greedily. -#. (?m) -- multiline regex: make ^ and $ match at each line -#. (?s) -- make the dot match all characters including newline -#. why do we have distinction between @mbinclude and @include? -#. # we'd like to catch and reraise a more -#. # detailed error, but alas, the exceptions -#. # changed across the 1.5/2.1 boundary. -#. ughUGH not original options -#. First we want to scan the \documentclass line -#. it should be the first non-comment line. -#. The only thing we really need to know about the \documentclass line -#. is if there are one or two columns to begin with. -#. Then we add everything before \begin{document} to -#. paperguru.m_document_preamble so that we can later write this header -#. to a temporary file in find_latex_dims() to find textwidth. -#. this is not bulletproof..., it checks the first 10 chunks -#. newchunks.extend (func (m)) -#. python 1.5 compatible: -#. we have to check for verbatim before doing include, -#. because we don't want to include files that are mentioned -#. inside a verbatim environment -#. ugh fix input -#. # Hmm, we should hash only lilypond source, and skip the -#. # %options are ... -#. # comment line -#. # todo: include path, but strip -#. # first part of the path. -#. format == 'html' -#. ugh rename -#. Count sections/chapters. -#. # TODO: do something like -#. # this for texinfo/latex as well ? -#. ugh -#. fixme: be sys-independent. -#. -#. Ugh, fixing up dependencies for .tex generation -#. -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#. # There used to be code to write .tex dependencies, but -#. # that is silly: lilypond-book has its own dependency scheme -#. # to ensure that all lily-XXX.tex files are there -#. # TODO: put file name in front of texidoc. -#. # -#. # what's this? Docme --hwn -#. # -#. #docme: why global? -#. Do It. -#. should chmod -w -#: lilypond-book.py:1557 ly2dvi.py:673 midi2ly.py:1018 -#, python-format -msgid "getopt says: `%s'" -msgstr "getopt() indique: « %s »" - -#. HACK -#. status = os.system ('lilypond -w') -#: lilypond-book.py:1630 ly2dvi.py:777 -msgid "no files specified on command line" -msgstr "aucun fichier spéficié sur la ligne de commande" +#: midi2ly.py:870 +msgid "DUR*NUM/DEN" +msgstr "DUR*NUM/DEN" -#. -#. Petr, ik zou willen dat ik iets zinvoller deed, -#. maar wat ik kan ik doen, het verandert toch niets? -#. --hwn 20/aug/99 -#. !@PYTHON@ -#. -#. ly2dvi.py -- Run LilyPond, add titles to bare score, generate printable -#. document -#. Invokes: lilypond, latex (or pdflatex), dvips, ps2pdf, gs -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. This is the third incarnation of ly2dvi. -#. -#. Earlier incarnations of ly2dvi were written by -#. Jeffrey B. Reed (Python version) -#. Jan Arne Fagertun (Bourne shell script) -#. -#. Note: gettext work best if we use ' for docstrings and " -#. for gettextable strings. -#. --> DO NOT USE ''' for docstrings. -#. ############################################################### -#. Users of python modules should include this snippet -#. and customize variables below. -#. We'll suffer this path init stuff as long as we don't install our -#. python packages in /lib/pythonx.y (and don't kludge around -#. it as we do with teTeX on Red Hat Linux: set some environment var -#. (PYTHONPATH) in profile) -#. If set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. Customize these -#. if __name__ == '__main__': -#. lilylib globals -#. # FIXME -#. # ly2dvi: silly name? -#. # do -P or -p by default? -#. #help_summary = _ ("Run LilyPond using LaTeX for titling") -#: ly2dvi.py:121 -msgid "Run LilyPond, add titles, generate printable document" -msgstr "" - -#: ly2dvi.py:127 main.cc:115 -msgid "write Makefile dependencies for every input file" -msgstr "produire les dépendances pour Makefile concernant chaque fichier d'entrée" - -#: ly2dvi.py:129 -msgid "print even more output" -msgstr "" - -#: ly2dvi.py:130 -msgid "add DIR to LilyPond's search path" -msgstr "ajouter le RÉPERTOIRE au chemin de recherche de LilyPond" - -#: ly2dvi.py:132 -#, python-format -msgid "keep all output, output to directory %s.dir" -msgstr "conserver toutes les sorties dans le répertoire %s.dir" - -#: ly2dvi.py:133 -msgid "don't run LilyPond" -msgstr "ne pas exécuter LilyPond" - -#: ly2dvi.py:134 main.cc:116 -msgid "produce MIDI output only" -msgstr "produire une sortie MIDI seulement" - -#: ly2dvi.py:135 midi2ly.py:102 -msgid "write ouput to FILE" -msgstr "produire la sortie dans le FICHIER" +#: midi2ly.py:873 +msgid "allow tuplet durations DUR*NUM/DEN" +msgstr "permettre des n-olets de durée DUR*NUM/DEN" -#: ly2dvi.py:136 -msgid "find pfa fonts used in FILE" -msgstr "repérer les fontes pfa utilisées dans le FICHIER" +#: midi2ly.py:885 +msgid "treat every text as a lyric" +msgstr "traiter tout texte comme étant des paroles" -#: ly2dvi.py:139 -msgid "generate PostScript output" -msgstr "générer une sortie PostScript" +#: midi2ly.py:888 +msgid "Examples" +msgstr "Exemples" -#: ly2dvi.py:140 -msgid "generate PNG page images" -msgstr "générer les pages images PNG" +#: midi2ly.py:908 +msgid "no files specified on command line." +msgstr "aucun fichier spéficié sur la ligne de commande." -#: ly2dvi.py:141 -msgid "generate PS.GZ" -msgstr "générer PS.GZ" +#: musicxml2ly.py:343 +msgid "Encountered file created by Dolet 3.4 for Sibelius, containing wrong beaming information. All beaming information in the MusicXML file will be ignored" +msgstr "" +"Détection d'un fichier créé par Dolet 3.4 pour Sibelius et contenant des \n" +"informations de lien erronées. Toutes les informations de ligature du fichier \n" +"MusicXML seront ignorées" -#: ly2dvi.py:142 -msgid "generate PDF output" -msgstr "générer une sortie PDF" +#: musicxml2ly.py:346 +msgid "Encountered file created by Noteworthy Composer's nwc2xml, containing wrong beaming information. All beaming information in the MusicXML file will be ignored" +msgstr "" +"Détection d'un fichier créé par Noteworthy Composer's nwc2xml et contenant des \n" +"informations de lien erronées. Toutes les informations de ligature du fichier \n" +"MusicXML seront ignorées" -#: ly2dvi.py:143 -msgid "use pdflatex to generate a PDF output" -msgstr "utiliser pdflatex pour générer la sortie PDF" +#: musicxml2ly.py:362 musicxml2ly.py:364 +#, python-format +msgid "Unprocessed PartGroupInfo %s encountered" +msgstr "PartGroupInfo %s détecté, mais non traité" -#. FIXME: preview, picture; to indicate creation of a PNG? -#: ly2dvi.py:145 -msgid "make a picture of the first system" -msgstr "produire une image de ce premier système" +#: musicxml2ly.py:594 +#, python-format +msgid "Encountered note at %s without type and duration (=%s)" +msgstr "Une note se trouve en %s, sans type ni durée (=%s)" -#: ly2dvi.py:146 -msgid "make HTML file with links to all output" +#: musicxml2ly.py:613 +#, python-format +msgid "Encountered rational duration with denominator %s, unable to convert to lilypond duration" msgstr "" +"Durée rationnelle au dénominateur de %s détectée ; \n" +"impossible de traduire en durée LilyPond" -#: ly2dvi.py:147 -msgid "KEY=VAL" -msgstr "CLÉ=VALEUR" +#: musicxml2ly.py:868 +msgid "Unable to extract key signature!" +msgstr "Impossible de trouver l'armure." -#: ly2dvi.py:147 -msgid "change global setting KEY to VAL" -msgstr "modifier le paramètre global de la CLÉ à VALEUR" +#: musicxml2ly.py:895 +#, python-format +msgid "unknown mode %s, expecting 'major' or 'minor' or a church mode!" +msgstr "%s : mode inconnu. Devrait être « majeur », « mineur » ou « mode d'église »" -#: ly2dvi.py:149 midi2ly.py:106 mup2ly.py:79 main.cc:125 -msgid "print version number" -msgstr "afficher le numéro de version" +#: musicxml2ly.py:968 +#, python-format +msgid "Encountered unprocessed marker %s\n" +msgstr "Détection d'un marqueur non traité : %s\n" -#. other globals -#. Pdftex support -#. # yuk. -#. lilypond_binary = 'valgrind --suppressions=%(home)s/usr/src/guile-1.6.supp --num-callers=10 %(home)s/usr/src/lilypond/lily/out/lilypond '% { 'home' : '/home/hanwen' } -#. only use installed binary when we're installed too. -#. init to empty; values here take precedence over values in the file -#. # TODO: change name. -#. for geometry v3 -#. Output formats that ly2dvi should create -#. what a name. -#. ly.warning (_ ("invalid value: %s") % `val`) -#. ly.warning (_ ("invalid value: %s") % `val`) -#: ly2dvi.py:232 +#: musicxml2ly.py:1062 #, python-format -msgid "no such setting: `%s'" -msgstr "pas de telle configuration: « %s »" +msgid "unknown span event %s" +msgstr "Événement de prolongation inconnu : « %s »" -#. 2 == user interrupt. -#: ly2dvi.py:274 +#: musicxml2ly.py:1072 #, python-format -msgid "LilyPond crashed (signal %d)." -msgstr "Lilypond a planté (signal %d)." +msgid "unknown span type %s for %s" +msgstr "%s n'est pas un type de prolongateur reconnu pour %s" + +#: musicxml2ly.py:1498 +msgid "Unknown metronome mark, ignoring" +msgstr "Indication métronomique inconnue et ignorée." -#: ly2dvi.py:275 -msgid "Please submit a bug report to bug-lilypond@gnu.org" -msgstr "SVP soumettre un rapport d'anomalies à bug-lilypond@gnu.org" +#. TODO: Implement the other (more complex) way for tempo marks! +#: musicxml2ly.py:1503 +msgid "Metronome marks with complex relations ( in MusicXML) are not yet implemented." +msgstr "" +"Les indications métronomiques aux relations complexes ( pour \n" +"MusicXML) n'ont pas encore été implémentées." -#: ly2dvi.py:281 +#: musicxml2ly.py:1703 #, python-format -msgid "LilyPond failed on input file %s (exit status %d)" -msgstr "Échec de lilypond sur le fichier d'entrée %s (statut d'exécution %d)." +msgid "Unable to convert chord type %s to lilypond." +msgstr "Impossible de convertir le type d'accord %s au format LilyPond" -#: ly2dvi.py:284 +#: musicxml2ly.py:1849 #, python-format -msgid "LilyPond failed on an input file (exit status %d)" -msgstr "Échec de lilypond sur le fichier d'entrée (statut d'exécution %d)." +msgid "drum %s type unknown, please add to instrument_drumtype_dict" +msgstr "" +"%s n'est pas un type de percussion connu. \n" +"L'ajouter à instrument_drumtype_dict" -#: ly2dvi.py:285 -msgid "Continuing..." -msgstr "Poursuite..." +#: musicxml2ly.py:1853 +msgid "cannot find suitable event" +msgstr "Aucun événement correspondant" -#. urg -#: ly2dvi.py:296 +#: musicxml2ly.py:1994 #, python-format -msgid "Analyzing %s..." -msgstr "Analyse de %s..." +msgid "Negative skip %s (from position %s to %s)" +msgstr "Retour en arrière de %s (partant de %s et jusqu'à %s)" -#. search only the first 10k -#: ly2dvi.py:354 +#: musicxml2ly.py:2134 #, python-format -msgid "no LilyPond output found for `%s'" -msgstr "aucune sortie de Lilypond n'a été trouvée pour « %s »" +msgid "Negative skip found: from %s to %s, difference is %s" +msgstr "Retour en arrière, de %s à %s ; différence = %s" -#. The final \n seems important here. It ensures that the footers and taglines end up on the right page. -#. TODO: should set textheight (enlarge) depending on papersize. -#: ly2dvi.py:397 +#: musicxml2ly.py:2205 #, python-format -msgid "invalid value: `%s'" -msgstr "valeur invalide: « %s »" +msgid "unexpected %s; expected %s or %s or %s" +msgstr "%s détecté, au lieu de %s, %s ou %s" -#. set sane geometry width (a4-width) for linewidth = -1. -#. who the hell is 597 ? -#. Ugh. (La)TeX writes progress and error messages on stdout -#. Redirect to stderr -#: ly2dvi.py:511 -msgid "LaTeX failed on the output file." -msgstr "Échec de LaTex sur le fichier de sortie." +#: musicxml2ly.py:2311 +msgid "Encountered closing slur, but no slur is open" +msgstr "Terminaison d'une liaison qui n'a pas été débutée" -#. make a preview by rendering only the 1st line -#. of each score -#: ly2dvi.py:568 -msgid "" -"Trying create PDF, but no PFA fonts found.\n" -"Using bitmap fonts instead. This will look bad." -msgstr "" - -#. ugh. Different targets? -#. Added as functionality to ly2dvi, because ly2dvi may well need to do this -#. in future too. -#. no ps header? -#: ly2dvi.py:615 -#, python-format -msgid "not a PostScript file: `%s'" -msgstr "n'est pas un fichier PostScript: « %s »" - -#. todo -#: ly2dvi.py:660 -#, python-format -msgid "Writing HTML menu `%s'" -msgstr "Écriture du menu HTML « %s »" - -#. signal programming error -#. Don't convert input files to abspath, rather prepend '.' to include -#. path. -#. As a neat trick, add directory part of first input file -#. to include path. That way you can do without the clumsy -I in: -#. ly2dvi -I foe/bar/baz foo/bar/baz/baz.ly -#: ly2dvi.py:769 -msgid "pseudo filter" -msgstr "pseudo filtre" - -#: ly2dvi.py:772 -msgid "pseudo filter only for single input file" -msgstr "pseudo filtre seulement pour le seul fichier d'entrée" - -#. Ugh, maybe make a setup () function -#. hmmm. Wish I'd 've written comments when I wrote this. -#. now it looks complicated. -#: ly2dvi.py:806 -#, python-format -msgid "filename should not contain spaces: `%s'" -msgstr "le nom de fichier ne peut contenir des espaces: « %s »" - -#. to be sure, add tmpdir *in front* of inclusion path. -#. os.environ['TEXINPUTS'] = tmpdir + ':' + os.environ['TEXINPUTS'] -#. We catch all exceptions, because we need to do stuff at exit: -#. * copy any successfully generated stuff from tempdir and -#. notify user of that -#. * cleanout tempdir -#. ## ARGH. This also catches python programming errors. -#. ## this should only catch lilypond nonzero exit status -#. ## --hwn -#. TODO: friendly message about LilyPond setup/failing? -#. -#: ly2dvi.py:845 -msgid "Running LilyPond failed. Rerun with --verbose for a trace." -msgstr "" - -#. Our LilyPond pseudo filter always outputs to 'lelie' -#. have subsequent stages and use 'lelie' output. -#. unless: add --tex, or --latex? -#. TODO: friendly message about TeX/LaTeX setup, -#. trying to run tex/latex by hand -#: ly2dvi.py:886 -msgid "Failed to make PS file. Rerun with --verbose for a trace." -msgstr "" +#: musicxml2ly.py:2314 +msgid "Cannot have two simultaneous (closing) slurs" +msgstr "deux liaisons ne peuvent se terminer simultanément" -#. unless: add --tex, or --latex? -#. TODO: friendly message about TeX/LaTeX setup, -#. trying to run tex/latex by hand -#: ly2dvi.py:916 -msgid "Running LaTeX falied. Rerun with --verbose for a trace." -msgstr "" +#: musicxml2ly.py:2324 +msgid "Cannot have a slur inside another slur" +msgstr "des liaisons ne peuvent s'imbriquer" -#. add DEP to targets? -#: ly2dvi.py:926 input-file-results.cc:68 -#, c-format, python-format -msgid "dependencies output to `%s'..." -msgstr "dépendances produites dans « %s »" +#: musicxml2ly.py:2327 +msgid "Cannot have two simultaneous slurs" +msgstr "deux liaisons ne peuvent intervenir simultanément" -#: ly2dvi.py:937 +#: musicxml2ly.py:2455 #, python-format -msgid "%s output to ..." -msgstr "%s sortie vers »..." +msgid "cannot simultaneously have more than one mode: %s" +msgstr "SVP, un seul mode à la fois : %s" -#: ly2dvi.py:942 ly2dvi.py:968 includable-lexer.cc:57 -#: input-file-results.cc:191 input-file-results.cc:197 lily-guile.cc:86 -#, c-format, python-format -msgid "can't find file: `%s'" -msgstr "ne peut repérer le fichier: « %s »" +#: musicxml2ly.py:2553 +msgid "Converting to LilyPond expressions..." +msgstr "Conversion en expressions LilyPond..." -#. Hmm, if this were a function, we could call it the except: clauses -#: ly2dvi.py:965 -#, python-format -msgid "%s output to %s..." -msgstr "%s sortie vers %s..." +#: musicxml2ly.py:2564 +msgid "musicxml2ly [OPTION]... FILE.xml" +msgstr "musicxml2ly [options]... FICHIER.xml" -#. !@PYTHON@ -#. -#. midi2ly.py -- LilyPond midi import script -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 1998--2003 Han-Wen Nienhuys -#. Jan Nieuwenhuizen -#. ############################################################### -#. Users of python modules should include this snippet. -#. -#. This soon to be removed for: import lilypond.lilylib as ly -#. ############################################################### -#. ############################################################### -#. ############### CONSTANTS -#. ############################################################### -#. temp_dir = os.path.join (original_dir, '%s.dir' % program_name) -#. original_dir = os.getcwd () -#. keep_temp_dir_p = 0 -#: midi2ly.py:94 -msgid "Convert MIDI to LilyPond source" -msgstr "Convertir de MIDI en source LilyPond" - -#: midi2ly.py:97 -msgid "print absolute pitches" -msgstr "afficher des tons absolus" +#: musicxml2ly.py:2566 +msgid "" +"Convert MusicXML from FILE.xml to LilyPond input.\n" +"If the given filename is -, musicxml2ly reads from the command line.\n" +msgstr "" +"Convertit FICHIER.xml (MusicXML) au format LilyPond.\n" +"Si le nom du fichier est « - », musicxml2ly lira la ligne de commande.\n" -#: midi2ly.py:98 midi2ly.py:103 -msgid "DUR" -msgstr "DUR" +#: musicxml2ly.py:2576 +msgid "" +"Copyright (c) 2005--2009 by\n" +" Han-Wen Nienhuys ,\n" +" Jan Nieuwenhuizen and\n" +" Reinhold Kainhofer \n" +msgstr "" +"Copyright (c) 2005--2009 by\n" +" Han-Wen Nienhuys ,\n" +" Jan Nieuwenhuizen and\n" +" Reinhold Kainhofer \n" -#: midi2ly.py:98 -msgid "quantise note durations on DUR" -msgstr "quantifier la durée de la note sur DUR" +#: musicxml2ly.py:2601 +msgid "use lxml.etree; uses less memory and cpu time" +msgstr "" +"Utiliser lxml.etree pour consommer moins de mémoire \n" +"et de temps processeur." -#: midi2ly.py:99 -msgid "print explicit durations" -msgstr "afficher les durées explicites" +#: musicxml2ly.py:2607 +msgid "input file is a zip-compressed MusicXML file" +msgstr "le fichier d'entrée est un fichier MusicXML compressé" -#: midi2ly.py:101 -msgid "ALT[:MINOR]" -msgstr "ALT[:MINEUR]" +#: musicxml2ly.py:2613 +msgid "convert pitches in relative mode (default)" +msgstr "convertir les hauteurs en mode relatif (par défaut)" -#: midi2ly.py:101 -msgid "set key: ALT=+sharps|-flats; MINOR=1" -msgstr "définir la clef: ALT=+dièse|-bémol; MINEUR=1" +#: musicxml2ly.py:2618 +msgid "convert pitches in absolute mode" +msgstr "convertir les hauteurs en mode absolu" -#: midi2ly.py:103 -msgid "quantise note starts on DUR" -msgstr "quantifier le début de la note sur DUR" +#: musicxml2ly.py:2621 +msgid "LANG" +msgstr "LANG" -#: midi2ly.py:104 -msgid "DUR*NUM/DEN" -msgstr "DUR*NUM/DEN" +#: musicxml2ly.py:2623 +msgid "use a different language file 'LANG.ly' and corresponding pitch names, e.g. 'deutsch' for deutsch.ly" +msgstr "" +"utiliser un autre fichier linguistique « lang.ly » et ses noms de notes, \n" +"comme « deutsch » pour deutsch.ly" -#: midi2ly.py:104 -msgid "allow tuplet durations DUR*NUM/DEN" -msgstr "permettre un tuplet de durées DUR*NUM/DEN" +#: musicxml2ly.py:2629 +msgid "do not convert directions (^, _ or -) for articulations, dynamics, etc." +msgstr "" +"ne pas convertir les emplacements (^, _ ou -) des articulations, \n" +"nuances, etc." -#: midi2ly.py:108 -msgid "treat every text as a lyric" -msgstr "traiter chaque texte comme des paroles" +#: musicxml2ly.py:2635 +msgid "do not convert beaming information, use lilypond's automatic beaming instead" +msgstr "" +"ne pas convertir les informations de ligature ; \n" +"laisser LilyPond gérer les ligatures automatiques" -#: midi2ly.py:136 mup2ly.py:130 -msgid " 2001--2003" -msgstr " 2001--2003" +#: musicxml2ly.py:2643 +msgid "set output filename to FILE, stdout if -" +msgstr "produire la sortie dans FICHIER (stdout si -)" -#: midi2ly.py:141 mup2ly.py:135 -msgid "" -"\n" -"Distributed under terms of the GNU General Public License. It comes with\n" -"NO WARRANTY." -msgstr "" -"\n" -"Distribué selon les termes de la GNU General Public License. Le logiciel est fourni sans GARANTIE." - -#: midi2ly.py:166 mup2ly.py:162 -msgid "Exiting ... " -msgstr "Fin d'exécution... " - -#: midi2ly.py:264 mup2ly.py:261 -#, python-format -msgid "command exited with value %d" -msgstr "fin de la commande avec l'état %d" - -#. ############################################################### -#. END Library -#. ############################################################### -#. hmm -#. major scale: do-do -#. minor scale: la-la (= + 5) ''' -#. By tradition, all scales now consist of a sequence -#. of 7 notes each with a distinct name, from amongst -#. a b c d e f g. But, minor scales have a wide -#. second interval at the top - the 'leading note' is -#. sharped. (Why? it just works that way! Anything -#. else doesn't sound as good and isn't as flexible at -#. saying things. In medieval times, scales only had 6 -#. notes to avoid this problem - the hexachords.) -#. So, the d minor scale is d e f g a b-flat c-sharp d -#. - using d-flat for the leading note would skip the -#. name c and duplicate the name d. Why isn't c-sharp -#. put in the key signature? Tradition. (It's also -#. supposedly based on the Pythagorean theory of the -#. cycle of fifths, but that really only applies to -#. major scales...) Anyway, g minor is g a b-flat c d -#. e-flat f-sharp g, and all the other flat minor keys -#. end up with a natural leading note. And there you -#. have it. -#. John Sankey -#. -#. Let's also do a-minor: a b c d e f gis a -#. -#. --jcn -#. as -> gis -#. des -> cis -#. ges -> fis -#. g -> fisis -#. d -> cisis -#. a -> gisis -#. b -> ces -#. e -> fes -#. f -> eis -#. c -> bis -#. # FIXME: compile fix --jcn -#. TODO: move space -#. fis cis gis dis ais eis bis -#. bes es as des ges ces fes -#. urg, we should be sure that we're in a lyrics staff -#. all include ALL_NOTES_OFF -#. ugh, must set key while parsing -#. because Note init uses key -#. Better do Note.calc () at dump time? -#. last_lyric.clocks = t - last_time -#. hmm -#. urg, this will barf at meter changes -#. urg LilyPond doesn't start at c4, but -#. remembers from previous tracks! -#. reference_note = Note (clocks_per_4, 4*12, 0) -#. must be in \notes mode for parsing \skip -#: midi2ly.py:1002 +#: musicxml2ly.py:2726 #, python-format -msgid "%s output to `%s'..." -msgstr "%s produites dans « %s »..." +msgid "unknown part in part-list: %s" +msgstr "la partie %s n'est pas mentionnée dans part-list" -#: midi2ly.py:1033 -msgid "Example:" -msgstr "Exemple:" +#: musicxml2ly.py:2788 +msgid "Input is compressed, extracting raw MusicXML data from stdin" +msgstr "Le fichier d'entrée est compressé. Extraction des données MusicXML brutes" -#: midi2ly.py:1083 -msgid "no files specified on command line." -msgstr "aucun fichier spéficié sur la ligne de commande." +#: musicxml2ly.py:2791 +#, python-format +msgid "Input file %s is compressed, extracting raw MusicXML data" +msgstr "" +"Le fichier d'entrée (%s) est compressé. \n" +"Extraction des données MusicXML brutes" -#. !@PYTHON@ -#. mup2ly.py -- mup input converter -#. -#. source file of the GNU LilyPond music typesetter -#. -#. (c) 2001 -#. if set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#: mup2ly.py:70 -msgid "Convert mup to LilyPond source" -msgstr "Conversion de mup en source LilyPond" - -#: mup2ly.py:73 -msgid "debug" -msgstr "débug" - -#: mup2ly.py:74 -msgid "define macro NAME [optional expansion EXP]" -msgstr "définit la macro NOM [EXPRESSION contient les options étendues]" - -#: mup2ly.py:76 main.cc:117 -msgid "write output to FILE" -msgstr "produire la sortie dans le FICHIER" +#: musicxml2ly.py:2821 +msgid "Reading MusicXML from Standard input ..." +msgstr "Lecture du fichier MusicXML à partir de l'entrée standard..." -#: mup2ly.py:77 -msgid "only pre-process" -msgstr "pré-traitement seulement" +#: musicxml2ly.py:2823 +#, python-format +msgid "Reading MusicXML from %s ..." +msgstr "Lecture du fichier MusicXML %s..." -#. Duh. Python style portable: cp *.EXT OUTDIR -#. system ('cp *.%s %s' % (ext, outdir), 1) -#. Python < 1.5.2 compatibility -#. -#. On most platforms, this is equivalent to -#. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2* -#. if set, LILYPONDPREFIX must take prevalence -#. if datadir is not set, we're doing a build and LILYPONDPREFIX -#. ############################################################### -#. END Library -#. -#. PMX cut and paste -#. -#. if not self.entries: -#. #return '\n' -#. #ugh ugh -#. return '\n%s = {}\n\n' % self.idstring () -#. ugh -#. def set_clef (self, letter): -#. clstr = clef_table[letter] -#. self.voices[0].add_nonchord (Clef (clstr)) -#. urg -#. maybe use import copy? -#. for i in self.pitches: -#. ch.pitches.append (i) -#. for i in self.scripts: -#. ch.scripts.append (i) -#. http://www.arkkra.com/doc/uguide/contexts.html -#. #self.current_staffs = [] -#. duh -#. FIXME: 1? -#. FIXME: does key play any role in this? -#. ch = self.current_voices[0].last_chord () -#. ch.basic_duration = self.current_voices[0].last_chord ().basic_duration -#. ugh -#. ch = self.current_voices[0].last_chord () -#. `;' is not a separator, chords end with ';' -#. mup resets default duration and pitch each bar -#. ugh: these (and lots more) should also be parsed in -#. context staff. we should have a class Staff_properties -#. and parse/set all those. -#. shortcut: set to official mup maximum (duh) -#. self.set_staffs (40) -#: mup2ly.py:1076 -#, python-format -msgid "no such context: %s" -msgstr "pas de tel contexte: %s" - -#. hmm -#. dig this: mup allows ifdefs inside macro bodies -#. don't do nested multi-line defines -#. duh: mup is strictly line-based, except for `define', -#. which is `@' terminated and may span several lines -#. don't define new macros in unactive areas -#. To support nested multi-line define's -#. process_function and macro_name, macro_body -#. should become lists (stacks) -#. The mup manual is undetermined on this -#. and I haven't seen examples doing it. -#. -#. don't do nested multi-line define's -#. writes to stdout for help2man -#. don't call -#. identify () -#. sys.stdout.flush () -#. handy emacs testing -#. if not files: -#. files = ['template.mup'] -#: mup2ly.py:1300 +#: musicxml2ly.py:2856 #, python-format -msgid "Processing `%s'..." -msgstr "Traitement de « %s »..." +msgid "Output to `%s'" +msgstr "Fichier de sortie : « %s »" -#: mup2ly.py:1319 +#: musicxml2ly.py:2922 #, python-format -msgid "Writing `%s'..." -msgstr "Écriture de « %s »..." +msgid "Unable to find input file %s" +msgstr "impossible de trouver le fichier d'entrée : « %s »" -#: getopt-long.cc:146 +#: getopt-long.cc:140 #, c-format msgid "option `%s' requires an argument" -msgstr "L'option « %s » requiert un argument" +msgstr "L'option « %s » requiert un argument" -#: getopt-long.cc:150 +#: getopt-long.cc:144 #, c-format -msgid "option `%s' doesn't allow an argument" -msgstr "L'option « %s » ne requiert pas d'argument" +msgid "option `%s' does not allow an argument" +msgstr "L'option « %s » s'emploie sans argument" -#: getopt-long.cc:154 +#: getopt-long.cc:148 #, c-format msgid "unrecognized option: `%s'" -msgstr "option non reconnue: « %s »" +msgstr "option non reconnue : « %s »" -#: getopt-long.cc:161 +#: getopt-long.cc:154 #, c-format msgid "invalid argument `%s' to option `%s'" -msgstr "argument invalide « %s » pour l'option « %s »" - -#: warn.cc:25 -#, c-format -msgid "warning: %s\n" -msgstr "AVERTISSEMENT: %s\n" +msgstr "argument « %s » invalide pour l'option « %s »" -#: warn.cc:31 +#: warn.cc:68 grob.cc:566 input.cc:82 #, c-format -msgid "error: %s\n" -msgstr "Erreur: %s\n" +msgid "programming error: %s" +msgstr "erreur de programmation : %s" -#: warn.cc:44 -#, c-format -msgid "programming error: %s (Continuing; cross thumbs)\n" -msgstr "Erreur de programmation: %s (Poursuite; croisons les doigts)\n" +#: warn.cc:69 input.cc:83 +msgid "continuing, cross fingers" +msgstr "poursuite ; croisons les doigts." -#: accidental.cc:202 key-signature-interface.cc:137 +#: accidental-engraver.cc:298 #, c-format -msgid "accidental `%s' not found" +msgid "accidental typesetting list must begin with context-name: %s" msgstr "" +"La saisie d'une liste d'altérations accidentelles doit débuter \n" +"par un nom de contexte : %s" -#: accidental-engraver.cc:171 new-accidental-engraver.cc:238 +#: accidental-engraver.cc:328 #, c-format -msgid "Accidental typesetting list must begin with context-name: %s" -msgstr "Liste de mise en page accidentelle doit débuter avec un nom de contexte: %s" +msgid "procedure or context-name expected for accidental rule, found %s" +msgstr "" +"procédure ou nom de contexte requis pour la règle d'altération accidentelle,\n" +"%s trouvé" -#: accidental-engraver.cc:196 new-accidental-engraver.cc:263 +#: accidental.cc:187 #, c-format -msgid "unknown accidental typesetting: %s. Ignored" -msgstr "mise en page accidentelle inconnue: %s. Ignorée" +msgid "Could not find glyph-name for alteration %s" +msgstr "Aucun nom de glyphe ne correspond à l'altération %s" -#: accidental-engraver.cc:212 new-accidental-engraver.cc:279 -#, c-format -msgid "Symbol is not a parent context: %s. Ignored" -msgstr "Symbole n'est pas un contexte parent: %s. Ignoré" +#: accidental.cc:202 +msgid "natural alteration glyph not found" +msgstr "pas de glyphe correspondant au bécarre" -#: accidental-engraver.cc:215 new-accidental-engraver.cc:282 -#, c-format -msgid "Accidental typesetting must be pair or context-name: %s" -msgstr "Mise en page accidentelle doit être pair ou un nom de contexte: %s" +#: align-interface.cc:305 +msgid "tried to get a translation for something that is no child of mine" +msgstr "tentative de déplacement d'un élément sans relation directe" -#: afm.cc:66 +#: all-font-metrics.cc:143 #, c-format -msgid "can't find character number: %d" -msgstr "ne peut repérer le nombre de caractères: %d" +msgid "cannot find font: `%s'" +msgstr "fonte « %s » introuvable" -#: afm.cc:81 -#, c-format -msgid "can't find character called: `%s'" -msgstr "ne peut repérer le caractère portant le nom: « %s »" +#: apply-context-iterator.cc:31 +msgid "\\applycontext argument is not a procedure" +msgstr "l'argument \\applycontext n'est pas une procédure" -#: afm.cc:142 +#: auto-change-iterator.cc:63 change-iterator.cc:61 #, c-format -msgid "Error parsing AFM file: `%s'" -msgstr "Erreur d'analyse syntaxique du fichier AFM: « %s »" +msgid "cannot change, already in translator: %s" +msgstr "modification impossible, c'est déjà dans le traducteur : %s" -#: all-font-metrics.cc:95 -#, c-format -msgid "checksum mismatch for font file: `%s'" -msgstr "somme de contrôle ne concorde pas pour le fichier de fontes: « %s »" +#: axis-group-engraver.cc:78 +msgid "Axis_group_engraver: vertical group already has a parent" +msgstr "Axis_group_engraver : le groupe vertical a déjà un parent" -#: all-font-metrics.cc:97 -#, c-format -msgid "does not match: `%s'" -msgstr "ne concorde pas: « %s »" +#: axis-group-engraver.cc:79 +msgid "are there two Axis_group_engravers?" +msgstr "Axis_group_engraver redondant" -#: all-font-metrics.cc:102 -msgid " Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V to show font paths." -msgstr " Reconstruire tous les fichiers .afm et enlever tous les fichiers .pk et .tfm. Ré-exécuter avec l'option -V pour afficher les chemins vers les fontes" +#: axis-group-engraver.cc:80 +msgid "removing this vertical group" +msgstr "retrait de ce groupe vertical" -#: all-font-metrics.cc:103 -msgid "" -"A script for removing font-files is delivered with the source-code,\n" -"in buildscripts/clean-fonts.sh" +#: axis-group-interface.cc:532 +msgid "an outside-staff object should have a direction, defaulting to up" msgstr "" +"un objet externe à la portée devrait avoir un positionnement.\n" +"Placé par défaut au dessus." -#: all-font-metrics.cc:169 -#, c-format -msgid "can't find font: `%s'" -msgstr "ne peut repérer la fonte: « %s »" - -#: all-font-metrics.cc:170 -msgid "Loading default font" -msgstr "Chargement de la fonte par défaut" - -#: all-font-metrics.cc:185 -#, c-format -msgid "can't find default font: `%s'" -msgstr "ne peut reprérer la fonte par défaut: « %s »" - -#: all-font-metrics.cc:186 includable-lexer.cc:59 input-file-results.cc:192 -#, c-format -msgid "(search path: `%s')" -msgstr "(chemin de recherche: « %s »)" - -#: all-font-metrics.cc:187 -msgid "Giving up" -msgstr "Abandon" - -#: auto-change-iterator.cc:43 change-iterator.cc:60 -#: part-combine-music-iterator.cc:120 -msgid "Can't switch translators, I'm there already" -msgstr "Ne peut commuter d'un traducteur à l'autre, je suis là déjà" - -#: bar-check-iterator.cc:51 +#: bar-check-iterator.cc:73 #, c-format msgid "barcheck failed at: %s" -msgstr "échec du barcheck à: %s" - -#: beam.cc:146 -msgid "beam has less than two visible stems" -msgstr "faisceau a moins que deux queues visibles" - -#: beam.cc:151 -msgid "Beam has less than two stems. Removing beam." -msgstr "faisceau a moins de deux queues. Retrait du faisceau." +msgstr "échec du contrôle de mesure (barcheck) à : %s" -#: beam.cc:976 -msgid "Not sure that we can find a nice beam slope (no viable initial configuration found)." -msgstr "Pas certain que l'on puisse repérer un joli pente dans le faisceau (configuration initiale viable non repérée)" - -#: beam-engraver.cc:176 +#: beam-engraver.cc:126 msgid "already have a beam" -msgstr "faisceau déjà présent" +msgstr "lien déjà présent" -#: beam-engraver.cc:259 +#: beam-engraver.cc:202 msgid "unterminated beam" -msgstr "faisceau non terminé" +msgstr "lien non terminé" -#: beam-engraver.cc:292 chord-tremolo-engraver.cc:197 +#: beam-engraver.cc:244 chord-tremolo-engraver.cc:138 msgid "stem must have Rhythmic structure" -msgstr "la queue doit avoir une structure rythmiique" +msgstr "la hampe doit avoir une structure Rythmic" -#: beam-engraver.cc:306 -msgid "stem doesn't fit in beam" -msgstr "la queue ne s'insère pas dans le faisceau" +#: beam-engraver.cc:252 +msgid "stem does not fit in beam" +msgstr "la hampe ne s'insère pas dans le lien" -#: beam-engraver.cc:307 +#: beam-engraver.cc:253 msgid "beam was started here" -msgstr "faisceau a débuté ici" +msgstr "le lien a débuté ici" + +#: beam-quanting.cc:307 +msgid "no feasible beam position" +msgstr "nulle part où positionner le lien" + +#: beam.cc:160 +msgid "removing beam with no stems" +msgstr "suppression du lien ayant moins de deux hampes" + +#: beam.cc:1078 +msgid "no viable initial configuration found: may not find good beam slope" +msgstr "" +"pas de configuration initiale viable repérée : \n" +"la pente du lien pourrait être inesthétique." -#: break-align-interface.cc:173 +#: break-alignment-interface.cc:195 #, c-format msgid "No spacing entry from %s to `%s'" -msgstr "Pas d'espacement des entrées à partir de %s à « %s »" +msgstr "Pas d'espacement entre %s et « %s »" -#: change-iterator.cc:22 +#: change-iterator.cc:23 #, c-format -msgid "can't change `%s' to `%s'" -msgstr "ne peut changer de « %s » à « %s »" +msgid "cannot change `%s' to `%s'" +msgstr "impossible de changer « %s » en « %s »" + +#. FIXME: constant error message. +#: change-iterator.cc:82 +msgid "cannot find context to switch to" +msgstr "impossible de repérer le contexte vers lequel commuter" -#. #. We could change the current translator's id, but that would make -#. errors hard to catch +#. errors hard to catch. #. -#. last->translator_id_string_ = get_change ()->change_to_id_string_; -#. -#: change-iterator.cc:79 -msgid "I'm one myself" -msgstr "J'en suis un moi-même" +#. last->translator_id_string () = get_change +#. ()->change_to_id_string (); +#: change-iterator.cc:91 +#, c-format +msgid "not changing to same context type: %s" +msgstr "pas de changement vers le même type de contexte : %s" -#: change-iterator.cc:82 +#. FIXME: uncomprehensable message +#: change-iterator.cc:95 msgid "none of these in my family" msgstr "aucun de ceux-ci dans ma famille" -#: chord-tremolo-engraver.cc:98 -#, c-format -msgid "Chord tremolo with %d elements. Must have two elements." -msgstr "" +#: chord-tremolo-engraver.cc:88 +msgid "No tremolo to end" +msgstr "Il n'y a aucun trémolo à terminer" -#: chord-tremolo-engraver.cc:157 +#: chord-tremolo-engraver.cc:110 msgid "unterminated chord tremolo" -msgstr "accord de tremolo non terminé" +msgstr "accord en tremolo non terminé" -#: chord-tremolo-iterator.cc:69 -msgid "no one to print a tremolos" -msgstr "aucun pour l'impression de tremolos" +#: chord-tremolo-iterator.cc:35 +#, c-format +msgid "expect 2 elements for chord tremolo, found %d" +msgstr "un accord de tremolo requiert 2 éléments, %d trouvé(s)" -#: clef.cc:64 +#: clef.cc:54 #, c-format msgid "clef `%s' not found" -msgstr "" +msgstr "clé `%s' introuvable" -#: cluster.cc:131 +#: cluster.cc:110 #, c-format msgid "unknown cluster style `%s'" -msgstr "style de groupement inconnu « %s »" +msgstr "style de cluster inconnu : « %s »" -#: coherent-ligature-engraver.cc:84 -#, c-format -msgid "gotcha: ptr=%ul" -msgstr "obtenu: ptr=%ul" +#: cluster.cc:147 +msgid "junking empty cluster" +msgstr "mise au rebut d'un cluster vide" -#: coherent-ligature-engraver.cc:96 +#: coherent-ligature-engraver.cc:100 #, c-format -msgid "distance=%f" -msgstr "distance=%f" +msgid "Coherent_ligature_engraver: setting `spacing-increment=0.01': ptr=%ul" +msgstr "Coherent_ligature_engraver : initialise `spacing-increment=0.01': ptr=%ul" -#: coherent-ligature-engraver.cc:139 -#, c-format -msgid "Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr=%ul" -msgstr "Coherent_ligature_engraver: fixé `spacing-increment = 0.01': ptr=%ul" +#. if we get to here, just put everything on one line +#: constrained-breaking.cc:176 constrained-breaking.cc:193 +msgid "cannot find line breaking that satisfies constraints" +msgstr "impossible de trouver un saut de ligne qui satisfasse aux contraintes" -#: custos.cc:92 +#: context-def.cc:130 #, c-format -msgid "custos `%s' not found" -msgstr "custos `%s' non repéré" - -#: dimensions.cc:13 -msgid "NaN" -msgstr "NaN" - -#: dynamic-engraver.cc:204 span-dynamic-performer.cc:82 -msgid "can't find start of (de)crescendo" -msgstr "ne peut repérer le début du (de)crescendo" - -#: dynamic-engraver.cc:216 -msgid "already have a crescendo" -msgstr "crescendo déjà présent" - -#: dynamic-engraver.cc:217 -msgid "already have a decrescendo" -msgstr "decrescendo déjà présent" +msgid "program has no such type: `%s'" +msgstr "Le programme n'a pas de tel type : « %s »" -#: dynamic-engraver.cc:220 -msgid "Cresc started here" -msgstr "Crescendo a débuté ici" +#: context-property.cc:32 +msgid "need symbol arguments for \\override and \\revert" +msgstr "nécessite des arguments symboliques pour \\override et \\revert" -#: dynamic-engraver.cc:323 -msgid "unterminated (de)crescendo" -msgstr "(de)crescendo n'est pas terminé" - -#: event.cc:49 +#: context.cc:139 #, c-format -msgid "Transposition by %s makes alteration larger than two" -msgstr "Transposition faite par %s crée des altérations plus grande que deux" +msgid "cannot find or create new `%s'" +msgstr "impossible de trouver ou créer un nouveau « %s »" -#: event-chord-iterator.cc:76 output-property-music-iterator.cc:27 +#: context.cc:197 #, c-format -msgid "Junking event: `%s'" -msgstr "Événement rebut: « %s »" - -#: extender-engraver.cc:94 -msgid "unterminated extender" -msgstr "prolongation non terminée" - -#: extender-engraver.cc:106 -msgid "Nothing to connect extender to on the left. Ignoring extender event." -msgstr "Rien à relier à la prolongation sur la gauche. Requête de prolongation ignorée." - -#: folded-repeat-iterator.cc:88 -msgid "no one to print a repeat brace" -msgstr "aucun pour l'impression d'accolades répétées" - -#: font-interface.cc:239 -msgid "couldn't find any font satisfying " -msgstr "ne peut repérer aucune fonte satisfaisante" - -#: glissando-engraver.cc:100 -msgid "Unterminated glissando." -msgstr "glissando non terminée" +msgid "cannot find or create `%s' called `%s'" +msgstr "impossible de trouver ou créer « %s » appelé « %s »" -#: gourlay-breaking.cc:188 +#: context.cc:259 #, c-format -msgid "Optimal demerits: %f" -msgstr "Démérites optionnels: %f" +msgid "Invalid CreateContext event: Cannot create %s context" +msgstr "Événement CreateContext invalide : impossible de créer le contexte %s" -#: gourlay-breaking.cc:193 -msgid "No feasible line breaking found" -msgstr "Aucun morcèlement de ligne faisable repéré" - -#: gregorian-ligature-engraver.cc:59 +#: context.cc:390 #, c-format -msgid "\\%s ignored" -msgstr "\\%s ignoré" +msgid "cannot find or create: `%s'" +msgstr "impossible de trouver ou créer « %s »" -#: gregorian-ligature-engraver.cc:64 +#: custos.cc:77 #, c-format -msgid "implied \\%s added" -msgstr "\\%s implicite ajouté" +msgid "custos `%s' not found" +msgstr "custode « %s » introuvable" -#. -#. Todo: do something sensible. The grob-pq-engraver is not water -#. tight, and stuff like tupletSpannerDuration confuses it. -#. -#: grob-pq-engraver.cc:130 +#: dispatcher.cc:71 +msgid "Event class should be a symbol" +msgstr "La classe Event devrait être un symbole" + +#: dispatcher.cc:78 #, c-format -msgid "" -"Skipped something?\n" -"Grob %s ended before I expected it to end." -msgstr "" -"Quelque chose a été escamoté?\n" -"%s terminé avant la fin attendue." +msgid "Unknown event class %s" +msgstr "Classe d'événement inconnue : « %s »" -#: hairpin.cc:98 -msgid "decrescendo too small" -msgstr "decrescendo trop petit" +#: dots.cc:37 +#, c-format +msgid "dot `%s' not found" +msgstr "point « %s » introuvable" -#: hairpin.cc:99 -msgid "crescendo too small" -msgstr "crescendo trop petit" +#: dynamic-engraver.cc:186 +msgid "cannot find start of (de)crescendo" +msgstr "impossible de repérer le début du (de)crescendo" -#: horizontal-bracket-engraver.cc:64 -msgid "Don't have that many brackets." -msgstr "N'a pas autant de crochets." +#: dynamic-engraver.cc:195 +msgid "already have a decrescendo" +msgstr "decrescendo déjà présent" -#: horizontal-bracket-engraver.cc:73 -msgid "Conflicting note group events." -msgstr "Événements de groupe de notes conflictuels." +#: dynamic-engraver.cc:197 +msgid "already have a crescendo" +msgstr "crescendo déjà présent" -#: hyphen-engraver.cc:87 -msgid "unterminated hyphen" -msgstr "trait d'union non terminé" +#: dynamic-engraver.cc:200 +msgid "cresc starts here" +msgstr "le crescendo débute ici" -#: hyphen-engraver.cc:99 -msgid "Nothing to connect hyphen to on the left. Ignoring hyphen event." -msgstr "Rien à connecter au trait d'union sur la gauche. Requête de trait d'union ignoré" +#: dynamic-engraver.cc:328 +msgid "unterminated (de)crescendo" +msgstr "(de)crescendo non terminé" -#: input.cc:99 -msgid "non fatal error: " -msgstr "pas une erreur fatale: " +#: extender-engraver.cc:142 extender-engraver.cc:151 +msgid "unterminated extender" +msgstr "prolongation non terminée" -#: input.cc:107 source-file.cc:146 source-file.cc:239 -msgid "position unknown" -msgstr "position inconnue" +#: font-config-scheme.cc:140 font-config.cc:57 +#, c-format +msgid "failed adding font directory: %s" +msgstr "échec lors de l'ajout d'un répertoire de fontes : « %s »" -#: input-file-results.cc:72 source-file.cc:54 streams.cc:38 +#: font-config-scheme.cc:142 font-config.cc:59 #, c-format -msgid "can't open file: `%s'" -msgstr "ne peut ouvrir le fichier: « %s »" +msgid "adding font directory: %s" +msgstr "ajout d'un répertoire de fontes : « %s »" -#: input-file-results.cc:132 -msgid "Score contains errors; will not process it" -msgstr "La feuille de musique contient des erreurs; elle ne sera pas traitée" +#: font-config-scheme.cc:156 +#, c-format +msgid "failed adding font file: %s" +msgstr "échec lors de l'ajout d'un fichier de fontes : « %s »" -#: input-file-results.cc:172 +#: font-config-scheme.cc:158 #, c-format -msgid "Now processing: `%s'" -msgstr "Maintenant en traitement: « %s »" +msgid "adding font file: %s" +msgstr "ajout d'un fichier de fontes : « %s »" -#: key-performer.cc:96 -msgid "FIXME: key change merge" -msgstr "FIXME: changement de fusion de clés" +#: font-config.cc:28 +msgid "Initializing FontConfig..." +msgstr "Initialisation de FontConfig..." -#: kpath.cc:76 +#: font-config.cc:44 #, c-format -msgid "Kpathsea couldn't find TFM file `%s'" -msgstr "Kpathsea ne peut repérer le fichier TFM: « %s »" +msgid "Rebuilding FontConfig cache %s, this may take a while..." +msgstr "Reconstitution du cache FontConfig %s. Patientez..." -#: ligature-engraver.cc:159 -msgid "can't find start of ligature" -msgstr "ne peut repérer le début d'une ligature" +#: font-config.cc:63 +msgid "Building font database." +msgstr "Construction de la base de donnée des fontes." -#: ligature-engraver.cc:165 -msgid "no right bound" -msgstr "pas de borne à droite" +#: general-scheme.cc:202 +msgid "infinity or NaN encountered while converting Real number" +msgstr "Infini ou valeur non numérique rencontré lors de la conversion d'un nombre réel" -#: ligature-engraver.cc:191 -msgid "already have a ligature" -msgstr "a déjà une ligature" +#: general-scheme.cc:203 +msgid "setting to zero" +msgstr "initialisation à zéro" -#: ligature-engraver.cc:207 -msgid "no left bound" -msgstr "pas de borne à gauche" +#: general-scheme.cc:422 output-ps.scm:63 +msgid "Found infinity or nan in output. Substituting 0.0" +msgstr "" +"La sortie contient l'infini ou une valeur non numérique. \n" +"Substitution par 0.0" -#: ligature-engraver.cc:258 -msgid "unterminated ligature" -msgstr "ligature non terminée" +#: glissando-engraver.cc:94 +msgid "unterminated glissando" +msgstr "glissando non terminé" -#: ligature-engraver.cc:282 -msgid "ligature may not contain rest; ignoring rest" -msgstr "ligature ne peut contenir une pause; pause ignorée" +#: global-context-scheme.cc:85 global-context-scheme.cc:103 +msgid "no music found in score" +msgstr "Il n'y a pas de musique dans cette partition" -#: ligature-engraver.cc:283 -msgid "ligature was started here" -msgstr "ligature a débuté ici" +#: global-context-scheme.cc:93 +msgid "Interpreting music... " +msgstr "Interprétation en cours de la musique..." -#: lily-guile.cc:88 +#: global-context-scheme.cc:116 #, c-format -msgid "(load path: `%s')" -msgstr "(chemin de chargement: « %s »)" +msgid "elapsed time: %.2f seconds" +msgstr "temps écoulé : %.2f secondes" -#: lily-guile.cc:576 +#: gregorian-ligature-engraver.cc:59 #, c-format -msgid "Can't find property type-check for `%s' (%s)." -msgstr "Ne peut repérer la propriété de vérification de type pour « %s » (%s)." - -#: lily-guile.cc:579 -msgid "Perhaps you made a typing error?" -msgstr "Peut-être avez-vous commis une erreur?" - -#: lily-guile.cc:585 -msgid "Doing assignment anyway." -msgstr "Affectation faite malgré tout." +msgid "\\%s ignored" +msgstr "\\%s ignoré(e)" -#: lily-guile.cc:599 +#: gregorian-ligature-engraver.cc:64 #, c-format -msgid "Type check for `%s' failed; value `%s' must be of type `%s'" -msgstr "Vérification de type pour « %s » a échoué; la valeur « %s » doit être de type « %s »" - -#: lookup.cc:173 -msgid "round filled box horizontal extent smaller than blot; decreasing blot" -msgstr "largeur horizontale de la boîte plus petite que le diamètre du coin; réduction du diamètre du coin" - -#: lookup.cc:178 -msgid "round filled box vertical extent smaller than blot; decreasing blot" -msgstr "hauteur verticale de la boîte plus petite que le diamètre du coin; réduction du diamètre du coin" - -#: lyric-phrasing-engraver.cc:311 -msgid "lyrics found without any matching notehead" -msgstr "paroles trouvées sans aucune concordance avec une note de tête" - -#: lyric-phrasing-engraver.cc:317 -msgid "Huh? Melismatic note found to have associated lyrics." -msgstr "Euh? Note mélismatique repéré associé à des paroles" - -#: main.cc:106 -msgid "EXPR" -msgstr "EXPR" - -#: main.cc:107 -msgid "set options, use -e '(ly-option-usage)' for help" -msgstr "options d'initialisation: utiliser -e '(ly-option-usage)' pour de l'aide" - -#: main.cc:110 -msgid "use output format EXT" -msgstr "utiliser le format de sortie EXT" - -#: main.cc:112 -msgid "FIELD" -msgstr "CHAMP" +msgid "implied \\%s added" +msgstr "\\%s implicite ajouté(e)" -#: main.cc:112 -msgid "write header field to BASENAME.FIELD" -msgstr "écrire un champ d'en-tête dans BASENAME.FIELD" +#. ligature may not start with 2nd head of pes or flexa +#: gregorian-ligature-engraver.cc:213 +msgid "cannot apply `\\~' on first head of ligature" +msgstr "Impossible d'appliquer « \\~ » à la première tête de ligature" -#: main.cc:113 -msgid "add DIR to search path" -msgstr "ajouter le RÉPERTOIRE au chemin de recherche" +#. (pitch == prev_pitch) +#: gregorian-ligature-engraver.cc:225 +msgid "cannot apply `\\~' on heads with identical pitch" +msgstr "Impossible d'appliquer « \\~ » à des têtes ayant la même hauteur" -#: main.cc:114 -msgid "use FILE as init file" -msgstr "utiliser le FICHIER comme fichier d'initialisation" +#: grob-interface.cc:57 +#, c-format +msgid "Unknown interface `%s'" +msgstr "Interface inconnue « %s »" -#: main.cc:118 -msgid "prepend DIR to dependencies" -msgstr "ajouter en préfixe le RÉPERTOIRE aux dépendances" +#: grob-interface.cc:68 +#, c-format +msgid "Grob `%s' has no interface for property `%s'" +msgstr "L'objet graphique (Grob) « %s » n'a pas d'interface pour la propriété « %s »" -#. -#. should audit again. -#. -#: main.cc:123 -msgid "inhibit file output naming and exporting" -msgstr "inhiber la dénomination de nom de fichier et l'exportation" +#: grob-property.cc:34 +#, c-format +msgid "%d: %s" +msgstr "%d : %s" -#. No version number or newline here. It confuses help2man. -#: main.cc:155 +#: grob-property.cc:173 #, c-format -msgid "Usage: %s [OPTION]... FILE..." -msgstr "Usage: %s [OPTION]... FICHIER..." +msgid "cyclic dependency: calculation-in-progress encountered for #'%s (%s)" +msgstr "dépendance circulaire : calculation-in-progress rencontrée pour #'%s (%s)" -#: main.cc:157 -msgid "Typeset music and or play MIDI from FILE" -msgstr "Composer la musique et/ou jouer en format MIDI à partir du FICHIER" +#: grob.cc:251 +msgid "Infinity or NaN encountered" +msgstr "infini ou valeur non numérique rencontré lors de la conversion d'un nombre réel" -#: main.cc:160 -msgid "" -"LilyPond is a music typesetter. It produces beautiful sheet music\n" -"using a high level description file as input. LilyPond is part of \n" -"the GNU Project.\n" -msgstr "" -"LilyPond est un logiciel de composition de musique. Il produit de jolies feuilles\n" -"de musique en utilisant un fichier de description de haut niveau à l'entrée.\n" -"LilyPond fait parti du projet GNU.\n" +#: hairpin.cc:186 +msgid "decrescendo too small" +msgstr "decrescendo trop petit" -#: main.cc:182 -#, c-format -msgid "" -"This is free software. It is covered by the GNU General Public License,\n" -"and you are welcome to change it and/or distribute copies of it under\n" -"certain conditions. Invoke as `%s --warranty' for more information.\n" -msgstr "" -"Ce logiciel est libre. Il est couvert par la licence GNU General Public License,\n" -"et vous êtes libre de le modifier et/ou distribuer sous certaines conditions\n" -"Invoquer commme suit « %s --warranty » pour plus de détails.\n" +#: horizontal-bracket-engraver.cc:68 +msgid "do not have that many brackets" +msgstr "n'a pas autant de crochets" -#: main.cc:198 -msgid "GNU LilyPond -- The music typesetter" -msgstr "GNU LilyPond -- Le logiciel de composition de musique" +#: horizontal-bracket-engraver.cc:77 +msgid "conflicting note group events" +msgstr "événements de groupe de notes conflictuels" -#: main.cc:206 -#, fuzzy -msgid "" -" This program is free software; you can redistribute it and/or\n" -"modify it under the terms of the GNU General Public License version 2\n" -"as published by the Free Software Foundation.\n" -"\n" -" This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" -"General Public License for more details.\n" -"\n" -" You should have received a copy (refer to the file COPYING) of the\n" -"GNU General Public License along with this program; if not, write to\n" -"the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" -"USA.\n" -msgstr "" -" Ce logiciel est libre; vous pouvez le redistribuer et/ou le modifier\n" -"sous les termes de la licence GNU General Public License version 2\n" -"tel que publié par la Free Software Foundation.\n" -"\n" -" Ce logiciel est distribué dans l'espoir qu'il soit utile\n" -"mais sans AUCUNE GARANTIE; tant pour des raisons\n" -"COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER.. Consulter\n" -"la license GNU General Public License for more details.\n" -"\n" -" Vous devriez avoir reçu une copie (consulter le fichier COPYING) de la\n" -"license GNU General Public License accompagnant ce logiciel; si absente écrire à\n" -"la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,\n" -"USA.\n" +#: hyphen-engraver.cc:93 +msgid "removing unterminated hyphen" +msgstr "retrait du trait d'union sans suite" -#: mensural-ligature.cc:153 -#, c-format -msgid "Mensural_ligature:thickness undefined on flexa %d; assuming 1.4" -msgstr "Mensural_ligature: épaisseur indéfinie sur flexa %d; 1.4 est assumé" +#: hyphen-engraver.cc:107 +msgid "unterminated hyphen; removing" +msgstr "trait d'union sans suite ; escamoté" -#: mensural-ligature.cc:169 +#: includable-lexer.cc:53 lily-guile.cc:76 lily-parser-scheme.cc:110 #, c-format -msgid "Mensural_ligature:delta-pitch undefined on flexa %d; assuming 0" -msgstr "Mensural_ligature: croissance du ton (delta-pitch) indéfinie sur flexa %d; 0 est assumé" +msgid "cannot find file: `%s'" +msgstr "fichier non trouvé : « %s »" -#: mensural-ligature.cc:182 +#: includable-lexer.cc:55 lily-parser-scheme.cc:101 #, c-format -msgid "Mensural_ligature:flexa-width undefined on flexa %d; assuming 2.0" -msgstr "Mensural_ligature: largeur de flexa (flxe-width) indéfinie sur flexa %d; 2.0 est assumé" - -#: mensural-ligature.cc:215 -msgid "Mensural_ligature:unexpected case fall-through" -msgstr "Mensural_ligature: cas inattendu sans interception" +msgid "(search path: `%s')" +msgstr "(chemin de recherche : « %s »)" -#: mensural-ligature.cc:225 -msgid "Mensural_ligature: (join_left == 0)" -msgstr "Mensural_liguture: (joint_left == 0)" +#: input.cc:112 source-file.cc:173 source-file.cc:188 +msgid "position unknown" +msgstr "position inconnue" -#: mensural-ligature-engraver.cc:248 mensural-ligature-engraver.cc:397 -msgid "unexpected case fall-through" -msgstr "cas inattendu non intercepté" +#: key-signature-interface.cc:74 +#, c-format +msgid "No glyph found for alteration: %s" +msgstr "Pas de glyphe pour l'altération : %s" -#: mensural-ligature-engraver.cc:259 -msgid "ligature with less than 2 heads -> skipping" -msgstr "ligature avec moins que 2 tête -> escamoté" +#: key-signature-interface.cc:84 +msgid "alteration not found" +msgstr "altération non trouvée" -#: mensural-ligature-engraver.cc:279 -msgid "can not determine pitch of ligature primitive -> skipping" -msgstr "ne peut déterminer le ton de la primitive de la ligature -> escamoté" +#: ligature-bracket-engraver.cc:62 ligature-engraver.cc:93 +msgid "cannot find start of ligature" +msgstr "impossible de trouver le début d'une ligature" -#: mensural-ligature-engraver.cc:302 -msgid "prime interval within ligature -> skipping" -msgstr "premier interval dans la ligature -> escamoté" +#: ligature-bracket-engraver.cc:75 ligature-engraver.cc:120 +msgid "already have a ligature" +msgstr "a déjà une ligature" -#: mensural-ligature-engraver.cc:312 -msgid "mensural ligature: duration none of L, B, S -> skipping" -msgstr "Mensural_ligature: aucune durée parmie L, B, S -> escomatée" +#: ligature-engraver.cc:98 +msgid "no right bound" +msgstr "pas de borne à droite" -#: midi-item.cc:148 -#, c-format -msgid "no such instrument: `%s'" -msgstr "pas un tel instrument: « %s »" +#: ligature-engraver.cc:129 +msgid "no left bound" +msgstr "pas de borne à gauche" -#: midi-item.cc:238 -msgid "silly duration" -msgstr "durée ridicule" +#: ligature-engraver.cc:173 +msgid "unterminated ligature" +msgstr "ligature non terminée" -#: midi-item.cc:251 -msgid "silly pitch" -msgstr "ton bizarre" +#: ligature-engraver.cc:202 +msgid "ignoring rest: ligature may not contain rest" +msgstr "le silence est ignoré : une ligature ne peut contenir de silence" -#: music-output-def.cc:111 -#, c-format -msgid "can't find `%s' context" -msgstr "ne peut repérer le contexte « %s »" +#: ligature-engraver.cc:203 +msgid "ligature was started here" +msgstr "la ligature a débuté ici" -#: my-lily-lexer.cc:169 +#: lily-guile.cc:78 #, c-format -msgid "Identifier name is a keyword: `%s'" -msgstr "Le nom de l'identificateur est un mot clé: « %s »" +msgid "(load path: `%s')" +msgstr "(chemin de chargement : « %s »)" -#: my-lily-lexer.cc:191 +#: lily-guile.cc:428 #, c-format -msgid "error at EOF: %s" -msgstr "erreur à la fin du fichier (EOF): %s" +msgid "cannot find property type-check for `%s' (%s)." +msgstr "vérification du type de propriété pour « %s » (%s) non trouvée" -#: my-lily-parser.cc:44 -msgid "Parsing..." -msgstr "Analyse..." +#: lily-guile.cc:431 +msgid "perhaps a typing error?" +msgstr "Probable faute de frappe" -#: my-lily-parser.cc:54 -msgid "Braces don't match" -msgstr "Accolades non pairées" +#: lily-guile.cc:438 +msgid "doing assignment anyway" +msgstr "affectation faite malgré tout" -#. -#. music for the softenon children? -#. -#: new-fingering-engraver.cc:143 -msgid "music for the martians." +#: lily-guile.cc:450 +#, c-format +msgid "type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" +"la vérification du type de « %s » a échoué ; \n" +" la valeur « %s » doit être du type « %s »" -#: new-tie-engraver.cc:166 tie-engraver.cc:217 -msgid "lonely tie" -msgstr "lien isolé" - -#: note-collision.cc:340 -msgid "Too many clashing notecolumns. Ignoring them." -msgstr "Trop de note-colonnes qui se heurtent. On les ignore." +#: lily-lexer.cc:252 +msgid "include files are not allowed in safe mode" +msgstr "l'inclusion de fichiers n'est pas permise en mode sans échec" -#: note-head.cc:127 +#: lily-lexer.cc:271 #, c-format -msgid "note head `%s' not found" -msgstr "" +msgid "identifier name is a keyword: `%s'" +msgstr "Le nom de l'identificateur est un mot clé : « %s »" -#: paper-def.cc:96 +#: lily-lexer.cc:286 #, c-format -msgid "paper output to `%s'..." -msgstr "sortie sur papier vers « %s »..." +msgid "error at EOF: %s" +msgstr "erreur à la fin du fichier (EOF) : %s" -#: paper-score.cc:78 +#: lily-parser-scheme.cc:30 #, c-format -msgid "Element count %d (spanners %d) " -msgstr "Éléments dénombrés %d (spanners %d) " - -#: paper-score.cc:83 -msgid "Preprocessing graphical objects..." -msgstr "Pré-traitement des éléments graphiques..." - -#: paper-score.cc:116 -msgid "Outputting Score, defined at: " -msgstr "Production d'une feuille de musique, définie à: " +msgid "deprecated function called: %s" +msgstr "appel à une fonction obsolète : %s" -#: parse-scm.cc:79 -msgid "GUILE signaled an error for the expression begining here" -msgstr "GUILE a signalé une erreur pour l'expression débutant ici" - -#. -#. We could change the current translator's id, but that would make -#. errors hard to catch -#. -#. last->translator_id_string_ = get_change ()->change_to_id_string_; -#. -#: part-combine-music-iterator.cc:139 +#: lily-parser-scheme.cc:83 #, c-format -msgid "I'm one myself: `%s'" -msgstr "J'en sui sun moi-même: « %s »" +msgid "Changing working directory to: `%s'" +msgstr "Modification du répertoire de travail pour : « %s »" -#: part-combine-music-iterator.cc:142 +#: lily-parser-scheme.cc:100 #, c-format -msgid "none of these in my family: `%s'" -msgstr "aucun de ceux-ci dans ma famille: « %s »" - -#: percent-repeat-engraver.cc:109 -msgid "Don't know how to handle a percent repeat of this length." -msgstr "Ne sait comment traiter la répétition de pourcent de cette longueur." +msgid "cannot find init file: `%s'" +msgstr "impossible de trouver le fichier d'initialisation : « %s »" -#: percent-repeat-engraver.cc:163 -msgid "unterminated percent repeat" -msgstr "pourcentage de répétition non terminé" +#: lily-parser-scheme.cc:119 +#, c-format +msgid "Processing `%s'" +msgstr "Traitement de « %s »" -#: percent-repeat-iterator.cc:65 -msgid "no one to print a percent" -msgstr "aucun pour l'impression de pourcent" +#: lily-parser.cc:95 +msgid "Parsing..." +msgstr "Analyse..." -#: performance.cc:51 -msgid "Track ... " -msgstr "Piste ... " +#: lily-parser.cc:123 +msgid "braces do not match" +msgstr "accolades non pairées" -#: performance.cc:83 -msgid "Creator: " -msgstr "Créateur: " +#: lyric-combine-music-iterator.cc:329 +#, c-format +msgid "cannot find Voice `%s'" +msgstr "impossible de repérer la voix (Voice) « %s »" -#: performance.cc:103 -msgid "at " -msgstr "à " +#: lyric-engraver.cc:162 +msgid "Lyric syllable does not have note. Use \\lyricsto or associatedVoice." +msgstr "Syllabe sans note de rattachement. Utiliser \\lyricsto ou associatedVoice." -#: performance.cc:114 +#: main.cc:97 #, c-format -msgid "from musical definition: %s" -msgstr "à partir de la définition musicale: %s" +msgid "" +"This program is free software. It is covered by the GNU General Public\n" +"License and you are welcome to change it and/or distribute copies of it\n" +"under certain conditions. Invoke as `%s --warranty' for more\n" +"information.\n" +msgstr "" +"Ce logiciel est libre. Il est couvert par la licence GNU General Public \n" +"License, et vous êtes libre de le modifier et/ou d'en distribuer des copies\n" +"sous certaines conditions.\n" +"Invoquez « %s --warranty » pour plus d'informations.\n" -#: performance.cc:169 -#, c-format -msgid "MIDI output to `%s'..." -msgstr "Sortie MIDI vers « %s »..." +#: main.cc:103 +msgid "" +" This program is free software; you can redistribute it and/or\n" +"modify it under the terms of the GNU General Public License version 2\n" +"as published by the Free Software Foundation.\n" +"\n" +" This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" +"General Public License for more details.\n" +"\n" +" You should have received a copy of the\n" +"GNU General Public License along with this program; if not, write to\n" +"the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n" +"Boston, MA 02111-1307, USA.\n" +msgstr "" +" Ce logiciel est libre; vous pouvez le redistribuer et/ou le modifier\n" +"selon les termes de la licence GNU General Public License version 2\n" +"tel que publiée par la Free Software Foundation.\n" +"\n" +" Ce logiciel est distribué dans l'espoir qu'il soit utile\n" +"mais sans AUCUNE GARANTIE; sans aucune garantie implicite\n" +"COMMERCIALE ou pour RÉPONDRE À UN BESOIN PARTICULIER.. Consulter\n" +"la license GNU General Public License pour plus de détails.\n" +"\n" +" Vous devriez avoir reçu une copie (consulter le fichier COPYING) de la\n" +"license GNU General Public License accompagnant ce logiciel; si absente, \n" +" écrire à la Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n" +"Boston, MA 02111-1307, USA.\n" -#: phrasing-slur-engraver.cc:123 -msgid "unterminated phrasing slur" -msgstr "phrase de liaison non terminée" +#: main.cc:134 +msgid "SYM[=VAL]" +msgstr "SYM[=VAL]" -#: phrasing-slur-engraver.cc:141 -msgid "can't find start of phrasing slur" -msgstr "ne peut repérer le début d'une phrase de liaison" +#: main.cc:135 +msgid "" +"set Scheme option SYM to VAL (default: #t).\n" +"Use -dhelp for help." +msgstr "" +"affecte VAL (par défaut #t)\n" +"à l'option Scheme SYM.\n" +"Utiliser -dhelp pour avoir de l'aide." -#: piano-pedal-engraver.cc:235 piano-pedal-engraver.cc:250 -#: piano-pedal-engraver.cc:305 piano-pedal-performer.cc:82 -#, c-format -msgid "can't find start of piano pedal: `%s'" -msgstr "ne peut repérer le début de la pédale de piano: « %s »" +#: main.cc:138 +msgid "EXPR" +msgstr "EXPR" -#: piano-pedal-engraver.cc:410 -msgid "unterminated pedal bracket" -msgstr "accolades des pédales non complétées" +#: main.cc:138 +msgid "evaluate scheme code" +msgstr "évaluation du code Scheme" -#: property-iterator.cc:97 -#, c-format -msgid "Not a grob name, `%s'." -msgstr "N'est pas un nom de type grob, « %s »" +#. Bug in option parser: --output =foe is taken as an abbreviation +#. for --output-format. +#: main.cc:141 +msgid "FORMATs" +msgstr "FORMATs" -#: rest.cc:139 -#, c-format -msgid "rest `%s' not found, " -msgstr "symbole `%s' non repéré, " +#: main.cc:141 +msgid "dump FORMAT,... Also as separate options:" +msgstr "" +"produire FORMAT,...\n" +"Aussi comme options séparées :" -#: rest-collision.cc:199 -msgid "too many colliding rests" -msgstr "trop de pauses en collision" +#: main.cc:142 +msgid "generate PDF (default)" +msgstr "générer le PDF (par défaut)" -#: scm-option.cc:45 -msgid "lilypond -e EXPR means:" -msgstr "lilypond -e EXPRESSION signifie:" +#: main.cc:143 +msgid "generate PNG" +msgstr "générer le PNG" -#: scm-option.cc:47 -msgid " Evalute the Scheme EXPR before parsing any .ly files." -msgstr "Evaluer l'EXPRESSION Scheme avant d'analyser les fichiers .ly" +#: main.cc:144 +msgid "generate PostScript" +msgstr "générer le PostScript" -#: scm-option.cc:49 -msgid " Multiple -e options may be given, they will be evaluated sequentially." -msgstr "Les options multiples -e peuvent être fournis, elles seront évaluées séquentiellement." +#: main.cc:146 +msgid "FIELD" +msgstr "CHAMP" -#: scm-option.cc:51 -msgid " The function ly-set-option allows for access to some internal variables." -msgstr "L'option de la fonction ly-set-option permet l'accès à quelques variables internes." +#: main.cc:146 +msgid "" +"dump header field FIELD to file\n" +"named BASENAME.FIELD" +msgstr "" +"écrire le champ d'en-tête CHAMP dans le\n" +"fichier nommé BASENAME.CHAMP" -#: scm-option.cc:53 -msgid "Usage: lilypond -e \"(ly-set-option SYMBOL VAL)\"" -msgstr "Usage: lilypond -e \"(ly-set-option SYMBOLE VALEUR)\"" +#: main.cc:148 +msgid "add DIR to search path" +msgstr "ajouter RÉPERTOIRE au chemin de recherche" -#: scm-option.cc:55 -msgid "Where SYMBOL VAL pair is any of:" -msgstr "Où la paire SYMBOLE VALEUR peut prendre les options suivantes:" +#: main.cc:149 +msgid "use FILE as init file" +msgstr "" +"utiliser FICHIER comme\n" +"fichier d'initialisation" -#: scm-option.cc:128 -msgid "Unknown internal option!" -msgstr "Option interne inconnue!" +#: main.cc:151 +msgid "USER, GROUP, JAIL, DIR" +msgstr "USER,GROUP,CAGE,RÉP" -#: score.cc:85 -msgid "Interpreting music..." -msgstr "Interprétation de la musique..." +#: main.cc:151 +msgid "" +"chroot to JAIL, become USER:GROUP\n" +"and cd into DIR" +msgstr "" +"chroot dans CAGE, devenir UTILISATEUR:GROUPE\n" +"et cd dans RÉPERTOIRE" -#: score.cc:97 -msgid "Need music in a score" -msgstr "Musique manquante pour produire la feuille de musique" +#: main.cc:154 +msgid "write output to FILE (suffix will be added)" +msgstr "" +"produire la sortie dans FICHIER \n" +"(adjonction automatique du suffixe)" -#. should we? hampers debugging. -#: score.cc:111 -msgid "Errors found/*, not processing score*/" -msgstr "Erreurs trouvées/*, pas de traitement de la feuille de musique*/" +#: main.cc:155 +msgid "relocate using directory of lilypond program" +msgstr "" +"redétermine le chemin d'exécution\n" +"des composants de LilyPond" -#: score.cc:118 +#: main.cc:221 #, c-format -msgid "elapsed time: %.2f seconds" -msgstr "temps écoulé: %.2f seconds" +msgid "" +"Copyright (c) %s by\n" +"%s and others." +msgstr "" +"Copyright © %s détenu par\n" +"%s et autres." -#: score-engraver.cc:99 +#. No version number or newline here. It confuses help2man. +#: main.cc:249 #, c-format -msgid "can't find `%s'" -msgstr "ne peut trouver « %s »" - -#: score-engraver.cc:100 -msgid "Fonts have not been installed properly. Aborting" -msgstr "Les fontes n'ont pas été installées correctement. Abandon" +msgid "Usage: %s [OPTION]... FILE..." +msgstr "Utilisation : %s [OPTIONS]... FICHIER..." -#: score-engraver.cc:205 +#: main.cc:251 #, c-format -msgid "unbound spanner `%s'" -msgstr "clef sans borne « %s »" +msgid "Typeset music and/or produce MIDI from FILE." +msgstr "Composer la musique ou jouer en format MIDI à partir du FICHIER" -#: script-engraver.cc:90 +#: main.cc:253 #, c-format -msgid "Don't know how to interpret articulation `%s'" -msgstr "Ne sait comment interpréter l'articulation « %s »" - -#. this shouldn't happen, but let's continue anyway. -#: separation-item.cc:53 separation-item.cc:101 -msgid "Separation_item: I've been drinking too much" -msgstr "Separation_item: cela ne devrait pas se produire mais..." +msgid "LilyPond produces beautiful music notation." +msgstr "LilyPond produit une jolie notation musicale" -#: simple-spacer.cc:248 +#: main.cc:255 #, c-format -msgid "No spring between column %d and next one" -msgstr "Pas de tension entre la colonne %d et la suivante" - -#: slur-engraver.cc:141 -msgid "unterminated slur" -msgstr "liaison non terminée" +msgid "For more information, see %s" +msgstr "Pour plus d'informations, voir %s" -#. How to shut up this warning, when Voice_devnull_engraver has -#. eaten start event? -#: slur-engraver.cc:159 -msgid "can't find start of slur" -msgstr "ne peut repérer le début d'une liaison" - -#: source-file.cc:67 +#: main.cc:257 #, c-format -msgid "Huh? Got %d, expected %d characters" -msgstr "Euh? Obtenu %d caractères, on s'attendait à %d" +msgid "Options:" +msgstr "Options :" -#: spacing-spanner.cc:379 +#: main.cc:311 #, c-format -msgid "Global shortest duration is %s\n" -msgstr "La plus petite durée globale est %s\n" +msgid "expected %d arguments with jail, found: %u" +msgstr "une cage requiert %d arguments, il y en a %u" -#: spring-smob.cc:32 +#: main.cc:325 #, c-format -msgid "#" -msgstr "#" - -#: staff-symbol.cc:61 -msgid "staff symbol: indentation yields beyond end of line" -msgstr "symbole staff: l'indentation a cédé avant la fin de la ligne" - -#: stem.cc:118 -msgid "Weird stem size; check for narrow beams" -msgstr "Taille bizarre de hampe de not; vérifier pour des faisceaux étroits" +msgid "no such user: %s" +msgstr "utilisateur inconnu : « %s »" -#: stem.cc:611 +#: main.cc:327 #, c-format -msgid "flag `%s' not found" +msgid "cannot get user id from user name: %s: %s" msgstr "" +"impossible de repérer l'identifiant utilisateur à partir du nom d'utilisateur :\n" +"%s : %s" -#: stem.cc:624 +#: main.cc:342 #, c-format -msgid "flag stroke `%s' not found" -msgstr "" - -#: stem-engraver.cc:96 -msgid "tremolo duration is too long" -msgstr "" +msgid "no such group: %s" +msgstr "groupe inconnu : %s" -#: stem-engraver.cc:124 +#: main.cc:344 #, c-format -msgid "Adding note head to incompatible stem (type = %d)" -msgstr "Ajout d'une note de tête à une hampe de not incompatible (type = %d)" - -#: stem-engraver.cc:125 -msgid "Don't you want polyphonic voices instead?" +msgid "cannot get group id from group name: %s: %s" msgstr "" +"impossible de repérer l'identifiant groupe à partir du nom de groupe :\n" +"%s : %s " -#: streams.cc:34 +#: main.cc:352 #, c-format -msgid "can't create directory: `%s'" -msgstr "ne peut créer le répertoire: « %s »" +msgid "cannot chroot to: %s: %s" +msgstr "impossible de chrooter vers : %s : %s" -#: streams.cc:48 -msgid "Error syncing file (disk full?)" -msgstr "Erreur de synchronisation du fichier (disque plein?)" +#: main.cc:359 +#, c-format +msgid "cannot change group id to: %d: %s" +msgstr "impossible de changer l'identifiant de groupe en : %d : %s" -#: system.cc:125 +#: main.cc:365 #, c-format -msgid "Element count %d." -msgstr "Éléments dénombrés %d." +msgid "cannot change user id to: %d: %s" +msgstr "impossible de changer l'identifiant utilisateur en : %d : %s" -#: system.cc:372 +#: main.cc:371 #, c-format -msgid "Grob count %d " -msgstr "Éléments de type grob dénombrés %d." +msgid "cannot change working directory to: %s: %s" +msgstr "impossible de changer le répertoire de travail en : %s : %s" -#: system.cc:386 -msgid "Calculating line breaks..." -msgstr "Calcul des bris de lignes..." +#: main.cc:611 +#, c-format +msgid "exception caught: %s" +msgstr "exception capturée : %s" -#: text-spanner-engraver.cc:81 -msgid "can't find start of text spanner" -msgstr "ne peut repérer le début du texte de clef" +#. FIXME: constant error message. +#: mark-engraver.cc:129 +msgid "rehearsalMark must have integer value" +msgstr "rehearsalMark doit être un entier" -#: text-spanner-engraver.cc:95 -msgid "already have a text spanner" -msgstr "a déjà un texte de clef" +#: mark-engraver.cc:135 +msgid "mark label must be a markup object" +msgstr "les étiquettes de marque doivent être des objets de type \"markup\"" -#: text-spanner-engraver.cc:164 -msgid "unterminated text spanner" -msgstr "texte de clef non terminé" +#: mensural-ligature-engraver.cc:85 +msgid "ligature with less than 2 heads -> skipping" +msgstr "ligature avec moins de 2 tête -> escamotage" -#: tfm.cc:83 -#, c-format -msgid "can't find ascii character: %d" -msgstr "ne peut repérer le caractère ascii: %d" +#: mensural-ligature-engraver.cc:112 +msgid "cannot determine pitch of ligature primitive -> skipping" +msgstr "impossible de déterminer la hauteur de la primitive de ligature -> escamotage" -#. Not using ngettext's plural feature here, as this message is -#. more of a programming error. -#: tfm-reader.cc:108 -#, c-format -msgid "TFM header of `%s' has only %u word (s)" -msgstr "L'en-tête TFM de « %s » n'a seulement que %u mot(s)" +#: mensural-ligature-engraver.cc:126 +msgid "single note ligature - skipping" +msgstr "ligature sur note unique -> escamotage" -#: tfm-reader.cc:142 -#, c-format -msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" -msgstr "%s: le fichier TFM a %u paramètres qui sont plus que %u pouvant être traités" +#: mensural-ligature-engraver.cc:138 +msgid "prime interval within ligature -> skipping" +msgstr "intervale de prime dans la ligature -> escamotage" -#: tie-performer.cc:159 -msgid "No ties were created!" -msgstr "Aucun lien n'a été créé!" +#: mensural-ligature-engraver.cc:150 +msgid "mensural ligature: duration none of Mx, L, B, S -> skipping" +msgstr "ligature mensurale : aucune durée parmi Mx, L, B, S -> escamotage" -#: time-scaled-music-iterator.cc:25 -msgid "no one to print a tuplet start bracket" -msgstr "aucun pour l'impression d'un tuplet d'accolades de départ" +#: mensural-ligature-engraver.cc:198 +msgid "semibrevis must be followed by another one -> skipping" +msgstr "une ronde doit être suivie d'une autre -> escamotage" -#. If there is no such symbol, we default to the numbered style. -#. (Here really with a warning!) -#: time-signature.cc:87 -#, c-format -msgid "time signature symbol `%s' not found; reverting to numbered style" +#: mensural-ligature-engraver.cc:209 +msgid "" +"semibreves can only appear at the beginning of a ligature,\n" +"and there may be only zero or two of them" msgstr "" +"les rondes ne peuvent apparaître qu'en début de ligature,\n" +"et il ne peut y en avoir que zéro ou deux" -#. -#. Todo: should make typecheck? -#. -#. OTOH, Tristan Keuris writes 8/20 in his Intermezzi. -#. -#: time-signature-engraver.cc:57 -#, c-format -msgid "Found strange time signature %d/%d." +#: mensural-ligature-engraver.cc:236 +msgid "" +"invalid ligatura ending:\n" +"when the last note is a descending brevis,\n" +"the penultimate note must be another one,\n" +"or the ligatura must be LB or SSB" msgstr "" +"terminaison de ligature invalide :\n" +"lorsque la dernière note est une brève descendante,\n" +"l'avant dernière note doit en être une autre,\n" +"sinon la ligature doit être LB ou SSB" -#: translator-ctors.cc:53 -#, c-format -msgid "unknown translator: `%s'" -msgstr "traducteur inconnu: « %s »" - -#: translator-def.cc:105 -msgid "Program has no such type" -msgstr "Programme ne peut traiter un tel type" +#: mensural-ligature-engraver.cc:356 +msgid "unexpected case fall-through" +msgstr "cas inattendu et non interprétable" -#: translator-def.cc:111 -#, c-format -msgid "Already contains: `%s'" -msgstr "Contient déjà: « %s »" +#: mensural-ligature.cc:141 +msgid "Mensural_ligature: unexpected case fall-through" +msgstr "Mensural_ligature: cas inattendu et non interprétable" -#: translator-def.cc:112 -#, c-format -msgid "Not adding translator: `%s'" -msgstr "Le traducteur n'est pas ajouté: « %s »" +#: mensural-ligature.cc:192 +msgid "Mensural_ligature: (join_right == 0)" +msgstr "Mensural_ligature: (joint_right == 0)" -#: translator-def.cc:229 +#: midi-item.cc:81 #, c-format -msgid "can't find: `%s'" -msgstr "ne peut trouver: « %s »" +msgid "no such MIDI instrument: `%s'" +msgstr "instrument MIDI non répertorié : « %s »" -#: translator-group.cc:158 +#: midi-stream.cc:28 #, c-format -msgid "can't find or create `%s' called `%s'" -msgstr "ne peut trouver ou créer « %s » qui a appelé « %s »" +msgid "cannot open for write: %s: %s" +msgstr "impossible d'ouvrir le fichier en écriture : %s : %s" -#: translator-group.cc:230 +#: midi-stream.cc:44 #, c-format -msgid "can't find or create: `%s'" -msgstr "ne peut toruver ou créer: « %s »" +msgid "cannot write to file: `%s'" +msgstr "impossible d'écrire dans le fichier : « %s »" -#: vaticana-ligature.cc:49 -#, fuzzy -msgid "ascending vaticana style flexa" -msgstr "porrectus ascendant de style vaticana" +#: minimal-page-breaking.cc:38 paper-score.cc:105 +msgid "Calculating line breaks..." +msgstr "Calcul des sauts de ligne..." -#: vaticana-ligature.cc:219 -#, fuzzy -msgid "Vaticana_ligature:thickness undefined; assuming 1.4" -msgstr "Mensural_ligature: épaisseur indéfinie sur flexa %d; 1.4 est assumé" +#: minimal-page-breaking.cc:42 layout-page-layout.scm:463 +msgid "Calculating page breaks..." +msgstr "Calcul des sauts de page..." -#: vaticana-ligature.cc:233 -#, fuzzy -msgid "Vaticana_ligature:x-offset undefined; assuming 0.0" -msgstr "Mensural_ligature: largeur de flexa indéfinie sur flexa %d; 2.0 est assumé" +#: music-iterator.cc:171 +msgid "Sending non-event to context" +msgstr "Envoi d'un non-événement au contexte" -#: vaticana-ligature.cc:258 -#, fuzzy -msgid "Vaticana_ligature: (delta_pitch == 0)" -msgstr "Mensural_liguture: (joint_left == 0)" +#: music.cc:140 +#, c-format +msgid "octave check failed; expected \"%s\", found: \"%s\"" +msgstr "Échec de vérification d'octave. Aurait dû être \"%s\", \"%s\" obtenu" -#: vaticana-ligature.cc:271 -msgid "Vaticana_ligature:delta-pitch -> ignoring join" -msgstr "" +#: music.cc:203 +#, c-format +msgid "transposition by %s makes alteration larger than double" +msgstr "La transposition de %s crée des altérations supérieures aux doubles" -#: vaticana-ligature-engraver.cc:477 +#: new-dynamic-engraver.cc:129 #, c-format -msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr=%ul" +msgid "" +"unknown crescendo style: %s\n" +"defaulting to hairpin." msgstr "" +"style de crescendo inconnu : %s\n" +"retour à la valeur par défaut (soufflet)." -#: volta-engraver.cc:112 -msgid "No volta spanner to end" -msgstr "Aucune clef volta pour terminer" - -#: volta-engraver.cc:123 -msgid "Already have a volta spanner. Stopping that one prematurely." -msgstr "A déjà une clef volta. Arrêt de celle-ci prématurément." +#: new-fingering-engraver.cc:96 +msgid "cannot add text scripts to individual note heads" +msgstr "impossible d'ajouter du texte à des têtes de notes individuelles" -#: volta-engraver.cc:127 -msgid "Also have a stopped spanner. Giving up." -msgstr "A aussi une clef arrêtée. Abandon." +#: new-fingering-engraver.cc:239 +msgid "no placement found for fingerings" +msgstr "nulle part où positionner des doigtés" -#: parser.yy:480 -msgid "Identifier should have alphabetic characters only" -msgstr "L'identificateur doit contenir des caractères alphabétiques seulement" +#: new-fingering-engraver.cc:240 +msgid "placing below" +msgstr "on les place en dessous" -#: parser.yy:779 -msgid "More alternatives than repeats. Junking excess alternatives." -msgstr "Plus d'alternatives que de répétitions. Rebuts dépasse la limite des alternatives." +#: note-collision.cc:484 +msgid "ignoring too many clashing note columns" +msgstr "trop d'empilements de notes se chevauchent. On fera au mieux." -#: parser.yy:861 parser.yy:868 -msgid "pplycontext takes function argument" -msgstr "" +#: note-column.cc:124 +msgid "cannot have note heads and rests together on a stem" +msgstr "impossible de superposer une note et un silence sur une même hampe" -#: parser.yy:877 -msgid "Second argument must be a symbol" -msgstr "Le second argument doit être un symbole" +#: note-head.cc:63 +#, c-format +msgid "none of note heads `%s' or `%s' found" +msgstr "tête de note « %s » ou « %s » non trouvé(e)" -#: parser.yy:882 -msgid "First argument must be a procedure taking one argument" -msgstr "Le premier argument doit être une procédure n'acceptant qu'un argument" +#: note-heads-engraver.cc:64 +msgid "NoteEvent without pitch" +msgstr "NoteEvent sans hauteur" -#: parser.yy:1009 -msgid "pply takes function argument" -msgstr "" +#: open-type-font.cc:33 +#, c-format +msgid "cannot allocate %lu bytes" +msgstr "impossible d'allouer %lu octets" -#: parser.yy:1501 -msgid "Expecting string as script definition" -msgstr "Chaîne attendue comme définition de script" +#: open-type-font.cc:37 +#, c-format +msgid "cannot load font table: %s" +msgstr "impossible de charger la table des fontes : %s" -#: parser.yy:1598 -msgid "Expecting musical-pitch value" -msgstr "Valeur du ton musical attendu" +#: open-type-font.cc:42 +#, c-format +msgid "Free type error: %s" +msgstr "Erreur Free type : %s" -#: parser.yy:1609 -msgid "Must have duration object" -msgstr "Doit avoir une durée pour l'objet" +#: open-type-font.cc:100 +#, c-format +msgid "unsupported font format: %s" +msgstr "format de police non supporté : %s" -#: parser.yy:1618 parser.yy:1626 -msgid "Have to be in Lyric mode for lyrics" -msgstr "Doit être en mode Lyric pour les paroles" +#: open-type-font.cc:102 +#, c-format +msgid "error reading font file %s: %s" +msgstr "erreur de lecture du fichier de fontes %s : %s" -#: parser.yy:1798 parser.yy:1853 +#: open-type-font.cc:177 #, c-format -msgid "not a duration: %d" -msgstr "n'est pas une durée: %d" +msgid "FT_Get_Glyph_Name () Freetype error: %s" +msgstr "erreur Freetype FT_Get_Glyph_Name () : %s" -#: parser.yy:1949 -msgid "Have to be in Note mode for notes" -msgstr "Doit être en mode Note pour les notes" +#: open-type-font.cc:302 pango-font.cc:167 +#, c-format +msgid "FT_Get_Glyph_Name () error: %s" +msgstr "FT_Get_Glyph_Name () erreur : %s" -#: parser.yy:2032 -msgid "Have to be in Chord mode for chords" -msgstr "Doit être en mode Chord pour les choeurs" +#. find out the ideal number of pages +#: optimal-page-breaking.cc:56 +msgid "Finding the ideal number of pages..." +msgstr "Détermination du nombre optimal de pages..." -#: parser.yy:2171 -msgid "need integer number arg" -msgstr "A besoin d'un nombre entier pour l'argument" +#: optimal-page-breaking.cc:78 +msgid "Fitting music on 1 page..." +msgstr "Répartition de la musique sur une page..." -#: parser.yy:2316 -msgid "Suspect duration found following this beam" -msgstr "Durée suspecte repéré après ce faisceau" +#: optimal-page-breaking.cc:80 +#, c-format +msgid "Fitting music on %d pages..." +msgstr "Répartition de la musique sur %d pages..." -#: lexer.ll:186 -msgid "EOF found inside a comment" -msgstr "Fin de fichier (EOF) à l'intérieur du commentaire" +#: optimal-page-breaking.cc:82 +#, c-format +msgid "Fitting music on %d or %d pages..." +msgstr "Répartition de la musique sur %d ou %d pages..." -#: lexer.ll:200 -msgid "\\maininput disallowed outside init files" -msgstr "\\maininput désactivé en dehord des fichiers init" +#: optimal-page-breaking.cc:159 page-turn-page-breaking.cc:226 +#: paper-score.cc:146 +msgid "Drawing systems..." +msgstr "Dessin des systèmes..." -#: lexer.ll:224 +#: page-turn-page-breaking.cc:146 #, c-format -msgid "wrong or undefined identifier: `%s'" -msgstr "identificateur erroné ou non défini: « %s »" +msgid "page-turn-page-breaking: breaking from %d to %d" +msgstr "Saut de page et tourne (page-turn-page-breaking) : coupure de %d à %d" -#. backup rule -#: lexer.ll:233 -msgid "Missing end quote" -msgstr "Caractère de fin de citation manquant" +#: page-turn-page-breaking.cc:195 +msgid "cannot fit the first page turn onto a single page. Consider setting first-page-number to an even number." +msgstr "" +"impossible de cadrer la première tourne de page sur une seule page. \n" +"Envisagez de définir un numéro pair pour first-page-number." -#. backup rule -#: lexer.ll:255 lexer.ll:259 -msgid "white expected" -msgstr "blanche attendue" +#: page-turn-page-breaking.cc:208 +#, c-format +msgid "Calculating page and line breaks (%d possible page breaks)..." +msgstr "Calcul des sauts de page et de ligne (%d sauts de pages possibles)..." -#: lexer.ll:268 -msgid "Can't evaluate Scheme in safe mode" -msgstr "Ne peut évaluer le Schème de façon sûre" +#: page-turn-page-breaking.cc:275 +#, c-format +msgid "break starting at page %d" +msgstr "saut intervenant à la page %d" -#: lexer.ll:397 lexer.ll:487 -msgid "Brace found at end of lyric. Did you forget a space?" -msgstr "Accolade repérée à la fin des paroles. Avez-vous oublié un espace?" +#: page-turn-page-breaking.cc:276 +#, c-format +msgid "\tdemerits: %f" +msgstr " démérites : %f" -#: lexer.ll:574 +#: page-turn-page-breaking.cc:277 #, c-format -msgid "invalid character: `%c'" -msgstr "caractère invalide: « %c »" +msgid "\tsystem count: %d" +msgstr " nombre de systèmes : %d" -#: lexer.ll:651 +#: page-turn-page-breaking.cc:278 #, c-format -msgid "unknown escaped string: `\\%s'" -msgstr "chaîne d'échappement inconnue: « \\%s »" +msgid "\tpage count: %d" +msgstr " nombre de pages : %d" + +#: page-turn-page-breaking.cc:279 +#, c-format +msgid "\tprevious break: %d" +msgstr " coupure précédente : %d" -#: lexer.ll:742 +#: pango-font.cc:184 #, c-format -msgid "Incorrect lilypond version: %s (%s, %s)" -msgstr "Version de lilypond incorrecte: %s (%s, %s)" +msgid "" +"Glyph has no name, but font supports glyph naming.\n" +"Skipping glyph U+%0X, file %s" +msgstr "" +"Le glyphe n'a pas de nom, mais la fonte prend en charge le nommage de glyphes.\n" +"Glyphe U+%0X ignoré dans le fichier %s" -#: lexer.ll:743 -msgid "Consider updating the input with the convert-ly script" -msgstr "Considérer la mise à jour de l'entrée à l'aide du script convert-ly" +#: pango-font.cc:229 +#, c-format +msgid "no PostScript font name for font `%s'" +msgstr "« %s » n'est pas un fichier PostScript" -#~ msgid "Run LilyPond using LaTeX for titling" -#~ msgstr "Exécuter LilyPond en utilisant LaTeX pour le « titling »" +#: pango-font.cc:277 +msgid "FreeType face has no PostScript font name" +msgstr "Caractère FreeType sans nom de police PostScript" -#~ msgid "Fetch and rebuild from latest source package" -#~ msgstr "Repérer et reconstruire depuis les sources du dernier package" +#: paper-column-engraver.cc:221 +msgid "forced break was overridden by some other event, should you be using bar checks?" +msgstr "" +"Une coupure explicite a été outrepassée par un autre événement. \n" +"Positionnez quelques contrôles de mesure (bar check) pour vérifier." -#~ msgid "unpack and build in DIR [%s]" -#~ msgstr "dépaqueter et construire dans le RÉPERTOIRE [%s]" +#: paper-outputter-scheme.cc:30 +#, c-format +msgid "Layout output to `%s'..." +msgstr "Sortie mise en page vers « %s »..." -#~ msgid "execute COMMAND, subtitute:" -#~ msgstr "exécuter la COMMANDE de substitution:" +#: paper-score.cc:118 +#, c-format +msgid "Element count %d (spanners %d) " +msgstr "%d éléments dénombrés (%d extensions)" -#~ msgid "%b: build root" -#~ msgstr "%b: construit la racine" +#: paper-score.cc:122 +msgid "Preprocessing graphical objects..." +msgstr "Pré-traitement des éléments graphiques..." -#~ msgid "%n: package name" -#~ msgstr "%n: nom du package" +#: parse-scm.cc:93 +msgid "GUILE signaled an error for the expression beginning here" +msgstr "GUILE a signalé une erreur pour l'expression débutant ici" -#~ msgid "%r: release directory" -#~ msgstr "%r: répertoire de production de version" +#: percent-repeat-engraver.cc:202 +msgid "unterminated percent repeat" +msgstr "répétition en pourcent non terminée" -#~ msgid "%t: tarball" -#~ msgstr "%t: tarball" +#: performance.cc:43 +msgid "Track..." +msgstr "Piste..." -#~ msgid "%v: package version" -#~ msgstr "%v: version du package" +#: performance.cc:72 +msgid "MIDI channel wrapped around" +msgstr "Bouclage du canal MIDI" -#~ msgid "keep all output, and name the directory %s" -#~ msgstr "conserver toutes les sorties et nommer le répertoire %s" +#: performance.cc:73 +msgid "remapping modulo 16" +msgstr "réaffectation modulo 16" -#~ msgid "upon failure notify EMAIL[,EMAIL]" -#~ msgstr "lors d'un échec aviser par EMAIL[,EMAIL]" +#: performance.cc:100 +#, c-format +msgid "MIDI output to `%s'..." +msgstr "Sortie MIDI vers « %s »..." -#~ msgid "remove previous build" -#~ msgstr "enlever la construction précédente" +#: phrasing-slur-engraver.cc:146 +msgid "unterminated phrasing slur" +msgstr "liaison de phrasé non terminée" -#~ msgid "fetch and build URL [%s]" -#~ msgstr "rechercher et construire le URL [%s]" +#: piano-pedal-engraver.cc:287 +#, c-format +msgid "expect 3 strings for piano pedals, found: %ld" +msgstr "Les pédales de piano nécessitent 3 cordes. Il y en a %ld" -#~ msgid "Listing `%s'..." -#~ msgstr "Listage de « %s »..." +#: piano-pedal-engraver.cc:302 piano-pedal-engraver.cc:313 +#: piano-pedal-performer.cc:93 +#, c-format +msgid "cannot find start of piano pedal: `%s'" +msgstr "début de la pédale de piano indéterminé : « %s »" -#~ msgid "latest is: %s" -#~ msgstr "le plus à jour est: %s" +#: piano-pedal-engraver.cc:348 +#, c-format +msgid "cannot find start of piano pedal bracket: `%s'" +msgstr "début du crochet de la pédale de piano indéterminé : « %s »" -#~ msgid "relax, %s is up to date" -#~ msgstr "relaxer, %s est à jour" +#: program-option-scheme.cc:215 +#, c-format +msgid "no such internal option: %s" +msgstr "option interne inconnue : %s" -#~ msgid "Fetching `%s'..." -#~ msgstr "Recherche de « %s »..." +#: property-iterator.cc:74 +#, c-format +msgid "not a grob name, `%s'" +msgstr " « %s » n'est pas un nom d'objet graphique (grob)" -#~ msgid "Building `%s'..." -#~ msgstr "Construction de « %s »..." +#: relative-octave-check.cc:38 +msgid "Failed octave check, got: " +msgstr "échec de la vérification d'octave, a obtenu : " -#~ msgid "invalid subtraction: not part of chord: %s" -#~ msgstr "soustraction invalide: ne fait pas partie de l'accord: %s" +#: relocate.cc:44 +#, c-format +msgid "Setting %s to %s" +msgstr "%s fixé à %s" -#~ msgid "invalid inversion pitch: not part of chord: %s" -#~ msgstr "inversion de tons invalide: ne fait pas parti de l'accord: %s" +#: relocate.cc:64 +#, c-format +msgid "no such file: %s for %s" +msgstr "fichier inexistant : %s pour %s" -#~ msgid "This was the other key definition." -#~ msgstr "C'était l'autre définition de clé" +#: relocate.cc:74 relocate.cc:92 +#, c-format +msgid "no such directory: %s for %s" +msgstr "répertoire inexistant : %s pour %s" -#~ msgid ", at " -#~ msgstr ", à " +#: relocate.cc:84 +#, c-format +msgid "%s=%s (prepend)\n" +msgstr "%s=%s (préfixage)\n" -#~ msgid "Pitch arguments out of range" -#~ msgstr "Arguments des tons hors gamme" +#: relocate.cc:114 +#, c-format +msgid "not relocating, no %s/ or current/ found under %s" +msgstr "relocalisation non effectuée, ni %s/ ni courrant/ n'existent sous %s" -#~ msgid "(left_head == 0)" -#~ msgstr "(left_head == 0)" +#: relocate.cc:125 +#, c-format +msgid "Relocation: compile datadir=%s, new datadir=%s" +msgstr "Relocalisation : datadir de compilation=%s, nouveau datadir=%s" -#~ msgid "undefined left_head" -#~ msgstr "left_head indéfini" +#: relocate.cc:138 +#, c-format +msgid "Relocation: framework_prefix=%s" +msgstr "Relocalisation : framework_prefix=%s" -#~ msgid "(right_head == 0)" -#~ msgstr "(right_head == 0)" +#: relocate.cc:179 +#, c-format +msgid "Relocation: is absolute: argv0=%s" +msgstr "Relocalisation : est absolue : argv0=%s" -#~ msgid "undefined right_head" -#~ msgstr "right_head indéfini" +#: relocate.cc:186 +#, c-format +msgid "Relocation: from cwd: argv0=%s" +msgstr "Relocalisation : à partir du répertoire courant : argv0=%s" -#~ msgid "junking lonely porrectus" -#~ msgstr "porrectus rebut isolé" +#: relocate.cc:195 +#, c-format +msgid "" +"Relocation: from PATH=%s\n" +"argv0=%s" +msgstr "" +"Relocalisation : à partir de PATH=%s\n" +"argv0=%s" -#~ msgid "porrectus style undefined; using mensural" -#~ msgstr "style porrectus indéfini; utilisation du mensural" +#: relocate.cc:229 +msgid "LILYPONDPREFIX is obsolete, use LILYPOND_DATADIR" +msgstr "LILYPONDPREFIX est obsolète, utiliser LILYPOND_DATADIR" -#~ msgid "stack size cur %d, max %d\n" -#~ msgstr "taille de la pile courante %d, max %d\n" +#: relocate.cc:356 +#, c-format +msgid "Relocation file: %s" +msgstr "Fichier de relocalisation : %s" -#~ msgid "Putting slur over rest." -#~ msgstr "Mise en place d'un liaison par-dessus une pause." +#: relocate.cc:392 +#, c-format +msgid "Unknown relocation command %s" +msgstr "Commande de relocalisation inconnue : %s" -#~ msgid "Slur over rest?" -#~ msgstr "Liaison par-dessus une pause?" +#: rest-collision.cc:145 +msgid "cannot resolve rest collision: rest direction not set" +msgstr "collision de silences insoluble : direction du silence non fixée" -#~ msgid "Text_spanner too small" -#~ msgstr "Text_spanner trop petit" +#: rest-collision.cc:159 rest-collision.cc:204 +msgid "too many colliding rests" +msgstr "trop de silences se chevauchent" -#~ msgid "Can't specify direction for this request" -#~ msgstr "Ne peut spécifier une direction pour cette requête" +#: rest.cc:148 +#, c-format +msgid "rest `%s' not found" +msgstr "silence « %s » inconnu" -#~ msgid "Generate .dvi with LaTeX for LilyPond" -#~ msgstr "Générer un fichier .dvi à l'aide de LaTeX pour LilyPond" +#: score-engraver.cc:67 +#, c-format +msgid "cannot find `%s'" +msgstr "impossible de trouver « %s »" -#~ msgid " % logstr))" -#~ msgstr " % logstr))" +#: score-engraver.cc:69 +msgid "Music font has not been installed properly." +msgstr "Les fontes Musicales n'ont pas été installées correctement." -#~ msgid "can't map file" -#~ msgstr "ne peut produire le fichier map" +#: score-engraver.cc:71 +#, c-format +msgid "Search path `%s'" +msgstr "Chemin de recherche : « %s »" -#~ msgid "This binary was compiled with the following options:" -#~ msgstr "Ce binaire a été compilé avec les options suivantes:" +#: score-engraver.cc:73 +msgid "Aborting" +msgstr "Abandon" -#~ msgid "Expecting %d arguments" -#~ msgstr "%d arguments attendus" +#: score.cc:167 +msgid "already have music in score" +msgstr "il y a déjà de la musique dans la partition" -#~ msgid "%s is far from completed. Not all constructs are recognised." -#~ msgstr "%s est loin d'être complet. Tous les construits n'ont pas été reconnus." +#: score.cc:168 +msgid "this is the previous music" +msgstr "voici la musique précédente" -#~ msgid "EOF in a string" -#~ msgstr "Fin de fichier (EOF) dans la chaîne" +#: score.cc:173 +msgid "errors found, ignoring music expression" +msgstr "suite à des erreurs répétées, l'expression musicale sera ignorée" -#~ msgid "" -#~ msgstr "" +#. FIXME: +#: script-engraver.cc:102 +msgid "do not know how to interpret articulation: " +msgstr "ne sait comment interpréter l'articulation : " -#~ msgid "programming error: " -#~ msgstr "erreur de programmation: " +#: script-engraver.cc:103 +msgid "scheme encoding: " +msgstr "encodage Scheme : " -#~ msgid "can't find start of beam" -#~ msgstr "ne peut repérer le début du faisceau" +#: slur-engraver.cc:82 +#, c-format +msgid "direction of %s invalid: %d" +msgstr "la direction de %s n'est pas valide : %d" -#~ msgid "weird beam vertical offset" -#~ msgstr "décalage bizarre vertical de faisceau" +#: slur-engraver.cc:151 +msgid "unterminated slur" +msgstr "liaison non terminée" -#~ msgid "unknown spacing pair `%s', `%s'" -#~ msgstr "paire d'espacements inconnue « %s », « %s »" +#: slur-engraver.cc:163 +msgid "cannot end slur" +msgstr "impossible de terminer la liaison" -#~ msgid "no Grace context available" -#~ msgstr "Aucun contexte disponible pour la note d'ornement" +#: slur.cc:359 +#, c-format +msgid "Ignoring grob for slur: %s. avoid-slur not set?" +msgstr "" +"objet graphique (grob) non concerné par la liaison : %s.\n" +"avoid-slur non définie ?" -#~ msgid "Unattached grace notes. Attaching to last musical column." -#~ msgstr "Notes d'ornement non attachées. On les rattache à la dernière colonne musicale." +#: source-file.cc:79 +#, c-format +msgid "expected to read %d characters, got %d" +msgstr "au lieu de %d caractères à lire, il y en a %d" -#~ msgid "evalute EXPR as Scheme after .scm init is read" -#~ msgstr "évaluer EXPR comme un Schème après la lecture de initialisation .scm" +#: spaceable-grob.cc:83 +#, c-format +msgid "No spring between column %d and next one" +msgstr "Pas de tension entre la colonne %d et la suivante" -#~ msgid "ly_get_mus_property (): Not a Music" -#~ msgstr "ly_get_mus_property (): n'est pas de la musique" +#: staff-symbol-engraver.cc:62 +msgid "staff-span event has no direction" +msgstr "L'événement staff-span n'a pas de direction" -#~ msgid "ly_set_mus_property (): Not a symbol" -#~ msgstr "ly_set_mus_property (): n'est pas un symbole" +#: stem-engraver.cc:92 +msgid "tremolo duration is too long" +msgstr "durée du tremolo trop longue" -#~ msgid "ly_set_mus_property (): not of type Music" -#~ msgstr "ly_set_mus_property (): n'est pas un type de musique" +#. FIXME: +#: stem-engraver.cc:129 +#, c-format +msgid "adding note head to incompatible stem (type = %d)" +msgstr "Ajout d'une tête de note à une hampe incompatible (type = %d)" -#~ msgid "ly_make_music (): Not a string" -#~ msgstr "ly_make_music (): n'est pas une chaîne" +#: stem-engraver.cc:131 +msgid "maybe input should specify polyphonic voices" +msgstr "la source devrait spécifier des voix polyphoniques" -#~ msgid "ly_music_name (): Not a music expression" -#~ msgstr "ly_music_name (): n'est pas une expression musicale" +#: stem.cc:105 +msgid "weird stem size, check for narrow beams" +msgstr "taille de hampe bizarre ; vérifier la présence de liens étroits" -#~ msgid "writing header field `%s' to `%s'..." -#~ msgstr "écriture du champ d'en-tête « %s » dans « %s »..." +#: stem.cc:623 +#, c-format +msgid "flag `%s' not found" +msgstr "crochet inconnu : « %s »" -#~ msgid "" -#~ "`%s' is deprecated. Use\n" -#~ " \\property %s.%s \\override #'%s = #%s" -#~ msgstr "" -#~ "« %s » est déprécié. Utiliser\n" -#~ " \\propriété %s.%s \\pour écraser #'%s = #%s" +#: stem.cc:639 +#, c-format +msgid "flag stroke `%s' not found" +msgstr "type de crochet inconnu : « %s »" -#~ msgid "Wrong type for property: %s, type: %s, value found: %s, type: %s" -#~ msgstr "Type erroné pour la propriété: %s, type: %s, valeur trouvée: %s, type: %s" +#: system.cc:178 +#, c-format +msgid "Element count %d." +msgstr "%d éléments dénombrés." -#~ msgid "too many notes for rest collision" -#~ msgstr "trop de notes pour la pause en collision" +#: system.cc:270 +#, c-format +msgid "Grob count %d" +msgstr "%d objet graphiques (grob) dénombrés" -#~ msgid "Scheme options:" -#~ msgstr "Option de schèmes:" +#: text-spanner-engraver.cc:62 +msgid "cannot find start of text spanner" +msgstr "impossible de repérer le point de départ de l'extension de texte" -#~ msgid "ly-get-trans-property: expecting a Translator_group argument" -#~ msgstr "ly-get-trans-property: s'attendait à un argument de type Translator_group" +#: text-spanner-engraver.cc:75 +msgid "already have a text spanner" +msgstr "a déjà une extension de texte" -#~ msgid "Oldest supported input version: %s" -#~ msgstr "Version supportant les plus vieux formats: %s" +#: text-spanner-engraver.cc:121 +msgid "unterminated text spanner" +msgstr "extension de texte non terminée" -#~ msgid "#32 in quarter: %d" -#~ msgstr "#32 dans le quart: %d" +#: tie-engraver.cc:262 +msgid "lonely tie" +msgstr "liaison de prolongation orpheline" -#~ msgid "LY output to `%s'..." -#~ msgstr "LY produit la sortie vers « %s »..." +#. +#. Todo: should make typecheck? +#. +#. OTOH, Tristan Keuris writes 8/20 in his Intermezzi. +#. +#: time-signature-engraver.cc:64 +#, c-format +msgid "strange time signature found: %d/%d" +msgstr "Chiffrage de mesure inhabituel : %d/%d" -#~ msgid "track %d:" -#~ msgstr "piste %d:" +#. If there is no such symbol, we default to the numbered style. +#. (Here really with a warning!) +#: time-signature.cc:83 +#, c-format +msgid "time signature symbol `%s' not found; reverting to numbered style" +msgstr "symbole de chiffrage de mesure « %s » inconnu ; retour à un style numérique" -#~ msgid "Processing..." -#~ msgstr "Traitement..." +#: translator-ctors.cc:53 +#, c-format +msgid "unknown translator: `%s'" +msgstr "translateur inconnu : « %s »" -#~ msgid "Creating voices..." -#~ msgstr "Création des voix..." +#: translator-group-ctors.cc:29 +#, c-format +msgid "fatal error. Couldn't find type: %s" +msgstr "Erreur fatale. Type inconnu : %s" -#~ msgid "track " -#~ msgstr "piste " +#: translator-group.cc:146 +#, c-format +msgid "cannot find: `%s'" +msgstr " « %s » inconnu(e)" -#~ msgid "NOT Filtering tempo..." -#~ msgstr "Pas de filtrage du tempo..." +#: translator.cc:347 +#, c-format +msgid "Two simultaneous %s events, junking this one" +msgstr "Deux événements %s simultanés, rejet de celui-ci" -#~ msgid "NOT Quantifying columns..." -#~ msgstr "Pas de quantification des colonnes..." +#: translator.cc:348 +#, c-format +msgid "Previous %s event here" +msgstr "Événement %s précédent ici" -#~ msgid "Quantifying columns..." -#~ msgstr "Quantification des colonnes..." +#: trill-spanner-engraver.cc:85 +msgid "cannot find start of trill spanner" +msgstr "impossible de repérer le point de départ de l'extension de trille" -#~ msgid "Settling columns..." -#~ msgstr "Initialisation des colonnes" +#: trill-spanner-engraver.cc:98 +msgid "already have a trill spanner" +msgstr "a déjà une extension de trille" -#~ msgid "% MIDI copyright:" -#~ msgstr "% MIDI copyright:" +#: tuplet-engraver.cc:96 +msgid "No tuplet to end" +msgstr "Aucun n-olet à terminer" -#~ msgid "% MIDI instrument:" -#~ msgstr "% MIDI instrument:" +#: vaticana-ligature-engraver.cc:389 +#, c-format +msgid "ignored prefix (es) `%s' of this head according to restrictions of the selected ligature style" +msgstr "" +"préfixe(s) « %s » ignoré(s) pour la tête de note, \n" +"selon les restrictions du style de ligature sélectionné" -#~ msgid "lily indent level: %d" -#~ msgstr "niveau d'indentation de lily: %d" +#: vaticana-ligature-engraver.cc:718 +#, c-format +msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr =%ul" +msgstr "Vaticana_ligature_engraver : fixé `spacing-increment = %f': ptr=%ul" -#~ msgid "% Creator: " -#~ msgstr "% Créateur: " +#: vaticana-ligature.cc:84 +msgid "flexa-height undefined; assuming 0" +msgstr "Vaticana_ligature : décalage en X indéfini ; ramené à 0" -#~ msgid "% Automatically generated" -#~ msgstr "% Automatiquement généré" +#: vaticana-ligature.cc:89 +msgid "ascending vaticana style flexa" +msgstr "flexe de style vaticana ascendant" -# msgstr "% à partir du fichier d'entrée: " -#~ msgid "% from input file: " -#~ msgstr "% à partir du fichier d'entrée: " +#: vaticana-ligature.cc:177 +msgid "Vaticana_ligature: zero join (delta_pitch == 0)" +msgstr "Vaticana_ligature: aucun joint (delta_pitch == 0)" -#~ msgid "write exact durations, e.g.: a4*385/384" -#~ msgstr "écrire les durées exactes i.e.: a4*385/384" +#. fixme: be more verbose. +#: volta-engraver.cc:100 +msgid "cannot end volta spanner" +msgstr "extension de reprise sans terminaison" -#~ msgid "enable debugging output" -#~ msgstr "autoriser la mise au point de sortie" +#: volta-engraver.cc:110 +msgid "already have a volta spanner, ending that one prematurely" +msgstr "extension de reprise déjà présente, fin prématurée de celle-ci" -#~ msgid "don't output tuplets, double dots or rests, smallest is 32" -#~ msgstr "ne pas produire les tuplets, les doubles pointées ou les pauses, plus petits que 32" +#: volta-engraver.cc:114 +msgid "also already have an ended spanner" +msgstr "a déjà une extension terminée" -#~ msgid "set FILE as default output" -#~ msgstr "définir le FICHIER comme étant la sortie par défaut" +#: volta-engraver.cc:115 +msgid "giving up" +msgstr "abandon" -#~ msgid "be quiet" -#~ msgstr "travailler en silence" +#: parser.yy:804 +msgid "\\paper cannot be used in \\score, use \\layout instead" +msgstr "dans la section \\score, utiliser \\layout au lieu de \\paper" -#~ msgid "don't output rests or skips" -#~ msgstr "ne pas produire les pauses ou les sauts" +#: parser.yy:828 +msgid "need \\paper for paper block" +msgstr "\\paper est nécessaire pour définir les paramètres de la page" -#~ msgid "set smallest duration" -#~ msgstr "définir la plus petite durée" +#: parser.yy:1299 +msgid "Grob name should be alphanumeric" +msgstr "Un nom de Grob devrait être alphanumérique" -#~ msgid "don't timestamp the output" -#~ msgstr "ne pas dater la sortie" +#: parser.yy:1597 +msgid "second argument must be pitch list" +msgstr "le second argument doit être une liste de hauteurs" -#~ msgid "be verbose" -#~ msgstr "passer en mode explicatif" +#: parser.yy:1624 parser.yy:1629 parser.yy:2101 +msgid "have to be in Lyric mode for lyrics" +msgstr "doit être en mode Lyric pour des paroles" -#~ msgid "assume no double dotted notes" -#~ msgstr "assumer aucune note double pointée" +#: parser.yy:1726 +msgid "expecting string as script definition" +msgstr "chaîne requise pour définir un script" -#~ msgid "Usage: %s [OPTION]... [FILE]" -#~ msgstr "Usage: %s [OPTION]... [FICHIER]" +#: parser.yy:1881 parser.yy:1931 +#, c-format +msgid "not a duration: %d" +msgstr "%d n'est pas une durée" -#~ msgid "Translate MIDI-file to lilypond" -#~ msgstr "Traduire un fichier en format MIDI au format lilypond" +#: parser.yy:2055 +msgid "have to be in Note mode for notes" +msgstr "doit être en mode Note pour des notes" -#~ msgid "no_double_dots: %d\n" -#~ msgstr "no_double_dots: %d\n" +#: parser.yy:2116 +msgid "have to be in Chord mode for chords" +msgstr "doit être en mode Chord pour des accords" -#~ msgid "no_rests: %d\n" -#~ msgstr "no_rests: %d\n" +#: lexer.ll:179 +msgid "stray UTF-8 BOM encountered" +msgstr "parasitage par UTF-8 BOM" -#~ msgid "no_quantify_b_s: %d\n" -#~ msgstr "no_quantify_b_s: %d\n" +#: lexer.ll:183 +msgid "Skipping UTF-8 BOM" +msgstr "Escamotage d'UTF-8 BOM" -#~ msgid "no_smaller_than: %d (1/%d)\n" -#~ msgstr "no_smaller_than: %d (1/%d)\n" +#: lexer.ll:238 +#, c-format +msgid "Renaming input to: `%s'" +msgstr "L'entrée a été renommée en « %s »" -#~ msgid "no_tuplets: %d\n" -#~ msgstr "no_tuplets: %d\n" +#: lexer.ll:255 +msgid "quoted string expected after \\version" +msgstr "\\version doit être suivi d'une chaîne entre guillemets" -#~ msgid "zero length string encountered" -#~ msgstr "chaîne de longueur zéro rencontrée" +#: lexer.ll:259 +msgid "quoted string expected after \\sourcefilename" +msgstr "\\sourcefilename doit être suivi d'une chaîne entre guillemets" -#~ msgid "MIDI header expected" -#~ msgstr "En-tête de format MIDI attendue" +#: lexer.ll:263 +msgid "integer expected after \\sourcefileline" +msgstr "\\sourcefilename doit être suivi d'un nombre entier" -#~ msgid "invalid header length" -#~ msgstr "longueur invalide d'en-tête" +#: lexer.ll:276 +msgid "EOF found inside a comment" +msgstr "Fin de fichier (EOF) à l'intérieur du commentaire" -#~ msgid "invalid MIDI format" -#~ msgstr "format MIDI invalide" +#: lexer.ll:291 +msgid "\\maininput not allowed outside init files" +msgstr "\\maininput n'est pas permis en dehors des fichiers d'initialisation" -#~ msgid "invalid number of tracks" -#~ msgstr "nombre invalide de pistes" +#: lexer.ll:315 +#, c-format +msgid "wrong or undefined identifier: `%s'" +msgstr "identificateur erroné ou non défini : « %s »" -#~ msgid "can't handle non-metrical time" -#~ msgstr "ne peut traiter des temps non métriques" +#. backup rule +#: lexer.ll:324 +msgid "end quote missing" +msgstr "absence de guillemet fermant" -#~ msgid "Junking note-end event: channel = %d, pitch = %d" -#~ msgstr "Mise au rebut d'un événement de fin de note: canal = %d, ton = %d" +#: lexer.ll:469 +msgid "Brace found at end of lyric. Did you forget a space?" +msgstr "Accolade repérée à la fin d'une parole. Manquerait-il un espace ?" -#~ msgid "invalid running status" -#~ msgstr "état d'exécution invalide" +#: lexer.ll:584 +msgid "Brace found at end of markup. Did you forget a space?" +msgstr "Accolade repérée à la fin d'un \"markup\". Manquerait-il un espace ?" -#~ msgid "unimplemented MIDI meta-event" -#~ msgstr "méta-événement MIDI non implanté" +#: lexer.ll:688 +#, c-format +msgid "invalid character: `%c'" +msgstr "caractère invalide : « %c »" -#~ msgid "invalid MIDI event" -#~ msgstr "événement MIDI invalide" +#: lexer.ll:803 +#, c-format +msgid "unknown escaped string: `\\%s'" +msgstr "chaîne d'échappement inconnue : « \\%s »" -#~ msgid "MIDI track expected" -#~ msgstr "piste MIDI attendue" +#: lexer.ll:910 +#, c-format +msgid "file too old: %s (oldest supported: %s)" +msgstr "" +"%s est plus qu'obsolète ; \n" +"le plus ancien pouvant être supporté est : %s" + +#: lexer.ll:911 +msgid "consider updating the input with the convert-ly script" +msgstr "Envisagez la mise à jour de la source à l'aide du script convert-ly" + +#: lexer.ll:917 +#, c-format +msgid "program too old: %s (file requires: %s)" +msgstr "Programme plus qu'obsolète : %s (le fichier requiert %s)" + +#: backend-library.scm:19 lily.scm:761 ps-to-png.scm:58 +#, scheme-format +msgid "Invoking `~a'..." +msgstr "Appel de « ~a »..." + +#: backend-library.scm:28 +#, scheme-format +msgid "`~a' failed (~a)" +msgstr "échec de « ~a » (~a)" + +#: backend-library.scm:116 +#, scheme-format +msgid "Converting to `~a'..." +msgstr "Conversion à « ~a »..." + +#. Do not try to guess the name of the png file, +#. GS produces PNG files like BASE-page%d.png. +#: backend-library.scm:128 +#, scheme-format +msgid "Converting to ~a..." +msgstr "Conversion à ~a..." + +#: backend-library.scm:166 +#, scheme-format +msgid "Writing header field `~a' to `~a'..." +msgstr "écriture du champ d'en-tête « ~a » dans « ~a »..." + +#: define-context-properties.scm:20 define-grob-properties.scm:10 +#: define-music-properties.scm:10 +#, scheme-format +msgid "symbol ~S redefined" +msgstr "symbole ~S redéfini" + +#: define-event-classes.scm:119 +#, scheme-format +msgid "event class ~A seems to be unused" +msgstr "la classe d'événement ~A semble être inutilisée" + +#. should be programming-error +#: define-event-classes.scm:125 +#, scheme-format +msgid "translator listens to nonexisting event class ~A" +msgstr "le traducteur écoute la classe d'événements ~A inexistante" + +#: define-markup-commands.scm:569 +msgid "no systems found in \\score markup, does it have a \\layout block?" +msgstr "pas de système trouvé dans le bloc \\score, contient-il un bloc \\layout ?" + +#: define-markup-commands.scm:2387 +#, scheme-format +msgid "Cannot find glyph ~a" +msgstr "impossible de trouver le glyphe ~a" + +#: define-markup-commands.scm:2696 +#, scheme-format +msgid "not a valid duration string: ~a" +msgstr "chaîne de durée invalide : ~a" + +#: define-music-types.scm:670 +#, scheme-format +msgid "symbol expected: ~S" +msgstr "symbole requis : ~S" + +#: define-music-types.scm:673 +#, scheme-format +msgid "cannot find music object: ~S" +msgstr "impossible de trouver l'objet de type musique : ~S" + +#: define-music-types.scm:692 +#, scheme-format +msgid "unknown repeat type `~S'" +msgstr "type de répétition inconnu : « ~S »" + +#: define-music-types.scm:693 +msgid "See define-music-types.scm for supported repeats" +msgstr "Consulter define-music-types.scm pour connaître les répétitions prises en charge" + +#: document-backend.scm:99 +#, scheme-format +msgid "pair expected in doc ~s" +msgstr "le document ~s devrait contenir une paire" + +#: document-backend.scm:154 +#, scheme-format +msgid "cannot find interface for property: ~S" +msgstr "impossible de trouver l'interface pour la propriété ~S" + +#: document-backend.scm:164 +#, scheme-format +msgid "unknown Grob interface: ~S" +msgstr "interface d'objet graphique (Grob) inconnue : ~S" + +#: documentation-lib.scm:49 +#, scheme-format +msgid "Processing ~S..." +msgstr "Traitement de ~S..." + +#: documentation-lib.scm:165 +#, scheme-format +msgid "Writing ~S..." +msgstr "Écriture de ~S..." + +#: documentation-lib.scm:187 +#, scheme-format +msgid "cannot find description for property ~S (~S)" +msgstr "impossible de trouver une description de la propriété ~S (~S)" + +#: flag-styles.scm:145 +#, scheme-format +msgid "flag stroke `~a' or `~a' not found" +msgstr "type de crochet inconnu : « ~a » ou « ~a »" + +#: framework-eps.scm:90 +#, scheme-format +msgid "Writing ~a..." +msgstr "Écriture de ~a..." + +#: framework-ps.scm:277 +#, scheme-format +msgid "cannot embed ~S=~S" +msgstr "intégration impossible : ~S=~S" + +#: framework-ps.scm:330 +#, scheme-format +msgid "cannot extract file matching ~a from ~a" +msgstr "impossible d'extraire le fichier ~a à partir de ~a" + +#: framework-ps.scm:347 +#, scheme-format +msgid "do not know how to embed ~S=~S" +msgstr "imposible de réaliser l'intégration ~S=~S" + +#: framework-ps.scm:378 +#, scheme-format +msgid "do not know how to embed font ~s ~s ~s" +msgstr "impossible d'intégrer les fontes ~s ~s ~s" + +#: framework-ps.scm:748 +#, scheme-format +msgid "cannot convert to ~S" +msgstr "impossible de convertir en ~S" + +#: framework-ps.scm:771 +msgid "" +"\n" +"The PostScript backend does not support the system-by-system \n" +"output. For that, use the EPS backend instead,\n" +"\n" +" lilypond -dbackend=eps FILE\n" +"\n" +"If have cut & pasted a lilypond fragment from a webpage, be sure\n" +"to only remove anything before\n" +"\n" +" %% ****************************************************************\n" +" %% Start cut-&-pastable-section\n" +" %% ****************************************************************\n" +msgstr "" +"\n" +"Le support PostScript ne peut traiter une sortie système par système.\n" +"Utiliser de préférence le support EPS\n" +"\n" +" lilypond -dbackend=eps FICHIER\n" +"\n" +"Si vous avez copié et collé un fragment lilypond à partir d'un page internet,\n" +"assurez-vous d'avoir bien supprimé tout ce qui précède\n" +"\n" +" %% ****************************************************************\n" +" %% Start cut-&-pastable-section\n" +" %% ****************************************************************\n" +"\n" -#~ msgid "invalid track length" -#~ msgstr "longueur de piste invalide" +#: graphviz.scm:53 +#, scheme-format +msgid "Writing graph `~a'..." +msgstr "Écriture du graphique « ~a »..." + +#: layout-beam.scm:29 +#, scheme-format +msgid "Error in beam quanting. Expected (~S,~S) found ~S." +msgstr "Erreur de définition du lien : attendait (~S,~S), ~S trouvé." + +#: layout-beam.scm:43 +#, scheme-format +msgid "Error in beam quanting. Expected ~S 0, found ~S." +msgstr "Erreur de définition du lien : attendait ~S 0, repéré ~S." + +#: layout-page-layout.scm:126 +msgid "Can't fit systems on page -- ignoring between-system-padding" +msgstr "Les système ne tiennent pas sur la page ; between-system-padding ignoré" + +#: lily-library.scm:602 +#, scheme-format +msgid "unknown unit: ~S" +msgstr "unité inconnue : ~S" + +#: lily-library.scm:636 +#, scheme-format +msgid "no \\version statement found, please add~afor future compatibility" +msgstr "" +"déclaration de \\version absente ;\n" +"ajoutez ~a pour une compatibilité future" + +#: lily-library.scm:644 +msgid "old relative compatibility not used" +msgstr "compatibilité avec l'ancien mode relatif non utilisée" + +#: lily.scm:179 +#, scheme-format +msgid "cannot find: ~A" +msgstr "impossible de trouver ~A" + +#: lily.scm:228 +#, scheme-format +msgid "wrong type for argument ~a. Expecting ~a, found ~s" +msgstr "type d'argument erroné pour ~a. Attendait ~a, ~s trouvé" + +#: lily.scm:625 +#, scheme-format +msgid "job ~a terminated with signal: ~a" +msgstr "le travail ~a s'est terminé avec le signal ~a" + +#: lily.scm:628 +#, scheme-format +msgid "" +"logfile ~a (exit ~a):\n" +"~a" +msgstr "" +"fichier journal ~a (sortie ~a) :\n" +"~a" + +#: lily.scm:653 lily.scm:751 +#, scheme-format +msgid "failed files: ~S" +msgstr "erreur sur les fichiers : ~S" + +#: lily.scm:741 +#, scheme-format +msgid "Redirecting output to ~a..." +msgstr "Redirection de la sortie vers ~a..." + +#: ly-syntax-constructors.scm:40 +msgid "Music head function must return Music object" +msgstr "Une fonction musicale primitive devrait renvoyer un objet Music" + +#: ly-syntax-constructors.scm:154 +#, scheme-format +msgid "Invalid property operation ~a" +msgstr "Opération de propriété invalide : ~a" + +#: markup.scm:204 +#, scheme-format +msgid "Wrong number of arguments. Expect: ~A, found ~A: ~S" +msgstr "Nombre d'arguments erroné. Requis : ~A, présent(s) ~A : ~S" + +#: markup.scm:210 +#, scheme-format +msgid "Invalid argument in position ~A. Expect: ~A, found: ~S." +msgstr "Argument invalide à la position ~A. ~A attendu, ~S trouvé." + +#: markup.scm:274 +#, scheme-format +msgid "Not a markup command: ~A" +msgstr "~A n'est pas une commande de type « markup»" + +#: music-functions.scm:228 +msgid "More alternatives than repeats. Junking excess alternatives" +msgstr "" +"Plus d'alternatives que de répétitions.\n" +" Escamotage des alternatives surnuméraires." + +#: music-functions.scm:240 +#, scheme-format +msgid "invalid tremolo repeat count: ~a" +msgstr "nombre de répétition en trémolo invalide : ~a" + +#: music-functions.scm:248 +#, scheme-format +msgid "expecting 2 elements for chord tremolo, found ~a" +msgstr "2 éléments sont requis pour l'accord de trémolo, ~a trouvé(s)" + +#: music-functions.scm:575 +#, scheme-format +msgid "music expected: ~S" +msgstr "~S requiert de la musique" + +#. FIXME: uncomprehensable message +#: music-functions.scm:625 +#, scheme-format +msgid "Bar check failed. Expect to be at ~a, instead at ~a" +msgstr "" +"Échec du contrôle de barre de mesure. \n" +"Aurait dû se trouver à ~a au lieu de ~a" + +#: music-functions.scm:793 +#, scheme-format +msgid "cannot find quoted music: `~S'" +msgstr "impossible de trouver la citation de musique « ~S »" + +#: music-functions.scm:1198 +#, scheme-format +msgid "unknown accidental style: ~S" +msgstr "style d'altération inconnu : ~S" + +#: output-ps.scm:294 +msgid "utf-8-string encountered in PS backend" +msgstr "le support PS a rencontré une chaîne utf8" + +#: output-svg.scm:45 +#, scheme-format +msgid "undefined: ~S" +msgstr "~S indéfini(e)" + +#: output-svg.scm:135 +#, scheme-format +msgid "cannot decypher Pango description: ~a" +msgstr "la description de Pango ne peut être déchiffrée : ~a" + +#: paper.scm:104 +msgid "set-global-staff-size: not in toplevel scope" +msgstr "set-global-staff-size n'est pas à un niveau de portée globale" + +#: paper.scm:244 +#, scheme-format +msgid "This is not a \\layout {} object, ~S" +msgstr "~S n'est pas un objet de \\layout {}" + +#: paper.scm:256 +#, scheme-format +msgid "Unknown paper size: ~a" +msgstr "Taille de papier inconnue : ~a" + +#. TODO: should raise (generic) exception with throw, and catch +#. that in parse-scm.cc +#: paper.scm:271 +msgid "Must use #(set-paper-size .. ) within \\paper { ... }" +msgstr "#(set-paper-size ..) doit être dans la section \\paper { ... }" + +#: parser-clef.scm:129 +#, scheme-format +msgid "unknown clef type `~a'" +msgstr "type de clef inconnu : « ~a »" + +#: parser-clef.scm:130 +#, scheme-format +msgid "supported clefs: ~a" +msgstr "clefs reconnues : ~a" + +#: ps-to-png.scm:64 +#, scheme-format +msgid "~a exited with status: ~S" +msgstr "~a s'est terminé avec le statut ~S" + +#: to-xml.scm:180 +#, scheme-format +msgid "assertion failed: ~S" +msgstr "erreur d'assertion : ~S"