1 # Japanese message for lilypond 1.2.17
2 # Copyright (C) 2000 Free Software Foundation, Inc.
3 # Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 2000.
7 "Project-Id-Version: lilypond 1.2.17\n"
8 "POT-Creation-Date: 2003-07-18 14:45+0200\n"
9 "PO-Revision-Date: 2000-03-29 20:50+0900\n"
10 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
11 "Language-Team: Japanese <ja@li.org>\n"
13 "Content-Type: text/plain; charset=EUC-JP\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #. this is where special info is often stored
17 #. ###############################################################
18 #. lilylib.py -- options and stuff
20 #. source file of the GNU LilyPond music typesetter
22 #. (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
23 #. Jan Nieuwenhuizen <janneke@gnu.org>
24 #. ## subst:\(^\|[^._a-z]\)\(abspath\|identify\|warranty\|progress\|warning\|error\|exit\|getopt_args\|option_help_str\|options_help_str\|help\|setup_temp\|read_pipe\|system\|cleanup_temp\|strip_extension\|cp_to_dir\|mkdir_p\|init\) *(
25 #. ## replace:\1ly.\2 (
26 #. ## subst: \(help_summary\|keep_temp_dir_p\|option_definitions\|original_dir\|program_name\|pseudo_filter_p\|temp_dir\|verbose_p\)
27 #. ###############################################################
28 #. Users of python modules should include this snippet
29 #. and customize variables below.
30 #. We'll suffer this path init stuff as long as we don't install our
31 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
32 #. it as we do with teTeX on Red Hat Linux: set some environment var
33 #. (PYTHONPATH) in profile)
34 #. If set, LILYPONDPREFIX must take prevalence
35 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
39 msgid "lilylib module"
42 #: lilylib.py:63 lilypond-book.py:131 lilypond.py:128 midi2ly.py:100
43 #: mup2ly.py:75 main.cc:111
44 msgid "print this help"
47 #. ###############################################################
48 #. Handle bug in Python 1.6-2.1
50 #. there are recursion limits for some patterns in Python 1.6 til 2.1.
51 #. fix this by importing pre instead. Fix by Mats.
52 #. Attempt to fix problems with limited stack size set by Python!
53 #. Sets unlimited stack size. Note that the resource module only
54 #. is available on UNIX.
55 #: lilylib.py:114 midi2ly.py:136 mup2ly.py:130 main.cc:188 main.cc:200
56 #, c-format, python-format
57 msgid "Copyright (c) %s by"
58 msgstr "Copyright (c) %s by"
65 msgid "Distributed under terms of the GNU General Public License."
69 msgid "It comes with NO WARRANTY."
72 #: lilylib.py:127 midi2ly.py:150 mup2ly.py:144 input.cc:88
76 #. lots of midi files use plain text for lyric events
77 #. FIXME: read from stdin when files[0] = '-'
78 #: lilylib.py:130 midi2ly.py:165 midi2ly.py:1018 midi2ly.py:1083 mup2ly.py:147
79 #: mup2ly.py:161 input.cc:93
84 #, fuzzy, python-format
85 msgid "Exiting (%d)..."
88 #: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
89 #, fuzzy, python-format
90 msgid "Usage: %s [OPTIONS]... FILE"
91 msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
93 #: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
97 #: lilylib.py:202 midi2ly.py:232 mup2ly.py:228 main.cc:172
98 #, c-format, python-format
99 msgid "Report bugs to %s."
100 msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Ø."
103 #, fuzzy, python-format
104 msgid "Opening pipe `%s'"
105 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
107 #. successful pipe close returns 'None'
110 msgid "`%s' failed (%d)"
113 #: lilylib.py:242 lilylib.py:289 lilypond-book.py:231 lilypond.py:512
114 msgid "The error log is as follows:"
117 #: lilylib.py:262 midi2ly.py:260 mup2ly.py:256
118 #, fuzzy, python-format
119 msgid "Invoking `%s'"
120 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
123 #, fuzzy, python-format
124 msgid "Running %s..."
125 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
129 msgid "`%s' failed (%s)"
132 #: lilylib.py:285 midi2ly.py:266 mup2ly.py:264
136 #: lilylib.py:299 midi2ly.py:276 mup2ly.py:274
137 #, fuzzy, python-format
138 msgid "Cleaning %s..."
139 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
141 #. Duh. Python style portable: cp *.EXT OUTDIR
142 #. system ('cp *.%s %s' % (ext, outdir), 1)
143 #. Python < 1.5.2 compatibility
145 #. On most platforms, this is equivalent to
146 #. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2*
147 #. tex needs lots of memory, more than it gets by default on Debian
148 #. TODO: * prevent multiple addition.
149 #. * clean TEXINPUTS, MFINPUTS, TFMFONTS,
150 #. as these take prevalence over $TEXMF
151 #. and thus may break tex run?
152 #. $TEXMF is special, previous value is already taken care of
153 #. # -sOutputFile does not work with bbox?
155 #. # have better algorithm for deciding when to crop page,
156 #. # and when to show full page
158 msgid "Removing output file"
162 #. once upon a rainy monday afternoon.
167 #. ABC standard v1.6: http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt
169 #. Enhancements (Roy R. Rankin)
171 #. Header section moved to top of lilypond file
172 #. handle treble, treble-8, alto, and bass clef
173 #. Handle voices (V: headers) with clef and part names, multiple voices
174 #. Handle w: lyrics with multiple verses
175 #. Handle key mode names for minor, major, phrygian, ionian, locrian, aeolian,
176 #. mixolydian, lydian, dorian
177 #. Handle part names from V: header
178 #. Tuplets handling fixed up
179 #. Lines starting with |: not discarded as header lines
180 #. Multiple T: and C: header entries handled
181 #. Accidental maintained until next bar check
182 #. Silent rests supported
183 #. articulations fermata, upbow, downbow, ltoe, accent, tenuto supported
184 #. Chord strings([-^]"string") can contain a '#'
185 #. Header fields enclosed by [] in notes string processed
186 #. W: words output after tune as abc2ps does it (they failed before)
187 #. Enhancements (Laura Conrad)
189 #. Barring now preserved between ABC and lilypond
190 #. the default placement for text in abc is above the staff.
191 #. %%LY now supported.
192 #. \breve and \longa supported.
193 #. M:none doesn't crash lily.
196 #. Multiple tunes in single file not supported
197 #. Blank T: header lines should write score and open a new score
198 #. Not all header fields supported
199 #. ABC line breaks are ignored
200 #. Block comments generate error and are ignored
201 #. Postscript commands are ignored
202 #. lyrics not resynchronized by line breaks (lyrics must fully match notes)
203 #. %%LY slyrics can't be directly before a w: line.
207 #. Convert to new chord styles.
213 #. treble8 is used by abctab2ps; -8va is used by barfly,
214 #. and by my patch to abc2ps. If there's ever a standard
215 #. about this we'll support that.
217 #. assume that Q takes the form "Q:1/4=120"
218 #. There are other possibilities, but they are deprecated
219 #. outf.write ("\t\t\\consists Staff_margin_engraver\n")
220 #. pitch manipulation. Tuples are (name, alteration).
221 #. 0 is (central) C. Alteration -1 is a flat, Alteration +1 is a sharp
222 #. pitch in semitones.
223 #. abc to lilypond key mode names
224 #. semitone shifts for key mode names
225 #. latex does not like naked #'s
226 #. latex does not like naked "'s
227 #. break lyrics to words and put "'s around words containing numbers and '"'s
229 #. _ causes probs inside ""
231 #. split words with -
235 #. latex does not like naked #'s
236 #. put numbers and " and ( into quoted string
237 #. insure space between lines
239 #. strip trailing blanks
242 #. seperate clef info
243 #. there may or may not be a space
244 #. between the key letter and the mode
254 #. Default note length
259 #. we use in this order specified accidental, active accidental for bar,
260 #. active accidental for key
261 #. (num / den) / defaultlen < 1/base
262 #. return (str, num,den,dots)
265 #. s7m2 input doesnt care about spaces
267 #. remember accidental for rest of bar
269 #. get accidental set in this bar or UNDEF if not set
270 #. WAT IS ABC EEN ONTZETTENDE PROGRAMMEERPOEP !
271 #. failed; not a note!
274 #. |] thin-thick double bar line
275 #. || thin-thin double bar line
276 #. [| thick-thin double bar line
279 #. :: left-right repeat
282 #. first try the longer one
284 #. the nobarlines option is necessary for an abc to lilypond translator for
285 #. exactly the same reason abc2midi needs it: abc requires the user to enter
286 #. the note that will be printed, and MIDI and lilypond expect entry of the
287 #. pitch that will be played.
289 #. In standard 19th century musical notation, the algorithm for translating
290 #. between printed note and pitch involves using the barlines to determine
291 #. the scope of the accidentals.
293 #. Since ABC is frequently used for music in styles that do not use this
294 #. convention, such as most music written before 1700, or ethnic music in
295 #. non-western scales, it is necessary to be able to tell a translator that
296 #. the barlines should not affect its interpretation of the pitch.
297 #. write other kinds of appending if we ever need them.
298 #. add comments to current voice
299 #. Try nibbling characters off until the line doesn't change.
300 #. dump_global (outf)
303 #. convert-ly.py -- Update old LilyPond input files (fix name?)
305 #. source file of the GNU LilyPond music typesetter
307 #. (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
308 #. Jan Nieuwenhuizen <janneke@gnu.org>
310 #. use -f and -t for -s output
313 #. - rewrite in python
314 #. Did we ever have \mudela-version? I doubt it.
315 #. lilypond_version_re_str = '\\\\version *\"(.*)\"'
316 #. ###########################
317 #. need new a namespace
318 #. raise FatalConversionError()
319 #. need new a namespace
320 #. harmful to current .lys
321 #. str = re.sub ('\\\\key([^;]+);', '\\\\accidentals \\1;', str)
322 #. raise FatalConversionError()
323 #. raise FatalConversionError()
324 #. raise FatalConversionError()
325 #. TODO: lots of other syntax change should be done here as well
326 #. Ugh, but meaning of \stemup changed too
327 #. maybe we should do \stemup -> \stemUp\slurUp\tieUp ?
328 #. I don't know exactly when these happened...
329 #. ugh, we loose context setting here...
330 #. (lacks capitalisation slur -> Slur)
332 #. TODO: add lots of these
335 #. Make sure groups of more than one ; have space before
336 #. them, so that non of them gets removed by next rule
337 #. Only remove ; that are not after spaces, # or ;
338 #. Otherwise we interfere with Scheme comments,
339 #. which is badbadbad.
341 #. ###############################
342 #. END OF CONVERSIONS
343 #. ###############################
345 #. info mostly taken from looking at files. See also
346 #. http://lilypond.org/wiki/?EnigmaTransportFormat
359 #. * slur/stem directions
360 #. * voices (2nd half of frame?)
361 #. * more intelligent lyrics
362 #. * beams (better use autobeam?)
363 #. * more robust: try entertainer.etf (freenote)
365 #. * empty measures (eg. twopt03.etf from freenote)
368 #. notename 0 == central C
369 #. represent pitches as (notename, alteration), relative to C-major scale
371 #. should cache this.
372 #. flag1 isn't all that interesting.
377 #. we don't attempt voltas since they fail easily.
378 #. and g.repeat_bar == '|:' or g.repeat_bar == ':|:' or g.bracket:
380 #. let's not do this: this really confuses when eE happens to be before a ^text.
381 #. if last_tag and last_indices:
382 #. etf_file_dict[last_tag][last_indices].append (l)
385 #. should use \addlyrics ?
387 #. vim: set noexpandtab:
388 #. This is was the idea for handling of comments:
389 #. Multiline comments, @ignore .. @end ignore is scanned for
390 #. in read_doc_file, and the chunks are marked as 'ignore', so
391 #. lilypond-book will not touch them any more. The content of the
392 #. chunks are written to the output file. Also 'include' and 'input'
393 #. regex has to check if they are commented out.
395 #. Then it is scanned for 'lilypond', 'lilypond-file' and 'lilypond-block'.
396 #. These three regex's has to check if they are on a commented line,
397 #. % for latex, @c for texinfo.
399 #. Then lines that are commented out with % (latex) and @c (Texinfo)
400 #. are put into chunks marked 'ignore'. This cannot be done before
401 #. searching for the lilypond-blocks because % is also the comment character
404 #. The the rest of the rexeces are searched for. They don't have to test
405 #. if they are on a commented out line.
406 #. ###############################################################
407 #. Users of python modules should include this snippet
408 #. and customize variables below.
409 #. We'll suffer this path init stuff as long as we don't install our
410 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
411 #. it as we do with teTeX on Red Hat Linux: set some environment var
412 #. (PYTHONPATH) in profile)
413 #. If set, LILYPONDPREFIX must take prevalence
414 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
416 #. if __name__ == '__main__':
418 #. temp_dir = os.path.join (original_dir, '%s.dir' % program_name)
421 #. # do -P or -p by default?
422 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
423 #: lilypond-book.py:120
424 msgid "Process LilyPond snippets in hybrid html, LaTeX or texinfo document"
427 #. another bug in option parser: --output=foe is taken as an abbreviation
428 #. for --output-format
429 #: lilypond-book.py:125 main.cc:110
433 #: lilypond-book.py:125
435 msgid "use output format EXT (texi [default], texi-html, latex, html)"
436 msgstr "½ÐÎÏ¥Õ¥©¡¼¥Þ¥Ã¥È EXT ¤ò»È¤¦"
438 #: lilypond-book.py:126 lilypond-book.py:127 lilypond-book.py:129
439 #: lilypond-book.py:130
444 #: lilypond-book.py:126
445 msgid "default fontsize for music. DIM is assumed to be in points"
448 #: lilypond-book.py:127
449 msgid "deprecated, use --default-music-fontsize"
452 #: lilypond-book.py:128
456 #: lilypond-book.py:128
457 msgid "pass OPT quoted to the lilypond command line"
460 #: lilypond-book.py:129
461 msgid "force fontsize for all inline lilypond. DIM is assumed be to in points"
464 #: lilypond-book.py:130
465 msgid "deprecated, use --force-music-fontsize"
468 #: lilypond-book.py:132 lilypond.py:130 main.cc:113 main.cc:118
472 #: lilypond-book.py:132
476 #: lilypond-book.py:133
478 msgid "write dependencies"
479 msgstr "¶õÇò¤¬É¬ÍפǤ¹"
481 #: lilypond-book.py:134
485 #: lilypond-book.py:134
486 msgid "prepend PREF before each -M dependency"
489 #: lilypond-book.py:135
490 msgid "don't run lilypond"
493 #: lilypond-book.py:136
494 msgid "don't generate pictures"
497 #: lilypond-book.py:137
498 msgid "strip all lilypond blocks from output"
501 #: lilypond-book.py:138 lilypond-book.py:139 lilypond.py:135 lilypond.py:136
502 #: midi2ly.py:102 main.cc:114 main.cc:117
506 #: lilypond-book.py:138
507 msgid "filename main output file"
510 #: lilypond-book.py:139
511 msgid "where to place generated files"
514 #: lilypond-book.py:140 lilypond.py:137
518 #: lilypond-book.py:141 lilypond.py:138
519 msgid "set the resolution of the preview to RES"
522 #: lilypond-book.py:142 lilypond.py:148 midi2ly.py:105 mup2ly.py:78 main.cc:126
525 msgstr "¾ÜºÙ¤Ê¾ðÊó¤òɽ¼¨¤·¤Þ¤¹"
527 #: lilypond-book.py:143
529 msgid "print version information"
530 msgstr "¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨"
532 #: lilypond-book.py:144 lilypond.py:150 midi2ly.py:107 mup2ly.py:80 main.cc:127
533 msgid "show warranty and copyright"
534 msgstr "ÊݾڤÈÃøºî¸¢¤Ë¤Ä¤¤¤Æɽ¼¨¤¹¤ë"
536 #. format specific strings, ie. regex-es for input, and % strings for output
538 #. lilypond_binary = 'valgrind --suppressions=/home/hanwen/usr/src/guile-1.6.supp --num-callers=10 /home/hanwen/usr/src/lilypond/lily/out/lilypond'
539 #. only use installed binary when we're installed too.
540 #. only use installed binary when we're installed too.
541 #. ###############################################################
542 #. Dimension handling for LaTeX.
544 #. Ugh. (La)TeX writes progress and error messages on stdout
545 #. Redirect to stderr
546 #: lilypond-book.py:230
547 msgid "LaTeX failed."
551 #. Convert numeric values, with or without specific dimension, to floats.
552 #. Keep other strings
553 #. ###############################################################
554 #. How to output various structures.
556 #. Verbatim text is always finished with \n. FIXME: For HTML,
557 #. this newline should be removed.
558 #. Verbatim text is always finished with \n. FIXME: For HTML,
559 #. this newline should be removed.
560 #. # Ugh we need to differentiate on origin:
561 #. # lilypond-block origin wants an extra <p>, but
562 #. # inline music doesn't.
563 #. # possibly other center options?
564 #. verbatim text is always finished with \n
565 #. verbatim text is always finished with \n
566 #. verbatim text is always finished with \n
567 #. verbatim text is always finished with \n
568 #. do some tweaking: @ is needed in some ps stuff.
570 #. ugh, the <p> below breaks inline images...
571 #. clumsy workaround for python 2.2 pre bug.
572 #. ###############################################################
573 #. Recognize special sequences in the input
574 #. Warning: This uses extended regular expressions. Tread with care.
578 #. (?P<name>regex) -- assign result of REGEX to NAME
579 #. *? -- match non-greedily.
580 #. (?m) -- multiline regex: make ^ and $ match at each line
581 #. (?s) -- make the dot match all characters including newline
582 #. why do we have distinction between @mbinclude and @include?
583 #. # we'd like to catch and reraise a more
584 #. # detailed error, but alas, the exceptions
585 #. # changed across the 1.5/2.1 boundary.
586 #. ughUGH not original options
587 #. First we want to scan the \documentclass line
588 #. it should be the first non-comment line.
589 #. The only thing we really need to know about the \documentclass line
590 #. is if there are one or two columns to begin with.
591 #. Then we add everything before \begin{document} to
592 #. paperguru.m_document_preamble so that we can later write this header
593 #. to a temporary file in find_latex_dims() to find textwidth.
594 #. this is not bulletproof..., it checks the first 10 chunks
595 #. newchunks.extend (func (m))
596 #. python 1.5 compatible:
597 #. we have to check for verbatim before doing include,
598 #. because we don't want to include files that are mentioned
599 #. inside a verbatim environment
601 #. # Hmm, we should hash only lilypond source, and skip the
602 #. # %options are ...
604 #. # todo: include path, but strip
605 #. # first part of the path.
608 #. Count sections/chapters.
609 #. # TODO: do something like
610 #. # this for texinfo/latex as well ?
612 #. fixme: be sys-independent.
614 #. Ugh, fixing up dependencies for .tex generation
616 #. Ugh. (La)TeX writes progress and error messages on stdout
617 #. Redirect to stderr
618 #. # There used to be code to write .tex dependencies, but
619 #. # that is silly: lilypond-book has its own dependency scheme
620 #. # to ensure that all lily-XXX.tex files are there
621 #. # TODO: put file name in front of texidoc.
623 #. # what's this? Docme --hwn
625 #. #docme: why global?
628 #: lilypond-book.py:1557 lilypond.py:673 midi2ly.py:1018
630 msgid "getopt says: `%s'"
634 #. status = os.system ('lilypond -w')
635 #: lilypond-book.py:1630 lilypond.py:777
636 msgid "no files specified on command line"
640 #. Petr, ik zou willen dat ik iets zinvoller deed,
641 #. maar wat ik kan ik doen, het verandert toch niets?
645 #. lilypond.py -- Run LilyPond, add titles to bare score, generate printable
647 #. Invokes: lilypond, latex (or pdflatex), dvips, ps2pdf, gs
649 #. source file of the GNU LilyPond music typesetter
651 #. (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
652 #. Jan Nieuwenhuizen <janneke@gnu.org>
653 #. This is the third incarnation of lilypond.
655 #. Earlier incarnations of lilypond were written by
656 #. Jeffrey B. Reed<daboys@austin.rr.com> (Python version)
657 #. Jan Arne Fagertun <Jan.A.Fagertun@@energy.sintef.no> (Bourne shell script)
659 #. Note: gettext work best if we use ' for docstrings and "
660 #. for gettextable strings.
661 #. --> DO NOT USE ''' for docstrings.
662 #. ###############################################################
663 #. Users of python modules should include this snippet
664 #. and customize variables below.
665 #. We'll suffer this path init stuff as long as we don't install our
666 #. python packages in <prefix>/lib/pythonx.y (and don't kludge around
667 #. it as we do with teTeX on Red Hat Linux: set some environment var
668 #. (PYTHONPATH) in profile)
669 #. If set, LILYPONDPREFIX must take prevalence
670 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
672 #. if __name__ == '__main__':
675 #. # do -P or -p by default?
676 #. #help_summary = _ ("Run LilyPond using LaTeX for titling")
678 msgid "Run LilyPond, add titles, generate printable document."
681 #: lilypond.py:127 main.cc:115
682 msgid "write Makefile dependencies for every input file"
683 msgstr "Á´¤Æ¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î Makefile °Í¸´Ø·¸¤ò½ñ¤¹þ¤à"
686 msgid "print even more output"
691 msgid "add DIR to LilyPond's search path"
692 msgstr "DIR ¤ò¸¡º÷¥Ñ¥¹¤ËÄɲÃ"
696 msgid "keep all output, output to directory %s.dir"
700 msgid "don't run LilyPond"
703 #: lilypond.py:134 main.cc:116
704 msgid "produce MIDI output only"
705 msgstr "MIDI ½ÐÎϤÎÀ¸À®¤Î¤ß"
707 #: lilypond.py:135 midi2ly.py:102
709 msgid "write output to FILE"
710 msgstr "BASENAME[-x].³ÈÄ¥»Ò ¤Ø½ÐÎϤò½ñ¤¹þ¤à"
713 msgid "find pfa fonts used in FILE"
718 msgid "generate PostScript output"
722 msgid "generate PNG page images"
727 msgid "generate PS.GZ"
732 msgid "generate PDF output"
736 msgid "use pdflatex to generate a PDF output"
739 #. FIXME: preview, picture; to indicate creation of a PNG?
741 msgid "make a picture of the first system"
745 msgid "make HTML file with links to all output"
753 msgid "change global setting KEY to VAL"
756 #: lilypond.py:149 midi2ly.py:106 mup2ly.py:79 main.cc:125
757 msgid "print version number"
758 msgstr "¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨"
763 #. lilypond_binary = 'valgrind --suppressions=%(home)s/usr/src/guile-1.6.supp --num-callers=10 %(home)s/usr/src/lilypond/lily/out/lilypond '% { 'home' : '/home/hanwen' }
764 #. only use installed binary when we're installed too.
765 #. init to empty; values here take precedence over values in the file
766 #. # TODO: change name.
768 #. Output formats that lilypond should create
770 #. ly.warning (_ ("invalid value: %s") % `val`)
771 #. ly.warning (_ ("invalid value: %s") % `val`)
773 #, fuzzy, python-format
774 msgid "no such setting: `%s'"
775 msgstr "¤½¤ÎÍͤʳڴï¤Ï¤¢¤ê¤Þ¤»¤ó: `%s'"
777 #. 2 == user interrupt.
780 msgid "LilyPond crashed (signal %d)."
784 msgid "Please submit a bug report to bug-lilypond@gnu.org"
789 msgid "LilyPond failed on input file %s (exit status %d)"
794 msgid "LilyPond failed on an input file (exit status %d)"
799 msgid "Continuing..."
800 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
804 #, fuzzy, python-format
805 msgid "Analyzing %s..."
806 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
808 #. search only the first 10k
810 #, fuzzy, python-format
811 msgid "no LilyPond output found for `%s'"
812 msgstr "Lily ¤Ï %s ¤Ë½ÐÎϤ·¤Þ¤¹..."
814 #. The final \n seems important here. It ensures that the footers and taglines end up on the right page.
815 #. TODO: should set textheight (enlarge) depending on papersize.
817 #, fuzzy, python-format
818 msgid "invalid value: `%s'"
819 msgstr "̵¸ú¤Êʸ»ú: `%c'"
821 #. set sane geometry width (a4-width) for linewidth = -1.
822 #. who the hell is 597 ?
823 #. Ugh. (La)TeX writes progress and error messages on stdout
824 #. Redirect to stderr
826 msgid "LaTeX failed on the output file."
829 #. make a preview by rendering only the 1st line
833 "Trying create PDF, but no PFA fonts found.\n"
834 "Using bitmap fonts instead. This will look bad."
837 #. ugh. Different targets?
838 #. Added as functionality to lilypond, because lilypond may well need to do this
842 #, fuzzy, python-format
843 msgid "not a PostScript file: `%s'"
844 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤±¤Þ¤»¤ó: `%s'"
848 #, fuzzy, python-format
849 msgid "Writing HTML menu `%s'"
852 #. signal programming error
853 #. Don't convert input files to abspath, rather prepend '.' to include
855 #. As a neat trick, add directory part of first input file
856 #. to include path. That way you can do without the clumsy -I in:
857 #. lilypond -I foe/bar/baz foo/bar/baz/baz.ly
859 msgid "pseudo filter"
863 msgid "pseudo filter only for single input file"
866 #. Ugh, maybe make a setup () function
867 #. hmmm. Wish I'd 've written comments when I wrote this.
868 #. now it looks complicated.
870 #, fuzzy, python-format
871 msgid "filename should not contain spaces: `%s'"
872 msgstr "´û¤Ë´Þ¤ó¤Ç¤¤¤Þ¤¹: `%s'"
874 #. to be sure, add tmpdir *in front* of inclusion path.
875 #. os.environ['TEXINPUTS'] = tmpdir + ':' + os.environ['TEXINPUTS']
876 #. We catch all exceptions, because we need to do stuff at exit:
877 #. * copy any successfully generated stuff from tempdir and
878 #. notify user of that
879 #. * cleanout tempdir
880 #. ## ARGH. This also catches python programming errors.
881 #. ## this should only catch lilypond nonzero exit status
883 #. TODO: friendly message about LilyPond setup/failing?
886 msgid "Running LilyPond failed. Rerun with --verbose for a trace."
889 #. Our LilyPond pseudo filter always outputs to 'lelie'
890 #. have subsequent stages and use 'lelie' output.
891 #. unless: add --tex, or --latex?
892 #. TODO: friendly message about TeX/LaTeX setup,
893 #. trying to run tex/latex by hand
895 msgid "Failed to make PS file. Rerun with --verbose for a trace."
898 #. unless: add --tex, or --latex?
899 #. TODO: friendly message about TeX/LaTeX setup,
900 #. trying to run tex/latex by hand
902 msgid "Running LaTeX falied. Rerun with --verbose for a trace."
905 #. add DEP to targets?
906 #: lilypond.py:926 input-file-results.cc:68
907 #, fuzzy, c-format, python-format
908 msgid "dependencies output to `%s'..."
909 msgstr "%s ¤Ø paper ½ÐÎÏ..."
912 #, fuzzy, python-format
913 msgid "%s output to <stdout>..."
914 msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ"
916 #: lilypond.py:942 lilypond.py:968 includable-lexer.cc:57
917 #: input-file-results.cc:191 input-file-results.cc:197 lily-guile.cc:86
918 #, fuzzy, c-format, python-format
919 msgid "can't find file: `%s'"
920 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
922 #. Hmm, if this were a function, we could call it the except: clauses
924 #, fuzzy, python-format
925 msgid "%s output to %s..."
926 msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ"
930 #. midi2ly.py -- LilyPond midi import script
932 #. source file of the GNU LilyPond music typesetter
934 #. (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
935 #. Jan Nieuwenhuizen <janneke@gnu.org>
936 #. ###############################################################
937 #. Users of python modules should include this snippet.
939 #. This soon to be removed for: import lilypond.lilylib as ly
940 #. ###############################################################
941 #. ###############################################################
942 #. ############### CONSTANTS
943 #. ###############################################################
944 #. temp_dir = os.path.join (original_dir, '%s.dir' % program_name)
945 #. original_dir = os.getcwd ()
946 #. keep_temp_dir_p = 0
948 msgid "Convert MIDI to LilyPond source."
952 msgid "print absolute pitches"
955 #: midi2ly.py:98 midi2ly.py:103
960 msgid "quantise note durations on DUR"
964 msgid "print explicit durations"
974 msgid "set key: ALT=+sharps|-flats; MINOR=1"
975 msgstr "Ä´¤òÀßÄê: ACC +¥·¥ã¡¼¥×/-¥Õ¥é¥Ã¥È :1 ûĴ"
978 msgid "quantise note starts on DUR"
986 msgid "allow tuplet durations DUR*NUM/DEN"
990 msgid "treat every text as a lyric"
993 #: midi2ly.py:136 mup2ly.py:130
997 #: midi2ly.py:141 mup2ly.py:135
1000 "Distributed under terms of the GNU General Public License. It comes with\n"
1004 #: midi2ly.py:166 mup2ly.py:162
1006 msgid "Exiting ... "
1009 #: midi2ly.py:264 mup2ly.py:261
1011 msgid "command exited with value %d"
1014 #. ###############################################################
1016 #. ###############################################################
1018 #. major scale: do-do
1019 #. minor scale: la-la (= + 5) '''
1020 #. By tradition, all scales now consist of a sequence
1021 #. of 7 notes each with a distinct name, from amongst
1022 #. a b c d e f g. But, minor scales have a wide
1023 #. second interval at the top - the 'leading note' is
1024 #. sharped. (Why? it just works that way! Anything
1025 #. else doesn't sound as good and isn't as flexible at
1026 #. saying things. In medieval times, scales only had 6
1027 #. notes to avoid this problem - the hexachords.)
1028 #. So, the d minor scale is d e f g a b-flat c-sharp d
1029 #. - using d-flat for the leading note would skip the
1030 #. name c and duplicate the name d. Why isn't c-sharp
1031 #. put in the key signature? Tradition. (It's also
1032 #. supposedly based on the Pythagorean theory of the
1033 #. cycle of fifths, but that really only applies to
1034 #. major scales...) Anyway, g minor is g a b-flat c d
1035 #. e-flat f-sharp g, and all the other flat minor keys
1036 #. end up with a natural leading note. And there you
1038 #. John Sankey <bf250@freenet.carleton.ca>
1040 #. Let's also do a-minor: a b c d e f gis a
1053 #. # FIXME: compile fix --jcn
1055 #. fis cis gis dis ais eis bis
1056 #. bes es as des ges ces fes
1057 #. urg, we should be sure that we're in a lyrics staff
1058 #. all include ALL_NOTES_OFF
1059 #. ugh, must set key while parsing
1060 #. because Note init uses key
1061 #. Better do Note.calc () at dump time?
1062 #. last_lyric.clocks = t - last_time
1064 #. urg, this will barf at meter changes
1065 #. urg LilyPond doesn't start at c4, but
1066 #. remembers from previous tracks!
1067 #. reference_note = Note (clocks_per_4, 4*12, 0)
1068 #. must be in \notes mode for parsing \skip
1070 #, fuzzy, python-format
1071 msgid "%s output to `%s'..."
1072 msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ"
1079 msgid "no files specified on command line."
1083 #. mup2ly.py -- mup input converter
1085 #. source file of the GNU LilyPond music typesetter
1088 #. if set, LILYPONDPREFIX must take prevalence
1089 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
1091 msgid "Convert mup to LilyPond source."
1099 msgid "define macro NAME [optional expansion EXP]"
1103 msgid "only pre-process"
1106 #. Duh. Python style portable: cp *.EXT OUTDIR
1107 #. system ('cp *.%s %s' % (ext, outdir), 1)
1108 #. Python < 1.5.2 compatibility
1110 #. On most platforms, this is equivalent to
1111 #. `normpath(join(os.getcwd()), PATH)'. *Added in Python version 1.5.2*
1112 #. if set, LILYPONDPREFIX must take prevalence
1113 #. if datadir is not set, we're doing a build and LILYPONDPREFIX
1114 #. ###############################################################
1117 #. PMX cut and paste
1119 #. if not self.entries:
1122 #. return '\n%s = {}\n\n' % self.idstring ()
1124 #. def set_clef (self, letter):
1125 #. clstr = clef_table[letter]
1126 #. self.voices[0].add_nonchord (Clef (clstr))
1128 #. maybe use import copy?
1129 #. for i in self.pitches:
1130 #. ch.pitches.append (i)
1131 #. for i in self.scripts:
1132 #. ch.scripts.append (i)
1133 #. http://www.arkkra.com/doc/uguide/contexts.html
1134 #. #self.current_staffs = []
1137 #. FIXME: does key play any role in this?
1138 #. ch = self.current_voices[0].last_chord ()
1139 #. ch.basic_duration = self.current_voices[0].last_chord ().basic_duration
1141 #. ch = self.current_voices[0].last_chord ()
1142 #. `;' is not a separator, chords end with ';'
1143 #. mup resets default duration and pitch each bar
1144 #. ugh: these (and lots more) should also be parsed in
1145 #. context staff. we should have a class Staff_properties
1146 #. and parse/set all those.
1147 #. shortcut: set to official mup maximum (duh)
1148 #. self.set_staffs (40)
1150 #, fuzzy, python-format
1151 msgid "no such context: %s"
1152 msgstr "¤½¤ÎÍͤʳڴï¤Ï¤¢¤ê¤Þ¤»¤ó: `%s'"
1155 #. dig this: mup allows ifdefs inside macro bodies
1156 #. don't do nested multi-line defines
1157 #. duh: mup is strictly line-based, except for `define',
1158 #. which is `@' terminated and may span several lines
1159 #. don't define new macros in unactive areas
1160 #. To support nested multi-line define's
1161 #. process_function and macro_name, macro_body
1162 #. should become lists (stacks)
1163 #. The mup manual is undetermined on this
1164 #. and I haven't seen examples doing it.
1166 #. don't do nested multi-line define's
1167 #. writes to stdout for help2man
1170 #. sys.stdout.flush ()
1171 #. handy emacs testing
1173 #. files = ['template.mup']
1175 #, fuzzy, python-format
1176 msgid "Processing `%s'..."
1180 #, fuzzy, python-format
1181 msgid "Writing `%s'..."
1184 #: getopt-long.cc:146
1186 msgid "option `%s' requires an argument"
1187 msgstr "¥ª¥×¥·¥ç¥ó `%s' ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹"
1189 #: getopt-long.cc:150
1191 msgid "option `%s' doesn't allow an argument"
1192 msgstr "¥ª¥×¥·¥ç¥ó `%s' ¤Ï°ú¿ô¤òµö²Ä¤·¤Þ¤»¤ó"
1194 #: getopt-long.cc:154
1196 msgid "unrecognized option: `%s'"
1197 msgstr "ǧ¼±¤Ç¤¤Ê¤¤¥ª¥×¥·¥ç¥ó: `%s'"
1199 #: getopt-long.cc:161
1201 msgid "invalid argument `%s' to option `%s'"
1202 msgstr "¥ª¥×¥·¥ç¥ó `%2$s' ¤ËÂФ¹¤ë̵¸ú¤Ê°ú¿ô `%1$s'"
1206 msgid "warning: %s\n"
1216 msgid "programming error: %s (Continuing; cross thumbs)\n"
1217 msgstr " (³¤±¤Þ¤¹ -- cross thumbs)"
1219 #: accidental.cc:202 key-signature-interface.cc:137
1221 msgid "accidental `%s' not found"
1224 #: accidental-engraver.cc:171 new-accidental-engraver.cc:238
1226 msgid "Accidental typesetting list must begin with context-name: %s"
1229 #: accidental-engraver.cc:196 new-accidental-engraver.cc:263
1231 msgid "unknown accidental typesetting: %s. Ignored"
1232 msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×ʸ»úÎó: `\\%s'"
1234 #: accidental-engraver.cc:212 new-accidental-engraver.cc:279
1236 msgid "Symbol is not a parent context: %s. Ignored"
1239 #: accidental-engraver.cc:215 new-accidental-engraver.cc:282
1241 msgid "Accidental typesetting must be pair or context-name: %s"
1246 msgid "can't find character number: %d"
1247 msgstr "ʸ»úÈֹ椬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %d"
1251 msgid "can't find character called: `%s'"
1252 msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿Ê¸»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
1256 msgid "Error parsing AFM file: `%s'"
1259 #: all-font-metrics.cc:95
1261 msgid "checksum mismatch for font file: `%s'"
1264 #: all-font-metrics.cc:97
1266 msgid "does not match: `%s'"
1269 #: all-font-metrics.cc:102
1271 " Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V "
1272 "to show font paths."
1275 #: all-font-metrics.cc:103
1277 "A script for removing font-files is delivered with the source-code,\n"
1278 "in buildscripts/clean-fonts.sh"
1281 #: all-font-metrics.cc:169
1283 msgid "can't find font: `%s'"
1284 msgstr "¥Õ¥©¥ó¥È¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
1286 #: all-font-metrics.cc:170
1287 msgid "Loading default font"
1288 msgstr "¥Ç¥Õ¥©¥ë¥È¥Õ¥©¥ó¥È¤ò¥í¡¼¥É¤·¤Þ¤¹"
1290 #: all-font-metrics.cc:185
1292 msgid "can't find default font: `%s'"
1293 msgstr "¥Ç¥Õ¥©¥ë¥È¥Õ¥©¥ó¥È¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
1295 #: all-font-metrics.cc:186 includable-lexer.cc:59 input-file-results.cc:192
1297 msgid "(search path: `%s')"
1298 msgstr "(¸¡º÷¥Ñ¥¹: `%s')"
1300 #: all-font-metrics.cc:187
1304 #: auto-change-iterator.cc:43 change-iterator.cc:60
1305 #: part-combine-music-iterator.cc:120
1306 msgid "Can't switch translators, I'm there already"
1307 msgstr "¥È¥é¥ó¥¹¥ì¡¼¥¿¤òÀÚ¤êÂؤ¨¤é¤ì¤Þ¤»¤ó¡£´û¤Ë¤½¤¦¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
1309 #: bar-check-iterator.cc:51
1311 msgid "barcheck failed at: %s"
1312 msgstr "¾®Àá¥Á¥§¥Ã¥¯¤¬¼ºÇÔ: %s"
1316 msgid "beam has less than two visible stems"
1317 msgstr "³Ã¤¬Æó¤Ä̤Ëþ¤ÎÉäÈø¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿"
1321 msgid "Beam has less than two stems. Removing beam."
1322 msgstr "³Ã¤¬Æó¤Ä̤Ëþ¤ÎÉäÈø¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿"
1326 "Not sure that we can find a nice beam slope (no viable initial configuration "
1330 #: beam-engraver.cc:176
1332 msgid "already have a beam"
1333 msgstr "´û¤Ë³Ã¤¬¤¢¤ê¤Þ¤¹"
1335 #: beam-engraver.cc:259
1337 msgid "unterminated beam"
1338 msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó"
1340 #: beam-engraver.cc:292 chord-tremolo-engraver.cc:197
1342 msgid "stem must have Rhythmic structure"
1343 msgstr "ÉäÈø¤Ï¥ê¥º¥à¹½Â¤¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
1345 #: beam-engraver.cc:306
1347 msgid "stem doesn't fit in beam"
1348 msgstr "ÉäÈø¤¬³Ã¤ÎÃæ¤Ë¤ª¤µ¤Þ¤ê¤Þ¤»¤ó"
1350 #: beam-engraver.cc:307
1352 msgid "beam was started here"
1353 msgstr "³Ã¤Ï¤³¤³¤«¤é³«»Ï¤µ¤ì¤Þ¤·¤¿"
1355 #: break-align-interface.cc:173
1357 msgid "No spacing entry from %s to `%s'"
1358 msgstr "Ƚ¤é¤Ê¤¤¥È¥é¥ó¥¹¥ì¡¼¥¿: `%s'"
1360 #: change-iterator.cc:22
1362 msgid "can't change `%s' to `%s'"
1363 msgstr "`%s' ¤«¤é `%s' ¤ËÊѹ¹¤Ç¤¤Þ¤»¤ó"
1366 #. We could change the current translator's id, but that would make
1367 #. errors hard to catch
1369 #. last->translator_id_string_ = get_change ()->change_to_id_string_;
1371 #: change-iterator.cc:79
1372 msgid "I'm one myself"
1373 msgstr "¥È¥é¥ó¥¹¥ì¡¼¥¿¤½¤Î¤â¤Î¤Ç¤¹"
1375 #: change-iterator.cc:82
1376 msgid "none of these in my family"
1377 msgstr "¥Õ¥¡¥ß¥ê¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
1379 #: chord-tremolo-engraver.cc:98
1381 msgid "Chord tremolo with %d elements. Must have two elements."
1384 #: chord-tremolo-engraver.cc:157
1386 msgid "unterminated chord tremolo"
1387 msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó"
1389 #: chord-tremolo-iterator.cc:69
1391 msgid "no one to print a tremolos"
1392 msgstr "È¿Éüµ¹æ¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó"
1396 msgid "clef `%s' not found"
1401 msgid "unknown cluster style `%s'"
1402 msgstr "ÉÔÌÀ¤Ê²»Éôµ¹æ(Clef)"
1404 #: coherent-ligature-engraver.cc:84
1406 msgid "gotcha: ptr=%ul"
1409 #: coherent-ligature-engraver.cc:96
1414 #: coherent-ligature-engraver.cc:139
1416 msgid "Coherent_ligature_engraver: setting `spacing-increment = 0.01': ptr=%ul"
1421 msgid "custos `%s' not found"
1428 #: dynamic-engraver.cc:204 span-dynamic-performer.cc:82
1430 msgid "can't find start of (de)crescendo"
1431 msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
1433 #: dynamic-engraver.cc:216
1435 msgid "already have a crescendo"
1436 msgstr "´û¤Ë³Ã¤¬¤¢¤ê¤Þ¤¹"
1438 #: dynamic-engraver.cc:217
1440 msgid "already have a decrescendo"
1441 msgstr "´û¤Ë³Ã¤¬¤¢¤ê¤Þ¤¹"
1443 #: dynamic-engraver.cc:220
1445 msgid "Cresc started here"
1446 msgstr "³Ã¤Ï¤³¤³¤«¤é³«»Ï¤µ¤ì¤Þ¤·¤¿"
1448 #: dynamic-engraver.cc:323
1450 msgid "unterminated (de)crescendo"
1451 msgstr "½ªÎ»¤·¤Æ¤¤¤Ê¤¤¥¯¥ì¥Ã¥·¥§¥ó¥É"
1455 msgid "Transposition by %s makes alteration larger than two"
1456 msgstr "%s ¤ÎÊÑÄ´¤Ë¤è¤Ã¤Æ¡¢Æó¤Ä¤òĶ¤¨¤ëÇÉÀ¸²»¤¬ºî¤é¤ì¤Þ¤·¤¿"
1458 #: event-chord-iterator.cc:76 output-property-music-iterator.cc:27
1460 msgid "Junking event: `%s'"
1461 msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
1463 #: extender-engraver.cc:94
1464 msgid "unterminated extender"
1465 msgstr "½ªÃ¼¤Î¤Ê¤¤¥¨¥¯¥¹¥Æ¥ó¥À"
1467 #: extender-engraver.cc:106
1469 msgid "Nothing to connect extender to on the left. Ignoring extender event."
1470 msgstr "¥¨¥¯¥¹¥Æ¥ó¥À¤¬º¸Â¦¤Ë¤Ä¤Ê¤¬¤ê¤Þ¤»¤ó¡£¥¨¥¯¥¹¥Æ¥ó¥ÀÍ×µá¤ò̵»ë¤·¤Þ¤¹¡£"
1472 #: folded-repeat-iterator.cc:88
1473 msgid "no one to print a repeat brace"
1474 msgstr "È¿Éüµ¹æ¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó"
1476 #: font-interface.cc:239
1477 msgid "couldn't find any font satisfying "
1480 #: glissando-engraver.cc:100
1482 msgid "Unterminated glissando."
1483 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼"
1485 #: gourlay-breaking.cc:188
1487 msgid "Optimal demerits: %f"
1490 #: gourlay-breaking.cc:193
1491 msgid "No feasible line breaking found"
1494 #: gregorian-ligature-engraver.cc:59
1496 msgid "\\%s ignored"
1499 #: gregorian-ligature-engraver.cc:64
1501 msgid "implied \\%s added"
1505 #. Todo: do something sensible. The grob-pq-engraver is not water
1506 #. tight, and stuff like tupletSpannerDuration confuses it.
1508 #: grob-pq-engraver.cc:130
1511 "Skipped something?\n"
1512 "Grob %s ended before I expected it to end."
1516 msgid "decrescendo too small"
1521 msgid "crescendo too small"
1522 msgstr "¥¯¥ì¥Ã¥·¥§¥ó¥É"
1524 #: horizontal-bracket-engraver.cc:64
1526 msgid "Don't have that many brackets."
1527 msgstr "¤½¤ó¤Ê¤ËÂô»³¤Î¥ª¥¯¥¿¡¼¥Ö (%s) ¤ò»È¤ï¤Ê¤¤¤Ç¤¯¤À¤µ¤¤"
1529 #: horizontal-bracket-engraver.cc:73
1531 msgid "Conflicting note group events."
1532 msgstr "Çï»Ò¤ÎÍ׵᤬¶¥¹ç¤·¤Þ¤¹"
1534 #: hyphen-engraver.cc:87
1535 msgid "unterminated hyphen"
1536 msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó"
1538 #: hyphen-engraver.cc:99
1540 msgid "Nothing to connect hyphen to on the left. Ignoring hyphen event."
1541 msgstr "º¸Â¦¤Ë·Ò¤²¤ë¥Ï¥¤¥Õ¥ó¤¬¤¢¤ê¤Þ¤»¤ó¡£¥Ï¥¤¥Õ¥ó¤ÎÍ×µá¤ò̵»ë¤·¤Þ¤¹"
1545 msgid "non fatal error: "
1546 msgstr "³¹Ô²Äǽ¤Ê¥¨¥é¡¼: "
1548 #: input.cc:107 source-file.cc:146 source-file.cc:239
1549 msgid "position unknown"
1550 msgstr "°ÌÃÖ¤¬È½¤ê¤Þ¤»¤ó"
1552 #: input-file-results.cc:72 source-file.cc:54 streams.cc:38
1554 msgid "can't open file: `%s'"
1555 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤±¤Þ¤»¤ó: `%s'"
1557 #: input-file-results.cc:132
1558 msgid "Score contains errors; will not process it"
1559 msgstr "³ÚÉè¤Ë¥¨¥é¡¼¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹ -- ½èÍý¤·¤Þ¤»¤ó"
1561 #: input-file-results.cc:172
1563 msgid "Now processing: `%s'"
1564 msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×ʸ»úÎó: `\\%s'"
1566 #: key-performer.cc:96
1567 msgid "FIXME: key change merge"
1568 msgstr "FIXME: ¥¡¼Êѹ¹¤Î¥Þ¡¼¥¸"
1572 msgid "Kpathsea couldn't find TFM file `%s'"
1573 msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
1575 #: ligature-engraver.cc:159
1577 msgid "can't find start of ligature"
1578 msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
1580 #: ligature-engraver.cc:165
1581 msgid "no right bound"
1584 #: ligature-engraver.cc:191
1586 msgid "already have a ligature"
1587 msgstr "´û¤Ë³Ã¤¬¤¢¤ê¤Þ¤¹"
1589 #: ligature-engraver.cc:207
1590 msgid "no left bound"
1593 #: ligature-engraver.cc:258
1595 msgid "unterminated ligature"
1596 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼"
1598 #: ligature-engraver.cc:282
1599 msgid "ligature may not contain rest; ignoring rest"
1602 #: ligature-engraver.cc:283
1604 msgid "ligature was started here"
1605 msgstr "³Ã¤Ï¤³¤³¤«¤é³«»Ï¤µ¤ì¤Þ¤·¤¿"
1609 msgid "(load path: `%s')"
1610 msgstr "(Æɹþ¥Ñ¥¹: `%s')"
1612 #: lily-guile.cc:576
1614 msgid "Can't find property type-check for `%s' (%s)."
1617 #: lily-guile.cc:579
1618 msgid "Perhaps you made a typing error?"
1621 #: lily-guile.cc:585
1622 msgid "Doing assignment anyway."
1625 #: lily-guile.cc:599
1627 msgid "Type check for `%s' failed; value `%s' must be of type `%s'"
1631 msgid "round filled box horizontal extent smaller than blot; decreasing blot"
1635 msgid "round filled box vertical extent smaller than blot; decreasing blot"
1638 #: lyric-phrasing-engraver.cc:311
1639 msgid "lyrics found without any matching notehead"
1642 #: lyric-phrasing-engraver.cc:317
1643 msgid "Huh? Melismatic note found to have associated lyrics."
1651 msgid "set options, use -e '(ly-option-usage)' for help"
1655 msgid "use output format EXT"
1664 msgid "write header field to BASENAME.FIELD"
1668 msgid "add DIR to search path"
1669 msgstr "DIR ¤ò¸¡º÷¥Ñ¥¹¤ËÄɲÃ"
1672 msgid "use FILE as init file"
1673 msgstr "FILE ¤ò½é´ü²½¥Õ¥¡¥¤¥ë¤È¤·¤Æ»ÈÍÑ"
1676 msgid "prepend DIR to dependencies"
1680 #. should audit again.
1683 msgid "inhibit file output naming and exporting"
1684 msgstr "̾Á°ÉÕ¤±¤È¥¨¥¯¥¹¥Ý¡¼¥È¤Î½ÐÎÏ¥Õ¥¡¥¤¥ë¤òÍÞÀ©¤¹¤ë"
1686 #. No version number or newline here. It confuses help2man.
1689 msgid "Usage: %s [OPTIONS]... FILE..."
1690 msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]..."
1693 msgid "Typeset music and or play MIDI from FILE."
1694 msgstr "¥Õ¥¡¥¤¥ë¤Î³Ú¶Ê¤òÁÈÈǤ·¤¿¤ê¡¢MIDI ±éÁÕ¤·¤¿¤ê¤¹¤ë."
1698 "LilyPond is a music typesetter. It produces beautiful sheet music\n"
1699 "using a high level description file as input. LilyPond is part of \n"
1700 "the GNU Project.\n"
1702 "LilyPond ¤Ï³Ú¶ÊÁÈÈÇ¥½¥Õ¥È¤Ç¤¹¡£ÆþÎÏ¥Õ¥¡¥¤¥ë¤Ë¤Ï¥Ï¥¤¥ì¥Ù¥ë¤Êµ½Ò¤ò»ÈÍѤǤ¡¢\n"
1703 "Èþ¤·¤¤ÉèÌ̤òºîÀ®¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£LilyPond ¤Ï GNU ¥×¥í¥¸¥§¥¯¥È¤Î°ìÉô¤Ç"
1709 "This is free software. It is covered by the GNU General Public License,\n"
1710 "and you are welcome to change it and/or distribute copies of it under\n"
1711 "certain conditions. Invoke as `%s --warranty' for more information.\n"
1713 "This is free software. It is covered by the GNU General Public License,\n"
1714 "and you are welcome to change it and/or distribute copies of it under\n"
1715 "certain conditions. Invoke as `%s --warranty' for more information.\n"
1718 "¤³¤ì¤Ï¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤Ç¤¹¡£GNU °ìÈ̸øÍ»ÈÍѵöÂú½ñ¤Ë´ð¤Å¤¡¢Æ±°ì¾ò·ï¤Ç\n"
1719 "¤³¤ì¤ò²þÊѤ·¤¿¤ê¡¢Ê£À½¤òÇÛÉÛ¤·¤¿¤ê¤¹¤ë»ö¤Ï´¿·Þ¤µ¤ì¤Þ¤¹¡£\n"
1720 "`--warranty' ¥ª¥×¥·¥ç¥óÉÕ¤¤Çµ¯Æ°¤¹¤ë¤È¡¢¤è¤ê¾ÜºÙ¤Ê¾ðÊó¤¬ÆÀ¤é¤ì¤Þ¤¹¡£\n"
1724 msgid "GNU LilyPond -- The music typesetter"
1725 msgstr "GNU LilyPond -- The GNU Project music typesetter"
1730 " This program is free software; you can redistribute it and/or\n"
1731 "modify it under the terms of the GNU General Public License version 2\n"
1732 "as published by the Free Software Foundation.\n"
1734 " This program is distributed in the hope that it will be useful,\n"
1735 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1736 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
1737 "General Public License for more details.\n"
1739 " You should have received a copy (refer to the file COPYING) of the\n"
1740 "GNU General Public License along with this program; if not, write to\n"
1741 "the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
1745 " This program is free software; you can redistribute it and/or\n"
1746 "modify it under the terms of the GNU General Public License version 2\n"
1747 "as published by the Free Software Foundation.\n"
1749 " This program is distributed in the hope that it will be useful,\n"
1750 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1751 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
1752 "General Public License for more details.\n"
1754 " You should have received a copy (refer to the file COPYING) of the\n"
1755 "GNU General Public License along with this program; if not, write to\n"
1756 "the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,\n"
1760 " ¤³¤Î¥×¥í¥°¥é¥à¤Ï¡¢¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢¤Ç¤¹¡£¤¢¤Ê¤¿¤Ï Free Software "
1762 "¤¬¸øɽ¤·¤¿ GNU °ìÈ̸øÍ»ÈÍѵöÂú¤Î¥Ð¡¼¥¸¥ç¥ó 2 ¤Î¾ò¹à¤Ë´ð¤Å¤¤¤Æ¡¢¤³¤Î¥×¥í¥°"
1764 "¥à¤òºÆÈÒÉÛ¤Þ¤¿¤ÏÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\n"
1766 "¤³¤Î¥×¥í¥°¥é¥à¤ÏÍÍѤȤϻפ¤¤Þ¤¹¤¬¡¢ÈÒÉÛ¤ËÅö¤¿¤Ã¤Æ¤Ï¡¢»Ô¾ìÀµÚ¤ÓÆÃÄêÌÜŪŬ"
1768 "À¤Ë¤Ä¤¤¤Æ¤Î°ÅÌÛ¤ÎÊݾڤâ´Þ¤á¤Æ¡¢¤¤¤«¤Ê¤ëÊݾڤâ¹Ô¤Ê¤¤¤Þ¤»¤ó¡£¾ÜºÙ¤Ë¤Ä¤¤¤Æ"
1770 "GNU °ìÈ̸øÍ»ÈÍѵöÂú½ñ¤ò¤ªÆɤ߲¼¤µ¤¤¡£\n"
1772 "¤¢¤Ê¤¿¤Ï¡¢¤³¤Î¥×¥í¥°¥é¥à¤È°ì½ï¤Ë GNU °ìÈ̸øÍ»ÈÍѵöÂú½ñ¤ò¼õ¤±¼è¤Ã¤Æ¤¤¤ë¤Ï¤º\n"
1773 "¤Ç¤¹(COPYING ¥Õ¥¡¥¤¥ë¤ò»²¾È)¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢Free Software Foundation,\n"
1774 "Inc., 675 Mass Ave, Cambridge, MA 02139, USA ¤Ë¼ê»æ¤ò½ñ¤¤¤Æ¤¯¤À¤µ¤¤¡£\n"
1776 #: mensural-ligature.cc:153
1778 msgid "Mensural_ligature:thickness undefined on flexa %d; assuming 1.4"
1781 #: mensural-ligature.cc:169
1783 msgid "Mensural_ligature:delta-pitch undefined on flexa %d; assuming 0"
1786 #: mensural-ligature.cc:182
1788 msgid "Mensural_ligature:flexa-width undefined on flexa %d; assuming 2.0"
1791 #: mensural-ligature.cc:215
1792 msgid "Mensural_ligature:unexpected case fall-through"
1795 #: mensural-ligature.cc:225
1796 msgid "Mensural_ligature: (join_left == 0)"
1799 #: mensural-ligature-engraver.cc:248 mensural-ligature-engraver.cc:397
1800 msgid "unexpected case fall-through"
1803 #: mensural-ligature-engraver.cc:259
1804 msgid "ligature with less than 2 heads -> skipping"
1807 #: mensural-ligature-engraver.cc:279
1808 msgid "can not determine pitch of ligature primitive -> skipping"
1811 #: mensural-ligature-engraver.cc:302
1812 msgid "prime interval within ligature -> skipping"
1815 #: mensural-ligature-engraver.cc:312
1816 msgid "mensural ligature: duration none of L, B, S -> skipping"
1821 msgid "no such instrument: `%s'"
1822 msgstr "¤½¤ÎÍͤʳڴï¤Ï¤¢¤ê¤Þ¤»¤ó: `%s'"
1825 msgid "silly duration"
1826 msgstr "Çϼ¯¤²¤¿²»Ä¹"
1830 msgstr "Çϼ¯¤²¤¿¥Ô¥Ã¥Á"
1832 #: music-output-def.cc:111
1834 msgid "can't find `%s' context"
1835 msgstr "`%s' ¥³¥ó¥Æ¥¥¹¥È¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
1837 #: my-lily-lexer.cc:169
1839 msgid "Identifier name is a keyword: `%s'"
1840 msgstr "¼±ÊÌ»Ò̾¤Ï¥¡¼¥ï¡¼¥É¤Ç¤¹: `%s'"
1842 #: my-lily-lexer.cc:191
1844 msgid "error at EOF: %s"
1845 msgstr "EOF ¤Î¤È¤³¤í¤Ç¥¨¥é¡¼: %s"
1847 #: my-lily-parser.cc:44
1849 msgstr "¹½Ê¸²òÀÏÃæ..."
1851 #: my-lily-parser.cc:54
1852 msgid "Braces don't match"
1853 msgstr "¥Ö¥ì¡¼¥¹¤¬°ìÃפ·¤Þ¤»¤ó"
1856 #. music for the softenon children?
1858 #: new-fingering-engraver.cc:143
1859 msgid "music for the martians."
1862 #: new-tie-engraver.cc:166 tie-engraver.cc:217
1864 msgstr "°ì¤Ä¤À¤±¤Î¥¿¥¤"
1866 #: note-collision.cc:340
1867 msgid "Too many clashing notecolumns. Ignoring them."
1868 msgstr "Äà¤ê¹ç¤ï¤Ê¤¤²»É䤬¿¤¹¤®¤Þ¤¹¡£¤½¤ì¤é¤ò̵»ë¤·¤Þ¤¹¡£"
1872 msgid "note head `%s' not found"
1877 msgid "paper output to `%s'..."
1878 msgstr "%s ¤Ø paper ½ÐÎÏ..."
1880 #: paper-score.cc:78
1882 msgid "Element count %d (spanners %d) "
1885 #: paper-score.cc:83
1887 msgid "Preprocessing graphical objects..."
1888 msgstr "Í×ÁǤòÁ°½èÍýÃæ..."
1890 #: paper-score.cc:116
1891 msgid "Outputting Score, defined at: "
1892 msgstr "ÉèÌ̤ò½ÐÎϤ·¤Þ¤¹¡£¤³¤³¤ÇÄêµÁ: "
1895 msgid "GUILE signaled an error for the expression begining here"
1899 #. We could change the current translator's id, but that would make
1900 #. errors hard to catch
1902 #. last->translator_id_string_ = get_change ()->change_to_id_string_;
1904 #: part-combine-music-iterator.cc:139
1906 msgid "I'm one myself: `%s'"
1907 msgstr "¥È¥é¥ó¥¹¥ì¡¼¥¿¤½¤Î¤â¤Î¤Ç¤¹"
1909 #: part-combine-music-iterator.cc:142
1911 msgid "none of these in my family: `%s'"
1912 msgstr "¥Õ¥¡¥ß¥ê¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
1914 #: percent-repeat-engraver.cc:109
1916 msgid "Don't know how to handle a percent repeat of this length."
1917 msgstr "¶õ¤Î¥¡¼¤Î°·¤¤Êý¤¬È½¤ê¤Þ¤»¤ó"
1919 #: percent-repeat-engraver.cc:163
1921 msgid "unterminated percent repeat"
1922 msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó"
1924 #: percent-repeat-iterator.cc:65
1926 msgid "no one to print a percent"
1927 msgstr "È¿Éüµ¹æ¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó"
1929 #: performance.cc:51
1931 msgstr "¥È¥é¥Ã¥¯ ..."
1933 #: performance.cc:83
1937 #: performance.cc:103
1942 #: performance.cc:114
1944 msgid "from musical definition: %s"
1945 msgstr "²»³ÚŪÄêµÁ¤è¤ê: %s"
1947 #: performance.cc:169
1949 msgid "MIDI output to `%s'..."
1950 msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ"
1952 #: phrasing-slur-engraver.cc:123
1954 msgid "unterminated phrasing slur"
1955 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼"
1957 #: phrasing-slur-engraver.cc:141
1959 msgid "can't find start of phrasing slur"
1960 msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
1962 #: piano-pedal-engraver.cc:235 piano-pedal-engraver.cc:250
1963 #: piano-pedal-engraver.cc:305 piano-pedal-performer.cc:82
1965 msgid "can't find start of piano pedal: `%s'"
1966 msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿Ê¸»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
1968 #: piano-pedal-engraver.cc:410
1970 msgid "unterminated pedal bracket"
1971 msgstr "½ªÃ¼¤Î¤Ê¤¤¥Ï¥¤¥Õ¥ó"
1973 #: property-iterator.cc:97
1975 msgid "Not a grob name, `%s'."
1980 msgid "rest `%s' not found, "
1983 #: rest-collision.cc:199
1984 msgid "too many colliding rests"
1985 msgstr "µÙÉä¤Î¾×Æͤ¬Â¿¤¹¤®¤Þ¤¹"
1988 msgid "lilypond -e EXPR means:"
1992 msgid " Evalute the Scheme EXPR before parsing any .ly files."
1997 " Multiple -e options may be given, they will be evaluated sequentially."
2002 " The function ly-set-option allows for access to some internal variables."
2006 msgid "Usage: lilypond -e \"(ly-set-option SYMBOL VAL)\""
2010 msgid "Where SYMBOL VAL pair is any of:"
2013 #: scm-option.cc:128
2014 msgid "Unknown internal option!"
2018 msgid "Interpreting music..."
2019 msgstr "³Ú¶Ê¤Î²ò¼áÃæ..."
2022 msgid "Need music in a score"
2023 msgstr "³ÚÉè¤Ë¤Ï³Ú¶Ê¤¬É¬ÍפǤ¹"
2025 #. should we? hampers debugging.
2027 msgid "Errors found/*, not processing score*/"
2028 msgstr "¥¨¥é¡¼¤òȯ¸«/*, ³ÚÉè¤ò½èÍý¤·¤Þ¤»¤ó*/"
2032 msgid "elapsed time: %.2f seconds"
2033 msgstr "·Ð²á»þ´Ö: %.2f ÉÃ"
2035 #: score-engraver.cc:99
2037 msgid "can't find `%s'"
2038 msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
2040 #: score-engraver.cc:100
2041 msgid "Fonts have not been installed properly. Aborting"
2044 #: score-engraver.cc:205
2046 msgid "unbound spanner `%s'"
2047 msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥¹¥Ñ¥Ê `%s'"
2049 #: script-engraver.cc:90
2051 msgid "Don't know how to interpret articulation `%s'"
2052 msgstr "²»Àá `%s' ¤Î²ò¼áÊýË¡¤¬È½¤ê¤Þ¤»¤ó"
2054 #. this shouldn't happen, but let's continue anyway.
2055 #: separation-item.cc:53 separation-item.cc:101
2057 msgid "Separation_item: I've been drinking too much"
2058 msgstr "Single_malt_grouping_item: °û¤ß¤¹¤®¤Á¤ã¤Ã¤¿"
2060 #: simple-spacer.cc:248
2062 msgid "No spring between column %d and next one"
2065 #: slur-engraver.cc:141
2066 msgid "unterminated slur"
2067 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥¹¥é¡¼"
2069 #. How to shut up this warning, when Voice_devnull_engraver has
2070 #. eaten start event?
2071 #: slur-engraver.cc:159
2073 msgid "can't find start of slur"
2074 msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
2076 #: source-file.cc:67
2078 msgid "Huh? Got %d, expected %d characters"
2079 msgstr "¤Ï¡© %2$d ʸ»ú¤¢¤ë¤Ï¤º¤Ê¤Î¤Ë %1$d ʸ»ú¤·¤«¤Ê¤¤"
2081 #: spacing-spanner.cc:379
2083 msgid "Global shortest duration is %s\n"
2086 #: spring-smob.cc:32
2088 msgid "#<spring smob d= %f>"
2091 #: staff-symbol.cc:61
2092 msgid "staff symbol: indentation yields beyond end of line"
2096 msgid "Weird stem size; check for narrow beams"
2097 msgstr "ÊѤÊÉäÈø¤Î¥µ¥¤¥º -- ºÙ¤¤³Ã¤Î¥Á¥§¥Ã¥¯¤ò¤·¤Æ²¼¤µ¤¤"
2101 msgid "flag `%s' not found"
2106 msgid "flag stroke `%s' not found"
2109 #: stem-engraver.cc:96
2110 msgid "tremolo duration is too long"
2113 #: stem-engraver.cc:124
2115 msgid "Adding note head to incompatible stem (type = %d)"
2116 msgstr "Ì·½â¤·¤¿ÉäÈø¤ØÉäƬ¤òÄɲä·¤Þ¤¹ (¥¿¥¤¥× = %d)"
2118 #: stem-engraver.cc:125
2119 msgid "Don't you want polyphonic voices instead?"
2124 msgid "can't create directory: `%s'"
2125 msgstr "¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó: `%s'"
2128 msgid "Error syncing file (disk full?)"
2129 msgstr "¥Õ¥¡¥¤¥ë¤ÎƱĴ¥¨¥é¡¼ (¥Ç¥£¥¹¥¯¤¬°ìÇÕ?)"
2133 msgid "Element count %d."
2138 msgid "Grob count %d "
2143 msgid "Calculating line breaks..."
2144 msgstr "¥«¥é¥à°ÌÃÖ¤ò·×»»Ãæ..."
2146 #: text-spanner-engraver.cc:81
2148 msgid "can't find start of text spanner"
2149 msgstr "ËöÈø¤Ø¤Î(¥Ç)¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
2151 #: text-spanner-engraver.cc:95
2153 msgid "already have a text spanner"
2154 msgstr "´û¤Ë³Ã¤¬¤¢¤ê¤Þ¤¹"
2156 #: text-spanner-engraver.cc:164
2158 msgid "unterminated text spanner"
2159 msgstr "½ªÃ¼¤Î¤Ê¤¤¥¨¥¯¥¹¥Æ¥ó¥À"
2163 msgid "can't find ascii character: %d"
2164 msgstr "ascii ʸ»ú¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%d'"
2166 #. Not using ngettext's plural feature here, as this message is
2167 #. more of a programming error.
2168 #: tfm-reader.cc:108
2170 msgid "TFM header of `%s' has only %u word (s)"
2171 msgstr "`%s' ¤Î TFM ¥Ø¥Ã¥À¤Ë %u ¸ì¤·¤«¤¢¤ê¤Þ¤»¤ó"
2173 #: tfm-reader.cc:142
2175 msgid "%s: TFM file has %u parameters, which is more than the %u I can handle"
2176 msgstr "%s: TFM ¥Õ¥¡¥¤¥ë¤Ï %u ¸Ä¤Î¥Ñ¥é¥á¥¿¤¬¤¢¤ê¤Þ¤¹¤¬¡¢%u °Ê¾å¤Ï°·¤¨¤Þ¤»¤ó"
2178 #: tie-performer.cc:159
2179 msgid "No ties were created!"
2180 msgstr "ºî¤é¤ì¤¿¥¿¥¤¤¬¤¢¤ê¤Þ¤»¤ó!"
2182 #: time-scaled-music-iterator.cc:25
2183 msgid "no one to print a tuplet start bracket"
2184 msgstr "¥¿¥×¥ì¥Ã¥È³«»Ï¥Ö¥é¥±¥Ã¥È¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó"
2186 #. If there is no such symbol, we default to the numbered style.
2187 #. (Here really with a warning!)
2188 #: time-signature.cc:87
2190 msgid "time signature symbol `%s' not found; reverting to numbered style"
2194 #. Todo: should make typecheck?
2196 #. OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
2198 #: time-signature-engraver.cc:57
2200 msgid "Found strange time signature %d/%d."
2203 #: translator-ctors.cc:53
2205 msgid "unknown translator: `%s'"
2206 msgstr "Ƚ¤é¤Ê¤¤¥È¥é¥ó¥¹¥ì¡¼¥¿: `%s'"
2208 #: translator-def.cc:105
2209 msgid "Program has no such type"
2210 msgstr "¥×¥í¥°¥é¥à¤Ë¤Ï¤½¤ÎÍͤʥ¿¥¤¥×¤¬¤¢¤ê¤Þ¤»¤ó"
2212 #: translator-def.cc:111
2214 msgid "Already contains: `%s'"
2215 msgstr "´û¤Ë´Þ¤ó¤Ç¤¤¤Þ¤¹: `%s'"
2217 #: translator-def.cc:112
2219 msgid "Not adding translator: `%s'"
2220 msgstr "Ƚ¤é¤Ê¤¤¥È¥é¥ó¥¹¥ì¡¼¥¿: `%s'"
2222 #: translator-def.cc:229
2224 msgid "can't find: `%s'"
2225 msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó: `%s'"
2227 #: translator-group.cc:158
2229 msgid "can't find or create `%s' called `%s'"
2230 msgstr "`%2$s' ¤Ë¸Æ¤Ð¤ì¤¿ `%1$s' ¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó"
2232 #: translator-group.cc:230
2234 msgid "can't find or create: `%s'"
2235 msgstr "¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó: `%s'"
2237 #: vaticana-ligature.cc:49
2238 msgid "ascending vaticana style flexa"
2241 #: vaticana-ligature.cc:219
2242 msgid "Vaticana_ligature:thickness undefined; assuming 1.4"
2245 #: vaticana-ligature.cc:233
2246 msgid "Vaticana_ligature:x-offset undefined; assuming 0.0"
2249 #: vaticana-ligature.cc:258
2250 msgid "Vaticana_ligature: (delta_pitch == 0)"
2253 #: vaticana-ligature.cc:271
2254 msgid "Vaticana_ligature:delta-pitch -> ignoring join"
2257 #: vaticana-ligature-engraver.cc:477
2259 msgid "Vaticana_ligature_engraver: setting `spacing-increment = %f': ptr=%ul"
2262 #: volta-engraver.cc:112
2263 msgid "No volta spanner to end"
2266 #: volta-engraver.cc:123
2267 msgid "Already have a volta spanner. Stopping that one prematurely."
2270 #: volta-engraver.cc:127
2271 msgid "Also have a stopped spanner. Giving up."
2275 msgid "Identifier should have alphabetic characters only"
2279 msgid "More alternatives than repeats. Junking excess alternatives."
2280 msgstr "·«¤êÊÖ¤·¤è¤ê¤âÁªÂò»è¤¬Â¿¤¤¡£Ä¶²áʬ¤ò¼Î¤Æ¤Þ¤¹¡£"
2282 #: parser.yy:861 parser.yy:868
2283 msgid "
\applycontext takes function argument"
2287 msgid "Second argument must be a symbol"
2291 msgid "First argument must be a procedure taking one argument"
2295 msgid "
\apply takes function argument"
2299 msgid "Expecting string as script definition"
2303 msgid "Expecting musical-pitch value"
2308 msgid "Must have duration object"
2309 msgstr "²»Ä¹¤òºÇ¾®¤ËÀßÄꤷ¤Þ¤¹"
2311 #: parser.yy:1618 parser.yy:1626
2312 msgid "Have to be in Lyric mode for lyrics"
2313 msgstr "²Î»ì¤Ï Lyric ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤"
2315 #: parser.yy:1798 parser.yy:1853
2317 msgid "not a duration: %d"
2318 msgstr "²»Ä¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %d"
2321 msgid "Have to be in Note mode for notes"
2322 msgstr "²»Éä¤Ï Note ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤"
2325 msgid "Have to be in Chord mode for chords"
2326 msgstr "¥³¡¼¥É¤Ï Chord ¥â¡¼¥ÉÆâ¤Ë½ñ¤¤¤Æ¤¯¤À¤µ¤¤"
2329 msgid "need integer number arg"
2333 msgid "Suspect duration found following this beam"
2337 msgid "EOF found inside a comment"
2338 msgstr "¥³¥á¥ó¥ÈÆâ¤Ë EOF ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
2341 msgid "\\maininput disallowed outside init files"
2342 msgstr "½é´ü²½¥Õ¥¡¥¤¥ë¤Î³°¤Ç¤Ï \\maininput ¤òµ½Ò¤Ç¤¤Þ¤»¤ó"
2346 msgid "wrong or undefined identifier: `%s'"
2347 msgstr "̤ÄêµÁ¤Î¼±ÊÌ»Ò: `%s'"
2351 msgid "Missing end quote"
2352 msgstr "½ªÎ»¥¯¥ª¡¼¥È¤¬¤¢¤ê¤Þ¤»¤ó"
2355 #: lexer.ll:255 lexer.ll:259
2356 msgid "white expected"
2357 msgstr "¶õÇò¤¬É¬ÍפǤ¹"
2360 msgid "Can't evaluate Scheme in safe mode"
2361 msgstr "°ÂÁ´¥â¡¼¥É¤Ç¤Ï Scheme ¤Îɾ²Á¤ò¤Ç¤¤Þ¤»¤ó"
2363 #: lexer.ll:397 lexer.ll:487
2364 msgid "Brace found at end of lyric. Did you forget a space?"
2369 msgid "invalid character: `%c'"
2370 msgstr "̵¸ú¤Êʸ»ú: `%c'"
2374 msgid "unknown escaped string: `\\%s'"
2375 msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×ʸ»úÎó: `\\%s'"
2379 msgid "Incorrect lilypond version: %s (%s, %s)"
2380 msgstr "´Ö°ã¤Ã¤¿ mudela ¥Ð¡¼¥¸¥ç¥ó: %s (%s, %s)"
2383 msgid "Consider updating the input with the convert-ly script"
2387 #~ msgid "%r: release directory"
2388 #~ msgstr "¸«¤Ä¤«¤é¤Ê¤¤¤«ºî¤ì¤Þ¤»¤ó: `%s'"
2391 #~ msgid "Listing `%s'..."
2395 #~ msgid "Fetching `%s'..."
2396 #~ msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
2399 #~ msgid "Building `%s'..."
2400 #~ msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
2402 #~ msgid "invalid subtraction: not part of chord: %s"
2403 #~ msgstr "̵¸ú¤Ê°ú¤»»: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s"
2405 #~ msgid "invalid inversion pitch: not part of chord: %s"
2406 #~ msgstr "̵¸ú¤Êž²ó¥Ô¥Ã¥Á: ¥³¡¼¥É¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s"
2412 #~ msgid "Putting slur over rest."
2413 #~ msgstr "µÙÉä¤ò¤Þ¤¿¤¤¤À¥¹¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£Ìµ»ë¤·¤Þ¤¹¡£"
2415 #~ msgid "Slur over rest?"
2416 #~ msgstr "¥¹¥é¡¼¤¬µÙÉä¤ò¤Þ¤¿¤¤¤Ç¤¤¤ë?"
2418 #~ msgid "Can't specify direction for this request"
2419 #~ msgstr "¤³¤ÎÍ×µá¤ËÂФ¹¤ëÊý¸þ¤ò»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó"
2422 #~ msgid "can't map file"
2423 #~ msgstr "¥Õ¥¡¥¤¥ë¤ò¥Þ¥Ã¥×¤Ç¤¤Þ¤»¤ó"
2425 #~ msgid "This binary was compiled with the following options:"
2426 #~ msgstr "¤³¤Î¥Ð¥¤¥Ê¥ê¤Ï°Ê²¼¤Î¥ª¥×¥·¥ç¥óÉÕ¤¤Ç¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Þ¤·¤¿"
2428 #~ msgid "EOF in a string"
2429 #~ msgstr "ʸ»úÎóÃæ¤Ë EOF ¤¬¤¢¤ê¤Þ¤¹"
2434 #~ msgid "programming error: "
2435 #~ msgstr "¥×¥í¥°¥é¥à¾å¤Î¥¨¥é¡¼: "
2437 #~ msgid "weird beam vertical offset"
2438 #~ msgstr "¿âľÊý¸þ¤Î°ÌÃ֤Ȥ·¤Æ¤ª¤«¤·¤Ê³Ã"
2441 #~ msgid "unknown spacing pair `%s', `%s'"
2442 #~ msgstr "Ƚ¤é¤Ê¤¤¥È¥é¥ó¥¹¥ì¡¼¥¿: `%s'"
2445 #~ msgid "Wrong type for property: %s, type: %s, value found: %s, type: %s"
2446 #~ msgstr "°ÀÃͤؤΥ¿¥¤¥×¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
2448 #~ msgid "too many notes for rest collision"
2449 #~ msgstr "µÙÉä¤Î¾×ÆͤËÂФ·¤Æ²»É䤬¿¤¹¤®¤Þ¤¹"
2452 #~ msgid "Scheme options:"
2453 #~ msgstr "¥ª¥×¥·¥ç¥ó:"
2455 #~ msgid "Oldest supported input version: %s"
2456 #~ msgstr "°ìÈָŤ¤ÆþÎϲÄǽ¥Ð¡¼¥¸¥ç¥ó: %s"
2459 #~ msgid "writing header field `%s' to `%s'..."
2460 #~ msgstr "°Í¸´Ø·¸¥Õ¥¡¥¤¥ë¤Î½ñ¤¹þ¤ß: `%s'..."
2462 #~ msgid "#32 in quarter: %d"
2463 #~ msgstr "»Íʬ¤ÎÃæ¤Ë #32: %d"
2466 #~ msgid "LY output to `%s'..."
2467 #~ msgstr "%s ¤Ø¤Î MIDI ½ÐÎÏ"
2469 #~ msgid "track %d:"
2470 #~ msgstr "¥È¥é¥Ã¥¯ %d:"
2472 #~ msgid "Processing..."
2473 #~ msgstr "½èÍýÃæ..."
2475 #~ msgid "Creating voices..."
2476 #~ msgstr "²»À¼¤òºîÀ®Ãæ..."
2479 #~ msgstr "¥È¥é¥Ã¥¯ "
2481 #~ msgid "NOT Filtering tempo..."
2482 #~ msgstr "¥Æ¥ó¥Ý¤Î¥Õ¥£¥ë¥¿¤ò¤·¤Þ¤»¤ó..."
2484 #~ msgid "NOT Quantifying columns..."
2485 #~ msgstr "¥«¥é¥à¤ÎŤµ¤òÎ̤ê¤Þ¤»¤ó..."
2487 #~ msgid "Quantifying columns..."
2488 #~ msgstr "¥«¥é¥à¤ÎŤµ¤òÎ̤ê¤Þ¤¹..."
2490 #~ msgid "Settling columns..."
2491 #~ msgstr "¥«¥é¥à¤ò·èÄꤷ¤Þ¤¹..."
2493 #~ msgid "% MIDI copyright:"
2494 #~ msgstr "% MIDI copyright:"
2496 #~ msgid "% MIDI instrument:"
2497 #~ msgstr "% MIDI instrument:"
2499 #~ msgid "lily indent level: %d"
2500 #~ msgstr "lily indent level: %d"
2502 #~ msgid "% Creator: "
2503 #~ msgstr "%s Creator: "
2505 #~ msgid "% Automatically generated"
2506 #~ msgstr "% Automatically generated"
2508 #~ msgid "% from input file: "
2509 #~ msgstr "% from input file: "
2511 #~ msgid "write exact durations, e.g.: a4*385/384"
2512 #~ msgstr "Àµ³Î¤Ê²»Ä¹¤ò½ñ¤¤¤Æ¤¯¤À¤µ¤¤¡£Îã: a4*385/384"
2514 #~ msgid "enable debugging output"
2515 #~ msgstr "¥Ç¥Ð¥Ã¥°½ÐÎϤò͸ú"
2518 #~ msgid "don't output tuplets, double dots or rests, smallest is 32"
2519 #~ msgstr "ÉäÅÀ¤äÊ£ÉäÅÀ¤ò¤Ê¤¯¤¹¤è¤¦»î¤ß¤Þ¤¹¡¢ºÇ¾®¤Ï 32"
2521 #~ msgid "set FILE as default output"
2522 #~ msgstr "¥Ç¥Õ¥©¥ë¥È½ÐÎϤȤ·¤Æ FILE ¤òÀßÄꤹ¤ë"
2525 #~ msgstr "ÀŤ«¤Ë¤·¤Þ¤¹"
2527 #~ msgid "set smallest duration"
2528 #~ msgstr "²»Ä¹¤òºÇ¾®¤ËÀßÄꤷ¤Þ¤¹"
2530 #~ msgid "don't timestamp the output"
2531 #~ msgstr "½ÐÎϤ˥¿¥¤¥à¥¹¥¿¥ó¥×¤ò¤Ä¤±¤Ê¤¤"
2533 #~ msgid "assume no double dotted notes"
2534 #~ msgstr "Ê£ÉäÅÀ²»Éä¤ò̵¤¯¤¹¤è¤¦»î¤ß¤Þ¤¹"
2536 #~ msgid "Usage: %s [OPTIONS]... [FILE]"
2537 #~ msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
2540 #~ msgid "Translate MIDI-file to lilypond"
2541 #~ msgstr "MIDI ¥Õ¥¡¥¤¥ë¤ò mudela ¤ËÊÑ´¹¤·¤Þ¤¹"
2543 #~ msgid "zero length string encountered"
2544 #~ msgstr "Ťµ¥¼¥í¤Îʸ»úÎ󤬸½¤ï¤ì¤Þ¤·¤¿"
2546 #~ msgid "MIDI header expected"
2547 #~ msgstr "MIDI ¥Ø¥Ã¥À¤¬¤¢¤ê¤Þ¤»¤ó"
2549 #~ msgid "invalid header length"
2550 #~ msgstr "̵¸ú¤Ê¥Ø¥Ã¥ÀŤǤ¹"
2552 #~ msgid "invalid MIDI format"
2553 #~ msgstr "̵¸ú¤Ê MIDI ¥Õ¥©¡¼¥Þ¥Ã¥È"
2555 #~ msgid "invalid number of tracks"
2556 #~ msgstr "̵¸ú¤Ê¥È¥é¥Ã¥¯¿ô"
2559 #~ msgid "can't handle non-metrical time"
2560 #~ msgstr "±¤Î§¤Ë¤Ê¤é¤Ê¤¤Çï»Ò¤Ï°·¤¨¤Þ¤»¤ó"
2562 #~ msgid "Junking note-end event: channel = %d, pitch = %d"
2563 #~ msgstr "²»É佪ü¥¤¥Ù¥ó¥È¤ò¼Î¤Æ¤Þ¤¹: channel = %d, pitch = %d"
2565 #~ msgid "invalid running status"
2566 #~ msgstr "̵¸ú¤ÊÆ°ºî¾õÂÖ"
2568 #~ msgid "unimplemented MIDI meta-event"
2569 #~ msgstr "̤¼ÂÁõ¤Î MIDI ¥á¥¿¥¤¥Ù¥ó¥È"
2571 #~ msgid "invalid MIDI event"
2572 #~ msgstr "̵¸ú¤Ê MIDI ¥¤¥Ù¥ó¥È"
2574 #~ msgid "MIDI track expected"
2575 #~ msgstr "MIDI ¥È¥é¥Ã¥¯¤¬É¬ÍפǤ¹"
2577 #~ msgid "invalid track length"
2578 #~ msgstr "̵¸ú¤Ê¥È¥é¥Ã¥¯Ä¹¤Ç¤¹"
2580 #~ msgid "no Grace context available"
2581 #~ msgstr "Áõ¾þ¥³¥ó¥Æ¥¥¹¥È¤¬¤¢¤ê¤Þ¤»¤ó"
2583 #~ msgid "Unattached grace notes. Attaching to last musical column."
2584 #~ msgstr "Áõ¾þ²»É䤬¤Ä¤±¤é¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£Ä¾Á°¤Î¥«¥é¥à¤Ë¤Ä¤±¤Þ¤¹"
2587 #~ msgid "Fetching `%'s..."
2588 #~ msgstr "Í×µá¤ò¼Î¤Æ¤Þ¤¹: `%s'"
2590 #~ msgid "Wrong type for property value"
2591 #~ msgstr "°ÀÃͤؤΥ¿¥¤¥×¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
2595 #~ msgstr "BASENAME"
2597 #~ msgid "not enough fields in Dstream init"
2598 #~ msgstr "Dstream ½é´ü²½»þ¤Î¥Õ¥£¡¼¥ë¥É¤¬ÉÔ½½Ê¬"
2600 #~ msgid "floating point exception"
2601 #~ msgstr "ÉâÆ°¾®¿ôÅÀÎã³°"
2604 #~ msgid "can't set mem-checking!"
2605 #~ msgstr "¥á¥â¥ê¥Á¥§¥Ã¥¯¤òÀßÄê¤Ç¤¤Þ¤»¤ó"
2608 #~ msgid "Dependency file left in `%s'"
2609 #~ msgstr "°Í¸´Ø·¸¥Õ¥¡¥¤¥ë¤Î½ñ¤¹þ¤ß: `%s'..."
2612 #~ msgid "Report bugs to bug-gnu-music@gnu.org"
2613 #~ msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Ø"
2616 #~ msgid "Usage: lilypond [OPTIONS]... FILE\n"
2617 #~ msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
2619 #~ msgid "unconventional key: flats: %d, sharps: %d"
2620 #~ msgstr "´·½¬¤Ë¹ç¤ï¤Ê¤¤¥¡¼¤Ç¤¹: ¥Õ¥é¥Ã¥È: %d ¸Ä, ¥·¥ã¡¼¥× %d ¸Ä"
2623 #~ msgid "not a forced distance; cross-staff spanners may be broken"
2625 #~ "minVerticalAlign != maxVerticalAlign: ÆâÉôŪ¤Ê beams/slurs ¤¬²õ¤ì¤Þ¤·¤¿"
2627 #~ msgid "wrong identifier type, expected: `%s'"
2628 #~ msgstr "´Ö°ã¤Ã¤¿¼±Ê̻ҷ¿¡¢¤³¤³¤ËÍè¤ë¤Ù¤¤â¤Î¤Ï: `%s'"
2630 #~ msgid "show all changes in relative syntax"
2631 #~ msgstr "´ØÏ¢¤¹¤ëʸˡ¤«¤éÁ´¤Æ¤ÎÊѹ¹¤òɽ¼¨"
2633 #~ msgid "switch on experimental features"
2634 #~ msgstr "¼Â¸³Åª¤Êµ¡Ç½¤ò͸ú¤Ë¤¹¤ë"
2636 #~ msgid "Automatically generated"
2637 #~ msgstr "¼«Æ°À¸À®¤µ¤ì¤¿"
2640 #~ msgid "Wrong type for property"
2641 #~ msgstr "°ÀÃͤؤΥ¿¥¤¥×¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
2643 #~ msgid "too small"
2644 #~ msgstr "¾®¤µ¤¹¤®¤Þ¤¹"
2647 #~ msgstr "½ªÎ»¤·¤Þ¤¹"
2649 #~ msgid "Non-matching braces in text `%s', adding braces"
2651 #~ "¥Æ¥¥¹¥È `%s' Ãæ¤Ë°ìÃפ¹¤ë¥Ö¥ì¡¼¥¹¤¬¤¢¤ê¤Þ¤»¤ó¡£¥Ö¥ì¡¼¥¹¤òÄɲä·¤Þ¤¹"
2653 #~ msgid "Huh? Not a Request: `%s'"
2654 #~ msgstr "¤Ï? Í×µá¤Ç¤Ï¤Ê¤¤: `%s'"
2656 #~ msgid "Must stop before this music ends"
2657 #~ msgstr "¤³¤Î³Ú¶Ê¤Î½ª¤ï¤ê¤Þ¤Ç¤Ë»ß¤á¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2659 #~ msgid "no one to print a volta bracket"
2660 #~ msgstr "volta ¥Ö¥é¥±¥Ã¥È¤òɽ¼¨¤¹¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó"
2662 #~ msgid "Interpretation context with empty type"
2663 #~ msgstr "¶õ¥¿¥¤¥×¤Î²ò¼á¥³¥ó¥Æ¥¥¹¥È"
2665 #~ msgid "No bar engraver found. Ignoring repeats."
2666 #~ msgstr "¾®À᤬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£È¿Éü¤ò̵»ë¤·¤Þ¤¹¡£"
2669 #~ msgid "can't find both ends of %s"
2670 #~ msgstr "%s ¤Îξü¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
2675 #~ msgid "lost in time:"
2676 #~ msgstr "Çï»Ò¤Ë̤¤¤Þ¤·¤¿:"
2678 #~ msgid "Need a translator group for a context"
2679 #~ msgstr "¥³¥ó¥Æ¥¥¹¥È¤Ë¤Ï¥È¥é¥ó¥¹¥ì¡¼¥¿¥°¥ë¡¼¥×¤¬É¬ÍפǤ¹"
2681 #~ msgid "Debug output disabled. Compiled with NPRINT."
2683 #~ "¥Ç¥Ð¥Ã¥°½ÐÎϤ¬Ìµ¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£NPRINT ¤Ä¤¤Ç¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Þ¤·¤¿¡£"
2685 #~ msgid "programming warning: "
2686 #~ msgstr "¥×¥í¥°¥é¥à¾å¤Î·Ù¹ð: "
2688 #~ msgid "(search path: `%s)'"
2689 #~ msgstr "(¸¡º÷¥Ñ¥¹: `%s')"
2691 #~ msgid "no beam to end"
2692 #~ msgstr "ËöÈø¤Ø¤Î³Ã¤¬¤¢¤ê¤Þ¤»¤ó"
2694 #~ msgid "unfinished beam"
2695 #~ msgstr "½ªÎ»¤µ¤ì¤Æ¤¤¤Ê¤¤³Ã"
2700 #~ msgid "1 line (of %.0f columns)"
2701 #~ msgstr "1 ¹Ô (%.0f ¥«¥é¥à)"
2703 #~ msgid "%d lines (with an average of %.1f columns)"
2704 #~ msgstr "%d ¹Ô (Ê¿¶Ñ %.1f ¥«¥é¥à)"
2706 #~ msgid "Score does not have any columns"
2707 #~ msgstr "ÉèÌ̤˥«¥é¥à¤¬¤¢¤ê¤Þ¤»¤ó"
2709 #~ msgid "approximated %s"
2710 #~ msgstr "¤ª¤ª¤è¤½ %s"
2712 #~ msgid "calculated %s exactly"
2713 #~ msgstr "Àµ³Î¤Ë·×»»¤µ¤ì¤¿ %s"
2715 #~ msgid "elapsed time %.2f seconds"
2716 #~ msgstr "%.2f É÷вá"
2718 #~ msgid "no tremolo beam to end"
2719 #~ msgstr "ËöÈø¤Ø¤Î¥È¥ì¥â¥íµ¹æ¤¬¤¢¤ê¤Þ¤»¤ó"
2721 #~ msgid "Already have a tremolo beam"
2722 #~ msgstr "¤¹¤Ç¤Ë¥È¥ì¥â¥íµ¹æ¤¬¤¢¤ê¤Þ¤¹"
2724 #~ msgid "unfinished tremolo beam"
2725 #~ msgstr "½ª¤ï¤Ã¤Æ¤¤¤Ê¤¤¥È¥ì¥â¥íµ¹æ"
2727 #~ msgid "Got a dynamic already. Continuing dazed and confused."
2728 #~ msgstr "´û¤ËưŪ¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£º®Í𤷤¿¤Þ¤Þ³¤±¤Þ¤¹¡£"
2730 #~ msgid "Too many crescendi here"
2731 #~ msgstr "¤³¤³¤Î¥¯¥ì¥Ã¥·¥§¥ó¥É¤¬Â¿¤¹¤®¤Þ¤¹"
2733 #~ msgid "Ineq_constrained_qp::solve (): Constraint off by %f"
2734 #~ msgstr "Ineq_constrained_qp::solve (): À©¸Â¤ò %f ¤Ç²ò½ü"
2736 #~ msgid "Didn't converge!"
2737 #~ msgstr "¼ý«¤·¤Þ¤»¤ó¤Ç¤·¤¿!"
2739 #~ msgid "too much degeneracy"
2740 #~ msgstr "¾®¤µ¤¹¤®¤Þ¤¹"
2742 #~ msgid "No key name, assuming `C'"
2743 #~ msgstr "¥¡¼Ì¾¤¬¤¢¤ê¤Þ¤»¤ó¡¢`C' ¤ò»î¤ß¤Þ¤¹"
2745 #~ msgid "underdone accidentals (%s)"
2746 #~ msgstr "¥Õ¥é¥Ã¥È¤¬Â¿¤¹¤®¤Þ¤¹ (%s)"
2748 #~ msgid "overdone accidentals (%s)"
2749 #~ msgstr "¥·¥ã¡¼¥×¤¬Â¿¤¹¤®¤Þ¤¹ (%s)"
2751 #~ msgid "Huh? Empty Line_of_score?"
2752 #~ msgstr "¤Ï? ÉèÌ̤ιԤ¬¶õ?"
2754 #~ msgid "out of tune:"
2755 #~ msgstr "Èϰϳ°¤ÎÄ´:"
2757 #~ msgid "ignore mudela version"
2758 #~ msgstr "mudela ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò̵»ë¤¹¤ë"
2760 #~ msgid "redeclaration of `\\%s'"
2761 #~ msgstr "`\\%s' ¤ÎºÆÀë¸À"
2763 #~ msgid "Must set spring between differing columns"
2764 #~ msgstr "°Û¤Ê¤ë¥«¥é¥à¤Î´Ö¤Ë spring ¤ò¥»¥Ã¥È¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2766 #~ msgid "unknown paper variable: `%s'"
2767 #~ msgstr "paper ÊÑ¿ô¤ÎÃͤ¬È½¤ê¤Þ¤»¤ó: `%s'"
2769 #~ msgid "not a real variable"
2770 #~ msgstr "Ãͤ¬¼Â¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2772 #~ msgid "improbable offset for object type: `%s'"
2773 #~ msgstr "¥ª¥Ö¥¸¥§¥¯¥È·¿¤Ë¤È¤Ã¤Æ¤¢¤ê¤½¤¦¤Ë¤Ê¤¤¥ª¥Õ¥»¥Ã¥È: `%s'"
2775 #~ msgid "Can't solve this casting problem exactly; reverting to Word_wrap"
2776 #~ msgstr "Àµ³Î¤Ë¥¥ã¥¹¥È¤ò²ò·è¤Ç¤¤Þ¤»¤ó -- Word_wrap ¤ËÉüµ¢¤·¤Þ¤¹"
2778 #~ msgid "%s elements"
2779 #~ msgstr "%s ¸Ä¤ÎÍ×ÁÇ"
2781 #~ msgid "no toplevel translator"
2782 #~ msgstr "ºÇ¾å°Ì¤Î¥È¥é¥ó¥¹¥ì¡¼¥¿¤¬¤¢¤ê¤Þ¤»¤ó"
2784 #~ msgid "Left spanpoint is right spanpoint"
2785 #~ msgstr "ÈϰϤκ¸Â¦¤¬¡¢±¦Â¦¤Ë¤¢¤ê¤Þ¤¹"
2787 #~ msgid "Spanner `%s' has equal left and right spanpoints"
2788 #~ msgstr "ÈÏ°Ï»ØÄê»Ò `%s' ¤Îº¸±¦¤ÎÅÀ¤¬Æ±¤¸¤Ç¤¹"
2790 #~ msgid "spanner with negative length"
2791 #~ msgstr "ÈÏ°Ï»ØÄê»Ò¤¬Éé¤ÎŤµ¤Ç¤¹"
2793 #~ msgid "I'm too fat; call Oprah"
2794 #~ msgstr "ÂÀ¤¹¤®¤Þ¤¹ -- Oprah ¤ò¸Æ¤ó¤Ç"
2796 #~ msgid "Solution doesn't satisfy constraints"
2797 #~ msgstr "¤½¤Î²ò·è¤ÏÀ©¸Â¤òËþ¤¿¤·¤Þ¤»¤ó"
2799 #~ msgid "Improbable distance: %f point, setting to 10 mm"
2800 #~ msgstr "¤¢¤ê¤½¤¦¤Ë¤Ê¤¤µ÷Î¥: %f ¥Ý¥¤¥ó¥È, 10 mm ¤ËÀßÄꤷ¤Þ¤¹"
2802 #~ msgid "Negative distance, setting to 10 mm"
2803 #~ msgstr "Éé¤ÎÃͤȤʤëµ÷Î¥, 10 mm ¤ËÀßÄꤷ¤Þ¤¹"
2805 #~ msgid "stem direction set already!"
2806 #~ msgstr "ÉäÈø¤ÎÊý¸þ¤Ï´û¤Ë¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Þ¤¹!"
2808 #~ msgid "unequal number of note heads for tie"
2809 #~ msgstr "¥¿¥¤¤ËÂбþ¤¹¤ëÉäƬ¤Î¿ô¤¬¶ÑÅù¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2814 #~ msgid "Partial measure must be non-negative"
2815 #~ msgstr "¾®ÀáÉô¤ÏÈóÉé¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
2817 #~ msgid "partial measure too large"
2818 #~ msgstr "¾®ÀáÉô¤¬Â礤¹¤®¤Þ¤¹"
2820 #~ msgid "time signature change not allowed here"
2821 #~ msgstr "¤³¤³¤Ç¤ÏÇï»Òµ¹æ¤òÊѹ¹¤Ç¤¤Þ¤»¤ó"
2823 #~ msgid "Will ignore \\relative for transposed music"
2824 #~ msgstr "žĴ¤µ¤ì¤¿³Ú¶Ê¤Ï \\relative ¤ò̵»ë¤·¤Þ¤¹"
2826 #~ msgid "Ugh, this measure is too long, breakpoint: %d"
2827 #~ msgstr "¤¦¤°¤Ã¡¢¤³¤Î¾®Àá¤ÏŤ¹¤®¤Þ¤¹¡£¤¤ë¾ì½ê: %d"
2829 #~ msgid "Generating stupido solution"
2830 #~ msgstr "Çϼ¯¤²¤¿²ò·è¤òÀ¸À®Ãæ"
2832 #~ msgid "I don't fit; put me on Montignac"
2833 #~ msgstr "¾å¼ê¤¯¤Ï¤Þ¤ê¤Þ¤»¤ó -- Montignac ¤Î¤È¤³¤í¤ËÃÖ¤¤¤Æ¤¯¤À¤µ¤¤"
2835 #~ msgid "More than one music block"
2836 #~ msgstr "Ê£¿ô¤Î³Ú¶Ê¥Ö¥í¥Ã¥¯"
2838 #~ msgid "Need even number of args for shape array"
2839 #~ msgstr "shape ÇÛÎó¤Ø¤Î°ú¿ô¤Ï¶ö¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2841 #~ msgid "Can't abbreviate"
2842 #~ msgstr "¾Êά¤Ç¤¤Þ¤»¤ó"
2844 #~ msgid "Can't abbreviate tuplet"
2845 #~ msgstr "¥¿¥×¥ì¥Ã¥È¤ò¾Êά¤Ç¤¤Þ¤»¤ó"
2847 #~ msgid "assume no tuplets"
2848 #~ msgstr "ÉäÅÀ¤ò̵¤¯¤¹¤è¤¦»î¤ß¤Þ¤¹"