From 6eb2e2f71f9895b58a01693a94ea84a432bb3766 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 14 Sep 2001 09:17:38 +0200 Subject: [PATCH] patch::: 1.5.9.jcn1 1.5.9.jcn1 ========== * Bugfix: update-lily: remove unprotected gettext.py include. * po update. * windows doc update. 1.5.9 ===== --- CHANGES | 12 + Documentation/topdocs/INSTALL.texi | 5 +- Documentation/windows/compiling.texi | 16 +- VERSION | 2 +- po/de.po | 380 +++++++++++++------------ po/fr.po | 375 +++++++++++++------------ po/it.po | 375 +++++++++++++------------ po/ja.po | 376 +++++++++++++------------ po/lilypond.pot | 352 ++++++++++++----------- po/nl.po | 385 ++++++++++++++------------ po/ru.po | 368 +++++++++++++------------ po/sv.po | 398 +++++++++++++++------------ scripts/update-lily.py | 8 +- 13 files changed, 1627 insertions(+), 1425 deletions(-) diff --git a/CHANGES b/CHANGES index 5a62a5a968..d6557c51e8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +1.5.9.jcn1 +========== + +* Bugfix: update-lily: remove unprotected gettext.py include. + +* po update. + +* windows doc update. + +1.5.9 +===== + 1.5.8.uu1 ========= diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 915e710048..21f0b01f3c 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -503,8 +503,9 @@ For Debian 2.2: For Debian in development ("unstable", the future 2.3 or 3.0): @example - apt-get install task-debian-devel task-c++-dev \ - python-base libguile9-dev tetex-bin libkpathsea-dev \ + apt-get install binutils cpp gcc libc6-dev \ + g++ libstdc++2.10-dev \ + python-base libguile-dev tetex-bin libkpathsea-dev \ tetex-extra flex bison texinfo bibtex2html groff gs \ netpbm m4 gettext @end example diff --git a/Documentation/windows/compiling.texi b/Documentation/windows/compiling.texi index d7eefd8d7d..c15753522d 100644 --- a/Documentation/windows/compiling.texi +++ b/Documentation/windows/compiling.texi @@ -8,7 +8,7 @@ ftp://ftp.lilypond.org/pub/LilyPond/}. You need the following packages to compile Lilypond on Windows. @table @code -@item The GNU + Cygnus tools, 1.1.7 or newer. +@item The GNU + Cygnus tools, 1.3.2 or newer. Check out the @uref{http://sources.redhat.com/cygwin,Cygwin webpage}. You can get the latest version of the GNU + Cygnus tools from cygnus @uref{http://sources.redhat.com/cygwin/mirrors.html,mirror site}. @@ -23,8 +23,8 @@ included in LilyPond's source distribution. These binaries are cross compiled for Windows on a GNU/Linux box. You may want to check out the -@uref{http://www.lilypond.org/gnu-windows/cross.tar.gz,cross compilation -scripts}. +@uref{http://www.lilypond.org/gnu-windows/cygwin-cross.tar.gz,cross +compilation scripts}. @subsection Compiling on Windows @@ -50,17 +50,17 @@ Compiling @file{setup.exe} has been complicated a bit with the introduction of the bzip2 feature: @quotation @example - tar xjf cygwin-src-20010531.tar.bz2 - tar xjf winsup-src-20010531.tar.bz2 - tar xzf mingw-20010424-1.tar.gz + mkdir cygwin-20010709 + cd cygwin-20010709 + tar xjf cygwin-src-20010709.tar.bz2 cd winsup/cinstall - patch < ../../cygwin-installer.patch + patch < $HOME/usr/src/lilypond/Documentation/windows/cygwin-installer.patch cd ../bz2lib MINGW32=yes CFLAGS='-mno-cygwin' ./configure make cd - MINGW32=yes CFLAGS='-mno-cygwin' ./configure - cp /home/cygwin/cygwin-1.3.2/usr/lib/mingw/crt2.o . + cp $HOME/usr/src/cygwin/cygwin-1.3.2/usr/lib/mingw/crt2.o . make w32api_lib=/home/cygwin/cygwin-1.3.2/usr/lib/w32api \ CXX='g++ -L/home/cygwin/cygwin-1.3.2/usr/lib/mingw' @end example diff --git a/VERSION b/VERSION index b3531ee599..ff02146801 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=9 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/po/de.po b/po/de.po index 39ee516b13..ecd2c3121a 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Lilypond 1.2.8\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: 1999-09-18 01:30+0200\n" "Last-Translator: Erwin Dieterich \n" "Language-Team: LANGUAGE \n" @@ -13,166 +13,181 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: ENCODING\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "Warnung: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "Fehler: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 #, fuzzy msgid "Exiting ... " msgstr "Linie ... " -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "Verwendung: %s [OPTIONEN] ... [DATEI]" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "Optionen:" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, fuzzy, c-format msgid "Report bugs to %s" msgstr "Melde Fehler an" -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, fuzzy, c-format msgid "Invoking `%s'" msgstr "Uralt-Bitte: `%s'" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, fuzzy, c-format msgid "Cleaning %s..." msgstr "Uralt-Bitte: `%s'" -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, fuzzy, c-format msgid "no such setting: %s" msgstr "Kein solches instrument: `%s'" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "Schreibe Makefile-Abhängigkeiten für jede Eingabedatei" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "Diese Hilfe" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "DIR" -#: ly2dvi.py:351 +#: ly2dvi.py:353 #, fuzzy msgid "add DIR to LilyPond's search path" msgstr "Hänge DIR an den Suchpfad an" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 #, fuzzy msgid "produce MIDI output only" msgstr "Nur Midiausgabe" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "DATEI" -#: ly2dvi.py:355 +#: ly2dvi.py:357 #, fuzzy msgid "write ouput to FILE" msgstr "Schreibe die Ausgabe in BASENAME[-x].Erweiterung" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 #, fuzzy msgid "generate PostScript output" msgstr "Degenerierte Zwangsbedingungen" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 #, fuzzy msgid "verbose" msgstr "Sei geschwätzig" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "Zeige die Versionsnummer" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "Zeige Garantie und Urheberrechte" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, fuzzy, c-format msgid "Running %s..." msgstr "Uralt-Bitte: `%s'" -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, fuzzy, c-format msgid "Analyzing %s..." msgstr "Uralt-Bitte: `%s'" -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, fuzzy, c-format msgid "invalid value: %s" msgstr "Ungültiger Buchstabe `%c'" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "Kann die Datei %s nicht öffnen" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, fuzzy, c-format msgid "dependencies output to `%s'..." msgstr "Ausgabe auf Papier auf %s..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, fuzzy, c-format msgid "%s output to `%s'..." msgstr "MIDI-Ausgabe nach %s..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "Kann Datei `%s' nicht finden" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -198,7 +213,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 #, fuzzy msgid "write output to FILE" msgstr "Schreibe die Ausgabe in BASENAME[-x].Erweiterung" @@ -217,85 +232,85 @@ msgstr "Verarbeite..." msgid "Writing `%s'..." msgstr "Linie ... " -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, fuzzy, c-format msgid "Cleaning `%s'..." msgstr "Uralt-Bitte: `%s'" -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 #, fuzzy msgid "%r: release directory" msgstr "Kann ein `%s' weder finden noch erzeugen" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, fuzzy, c-format msgid "Listing `%s'..." msgstr "Linie ... " -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, fuzzy, c-format msgid "Fetching `%s'..." msgstr "Uralt-Bitte: `%s'" -#: update-lily.py:457 +#: update-lily.py:458 #, fuzzy, c-format msgid "Building `%s'..." msgstr "Uralt-Bitte: `%s'" @@ -422,15 +437,6 @@ msgstr "" msgid "Can't switch translators, I'm there already" msgstr "" -#: beam.cc:86 -#, fuzzy -msgid "beam has less than two stems" -msgstr "Balken mit weniger als zwei Hälsen" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "" - #: beam-engraver.cc:91 beam-engraver.cc:124 #, fuzzy msgid "can't find start of beam" @@ -446,19 +452,28 @@ msgstr "Habe schon einen Balken" msgid "unterminated beam" msgstr "Unbeendeter Bindestrich" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 #, fuzzy msgid "stem must have Rhythmic structure" msgstr "Ein Notenhals muss rhythmische Struktur haben." -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "Notenhals passt nicht in den Balken" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "Der Balken bagann hier" +#: beam.cc:86 +#, fuzzy +msgid "beam has less than two stems" +msgstr "Balken mit weniger als zwei Hälsen" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "" + #: break-align-item.cc:136 #, fuzzy, c-format msgid "unknown spacing pair `%s', `%s'" @@ -483,16 +498,6 @@ msgstr "" msgid "none of these in my family" msgstr "" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "Unerlaubte Subtraktion: nicht Teil eines Akkords: %s" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "Unerlaubter Baßton: gehört nicht zum Akkord: %s" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 #, fuzzy msgid "unterminated chord tremolo" @@ -503,7 +508,17 @@ msgstr "Unbeendeter Bindestrich" msgid "no one to print a tremolos" msgstr "Keiner darf eine Wiederholungsklammer drucken" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "Unerlaubte Subtraktion: nicht Teil eines Akkords: %s" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "Unerlaubter Baßton: gehört nicht zum Akkord: %s" + +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "Zu viele aneinanderstoßende Notenspalten. Ich ignoriere sie." @@ -544,7 +559,7 @@ msgstr "" msgid "no one to print a repeat brace" msgstr "Keiner darf eine Wiederholungsklammer drucken" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -552,17 +567,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "" -#: grace-iterator.cc:43 -#, fuzzy -msgid "no Grace context available" -msgstr "Kein Verzierungskontext vorhanden!" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "" -"Unverknüpfte Verzierungsnoten. Ich verknüpfe sie mit der letzten " -"musikalischen Spalte." - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -592,6 +596,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "Kann Datei `%s' nicht finden" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -602,81 +611,82 @@ msgstr "(Ladepfad ist `%s')" msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "Berechne Position der Spalten..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "EXT" -#: main.cc:107 +#: main.cc:108 #, fuzzy -msgid "use output format EXT (scm, ps, tex or as)" +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "Benutze das Ausgabeformat EXT" -#: main.cc:109 +#: main.cc:110 #, fuzzy msgid "FIELD" msgstr "DATEI" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "Hänge DIR an den Suchpfad an" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "Verwende FILE als Initialisierungsdatei" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "Unterdrücke die automatische Benennung von Ausgabedateien und Export" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "Benutzung: %s [OPTIONEN] ... [DATEI] ..." -#: main.cc:138 +#: main.cc:139 #, fuzzy msgid "Typeset music and or play MIDI from FILE" msgstr "Setze Musik oder spiele MIDI von DATEI" -#: main.cc:142 +#: main.cc:143 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" @@ -686,11 +696,11 @@ msgstr "" "Notenblätter erzeugen. Dazu verwendet es eine eigene Beschreibungssprache.\n" "lilyPond ist Teil des GNU-Projekts\n" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "Diese Programm wurde mit den folgenden Optionen übersetzt:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -703,17 +713,17 @@ msgstr "" "einhalten. Wenn Sie das Programm mit `%s --warranty starten, bekommen\n" "Sie mehr Informationen.\n" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Urheberrechte (Copyright) (c) %s bei" -#: main.cc:196 +#: main.cc:191 #, fuzzy msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- Der Notensatz des GNU-Projekts" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -743,55 +753,55 @@ msgstr "" "the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,\n" "USA.\n" -#: midi-item.cc:139 +#: midi-item.cc:144 #, fuzzy, c-format msgid "no such instrument: `%s'" msgstr "Kein solches instrument: `%s'" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "Unsinnige Dauer" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "unsinnige Tonhöhe" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, fuzzy, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "Transponieren um %s macht Vorzecihen größer als zwei" +msgid "can't find `%s' context" +msgstr "Kann Partiturkontext nicht finden" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, fuzzy, c-format -msgid "can't find `%s' context" -msgstr "Kann Partiturkontext nicht finden" +msgid "Transposition by %s makes accidental larger than two" +msgstr "Transponieren um %s macht Vorzecihen größer als zwei" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, fuzzy, c-format msgid "Identifier name is a keyword: `%s'" msgstr "name ist ein Schlüsselbegriff (keyword) (`%s')" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "Fehler am Dateiende(EOF): %s" @@ -887,18 +897,18 @@ msgstr "von der musiaklischen Definition: %s" msgid "MIDI output to `%s'..." msgstr "MIDI-Ausgabe nach %s..." -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 #, fuzzy msgid "unterminated phrasing slur" msgstr "Unbeendeter Bindebogen" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 #, fuzzy msgid "can't find start of phrasing slur" msgstr "Kann nicht beide Enden von %s finden" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, fuzzy, c-format msgid "can't find start of piano pedal: `%s'" msgstr "Kann keine kürzeste Note bei %s finden" @@ -929,11 +939,16 @@ msgstr "Zu viele kollidierende Pausen." msgid "too many notes for rest collision" msgstr "Zu viele Noten für kollidierende Pausen." -#: scm-option.cc:59 +#: scm-option.cc:63 #, fuzzy msgid "Scheme options:" msgstr "Optionen:" +#: score-engraver.cc:189 +#, fuzzy, c-format +msgid "unbound spanner `%s'" +msgstr "Unbeschränkter Abstand `%s'" + #: score.cc:78 msgid "Interpreting music..." msgstr "Interpretiere die Noten..." @@ -954,11 +969,6 @@ msgstr "Habe Fehler gefunden, /* die Partitur wird nicht verarbeitet */" msgid "elapsed time: %.2f seconds" msgstr "verstrichene Zeit %.2f Sekunden" -#: score-engraver.cc:188 -#, fuzzy, c-format -msgid "unbound spanner `%s'" -msgstr "Unbeschränkter Abstand `%s'" - #: scores.cc:106 #, fuzzy msgid "Score contains errors; will not process it" @@ -980,40 +990,41 @@ msgstr "Ich wei msgid "Separation_item: I've been drinking too much" msgstr "Single_malt_grouping_item: Ich saufe zu viel" -#: slur.cc:48 -#, fuzzy -msgid "Putting slur over rest. Ignoring." -msgstr "Setze Bindebogen über Pause. Wird ignoriert" - -#: slur.cc:383 -msgid "Slur over rest?" -msgstr "Bindebogen übe den Rest?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "Unbeendeter Bindebogen" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 #, fuzzy msgid "can't find start of slur" msgstr "Kann nicht beide Enden von %s finden" -#: stem.cc:116 +#: slur.cc:48 #, fuzzy -msgid "Weird stem size; check for narrow beams" -msgstr "" -"Dubiose Größe des Notenhalses: Überprüfe die Eingabe auf schmale Balken" +msgid "Putting slur over rest. Ignoring." +msgstr "Setze Bindebogen über Pause. Wird ignoriert" + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "Bindebogen übe den Rest?" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "Setze Note auf unpassenden Hals (Typ = %d)" -#: text-spanner.cc:121 -msgid "Text_spanner too small" +#: stem.cc:116 +#, fuzzy +msgid "Weird stem size; check for narrow beams" msgstr "" +"Dubiose Größe des Notenhalses: Überprüfe die Eingabe auf schmale Balken" #: text-spanner-engraver.cc:94 #, fuzzy @@ -1030,10 +1041,9 @@ msgstr "Habe schon einen Balken" msgid "unterminated text spanner" msgstr "Unbeendete Linienfortführung" -#: tfm.cc:77 -#, fuzzy, c-format -msgid "can't find ascii character: %d" -msgstr "Kann ASCII-Zeichen `%d' nicht finden" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "" #: tfm-reader.cc:106 #, fuzzy, c-format @@ -1045,6 +1055,11 @@ msgstr "TFM header von `%s' hat nur %u Wort(e)" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "%s: TFM-Datei hat %u Parameter. Das ist mehr als die" +#: tfm.cc:77 +#, fuzzy, c-format +msgid "can't find ascii character: %d" +msgstr "Kann ASCII-Zeichen `%d' nicht finden" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1060,7 +1075,7 @@ msgstr "Einsamer Haltebogen" msgid "no one to print a tuplet start bracket" msgstr "Niemand schreibt eine mehrfahce Anfangsklammer" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, fuzzy, c-format msgid "barcheck failed at: %s" msgstr "Überprüfung der Takte is fehlgeschlagen bei: %s" @@ -1089,42 +1104,42 @@ msgstr "unbekannter msgid "can't find: `%s'" msgstr "Kann `%s' nicht finden" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "Kann ein `%s', genannt `%s' weder finden noch erzeugen" -#: translator-group.cc:231 +#: translator-group.cc:230 #, fuzzy, c-format msgid "can't find or create: `%s'" msgstr "Kann ein `%s' weder finden noch erzeugen" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1149,44 +1164,44 @@ msgstr "" msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 #, fuzzy msgid "Must have duration object" msgstr "Setze kürzeste Dauer (?)" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 #, fuzzy msgid "Have to be in Lyric mode for lyrics" msgstr "Um Text zu verarbeiten, muß ich im Text-(Lyrics)-Modus sein" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "Keine Dauer: %d" -#: parser.yy:1645 +#: parser.yy:1682 #, fuzzy msgid "Have to be in Note mode for notes" msgstr "Für Noten muß ich im Noten-(Note)-Modus sein" -#: parser.yy:1731 +#: parser.yy:1765 #, fuzzy msgid "Have to be in Chord mode for chords" msgstr "Für Akkorde muß ich im Akkord-(Chord)-Modus sein" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" @@ -1467,6 +1482,15 @@ msgstr "Erwarte MIDI-St msgid "invalid track length" msgstr "Unzulässige Länge für ein Stück" +#, fuzzy +#~ msgid "no Grace context available" +#~ msgstr "Kein Verzierungskontext vorhanden!" + +#~ msgid "Unattached grace notes. Attaching to last musical column." +#~ msgstr "" +#~ "Unverknüpfte Verzierungsnoten. Ich verknüpfe sie mit der letzten " +#~ "musikalischen Spalte." + #, fuzzy #~ msgid "Fetching `%'s..." #~ msgstr "Uralt-Bitte: `%s'" diff --git a/po/fr.po b/po/fr.po index 6cad31a3d9..f7af22ed2d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,169 +6,184 @@ msgid "" msgstr "" "Project-Id-Version: lilypond 1.3.18\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: 1999-12-28 00:32 +1\n" "Last-Translator: Laurent Martelli \n" "Language-Team: \n" "MIME-Version: 1.0\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "avertissement: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "erreur: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 #, fuzzy msgid "Exiting ... " msgstr "Ligne ..." -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "Usage: %s [OPTION... [FICHIER]" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "Options: " -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, fuzzy, c-format msgid "Report bugs to %s" msgstr "Rapporter les bugs " -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, c-format msgid "Invoking `%s'" msgstr "" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, fuzzy, c-format msgid "Cleaning %s..." msgstr "Cration des voix..." -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, fuzzy, c-format msgid "no such setting: %s" msgstr "Pas d'instrument tel: `%s'" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "cette aide" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "REP" -#: ly2dvi.py:351 +#: ly2dvi.py:353 #, fuzzy msgid "add DIR to LilyPond's search path" msgstr "ajoute REP au chemin de recherche" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 #, fuzzy msgid "produce MIDI output only" msgstr "produit seulement la sortie MIDI" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "FICHIER" -#: ly2dvi.py:355 +#: ly2dvi.py:357 msgid "write ouput to FILE" msgstr "" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 msgid "generate PostScript output" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 msgid "verbose" msgstr "" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "afficher le numro de version" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, fuzzy, c-format msgid "Running %s..." msgstr "Cration des voix..." -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, fuzzy, c-format msgid "Analyzing %s..." msgstr "Cration des voix..." -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, fuzzy, c-format msgid "invalid value: %s" msgstr "caractres illgal: `%c'" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "impossible d'ouvrir le fichier: `%s'" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, fuzzy, c-format msgid "dependencies output to `%s'..." msgstr "Sortie papier vers %s..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, fuzzy, c-format msgid "%s output to `%s'..." msgstr "Sortie de Lily vers %s..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "ne peut pas trouver le fichier: `%s'" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -194,7 +209,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 msgid "write output to FILE" msgstr "" @@ -212,85 +227,85 @@ msgstr "Traitement..." msgid "Writing `%s'..." msgstr "Ligne ..." -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, fuzzy, c-format msgid "Cleaning `%s'..." msgstr "Cration des voix..." -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 #, fuzzy msgid "%r: release directory" msgstr "ne peut pas trouver ou crer `%s'" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, fuzzy, c-format msgid "Listing `%s'..." msgstr "Ligne ..." -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, fuzzy, c-format msgid "Fetching `%s'..." msgstr "Cration des voix..." -#: update-lily.py:457 +#: update-lily.py:458 #, fuzzy, c-format msgid "Building `%s'..." msgstr "Cration des voix..." @@ -418,15 +433,6 @@ msgstr "" msgid "Can't switch translators, I'm there already" msgstr "" -#: beam.cc:86 -#, fuzzy -msgid "beam has less than two stems" -msgstr "barre avec moins de deux tiges" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "" - #: beam-engraver.cc:91 beam-engraver.cc:124 #, fuzzy msgid "can't find start of beam" @@ -442,19 +448,28 @@ msgstr "Il y a dj une barre" msgid "unterminated beam" msgstr "Barre non termine" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 #, fuzzy msgid "stem must have Rhythmic structure" msgstr "La tige doit avoir une structure rythmique." -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "la tige ne rentre pas dans la barre" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "la barre a commenc ici" +#: beam.cc:86 +#, fuzzy +msgid "beam has less than two stems" +msgstr "barre avec moins de deux tiges" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "" + #: break-align-item.cc:136 #, fuzzy, c-format msgid "unknown spacing pair `%s', `%s'" @@ -479,16 +494,6 @@ msgstr "" msgid "none of these in my family" msgstr "" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "soustraction invalide: ne fait pas partie de l'accord: %s" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "renversement invalide: ne fait pas partie de l'accord: %s" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 msgid "unterminated chord tremolo" msgstr "" @@ -497,7 +502,17 @@ msgstr "" msgid "no one to print a tremolos" msgstr "" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "soustraction invalide: ne fait pas partie de l'accord: %s" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "renversement invalide: ne fait pas partie de l'accord: %s" + +#: collision.cc:245 #, fuzzy msgid "Too many clashing notecolumns. Ignoring them." msgstr "Trop de colonnes de notes superposes. Je les ignore." @@ -538,7 +553,7 @@ msgstr "" msgid "no one to print a repeat brace" msgstr "" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -546,15 +561,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "" -#: grace-iterator.cc:43 -#, fuzzy -msgid "no Grace context available" -msgstr "pas une vrai variable" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "" - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -584,6 +590,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "ne peut pas trouver le fichier: `%s'" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -594,81 +605,82 @@ msgstr "" msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "Calcul de la position des colonnes..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "" -#: main.cc:107 -msgid "use output format EXT (scm, ps, tex or as)" +#: main.cc:108 +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "" -#: main.cc:109 +#: main.cc:110 #, fuzzy msgid "FIELD" msgstr "FICHIER" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 #, fuzzy msgid "add DIR to search path" msgstr "ajoute REP au chemin de recherche" -#: main.cc:111 +#: main.cc:112 #, fuzzy msgid "use FILE as init file" msgstr "utilise FICHIER comme fichier d'initialisation" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "Usage: %s [OPTION]... [FICHIER]..." -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "" -#: main.cc:142 +#: main.cc:143 #, fuzzy msgid "" "LilyPond is a music typesetter. It produces beautiful sheet music\n" @@ -679,12 +691,12 @@ msgstr "" "paritions partir de description de gaut niveau en entre. Lilypond\n" "fait partie du projet GNU.\n" -#: main.cc:152 +#: main.cc:153 #, fuzzy msgid "This binary was compiled with the following options:" msgstr "Cet excutable a t compil avec les options suivantes:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -692,17 +704,17 @@ msgid "" "certain conditions. Invoke as `%s --warranty' for more information.\n" msgstr "" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Copyright (c) %s par" -#: main.cc:196 +#: main.cc:191 #, fuzzy msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- Il tipografo musicale del progetto GNU" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -719,55 +731,55 @@ msgid "" "USA.\n" msgstr "" -#: midi-item.cc:139 +#: midi-item.cc:144 #, fuzzy, c-format msgid "no such instrument: `%s'" msgstr "Pas d'instrument tel: `%s'" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "" -#: musical-request.cc:28 -#, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "" +#: music-output-def.cc:119 +#, fuzzy, c-format +msgid "can't find `%s' context" +msgstr "ne peut pas trouver `%s'" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 -#, fuzzy, c-format -msgid "can't find `%s' context" -msgstr "ne peut pas trouver `%s'" +#: musical-request.cc:28 +#, c-format +msgid "Transposition by %s makes accidental larger than two" +msgstr "" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "" @@ -861,18 +873,18 @@ msgstr "" msgid "MIDI output to `%s'..." msgstr "" -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 #, fuzzy msgid "unterminated phrasing slur" msgstr "Barre non termine" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 #, fuzzy msgid "can't find start of phrasing slur" msgstr "impossible de trouver le caractres numro %d" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, fuzzy, c-format msgid "can't find start of piano pedal: `%s'" msgstr "ne peut pas trouver le fichier: `%s'" @@ -901,11 +913,16 @@ msgstr "" msgid "too many notes for rest collision" msgstr "" -#: scm-option.cc:59 +#: scm-option.cc:63 #, fuzzy msgid "Scheme options:" msgstr "Options: " +#: score-engraver.cc:189 +#, fuzzy, c-format +msgid "unbound spanner `%s'" +msgstr "traducteur inconnu `%s'" + #: score.cc:78 msgid "Interpreting music..." msgstr "" @@ -924,11 +941,6 @@ msgstr "" msgid "elapsed time: %.2f seconds" msgstr "temps ecoul: %.2f secondes" -#: score-engraver.cc:188 -#, fuzzy, c-format -msgid "unbound spanner `%s'" -msgstr "traducteur inconnu `%s'" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "" @@ -948,38 +960,39 @@ msgstr "" msgid "Separation_item: I've been drinking too much" msgstr "" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "" - -#: slur.cc:383 -msgid "Slur over rest?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 #, fuzzy msgid "can't find start of slur" msgstr "impossible de trouver le caractres numro %d" -#: stem.cc:116 -#, fuzzy -msgid "Weird stem size; check for narrow beams" -msgstr "dcallage de barre bizarre, check your knees" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "" + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "" -#: text-spanner.cc:121 -msgid "Text_spanner too small" -msgstr "" +#: stem.cc:116 +#, fuzzy +msgid "Weird stem size; check for narrow beams" +msgstr "dcallage de barre bizarre, check your knees" #: text-spanner-engraver.cc:94 #, fuzzy @@ -996,10 +1009,9 @@ msgstr "Il y a dj une barre" msgid "unterminated text spanner" msgstr "Barre non termine" -#: tfm.cc:77 -#, fuzzy, c-format -msgid "can't find ascii character: %d" -msgstr "ne peut pas trouver le caractre ascii `%d'" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "" #: tfm-reader.cc:106 #, c-format @@ -1011,6 +1023,11 @@ msgstr "" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" +#: tfm.cc:77 +#, fuzzy, c-format +msgid "can't find ascii character: %d" +msgstr "ne peut pas trouver le caractre ascii `%d'" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1025,7 +1042,7 @@ msgstr "liaison solitaire" msgid "no one to print a tuplet start bracket" msgstr "" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "" @@ -1054,42 +1071,42 @@ msgstr "traducteur inconnu `%s'" msgid "can't find: `%s'" msgstr "ne peut pas trouver `%s'" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "ne peut pas trouver ou crer `%s' nomm `%s'" -#: translator-group.cc:231 +#: translator-group.cc:230 #, fuzzy, c-format msgid "can't find or create: `%s'" msgstr "ne peut pas trouver ou crer `%s'" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1114,44 +1131,44 @@ msgstr "" msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 #, fuzzy msgid "Must have duration object" msgstr "Positionne la plus petite dure (?)" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 #, fuzzy msgid "Have to be in Lyric mode for lyrics" msgstr "il fayt tre en mode Parole pour les paroles" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "pas une dure: %d" -#: parser.yy:1645 +#: parser.yy:1682 #, fuzzy msgid "Have to be in Note mode for notes" msgstr "il faut tre en mode Note pour les notes" -#: parser.yy:1731 +#: parser.yy:1765 #, fuzzy msgid "Have to be in Chord mode for chords" msgstr "il faut tre en mode Accord pour les accords" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" @@ -1427,6 +1444,10 @@ msgstr "piste MIDI attendue" msgid "invalid track length" msgstr "taille de piste invalide" +#, fuzzy +#~ msgid "no Grace context available" +#~ msgstr "pas une vrai variable" + #, fuzzy #~ msgid "Fetching `%'s..." #~ msgstr "Cration des voix..." diff --git a/po/it.po b/po/it.po index 0aa67d4b4e..83ad5afd42 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ #, fuzzy msgid "" msgstr "" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Date: 1998-05-30 00:17:12+0200\n" "From: \n" @@ -13,167 +13,182 @@ msgstr "" "out --add-comments --keyword=_ --keyword=_f\n" "Files: bow.cc int.cc\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "attenzione: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "errore: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 msgid "Exiting ... " msgstr "" -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "Uso: %s [OPZIONE... [FILE]" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "Opzioni: " -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "" -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, c-format msgid "Invoking `%s'" msgstr "" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, fuzzy, c-format msgid "Cleaning %s..." msgstr "Genero le voci..." -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, fuzzy, c-format msgid "no such setting: %s" msgstr "% strumento:" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 #, fuzzy msgid "write Makefile dependencies for every input file" msgstr "" " -d, --dependencies scrive le dependenze del Makefile per ogni file di " "input\n" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "" -#: ly2dvi.py:351 +#: ly2dvi.py:353 #, fuzzy msgid "add DIR to LilyPond's search path" msgstr " -I, --include=DIR aggiunge DIR ai path di ricerca\n" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 #, fuzzy msgid "produce MIDI output only" msgstr " -M, --no-paper produce solo output midi\n" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "" -#: ly2dvi.py:355 +#: ly2dvi.py:357 msgid "write ouput to FILE" msgstr "" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 #, fuzzy msgid "generate PostScript output" msgstr "vincoli degenerati" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 msgid "verbose" msgstr "" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 #, fuzzy msgid "show warranty and copyright" msgstr " -w, --warranty mostra la garanzia e il copyright\n" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, fuzzy, c-format msgid "Running %s..." msgstr "Genero le voci..." -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, fuzzy, c-format msgid "Analyzing %s..." msgstr "Genero le voci..." -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, fuzzy, c-format msgid "invalid value: %s" msgstr "carattere illegale: `%c'" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "non posso aprire il file: `%s'" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, fuzzy, c-format msgid "dependencies output to `%s'..." msgstr "L'output stampato è inviato a %s..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, fuzzy, c-format msgid "%s output to `%s'..." msgstr "L'output MIDI è inviato a %s..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "non trovo il file: `%s'" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -199,7 +214,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 msgid "write output to FILE" msgstr "" @@ -217,85 +232,85 @@ msgstr "Elaboro..." msgid "Writing `%s'..." msgstr "Genero le voci..." -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, fuzzy, c-format msgid "Cleaning `%s'..." msgstr "Genero le voci..." -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 #, fuzzy msgid "%r: release directory" msgstr "non trovo e non posso creare `%s'" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, fuzzy, c-format msgid "Listing `%s'..." msgstr "Genero le voci..." -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, fuzzy, c-format msgid "Fetching `%s'..." msgstr "Genero le voci..." -#: update-lily.py:457 +#: update-lily.py:458 #, fuzzy, c-format msgid "Building `%s'..." msgstr "Genero le voci..." @@ -419,15 +434,6 @@ msgstr "" msgid "Can't switch translators, I'm there already" msgstr "" -#: beam.cc:86 -#, fuzzy -msgid "beam has less than two stems" -msgstr "beam con meno di due gambi" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "" - #: beam-engraver.cc:91 beam-engraver.cc:124 #, fuzzy msgid "can't find start of beam" @@ -442,19 +448,28 @@ msgstr "" msgid "unterminated beam" msgstr "beam non terminato" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 #, fuzzy msgid "stem must have Rhythmic structure" msgstr "I gambi devono avere una struttura ritmica." -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "il gambo non rientra nel beam" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "" +#: beam.cc:86 +#, fuzzy +msgid "beam has less than two stems" +msgstr "beam con meno di due gambi" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "" + #: break-align-item.cc:136 #, fuzzy, c-format msgid "unknown spacing pair `%s', `%s'" @@ -479,16 +494,6 @@ msgstr "" msgid "none of these in my family" msgstr "" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 #, fuzzy msgid "unterminated chord tremolo" @@ -498,7 +503,17 @@ msgstr "beam non terminato" msgid "no one to print a tremolos" msgstr "" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "" + +#: collision.cc:245 #, fuzzy msgid "Too many clashing notecolumns. Ignoring them." msgstr "Troppe collisioni tra colonne di note. Le ignoro." @@ -539,7 +554,7 @@ msgstr "" msgid "no one to print a repeat brace" msgstr "" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -547,15 +562,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "" -#: grace-iterator.cc:43 -#, fuzzy -msgid "no Grace context available" -msgstr "non è una vera variabile" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "" - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -586,6 +592,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "non trovo il file: `%s'" + #: lily-guile.cc:141 #, fuzzy, c-format msgid "(load path: `%s')" @@ -596,64 +607,65 @@ msgstr "(Il path di caricamento msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "Calcolo delle posizioni della colonne..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "" -#: main.cc:107 -msgid "use output format EXT (scm, ps, tex or as)" +#: main.cc:108 +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "" -#: main.cc:109 +#: main.cc:110 msgid "FIELD" msgstr "" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 #, fuzzy msgid "add DIR to search path" msgstr " -I, --include=DIR aggiunge DIR ai path di ricerca\n" -#: main.cc:111 +#: main.cc:112 #, fuzzy msgid "use FILE as init file" msgstr " -i, --init=NOMEFILE usa NOMEFILE come file iniziale\n" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 #, fuzzy msgid "inhibit file output naming and exporting" msgstr "" @@ -663,29 +675,29 @@ msgstr "" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "Uso: %s [OPZIONE]... [FILE]..." -#: main.cc:138 +#: main.cc:139 #, fuzzy msgid "Typeset music and or play MIDI from FILE" msgstr "Stampa partitura oppure suona una song MIDI da FILE o " -#: main.cc:142 +#: main.cc:143 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 "" -#: main.cc:152 +#: main.cc:153 #, fuzzy msgid "This binary was compiled with the following options:" msgstr "GNU LilyPond è stata compilata con le seguenti impostazioni:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -693,17 +705,17 @@ msgid "" "certain conditions. Invoke as `%s --warranty' for more information.\n" msgstr "" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Copyright (c) %s di" -#: main.cc:196 +#: main.cc:191 #, fuzzy msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- Il tipografo musicale del progetto GNU" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -735,55 +747,55 @@ msgstr "" "Cambridge, MA 02136\n" "USA.\n" -#: midi-item.cc:139 +#: midi-item.cc:144 #, fuzzy, c-format msgid "no such instrument: `%s'" msgstr "% strumento:" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "indicazione durata priva di senso" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "indicazione altezza priva di senso" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, fuzzy, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "la trasposizine di %s rende le alterazioni più che doppie" +msgid "can't find `%s' context" +msgstr "non trovo `%s'" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, fuzzy, c-format -msgid "can't find `%s' context" -msgstr "non trovo `%s'" +msgid "Transposition by %s makes accidental larger than two" +msgstr "la trasposizine di %s rende le alterazioni più che doppie" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, fuzzy, c-format msgid "Identifier name is a keyword: `%s'" msgstr "Il nome dell'identificatore è una parola chiave (`%s')" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "errore alla fine del file: %s" @@ -879,18 +891,18 @@ msgstr "della definizione musicale: %s" msgid "MIDI output to `%s'..." msgstr "L'output MIDI è inviato a %s..." -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 #, fuzzy msgid "unterminated phrasing slur" msgstr "slur non terminato" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 #, fuzzy msgid "can't find start of phrasing slur" msgstr "non trovo le estremità di %s" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, fuzzy, c-format msgid "can't find start of piano pedal: `%s'" msgstr "non risco a trovare una ruling note a %s" @@ -920,11 +932,16 @@ msgstr "Troppi crescendi" msgid "too many notes for rest collision" msgstr "" -#: scm-option.cc:59 +#: scm-option.cc:63 #, fuzzy msgid "Scheme options:" msgstr "Opzioni: " +#: score-engraver.cc:189 +#, fuzzy, c-format +msgid "unbound spanner `%s'" +msgstr "Spanner non legato `%s'" + #: score.cc:78 msgid "Interpreting music..." msgstr "Interpretazione della musica..." @@ -945,11 +962,6 @@ msgstr "ho trovato un errore, /*non sto elaborando lo spartito*/" msgid "elapsed time: %.2f seconds" msgstr "durata: %.2f secondi" -#: score-engraver.cc:188 -#, fuzzy, c-format -msgid "unbound spanner `%s'" -msgstr "Spanner non legato `%s'" - #: scores.cc:106 #, fuzzy msgid "Score contains errors; will not process it" @@ -970,40 +982,41 @@ msgstr "" msgid "Separation_item: I've been drinking too much" msgstr "" -#: slur.cc:48 -#, fuzzy -msgid "Putting slur over rest. Ignoring." -msgstr "Metto uno slur sulla pausa." - -#: slur.cc:383 -#, fuzzy -msgid "Slur over rest?" -msgstr "Metto uno slur sulla pausa." +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "slur non terminato" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 #, fuzzy msgid "can't find start of slur" msgstr "non trovo le estremità di %s" -#: stem.cc:116 +#: slur.cc:48 #, fuzzy -msgid "Weird stem size; check for narrow beams" -msgstr "dimensione del gambo poco ortodossa; check for narrow beams" +msgid "Putting slur over rest. Ignoring." +msgstr "Metto uno slur sulla pausa." + +#: slur.cc:383 +#, fuzzy +msgid "Slur over rest?" +msgstr "Metto uno slur sulla pausa." #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "" -#: text-spanner.cc:121 -msgid "Text_spanner too small" -msgstr "" +#: stem.cc:116 +#, fuzzy +msgid "Weird stem size; check for narrow beams" +msgstr "dimensione del gambo poco ortodossa; check for narrow beams" #: text-spanner-engraver.cc:94 #, fuzzy @@ -1020,10 +1033,9 @@ msgstr "crescendo non terminato" msgid "unterminated text spanner" msgstr "extender non terminato" -#: tfm.cc:77 -#, fuzzy, c-format -msgid "can't find ascii character: %d" -msgstr "non riesco a trovare il carattere `%s'" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "" #: tfm-reader.cc:106 #, c-format @@ -1035,6 +1047,11 @@ msgstr "" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" +#: tfm.cc:77 +#, fuzzy, c-format +msgid "can't find ascii character: %d" +msgstr "non riesco a trovare il carattere `%s'" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1049,7 +1066,7 @@ msgstr "" msgid "no one to print a tuplet start bracket" msgstr "" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, fuzzy, c-format msgid "barcheck failed at: %s" msgstr "controllo del battute fallito: %s" @@ -1078,42 +1095,42 @@ msgstr "traduttore sconosciuto `%s'" msgid "can't find: `%s'" msgstr "non trovo `%s'" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "non trovo e non posso creare '%s' chiamato '%s'" -#: translator-group.cc:231 +#: translator-group.cc:230 #, fuzzy, c-format msgid "can't find or create: `%s'" msgstr "non trovo e non posso creare `%s'" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1138,44 +1155,44 @@ msgstr "" msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 #, fuzzy msgid "Must have duration object" msgstr "indicazione durata priva di senso" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 #, fuzzy msgid "Have to be in Lyric mode for lyrics" msgstr "bisogna essere in Lyric mode per i testi" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "non è una durata: %d" -#: parser.yy:1645 +#: parser.yy:1682 #, fuzzy msgid "Have to be in Note mode for notes" msgstr "bisogna essere in Note mode per le note" -#: parser.yy:1731 +#: parser.yy:1765 #, fuzzy msgid "Have to be in Chord mode for chords" msgstr "bisogna essere in Chord mode per gli accordi" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" @@ -1463,6 +1480,10 @@ msgstr "mi spettavo una traccia MIDI" msgid "invalid track length" msgstr "lunghezza della traccia non valida" +#, fuzzy +#~ msgid "no Grace context available" +#~ msgstr "non è una vera variabile" + #, fuzzy #~ msgid "Fetching `%'s..." #~ msgstr "Genero le voci..." diff --git a/po/ja.po b/po/ja.po index f652910f64..a813910b06 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: lilypond 1.2.17\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: 2000-03-29 20:50+0900\n" "Last-Translator: Daisuke Yamashita \n" "Language-Team: Japanese \n" @@ -13,165 +13,180 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "·Ù¹ð: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "¥¨¥é¡¼: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 #, fuzzy msgid "Exiting ... " msgstr "¹Ô ..." -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "¥ª¥×¥·¥ç¥ó:" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Ø" -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, fuzzy, c-format msgid "Invoking `%s'" msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, fuzzy, c-format msgid "Cleaning %s..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, fuzzy, c-format msgid "no such setting: %s" msgstr "¤½¤ÎÍͤʳڴï¤Ï¤¢¤ê¤Þ¤»¤ó: `%s'" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "Á´¤Æ¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î Makefile °Í¸´Ø·¸¤ò½ñ¤­¹þ¤à" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "¤³¤Î¥Ø¥ë¥×" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "DIR" -#: ly2dvi.py:351 +#: ly2dvi.py:353 #, fuzzy msgid "add DIR to LilyPond's search path" msgstr "DIR ¤ò¸¡º÷¥Ñ¥¹¤ËÄɲÃ" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 msgid "produce MIDI output only" msgstr "MIDI ½ÐÎϤÎÀ¸À®¤Î¤ß" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "FILE" -#: ly2dvi.py:355 +#: ly2dvi.py:357 #, fuzzy msgid "write ouput to FILE" msgstr "BASENAME[-x].³ÈÄ¥»Ò ¤Ø½ÐÎϤò½ñ¤­¹þ¤à" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 #, fuzzy msgid "generate PostScript output" msgstr "À©¸Â¤ò´ËÏÂ" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 #, fuzzy msgid "verbose" msgstr "¾ÜºÙ¤Ê¾ðÊó¤òɽ¼¨¤·¤Þ¤¹" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "ÊݾڤÈÃøºî¸¢¤Ë¤Ä¤¤¤Æɽ¼¨¤¹¤ë" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, fuzzy, c-format msgid "Running %s..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, fuzzy, c-format msgid "Analyzing %s..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, fuzzy, c-format msgid "invalid value: %s" msgstr "̵¸ú¤Êʸ»ú: `%c'" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤±¤Þ¤»¤ó: `%s'" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, fuzzy, c-format msgid "dependencies output to `%s'..." msgstr "%s ¤Ø paper ½ÐÎÏ..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, fuzzy, c-format msgid "%s output to `%s'..." msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ" -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, fuzzy, c-format msgid "can't find file: `%s'" msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -197,7 +212,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 #, fuzzy msgid "write output to FILE" msgstr "BASENAME[-x].³ÈÄ¥»Ò ¤Ø½ÐÎϤò½ñ¤­¹þ¤à" @@ -216,85 +231,85 @@ msgstr " msgid "Writing `%s'..." msgstr "¹Ô ..." -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, fuzzy, c-format msgid "Cleaning `%s'..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 #, fuzzy msgid "%r: release directory" msgstr "¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó: `%s'" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, fuzzy, c-format msgid "Listing `%s'..." msgstr "¹Ô ..." -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, fuzzy, c-format msgid "Fetching `%s'..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" -#: update-lily.py:457 +#: update-lily.py:458 #, fuzzy, c-format msgid "Building `%s'..." msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" @@ -419,15 +434,6 @@ msgstr " msgid "Can't switch translators, I'm there already" msgstr "¥È¥é¥ó¥¹¥ì¡¼¥¿¤òÀÚ¤êÂؤ¨¤é¤ì¤Þ¤»¤ó¡£´û¤Ë¤½¤¦¤Ê¤Ã¤Æ¤¤¤Þ¤¹" -#: beam.cc:86 -#, fuzzy -msgid "beam has less than two stems" -msgstr "³Ã¤¬Æó¤Ä̤Ëþ¤ÎÉäÈø¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "¿âľÊý¸þ¤Î°ÌÃ֤Ȥ·¤Æ¤ª¤«¤·¤Ê³Ã" - #: beam-engraver.cc:91 beam-engraver.cc:124 msgid "can't find start of beam" msgstr "" @@ -442,21 +448,30 @@ msgstr " msgid "unterminated beam" msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 #, fuzzy msgid "stem must have Rhythmic structure" msgstr "ÉäÈø¤Ï¥ê¥º¥à¹½Â¤¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó" -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 #, fuzzy msgid "stem doesn't fit in beam" msgstr "ÉäÈø¤¬³Ã¤ÎÃæ¤Ë¤ª¤µ¤Þ¤ê¤Þ¤»¤ó" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 #, fuzzy msgid "beam was started here" msgstr "³Ã¤Ï¤³¤³¤«¤é³«»Ï¤µ¤ì¤Þ¤·¤¿" +#: beam.cc:86 +#, fuzzy +msgid "beam has less than two stems" +msgstr "³Ã¤¬Æó¤Ä̤Ëþ¤ÎÉäÈø¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "¿âľÊý¸þ¤Î°ÌÃ֤Ȥ·¤Æ¤ª¤«¤·¤Ê³Ã" + #: break-align-item.cc:136 #, fuzzy, c-format msgid "unknown spacing pair `%s', `%s'" @@ -481,16 +496,6 @@ msgstr " msgid "none of these in my family" msgstr "¥Õ¥¡¥ß¥ê¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "̵¸ú¤Ê°ú¤­»»: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "̵¸ú¤Êž²ó¥Ô¥Ã¥Á: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 #, fuzzy msgid "unterminated chord tremolo" @@ -501,7 +506,17 @@ msgstr " msgid "no one to print a tremolos" msgstr "È¿Éüµ­¹æ¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "̵¸ú¤Ê°ú¤­»»: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "̵¸ú¤Êž²ó¥Ô¥Ã¥Á: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s" + +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "Äà¤ê¹ç¤ï¤Ê¤¤²»É䤬¿¤¹¤®¤Þ¤¹¡£¤½¤ì¤é¤ò̵»ë¤·¤Þ¤¹¡£" @@ -541,7 +556,7 @@ msgstr " msgid "no one to print a repeat brace" msgstr "È¿Éüµ­¹æ¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -549,14 +564,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "" -#: grace-iterator.cc:43 -msgid "no Grace context available" -msgstr "Áõ¾þ¥³¥ó¥Æ¥­¥¹¥È¤¬¤¢¤ê¤Þ¤»¤ó" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "Áõ¾þ²»É䤬¤Ä¤±¤é¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£Ä¾Á°¤Î¥«¥é¥à¤Ë¤Ä¤±¤Þ¤¹" - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -586,6 +593,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "FIXME: ¥­¡¼Êѹ¹¤Î¥Þ¡¼¥¸" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -596,80 +608,81 @@ msgstr "( msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "¥«¥é¥à°ÌÃÖ¤ò·×»»Ãæ..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "EXT" -#: main.cc:107 +#: main.cc:108 #, fuzzy -msgid "use output format EXT (scm, ps, tex or as)" +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "½ÐÎÏ¥Õ¥©¡¼¥Þ¥Ã¥È EXT ¤ò»È¤¦" -#: main.cc:109 +#: main.cc:110 #, fuzzy msgid "FIELD" msgstr "FILE" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "DIR ¤ò¸¡º÷¥Ñ¥¹¤ËÄɲÃ" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "FILE ¤ò½é´ü²½¥Õ¥¡¥¤¥ë¤È¤·¤Æ»ÈÍÑ" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "̾Á°ÉÕ¤±¤È¥¨¥¯¥¹¥Ý¡¼¥È¤Î½ÐÎÏ¥Õ¥¡¥¤¥ë¤òÍÞÀ©¤¹¤ë" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]..." -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "¥Õ¥¡¥¤¥ë¤Î³Ú¶Ê¤òÁÈÈǤ·¤¿¤ê¡¢MIDI ±éÁÕ¤·¤¿¤ê¤¹¤ë" -#: main.cc:142 +#: main.cc:143 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" @@ -679,11 +692,11 @@ msgstr "" "Èþ¤·¤¤ÉèÌ̤òºîÀ®¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£LilyPond ¤Ï GNU ¥×¥í¥¸¥§¥¯¥È¤Î°ìÉô¤Ç" "¤¹¡£\n" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï°Ê²¼¤Î¥ª¥×¥·¥ç¥óÉÕ¤­¤Ç¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Þ¤·¤¿" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -699,17 +712,17 @@ msgstr "" "¤³¤ì¤ò²þÊѤ·¤¿¤ê¡¢Ê£À½¤òÇÛÉÛ¤·¤¿¤ê¤¹¤ë»ö¤Ï´¿·Þ¤µ¤ì¤Þ¤¹¡£\n" "`--warranty' ¥ª¥×¥·¥ç¥óÉÕ¤­¤Çµ¯Æ°¤¹¤ë¤È¡¢¤è¤ê¾ÜºÙ¤Ê¾ðÊó¤¬ÆÀ¤é¤ì¤Þ¤¹¡£\n" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Copyright (c) %s by" -#: main.cc:196 +#: main.cc:191 #, fuzzy msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- The GNU Project music typesetter" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -756,55 +769,55 @@ msgstr "" "¤Ç¤¹(COPYING ¥Õ¥¡¥¤¥ë¤ò»²¾È)¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢Free Software Foundation,\n" "Inc., 675 Mass Ave, Cambridge, MA 02139, USA ¤Ë¼ê»æ¤ò½ñ¤¤¤Æ¤¯¤À¤µ¤¤¡£\n" -#: midi-item.cc:139 +#: midi-item.cc:144 #, c-format msgid "no such instrument: `%s'" msgstr "¤½¤ÎÍͤʳڴï¤Ï¤¢¤ê¤Þ¤»¤ó: `%s'" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "Çϼ¯¤²¤¿²»Ä¹" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "Çϼ¯¤²¤¿¥Ô¥Ã¥Á" -#: musical-request.cc:28 -#, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "%s ¤ÎÊÑÄ´¤Ë¤è¤Ã¤Æ¡¢Æó¤Ä¤òĶ¤¨¤ëÇÉÀ¸²»¤¬ºî¤é¤ì¤Þ¤·¤¿" +#: music-output-def.cc:119 +#, fuzzy, c-format +msgid "can't find `%s' context" +msgstr "`%s' ¥³¥ó¥Æ¥­¥¹¥È¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 -#, fuzzy, c-format -msgid "can't find `%s' context" -msgstr "`%s' ¥³¥ó¥Æ¥­¥¹¥È¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" +#: musical-request.cc:28 +#, c-format +msgid "Transposition by %s makes accidental larger than two" +msgstr "%s ¤ÎÊÑÄ´¤Ë¤è¤Ã¤Æ¡¢Æó¤Ä¤òĶ¤¨¤ëÇÉÀ¸²»¤¬ºî¤é¤ì¤Þ¤·¤¿" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "¼±ÊÌ»Ò̾¤Ï¥­¡¼¥ï¡¼¥É¤Ç¤¹: `%s'" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "EOF ¤Î¤È¤³¤í¤Ç¥¨¥é¡¼: %s" @@ -897,18 +910,18 @@ msgstr " msgid "MIDI output to `%s'..." msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ" -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 #, fuzzy msgid "unterminated phrasing slur" msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 #, fuzzy msgid "can't find start of phrasing slur" msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, fuzzy, c-format msgid "can't find start of piano pedal: `%s'" msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿Ê¸»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'" @@ -937,11 +950,16 @@ msgstr " msgid "too many notes for rest collision" msgstr "µÙÉä¤Î¾×ÆͤËÂФ·¤Æ²»É䤬¿¤¹¤®¤Þ¤¹" -#: scm-option.cc:59 +#: scm-option.cc:63 #, fuzzy msgid "Scheme options:" msgstr "¥ª¥×¥·¥ç¥ó:" +#: score-engraver.cc:189 +#, c-format +msgid "unbound spanner `%s'" +msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥¹¥Ñ¥Ê `%s'" + #: score.cc:78 msgid "Interpreting music..." msgstr "³Ú¶Ê¤Î²ò¼áÃæ..." @@ -960,11 +978,6 @@ msgstr " msgid "elapsed time: %.2f seconds" msgstr "·Ð²á»þ´Ö: %.2f ÉÃ" -#: score-engraver.cc:188 -#, c-format -msgid "unbound spanner `%s'" -msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥¹¥Ñ¥Ê `%s'" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "³ÚÉè¤Ë¥¨¥é¡¼¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹ -- ½èÍý¤·¤Þ¤»¤ó" @@ -985,37 +998,38 @@ msgstr " msgid "Separation_item: I've been drinking too much" msgstr "Single_malt_grouping_item: °û¤ß¤¹¤®¤Á¤ã¤Ã¤¿" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "µÙÉä¤ò¤Þ¤¿¤¤¤À¥¹¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£Ìµ»ë¤·¤Þ¤¹¡£" - -#: slur.cc:383 -msgid "Slur over rest?" -msgstr "¥¹¥é¡¼¤¬µÙÉä¤ò¤Þ¤¿¤¤¤Ç¤¤¤ë?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 #, fuzzy msgid "can't find start of slur" msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: stem.cc:116 -msgid "Weird stem size; check for narrow beams" -msgstr "ÊѤÊÉäÈø¤Î¥µ¥¤¥º -- ºÙ¤¤³Ã¤Î¥Á¥§¥Ã¥¯¤ò¤·¤Æ²¼¤µ¤¤" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "µÙÉä¤ò¤Þ¤¿¤¤¤À¥¹¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£Ìµ»ë¤·¤Þ¤¹¡£" + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "¥¹¥é¡¼¤¬µÙÉä¤ò¤Þ¤¿¤¤¤Ç¤¤¤ë?" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "Ì·½â¤·¤¿ÉäÈø¤ØÉäƬ¤òÄɲä·¤Þ¤¹ (¥¿¥¤¥× = %d)" -#: text-spanner.cc:121 -msgid "Text_spanner too small" -msgstr "" +#: stem.cc:116 +msgid "Weird stem size; check for narrow beams" +msgstr "ÊѤÊÉäÈø¤Î¥µ¥¤¥º -- ºÙ¤¤³Ã¤Î¥Á¥§¥Ã¥¯¤ò¤·¤Æ²¼¤µ¤¤" #: text-spanner-engraver.cc:94 #, fuzzy @@ -1032,10 +1046,9 @@ msgstr " msgid "unterminated text spanner" msgstr "½ªÃ¼¤Î¤Ê¤¤¥¨¥¯¥¹¥Æ¥ó¥À" -#: tfm.cc:77 -#, fuzzy, c-format -msgid "can't find ascii character: %d" -msgstr "ascii ʸ»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%d'" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "" #: tfm-reader.cc:106 #, fuzzy, c-format @@ -1047,6 +1060,11 @@ msgstr "`%s' msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "%s: TFM ¥Õ¥¡¥¤¥ë¤Ï %u ¸Ä¤Î¥Ñ¥é¥á¥¿¤¬¤¢¤ê¤Þ¤¹¤¬¡¢%u °Ê¾å¤Ï°·¤¨¤Þ¤»¤ó" +#: tfm.cc:77 +#, fuzzy, c-format +msgid "can't find ascii character: %d" +msgstr "ascii ʸ»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%d'" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1061,7 +1079,7 @@ msgstr " msgid "no one to print a tuplet start bracket" msgstr "¥¿¥×¥ì¥Ã¥È³«»Ï¥Ö¥é¥±¥Ã¥È¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "¾®Àá¥Á¥§¥Ã¥¯¤¬¼ºÇÔ: %s" @@ -1090,42 +1108,42 @@ msgstr "Ƚ msgid "can't find: `%s'" msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'" -#: translator-group.cc:146 +#: translator-group.cc:145 #, fuzzy, c-format msgid "can't find or create `%s' called `%s'" msgstr "`%2$s' ¤Ë¸Æ¤Ð¤ì¤¿ `%1$s' ¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó" -#: translator-group.cc:231 +#: translator-group.cc:230 #, fuzzy, c-format msgid "can't find or create: `%s'" msgstr "¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó: `%s'" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1150,41 +1168,41 @@ msgstr "" msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "¤³¤ÎÍ×µá¤ËÂФ¹¤ëÊý¸þ¤ò»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 #, fuzzy msgid "Must have duration object" msgstr "²»Ä¹¤òºÇ¾®¤ËÀßÄꤷ¤Þ¤¹" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 msgid "Have to be in Lyric mode for lyrics" msgstr "²Î»ì¤Ï Lyric ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "²»Ä¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %d" -#: parser.yy:1645 +#: parser.yy:1682 msgid "Have to be in Note mode for notes" msgstr "²»Éä¤Ï Note ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤" -#: parser.yy:1731 +#: parser.yy:1765 msgid "Have to be in Chord mode for chords" msgstr "¥³¡¼¥É¤Ï Chord ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" @@ -1455,6 +1473,12 @@ msgstr "MIDI msgid "invalid track length" msgstr "̵¸ú¤Ê¥È¥é¥Ã¥¯Ä¹¤Ç¤¹" +#~ msgid "no Grace context available" +#~ msgstr "Áõ¾þ¥³¥ó¥Æ¥­¥¹¥È¤¬¤¢¤ê¤Þ¤»¤ó" + +#~ msgid "Unattached grace notes. Attaching to last musical column." +#~ msgstr "Áõ¾þ²»É䤬¤Ä¤±¤é¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£Ä¾Á°¤Î¥«¥é¥à¤Ë¤Ä¤±¤Þ¤¹" + #, fuzzy #~ msgid "Fetching `%'s..." #~ msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'" diff --git a/po/lilypond.pot b/po/lilypond.pot index d85c3cfe60..fd328ee2ad 100644 --- a/po/lilypond.pot +++ b/po/lilypond.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,160 +14,175 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "" -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "" -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 msgid "Exiting ... " msgstr "" -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "" -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, c-format msgid "Invoking `%s'" msgstr "" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, c-format msgid "Cleaning %s..." msgstr "" -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, c-format msgid "no such setting: %s" msgstr "" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "" -#: ly2dvi.py:351 +#: ly2dvi.py:353 msgid "add DIR to LilyPond's search path" msgstr "" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 msgid "produce MIDI output only" msgstr "" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "" -#: ly2dvi.py:355 +#: ly2dvi.py:357 msgid "write ouput to FILE" msgstr "" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 msgid "generate PostScript output" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 msgid "verbose" msgstr "" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, c-format msgid "Running %s..." msgstr "" -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, c-format msgid "Analyzing %s..." msgstr "" -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, c-format msgid "invalid value: %s" msgstr "" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, c-format +msgid "not a PostScript file: `%s'" +msgstr "" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, c-format msgid "dependencies output to `%s'..." msgstr "" -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, c-format msgid "%s output to `%s'..." msgstr "" -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -193,7 +208,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 msgid "write output to FILE" msgstr "" @@ -211,84 +226,84 @@ msgstr "" msgid "Writing `%s'..." msgstr "" -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, c-format msgid "Cleaning `%s'..." msgstr "" -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 msgid "%r: release directory" msgstr "" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, c-format msgid "Listing `%s'..." msgstr "" -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, c-format msgid "Fetching `%s'..." msgstr "" -#: update-lily.py:457 +#: update-lily.py:458 #, c-format msgid "Building `%s'..." msgstr "" @@ -411,14 +426,6 @@ msgstr "" msgid "Can't switch translators, I'm there already" msgstr "" -#: beam.cc:86 -msgid "beam has less than two stems" -msgstr "" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "" - #: beam-engraver.cc:91 beam-engraver.cc:124 msgid "can't find start of beam" msgstr "" @@ -431,18 +438,26 @@ msgstr "" msgid "unterminated beam" msgstr "" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 msgid "stem must have Rhythmic structure" msgstr "" -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "" +#: beam.cc:86 +msgid "beam has less than two stems" +msgstr "" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "" + #: break-align-item.cc:136 #, c-format msgid "unknown spacing pair `%s', `%s'" @@ -467,16 +482,6 @@ msgstr "" msgid "none of these in my family" msgstr "" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 msgid "unterminated chord tremolo" msgstr "" @@ -485,7 +490,17 @@ msgstr "" msgid "no one to print a tremolos" msgstr "" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "" + +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "" @@ -521,7 +536,7 @@ msgstr "" msgid "no one to print a repeat brace" msgstr "" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -529,14 +544,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "" -#: grace-iterator.cc:43 -msgid "no Grace context available" -msgstr "" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "" - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -565,6 +572,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "" +#: kpath.cc:64 +#, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -575,89 +587,90 @@ msgstr "" msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "" -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "" -#: main.cc:107 -msgid "use output format EXT (scm, ps, tex or as)" +#: main.cc:108 +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "" -#: main.cc:109 +#: main.cc:110 msgid "FIELD" msgstr "" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "" -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "" -#: main.cc:142 +#: main.cc:143 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 "" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -665,16 +678,16 @@ msgid "" "certain conditions. Invoke as `%s --warranty' for more information.\n" msgstr "" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "" -#: main.cc:196 +#: main.cc:191 msgid "GNU LilyPond -- The music typesetter" msgstr "" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -691,55 +704,55 @@ msgid "" "USA.\n" msgstr "" -#: midi-item.cc:139 +#: midi-item.cc:144 #, c-format msgid "no such instrument: `%s'" msgstr "" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, c-format -msgid "Transposition by %s makes accidental larger than two" +msgid "can't find `%s' context" msgstr "" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, c-format -msgid "can't find `%s' context" +msgid "Transposition by %s makes accidental larger than two" msgstr "" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "" @@ -830,16 +843,16 @@ msgstr "" msgid "MIDI output to `%s'..." msgstr "" -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 msgid "unterminated phrasing slur" msgstr "" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 msgid "can't find start of phrasing slur" msgstr "" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, c-format msgid "can't find start of piano pedal: `%s'" msgstr "" @@ -868,10 +881,15 @@ msgstr "" msgid "too many notes for rest collision" msgstr "" -#: scm-option.cc:59 +#: scm-option.cc:63 msgid "Scheme options:" msgstr "" +#: score-engraver.cc:189 +#, c-format +msgid "unbound spanner `%s'" +msgstr "" + #: score.cc:78 msgid "Interpreting music..." msgstr "" @@ -890,11 +908,6 @@ msgstr "" msgid "elapsed time: %.2f seconds" msgstr "" -#: score-engraver.cc:188 -#, c-format -msgid "unbound spanner `%s'" -msgstr "" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "" @@ -914,26 +927,27 @@ msgstr "" msgid "Separation_item: I've been drinking too much" msgstr "" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "" - -#: slur.cc:383 -msgid "Slur over rest?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 msgid "can't find start of slur" msgstr "" -#: stem.cc:116 -msgid "Weird stem size; check for narrow beams" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "" + +#: slur.cc:383 +msgid "Slur over rest?" msgstr "" #: stem-engraver.cc:115 @@ -941,8 +955,8 @@ msgstr "" msgid "Adding note head to incompatible stem (type = %d)" msgstr "" -#: text-spanner.cc:121 -msgid "Text_spanner too small" +#: stem.cc:116 +msgid "Weird stem size; check for narrow beams" msgstr "" #: text-spanner-engraver.cc:94 @@ -957,9 +971,8 @@ msgstr "" msgid "unterminated text spanner" msgstr "" -#: tfm.cc:77 -#, c-format -msgid "can't find ascii character: %d" +#: text-spanner.cc:121 +msgid "Text_spanner too small" msgstr "" #: tfm-reader.cc:106 @@ -972,6 +985,11 @@ msgstr "" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" +#: tfm.cc:77 +#, c-format +msgid "can't find ascii character: %d" +msgstr "" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -986,7 +1004,7 @@ msgstr "" msgid "no one to print a tuplet start bracket" msgstr "" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "" @@ -1015,42 +1033,42 @@ msgstr "" msgid "can't find: `%s'" msgstr "" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "" -#: translator-group.cc:231 +#: translator-group.cc:230 #, c-format msgid "can't find or create: `%s'" msgstr "" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1075,40 +1093,40 @@ msgstr "" msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 msgid "Must have duration object" msgstr "" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 msgid "Have to be in Lyric mode for lyrics" msgstr "" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "" -#: parser.yy:1645 +#: parser.yy:1682 msgid "Have to be in Note mode for notes" msgstr "" -#: parser.yy:1731 +#: parser.yy:1765 msgid "Have to be in Chord mode for chords" msgstr "" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" diff --git a/po/nl.po b/po/nl.po index c8d1627e0c..c139ebbe06 100644 --- a/po/nl.po +++ b/po/nl.po @@ -9,9 +9,9 @@ # msgid "" msgstr "" -"Project-Id-Version: lilypond 1.4.1\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" -"PO-Revision-Date: 2001-05-09 23:29+0200\n" +"Project-Id-Version: lilypond 1.4.6\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" +"PO-Revision-Date: 2001-09-09 17:34+0200\n" "Last-Translator: Jan Nieuwenhuizen \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -23,162 +23,177 @@ msgstr "" "--add-comments --keyword=_\n" "Files: bow.cc int.cc\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "Genereer .dvi met LaTeX voor LilyPond" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "waarschuwing: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "fout: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 msgid "Exiting ... " msgstr "Beëidigen ..." -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "Gebruik: %s [OPTIE]... BESTAND" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "Opties:" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "" "Meld luizen in het programma aan %s;\n" "meld onjuistheden in de vertaling aan of " -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, c-format msgid "Invoking `%s'" msgstr "Uitvoeren `%s'" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "opdracht eindigde met waarde %d" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "(genegeerd)" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, c-format msgid "Cleaning %s..." msgstr "Schoonmaken %s..." -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, c-format msgid "no such setting: %s" msgstr "geen dergelijke instelling: %s" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "schrijf Makefile afhankelijkheden voor elk invoerbestand" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "deze hulp" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "DIR" -#: ly2dvi.py:351 +#: ly2dvi.py:353 msgid "add DIR to LilyPond's search path" msgstr "voeg DIR toe aan LilyPonds zoekpad" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "bewaar alle uitvoer, en noem de directory %s.dir" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "draai LilyPond niet" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 msgid "produce MIDI output only" msgstr "produceer alleen MIDI uitvoer" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "BESTAND" -#: ly2dvi.py:355 +#: ly2dvi.py:357 msgid "write ouput to FILE" msgstr "schrijf uitvoer naar BESTAND" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "zoek pfa fonts gebruikt in BESTAND" + +#: ly2dvi.py:360 msgid "generate PostScript output" msgstr "genereer PostScipt uitvoer" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "SEUTEL=WAARDE" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "verander globale instelling SLEUTEL in WAARDE" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 msgid "verbose" msgstr "breedsprakig" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "druk versienummer af" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "toon garantie en auteursrechten" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, c-format msgid "Running %s..." msgstr "Uitvoeren %s..." -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, c-format msgid "Analyzing %s..." msgstr "Analyseer %s..." -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "geen lilypond uitvoer gevonden voor %s" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, c-format msgid "invalid value: %s" msgstr "ongeldige waarde: %s" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, c-format +msgid "not a PostScript file: `%s'" +msgstr "geen PostScript bestand: `%s'" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "getopt zegt: `%s'" + +#: ly2dvi.py:826 scores.cc:44 #, c-format msgid "dependencies output to `%s'..." -msgstr "afhankelijkheden uitvoer naar %s..." +msgstr "afhankelijkheden uitvoer naar `%s'..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, c-format msgid "%s output to `%s'..." msgstr "%s uitvoer naar `%s'..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "kan bestand niet vinden: `%s'" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "geen bestanden gespecificeerd op de commandoregel." @@ -204,7 +219,7 @@ msgstr "debug" msgid "define macro NAME [optional expansion EXP]" msgstr "definieer macro NAAM [optionele expansie EXP]" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 msgid "write output to FILE" msgstr "schrijf uitvoer naar BESTAND" @@ -222,84 +237,84 @@ msgstr "Verwerken van `%s'..." msgid "Writing `%s'..." msgstr "Schrijven van `%s'..." -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "Grijp en herbouw van meest recente source pakket" -#: update-lily.py:223 +#: update-lily.py:224 #, c-format msgid "Cleaning `%s'..." msgstr "Schoonmaken van `%s'..." -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "pak uit en bouw in DIR [%s]" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "voer COMMAND uit, substitueer:" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "%b: bouw-root" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "%n: pakketnaam" -#: update-lily.py:247 +#: update-lily.py:248 msgid "%r: release directory" msgstr "%r: uitgave directory" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "%t: tar-bal" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "%v: pakketversie" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "bewaar alle uitvoer, en noem de directory %s" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "bij fout bericht EMAIL[,EMAIL]" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "verwijder vorige bouw" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "grijp en bouw URL [%s]" -#: update-lily.py:365 +#: update-lily.py:366 #, c-format msgid "Listing `%s'..." msgstr "Lijst van `%s'" -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "meest recente is: %s" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "ontspan, %s is bij de tijd" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, c-format msgid "Fetching `%s'..." msgstr "Grijpen van `%s'..." -#: update-lily.py:457 +#: update-lily.py:458 #, c-format msgid "Building `%s'..." msgstr "Bouwen van `%s'..." @@ -376,12 +391,12 @@ msgstr "kan teken niet vinden genaamd: `%s'" #: afm.cc:124 #, c-format msgid "Error parsing AFM file: `%s'" -msgstr "Fout bij ontleden AFM bestand: `%s'" +msgstr "Fout bij ontleden AFM-bestand: `%s'" #: all-font-metrics.cc:95 #, c-format msgid "checksum mismatch for font file: `%s'" -msgstr "checksum fout voor font bestand: `%s'" +msgstr "checksum fout voor fontbestand: `%s'" #: all-font-metrics.cc:97 #, c-format @@ -424,14 +439,6 @@ msgstr "Geef op" msgid "Can't switch translators, I'm there already" msgstr "Kan niet wisselen van vertaler, ben al hier" -#: beam.cc:86 -msgid "beam has less than two stems" -msgstr "waardestreep heeft minder dan twee stokken" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "rare verticale waardestreep verplaatsing" - #: beam-engraver.cc:91 beam-engraver.cc:124 msgid "can't find start of beam" msgstr "kan start van waardestreep niet vinden" @@ -444,18 +451,26 @@ msgstr "heb al een waardestreep" msgid "unterminated beam" msgstr "onbeëindigde waardestreep" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 msgid "stem must have Rhythmic structure" msgstr "stok moet Ritmische structuur hebben" -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "stok past niet in waardestreep" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "waardestreep werd hier gestart" +#: beam.cc:86 +msgid "beam has less than two stems" +msgstr "waardestreep heeft minder dan twee stokken" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "rare verticale waardestreep verplaatsing" + #: break-align-item.cc:136 #, c-format msgid "unknown spacing pair `%s', `%s'" @@ -480,16 +495,6 @@ msgstr "Ben er zelf een" msgid "none of these in my family" msgstr "geen van deze in mijn gezin" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "ongeldige aftrek: maakt geen deel uit van accoord: %s" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "ongeldige inversie toon: geen onderdeel van accoord: %s" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 msgid "unterminated chord tremolo" msgstr "onbeëindigd akkoordtremolo" @@ -498,7 +503,17 @@ msgstr "onbe msgid "no one to print a tremolos" msgstr "niemand om tremolos af te drukken" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "ongeldige aftrek: maakt geen deel uit van accoord: %s" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "ongeldige inversie toon: geen onderdeel van accoord: %s" + +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "Te veel botsende nootkolommen. Negeer ze." @@ -535,7 +550,7 @@ msgstr "" msgid "no one to print a repeat brace" msgstr "niemand om een herhalings haak af te drukken" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "kon geen enkel font vinden dat voldoet aan " @@ -543,14 +558,6 @@ msgstr "kon geen enkel font vinden dat voldoet aan " msgid "No feasible line breaking found" msgstr "Geen doenbare regelafbreuk gevonden" -#: grace-iterator.cc:43 -msgid "no Grace context available" -msgstr "geen Grace context voor handen" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "Losse grace noten. Maak ze vast aan vorige muziekale kolom." - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "decrescendo te klein" @@ -580,6 +587,11 @@ msgstr "Dit was de andere toonsoort definitie." msgid "FIXME: key change merge" msgstr "MAAKME: toonsoort sleutel samenvoeging" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "kan bestand niet vinden: `%s'" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -590,78 +602,80 @@ msgstr "(zoekpad: `%s')" msgid "Element count %d." msgstr "Aantal elementen: %d." -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "Aantal elementen: %d." -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "Berekenen van kolomposities..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "liedteksten gevonden zonder bijbehorend nootbolletje" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "Huh? Melismatische noot blijkt bijbehorende liedtekst te hebben." -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "EXPR" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "evalueer EXPR als Scheme nadat .scm init is gelezen" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "EXT" -#: main.cc:107 -msgid "use output format EXT (scm, ps, tex or as)" +#: main.cc:108 +#, fuzzy +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "gebruik uitvoer formaat EXT (scm, ps, tex of as)" -#: main.cc:109 +#: main.cc:110 msgid "FIELD" msgstr "VELD" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "schrijf kop veld naar BASISNAAM.VELD" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "voeg DIR toe aan zoekpad" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "gebruik BESTAND als initialisatiebestand" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "voeg DIR voor aan afhankelijkheden" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" -msgstr "verbied naamgeving van uitvoer bestand en exportering" +msgstr "verbied naamgeving van uitvoerbestand en exportering" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "Gebruik: %s [OPTIE]... BESTAND..." -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "Zet muziek en of speel MIDI van BESTAND" -#: main.cc:142 +#: main.cc:143 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" @@ -671,11 +685,11 @@ msgstr "" "uitgaande van een hoog niveau beschrijving bestand. LilyPond \n" "maakt deel uit van het GNU Project.\n" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "Dit programma is gecompileerd met de volgende instellingen:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -687,16 +701,16 @@ msgstr "" "onder bepaalde voorwaarden. Roep aan als `%s --warranty' voor meer\n" "informatie.\n" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Copyright (c) %s " -#: main.cc:196 +#: main.cc:191 msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- De Muziekzetter" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -726,55 +740,55 @@ msgstr "" "zoniet, schrijf dan naar de Free Software Foundation, Inc.,\n" "675 Mass Ave, Cambridge, MA 02139, USA.\n" -#: midi-item.cc:139 +#: midi-item.cc:144 #, c-format msgid "no such instrument: `%s'" msgstr "geen dergelijk instrument: `%s'" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "rare duur" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "rare toonhoogte" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "Transponering van %s geeft tripel kruizen/mollen" +msgid "can't find `%s' context" +msgstr "kan `%s' context niet vinden" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "ly_get_mus_property (): Geen Muziek" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "ly_set_mus_property (): Geen symbool" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "ly_set_mus_property (): niet van type Muziek" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "ly_make_music (): Geen string" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "ly_make_music (): Geen muziek expressie" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, c-format -msgid "can't find `%s' context" -msgstr "kan `%s' context niet vinden" +msgid "Transposition by %s makes accidental larger than two" +msgstr "Transponering van %s geeft tripel kruizen/mollen" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "Identifier naam is een sleutelwoord: `%s'" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "fout bij EOF: %s" @@ -821,7 +835,7 @@ msgstr "kan directory niet scheppen: `%s'" #: paper-stream.cc:55 msgid "Error syncing file (disk full?)" -msgstr "Fout by synchroniseren van bestand (disk vol?)" +msgstr "Fout bij synchroniseren van bestand (schijf vol?)" #. #. We could change the current translator's id, but that would make @@ -865,16 +879,16 @@ msgstr "van muzikale definitie: %s" msgid "MIDI output to `%s'..." msgstr "MIDI uitvoer naar %s..." -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 msgid "unterminated phrasing slur" msgstr "onbeëindigde fraseringsboog" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 msgid "can't find start of phrasing slur" msgstr "kan start van fraseringsboog niet vinden" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, c-format msgid "can't find start of piano pedal: `%s'" msgstr "kan start van piano pedaal niet vinden: `%s'" @@ -905,10 +919,15 @@ msgstr "te veel botsende rusten" msgid "too many notes for rest collision" msgstr "te veel noten voor bosting met rusten" -#: scm-option.cc:59 +#: scm-option.cc:63 msgid "Scheme options:" msgstr "Scheme opties:" +#: score-engraver.cc:189 +#, c-format +msgid "unbound spanner `%s'" +msgstr "ongebonden spanner `%s'" + #: score.cc:78 msgid "Interpreting music..." msgstr "Vertolken van muziek..." @@ -927,11 +946,6 @@ msgstr "Fouten gevonden, /*verwerk partituur niet */" msgid "elapsed time: %.2f seconds" msgstr "duur: %.2f seconden" -#: score-engraver.cc:188 -#, c-format -msgid "unbound spanner `%s'" -msgstr "ongebonden spanner `%s'" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "Partituur bevat fouten; zal hem niet verwerken" @@ -951,36 +965,37 @@ msgstr "Weet niet hoe articulatie te vertolken `%s'" msgid "Separation_item: I've been drinking too much" msgstr "Separation_item: Ik heb te veel gedronken" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "Zet bindingsboog over rust. Negeer." - -#: slur.cc:383 -msgid "Slur over rest?" -msgstr "Boogje over rust?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "onbeëindigde bindingsboog" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 msgid "can't find start of slur" msgstr "kan start van bindingsboog niet vinden" -#: stem.cc:116 -msgid "Weird stem size; check for narrow beams" -msgstr "Vreemde stoklengte; controleer op krappe waardestrepen" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "Zet bindingsboog over rust. Negeer." + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "Boogje over rust?" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "Voeg noot bolletje toe aan onverenigbare stok (type = %d)" -#: text-spanner.cc:121 -msgid "Text_spanner too small" -msgstr "Text_spanner te klein" +#: stem.cc:116 +msgid "Weird stem size; check for narrow beams" +msgstr "Vreemde stoklengte; controleer op krappe waardestrepen" #: text-spanner-engraver.cc:94 msgid "can't find start of text spanner" @@ -994,10 +1009,9 @@ msgstr "heb al een tekst spanner" msgid "unterminated text spanner" msgstr "onbeëindigde tekst spanner" -#: tfm.cc:77 -#, c-format -msgid "can't find ascii character: %d" -msgstr "kan ascii teken niet vinden: %d" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "Text_spanner te klein" #: tfm-reader.cc:106 #, c-format @@ -1010,6 +1024,11 @@ msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" "%s: TFM bestand heeft %u parameters, wat meer is dan de %u die ik aan kan" +#: tfm.cc:77 +#, c-format +msgid "can't find ascii character: %d" +msgstr "kan ascii teken niet vinden: %d" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1024,7 +1043,7 @@ msgstr "eenzame overbinding" msgid "no one to print a tuplet start bracket" msgstr "niemand om een x-ool start haak af te drukken" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "maatstreep controle gefaald op: %s" @@ -1053,17 +1072,17 @@ msgstr "Voeg translator niet toe: `%s'" msgid "can't find: `%s'" msgstr "kan niet vinden: `%s'" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "kan niet vinden of scheppen `%s' genaamd `%s'" -#: translator-group.cc:231 +#: translator-group.cc:230 #, c-format msgid "can't find or create: `%s'" msgstr "kan niet vinden of scheppen: `%s'" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " @@ -1071,25 +1090,25 @@ msgid "" msgstr "" "Kan geen type-controle vinden voor property `%s'. Misschien een tikfout?" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "Type contole gefaald voor `%s'; waarde `%s' moet type hebben: `%s'" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "ly-get-trans-property: verwacht een Translator_group argument" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "Geen volta spanner te beëindigen" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "Heb al een volta spanner. Stop die nu voortijdig." -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "Heb ook al een gestopte spanner. Geef op." @@ -1115,40 +1134,40 @@ msgstr "Tweede argument moet een symbool zijn" msgid "First argument must be a procedure taking 1 argument" msgstr "Eerste argument moet een procedure zijn met 1 argument" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "Verwacht string voor script definitie" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "Kan richting voor dit verzoek niet specificeren" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "Verwacht musical-pitch waarde" -#: parser.yy:1409 +#: parser.yy:1444 msgid "Must have duration object" msgstr "Moet duur object hebben" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 msgid "Have to be in Lyric mode for lyrics" msgstr "Moet in Lyric modus zijn voor liedteksten" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "geen duur: %d" -#: parser.yy:1645 +#: parser.yy:1682 msgid "Have to be in Note mode for notes" msgstr "Moet in Note modus zijn voor noten" -#: parser.yy:1731 +#: parser.yy:1765 msgid "Have to be in Chord mode for chords" msgstr "Moet in Chord modus zijn voor accoorden" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "heb integer getal arg nogig" @@ -1415,3 +1434,9 @@ msgstr "MIDI spoor verwacht" #: midi-track-parser.cc:353 msgid "invalid track length" msgstr "ongeldige spoorlengte" + +#~ msgid "no Grace context available" +#~ msgstr "geen Grace context voor handen" + +#~ msgid "Unattached grace notes. Attaching to last musical column." +#~ msgstr "Losse grace noten. Maak ze vast aan vorige muziekale kolom." diff --git a/po/ru.po b/po/ru.po index 67c9d6b344..ba9a5b05af 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: August S.Sigov \n" "Language-Team: Russian \n" @@ -14,163 +14,178 @@ msgstr "" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: ENCODING\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "ÐÒÅÄÕÐÒÅÖÄÁÀ: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "ÏÛÉÂËÁ: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 msgid "Exiting ... " msgstr "" -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "ïÐÃÉÉ:" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "óÏÏÂÝÁÊÔÅ Ï ÏÛÉÂËÁÈ ÐÏ %s" -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, fuzzy, c-format msgid "Invoking `%s'" msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "" -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, fuzzy, c-format msgid "Cleaning %s..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, fuzzy, c-format msgid "no such setting: %s" msgstr "ÎÅÔ ÔÁËÏÇÏ ÉÎÓÔÒÕÍÅÎÔÁ: `%s'" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "ÚÁÐÉÓÙ×ÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ Makefile ÄÌÑ ËÁÖÄÏÇÏ ×ÈÏÄÎÏÇÏ ÆÁÊÌÁ" -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "ÜÔÁ ÓÐÒÁ×ËÁ" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "ëáô" -#: ly2dvi.py:351 +#: ly2dvi.py:353 #, fuzzy msgid "add DIR to LilyPond's search path" msgstr "ÄÏÂÁ×ÉÔØ ëáô Ë ÐÕÔÉ ÐÏÉÓËÁ" -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 msgid "produce MIDI output only" msgstr "ÐÒÏÉÚ×ÏÄÉÔØ ×Ù×ÏÄ ÔÏÌØËÏ MIDI" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "æáêì" -#: ly2dvi.py:355 +#: ly2dvi.py:357 #, fuzzy msgid "write ouput to FILE" msgstr "ÚÁÐÉÓÙ×ÁÔØ ×Ù×ÏÄ × ïóîï÷á[-x].ÒÁÓÛÉÒÅÎÉÅ" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 msgid "generate PostScript output" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "" -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 #, fuzzy msgid "verbose" msgstr "ÂÙÔØ ÂÏÌÔÌÉ×ÙÍ" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "×Ù×ÏÄÉÔØ ÎÏÍÅÒ ×ÅÒÓÉÉ" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "ÐÏËÁÚÁÔØ ÇÁÒÁÎÔÉÀ É copyright" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, fuzzy, c-format msgid "Running %s..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, fuzzy, c-format msgid "Analyzing %s..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, fuzzy, c-format msgid "invalid value: %s" msgstr "ÎÅ×ÅÒÎÙÊ ÓÉÍ×ÏÌ: `%c'" -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ: `%s'" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + +#: ly2dvi.py:826 scores.cc:44 #, fuzzy, c-format msgid "dependencies output to `%s'..." msgstr "\"ÂÕÍÁÖÎÙÊ\" ×Ù×ÏÄ × %s..." -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, fuzzy, c-format msgid "%s output to `%s'..." msgstr "×Ù×ÏÄ MIDI × %s..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÆÁÊÌ: `%s'" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "" @@ -196,7 +211,7 @@ msgstr "" msgid "define macro NAME [optional expansion EXP]" msgstr "" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 #, fuzzy msgid "write output to FILE" msgstr "ÚÁÐÉÓÙ×ÁÔØ ×Ù×ÏÄ × ïóîï÷á[-x].ÒÁÓÛÉÒÅÎÉÅ" @@ -215,85 +230,85 @@ msgstr " msgid "Writing `%s'..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "" -#: update-lily.py:223 +#: update-lily.py:224 #, fuzzy, c-format msgid "Cleaning `%s'..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "" -#: update-lily.py:247 +#: update-lily.py:248 #, fuzzy msgid "%r: release directory" msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÉÌÉ ÓÏÚÄÁÔØ: `%s'" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "" -#: update-lily.py:365 +#: update-lily.py:366 #, fuzzy, c-format msgid "Listing `%s'..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, fuzzy, c-format msgid "Fetching `%s'..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" -#: update-lily.py:457 +#: update-lily.py:458 #, fuzzy, c-format msgid "Building `%s'..." msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" @@ -416,14 +431,6 @@ msgstr " msgid "Can't switch translators, I'm there already" msgstr "îÅ ÍÏÇÕ ÐÅÒÅËÌÀÞÉÔØ ÐÅÒÅ×ÏÄÞÉËÏ×, Ñ ÕÖÅ ÔÁÍ" -#: beam.cc:86 -msgid "beam has less than two stems" -msgstr "ÇÒÕÐÐÉÒÏ×ËÁ ÍÅÎÅÅ Ä×ÕÈ ÛÔÉÌÅÊ" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "ÄÉËÏÅ ×ÅÒÔÉËÁÌØÎÏÅ ÓÍÅÝÅÎÉÅ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" - #: beam-engraver.cc:91 beam-engraver.cc:124 msgid "can't find start of beam" msgstr "ÞÔÏ-ÔÏ ÎÅ ÎÁÊÄÕ ÎÁÞÁÌÏ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" @@ -436,18 +443,26 @@ msgstr " msgid "unterminated beam" msgstr "ÎÅÚÁËÏÎÞÅÎÎÁÑ ÇÒÕÐÐÉÒÏ×ËÁ ÛÔÉÌÅÊ" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 msgid "stem must have Rhythmic structure" msgstr "ÛÔÉÌØ ÄÏÌÖÅÎ ÉÍÅÔØ ÒÉÔÍÏ×ÕÀ ÓÔÒÕËÔÕÒÕ" -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "ÛÔÉÌØ ÎÅ ×ÌÅÚÁÅÔ × ÇÒÕÐÐÉÒÏ×ËÕ" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "ÇÒÕÐÐÉÒÏ×ËÁ ÎÁÞÉÎÁÌÁÓØ ÚÄÅÓØ" +#: beam.cc:86 +msgid "beam has less than two stems" +msgstr "ÇÒÕÐÐÉÒÏ×ËÁ ÍÅÎÅÅ Ä×ÕÈ ÛÔÉÌÅÊ" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "ÄÉËÏÅ ×ÅÒÔÉËÁÌØÎÏÅ ÓÍÅÝÅÎÉÅ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" + #: break-align-item.cc:136 #, fuzzy, c-format msgid "unknown spacing pair `%s', `%s'" @@ -472,16 +487,6 @@ msgstr " msgid "none of these in my family" msgstr "ÏÎÉ ÍÎÅ ÎÅ ÒÏÄÓÔ×ÅÎÎÉËÉ" -#: chord.cc:369 -#, c-format -msgid "invalid subtraction: not part of chord: %s" -msgstr "ÎÅ×ÅÒÎÏÅ ×ÙÞÉÔÁÎÉÅ: ÎÅ ÞÁÓÔØ ÁËËÏÒÄÁ: %s" - -#: chord.cc:398 -#, c-format -msgid "invalid inversion pitch: not part of chord: %s" -msgstr "" - #: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 msgid "unterminated chord tremolo" msgstr "ÎÅÚÁËÏÎÞÅÎÎÏÅ ÔÒÅÍÏÌÏ ÁËËÏÒÄÁ" @@ -491,7 +496,17 @@ msgstr " msgid "no one to print a tremolos" msgstr "ÎÅËÏÍÕ ÒÉÓÏ×ÁÔØ ÓËÏÂÕ ÐÏ×ÔÏÒÁ" -#: collision.cc:127 +#: chord.cc:376 +#, c-format +msgid "invalid subtraction: not part of chord: %s" +msgstr "ÎÅ×ÅÒÎÏÅ ×ÙÞÉÔÁÎÉÅ: ÎÅ ÞÁÓÔØ ÁËËÏÒÄÁ: %s" + +#: chord.cc:405 +#, c-format +msgid "invalid inversion pitch: not part of chord: %s" +msgstr "" + +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÐÅÒÅÓÅËÁÀÝÉÈÓÑ ÓÔÏÌÂÃÏ× ÎÏÔ. éÇÎÏÒÉÒÕÀ." @@ -527,7 +542,7 @@ msgstr " msgid "no one to print a repeat brace" msgstr "ÎÅËÏÍÕ ÒÉÓÏ×ÁÔØ ÓËÏÂÕ ÐÏ×ÔÏÒÁ" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "" @@ -535,14 +550,6 @@ msgstr "" msgid "No feasible line breaking found" msgstr "îÅ ÎÁÊÄÅÎÏ ÕÄÏ×ÌÅÔ×ÏÒÉÔÅÌØÎÏÇÏ ÒÁÚÒÙ×Á ÓÔÒÏËÉ" -#: grace-iterator.cc:43 -msgid "no Grace context available" -msgstr "ÎÅÔ ÄÏÓÔÕÐÎÏÇÏ æÏÒÛÌÁÇ-ËÏÎÔÅËÓÔÁ" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "æÏÒÛÌÁÇ ÂÅÚ ÐÒÉ×ÑÚËÉ. ðÒÉ×ÑÚÙ×ÁÀ Ë ÐÏÓÌÅÄÎÅÍÕ ÍÕÚÙËÁÌØÎÏÍÕ ÓÔÏÌÂÃÕ." - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "" @@ -572,6 +579,11 @@ msgstr "" msgid "FIXME: key change merge" msgstr "éóðòá÷øíåîñ: ÓÌÉÑÎÉÅ ÓÍÅÎÙ ËÌÀÞÁ" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÆÁÊÌ: `%s'" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -582,80 +594,81 @@ msgstr "( msgid "Element count %d." msgstr "" -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "" -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "÷ÙÞÉÓÌÑÀ ÐÏÚÉÃÉÉ ÓÔÏÌÂÃÏ×" -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "" -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "òáóû" -#: main.cc:107 +#: main.cc:108 #, fuzzy -msgid "use output format EXT (scm, ps, tex or as)" +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ ×ÙÈÏÄÎÏÊ ÆÏÒÍÁÔ òáóû" -#: main.cc:109 +#: main.cc:110 #, fuzzy msgid "FIELD" msgstr "æáêì" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "ÄÏÂÁ×ÉÔØ ëáô Ë ÐÕÔÉ ÐÏÉÓËÁ" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ æáêì ËÁË ÆÁÊÌ ÉÎÉÃÉÁÌÉÚÁÃÉÉ" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "ÓËÒÙÔØ ÉÍÅÎÏ×ÁÎÉÅ É ÜËÓÐÏÒÔ ×Ù×ÏÄÁ × ÆÁÊÌ" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, fuzzy, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]..." -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "îÁÂÉÒÁÔØ ÍÕÚÙËÕ É/ÉÌÉ ÐÒÏÉÇÒÙ×ÁÔØ MIDI ÉÚ æáêìÁ" -#: main.cc:142 +#: main.cc:143 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" @@ -665,11 +678,11 @@ msgstr "" "ÎÁ ÂÕÍÁÇÅ, ÉÓÐÏÌØÚÕÑ ×ÙÓÏËÏÕÒÏ×ÎÅ×ÙÊ ÆÁÊÌ ÏÐÉÓÁÎÉÑ ÎÁ ××ÏÄÅ. Lilypond\n" "Ñ×ÌÑÅÔÓÑ ÞÁÓÔØÀ ðÒÏÅËÔÁ GNU.\n" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "üÔÏÔ ÉÓÐÏÌÎÑÅÍÙÊ ÆÁÊÌ ÂÙÌ ÓÏÂÒÁÎ ÓÏ ÓÌÅÄÕÀÝÉÍÉ ÏÐÃÉÑÍÉ:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -681,17 +694,17 @@ msgstr "" "ÐÒÉ ÓÏÂÌÀÄÅÎÉÉ ÎÅËÏÔÏÒÙÈ ÕÓÌÏ×ÉÊ. ÷ÙÚÙ×ÁÊÔÅ ËÁË `%s --warranty' ÄÌÑ\n" "ÐÏÌÕÞÅÎÉÑ ÄÏÐÏÌÎÉÔÅÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\n" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "÷ÓÅ ÐÒÁ×Á ÚÁÝÉÝÅÎÙ (c) %s by" -#: main.cc:196 +#: main.cc:191 #, fuzzy msgid "GNU LilyPond -- The music typesetter" msgstr "GNU LilyPond -- îÁÂÏÒÝÉË ÍÕÚÙËÉ ðÒÏÅËÔÁ GNU" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -708,55 +721,55 @@ msgid "" "USA.\n" msgstr "" -#: midi-item.cc:139 +#: midi-item.cc:144 #, c-format msgid "no such instrument: `%s'" msgstr "ÎÅÔ ÔÁËÏÇÏ ÉÎÓÔÒÕÍÅÎÔÁ: `%s'" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "ÇÌÕÐÁÑ ÐÒÏÄÏÌÖÉÔÅÌØÎÏÓÔØ" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "ÇÌÕÐÙÊ ÔÏÎ" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "" +msgid "can't find `%s' context" +msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ËÏÎÔÅËÓÔ `%s'" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, c-format -msgid "can't find `%s' context" -msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ËÏÎÔÅËÓÔ `%s'" +msgid "Transposition by %s makes accidental larger than two" +msgstr "" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "éÍÑ ËÏÍÁÎÄÙ Ñ×ÌÑÅÔÓÑ ËÌÀÞÅ×ÙÍ ÓÌÏ×ÏÍ: `%s'" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "ÏÛÍÂËÁ × ËÏÎÃÅ ÆÁÊÌÁ: %s" @@ -849,18 +862,18 @@ msgstr " msgid "MIDI output to `%s'..." msgstr "×Ù×ÏÄ MIDI × %s..." -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 #, fuzzy msgid "unterminated phrasing slur" msgstr "ÎÅÚÁ×ÅÒÛÅÎÎÁÑ ÌÉÇÁ" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 #, fuzzy msgid "can't find start of phrasing slur" msgstr "ÞÔÏ-ÔÏ ÎÅ ÎÁÊÄÕ ÎÁÞÁÌÏ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, fuzzy, c-format msgid "can't find start of piano pedal: `%s'" msgstr "ÞÔÏ-ÔÏ ÎÅ ÎÁÊÄÕ ÎÁÞÁÌÏ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" @@ -889,11 +902,16 @@ msgstr " msgid "too many notes for rest collision" msgstr "" -#: scm-option.cc:59 +#: scm-option.cc:63 #, fuzzy msgid "Scheme options:" msgstr "ïÐÃÉÉ:" +#: score-engraver.cc:189 +#, c-format +msgid "unbound spanner `%s'" +msgstr "" + #: score.cc:78 msgid "Interpreting music..." msgstr "éÎÔÅÒÐÒÅÔÉÒÕÀ ÍÕÚÙËÕ..." @@ -912,11 +930,6 @@ msgstr " msgid "elapsed time: %.2f seconds" msgstr "ÚÁÔÒÁÞÅÎÎÏÅ ×ÒÅÍÑ: %.2f ÓÅËÕÎÄ" -#: score-engraver.cc:188 -#, c-format -msgid "unbound spanner `%s'" -msgstr "" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "" @@ -937,36 +950,37 @@ msgstr "" msgid "Separation_item: I've been drinking too much" msgstr "Single_malt_grouping_item: Ñ ÌÉÛËÏÍ ÍÎÏÇÏ ×ÙÐÉÌ" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "ìÉÇÁ ÎÁÄ ÐÁÕÚÏÊ. éÇÎÏÒÉÒÕÀ." - -#: slur.cc:383 -msgid "Slur over rest?" -msgstr "ìÉÇÁ ÎÁÄ ÐÁÕÚÏÊ?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "ÎÅÚÁ×ÅÒÛÅÎÎÁÑ ÌÉÇÁ" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 #, fuzzy msgid "can't find start of slur" msgstr "ÞÔÏ-ÔÏ ÎÅ ÎÁÊÄÕ ÎÁÞÁÌÏ ÇÒÕÐÐÉÒÏ×ËÉ ÛÔÉÌÅÊ" -#: stem.cc:116 -msgid "Weird stem size; check for narrow beams" -msgstr "" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "ìÉÇÁ ÎÁÄ ÐÁÕÚÏÊ. éÇÎÏÒÉÒÕÀ." + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "ìÉÇÁ ÎÁÄ ÐÁÕÚÏÊ?" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "äÏÂÁ×ÌÑÀ ÎÏÔÕ Ë ÎÅÓÏ×ÍÅÓÔÉÍÏÍÕ ÛÔÉÌÀ (ÔÉÐ = %d)" -#: text-spanner.cc:121 -msgid "Text_spanner too small" +#: stem.cc:116 +msgid "Weird stem size; check for narrow beams" msgstr "" #: text-spanner-engraver.cc:94 @@ -984,10 +998,9 @@ msgstr " msgid "unterminated text spanner" msgstr "ÎÅÚÁ×ÅÒÛÅÎÎÙÊ ÒÁÓÛÉÒÉÔÅÌØ" -#: tfm.cc:77 -#, fuzzy, c-format -msgid "can't find ascii character: %d" -msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÓÉÍ×ÏÌ ASCII: `%d'" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "" #: tfm-reader.cc:106 #, c-format @@ -999,6 +1012,11 @@ msgstr "" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "" +#: tfm.cc:77 +#, fuzzy, c-format +msgid "can't find ascii character: %d" +msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÓÉÍ×ÏÌ ASCII: `%d'" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1013,7 +1031,7 @@ msgstr "" msgid "no one to print a tuplet start bracket" msgstr "" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "" @@ -1042,42 +1060,42 @@ msgstr "" msgid "can't find: `%s'" msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ: `%s'" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "" -#: translator-group.cc:231 +#: translator-group.cc:230 #, c-format msgid "can't find or create: `%s'" msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ ÉÌÉ ÓÏÚÄÁÔØ: `%s'" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format msgid "" "Can't find property type-check for `%s'. Perhaps you made a typing error? " "Doing assignment anyway." msgstr "" -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" msgstr "" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "" -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "" @@ -1102,41 +1120,41 @@ msgstr " msgid "First argument must be a procedure taking 1 argument" msgstr "" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "îÅ ÍÏÇÕ ÕËÁÚÁÔØ ÎÁÐÒÁ×ÌÅÎÉÅ ÄÌÑ ÜÔÏÇÏ ÚÁÐÒÏÓÁ" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "" -#: parser.yy:1409 +#: parser.yy:1444 #, fuzzy msgid "Must have duration object" msgstr "ÕÓÔÁÎÏ×ÉÔØ ÎÁÉÍÅÎØÛÕÀ ÐÒÏÄÏÌÖÉÔÅÌØÎÏÓÔØ" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 msgid "Have to be in Lyric mode for lyrics" msgstr "äÏÌÖÅÎ ÂÙÔØ × ìÉÒÉÞÅÓËÏÍ ÒÅÖÉÍÅ ÄÌÑ ÌÉÒÉËÉ" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "ÎÅ ÐÒÏÄÏÌÖÉÔÅÌØÎÏÓÔØ: %d" -#: parser.yy:1645 +#: parser.yy:1682 msgid "Have to be in Note mode for notes" msgstr "äÏÌÖÅÎ ÂÙÔØ × îÏÔÎÏÍ ÒÅÖÉÍÅ ÄÌÑ ÎÏÔ" -#: parser.yy:1731 +#: parser.yy:1765 msgid "Have to be in Chord mode for chords" msgstr "äÏÌÖÅÎ ÂÙÔØ × áËËÏÒÄÎÏÍ ÒÅÖÉÍÅ ÄÌÑ ÁËËÏÒÄÏ×" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "" @@ -1406,6 +1424,12 @@ msgstr " msgid "invalid track length" msgstr "ÎÅ×ÅÒÎÁÑ ÄÌÉÎÁ ÄÏÒÏÖËÉ" +#~ msgid "no Grace context available" +#~ msgstr "ÎÅÔ ÄÏÓÔÕÐÎÏÇÏ æÏÒÛÌÁÇ-ËÏÎÔÅËÓÔÁ" + +#~ msgid "Unattached grace notes. Attaching to last musical column." +#~ msgstr "æÏÒÛÌÁÇ ÂÅÚ ÐÒÉ×ÑÚËÉ. ðÒÉ×ÑÚÙ×ÁÀ Ë ÐÏÓÌÅÄÎÅÍÕ ÍÕÚÙËÁÌØÎÏÍÕ ÓÔÏÌÂÃÕ." + #, fuzzy #~ msgid "Fetching `%'s..." #~ msgstr "÷ÙÂÒÁÓÙ×ÁÀ ÍÕÚÙËÕ: `%s'" diff --git a/po/sv.po b/po/sv.po index 03dcf0cad5..14a9489806 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: lilypond 1.4.6\n" -"POT-Creation-Date: 2001-06-14 13:22+0200\n" +"POT-Creation-Date: 2001-09-09 17:41+0200\n" "PO-Revision-Date: 2001-09-03 21:00+0200\n" "Last-Translator: Martin Norbäck \n" "Language-Team: Swedish \n" @@ -13,169 +13,184 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: ly2dvi.py:105 +#: ly2dvi.py:115 msgid "Generate .dvi with LaTeX for LilyPond" msgstr "Generera .dvi med LaTeX för LilyPond" -#: data-file.cc:118 input.cc:85 ly2dvi.py:190 midi-parser.cc:100 mup2ly.py:93 -#: update-lily.py:118 warn.cc:23 +#: data-file.cc:118 input.cc:85 ly2dvi.py:197 midi-parser.cc:100 mup2ly.py:93 +#: update-lily.py:119 warn.cc:23 msgid "warning: " msgstr "varning: " -#: input.cc:90 ly2dvi.py:205 ly2dvi.py:804 mup2ly.py:98 mup2ly.py:188 -#: update-lily.py:123 update-lily.py:211 warn.cc:9 warn.cc:17 +#: input.cc:90 ly2dvi.py:212 ly2dvi.py:641 ly2dvi.py:659 ly2dvi.py:850 +#: mup2ly.py:98 mup2ly.py:188 update-lily.py:124 update-lily.py:212 warn.cc:9 +#: warn.cc:17 msgid "error: " msgstr "fel: " -#: ly2dvi.py:206 mup2ly.py:100 update-lily.py:125 +#: ly2dvi.py:213 mup2ly.py:100 update-lily.py:126 msgid "Exiting ... " msgstr "Avslutar... " -#: ly2dvi.py:264 mup2ly.py:158 update-lily.py:183 +#: ly2dvi.py:271 mup2ly.py:158 update-lily.py:184 #, c-format msgid "Usage: %s [OPTION]... FILE" msgstr "Användning: %s [FLAGGA]... FIL" -#: ly2dvi.py:268 main.cc:120 main.cc:148 mup2ly.py:162 update-lily.py:187 +#: ly2dvi.py:275 main.cc:120 main.cc:149 mup2ly.py:162 update-lily.py:188 msgid "Options:" msgstr "Flaggor:" -#: ly2dvi.py:272 main.cc:124 main.cc:171 mup2ly.py:168 update-lily.py:191 +#: ly2dvi.py:279 main.cc:124 main.cc:166 mup2ly.py:168 update-lily.py:192 #, c-format msgid "Report bugs to %s" msgstr "" "Rapportera programfel till %s\n" "Rapportera fel i översättningen till " -#: ly2dvi.py:305 mup2ly.py:185 update-lily.py:208 +#: ly2dvi.py:307 mup2ly.py:185 update-lily.py:209 #, c-format msgid "Invoking `%s'" msgstr "Startar \"%s\"" -#: ly2dvi.py:309 mup2ly.py:188 update-lily.py:211 +#: ly2dvi.py:311 mup2ly.py:188 update-lily.py:212 #, c-format msgid "command exited with value %d" msgstr "kommandot avslutade med värde %d" -#: ly2dvi.py:311 mup2ly.py:190 update-lily.py:213 +#: ly2dvi.py:313 mup2ly.py:190 update-lily.py:214 msgid "(ignored)" msgstr "(ignorerat)" # här är det fråga om rensning av en temporärkatalog -#: ly2dvi.py:321 +#: ly2dvi.py:323 #, c-format msgid "Cleaning %s..." msgstr "Rensar %s..." -#: ly2dvi.py:336 mup2ly.py:214 update-lily.py:237 +#: ly2dvi.py:338 mup2ly.py:214 update-lily.py:238 #, c-format msgid "no such setting: %s" msgstr "inställningen finns inte: %s" -#: ly2dvi.py:349 main.cc:112 +#: ly2dvi.py:351 main.cc:113 msgid "write Makefile dependencies for every input file" msgstr "skriv Makefile-beroenden för varje indatafil" # förklaring av flaggan -h -#: ly2dvi.py:350 main.cc:96 main.cc:108 mup2ly.py:1117 update-lily.py:251 +#: ly2dvi.py:352 main.cc:96 main.cc:109 mup2ly.py:1117 update-lily.py:252 msgid "this help" msgstr "denna hjälp" -#: ly2dvi.py:351 main.cc:110 main.cc:115 +#: ly2dvi.py:353 main.cc:111 main.cc:116 msgid "DIR" msgstr "KATALOG" -#: ly2dvi.py:351 +#: ly2dvi.py:353 msgid "add DIR to LilyPond's search path" msgstr "lägg till KATALOG till LilyPonds sökväg" # %s är programmets namn -#: ly2dvi.py:352 +#: ly2dvi.py:354 #, c-format msgid "keep all output, and name the directory %s.dir" msgstr "behåll all utdata, och namnge katalogen %s.dir" -#: ly2dvi.py:353 +#: ly2dvi.py:355 msgid "don't run LilyPond" msgstr "kör inte LilyPond" -#: ly2dvi.py:354 main.cc:113 +#: ly2dvi.py:356 main.cc:114 msgid "produce MIDI output only" msgstr "skapa enbart MIDI-utdata" -#: ly2dvi.py:355 main.cc:99 main.cc:111 main.cc:114 +#: ly2dvi.py:357 ly2dvi.py:358 main.cc:99 main.cc:112 main.cc:115 msgid "FILE" msgstr "FIL" -#: ly2dvi.py:355 +#: ly2dvi.py:357 msgid "write ouput to FILE" msgstr "skriv utdata till FIL" -#: ly2dvi.py:357 +#: ly2dvi.py:358 +msgid "find pfa fonts used in FILE" +msgstr "" + +#: ly2dvi.py:360 msgid "generate PostScript output" msgstr "skapa PostScript-utdata" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "KEY=VAL" msgstr "NYCKEL=VÄRDE" -#: ly2dvi.py:358 +#: ly2dvi.py:361 msgid "change global setting KEY to VAL" msgstr "ändra global inställning NYCKEL till VÄRDE" # Förklaring till --verbose (borde vara längre) -#: ly2dvi.py:359 main.cc:118 mup2ly.py:1120 update-lily.py:255 +#: ly2dvi.py:362 main.cc:119 mup2ly.py:1120 update-lily.py:256 msgid "verbose" msgstr "utförlig utdata" -#: ly2dvi.py:360 main.cc:105 main.cc:117 mup2ly.py:1121 update-lily.py:256 +#: ly2dvi.py:363 main.cc:105 main.cc:118 mup2ly.py:1121 update-lily.py:257 msgid "print version number" msgstr "visa versionsnummer" -#: ly2dvi.py:361 main.cc:107 main.cc:119 mup2ly.py:1122 update-lily.py:258 +#: ly2dvi.py:364 main.cc:107 main.cc:120 mup2ly.py:1122 update-lily.py:259 msgid "show warranty and copyright" msgstr "visa garanti och copyright" -#: ly2dvi.py:383 ly2dvi.py:578 ly2dvi.py:603 +#: ly2dvi.py:386 ly2dvi.py:582 ly2dvi.py:607 #, c-format msgid "Running %s..." msgstr "Kör %s..." -#: ly2dvi.py:396 +#: ly2dvi.py:399 #, c-format msgid "Analyzing %s..." msgstr "Analyserar %s..." -#: ly2dvi.py:452 +#: ly2dvi.py:455 #, c-format msgid "no lilypond output found for %s" msgstr "ingen lilypondutdata funnen för %s" -#: ly2dvi.py:494 +#: ly2dvi.py:497 #, c-format msgid "invalid value: %s" msgstr "ogiltigt värde: %s" +#: ly2dvi.py:641 +#, fuzzy, c-format +msgid "not a PostScript file: `%s'" +msgstr "kan inte öppna fil: \"%s\"" + +#: ly2dvi.py:659 +#, c-format +msgid "getopt says: `%s'" +msgstr "" + # här är det fråga om skrivning till en fil -#: ly2dvi.py:781 scores.cc:44 +#: ly2dvi.py:826 scores.cc:44 #, c-format msgid "dependencies output to `%s'..." msgstr "beroenden skrivna till \"%s\"..." # här är det fråga om skrivning till en fil (första parametern är t.ex # DVI, LATEX, MIDI, TEX) -#: ly2dvi.py:791 +#: ly2dvi.py:837 #, c-format msgid "%s output to `%s'..." msgstr "%s skrivet till \"%s\"..." -#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:793 +#: includable-lexer.cc:49 lily-guile.cc:139 ly2dvi.py:839 #: midi-score-parser.cc:24 scores.cc:136 scores.cc:142 #, c-format msgid "can't find file: `%s'" msgstr "kan inte hitta fil: \"%s\"" -#: ly2dvi.py:804 +#: ly2dvi.py:850 msgid "no files specified on command line." msgstr "inga filer angivna på kommandoraden." @@ -202,7 +217,7 @@ msgstr "fels msgid "define macro NAME [optional expansion EXP]" msgstr "definiera makro NAME [valfri makroersättning EXP]" -#: main.cc:114 mup2ly.py:1118 +#: main.cc:115 mup2ly.py:1118 msgid "write output to FILE" msgstr "skriv utdata till FIL" @@ -220,84 +235,84 @@ msgstr "Behandlar \"%s\"..." msgid "Writing `%s'..." msgstr "Skriver \"%s\"..." -#: update-lily.py:51 +#: update-lily.py:52 msgid "Fetch and rebuild from latest source package" msgstr "Hämta och bygg om från senaste källkodspaketet" -#: update-lily.py:223 +#: update-lily.py:224 #, c-format msgid "Cleaning `%s'..." msgstr "Rensar \"%s\"..." -#: update-lily.py:243 +#: update-lily.py:244 #, c-format msgid "unpack and build in DIR [%s]" msgstr "packa upp och bygg i DIR [%s]" -#: update-lily.py:244 +#: update-lily.py:245 msgid "execute COMMAND, subtitute:" msgstr "kör COMMAND, ersätt:" -#: update-lily.py:245 +#: update-lily.py:246 msgid "%b: build root" msgstr "%b: byggrot" -#: update-lily.py:246 +#: update-lily.py:247 #, c-format msgid "%n: package name" msgstr "%n: paketnamn" -#: update-lily.py:247 +#: update-lily.py:248 msgid "%r: release directory" msgstr "%r: programsläppskatalog" -#: update-lily.py:248 +#: update-lily.py:249 msgid "%t: tarball" msgstr "%t: tarboll" -#: update-lily.py:249 +#: update-lily.py:250 msgid "%v: package version" msgstr "%v: paketversion" -#: update-lily.py:252 +#: update-lily.py:253 #, c-format msgid "keep all output, and name the directory %s" msgstr "behåll all utdata, och döp katalogen till %s" -#: update-lily.py:253 +#: update-lily.py:254 msgid "upon failure notify EMAIL[,EMAIL]" msgstr "vid fel, meddela EMAIL[,EMAIL]" -#: update-lily.py:254 +#: update-lily.py:255 msgid "remove previous build" msgstr "ta bort föregående bygge" -#: update-lily.py:257 +#: update-lily.py:258 #, c-format msgid "fetch and build URL [%s]" msgstr "hämta och bygg URL [%s]" -#: update-lily.py:365 +#: update-lily.py:366 #, c-format msgid "Listing `%s'..." msgstr "Listar \"%s\"..." -#: update-lily.py:426 +#: update-lily.py:427 #, c-format msgid "latest is: %s" msgstr "senaste är: %s" -#: update-lily.py:427 +#: update-lily.py:428 #, c-format msgid "relax, %s is up to date" msgstr "lugn, %s är senaste versionen" -#: update-lily.py:435 update-lily.py:448 +#: update-lily.py:436 update-lily.py:449 #, c-format msgid "Fetching `%s'..." msgstr "Hämtar \"%s\"..." -#: update-lily.py:457 +#: update-lily.py:458 #, c-format msgid "Building `%s'..." msgstr "Bygger \"%s\"..." @@ -388,8 +403,12 @@ msgid "does not match: `%s'" msgstr "matchar inte: \"%s\"" #: 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 " Bygg om alla .afm-filer, och ta bort alla .pk- och .tfm-filer. Kör igen med -V för att visa typsnittssökvägar." +msgid "" +" Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V " +"to show font paths." +msgstr "" +" Bygg om alla .afm-filer, och ta bort alla .pk- och .tfm-filer. Kör igen med " +"-V för att visa typsnittssökvägar." #: all-font-metrics.cc:167 #, c-format @@ -419,14 +438,6 @@ msgstr "Ger upp" msgid "Can't switch translators, I'm there already" msgstr "Kan inte byta översättare, jag är redan där" -#: beam.cc:86 -msgid "beam has less than two stems" -msgstr "balk har mindre än två skaft" - -#: beam.cc:637 -msgid "weird beam vertical offset" -msgstr "underligt vertikalt avstånd för balk" - #: beam-engraver.cc:91 beam-engraver.cc:124 msgid "can't find start of beam" msgstr "kan inte hitta start på balk" @@ -439,18 +450,26 @@ msgstr "har redan en balk" msgid "unterminated beam" msgstr "oavslutad balk" -#: beam-engraver.cc:260 chord-tremolo-engraver.cc:195 +#: beam-engraver.cc:255 chord-tremolo-engraver.cc:195 msgid "stem must have Rhythmic structure" msgstr "skaft måste ha en rytmisk struktur" -#: beam-engraver.cc:272 +#: beam-engraver.cc:267 msgid "stem doesn't fit in beam" msgstr "skaftet passar inte i balken" -#: beam-engraver.cc:273 +#: beam-engraver.cc:268 msgid "beam was started here" msgstr "balken startade här" +#: beam.cc:86 +msgid "beam has less than two stems" +msgstr "balk har mindre än två skaft" + +#: beam.cc:637 +msgid "weird beam vertical offset" +msgstr "underligt vertikalt avstånd för balk" + #: break-align-item.cc:136 #, c-format msgid "unknown spacing pair `%s', `%s'" @@ -475,26 +494,26 @@ msgstr "Jag msgid "none of these in my family" msgstr "ingen av dessa i min familj" -#: chord.cc:369 +#: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 +msgid "unterminated chord tremolo" +msgstr "icke avslutat ackordtremolo" + +#: chord-tremolo-iterator.cc:48 +msgid "no one to print a tremolos" +msgstr "det finns ingen som kan skriva tremolon" + +#: chord.cc:376 #, c-format msgid "invalid subtraction: not part of chord: %s" msgstr "ogiltig subtraktion: inte del av ackord: %s" # "pitch" här ska alltså vara en ton i ett ackord -#: chord.cc:398 +#: chord.cc:405 #, c-format msgid "invalid inversion pitch: not part of chord: %s" msgstr "ogiltig ton för inversion: inte del av ett ackord: %s" -#: chord-tremolo-engraver.cc:141 percent-repeat-engraver.cc:192 -msgid "unterminated chord tremolo" -msgstr "icke avslutat ackordtremolo" - -#: chord-tremolo-iterator.cc:48 -msgid "no one to print a tremolos" -msgstr "det finns ingen som kan skriva tremolon" - -#: collision.cc:127 +#: collision.cc:245 msgid "Too many clashing notecolumns. Ignoring them." msgstr "För många krockande notkolumner. Ignorerar dem." @@ -524,13 +543,15 @@ msgstr "oavslutad ut #: extender-engraver.cc:109 msgid "Nothing to connect extender to on the left. Ignoring extender request." -msgstr "Det finns inget att koppla utökaren mot till vänster. Ignorerar utökarförfrågan" +msgstr "" +"Det finns inget att koppla utökaren mot till vänster. Ignorerar " +"utökarförfrågan" #: folded-repeat-iterator.cc:78 msgid "no one to print a repeat brace" msgstr "det finns ingen som kan skriva ett repristecken" -#: font-interface.cc:237 +#: font-interface.cc:238 msgid "couldn't find any font satisfying " msgstr "kunde inte hitta något typsnitt som uppfyller " @@ -538,14 +559,6 @@ msgstr "kunde inte hitta n msgid "No feasible line breaking found" msgstr "Ingen lämplig radbrytning hittades" -#: grace-iterator.cc:43 -msgid "no Grace context available" -msgstr "ingen prydnadsomgivning tillgänglig" - -#: grace-position-engraver.cc:96 -msgid "Unattached grace notes. Attaching to last musical column." -msgstr "Ej fastsatta prydnadsnoter. Fäster vid sista musikkolumnen." - #: hairpin.cc:93 msgid "decrescendo too small" msgstr "diminuendo för litet" @@ -560,7 +573,9 @@ msgstr "oavslutat bindestreck" #: hyphen-engraver.cc:102 msgid "Nothing to connect hyphen to on the left. Ignoring hyphen request." -msgstr "Det finns inget att koppla bindestrecket mot till vänster. Ignorerar bindestrecksförfrågan." +msgstr "" +"Det finns inget att koppla bindestrecket mot till vänster. Ignorerar " +"bindestrecksförfrågan." #: key-engraver.cc:99 msgid "Conflicting key signatures found." @@ -574,6 +589,11 @@ msgstr "Detta var den andra tonartsdefinitionen." msgid "FIXME: key change merge" msgstr "FIXA: tonartsbytessammanslagning" +#: kpath.cc:64 +#, fuzzy, c-format +msgid "Kpathsea couldn't find TFM file `%s'" +msgstr "kan inte hitta fil: \"%s\"" + #: lily-guile.cc:141 #, c-format msgid "(load path: `%s')" @@ -584,78 +604,80 @@ msgstr "(inl msgid "Element count %d." msgstr "Elementantal %d." -#: line-of-score.cc:253 paper-score.cc:77 +#: line-of-score.cc:313 paper-score.cc:77 #, c-format msgid "Element count %d " msgstr "Elementantal %d " -#: line-of-score.cc:267 +#: line-of-score.cc:327 msgid "Calculating column positions..." msgstr "Beräknar kolumnpositioner..." -#: lyric-phrasing-engraver.cc:284 +#: lyric-phrasing-engraver.cc:278 msgid "lyrics found without any matching notehead" msgstr "text hittad utan något matchande nothuvud" -#: lyric-phrasing-engraver.cc:289 +#: lyric-phrasing-engraver.cc:283 msgid "Huh? Melismatic note found to have associated lyrics." msgstr "Öh? Melismatisk not har tillhörande text." -#: main.cc:104 +#. print example usage: lilypond -e "(set-lily-option 'help 0)" ? +#: main.cc:105 msgid "EXPR" msgstr "UTTR" -#: main.cc:104 +#: main.cc:105 msgid "evalute EXPR as Scheme after .scm init is read" msgstr "evaluera UTTR som Scheme efter .scm-init har lästs" #. another bug in option parser: --output=foe is taken as an abbreviation #. for --output-format -#: main.cc:107 +#: main.cc:108 msgid "EXT" msgstr "FMT" -#: main.cc:107 -msgid "use output format EXT (scm, ps, tex or as)" +#: main.cc:108 +#, fuzzy +msgid "use output format EXT (tex [default], pdftex, ps, scm or as)" msgstr "använd utdataformat FMT (scm, ps, tex eller as)" -#: main.cc:109 +#: main.cc:110 msgid "FIELD" msgstr "FÄLT" -#: main.cc:109 +#: main.cc:110 msgid "write header field to BASENAME.FIELD" msgstr "skriv rubrikfält till BASNAMN.FÄLT" -#: main.cc:110 +#: main.cc:111 msgid "add DIR to search path" msgstr "lägg till KATALOG till sökvägen" -#: main.cc:111 +#: main.cc:112 msgid "use FILE as init file" msgstr "använd FIL som init-fil" -#: main.cc:115 +#: main.cc:116 msgid "prepend DIR to dependencies" msgstr "lägg till KATALOG efter beroenden" -#: main.cc:116 +#: main.cc:117 msgid "inhibit file output naming and exporting" msgstr "hindra namngivning av filutdata och exportering" #. #. No version number or newline here. It confuses help2man #. -#: main.cc:136 +#: main.cc:137 #, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "Användning: %s [FLAGGA]... FIL..." -#: main.cc:138 +#: main.cc:139 msgid "Typeset music and or play MIDI from FILE" msgstr "Typsätt musik och/eller spela MIDI från FIL" -#: main.cc:142 +#: main.cc:143 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" @@ -665,11 +687,11 @@ msgstr "" "högnivåbeskrivning av musiken i en fil. LilyPond är en del av\n" "GNU-projektet.\n" -#: main.cc:152 +#: main.cc:153 msgid "This binary was compiled with the following options:" msgstr "Detta program kompilerades med följande alternativ:" -#: main.cc:56 main.cc:179 +#: main.cc:56 main.cc:174 #, c-format msgid "" "This is free software. It is covered by the GNU General Public License,\n" @@ -680,16 +702,16 @@ msgstr "" "och du får ändra och/eller distribuera kopior av den under vissa\n" "villkor. Kör \"%s --warranty\" för mer information.\n" -#: main.cc:63 main.cc:186 main.cc:198 +#: main.cc:63 main.cc:181 main.cc:193 #, c-format msgid "Copyright (c) %s by" msgstr "Copyright © %s av" -#: main.cc:196 +#: main.cc:191 msgid "GNU LilyPond -- The music typesetter" msgstr "GNU Lilypond -- Musiktypsättaren" -#: main.cc:72 main.cc:204 +#: main.cc:72 main.cc:199 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" @@ -719,55 +741,55 @@ msgstr "" "detta program. Om inte, skriv till Free Software Foundation, Inc., 59\n" "Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n" -#: midi-item.cc:139 +#: midi-item.cc:144 #, c-format msgid "no such instrument: `%s'" msgstr "instrumentet finns inte: \"%s\"" -#: midi-item.cc:228 +#: midi-item.cc:234 msgid "silly duration" msgstr "tokig längd" -#: midi-item.cc:241 +#: midi-item.cc:247 msgid "silly pitch" msgstr "tokig ton" -#: musical-request.cc:28 +#: music-output-def.cc:119 #, c-format -msgid "Transposition by %s makes accidental larger than two" -msgstr "Transponering med %s gör höjning/sänkning större än två" +msgid "can't find `%s' context" +msgstr "kan inte hitta omgivningen \"%s\"" -#: music.cc:232 +#: music.cc:239 msgid "ly_get_mus_property (): Not a Music" msgstr "ly_get_mus_property (): Inte en \"Music\"" -#: music.cc:246 +#: music.cc:253 msgid "ly_set_mus_property (): Not a symbol" msgstr "ly_set_mus_property (): inte en symbol" -#: music.cc:258 +#: music.cc:265 msgid "ly_set_mus_property (): not of type Music" msgstr "ly_set_mus_property (): inte av typen \"Music\"" -#: music.cc:272 +#: music.cc:279 msgid "ly_make_music (): Not a string" msgstr "ly_make_music (): Inte en sträng" -#: music.cc:292 +#: music.cc:299 msgid "ly_music_name (): Not a music expression" msgstr "ly_music_name (): Inte ett musikuttryck" -#: music-output-def.cc:115 +#: musical-request.cc:28 #, c-format -msgid "can't find `%s' context" -msgstr "kan inte hitta omgivningen \"%s\"" +msgid "Transposition by %s makes accidental larger than two" +msgstr "Transponering med %s gör höjning/sänkning större än två" -#: my-lily-lexer.cc:139 +#: my-lily-lexer.cc:140 #, c-format msgid "Identifier name is a keyword: `%s'" msgstr "Identifierarnamn är ett nyckelord: \"%s\"" -#: my-lily-lexer.cc:159 +#: my-lily-lexer.cc:160 #, c-format msgid "error at EOF: %s" msgstr "fel vid filslut: %s" @@ -858,16 +880,16 @@ msgstr "fr msgid "MIDI output to `%s'..." msgstr "MIDI-utdata till \"%s\"..." -#: phrasing-slur-engraver.cc:119 +#: phrasing-slur-engraver.cc:117 msgid "unterminated phrasing slur" msgstr "oavslutad fraseringsbåge" -#: phrasing-slur-engraver.cc:134 +#: phrasing-slur-engraver.cc:132 msgid "can't find start of phrasing slur" msgstr "kan inte hitta start på fraseringsbåge" #: piano-pedal-engraver.cc:142 piano-pedal-engraver.cc:154 -#: piano-pedal-performer.cc:87 +#: piano-pedal-performer.cc:85 #, c-format msgid "can't find start of piano pedal: `%s'" msgstr "kan inte hitta start på pianopedal: \"%s\"" @@ -898,10 +920,15 @@ msgstr "f msgid "too many notes for rest collision" msgstr "för många toner för pauskrock" -#: scm-option.cc:59 +#: scm-option.cc:63 msgid "Scheme options:" msgstr "Scheme-alternativ:" +#: score-engraver.cc:189 +#, c-format +msgid "unbound spanner `%s'" +msgstr "obunden bryggare \"%s\"" + #: score.cc:78 msgid "Interpreting music..." msgstr "Tolkar musik..." @@ -920,11 +947,6 @@ msgstr "Fel funna/*, behandlar inte partitur*/" msgid "elapsed time: %.2f seconds" msgstr "tidsåtgång: %.2f sekunder" -#: score-engraver.cc:188 -#, c-format -msgid "unbound spanner `%s'" -msgstr "obunden bryggare \"%s\"" - #: scores.cc:106 msgid "Score contains errors; will not process it" msgstr "Partitur innehåller fel; kommer inte behandla det" @@ -944,36 +966,37 @@ msgstr "Kan inte tolka artikulering \"%s\"" msgid "Separation_item: I've been drinking too much" msgstr "Separation_item: Jag har druckit för mycket" -#: slur.cc:48 -msgid "Putting slur over rest. Ignoring." -msgstr "Sätter båge över paus. Ignorerar." - -#: slur.cc:383 -msgid "Slur over rest?" -msgstr "Båge över paus?" +#: simple-spacer.cc:200 +#, c-format +msgid "No spring between column %d and next one" +msgstr "" -#: slur-engraver.cc:127 +#: slur-engraver.cc:125 msgid "unterminated slur" msgstr "oavslutat båge" #. How to shut up this warning, when Voice_devnull_engraver has #. eaten start request? -#: slur-engraver.cc:144 +#: slur-engraver.cc:142 msgid "can't find start of slur" msgstr "kan inte hitta start på båge" -#: stem.cc:116 -msgid "Weird stem size; check for narrow beams" -msgstr "Konstig skaftstorlek; kolla efter smala balkar" +#: slur.cc:48 +msgid "Putting slur over rest. Ignoring." +msgstr "Sätter båge över paus. Ignorerar." + +#: slur.cc:383 +msgid "Slur over rest?" +msgstr "Båge över paus?" #: stem-engraver.cc:115 #, c-format msgid "Adding note head to incompatible stem (type = %d)" msgstr "Lägger till nothuvud till inkompatibel båge (typ = %d)" -#: text-spanner.cc:121 -msgid "Text_spanner too small" -msgstr "Textbryggare för liten" +#: stem.cc:116 +msgid "Weird stem size; check for narrow beams" +msgstr "Konstig skaftstorlek; kolla efter smala balkar" #: text-spanner-engraver.cc:94 msgid "can't find start of text spanner" @@ -987,10 +1010,9 @@ msgstr "har redan en textbryggare" msgid "unterminated text spanner" msgstr "oavslutad textbryggare" -#: tfm.cc:77 -#, c-format -msgid "can't find ascii character: %d" -msgstr "kan inte hitta ASCII-tecken: %d" +#: text-spanner.cc:121 +msgid "Text_spanner too small" +msgstr "Textbryggare för liten" #: tfm-reader.cc:106 #, c-format @@ -1002,6 +1024,11 @@ msgstr "TFM-rubrik i \"%s\" har bara %u ord" msgid "%s: TFM file has %u parameters, which is more than the %u I can handle" msgstr "%s: TFM-fil har %u parametrar, vilket är mer än de %u jag kan hantera" +#: tfm.cc:77 +#, c-format +msgid "can't find ascii character: %d" +msgstr "kan inte hitta ASCII-tecken: %d" + #. How to shut up this warning, when no notes appeared because #. they were suicided by Thread_devnull_engraver? #: tie-engraver.cc:220 tie-performer.cc:173 @@ -1016,7 +1043,7 @@ msgstr "ensam b msgid "no one to print a tuplet start bracket" msgstr "det finns ingen som kan skriva en starthake för tupel" -#: timing-translator.cc:38 +#: timing-translator.cc:37 #, c-format msgid "barcheck failed at: %s" msgstr "taktkontroll misslyckades vid: %s" @@ -1045,40 +1072,45 @@ msgstr "L msgid "can't find: `%s'" msgstr "kan inte hitta: \"%s\"" -#: translator-group.cc:146 +#: translator-group.cc:145 #, c-format msgid "can't find or create `%s' called `%s'" msgstr "kan inte hitta eller skapa \"%s\" kallad \"%s\"" -#: translator-group.cc:231 +#: translator-group.cc:230 #, c-format msgid "can't find or create: `%s'" msgstr "kan inte hitta eller skapa: \"%s\"" -#: translator-group.cc:414 +#: translator-group.cc:413 #, c-format -msgid "Can't find property type-check for `%s'. Perhaps you made a typing error? Doing assignment anyway." -msgstr "Kan inte hitta egenskapstypkontroll för \"%s\". Kanske har du gjort ett typfel? Gör tilldelning i alla fall." +msgid "" +"Can't find property type-check for `%s'. Perhaps you made a typing error? " +"Doing assignment anyway." +msgstr "" +"Kan inte hitta egenskapstypkontroll för \"%s\". Kanske har du gjort ett " +"typfel? Gör tilldelning i alla fall." -#: translator-group.cc:428 +#: translator-group.cc:427 #, c-format msgid "Type check for `%s' failed; value `%s' must be of type `%s'" -msgstr "Typkontroll för \"%s\" misslyckades. Värde \"%s\" måste ha typen \"%s\"" +msgstr "" +"Typkontroll för \"%s\" misslyckades. Värde \"%s\" måste ha typen \"%s\"" #. programming_error? -#: translator-group.cc:447 +#: translator-group.cc:446 msgid "ly-get-trans-property: expecting a Translator_group argument" msgstr "ly-get-trans-property: väntade ett Translator_group-argument" -#: volta-engraver.cc:87 +#: volta-engraver.cc:88 msgid "No volta spanner to end" msgstr "Ingen reprisbryggare till slutet" -#: volta-engraver.cc:104 +#: volta-engraver.cc:105 msgid "Already have a volta spanner. Stopping that one prematurely." msgstr "Har redan en reprisbryggare. Stoppar den tidigare." -#: volta-engraver.cc:108 +#: volta-engraver.cc:109 msgid "Also have a stopped spanner. Giving up." msgstr "Har också en stoppad bryggare. Ger upp." @@ -1103,40 +1135,40 @@ msgstr "Andra argumentet m msgid "First argument must be a procedure taking 1 argument" msgstr "Första argumentet måste vara en procedur som tar 1 argument" -#: parser.yy:1263 +#: parser.yy:1298 msgid "Expecting string as script definition" msgstr "Väntade sträng som skriptdefinition" -#: parser.yy:1273 +#: parser.yy:1308 msgid "Can't specify direction for this request" msgstr "Kan inte ange riktning för denna förfrågan" -#: parser.yy:1398 +#: parser.yy:1433 msgid "Expecting musical-pitch value" msgstr "Väntade notvärde" -#: parser.yy:1409 +#: parser.yy:1444 msgid "Must have duration object" msgstr "Måste ha längdobjekt" -#: parser.yy:1418 parser.yy:1426 +#: parser.yy:1453 parser.yy:1461 msgid "Have to be in Lyric mode for lyrics" msgstr "Måste vara i textläge (Lyric mode) för text" -#: parser.yy:1579 parser.yy:1636 +#: parser.yy:1614 parser.yy:1671 #, c-format msgid "not a duration: %d" msgstr "inte en längd: %d" -#: parser.yy:1645 +#: parser.yy:1682 msgid "Have to be in Note mode for notes" msgstr "Måste vara i notläge (Note mode) för noter" -#: parser.yy:1731 +#: parser.yy:1765 msgid "Have to be in Chord mode for chords" msgstr "Måste vara i ackordläge (Chord mode) för ackord" -#: parser.yy:1910 +#: parser.yy:1945 msgid "need integer number arg" msgstr "behöver heltalsargument" @@ -1405,3 +1437,9 @@ msgstr "v #: midi-track-parser.cc:353 msgid "invalid track length" msgstr "ogiltig spårlängd" + +#~ msgid "no Grace context available" +#~ msgstr "ingen prydnadsomgivning tillgänglig" + +#~ msgid "Unattached grace notes. Attaching to last musical column." +#~ msgstr "Ej fastsatta prydnadsnoter. Fäster vid sista musikkolumnen." diff --git a/scripts/update-lily.py b/scripts/update-lily.py index 1d16dbdbf3..79f8040fc6 100644 --- a/scripts/update-lily.py +++ b/scripts/update-lily.py @@ -31,6 +31,7 @@ import string import sys import __main__ +sys.path.append ('@datadir@/python') try: import gettext gettext.bindtextdomain ('lilypond', '@localedir@') @@ -40,13 +41,6 @@ except: def _ (s): return s -sys.path.append ('@datadir@/python') -import gettext -gettext.bindtextdomain ('lilypond', '@localedir@') -gettext.textdomain('lilypond') -_ = gettext.gettext - - program_name = 'build-lily' package_name = 'lilypond' help_summary = _("Fetch and rebuild from latest source package") -- 2.39.2