]> git.pld-linux.org Git - packages/openjade.git/blob - openjade-nls-from-1.4.patch
- added trigger
[packages/openjade.git] / openjade-nls-from-1.4.patch
1 diff -Nur openjade-1.3.3-pre1.orig/config/configure.in openjade-1.3.3-pre1/config/configure.in
2 --- openjade-1.3.3-pre1.orig/config/configure.in        Fri Apr 18 21:54:53 2003
3 +++ openjade-1.3.3-pre1/config/configure.in     Mon Jun 30 12:16:16 2003
4 @@ -172,6 +172,14 @@
5  AC_CHECK_FUNC(gettext,[AC_DEFINE(SP_HAVE_GETTEXT)],
6    [AC_CHECK_LIB(intl,gettext,[AC_DEFINE(SP_HAVE_GETTEXT) LIBS="$LIBS -lintl"])])
7  
8 +ALL_LINGUAS="de sv ja"
9 +AM_GNU_GETTEXT
10 +AC_CHECK_HEADERS(locale.h)
11 +AC_DEFINE_UNQUOTED(OPENJADE_LOCALE_DIR, "${prefix}/share/locale", [location of message catalogs])
12 +OPENJADE_MESSAGE_DOMAIN=jade
13 +AC_DEFINE_UNQUOTED(OPENJADE_MESSAGE_DOMAIN, "$OPENJADE_MESSAGE_DOMAIN", [message domain])
14 +AC_SUBST(OPENJADE_MESSAGE_DOMAIN)
15 +
16  dnl
17  dnl Check for thread support.
18  AC_CHECK_LIB(threads,cthread_fork,LIB_THREADS="-lthreads",LIB_THREADS="")
19 @@ -247,5 +247,5 @@
20  dnl
21  AC_SUBST(LINKFLAGS)
22  
23 -AC_OUTPUT(Makefile Makefile.lib Makefile.prog Makefile.comm include/config.h)
24 +AC_OUTPUT(Makefile Makefile.lib Makefile.prog Makefile.comm include/config.h po/Makefile.in)
25  
26 diff -Nur openjade-1.3.3-pre1.orig/po/ChangeLog openjade-1.3.3-pre1/po/ChangeLog
27 --- openjade-1.3.3-pre1.orig/po/ChangeLog       Thu Jan  1 01:00:00 1970
28 +++ openjade-1.3.3-pre1/po/ChangeLog    Fri May 31 16:57:57 2002
29 @@ -0,0 +1,13 @@
30 +2002-05-31  gettextize  <bug-gnu-gettext@gnu.org>
31 +
32 +       * Makefile.in.in: Upgrade to gettext-0.11.2.
33 +       * Rules-quot: New file, from gettext-0.11.2.
34 +       * boldquot.sed: New file, from gettext-0.11.2.
35 +       * en@boldquot.header: New file, from gettext-0.11.2.
36 +       * en@quot.header: New file, from gettext-0.11.2.
37 +       * insert-header.sin: New file, from gettext-0.11.2.
38 +       * quot.sed: New file, from gettext-0.11.2.
39 +       * remove-potcdate.sin: New file, from gettext-0.11.2.
40 +       * cat-id-tbl.c: Remove file.
41 +       * stamp-cat-id: Remove file.
42 +
43 diff -Nur openjade-1.3.3-pre1.orig/po/Makefile.in.in openjade-1.3.3-pre1/po/Makefile.in.in
44 --- openjade-1.3.3-pre1.orig/po/Makefile.in.in  Thu Jan  1 01:00:00 1970
45 +++ openjade-1.3.3-pre1/po/Makefile.in.in       Fri May 31 17:19:25 2002
46 @@ -0,0 +1,319 @@
47 +# Makefile for PO directory in any package using GNU gettext.
48 +# Copyright (C) 1995-1997, 2000-2002 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
49 +#
50 +# This file can be copied and used freely without restrictions.  It can
51 +# be used in projects which are not available under the GNU General Public
52 +# License but which still want to provide support for the GNU gettext
53 +# functionality.
54 +# Please note that the actual code of GNU gettext is covered by the GNU
55 +# General Public License and is *not* in the public domain.
56 +
57 +PACKAGE = @PACKAGE@
58 +VERSION = @VERSION@
59 +
60 +SHELL = /bin/sh
61 +@SET_MAKE@
62 +
63 +srcdir = @srcdir@
64 +top_srcdir = @top_srcdir@
65 +VPATH = @srcdir@
66 +top_builddir = ..
67 +subdir = po
68 +
69 +prefix = @prefix@
70 +exec_prefix = @exec_prefix@
71 +datadir = @datadir@
72 +localedir = $(datadir)/locale
73 +gettextsrcdir = $(datadir)/gettext/po
74 +
75 +INSTALL = @INSTALL@
76 +INSTALL_DATA = @INSTALL_DATA@
77 +MKINSTALLDIRS = @MKINSTALLDIRS@
78 +mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
79 +
80 +GMSGFMT = @GMSGFMT@
81 +MSGFMT = @MSGFMT@
82 +XGETTEXT = @XGETTEXT@
83 +MSGMERGE = msgmerge
84 +MSGMERGE_UPDATE = @MSGMERGE@ --update
85 +MSGINIT = msginit
86 +MSGCONV = msgconv
87 +MSGFILTER = msgfilter
88 +
89 +POFILES = @POFILES@
90 +GMOFILES = @GMOFILES@
91 +UPDATEPOFILES = @UPDATEPOFILES@
92 +DUMMYPOFILES = @DUMMYPOFILES@
93 +DISTFILES.common = Makefile.in.in Makevars remove-potcdate.sin \
94 +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
95 +DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
96 +$(POFILES) $(GMOFILES) \
97 +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
98 +
99 +POTFILES = \
100 +
101 +CATALOGS = @CATALOGS@
102 +
103 +# Makevars gets inserted here. (Don't remove this line!)
104 +
105 +.SUFFIXES:
106 +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
107 +
108 +.po.mo:
109 +       @echo "$(MSGFMT) -c -o $@ $<"; \
110 +       $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
111 +
112 +.po.gmo:
113 +       @lang=`echo $* | sed -e 's,.*/,,'`; \
114 +       test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
115 +       echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
116 +       cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
117 +
118 +.sin.sed:
119 +       sed -e '/^#/d' $< > t-$@
120 +       mv t-$@ $@
121 +
122 +
123 +all: all-@USE_NLS@
124 +
125 +all-yes: $(CATALOGS)
126 +all-no:
127 +
128 +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
129 +# otherwise packages like GCC can not be built if only parts of the source
130 +# have been downloaded.
131 +
132 +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
133 +       $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
134 +         --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
135 +         --files-from=$(srcdir)/POTFILES.in \
136 +         --copyright-holder='$(COPYRIGHT_HOLDER)'
137 +       test ! -f $(DOMAIN).po || { \
138 +         if test -f $(srcdir)/$(DOMAIN).pot; then \
139 +           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
140 +           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
141 +           if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
142 +             rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
143 +           else \
144 +             rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
145 +             mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
146 +           fi; \
147 +         else \
148 +           mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
149 +         fi; \
150 +       }
151 +
152 +$(srcdir)/$(DOMAIN).pot:
153 +       $(MAKE) $(DOMAIN).pot-update
154 +
155 +$(POFILES): $(srcdir)/$(DOMAIN).pot
156 +       @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
157 +       test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
158 +       echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
159 +       cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
160 +
161 +
162 +install: install-exec install-data
163 +install-exec:
164 +install-data: install-data-@USE_NLS@
165 +       if test "$(PACKAGE)" = "gettext"; then \
166 +         $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
167 +         for file in $(DISTFILES.common); do \
168 +           $(INSTALL_DATA) $(srcdir)/$$file \
169 +                           $(DESTDIR)$(gettextsrcdir)/$$file; \
170 +         done; \
171 +       else \
172 +         : ; \
173 +       fi
174 +install-data-no: all
175 +install-data-yes: all
176 +       $(mkinstalldirs) $(DESTDIR)$(datadir)
177 +       @catalogs='$(CATALOGS)'; \
178 +       for cat in $$catalogs; do \
179 +         cat=`basename $$cat`; \
180 +         lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
181 +         dir=$(localedir)/$$lang/LC_MESSAGES; \
182 +         $(mkinstalldirs) $(DESTDIR)$$dir; \
183 +         if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
184 +         $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
185 +         echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
186 +         for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
187 +           if test -n "$$lc"; then \
188 +             if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
189 +               link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
190 +               mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
191 +               mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
192 +               (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
193 +                for file in *; do \
194 +                  if test -f $$file; then \
195 +                    ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
196 +                  fi; \
197 +                done); \
198 +               rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
199 +             else \
200 +               if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
201 +                 :; \
202 +               else \
203 +                 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
204 +                 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
205 +               fi; \
206 +             fi; \
207 +             rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
208 +             ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
209 +             ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
210 +             cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
211 +             echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
212 +           fi; \
213 +         done; \
214 +       done
215 +
216 +install-strip: install
217 +
218 +installdirs: installdirs-exec installdirs-data
219 +installdirs-exec:
220 +installdirs-data: installdirs-data-@USE_NLS@
221 +       if test "$(PACKAGE)" = "gettext"; then \
222 +         $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
223 +       else \
224 +         : ; \
225 +       fi
226 +installdirs-data-no:
227 +installdirs-data-yes:
228 +       $(mkinstalldirs) $(DESTDIR)$(datadir)
229 +       @catalogs='$(CATALOGS)'; \
230 +       for cat in $$catalogs; do \
231 +         cat=`basename $$cat`; \
232 +         lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
233 +         dir=$(localedir)/$$lang/LC_MESSAGES; \
234 +         $(mkinstalldirs) $(DESTDIR)$$dir; \
235 +         for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
236 +           if test -n "$$lc"; then \
237 +             if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
238 +               link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
239 +               mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
240 +               mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
241 +               (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
242 +                for file in *; do \
243 +                  if test -f $$file; then \
244 +                    ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
245 +                  fi; \
246 +                done); \
247 +               rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
248 +             else \
249 +               if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
250 +                 :; \
251 +               else \
252 +                 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
253 +                 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
254 +               fi; \
255 +             fi; \
256 +           fi; \
257 +         done; \
258 +       done
259 +
260 +# Define this as empty until I found a useful application.
261 +installcheck:
262 +
263 +uninstall: uninstall-exec uninstall-data
264 +uninstall-exec:
265 +uninstall-data: uninstall-data-@USE_NLS@
266 +       if test "$(PACKAGE)" = "gettext"; then \
267 +         for file in $(DISTFILES.common); do \
268 +           rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
269 +         done; \
270 +       else \
271 +         : ; \
272 +       fi
273 +uninstall-data-no:
274 +uninstall-data-yes:
275 +       catalogs='$(CATALOGS)'; \
276 +       for cat in $$catalogs; do \
277 +         cat=`basename $$cat`; \
278 +         lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
279 +         for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
280 +           rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
281 +         done; \
282 +       done
283 +
284 +check: all
285 +
286 +dvi info tags TAGS ID:
287 +
288 +mostlyclean:
289 +       rm -f remove-potcdate.sed
290 +       rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
291 +       rm -fr *.o
292 +
293 +clean: mostlyclean
294 +
295 +distclean: clean
296 +       rm -f Makefile Makefile.in POTFILES *.mo
297 +
298 +maintainer-clean: distclean
299 +       @echo "This command is intended for maintainers to use;"
300 +       @echo "it deletes files that may require special tools to rebuild."
301 +       rm -f $(GMOFILES)
302 +
303 +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
304 +dist distdir:
305 +       $(MAKE) update-po
306 +       @$(MAKE) dist2
307 +# This is a separate target because 'update-po' must be executed before.
308 +dist2: $(DISTFILES)
309 +       dists="$(DISTFILES)"; \
310 +       if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
311 +       if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
312 +       for file in $$dists; do \
313 +         if test -f $$file; then \
314 +           cp -p $$file $(distdir); \
315 +         else \
316 +           cp -p $(srcdir)/$$file $(distdir); \
317 +         fi; \
318 +       done
319 +
320 +update-po: Makefile
321 +       $(MAKE) $(DOMAIN).pot-update
322 +       $(MAKE) $(UPDATEPOFILES)
323 +       $(MAKE) update-gmo
324 +
325 +# General rule for updating PO files.
326 +
327 +.nop.po-update:
328 +       @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
329 +       if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
330 +       tmpdir=`pwd`; \
331 +       echo "$$lang:"; \
332 +       test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
333 +       echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
334 +       cd $(srcdir); \
335 +       if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
336 +         if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
337 +           rm -f $$tmpdir/$$lang.new.po; \
338 +         else \
339 +           if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
340 +             :; \
341 +           else \
342 +             echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
343 +             exit 1; \
344 +           fi; \
345 +         fi; \
346 +       else \
347 +         echo "msgmerge for $$lang.po failed!" 1>&2; \
348 +         rm -f $$tmpdir/$$lang.new.po; \
349 +       fi
350 +
351 +$(DUMMYPOFILES):
352 +
353 +update-gmo: Makefile $(GMOFILES)
354 +       @:
355 +
356 +Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
357 +       cd $(top_builddir) \
358 +         && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
359 +              $(SHELL) ./config.status
360 +
361 +force:
362 +
363 +# Tell versions [3.59,3.63) of GNU make not to export all variables.
364 +# Otherwise a system limit (for SysV at least) may be exceeded.
365 +.NOEXPORT:
366 diff -Nur openjade-1.3.3-pre1.orig/po/Makevars openjade-1.3.3-pre1/po/Makevars
367 --- openjade-1.3.3-pre1.orig/po/Makevars        Thu Jan  1 01:00:00 1970
368 +++ openjade-1.3.3-pre1/po/Makevars     Fri May 31 17:40:07 2002
369 @@ -0,0 +1,25 @@
370 +# Makefile variables for PO directory in any package using GNU gettext.
371 +
372 +# Usually the message domain is the same as the package name.
373 +DOMAIN = jade
374 +
375 +# These two variables depend on the location of this directory.
376 +subdir = po
377 +top_builddir = ..
378 +
379 +# These options get passed to xgettext.
380 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
381 +
382 +# This is the copyright holder that gets inserted into the header of the
383 +# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
384 +# package.  (Note that the msgstr strings, extracted from the package's
385 +# sources, belong to the copyright holder of the package.)  Translators are
386 +# expected to transfer the copyright for their translations to this person
387 +# or entity, or to disclaim their copyright.  The empty string stands for
388 +# the public domain; in this case the translators are expected to disclaim
389 +# their copyright.
390 +COPYRIGHT_HOLDER = Free Software Foundation, Inc.
391 +
392 +# This is the list of locale categories, beyond LC_MESSAGES, for which the
393 +# message catalogs shall be used.  It is usually empty.
394 +EXTRA_LOCALE_CATEGORIES =
395 diff -Nur openjade-1.3.3-pre1.orig/po/POTFILES.in openjade-1.3.3-pre1/po/POTFILES.in
396 --- openjade-1.3.3-pre1.orig/po/POTFILES.in     Thu Jan  1 01:00:00 1970
397 +++ openjade-1.3.3-pre1/po/POTFILES.in  Fri Dec  3 18:25:46 1999
398 @@ -0,0 +1,7 @@
399 +jade/HtmlMessages.msg
400 +jade/JadeMessages.msg
401 +jade/MifMessages.msg
402 +jade/RtfMessages.msg
403 +jade/TeXMessages.msg
404 +style/DssslAppMessages.msg
405 +style/InterpreterMessages.msg
406 diff -Nur openjade-1.3.3-pre1.orig/po/Rules-quot openjade-1.3.3-pre1/po/Rules-quot
407 --- openjade-1.3.3-pre1.orig/po/Rules-quot      Thu Jan  1 01:00:00 1970
408 +++ openjade-1.3.3-pre1/po/Rules-quot   Fri May 31 16:57:57 2002
409 @@ -0,0 +1,42 @@
410 +# Special Makefile rules for English message catalogs with quotation marks.
411 +
412 +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
413 +
414 +.SUFFIXES: .insert-header .po-update-en
415 +
416 +en@quot.po-update: en@quot.po-update-en
417 +en@boldquot.po-update: en@boldquot.po-update-en
418 +
419 +.insert-header.po-update-en:
420 +       @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
421 +       if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
422 +       tmpdir=`pwd`; \
423 +       echo "$$lang:"; \
424 +       ll=`echo $$lang | sed -e 's/@.*//'`; \
425 +       LC_ALL=C; export LC_ALL; \
426 +       cd $(srcdir); \
427 +       if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
428 +         if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
429 +           rm -f $$tmpdir/$$lang.new.po; \
430 +         else \
431 +           if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
432 +             :; \
433 +           else \
434 +             echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
435 +             exit 1; \
436 +           fi; \
437 +         fi; \
438 +       else \
439 +         echo "creation of $$lang.po failed!" 1>&2; \
440 +         rm -f $$tmpdir/$$lang.new.po; \
441 +       fi
442 +
443 +en@quot.insert-header: insert-header.sin
444 +       sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
445 +
446 +en@boldquot.insert-header: insert-header.sin
447 +       sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
448 +
449 +mostlyclean: mostlyclean-quot
450 +mostlyclean-quot:
451 +       rm -f *.insert-header
452 diff -Nur openjade-1.3.3-pre1.orig/po/boldquot.sed openjade-1.3.3-pre1/po/boldquot.sed
453 --- openjade-1.3.3-pre1.orig/po/boldquot.sed    Thu Jan  1 01:00:00 1970
454 +++ openjade-1.3.3-pre1/po/boldquot.sed Fri May 31 16:57:57 2002
455 @@ -0,0 +1,10 @@
456 +s/"\([^"]*\)"/“\1”/g
457 +s/`\([^`']*\)'/‘\1’/g
458 +s/ '\([^`']*\)' / ‘\1’ /g
459 +s/ '\([^`']*\)'$/ ‘\1’/g
460 +s/^'\([^`']*\)' /‘\1’ /g
461 +s/“”/""/g
462 +s/“/“\e[1m/g
463 +s/”/\e[0m”/g
464 +s/‘/‘\e[1m/g
465 +s/’/\e[0m’/g
466 Binary files openjade-1.3.3-pre1.orig/po/de.gmo and openjade-1.3.3-pre1/po/de.gmo differ
467 diff -Nur openjade-1.3.3-pre1.orig/po/de.po openjade-1.3.3-pre1/po/de.po
468 --- openjade-1.3.3-pre1.orig/po/de.po   Thu Jan  1 01:00:00 1970
469 +++ openjade-1.3.3-pre1/po/de.po        Fri May 31 17:42:24 2002
470 @@ -0,0 +1,873 @@
471 +# SOME DESCRIPTIVE TITLE.
472 +# Copyright (C) YEAR HOLDER
473 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
474 +#
475 +msgid ""
476 +msgstr ""
477 +"Project-Id-Version: OpenJade 1.4\n"
478 +"POT-Creation-Date: 2002-05-31 14:56+0000\n"
479 +"PO-Revision-Date: 2002-05-31 14:56+0000\n"
480 +"Last-Translator: anonymous <anonymous@example.com>\n"
481 +"Language-Team: Gernman <de@li.org>\n"
482 +"MIME-Version:: 1.0\n"
483 +"Content-Type: text/plain; charset=ISO-8859-1\n"
484 +"Content-Transfer-Encoding: 8bit\n"
485 +
486 +msgid "cannot open output file %1 (%2)"
487 +msgstr "Ausgabedatei %1 kann nicht geffnet werden (%2)"
488 +
489 +msgid "unknown output type %1"
490 +msgstr "Unbekannter Ausgabetyp %1"
491 +
492 +msgid "empty output filename"
493 +msgstr "Leerer Ausgabedateiname"
494 +
495 +msgid "Use the backend %1."
496 +msgstr ""
497 +
498 +#, fuzzy
499 +msgid "Send output to %1."
500 +msgstr "Unbekannter Ausgabetyp %1"
501 +
502 +msgid "FILE"
503 +msgstr ""
504 +
505 +msgid "TYPE"
506 +msgstr ""
507 +
508 +msgid "could not convert system identifier %1 to a single filename"
509 +msgstr "Konnte Systembezeichner %1 nicht in einzelnen Dateinamen konvertieren"
510 +
511 +#, fuzzy
512 +msgid ""
513 +"missing table column flow object (table-auto-width feature not fully "
514 +"supported)"
515 +msgstr ""
516 +"Fehlendes Tabellenspalten-Fluobjekt (table-auto-width Feature nicht "
517 +"vollstndig untersttzt)"
518 +
519 +msgid "nested tables are not allowed in RTF"
520 +msgstr "Verschachtelte Tabellen sind in RTF nicht erlaubt"
521 +
522 +msgid "could not embed %1 with clsid %2"
523 +msgstr "Konnte %1 nicht mit clsid %2 einbetten"
524 +
525 +msgid ""
526 +"TeX backend does not currently support references to page numbers of nodes "
527 +"other than elements"
528 +msgstr ""
529 +"TeX Ausgabe untersttzt Querverweise auf Seitenzahlen nur fr Elementknoten"
530 +
531 +msgid ""
532 +"TeX backend does not currently support links to nodes other than elements"
533 +msgstr "TeX Ausgabe untersttzt Verknpfungen nur fr Elementknoten"
534 +
535 +msgid "TeX backend does not currently support links to entities"
536 +msgstr "TeX Ausgabe untersttzt keine Verknpfungen auf Entitten"
537 +
538 +msgid "TeX backend does not currently support links to other SGML documents"
539 +msgstr "TeX Ausgabe untersttzt keine Verknpfungen auf andere SGML Dokumente"
540 +
541 +msgid "TeX backend does not currently support HyTime linkends"
542 +msgstr "TeX Ausgabe untersttzt keine HyTime Verknpfungsenden"
543 +
544 +msgid "TeX backend does not currently support TEI links"
545 +msgstr "TeX Ausgabe untersttzt keine TEI Verknpfungen"
546 +
547 +msgid "TeX backend does not currently support glyph substitution tables"
548 +msgstr "TeX Ausgabe untersttzt keine Glyphersetzungstabellen"
549 +
550 +msgid "%1 version %2"
551 +msgstr "%1 Version %2"
552 +
553 +msgid "no DSSSL specification: use -d to specify"
554 +msgstr "Keine DSSSL Spezifikation: verwende -d, um sie zu spezifizieren"
555 +
556 +msgid ""
557 +"no applicable processing instruction with title %1; available titles: %2"
558 +msgstr ""
559 +
560 +msgid ""
561 +"Options with a \"doc-\"/\"spec-\" prefix apply only to the document/"
562 +"specification."
563 +msgstr ""
564 +
565 +msgid "Enable experimental DSSSL extensions."
566 +msgstr ""
567 +
568 +msgid "Debug mode."
569 +msgstr ""
570 +
571 +#, fuzzy
572 +msgid "Use DSSSL specification %1."
573 +msgstr "Keine DSSSL Spezifikation: verwende -d, um sie zu spezifizieren"
574 +
575 +#, fuzzy
576 +msgid "Use DSSSL specification with title %1."
577 +msgstr "Keine DSSSL Spezifikation: verwende -d, um sie zu spezifizieren"
578 +
579 +msgid "Pretend that %1 appeared in the specification."
580 +msgstr ""
581 +
582 +msgid "Strict DSSSL compliance mode."
583 +msgstr ""
584 +
585 +msgid "Show open entities in error messages."
586 +msgstr ""
587 +
588 +msgid "Show open elements in error messages."
589 +msgstr ""
590 +
591 +msgid "Show error numbers in error messages."
592 +msgstr ""
593 +
594 +msgid "Show references in error messages."
595 +msgstr ""
596 +
597 +msgid "Define parameter entity %1 as \"INCLUDE\"."
598 +msgstr ""
599 +
600 +msgid "Enable warning %1."
601 +msgstr ""
602 +
603 +msgid "SYSID"
604 +msgstr ""
605 +
606 +msgid "DEFINITION"
607 +msgstr ""
608 +
609 +msgid "NAME"
610 +msgstr ""
611 +
612 +msgid "unexpected end of file"
613 +msgstr "Unerwartetes Ende der Datei"
614 +
615 +msgid "invalid character"
616 +msgstr "Ungltiges Zeichen"
617 +
618 +msgid "invalid character after '#'"
619 +msgstr "Ungltiges Zeichen nach '#'"
620 +
621 +msgid "unknown #! named constant %1"
622 +msgstr "Unbekannte #! benannte Konstante %1"
623 +
624 +msgid "unexpected token %1"
625 +msgstr "Unerwartetes Token %1"
626 +
627 +msgid "string with no closing quote"
628 +msgstr "Zeichenkette ohne abschlieendes Anfhrungszeichen"
629 +
630 +msgid "missing closing parenthesis"
631 +msgstr "Fehlende schlieende Klammer"
632 +
633 +msgid "invalid number %1"
634 +msgstr "Ungltige Zahl %1"
635 +
636 +msgid "invalid AFII glyph identifier %1"
637 +msgstr "Ungltiger AFII Glyphbezeichner %1"
638 +
639 +msgid "call of non-function object %1"
640 +msgstr "Aufruf des nicht-Funktionsobjektes %1"
641 +
642 +msgid "too many arguments for function"
643 +msgstr "Zu viele Argumente fr Funktion"
644 +
645 +msgid "odd number of keyword/value arguments"
646 +msgstr "Ungerade Anzahl von Schlsselwort/Wert Argumenten"
647 +
648 +msgid "missing argument for function call"
649 +msgstr "Fehlendes Argument fr Funktionsaufruf"
650 +
651 +msgid "syntactic keyword %1 used as variable"
652 +msgstr "Syntaktisches Schlsselwort %1 als Variable benutzt"
653 +
654 +msgid "reference to undefined variable %1"
655 +msgstr "Referenz auf undefinierte Variable %1"
656 +
657 +msgid "no character with name %1"
658 +msgstr "Kein Zeichen mit Namen %1"
659 +
660 +msgid "unknown top level form %1"
661 +msgstr "Unbekannte Top-Level Form %1"
662 +
663 +msgid "bad form %1 in mode group"
664 +msgstr "Schlechte Form %1 in Modusgruppe"
665 +
666 +msgid "identifier %1 already defined in same part"
667 +msgstr "Bezeichner %1 bereits im selben Teil definiert"
668 +
669 +msgid "first definition was here"
670 +msgstr "erste Definition war hier"
671 +
672 +msgid "loop in specification of value of %1"
673 +msgstr "Schleife in der Spezifikation des Wertes von %1"
674 +
675 +msgid "argument out of range"
676 +msgstr "Argument auerhalb des zulssigen Bereichs"
677 +
678 +msgid "loop in specification of value of unit %1"
679 +msgstr "Schleife in der Spezifikation des Wertes der Einheit %1"
680 +
681 +msgid "bad value specified for unit %1"
682 +msgstr "Schlechter Wert fr Einheit %1 spezifiziert"
683 +
684 +msgid "unit %1 already defined in same part"
685 +msgstr "Einheit %1 bereits im selben Teil definiert"
686 +
687 +msgid "quantity %1 undefined"
688 +msgstr "Quantitt %1 undefiniert"
689 +
690 +msgid "incompatible dimensions"
691 +msgstr "Inkompatible Dimensionen"
692 +
693 +msgid "%2 argument for primitive %1 of wrong type: %3 not a boolean"
694 +msgstr ""
695 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein boolescher Wert"
696 +
697 +msgid "%2 argument for primitive %1 of wrong type: %3 not a pair"
698 +msgstr "%2 Argument fr Funktion %1 vom falschen Type: %3 ist kein Paar"
699 +
700 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list"
701 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Liste"
702 +
703 +msgid "%2 argument for primitive %1 of wrong type: %3 not a symbol"
704 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Symbol"
705 +
706 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string"
707 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Zeichenkette"
708 +
709 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string or symbol"
710 +msgstr ""
711 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist weder Zeichenkette noch "
712 +"Symbol"
713 +
714 +msgid "%2 argument for primitive %1 of wrong type: %3 not a char"
715 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Zeichen"
716 +
717 +#, fuzzy
718 +msgid ""
719 +"%2 argument for primitive %1 of wrong type: %3 not an ISO8601 time string"
720 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Zeichenkette"
721 +
722 +msgid "%2 argument for primitive %1 of wrong type: %3 not a style"
723 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Stil"
724 +
725 +msgid "%2 argument for primitive %1 of wrong type: %3 not an exact integer"
726 +msgstr ""
727 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine exakte ganze Zahl"
728 +
729 +msgid "%2 argument for primitive %1 of wrong type: %3 not a quantity"
730 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Gre"
731 +
732 +msgid "%2 argument for primitive %1 of wrong type: %3 not a color-space"
733 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Farbraum"
734 +
735 +msgid "%2 argument for primitive %1 of wrong type: %3 not a number"
736 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Zahl"
737 +
738 +msgid "%2 argument for primitive %1 of wrong type: %3 not a sosofo"
739 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Sosofo"
740 +
741 +msgid ""
742 +"%2 argument for primitive %1 of wrong type: %3 not an optional singleton "
743 +"node list"
744 +msgstr ""
745 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine optionale "
746 +"Einzelknotenliste"
747 +
748 +msgid ""
749 +"%2 argument for primitive %1 of wrong type: %3 not a singleton node list"
750 +msgstr ""
751 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Einzelknotenliste"
752 +
753 +msgid "%2 argument for primitive %1 of wrong type: %3 not a node list"
754 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Knotenliste"
755 +
756 +msgid "%2 argument for primitive %1 of wrong type: %3 not a named node list"
757 +msgstr ""
758 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine benannte "
759 +"Knotenliste"
760 +
761 +msgid ""
762 +"%2 argument for primitive %1 of wrong type: %3 not a length or length-spec"
763 +msgstr ""
764 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist weder eine Lnge noch "
765 +"eine Lngen-Spezifikation"
766 +
767 +msgid ""
768 +"%2 argument for primitive %1 of wrong type: %3 not a quantity or length-spec"
769 +msgstr ""
770 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist weder eine Gre noch eine "
771 +"Lngen-Spezifikation"
772 +
773 +msgid ""
774 +"%2 argument for primitive %1 of wrong type: %3 not an integer or the symbol "
775 +"\"force\""
776 +msgstr ""
777 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist weder eine ganze Zahl "
778 +"noch das Symbol \"force\""
779 +
780 +msgid "%2 argument for primitive %1 of wrong type: %3 not an address"
781 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Adresse"
782 +
783 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-id"
784 +msgstr ""
785 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Glyphbezeichner"
786 +
787 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-subst-table"
788 +msgstr ""
789 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine "
790 +"Glyphersetzungstabelle"
791 +
792 +msgid ""
793 +"%2 argument for primitive %1 of wrong type: %3 not a list of pairs of glyph-"
794 +"ids"
795 +msgstr ""
796 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Liste von Paaren "
797 +"von Glyphbezeichnern"
798 +
799 +msgid "%2 argument for primitive %1 of wrong type: %3 not a procedure"
800 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Prozedur"
801 +
802 +msgid "%2 argument for primitive %1 of wrong type: %3 not a vector"
803 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Vektor"
804 +
805 +msgid "root rule already defined in same part with same importance"
806 +msgstr "Root-Regel bereits im selben Teil mit derselben Wichtigkeit definiert"
807 +
808 +msgid "initial value already declared for characteristic %1 in same part"
809 +msgstr "Initialer Wert fr Charakteristik %1 bereits im selben Teil deklariert"
810 +
811 +msgid "first declaration was here"
812 +msgstr "erste Deklaration war hier"
813 +
814 +msgid "%1 is not a valid keyword in a style expression"
815 +msgstr "%1 ist kein gltiges Schlsselwort in einem Stilausdruck"
816 +
817 +msgid "%1 is not a valid keyword in a make expression for flow object class %2"
818 +msgstr ""
819 +"%1 ist kein gltiges Schlsselwort in einem make-Ausdruck fr Fluobjektklasse %2"
820 +
821 +msgid "%1 is not the name of any flow object class"
822 +msgstr "%1 ist nicht der Name einer Fluobjektklasse"
823 +
824 +msgid ""
825 +"content expression cannot be specified in make expression for atomic flow "
826 +"object class %1"
827 +msgstr ""
828 +"Inhaltsausdruck kann in einem make-Ausdruck fr die atomare Fluobjektklasse %"
829 +"1 nicht spezifiziert werden"
830 +
831 +msgid "value for \"label:\" not a symbol"
832 +msgstr "Wert fr \"label:\" ist kein Symbol"
833 +
834 +msgid "no port for label %1"
835 +msgstr "Kein Port fr Label %1"
836 +
837 +msgid "invalid content map"
838 +msgstr "Ungltige Inhaltsabbildung"
839 +
840 +msgid "content map references non-existent port %1"
841 +msgstr "Inhaltsabbildung referenziert nicht existierenden Port %1"
842 +
843 +msgid "invalid value for %1 characteristic"
844 +msgstr "Ungltiger Wert fr Charakteristik %1"
845 +
846 +msgid "no clause in cond expression matched"
847 +msgstr "Keine Klausel im cond-Ausdruck traf zu"
848 +
849 +msgid "no clause in case expression matched %1"
850 +msgstr "Keine Klausel im case-Ausdruck passte zu %1"
851 +
852 +msgid "expected \"else\" not %1"
853 +msgstr "Erwartete \"else\", nicht %1"
854 +
855 +msgid ""
856 +"sorry, cannot handle unresolvable quantities in datums in case expression"
857 +msgstr ""
858 +"Sorry, kann unauflsbare Quantitten in Datums in case-Ausdrcken nicht "
859 +"verarbeiten"
860 +
861 +msgid "%1"
862 +msgstr "%1"
863 +
864 +msgid "division by zero"
865 +msgstr "Teilung durch Null"
866 +
867 +msgid "procedure does not have %1 keyword argument"
868 +msgstr "Prozedur hat kein %1 Schlsselwortargument"
869 +
870 +msgid "argument not a keyword"
871 +msgstr "Argument ist kein Schlsselwort"
872 +
873 +msgid ""
874 +"specification document does not have the DSSSL architecture as a base "
875 +"architecture"
876 +msgstr "Die Spezifikation basiert nicht auf der DSSSL Architektur"
877 +
878 +msgid ""
879 +"specification document did not contain a style-specification-body element"
880 +msgstr "Die Spezifikation enthielt kein style-specification-body Element"
881 +
882 +msgid "unknown character name %1"
883 +msgstr "Unbekannter Zeichenname %1"
884 +
885 +msgid "attempt to use current node when there is none"
886 +msgstr "Versuch, den gegenwrtigen Knoten zu benutzen, obwohl es keinen gibt"
887 +
888 +msgid "attempt to process node in illegal context"
889 +msgstr "Versuch, einen Knoten in illegalem Kontext zu verarbeiten"
890 +
891 +msgid "radix must be 2, 8, 10 or 16"
892 +msgstr "Wurzel mu 2, 8, 10 oder 16 sein"
893 +
894 +msgid "this context requires a sosofo"
895 +msgstr "Dieser Kontext bentigt ein Sosofo"
896 +
897 +msgid "this context requires a style object"
898 +msgstr "Dieser Kontext bentigt ein Stilobjekt"
899 +
900 +msgid "procedure can only be used in evaluation of characteristic value"
901 +msgstr ""
902 +"Diese Prozedur kann nur in der Auswertung des Wertes einer Charakteristik "
903 +"verwendet werden"
904 +
905 +msgid "%1 color requires three arguments"
906 +msgstr "Eine %1 Farbe bentigt drei Argumente"
907 +
908 +msgid "arguments for %1 color must be numbers"
909 +msgstr "Argumente fr eine %1 Farbe mssen Zahlen sein"
910 +
911 +msgid "arguments for %1 color must be in the range 0 to 1"
912 +msgstr "Argumente fr eine %1 Farbe mssen zwischen 0 und 1 liegen"
913 +
914 +msgid "result of procedure in %1 color must be a number"
915 +msgstr "Ergebnis der Prozedur in einer %1 Farbe mu eine Zahl sein"
916 +
917 +msgid "unknown color-space family %1"
918 +msgstr "Unbekannte Farbraumfamilie %1"
919 +
920 +msgid "%1 color-space family does not take any arguments"
921 +msgstr "Die %1 Farbraumfamilie akzeptiert keine Argumente"
922 +
923 +msgid "invalid parameters for %1 color-space family"
924 +msgstr "Ungltige Parameter fr die %1 Farbraumfamilie"
925 +
926 +msgid "%1 is not a pre-defined inherited characteristic"
927 +msgstr "%1 ist keine vordefinierte vererbte Charakteristik"
928 +
929 +msgid "invalid number format %1"
930 +msgstr "Ungltiges Zahlformat %1"
931 +
932 +msgid "invalid character %1 in public identifier"
933 +msgstr "Ungltiges Zeichen in ffentlichem Bezeichner"
934 +
935 +msgid "debug %1"
936 +msgstr ""
937 +
938 +msgid "circular use of specification parts"
939 +msgstr "Zirkulre Benutzung von Spezifikationsteilen"
940 +
941 +msgid "no style-specification or external-specification with ID %1"
942 +msgstr "Keine style-specification oder external-specificaton mit ID %1"
943 +
944 +msgid ""
945 +"document did not contain any style-specifications or external-specifications"
946 +msgstr ""
947 +"Das Dokument enthielt weder style-specification noch external-specificaton "
948 +"Elemente"
949 +
950 +msgid "table-cell flow object not inside a table"
951 +msgstr "table-cell Fluobjekt nicht innerhalb einer Tabelle"
952 +
953 +msgid "table-row flow object not inside a table"
954 +msgstr "table-row Fluobjekt nicht innerhalb einer Tabelle"
955 +
956 +msgid "no value for node property %1"
957 +msgstr "Kein Wert fr Knoteneigenschaft %1"
958 +
959 +msgid "value returned by procedure was not a node-list"
960 +msgstr "Der Rckgabewert der Prozedur war keine Knotenliste"
961 +
962 +msgid "called from here"
963 +msgstr "von hier aufgerufen"
964 +
965 +msgid "called from here...(%1 calls omitted)"
966 +msgstr "von hier aufgerufen...(%1 Aufrufe weggelassen)"
967 +
968 +msgid "node processing loop detected"
969 +msgstr "Knotenverarbeitungsschleife"
970 +
971 +msgid "unquote-splicing expression does not evaluate to a list"
972 +msgstr "unqote-splicing Ausdruck hat keine Liste als Wert"
973 +
974 +msgid "object is read-only"
975 +msgstr "Objekt ist nur lesbar"
976 +
977 +msgid "assignment to top-level variable %1"
978 +msgstr "Zuweisung an Top-Level Variable %1"
979 +
980 +msgid "invalid call to continuation"
981 +msgstr "Ungltiger Aufruf einer Fortsetzung"
982 +
983 +msgid "empty generic identifier in pattern"
984 +msgstr "Leerer generischer Bezeichner in Muster"
985 +
986 +msgid "pattern is not a list"
987 +msgstr "Muster ist keine Liste"
988 +
989 +msgid "%1 cannot be used as a generic identifier in a pattern"
990 +msgstr ""
991 +"%1 kann nicht als generischer Bezeichner in einem Muster verwendet werden"
992 +
993 +msgid "%1 cannot occur in a pattern"
994 +msgstr "%1 kann in einem Muster nicht vorkommen"
995 +
996 +msgid "value missing for qualifier in pattern"
997 +msgstr "Im Muster fehlt ein Wert fr einen Qualifikator"
998 +
999 +msgid "unknown pattern qualifier %1"
1000 +msgstr "Unbekannter Musterqualifikator %1"
1001 +
1002 +msgid "bad value %1 for %2 qualifier in pattern"
1003 +msgstr "Schlechter Wert %1 fr Qualifikator %2 im Muster"
1004 +
1005 +msgid "repeat qualifier not allowed inside children qualifier"
1006 +msgstr "repeat Qualifikator nicht innerhalb des children Qualifikators erlaubt"
1007 +
1008 +msgid "bad value for attributes qualifier in pattern"
1009 +msgstr "Schlechter Wert fr den attributes Qualifikator im Muster"
1010 +
1011 +msgid "characteristic %1 applied in style rule with same specificity"
1012 +msgstr "Charakteristik %1 in Stilregel mit derselben Spezifizitt"
1013 +
1014 +msgid "other style rule is here"
1015 +msgstr "die andere Regel ist hier"
1016 +
1017 +msgid "node matches more than one pattern with the same specificity"
1018 +msgstr "Knoten passt zu meheren Mustern mit derselben Spezifizitt"
1019 +
1020 +msgid "reference to uninitialized variable %1"
1021 +msgstr "Referenz auf uninitialisierte Variable %1"
1022 +
1023 +msgid "circular use of actual value of characteristic %1"
1024 +msgstr "Zirkulre Benutzung des aktuellen Wertes der Charakteristik %1"
1025 +
1026 +msgid "characteristic %1 already defined in same part"
1027 +msgstr "Charakteristik %1 bereits im selben Teil definiert"
1028 +
1029 +msgid "flow object class %1 already defined in same part"
1030 +msgstr "Fluobjektklasse %1 bereits im selben Teil definiert"
1031 +
1032 +msgid "mode %1 not defined"
1033 +msgstr "Modus %1 nicht definiert"
1034 +
1035 +msgid "duplicate character name %1"
1036 +msgstr "Doppelter Zeichenname %1"
1037 +
1038 +msgid "duplicate SDATA entity name %1"
1039 +msgstr "Doppelter SDATA-Entittsname %1"
1040 +
1041 +msgid "duplicate SDATA entity text %1"
1042 +msgstr "Doppelter SDATA-Entittstext %1"
1043 +
1044 +msgid "unsupported declaration will be ignored"
1045 +msgstr "Nicht untersttzte Deklaration wird ignoriert"
1046 +
1047 +msgid "unsupported character repertoire %1 will be ignored"
1048 +msgstr "Nicht untersttztes Zeichenrepertoir %1 wird ignoriert"
1049 +
1050 +msgid "error in declaration element"
1051 +msgstr "Fehler in Deklarationselement"
1052 +
1053 +msgid "%1 is not a valid identifier"
1054 +msgstr "%1 ist kein gltiger Bezeichner"
1055 +
1056 +msgid "error in language definition"
1057 +msgstr "Fehler in Sprachdefinition"
1058 +
1059 +msgid "no current language"
1060 +msgstr "Keine gegenwrtige Sprache"
1061 +
1062 +msgid "%2 argument for primitive %1 of wrong type: %3 not a language"
1063 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine Sprache"
1064 +
1065 +msgid "%2 argument for primitive %1 of wrong type: %3 not a positive integer"
1066 +msgstr ""
1067 +"%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine positive ganze Zahl"
1068 +
1069 +msgid "%2 argument for primitive %1 of wrong type: %3 not an integer"
1070 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine ganze Zahl"
1071 +
1072 +msgid "%2 argument for primitive %1 of wrong type: %3 not a keyword"
1073 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein Schlsselwort"
1074 +
1075 +msgid "%2 argument for primitive %1 of wrong type: %3 not an alist"
1076 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist keine alist"
1077 +
1078 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list of characters"
1079 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist Zeichenliste"
1080 +
1081 +msgid "%2 argument for primitive %1 has wrong length"
1082 +msgstr "%2 Argument fr Funktion %1 hat die falsche Lnge"
1083 +
1084 +msgid "quantity %1 can't be represented exactly"
1085 +msgstr "Die Gre %1 kann nicht exakt reprsentiert werden"
1086 +
1087 +msgid "default language already declared in this part"
1088 +msgstr "Standardsprache bereits im selben Teil deklariert"
1089 +
1090 +msgid "%1 not a language as required in a default-language-declaration"
1091 +msgstr ""
1092 +"%1 ist keine Sprache wie sie in einer default-language-declaration bentigt "
1093 +"wird"
1094 +
1095 +msgid "%1 not a valid unit name"
1096 +msgstr "%1 ist kein gltiger Einheitsname"
1097 +
1098 +msgid "%1 not a valid character name"
1099 +msgstr "%1 ist kein gltiger Zeichenname"
1100 +
1101 +msgid "%1 not a valid character number"
1102 +msgstr "%1 ist keine gltige Zeichennummer"
1103 +
1104 +msgid "unknown character property %1"
1105 +msgstr "Unbekannte Zeicheneigenschaft %1"
1106 +
1107 +msgid "error in character property declaration"
1108 +msgstr "Fehler in Zeicheneigenschaftsdeklaration"
1109 +
1110 +msgid "character property %1 already declared in same part"
1111 +msgstr "Zeicheneigenschaft %1 bereits im selben Teil deklariert"
1112 +
1113 +msgid "added value for character property %1 already declared in same part"
1114 +msgstr ""
1115 +"Neuer Wert fr Zeicheneigenschaft %1, die bereits im selben Teil deklariert "
1116 +"war"
1117 +
1118 +msgid "previous declaration was here"
1119 +msgstr "vorige Deklaration war hier"
1120 +
1121 +msgid "value returned by procedure was not a sosofo"
1122 +msgstr "Rckgabewert der Prozedur war kein Sosofo"
1123 +
1124 +msgid "loop in specification of value of character property %1"
1125 +msgstr "Schleife in der Spezifikation des Wertes von Zeicheneigenschaft %1"
1126 +
1127 +msgid "value for character property %1 of wrong type: %2 not an integer"
1128 +msgstr ""
1129 +"Wert der Zeicheneigenschaft %1 vom falschen Type: %2 ist keine ganze Zahl"
1130 +
1131 +msgid ""
1132 +"value for character property %1 of wrong type: %2 not an integer or the "
1133 +"value \"#f\""
1134 +msgstr ""
1135 +"Wert der Zeicheneigenschaft %1 vom falschen Type: %2 ist weder eine ganze "
1136 +"Zahl noch \"#f\""
1137 +
1138 +msgid "%1 not a style or transformation language feature"
1139 +msgstr "%1 ist kein Feature der Stil- oder Transformationssprache"
1140 +
1141 +msgid "undeclared use of feature %1"
1142 +msgstr "Undeklarierte Benutzung von Feature %1"
1143 +
1144 +msgid "feature %1 not supported"
1145 +msgstr "Feature %1 nicht untersttzt"
1146 +
1147 +msgid "feature %1 only partially supported"
1148 +msgstr "Feature %1 nur teilweise untersttzt"
1149 +
1150 +msgid "only allowed in style language"
1151 +msgstr "Nur in der Stilsprache erlaubt"
1152 +
1153 +msgid "only allowed in transformation language"
1154 +msgstr "Nur in der Transformationssprache erlaubt"
1155 +
1156 +msgid "style and transformation language parts mixed"
1157 +msgstr "Vermischung von Stil- und Transformationssprache"
1158 +
1159 +msgid "specification is marked as partial"
1160 +msgstr "Spezifikation ist als partiell gekennzeichnet"
1161 +
1162 +msgid "grove plan excluding module %1 not supported"
1163 +msgstr "Groveplan ohne Modul %1 nicht untersttzt"
1164 +
1165 +msgid "grove plan including module %1 not supported"
1166 +msgstr "Groveplan mit Modul %1 nicht untersttzt"
1167 +
1168 +msgid "%1 not an SGML property set module"
1169 +msgstr "%1 ist kein Modul der SGML-Eigenschaftsmenge"
1170 +
1171 +msgid ""
1172 +"Function for char-map characteristic returned non-char object %2 for "
1173 +"character %1"
1174 +msgstr ""
1175 +"Die Funktion fr die char-map Charakteristik lieferte fr das Zeichen %1 das "
1176 +"nicht-Zeichen %2"
1177 +
1178 +msgid ""
1179 +"value for character property %1 of wrong type: %2 not a public identifier or "
1180 +"the value \"#f\""
1181 +msgstr ""
1182 +"Wert fr Zeicheneigenschaft %1 vom falschen Typ: %2 ist weder ein ffentlicher "
1183 +"Bezeichner noch \"#f\""
1184 +
1185 +#, fuzzy
1186 +msgid "variable %1 occurs more than once in bindings"
1187 +msgstr "Variable %1 kommt mehrfach in den Bindungen vor"
1188 +
1189 +msgid "exactly one of node:, subgrove: and class: needed"
1190 +msgstr "Genau eines von node:, subgrove: und class: bentigt"
1191 +
1192 +msgid "add:, null:, remove:, children:, sub: make no sense with subgrove:"
1193 +msgstr ""
1194 +"add:, null:, remove:, children: oder sub: machen zusammen mit subgrove: "
1195 +"keinen Sinn"
1196 +
1197 +msgid "remove: makes no sense with class:"
1198 +msgstr "remove: macht keinen Sinn mit class:"
1199 +
1200 +msgid "%2 argument for primitive %1 of wrong type: %3 not a subgrove-spec"
1201 +msgstr "%2 Argument fr Funktion %1 vom falschen Typ: %2 ist kein subgrove-spec"
1202 +
1203 +msgid "wrong type: %1 not a list of create-specs"
1204 +msgstr "Falscher Typ: %1 ist keine Liste von create-specs"
1205 +
1206 +msgid "wrong type: %1 not a create-spec or list of create-specs"
1207 +msgstr "Falscher Typ: %1 ist kein create-spec und keine Liste von create-specs"
1208 +
1209 +msgid "query expression: %1 not a node list"
1210 +msgstr "query-Ausdruck: %1 ist keine Knotenliste"
1211 +
1212 +msgid "priority expression: %1 not an exact integer"
1213 +msgstr "Priorittsausdruck: %1 ist keine exakte ganze Zahl"
1214 +
1215 +msgid ""
1216 +"flow objects at the root must be all of class scroll or all of class page-"
1217 +"sequence or simple-page-sequence"
1218 +msgstr ""
1219 +"Fluobjekte an der Wurzel mssen all der Klasse scroll oder alle den Klassen "
1220 +"page-sequence oder simple-page-sequence angehren"
1221 +
1222 +msgid "current flow parent has no principal port"
1223 +msgstr "Gegenwrtiger Fluvater hat keinen Hauptport"
1224 +
1225 +msgid "this flow object requires a paragraph as an ancestor flow object"
1226 +msgstr "Dieses Fluobjekt bentigt ein paragraph Fluobjekt als Fluvorgnger"
1227 +
1228 +msgid "flow object not accepted by port; only inline flow objects accepted"
1229 +msgstr "Fluobjekt nicht vom Port akzeptiert: nur inline Fluobjekte akzeptiert"
1230 +
1231 +msgid "flow object not accepted by port; only display flow objects accepted"
1232 +msgstr "Fluobjekt nicht vom Port akzeptiert: nur display Fluobjekte akzeptiert"
1233 +
1234 +msgid ""
1235 +"flow object not accepted by port; only display or inline flow objects "
1236 +"accepted"
1237 +msgstr ""
1238 +"Fluobjekt nicht vom Port akzeptiert: nur display oder inline Fluobjekte "
1239 +"akzeptiert"
1240 +
1241 +msgid ""
1242 +"flow object not accepted in a paragraph; only inline, display or paragraph-"
1243 +"break flow objects accepted"
1244 +msgstr ""
1245 +"Fluobjekt nicht innerhalb eines paragraph Fluobjekts akzeptiert: nur inline, "
1246 +"display oder paragraph-break Fluobjekte akzeptiert"
1247 +
1248 +msgid ""
1249 +"a side-by-side flow object only accepts side-by-side-item flow objects as "
1250 +"children"
1251 +msgstr ""
1252 +"Ein side-by-side Fluobjekt akzeptiert nur side-by-side-item Fluobjekte als "
1253 +"Kinder"
1254 +
1255 +msgid ""
1256 +"flow object not accepted by port; only math-sequence, unmath, subscript, "
1257 +"superscript, script, mark, fence, fraction, radical, math-operator, grid, "
1258 +"character and alignment-point flow objects accepted"
1259 +msgstr ""
1260 +"Fluobjekt nicht vom Port akzeptiert: nur math-sequence, unmath, subscript, "
1261 +"superscript, script, mark, fence, fraction, radical, math-operator, grid, "
1262 +"character und alignment-point Fluobjekte akzeptiert"
1263 +
1264 +msgid "flow object not accepted by port; must be grid-cell"
1265 +msgstr "Fluobjekt nicht vom Port akzeptiert: mu ein grid-cell Fluobjekt sein"
1266 +
1267 +msgid ""
1268 +"flow object not accepted by port; only a single character flow object "
1269 +"accepted"
1270 +msgstr ""
1271 +"Fluobjekt nicht vom Port akzeptiert: nur ein einzelnes character Fluobjekt "
1272 +"akzeptiert"
1273 +
1274 +msgid ""
1275 +"flow object not accepted by port; in a table, only either table-part flow "
1276 +"objects or table-column flow objects followed by table-row or table-cell "
1277 +"flow objects are allowed"
1278 +msgstr ""
1279 +"Fluobjekt nicht vom Port akzeptiert: in einer Tabelle werden entweder nur "
1280 +"table-part Fluobjekte oder table-column Fluobjekte, gefolgt von table-row "
1281 +"oder table-column Fluobjekten, akzeptiert"
1282 +
1283 +msgid ""
1284 +"flow object not accepted by port; only table-row or table-cell flow objects "
1285 +"accepted"
1286 +msgstr ""
1287 +"Fluobjekt nicht vom Port akzeptiert: nur table-row oder table-cell "
1288 +"Fluobjekte akzeptiert"
1289 +
1290 +msgid ""
1291 +"flow object not accepted by port; only table-column flow objects followed by "
1292 +"table-row or table-cell flow objects allowd"
1293 +msgstr ""
1294 +"Fluobjekt nicht vom Port akzeptiert: nur table-column Fluobjekte, gefolgt "
1295 +"von table-row oder table-cell Fluobjekten, akzeptiert"
1296 +
1297 +msgid "flow object not accepted by port; only table-cell flow objects accepted"
1298 +msgstr ""
1299 +"Fluobjekt nicht vom Port akzeptiert: nur table-cell Fluobjekte akzeptiert"
1300 +
1301 +#, fuzzy
1302 +msgid "priority-expression must be a number"
1303 +msgstr "Priorittsausdruck: %1 ist keine exakte ganze Zahl"
1304 +
1305 +#, fuzzy
1306 +msgid "query-expression must be a node-list"
1307 +msgstr "query-Ausdruck: %1 ist keine Knotenliste"
1308 +
1309 +msgid "Sorry, non-integral priorities not implemented"
1310 +msgstr ""
1311 +
1312 +#~ msgid "MIF: cannot open output file %1 (%2)"
1313 +#~ msgstr "Ausgabedatei %1 kann nicht geffnet werden (%2)"
1314 +
1315 +#~ msgid "MIF: could not convert system identifier %1 to a single filename"
1316 +#~ msgstr ""
1317 +#~ "Konnte Systembezeichner %1 nicht in einzelnen Dateinamen konvertieren"
1318 +
1319 +#~ msgid "TeX backend does not currently support HTML links"
1320 +#~ msgstr "TeX Ausgabe untersttzt keine HTML Verknpfungen"
1321 +
1322 +#~ msgid "syntactic keyword %1 not valid in call position"
1323 +#~ msgstr "Syntaktisches Schlsselwort %1 in Aufrufposition nicht gltig"
1324 +
1325 +#~ msgid "symbol required (got %1)"
1326 +#~ msgstr "Symbol bentigt (fand %1)"
1327 +
1328 +#~ msgid ""
1329 +#~ "%2 argument for primitive %1 of wrong type: %3 neither a string not a "
1330 +#~ "symbol"
1331 +#~ msgstr ""
1332 +#~ "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist weder Zeichenkette "
1333 +#~ "noch Symbol"
1334 +
1335 +#~ msgid ""
1336 +#~ "%2 argument for primitive %1 of wrong type: %3 not a valid element "
1337 +#~ "matching pattern"
1338 +#~ msgstr ""
1339 +#~ "%2 Argument fr Funktion %1 vom falschen Typ: %3 ist kein gltiges "
1340 +#~ "Elementsuchmuster"
1341 +
1342 +#~ msgid "duplicate declaration element (%1)"
1343 +#~ msgstr "Doppeltes Deklarationselement (%1)"
1344 diff -Nur openjade-1.3.3-pre1.orig/po/en@boldquot.header openjade-1.3.3-pre1/po/en@boldquot.header
1345 --- openjade-1.3.3-pre1.orig/po/en@boldquot.header      Thu Jan  1 01:00:00 1970
1346 +++ openjade-1.3.3-pre1/po/en@boldquot.header   Fri May 31 16:57:57 2002
1347 @@ -0,0 +1,25 @@
1348 +# All this catalog "translates" are quotation characters.
1349 +# The msgids must be ASCII and therefore cannot contain real quotation
1350 +# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
1351 +# and double quote (0x22). These substitutes look strange; see
1352 +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
1353 +#
1354 +# This catalog translates grave accent (0x60) and apostrophe (0x27) to
1355 +# left single quotation mark (U+2018) and right single quotation mark (U+2019).
1356 +# It also translates pairs of apostrophe (0x27) to
1357 +# left single quotation mark (U+2018) and right single quotation mark (U+2019)
1358 +# and pairs of quotation mark (0x22) to
1359 +# left double quotation mark (U+201C) and right double quotation mark (U+201D).
1360 +#
1361 +# When output to an UTF-8 terminal, the quotation characters appear perfectly.
1362 +# When output to an ISO-8859-1 terminal, the single quotation marks are
1363 +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
1364 +# grave/acute accent (by libiconv), and the double quotation marks are
1365 +# transliterated to 0x22.
1366 +# When output to an ASCII terminal, the single quotation marks are
1367 +# transliterated to apostrophes, and the double quotation marks are
1368 +# transliterated to 0x22.
1369 +#
1370 +# This catalog furthermore displays the text between the quotation marks in
1371 +# bold face, assuming the VT100/XTerm escape sequences.
1372 +#
1373 diff -Nur openjade-1.3.3-pre1.orig/po/en@quot.header openjade-1.3.3-pre1/po/en@quot.header
1374 --- openjade-1.3.3-pre1.orig/po/en@quot.header  Thu Jan  1 01:00:00 1970
1375 +++ openjade-1.3.3-pre1/po/en@quot.header       Fri May 31 16:57:57 2002
1376 @@ -0,0 +1,22 @@
1377 +# All this catalog "translates" are quotation characters.
1378 +# The msgids must be ASCII and therefore cannot contain real quotation
1379 +# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
1380 +# and double quote (0x22). These substitutes look strange; see
1381 +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
1382 +#
1383 +# This catalog translates grave accent (0x60) and apostrophe (0x27) to
1384 +# left single quotation mark (U+2018) and right single quotation mark (U+2019).
1385 +# It also translates pairs of apostrophe (0x27) to
1386 +# left single quotation mark (U+2018) and right single quotation mark (U+2019)
1387 +# and pairs of quotation mark (0x22) to
1388 +# left double quotation mark (U+201C) and right double quotation mark (U+201D).
1389 +#
1390 +# When output to an UTF-8 terminal, the quotation characters appear perfectly.
1391 +# When output to an ISO-8859-1 terminal, the single quotation marks are
1392 +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
1393 +# grave/acute accent (by libiconv), and the double quotation marks are
1394 +# transliterated to 0x22.
1395 +# When output to an ASCII terminal, the single quotation marks are
1396 +# transliterated to apostrophes, and the double quotation marks are
1397 +# transliterated to 0x22.
1398 +#
1399 diff -Nur openjade-1.3.3-pre1.orig/po/insert-header.sin openjade-1.3.3-pre1/po/insert-header.sin
1400 --- openjade-1.3.3-pre1.orig/po/insert-header.sin       Thu Jan  1 01:00:00 1970
1401 +++ openjade-1.3.3-pre1/po/insert-header.sin    Fri May 31 16:57:57 2002
1402 @@ -0,0 +1,23 @@
1403 +# Sed script that inserts the file called HEADER before the header entry.
1404 +#
1405 +# At each occurrence of a line starting with "msgid ", we execute the following
1406 +# commands. At the first occurrence, insert the file. At the following
1407 +# occurrences, do nothing. The distinction between the first and the following
1408 +# occurrences is achieved by looking at the hold space.
1409 +/^msgid /{
1410 +x
1411 +# Test if the hold space is empty.
1412 +s/m/m/
1413 +ta
1414 +# Yes it was empty. First occurrence. Read the file.
1415 +r HEADER
1416 +# Output the file's contents by reading the next line. But don't lose the
1417 +# current line while doing this.
1418 +g
1419 +N
1420 +bb
1421 +:a
1422 +# The hold space was nonempty. Following occurrences. Do nothing.
1423 +x
1424 +:b
1425 +}
1426 Binary files openjade-1.3.3-pre1.orig/po/ja.gmo and openjade-1.3.3-pre1/po/ja.gmo differ
1427 diff -Nur openjade-1.3.3-pre1.orig/po/ja.po openjade-1.3.3-pre1/po/ja.po
1428 --- openjade-1.3.3-pre1.orig/po/ja.po   Thu Jan  1 01:00:00 1970
1429 +++ openjade-1.3.3-pre1/po/ja.po        Fri May 31 17:42:25 2002
1430 @@ -0,0 +1,881 @@
1431 +# ja.po for openjade.
1432 +# Copyright (C) 2000, 2001 SATO Satoru
1433 +# Satoru Sato <ss@gnome.gr.jp>, 2001.
1434 +#
1435 +msgid ""
1436 +msgstr ""
1437 +"Project-Id-Version: openjade 1.4devel1\n"
1438 +"POT-Creation-Date: 2002-05-31 14:56+0000\n"
1439 +"PO-Revision-Date: 2000-10-15 23:59+09:00\n"
1440 +"Last-Translator: Satoru Sato <ss@gnome.gr.jp>\n"
1441 +"Language-Team: Japanese <translation@gnome.gr.jp>\n"
1442 +"MIME-Version:: 1.0\n"
1443 +"Content-Type: text/plain; charset=euc-jp\n"
1444 +"Content-Transfer-Encoding: 8bit\n"
1445 +
1446 +msgid "cannot open output file %1 (%2)"
1447 +msgstr "¥Õ¥¡¥¤¥ë %1 (%2) ¤ò³«¤±¤Þ¤»¤ó"
1448 +
1449 +msgid "unknown output type %1"
1450 +msgstr "ÉÔÌÀ¤Ê½ÐÎÏ¥¿¥¤¥× %1"
1451 +
1452 +msgid "empty output filename"
1453 +msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤¬¤¢¤ê¤Þ¤»¤ó"
1454 +
1455 +msgid "Use the backend %1."
1456 +msgstr "¥Ð¥Ã¥¯¥¨¥ó¥É %1 ¤ò»ÈÍÑ"
1457 +
1458 +msgid "Send output to %1."
1459 +msgstr "½ÐÎϤò %1 ¤ËÁ÷¤ê¤Þ¤¹"
1460 +
1461 +msgid "FILE"
1462 +msgstr "FILE"
1463 +
1464 +msgid "TYPE"
1465 +msgstr "TYPE"
1466 +
1467 +msgid "could not convert system identifier %1 to a single filename"
1468 +msgstr "¥·¥¹¥Æ¥à¼±Ê̻Ҡ%1 ¤òñ°ì¥Õ¥¡¥¤¥ë̾¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
1469 +
1470 +msgid ""
1471 +"missing table column flow object (table-auto-width feature not fully "
1472 +"supported)"
1473 +msgstr ""
1474 +"¥Æ¡¼¥Ö¥ë¹Ô¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤¬¤ß¤Ä¤«¤ê¤Þ¤»¤ó(table-auto-width µ¡Ç½¤Î¥µ¥Ý¡¼¥È"
1475 +"¤ÏÉÔ´°Á´¤Ç¤¹)"
1476 +
1477 +msgid "nested tables are not allowed in RTF"
1478 +msgstr "Æþ¤ì»Ò¤Î¥Æ¡¼¥Ö¥ë¤Ï RTF ¤Ç¤Ïµö¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
1479 +
1480 +msgid "could not embed %1 with clsid %2"
1481 +msgstr "%1 ¤ò clsid %2 ¤ËËä¤á¹þ¤á¤Þ¤»¤ó¤Ç¤·¤¿"
1482 +
1483 +msgid ""
1484 +"TeX backend does not currently support references to page numbers of nodes "
1485 +"other than elements"
1486 +msgstr ""
1487 +"º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï¥¨¥ì¥á¥ó¥È°Ê³°¤Î¥Î¡¼¥É¤Î¥Ú¡¼¥¸ÈÖ¹æ¤Ø¤Î»²¾È¤ò¥µ"
1488 +"¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1489 +
1490 +msgid ""
1491 +"TeX backend does not currently support links to nodes other than elements"
1492 +msgstr ""
1493 +"º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï¥¨¥ì¥á¥ó¥È°Ê³°¤Î¥Î¡¼¥É¤Ø¤Î¥ê¥ó¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ"
1494 +"¤¤¤Þ¤»¤ó"
1495 +
1496 +msgid "TeX backend does not currently support links to entities"
1497 +msgstr ""
1498 +"º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï¥¨¥ó¥Æ¥£¥Æ¥£¤Ø¤Î¥ê¥ó¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1499 +
1500 +msgid "TeX backend does not currently support links to other SGML documents"
1501 +msgstr ""
1502 +"º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï¾¤Î SGML Ê¸½ñ¤Ø¤Î¥ê¥ó¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1503 +
1504 +msgid "TeX backend does not currently support HyTime linkends"
1505 +msgstr "º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï HyTime linkend ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1506 +
1507 +msgid "TeX backend does not currently support TEI links"
1508 +msgstr "º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï TEI ¥ê¥ó¥¯¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1509 +
1510 +msgid "TeX backend does not currently support glyph substitution tables"
1511 +msgstr ""
1512 +"º£¤Î¤È¤³¤í¡¢TeX ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ï glyph ÂåÍѥơ¼¥Ö¥ë¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
1513 +
1514 +msgid "%1 version %2"
1515 +msgstr "%1 ¥Ð¡¼¥¸¥ç¥ó %2"
1516 +
1517 +msgid "no DSSSL specification: use -d to specify"
1518 +msgstr "DSSSL Ì¤»ØÄê: -d ¥ª¥×¥·¥ç¥ó¤ò»È¤Ã¤Æ»ØÄꤷ¤Æ²¼¤µ¤¤"
1519 +
1520 +msgid ""
1521 +"no applicable processing instruction with title %1; available titles: %2"
1522 +msgstr "title %1 ¤ËÂФ·ÉÔŬÀڤʽèÍýÌ¿Îá¤Ç¤¹¡£²Äǽ¤Ê title ¤Ï: %2"
1523 +
1524 +msgid ""
1525 +"Options with a \"doc-\"/\"spec-\" prefix apply only to the document/"
1526 +"specification."
1527 +msgstr ""
1528 +"\"doc-\"/\"spec-\" prefix ÉդΥª¥×¥·¥ç¥ó¤Ï document/specification ¤ËÂФ·¤Æ¤Î"
1529 +"¤ßŬÍѲÄǽ¤Ç¤¹"
1530 +
1531 +msgid "Enable experimental DSSSL extensions."
1532 +msgstr "¼Â¸³Åª¤Ê DSSSL ³ÈÄ¥¤òÍ­¸ú¤Ë¤¹¤ë"
1533 +
1534 +msgid "Debug mode."
1535 +msgstr "¥Ç¥Ð¥Ã¥°¥â¡¼¥É"
1536 +
1537 +msgid "Use DSSSL specification %1."
1538 +msgstr "DSSSL »ØÄê %1 ¤ò»ÈÍÑ"
1539 +
1540 +msgid "Use DSSSL specification with title %1."
1541 +msgstr "title %1 ¤È¤È¤â¤Ë DSSSL »ØÄê¤ò»ÈÍÑ"
1542 +
1543 +msgid "Pretend that %1 appeared in the specification."
1544 +msgstr "%1 ¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¤è¤¦¤Ê¤Õ¤ê¤ò¤¹¤ë"
1545 +
1546 +msgid "Strict DSSSL compliance mode."
1547 +msgstr "¸·³Ê¤Ê DSSSL Äɽ¾¥â¡¼¥É"
1548 +
1549 +msgid "Show open entities in error messages."
1550 +msgstr "³«¤«¤ì¤¿¥¨¥ó¥Æ¥£¥Æ¥£¤ò¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸Æâ¤Çɽ¼¨"
1551 +
1552 +msgid "Show open elements in error messages."
1553 +msgstr "³«¤«¤ì¤¿¥¨¥ì¥á¥ó¥È¤ò¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸Æâ¤Çɽ¼¨"
1554 +
1555 +msgid "Show error numbers in error messages."
1556 +msgstr "¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸Æâ¤Ë¥¨¥é¡¼ÈÖ¹æ¤òɽ¼¨"
1557 +
1558 +msgid "Show references in error messages."
1559 +msgstr "¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸Æâ¤Ë»²¾È¤òɽ¼¨"
1560 +
1561 +msgid "Define parameter entity %1 as \"INCLUDE\"."
1562 +msgstr "¥Ñ¥é¥á¡¼¥¿¥¨¥ó¥Æ¥£¥Æ¥£ %1 ¤ò \"INCLUDE\" ¤¹¤ë¤è¤¦¤ËÄêµÁ"
1563 +
1564 +msgid "Enable warning %1."
1565 +msgstr "·Ù¹ð %1 ¤òÍ­¸ú¤Ë¤¹¤ë"
1566 +
1567 +msgid "SYSID"
1568 +msgstr "SYSID"
1569 +
1570 +msgid "DEFINITION"
1571 +msgstr "DEFINITION"
1572 +
1573 +msgid "NAME"
1574 +msgstr "NAME"
1575 +
1576 +msgid "unexpected end of file"
1577 +msgstr "ͽ´ü¤»¤Ì EOF"
1578 +
1579 +msgid "invalid character"
1580 +msgstr "ÉÔŬÀڤʥ­¥ã¥é¥¯¥¿"
1581 +
1582 +msgid "invalid character after '#'"
1583 +msgstr "'#' ¤Î¸å¤ÇÉÔŬÀڤʥ­¥ã¥é¥¯¥¿"
1584 +
1585 +msgid "unknown #! named constant %1"
1586 +msgstr "ÉÔÌÀ¤ÊÄê¿ô̾ %1 ¤Î #!"
1587 +
1588 +msgid "unexpected token %1"
1589 +msgstr "ͽ´ü¤»¤Ì¥È¡¼¥¯¥ó %1"
1590 +
1591 +msgid "string with no closing quote"
1592 +msgstr "¥¯¥©¡¼¥È¤ÇÊĤ¸¤Æ¤¤¤Ê¤¤Ê¸»úÎó"
1593 +
1594 +msgid "missing closing parenthesis"
1595 +msgstr "ÊĤ¸³ç¸Ì¤¬¤¢¤ê¤Þ¤»¤ó"
1596 +
1597 +msgid "invalid number %1"
1598 +msgstr "ÉÔŬÀÚ¤ÊÈÖ¹æ %1"
1599 +
1600 +msgid "invalid AFII glyph identifier %1"
1601 +msgstr "ÉÔŬÀڤʠAFII glyph ¼±Ê̻Ҡ%1"
1602 +
1603 +msgid "call of non-function object %1"
1604 +msgstr "Èó´Ø¿ô¥ª¥Ö¥¸¥§¥¯¥È %1 ¤Î¸Æ½Ð¤·"
1605 +
1606 +msgid "too many arguments for function"
1607 +msgstr "´Ø¿ô¤ËÂФ·¤Æ°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
1608 +
1609 +msgid "odd number of keyword/value arguments"
1610 +msgstr "keyword/value °ú¿ô¤¬´ñ¿ô¸Ä¤¢¤ê¤Þ¤¹"
1611 +
1612 +msgid "missing argument for function call"
1613 +msgstr "´Ø¿ô¸Æ½Ð¤·¤ËÂФ¹¤ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
1614 +
1615 +msgid "syntactic keyword %1 used as variable"
1616 +msgstr "¹½Ê¸ keyword %1 ¤¬ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Æ¤¤¤Þ¤¹"
1617 +
1618 +msgid "reference to undefined variable %1"
1619 +msgstr "̤ÄêµÁ¤ÎÊÑ¿ô %1 ¤Ø¤Î»²¾È"
1620 +
1621 +msgid "no character with name %1"
1622 +msgstr "̾Á° %1 ¤Ë¤Ä¤¤¤Æ¥­¥ã¥é¥¯¥¿¤Ê¤·"
1623 +
1624 +msgid "unknown top level form %1"
1625 +msgstr "ÉÔÌÀ¤ÊºÇ¾å³¬ÁؤǤΠform %1"
1626 +
1627 +msgid "bad form %1 in mode group"
1628 +msgstr "¥â¡¼¥É¥°¥ë¡¼¥×Æâ¤ÇÉÔŬÀڤʠform %1"
1629 +
1630 +msgid "identifier %1 already defined in same part"
1631 +msgstr "¼±Ê̻Ҡ%1 ¤ÏƱ¤¸Éôʬ¤Ç´û¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
1632 +
1633 +msgid "first definition was here"
1634 +msgstr "ºÇ½é¤ÎÄêµÁ¤Ï¤³¤³¤Ç¤·¤¿"
1635 +
1636 +msgid "loop in specification of value of %1"
1637 +msgstr "%1 ¤ÎÃͤλØÄêÆâ¤Ë¥ë¡¼¥×¤¬¤¢¤ê¤Þ¤¹"
1638 +
1639 +msgid "argument out of range"
1640 +msgstr "°ú¿ô¤ÏÈϰϳ°¤Ç¤¹"
1641 +
1642 +msgid "loop in specification of value of unit %1"
1643 +msgstr "¥æ¥Ë¥Ã¥È %1 ¤ÎÃͤλØÄêÆâ¤Ç¥ë¡¼¥×¤¬¤¢¤ê¤Þ¤¹"
1644 +
1645 +msgid "bad value specified for unit %1"
1646 +msgstr "¥æ¥Ë¥Ã¥È %1 ¤ËÂФ·¤ÆÉÔŬÀÚ¤ÊÃͤ¬»ØÄꤵ¤ì¤Þ¤·¤¿"
1647 +
1648 +msgid "unit %1 already defined in same part"
1649 +msgstr "¥æ¥Ë¥Ã¥È %1 ¤ÏƱ¤¸Éôʬ¤Ç´û¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
1650 +
1651 +msgid "quantity %1 undefined"
1652 +msgstr "quantity %1 ¤Ï̤ÄêµÁ¤Ç¤¹"
1653 +
1654 +msgid "incompatible dimensions"
1655 +msgstr "Ì·½â¤¹¤ë dimension"
1656 +
1657 +msgid "%2 argument for primitive %1 of wrong type: %3 not a boolean"
1658 +msgstr ""
1659 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤ÏÏÀÍýÃÍ (boolean) "
1660 +"¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1661 +
1662 +msgid "%2 argument for primitive %1 of wrong type: %3 not a pair"
1663 +msgstr ""
1664 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥Ú¥¢ (pair) ¤Ç¤Ï"
1665 +"¤¢¤ê¤Þ¤»¤ó"
1666 +
1667 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list"
1668 +msgstr ""
1669 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥ê¥¹¥È (list) ¤Ç"
1670 +"¤Ï¤¢¤ê¤Þ¤»¤ó"
1671 +
1672 +msgid "%2 argument for primitive %1 of wrong type: %3 not a symbol"
1673 +msgstr ""
1674 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥·¥ó¥Ü¥ë "
1675 +"(symbol) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1676 +
1677 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string"
1678 +msgstr ""
1679 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ïʸ»úÎó (string) "
1680 +"¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1681 +
1682 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string or symbol"
1683 +msgstr ""
1684 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ïʸ»úÎó (string) "
1685 +"¤Ç¤â¥·¥ó¥Ü¥ë (symbol) ¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
1686 +
1687 +msgid "%2 argument for primitive %1 of wrong type: %3 not a char"
1688 +msgstr ""
1689 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ïʸ»ú (char) ¤Ç¤Ï"
1690 +"¤¢¤ê¤Þ¤»¤ó"
1691 +
1692 +msgid ""
1693 +"%2 argument for primitive %1 of wrong type: %3 not an ISO8601 time string"
1694 +msgstr ""
1695 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï ISO8601 time Ê¸"
1696 +"»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1697 +
1698 +msgid "%2 argument for primitive %1 of wrong type: %3 not a style"
1699 +msgstr ""
1700 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥¹¥¿¥¤¥ë (style) "
1701 +"¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1702 +
1703 +msgid "%2 argument for primitive %1 of wrong type: %3 not an exact integer"
1704 +msgstr ""
1705 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¸·Ì©¤ÊÀ°¿ô "
1706 +"(exact integer) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1707 +
1708 +msgid "%2 argument for primitive %1 of wrong type: %3 not a quantity"
1709 +msgstr ""
1710 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï quantity ¤Ç¤Ï¤¢"
1711 +"¤ê¤Þ¤»¤ó"
1712 +
1713 +msgid "%2 argument for primitive %1 of wrong type: %3 not a color-space"
1714 +msgstr ""
1715 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï\n"
1716 +"color-space ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1717 +
1718 +msgid "%2 argument for primitive %1 of wrong type: %3 not a number"
1719 +msgstr ""
1720 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¿ô»ú (number) ¤Ç"
1721 +"¤Ï¤¢¤ê¤Þ¤»¤ó"
1722 +
1723 +msgid "%2 argument for primitive %1 of wrong type: %3 not a sosofo"
1724 +msgstr ""
1725 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï sosofo ¤Ç¤Ï¤¢¤ê"
1726 +"¤Þ¤»¤ó"
1727 +
1728 +msgid ""
1729 +"%2 argument for primitive %1 of wrong type: %3 not an optional singleton "
1730 +"node list"
1731 +msgstr ""
1732 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥ª¥×¥·¥ç¥ó¤Îñ°ì"
1733 +"¥Î¡¼¥É¥ê¥¹¥È (optional singleton node list) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1734 +
1735 +msgid ""
1736 +"%2 argument for primitive %1 of wrong type: %3 not a singleton node list"
1737 +msgstr ""
1738 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ïñ°ì¥Î¡¼¥É¥ê¥¹¥È "
1739 +"(singleton node list) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1740 +
1741 +msgid "%2 argument for primitive %1 of wrong type: %3 not a node list"
1742 +msgstr ""
1743 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥Î¡¼¥É¥ê¥¹¥È "
1744 +"(node list) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1745 +
1746 +msgid "%2 argument for primitive %1 of wrong type: %3 not a named node list"
1747 +msgstr ""
1748 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï̾Á°ÉÕ¤­¥Î¡¼¥É¥ê"
1749 +"¥¹¥È (named node list) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1750 +
1751 +msgid ""
1752 +"%2 argument for primitive %1 of wrong type: %3 not a length or length-spec"
1753 +msgstr ""
1754 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï length ¤¢¤ë¤¤¤Ï "
1755 +"length-spec ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1756 +
1757 +msgid ""
1758 +"%2 argument for primitive %1 of wrong type: %3 not a quantity or length-spec"
1759 +msgstr ""
1760 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï quantity ¤¢¤ë¤¤"
1761 +"¤Ï length-spec ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1762 +
1763 +msgid ""
1764 +"%2 argument for primitive %1 of wrong type: %3 not an integer or the symbol "
1765 +"\"force\""
1766 +msgstr ""
1767 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤ÏÀ°¿ô (integer) ¤¢"
1768 +"¤ë¤¤¤Ï¥·¥ó¥Ü¥ë (symbol) \"force\" ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1769 +
1770 +msgid "%2 argument for primitive %1 of wrong type: %3 not an address"
1771 +msgstr ""
1772 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥¢¥É¥ì¥¹ "
1773 +"(address) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1774 +
1775 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-id"
1776 +msgstr ""
1777 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï glyph-id ¤Ç¤Ï¤¢"
1778 +"¤ê¤Þ¤»¤ó"
1779 +
1780 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-subst-table"
1781 +msgstr ""
1782 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï glyph-subset-"
1783 +"table ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1784 +
1785 +msgid ""
1786 +"%2 argument for primitive %1 of wrong type: %3 not a list of pairs of glyph-"
1787 +"ids"
1788 +msgstr ""
1789 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï glyph-id ¤Î¥Ú¥¢ "
1790 +"(pair) ¤Î¥ê¥¹¥È (list) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1791 +
1792 +msgid "%2 argument for primitive %1 of wrong type: %3 not a procedure"
1793 +msgstr ""
1794 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¼ê³¤­ "
1795 +"(procedure) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1796 +
1797 +msgid "%2 argument for primitive %1 of wrong type: %3 not a vector"
1798 +msgstr ""
1799 +"%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ¹¤ë)¤ÏÉÔŬÀڤʥ¿¥¤¥×¤Ç¤¹: %3 ¤Ï¥Ù¥¯¥È¥ë "
1800 +"(vector) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1801 +
1802 +msgid "root rule already defined in same part with same importance"
1803 +msgstr "root rule ¤Ï´û¤ËƱ¤¸Éôʬ¤ÇƱ¤¸½ÅÍ×ÅÙ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
1804 +
1805 +msgid "initial value already declared for characteristic %1 in same part"
1806 +msgstr "½é´üÃͤϴû¤ËƱ¤¸Éôʬ¤ÇÆÃÀ­ %1 ¤ËÂФ·¤ÆÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
1807 +
1808 +msgid "first declaration was here"
1809 +msgstr "ºÇ½é¤ÎÀë¸À¤Ï¤³¤³¤Ç¤¹"
1810 +
1811 +msgid "%1 is not a valid keyword in a style expression"
1812 +msgstr "%1 ¤Ï¥¹¥¿¥¤¥ëɽ¸½Æâ¤Ç¤ÏÉÔŬÀڤʠkeyword ¤Ç¤¹"
1813 +
1814 +msgid "%1 is not a valid keyword in a make expression for flow object class %2"
1815 +msgstr ""
1816 +"%1 ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¥¯¥é¥¹ %2 ¤ËÂФ¹¤ëɽ¸½Æâ¤Ç¤ÏÉÔŬÀڤʠkeyword ¤Ç¤¹"
1817 +
1818 +msgid "%1 is not the name of any flow object class"
1819 +msgstr "%1 ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¥¯¥é¥¹¤Î̾Á°¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1820 +
1821 +msgid ""
1822 +"content expression cannot be specified in make expression for atomic flow "
1823 +"object class %1"
1824 +msgstr ""
1825 +"¥¢¥È¥ß¥Ã¥¯ (atomic) ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¥¯¥é¥¹ %1 ¤ËÂФ¹¤ëɽ¸½Æâ¤Ç¤ÏÆâÍÆɽ¸½ "
1826 +"(content expression) ¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
1827 +
1828 +msgid "value for \"label:\" not a symbol"
1829 +msgstr "\"label:\" ¤ËÂФ¹¤ëÃͤ¬¥·¥ó¥Ü¥ë (symbol) ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1830 +
1831 +msgid "no port for label %1"
1832 +msgstr "label %1 ¤ËÂФ¹¤ë port ¤¬¤¢¤ê¤Þ¤»¤ó"
1833 +
1834 +msgid "invalid content map"
1835 +msgstr "ÉÔŬÀڤʠcontent map"
1836 +
1837 +msgid "content map references non-existent port %1"
1838 +msgstr "content map ¤Ï¸ºß¤·¤Ê¤¤ port %1 ¤ò»²¾È¤·¤Æ¤¤¤Þ¤¹"
1839 +
1840 +msgid "invalid value for %1 characteristic"
1841 +msgstr "%1 ÆÃÀ­¤ËÂФ¹¤ëÉÔŬÀÚ¤ÊÃÍ"
1842 +
1843 +msgid "no clause in cond expression matched"
1844 +msgstr "cond É½¸½Æâ¤ÇÂбþ¤¹¤ë clause ¤¬¤¢¤ê¤Þ¤»¤ó"
1845 +
1846 +msgid "no clause in case expression matched %1"
1847 +msgstr "case É½¸½Æâ¤Ç %1 ¤ËÂбþ¤¹¤ë clause ¤¬¤¢¤ê¤Þ¤»¤ó"
1848 +
1849 +msgid "expected \"else\" not %1"
1850 +msgstr "ͽ´ü¤µ¤ì¤ë \"else\" ¤¬ %1 ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1851 +
1852 +msgid ""
1853 +"sorry, cannot handle unresolvable quantities in datums in case expression"
1854 +msgstr ""
1855 +"»ÄÇ°¤Ê¤¬¤é case É½¸½¤Î data Æâ¤Î̤²ò·è¤Î quantity ¤ò½èÍý¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
1856 +
1857 +msgid "%1"
1858 +msgstr "%1"
1859 +
1860 +msgid "division by zero"
1861 +msgstr "0 ½ü»»"
1862 +
1863 +msgid "procedure does not have %1 keyword argument"
1864 +msgstr "¼ê³¤­ (procedure) ¤¬ %1 ¥­¡¼¥ï¡¼¥É°ú¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
1865 +
1866 +msgid "argument not a keyword"
1867 +msgstr "°ú¿ô¤¬¥­¡¼¥ï¡¼¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1868 +
1869 +msgid ""
1870 +"specification document does not have the DSSSL architecture as a base "
1871 +"architecture"
1872 +msgstr "»ØÄêʸ½ñ¤Ï¥Ù¡¼¥¹¤È¤Ê¤ë DSSSL ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
1873 +
1874 +msgid ""
1875 +"specification document did not contain a style-specification-body element"
1876 +msgstr "»ØÄêʸ½ñ¤Ï style-specification-body ¥¨¥ì¥á¥ó¥È¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó¤Ç¤·¤¿"
1877 +
1878 +msgid "unknown character name %1"
1879 +msgstr "ÉÔÌÀ¤Ê¥­¥ã¥é¥¯¥¿Ì¾ %1"
1880 +
1881 +msgid "attempt to use current node when there is none"
1882 +msgstr "²¿¤â¤Ê¤¤¤È¤­¤Ë¤Ïº£¤Î¥Î¡¼¥É¤ò»È¤¦¤è¤¦¤Ë¤·¤Þ¤¹"
1883 +
1884 +msgid "attempt to process node in illegal context"
1885 +msgstr "ÉÔŬÀڤʥ³¥ó¥Æ¥­¥¹¥ÈÆâ¤Î¥Î¡¼¥É¤ò½èÍý¤¹¤ë¤è¤¦¤Ë¤·¤Þ¤¹"
1886 +
1887 +msgid "radix must be 2, 8, 10 or 16"
1888 +msgstr "´ð¿ô¤Ï 2¡¢8¡¢10¡¢16 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
1889 +
1890 +msgid "this context requires a sosofo"
1891 +msgstr "¤³¤Î¥³¥ó¥Æ¥­¥¹¥È¤Ï sosofo ¤òɬÍפȤ·¤Þ¤¹"
1892 +
1893 +msgid "this context requires a style object"
1894 +msgstr "¤³¤Î¥³¥ó¥Æ¥­¥¹¥È¤Ï¥¹¥¿¥¤¥ë (style) ¥ª¥Ö¥¸¥§¥¯¥È¤òɬÍפȤ·¤Þ¤¹"
1895 +
1896 +msgid "procedure can only be used in evaluation of characteristic value"
1897 +msgstr "procedure ¤ÏÆÃÀ­ÃͤÎɾ²ÁÆâ¤Ç¤Î¤ß»ÈÍѤǤ­¤Þ¤¹"
1898 +
1899 +msgid "%1 color requires three arguments"
1900 +msgstr "%1 ¥«¥é¡¼¤Ï»°¤Ä¤Î°ú¿ô¤òɬÍפȤ·¤Þ¤¹"
1901 +
1902 +msgid "arguments for %1 color must be numbers"
1903 +msgstr "%1 ¥«¥é¡¼¤ËÂФ¹¤ë°ú¿ô¤Ï¿ô»ú¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
1904 +
1905 +msgid "arguments for %1 color must be in the range 0 to 1"
1906 +msgstr "%1 ¥«¥é¡¼¤ËÂФ¹¤ë°ú¿ô¤Ï 0 ¤«¤é 1 ¤Þ¤Ç¤ÎÈÏ°ÏÆâ¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
1907 +
1908 +msgid "result of procedure in %1 color must be a number"
1909 +msgstr "%1 ¥«¥é¡¼Æâ¤Î procedure ¤ÎÊÖ¤êÃͤϿô»ú¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
1910 +
1911 +msgid "unknown color-space family %1"
1912 +msgstr "ÉÔÌÀ¤Ê color-space ¥Õ¥¡¥ß¥ê %1"
1913 +
1914 +msgid "%1 color-space family does not take any arguments"
1915 +msgstr "%1 color-space ¥Õ¥¡¥ß¥ê¤Ï°ú¿ô¤ò¤È¤ê¤Þ¤»¤ó"
1916 +
1917 +msgid "invalid parameters for %1 color-space family"
1918 +msgstr "%1 color-space ¥Õ¥¡¥ß¥ê¤ËÂФ·¤ÆÉÔŬÀڤʥѥé¥á¡¼¥¿"
1919 +
1920 +msgid "%1 is not a pre-defined inherited characteristic"
1921 +msgstr "%1 ¤ÏÄêµÁºÑ¤ß¤Î·Ñ¾µ¤µ¤ì¤¿ÆÃÀ­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1922 +
1923 +msgid "invalid number format %1"
1924 +msgstr "ÉÔŬÀڤʿô»ú¥Õ¥©¡¼¥Þ¥Ã¥È %1"
1925 +
1926 +msgid "invalid character %1 in public identifier"
1927 +msgstr "¸ø³«¼±ÊÌ»ÒÆâ¤ËÉÔŬÀÚ¤Êʸ»ú %1"
1928 +
1929 +msgid "debug %1"
1930 +msgstr "¥Ç¥Ð¥Ã¥° %1"
1931 +
1932 +msgid "circular use of specification parts"
1933 +msgstr "»ØÄêÉôʬ¤Î½Û´Ä»ÈÍÑ"
1934 +
1935 +msgid "no style-specification or external-specification with ID %1"
1936 +msgstr ""
1937 +"ID %1 ¤Ë¤Ä¤¤¤Æ style-specification ¤¢¤ë¤¤¤Ï external-specification ¤¬¤¢¤ê¤Þ¤»"
1938 +"¤ó"
1939 +
1940 +msgid ""
1941 +"document did not contain any style-specifications or external-specifications"
1942 +msgstr ""
1943 +"ʸ½ñ¤Ï style-specification ¤¢¤ë¤¤¤Ï external-specification ¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
1944 +
1945 +msgid "table-cell flow object not inside a table"
1946 +msgstr "table-cell ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ï¥Æ¡¼¥Ö¥ëÆâ¤Ë¤¢¤ê¤Þ¤»¤ó"
1947 +
1948 +msgid "table-row flow object not inside a table"
1949 +msgstr "table-row ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ï¥Æ¡¼¥Ö¥ëÆâ¤Ë¤¢¤ê¤Þ¤»¤ó"
1950 +
1951 +msgid "no value for node property %1"
1952 +msgstr "¥Î¡¼¥É°À­ %1 ¤ËÂФ¹¤ëÃͤ¬¤¢¤ê¤Þ¤»¤ó"
1953 +
1954 +msgid "value returned by procedure was not a node-list"
1955 +msgstr "procedure ¤ÎÊÖ¤êÃͤϥΡ¼¥É¥ê¥¹¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
1956 +
1957 +msgid "called from here"
1958 +msgstr "¤³¤³¤«¤é¸Æ¤Ð¤ì¤Þ¤·¤¿"
1959 +
1960 +msgid "called from here...(%1 calls omitted)"
1961 +msgstr "¤³¤³¤«¤é¸Æ¤Ð¤ì¤Þ¤·¤¿... (%1 ¸Æ½Ð¤·¤Ï¾Êά¤µ¤ì¤Þ¤·¤¿)"
1962 +
1963 +msgid "node processing loop detected"
1964 +msgstr "¥Î¡¼¥É½èÍý¥ë¡¼¥×¤ò¸¡½Ð¤·¤Þ¤·¤¿"
1965 +
1966 +msgid "unquote-splicing expression does not evaluate to a list"
1967 +msgstr "unquote-splicing É½¼°¤Ï¥ê¥¹¥È¤Ëɾ²Á¤µ¤ì¤Þ¤»¤ó"
1968 +
1969 +msgid "object is read-only"
1970 +msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤Ï read-only ¤Ç¤¹"
1971 +
1972 +msgid "assignment to top-level variable %1"
1973 +msgstr "ºÇ¾å³¬ÁؤÎÊÑ¿ô %1 ¤Ë³ä¤êÅö¤Æ"
1974 +
1975 +msgid "invalid call to continuation"
1976 +msgstr "·Ñ³¤Ë¤Ä¤¤¤ÆÉÔŬÀڤʸƽФ·"
1977 +
1978 +msgid "empty generic identifier in pattern"
1979 +msgstr "¥Ñ¥¿¡¼¥óÆâ¤Ë¶õ¤Î°ìÈ̼±ÊÌ»Ò"
1980 +
1981 +msgid "pattern is not a list"
1982 +msgstr "¥Ñ¥¿¡¼¥ó¤Ï¥ê¥¹¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1983 +
1984 +msgid "%1 cannot be used as a generic identifier in a pattern"
1985 +msgstr "%1 ¤Ï¥Ñ¥¿¡¼¥óÆâ¤Î°ìÈ̼±Ê̻ҤȤ·¤Æ¤Ï»ÈÍѤǤ­¤Þ¤»¤ó"
1986 +
1987 +msgid "%1 cannot occur in a pattern"
1988 +msgstr "%1 ¤Ï¥Ñ¥¿¡¼¥óÆâ¤Ë¤¢¤ê¤Þ¤»¤ó"
1989 +
1990 +msgid "value missing for qualifier in pattern"
1991 +msgstr "¥Ñ¥¿¡¼¥óÆâ¤Î qualifier ¤ËÂФ¹¤ëÃͤ¬¤¢¤ê¤Þ¤»¤ó"
1992 +
1993 +msgid "unknown pattern qualifier %1"
1994 +msgstr "ÉÔÌÀ¤Ê¥Ñ¥¿¡¼¥ó qualifier %1"
1995 +
1996 +msgid "bad value %1 for %2 qualifier in pattern"
1997 +msgstr "¥Ñ¥¿¡¼¥óÆâ¤ÎÉÔŬÀÚ¤ÊÃÍ %1 (%2 ¤ËÂФ¹¤ë) qualifier"
1998 +
1999 +msgid "repeat qualifier not allowed inside children qualifier"
2000 +msgstr "·«¤êÊÖ¤· qualifier ¤Ï»Ò¤Î qualifier Æâ¤Ç¤Ïµö¤µ¤ì¤Þ¤»¤ó"
2001 +
2002 +msgid "bad value for attributes qualifier in pattern"
2003 +msgstr "¥Ñ¥¿¡¼¥óÆâ¤Î°À­ qualifier ¤ËÂФ¹¤ëÉÔŬÀÚ¤ÊÃÍ"
2004 +
2005 +msgid "characteristic %1 applied in style rule with same specificity"
2006 +msgstr "ÆÃÀ­ %1 ¤ÏƱ¤¸»ØÄê¤Î¥¹¥¿¥¤¥ë¥ë¡¼¥ë¤ËŬÍѤµ¤ì¤Æ¤¤¤Þ¤¹"
2007 +
2008 +msgid "other style rule is here"
2009 +msgstr "¾¤Î¥¹¥¿¥¤¥ë¥ë¡¼¥ë¤Ï¤³¤³¤Ç¤¹"
2010 +
2011 +msgid "node matches more than one pattern with the same specificity"
2012 +msgstr "¥Î¡¼¥É¤ÏƱ¤¸»ØÄê¤Ç°ì¤Ä°Ê¾å¤Î¥Ñ¥¿¡¼¥ó¤Ë°ìÃפ·¤Þ¤¹"
2013 +
2014 +msgid "reference to uninitialized variable %1"
2015 +msgstr "½é´ü²½¤µ¤ì¤Æ¤¤¤ÊÊÑ¿ô %1 ¤Ø¤Î»²¾È"
2016 +
2017 +msgid "circular use of actual value of characteristic %1"
2018 +msgstr "ÆÃÀ­ %1 ¤Î¼ÂºÝ¤ÎÃͤò½Û´Ä¤·¤Æ»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
2019 +
2020 +msgid "characteristic %1 already defined in same part"
2021 +msgstr "ÆÃÀ­ %1 ¤ÏƱ¤¸Éôʬ¤Ç´û¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
2022 +
2023 +msgid "flow object class %1 already defined in same part"
2024 +msgstr "¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¥¯¥é¥¹ %1 ¤ÏƱ¤¸Éôʬ¤Ç´û¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
2025 +
2026 +msgid "mode %1 not defined"
2027 +msgstr "¥Î¡¼¥É %1 ¤Ï̤ÄêµÁ¤Ç¤¹"
2028 +
2029 +msgid "duplicate character name %1"
2030 +msgstr "½ÅÊ£¤¹¤ëÆÃÀ­Ì¾ %1"
2031 +
2032 +msgid "duplicate SDATA entity name %1"
2033 +msgstr "½ÅÊ£¤¹¤ë SDATA ¥¨¥ó¥Æ¥£¥Æ¥£Ì¾ %1"
2034 +
2035 +msgid "duplicate SDATA entity text %1"
2036 +msgstr "½ÅÊ£¤¹¤ë SDATA ¥¨¥ó¥Æ¥£¥Æ¥£¥Æ¥­¥¹¥È %1"
2037 +
2038 +msgid "unsupported declaration will be ignored"
2039 +msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤Àë¸À¤Ï̵»ë¤µ¤ì¤Þ¤¹"
2040 +
2041 +msgid "unsupported character repertoire %1 will be ignored"
2042 +msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥­¥ã¥é¥¯¥¿¥ì¥Ñ¡¼¥È¥ê¡¼ %1 ¤Ï̵»ë¤µ¤ì¤Þ¤¹"
2043 +
2044 +msgid "error in declaration element"
2045 +msgstr "Àë¸À¥¨¥ì¥á¥ó¥ÈÆâ¤Ç¥¨¥é¡¼"
2046 +
2047 +msgid "%1 is not a valid identifier"
2048 +msgstr "%1 ¤ÏÉÔŬÀڤʼ±Ê̻ҤǤ¹"
2049 +
2050 +msgid "error in language definition"
2051 +msgstr "¸À¸ìÄêµÁÉôʬÆâ¤Ç¥¨¥é¡¼"
2052 +
2053 +msgid "no current language"
2054 +msgstr "¸À¸ì¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
2055 +
2056 +msgid "%2 argument for primitive %1 of wrong type: %3 not a language"
2057 +msgstr ""
2058 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤Ï¸À¸ì¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2059 +
2060 +msgid "%2 argument for primitive %1 of wrong type: %3 not a positive integer"
2061 +msgstr ""
2062 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤ÏÀµ¤ÎÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»"
2063 +"¤ó"
2064 +
2065 +msgid "%2 argument for primitive %1 of wrong type: %3 not an integer"
2066 +msgstr ""
2067 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤ÏÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2068 +
2069 +msgid "%2 argument for primitive %1 of wrong type: %3 not a keyword"
2070 +msgstr ""
2071 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤Ï¥­¡¼¥ï¡¼¥É¤Ç¤Ï¤¢¤ê¤Þ"
2072 +"¤»¤ó"
2073 +
2074 +msgid "%2 argument for primitive %1 of wrong type: %3 not an alist"
2075 +msgstr ""
2076 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤ÏÏ¢Áۥꥹ¥È (alist) "
2077 +"¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2078 +
2079 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list of characters"
2080 +msgstr ""
2081 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤Ïʸ»ú¤Î¥ê¥¹¥È¤Ç¤Ï¤¢¤ê"
2082 +"¤Þ¤»¤ó"
2083 +
2084 +msgid "%2 argument for primitive %1 has wrong length"
2085 +msgstr "%2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ)¤ÏÉÔŬÀڤʠlength ¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹"
2086 +
2087 +msgid "quantity %1 can't be represented exactly"
2088 +msgstr "quantity %1 ¤òÀµ³Î¤Ëɽ¸½¤Ç¤­¤Þ¤»¤ó"
2089 +
2090 +msgid "default language already declared in this part"
2091 +msgstr "ɸ½à¤Î¸À¸ì¤Ï¤³¤ÎÉôʬ¤Ç´û¤ËÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
2092 +
2093 +msgid "%1 not a language as required in a default-language-declaration"
2094 +msgstr "%1 ¤Ï default-language-declaration Æâ¤ÇÍ׵ᤵ¤ì¤¿¸À¸ì¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2095 +
2096 +msgid "%1 not a valid unit name"
2097 +msgstr "%1 ¤ÏÉÔŬÀڤʥæ¥Ë¥Ã¥È̾¤Ç¤¹"
2098 +
2099 +msgid "%1 not a valid character name"
2100 +msgstr "%1 ¤ÏÉÔŬÀڤʥ­¥ã¥é¥¯¥¿Ì¾¤Ç¤¹"
2101 +
2102 +msgid "%1 not a valid character number"
2103 +msgstr "%1 ¤ÏÉÔŬÀڤʥ­¥ã¥é¥¯¥¿ÈÖ¹æ¤Ç¤¹"
2104 +
2105 +msgid "unknown character property %1"
2106 +msgstr "ÉÔÌÀ¤Ê¥­¥ã¥é¥¯¥¿Â°À­ %1"
2107 +
2108 +msgid "error in character property declaration"
2109 +msgstr "¥­¥ã¥é¥¯¥¿Â°À­Àë¸ÀÆâ¤Ç¥¨¥é¡¼"
2110 +
2111 +msgid "character property %1 already declared in same part"
2112 +msgstr "¥­¥ã¥é¥¯¥¿Â°À­ %1 ¤ÏƱ¤¸Éôʬ¤Ç´û¤ËÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
2113 +
2114 +msgid "added value for character property %1 already declared in same part"
2115 +msgstr "¥­¥ã¥é¥¯¥¿Â°À­ %1 ¤Î¤¿¤á¤ËÄɲ䵤줿ÃͤÏƱ¤¸Éôʬ¤Ç´û¤ËÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
2116 +
2117 +msgid "previous declaration was here"
2118 +msgstr "Á°¤ÎÀë¸À¤Ï¤³¤³¤Ç¤·¤¿"
2119 +
2120 +msgid "value returned by procedure was not a sosofo"
2121 +msgstr "procedure ¤ÎÊÖ¤êÃͤϠsosofo ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
2122 +
2123 +msgid "loop in specification of value of character property %1"
2124 +msgstr "¥­¥ã¥é¥¯¥¿Â°À­ %1 ¤ÎÃͤλØÄêÆâ¤Ç¥ë¡¼¥×"
2125 +
2126 +msgid "value for character property %1 of wrong type: %2 not an integer"
2127 +msgstr "ÉÔŬÀڤʥ¿¥¤¥×¤Î¥­¥ã¥é¥¯¥¿Â°À­ %1 ¤ÎÃÍ: %2 ¤ÏÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2128 +
2129 +msgid ""
2130 +"value for character property %1 of wrong type: %2 not an integer or the "
2131 +"value \"#f\""
2132 +msgstr ""
2133 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î¥­¥ã¥é¥¯¥¿¥×¥í¥Ñ¥Æ¥£ %1 ¤ÎÃÍ: %2 ¤ÏÀ°¿ô¤Ç¤âÃÍ \"#f\" ¤Ç¤â¤¢¤ê"
2134 +"¤Þ¤»¤ó"
2135 +
2136 +msgid "%1 not a style or transformation language feature"
2137 +msgstr "%1 ¤Ï¥¹¥¿¥¤¥ë¤Ç¤âÊÑ´¹¸À¸ìÆÃÀ­¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
2138 +
2139 +msgid "undeclared use of feature %1"
2140 +msgstr "Àë¸À¤µ¤ì¤Æ¤¤¤Ê¤¤ÆÃÀ­ %1 ¤Î»ÈÍÑ"
2141 +
2142 +msgid "feature %1 not supported"
2143 +msgstr "ÆÃÀ­ %1 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2144 +
2145 +msgid "feature %1 only partially supported"
2146 +msgstr "ÆÃÀ­ %1 ¤Ï°ìÉô¤Î¤ß¤Î¥µ¥Ý¡¼¥È¤Ç¤¹"
2147 +
2148 +msgid "only allowed in style language"
2149 +msgstr "¥¹¥¿¥¤¥ë¸À¸ìÆâ¤Ç¤Î¤ßµö¤µ¤ì¤Æ¤¤¤Þ¤¹"
2150 +
2151 +msgid "only allowed in transformation language"
2152 +msgstr "ÊÑ´¹¸À¸ìÆâ¤Ç¤Î¤ßµö¤µ¤ì¤Æ¤¤¤Þ¤¹"
2153 +
2154 +msgid "style and transformation language parts mixed"
2155 +msgstr "¥¹¥¿¥¤¥ë¤ÈÊÑ´¹¸À¸ìÉôʬ¤¬º®¹ç¤µ¤ì¤Æ¤¤¤Þ¤¹"
2156 +
2157 +msgid "specification is marked as partial"
2158 +msgstr "specification ¤¬ partial ¤È¤·¤Æ¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
2159 +
2160 +msgid "grove plan excluding module %1 not supported"
2161 +msgstr "grove plan excluding ¥â¥¸¥å¡¼¥ë %1 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2162 +
2163 +msgid "grove plan including module %1 not supported"
2164 +msgstr "grove plan including ¥â¥¸¥å¡¼¥ë %1 ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2165 +
2166 +msgid "%1 not an SGML property set module"
2167 +msgstr "%1 ¤Ï SGML Â°À­ÀßÄê¥â¥¸¥å¡¼¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2168 +
2169 +msgid ""
2170 +"Function for char-map characteristic returned non-char object %2 for "
2171 +"character %1"
2172 +msgstr ""
2173 +"char-map ÆÃÀ­´Ø¿ô¤Ï non-char ¥ª¥Ö¥¸¥§¥¯¥È %2 ¤òÊÖ¤·¤Þ¤·¤¿(ʸ»ú %1 ¤ËÂФ·¤Æ)"
2174 +
2175 +msgid ""
2176 +"value for character property %1 of wrong type: %2 not a public identifier or "
2177 +"the value \"#f\""
2178 +msgstr "ÉÔŬÀÚ¤Êʸ»ú°À­ %1 ¤ÎÃÍ: %2 ¤Ï¸ø³«¼±Ê̻ҤǤâÃÍ \"#f\" ¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
2179 +
2180 +msgid "variable %1 occurs more than once in bindings"
2181 +msgstr "ÊÑ¿ô %1 ¤Ë¤Ï°ì¤Ä°Ê¾å¤Î¥Ð¥¤¥ó¥É¤¬¤Ê¤µ¤ì¤Æ¤¤¤Þ¤¹"
2182 +
2183 +msgid "exactly one of node:, subgrove: and class: needed"
2184 +msgstr "¸·Ì©¤Ë¤Ï node:¡¢subgrove:¡¢class: ¤ÎÆâ¤Î¤É¤ì¤«°ì¤Ä¤¬É¬ÍפȤµ¤ì¤Þ¤¹"
2185 +
2186 +msgid "add:, null:, remove:, children:, sub: make no sense with subgrove:"
2187 +msgstr ""
2188 +"add:, null:, remove:, children:, sub: subgrove ¤Ë¤Ä¤¤¤Æ°ÕÌ£¤ò¤Ê¤·¤Þ¤»¤ó:"
2189 +
2190 +msgid "remove: makes no sense with class:"
2191 +msgstr "remove: ¥¯¥é¥¹¤Ë¤Ä¤¤¤Æ°ÕÌ£¤ò¤Ê¤·¤Þ¤»¤ó"
2192 +
2193 +msgid "%2 argument for primitive %1 of wrong type: %3 not a subgrove-spec"
2194 +msgstr ""
2195 +"ÉÔŬÀڤʥ¿¥¤¥×¤Î %2 °ú¿ô(¥×¥ê¥ß¥Æ¥£¥Ö %1 ¤ËÂФ·¤Æ): %3 ¤Ï subgrove-spec ¤Ç¤Ï"
2196 +"¤¢¤ê¤Þ¤»¤ó"
2197 +
2198 +msgid "wrong type: %1 not a list of create-specs"
2199 +msgstr "ÉÔŬÀڤʥ¿¥¤¥×: %1 ¤Ï create-spec ¤Î¥ê¥¹¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2200 +
2201 +msgid "wrong type: %1 not a create-spec or list of create-specs"
2202 +msgstr ""
2203 +"ÉÔŬÀڤʥ¿¥¤¥×: %1 ¤Ï create-spec ¤Ç¤â create-spec ¤Î¥ê¥¹¥È¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
2204 +
2205 +msgid "query expression: %1 not a node list"
2206 +msgstr "Ì䤤¹ç¤ï¤»É½¼°: %1 ¤Ï¥Î¡¼¥É¥ê¥¹¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2207 +
2208 +msgid "priority expression: %1 not an exact integer"
2209 +msgstr "Í¥ÀèÅÙɽ¼°: %1 ¤Ï¸·Ì©¤ÊÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2210 +
2211 +msgid ""
2212 +"flow objects at the root must be all of class scroll or all of class page-"
2213 +"sequence or simple-page-sequence"
2214 +msgstr ""
2215 +"root ¤Ç¤Î¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ï¤¹¤Ù¤Æ¤Î¥¯¥é¥¹ scroll ¤«¤¹¤Ù¤Æ¤Î¥¯¥é¥¹ page-"
2216 +"sequence ¤« simple-page-sequence ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2217 +
2218 +msgid "current flow parent has no principal port"
2219 +msgstr "¸½ºß¤Î¥Õ¥í¡¼ parent ¤Ï principal port ¤ò»ý¤Á¤Þ¤»¤ó"
2220 +
2221 +msgid "this flow object requires a paragraph as an ancestor flow object"
2222 +msgstr ""
2223 +"¤³¤Î¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ï¸¶·¿¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤È¤·¤Æ¤Î¥Ñ¥é¥°¥é¥Õ¤òɬÍפȤ·¤Þ"
2224 +"¤¹"
2225 +
2226 +msgid "flow object not accepted by port; only inline flow objects accepted"
2227 +msgstr ""
2228 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó: inline ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤À¤±¤òµö¤·¤Þ"
2229 +"¤¹"
2230 +
2231 +msgid "flow object not accepted by port; only display flow objects accepted"
2232 +msgstr ""
2233 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó: display ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤À¤±¤òµö¤·¤Þ"
2234 +"¤¹"
2235 +
2236 +msgid ""
2237 +"flow object not accepted by port; only display or inline flow objects "
2238 +"accepted"
2239 +msgstr ""
2240 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó: display ¤¢¤ë¤¤¤Ï inline ¥Õ¥í¡¼¥ª¥Ö¥¸¥§"
2241 +"¥¯¥È¤À¤±¤òµö¤·¤Þ¤¹"
2242 +
2243 +msgid ""
2244 +"flow object not accepted in a paragraph; only inline, display or paragraph-"
2245 +"break flow objects accepted"
2246 +msgstr ""
2247 +"paragraph Æâ¤Ç¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ïµö¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: inline ¤¢¤ë¤¤¤Ï "
2248 +"display ¡¢paragraph-break ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤À¤±¤òµö¤·¤Þ¤¹"
2249 +
2250 +msgid ""
2251 +"a side-by-side flow object only accepts side-by-side-item flow objects as "
2252 +"children"
2253 +msgstr ""
2254 +"side-by-side ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Ï»Ò¤È¤·¤Æ¤Î side-by-side-item ¥Õ¥í¡¼¥ª¥Ö¥¸¥§"
2255 +"¥¯¥È¤À¤±¤òµö¤·¤Þ¤¹"
2256 +
2257 +msgid ""
2258 +"flow object not accepted by port; only math-sequence, unmath, subscript, "
2259 +"superscript, script, mark, fence, fraction, radical, math-operator, grid, "
2260 +"character and alignment-point flow objects accepted"
2261 +msgstr ""
2262 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó; math-sequence¡¢unmath¡¢subscript¡¢"
2263 +"superscript¡¢script¡¢mark¡¢fence¡¢fraction¡¢radical¡¢math-operator¡¢grid¡¢"
2264 +"character ¤½¤·¤Æ alignment-point ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤À¤±¤òµö¤·¤Þ¤¹"
2265 +
2266 +msgid "flow object not accepted by port; must be grid-cell"
2267 +msgstr "port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó; grid-call ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2268 +
2269 +msgid ""
2270 +"flow object not accepted by port; only a single character flow object "
2271 +"accepted"
2272 +msgstr ""
2273 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó; single character ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Î"
2274 +"¤ß¤¬¼õ¤±Æþ¤ì¤é¤ì¤Þ¤¹"
2275 +
2276 +msgid ""
2277 +"flow object not accepted by port; in a table, only either table-part flow "
2278 +"objects or table-column flow objects followed by table-row or table-cell "
2279 +"flow objects are allowed"
2280 +msgstr ""
2281 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó: table Æâ¤Ç¡¢table-row ¤¢¤ë¤¤¤Ï table-"
2282 +"cell ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤¬Â³¤¯¡¢table-part ¤¢¤ë¤¤¤Ï table-column ¥Õ¥í¡¼¥ª¥Ö"
2283 +"¥¸¥§¥¯¥È¤Î¤ß¤òµö¤·¤Þ¤¹"
2284 +
2285 +msgid ""
2286 +"flow object not accepted by port; only table-row or table-cell flow objects "
2287 +"accepted"
2288 +msgstr ""
2289 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó; table-row ¤¢¤ë¤¤¤Ï table-cell ¥Õ¥í¡¼¥ª"
2290 +"¥Ö¥¸¥§¥¯¥È¤Î¤ßµö¤·¤Þ¤¹¡£"
2291 +
2292 +msgid ""
2293 +"flow object not accepted by port; only table-column flow objects followed by "
2294 +"table-row or table-cell flow objects allowd"
2295 +msgstr ""
2296 +"port ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö²Ä¤·¤Þ¤»¤ó; table-row ¤¢¤ë¤¤¤Ï table-cell ¥Õ¥í¡¼"
2297 +"¥ª¥Ö¥¸¥§¥¯¥È¤¬Â³¤¯¡¢table-column ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Î¤ß¤¬¼õ¤±Æþ¤ì¤é¤ì¤Þ¤¹"
2298 +
2299 +msgid "flow object not accepted by port; only table-cell flow objects accepted"
2300 +msgstr ""
2301 +"porc ¤Ï¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤òµö¤·¤Þ¤»¤ó; table-cell ¥Õ¥í¡¼¥ª¥Ö¥¸¥§¥¯¥È¤Î¤ß¤òµö"
2302 +"¤·¤Þ¤¹¡£"
2303 +
2304 +msgid "priority-expression must be a number"
2305 +msgstr "priority-expression ¤Ï¿ô»ú¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2306 +
2307 +msgid "query-expression must be a node-list"
2308 +msgstr "query-expression ¤Ï node-list ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2309 +
2310 +msgid "Sorry, non-integral priorities not implemented"
2311 +msgstr "»ÄÇ°¤Ê¤¬¤é¡¢non-integral priority ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2312 diff -Nur openjade-1.3.3-pre1.orig/po/jade.pot openjade-1.3.3-pre1/po/jade.pot
2313 --- openjade-1.3.3-pre1.orig/po/jade.pot        Thu Jan  1 01:00:00 1970
2314 +++ openjade-1.3.3-pre1/po/jade.pot     Fri May 31 16:56:58 2002
2315 @@ -0,0 +1,715 @@
2316 +# SOME DESCRIPTIVE TITLE.
2317 +# Copyright (C) YEAR HOLDER
2318 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2319 +#
2320 +#, fuzzy
2321 +msgid ""
2322 +msgstr ""
2323 +"Project-Id-Version: PACKAGE VERSION\n"
2324 +"POT-Creation-Date: 2002-05-31 14:56+0000\n"
2325 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2326 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2327 +"Language-Team: LANGUAGE <LL@li.org>\n"
2328 +"MIME-Version:: 1.0\n"
2329 +"Content-Type: text/plain; charset=CHARSET\n"
2330 +"Content-Transfer-Encoding: ENCODING\n"
2331 +
2332 +msgid "cannot open output file %1 (%2)"
2333 +msgstr ""
2334 +
2335 +msgid "unknown output type %1"
2336 +msgstr ""
2337 +
2338 +msgid "empty output filename"
2339 +msgstr ""
2340 +
2341 +msgid "Use the backend %1."
2342 +msgstr ""
2343 +
2344 +msgid "Send output to %1."
2345 +msgstr ""
2346 +
2347 +msgid "FILE"
2348 +msgstr ""
2349 +
2350 +msgid "TYPE"
2351 +msgstr ""
2352 +
2353 +msgid "could not convert system identifier %1 to a single filename"
2354 +msgstr ""
2355 +
2356 +msgid "missing table column flow object (table-auto-width feature not fully supported)"
2357 +msgstr ""
2358 +
2359 +msgid "nested tables are not allowed in RTF"
2360 +msgstr ""
2361 +
2362 +msgid "could not embed %1 with clsid %2"
2363 +msgstr ""
2364 +
2365 +msgid "TeX backend does not currently support references to page numbers of nodes other than elements"
2366 +msgstr ""
2367 +
2368 +msgid "TeX backend does not currently support links to nodes other than elements"
2369 +msgstr ""
2370 +
2371 +msgid "TeX backend does not currently support links to entities"
2372 +msgstr ""
2373 +
2374 +msgid "TeX backend does not currently support links to other SGML documents"
2375 +msgstr ""
2376 +
2377 +msgid "TeX backend does not currently support HyTime linkends"
2378 +msgstr ""
2379 +
2380 +msgid "TeX backend does not currently support TEI links"
2381 +msgstr ""
2382 +
2383 +msgid "TeX backend does not currently support glyph substitution tables"
2384 +msgstr ""
2385 +
2386 +msgid "%1 version %2"
2387 +msgstr ""
2388 +
2389 +msgid "no DSSSL specification: use -d to specify"
2390 +msgstr ""
2391 +
2392 +msgid "no applicable processing instruction with title %1; available titles: %2"
2393 +msgstr ""
2394 +
2395 +msgid "Options with a \"doc-\"/\"spec-\" prefix apply only to the document/specification."
2396 +msgstr ""
2397 +
2398 +msgid "Enable experimental DSSSL extensions."
2399 +msgstr ""
2400 +
2401 +msgid "Debug mode."
2402 +msgstr ""
2403 +
2404 +msgid "Use DSSSL specification %1."
2405 +msgstr ""
2406 +
2407 +msgid "Use DSSSL specification with title %1."
2408 +msgstr ""
2409 +
2410 +msgid "Pretend that %1 appeared in the specification."
2411 +msgstr ""
2412 +
2413 +msgid "Strict DSSSL compliance mode."
2414 +msgstr ""
2415 +
2416 +msgid "Show open entities in error messages."
2417 +msgstr ""
2418 +
2419 +msgid "Show open elements in error messages."
2420 +msgstr ""
2421 +
2422 +msgid "Show error numbers in error messages."
2423 +msgstr ""
2424 +
2425 +msgid "Show references in error messages."
2426 +msgstr ""
2427 +
2428 +msgid "Define parameter entity %1 as \"INCLUDE\"."
2429 +msgstr ""
2430 +
2431 +msgid "Enable warning %1."
2432 +msgstr ""
2433 +
2434 +msgid "SYSID"
2435 +msgstr ""
2436 +
2437 +msgid "DEFINITION"
2438 +msgstr ""
2439 +
2440 +msgid "NAME"
2441 +msgstr ""
2442 +
2443 +msgid "unexpected end of file"
2444 +msgstr ""
2445 +
2446 +msgid "invalid character"
2447 +msgstr ""
2448 +
2449 +msgid "invalid character after '#'"
2450 +msgstr ""
2451 +
2452 +msgid "unknown #! named constant %1"
2453 +msgstr ""
2454 +
2455 +msgid "unexpected token %1"
2456 +msgstr ""
2457 +
2458 +msgid "string with no closing quote"
2459 +msgstr ""
2460 +
2461 +msgid "missing closing parenthesis"
2462 +msgstr ""
2463 +
2464 +msgid "invalid number %1"
2465 +msgstr ""
2466 +
2467 +msgid "invalid AFII glyph identifier %1"
2468 +msgstr ""
2469 +
2470 +msgid "call of non-function object %1"
2471 +msgstr ""
2472 +
2473 +msgid "too many arguments for function"
2474 +msgstr ""
2475 +
2476 +msgid "odd number of keyword/value arguments"
2477 +msgstr ""
2478 +
2479 +msgid "missing argument for function call"
2480 +msgstr ""
2481 +
2482 +msgid "syntactic keyword %1 used as variable"
2483 +msgstr ""
2484 +
2485 +msgid "reference to undefined variable %1"
2486 +msgstr ""
2487 +
2488 +msgid "no character with name %1"
2489 +msgstr ""
2490 +
2491 +msgid "unknown top level form %1"
2492 +msgstr ""
2493 +
2494 +msgid "bad form %1 in mode group"
2495 +msgstr ""
2496 +
2497 +msgid "identifier %1 already defined in same part"
2498 +msgstr ""
2499 +
2500 +msgid "first definition was here"
2501 +msgstr ""
2502 +
2503 +msgid "loop in specification of value of %1"
2504 +msgstr ""
2505 +
2506 +msgid "argument out of range"
2507 +msgstr ""
2508 +
2509 +msgid "loop in specification of value of unit %1"
2510 +msgstr ""
2511 +
2512 +msgid "bad value specified for unit %1"
2513 +msgstr ""
2514 +
2515 +msgid "unit %1 already defined in same part"
2516 +msgstr ""
2517 +
2518 +msgid "quantity %1 undefined"
2519 +msgstr ""
2520 +
2521 +msgid "incompatible dimensions"
2522 +msgstr ""
2523 +
2524 +msgid "%2 argument for primitive %1 of wrong type: %3 not a boolean"
2525 +msgstr ""
2526 +
2527 +msgid "%2 argument for primitive %1 of wrong type: %3 not a pair"
2528 +msgstr ""
2529 +
2530 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list"
2531 +msgstr ""
2532 +
2533 +msgid "%2 argument for primitive %1 of wrong type: %3 not a symbol"
2534 +msgstr ""
2535 +
2536 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string"
2537 +msgstr ""
2538 +
2539 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string or symbol"
2540 +msgstr ""
2541 +
2542 +msgid "%2 argument for primitive %1 of wrong type: %3 not a char"
2543 +msgstr ""
2544 +
2545 +msgid "%2 argument for primitive %1 of wrong type: %3 not an ISO8601 time string"
2546 +msgstr ""
2547 +
2548 +msgid "%2 argument for primitive %1 of wrong type: %3 not a style"
2549 +msgstr ""
2550 +
2551 +msgid "%2 argument for primitive %1 of wrong type: %3 not an exact integer"
2552 +msgstr ""
2553 +
2554 +msgid "%2 argument for primitive %1 of wrong type: %3 not a quantity"
2555 +msgstr ""
2556 +
2557 +msgid "%2 argument for primitive %1 of wrong type: %3 not a color-space"
2558 +msgstr ""
2559 +
2560 +msgid "%2 argument for primitive %1 of wrong type: %3 not a number"
2561 +msgstr ""
2562 +
2563 +msgid "%2 argument for primitive %1 of wrong type: %3 not a sosofo"
2564 +msgstr ""
2565 +
2566 +msgid "%2 argument for primitive %1 of wrong type: %3 not an optional singleton node list"
2567 +msgstr ""
2568 +
2569 +msgid "%2 argument for primitive %1 of wrong type: %3 not a singleton node list"
2570 +msgstr ""
2571 +
2572 +msgid "%2 argument for primitive %1 of wrong type: %3 not a node list"
2573 +msgstr ""
2574 +
2575 +msgid "%2 argument for primitive %1 of wrong type: %3 not a named node list"
2576 +msgstr ""
2577 +
2578 +msgid "%2 argument for primitive %1 of wrong type: %3 not a length or length-spec"
2579 +msgstr ""
2580 +
2581 +msgid "%2 argument for primitive %1 of wrong type: %3 not a quantity or length-spec"
2582 +msgstr ""
2583 +
2584 +msgid "%2 argument for primitive %1 of wrong type: %3 not an integer or the symbol \"force\""
2585 +msgstr ""
2586 +
2587 +msgid "%2 argument for primitive %1 of wrong type: %3 not an address"
2588 +msgstr ""
2589 +
2590 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-id"
2591 +msgstr ""
2592 +
2593 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-subst-table"
2594 +msgstr ""
2595 +
2596 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list of pairs of glyph-ids"
2597 +msgstr ""
2598 +
2599 +msgid "%2 argument for primitive %1 of wrong type: %3 not a procedure"
2600 +msgstr ""
2601 +
2602 +msgid "%2 argument for primitive %1 of wrong type: %3 not a vector"
2603 +msgstr ""
2604 +
2605 +msgid "root rule already defined in same part with same importance"
2606 +msgstr ""
2607 +
2608 +msgid "initial value already declared for characteristic %1 in same part"
2609 +msgstr ""
2610 +
2611 +msgid "first declaration was here"
2612 +msgstr ""
2613 +
2614 +msgid "%1 is not a valid keyword in a style expression"
2615 +msgstr ""
2616 +
2617 +msgid "%1 is not a valid keyword in a make expression for flow object class %2"
2618 +msgstr ""
2619 +
2620 +msgid "%1 is not the name of any flow object class"
2621 +msgstr ""
2622 +
2623 +msgid "content expression cannot be specified in make expression for atomic flow object class %1"
2624 +msgstr ""
2625 +
2626 +msgid "value for \"label:\" not a symbol"
2627 +msgstr ""
2628 +
2629 +msgid "no port for label %1"
2630 +msgstr ""
2631 +
2632 +msgid "invalid content map"
2633 +msgstr ""
2634 +
2635 +msgid "content map references non-existent port %1"
2636 +msgstr ""
2637 +
2638 +msgid "invalid value for %1 characteristic"
2639 +msgstr ""
2640 +
2641 +msgid "no clause in cond expression matched"
2642 +msgstr ""
2643 +
2644 +msgid "no clause in case expression matched %1"
2645 +msgstr ""
2646 +
2647 +msgid "expected \"else\" not %1"
2648 +msgstr ""
2649 +
2650 +msgid "sorry, cannot handle unresolvable quantities in datums in case expression"
2651 +msgstr ""
2652 +
2653 +msgid "%1"
2654 +msgstr ""
2655 +
2656 +msgid "division by zero"
2657 +msgstr ""
2658 +
2659 +msgid "procedure does not have %1 keyword argument"
2660 +msgstr ""
2661 +
2662 +msgid "argument not a keyword"
2663 +msgstr ""
2664 +
2665 +msgid "specification document does not have the DSSSL architecture as a base architecture"
2666 +msgstr ""
2667 +
2668 +msgid "specification document did not contain a style-specification-body element"
2669 +msgstr ""
2670 +
2671 +msgid "unknown character name %1"
2672 +msgstr ""
2673 +
2674 +msgid "attempt to use current node when there is none"
2675 +msgstr ""
2676 +
2677 +msgid "attempt to process node in illegal context"
2678 +msgstr ""
2679 +
2680 +msgid "radix must be 2, 8, 10 or 16"
2681 +msgstr ""
2682 +
2683 +msgid "this context requires a sosofo"
2684 +msgstr ""
2685 +
2686 +msgid "this context requires a style object"
2687 +msgstr ""
2688 +
2689 +msgid "procedure can only be used in evaluation of characteristic value"
2690 +msgstr ""
2691 +
2692 +msgid "%1 color requires three arguments"
2693 +msgstr ""
2694 +
2695 +msgid "arguments for %1 color must be numbers"
2696 +msgstr ""
2697 +
2698 +msgid "arguments for %1 color must be in the range 0 to 1"
2699 +msgstr ""
2700 +
2701 +msgid "result of procedure in %1 color must be a number"
2702 +msgstr ""
2703 +
2704 +msgid "unknown color-space family %1"
2705 +msgstr ""
2706 +
2707 +msgid "%1 color-space family does not take any arguments"
2708 +msgstr ""
2709 +
2710 +msgid "invalid parameters for %1 color-space family"
2711 +msgstr ""
2712 +
2713 +msgid "%1 is not a pre-defined inherited characteristic"
2714 +msgstr ""
2715 +
2716 +msgid "invalid number format %1"
2717 +msgstr ""
2718 +
2719 +msgid "invalid character %1 in public identifier"
2720 +msgstr ""
2721 +
2722 +msgid "debug %1"
2723 +msgstr ""
2724 +
2725 +msgid "circular use of specification parts"
2726 +msgstr ""
2727 +
2728 +msgid "no style-specification or external-specification with ID %1"
2729 +msgstr ""
2730 +
2731 +msgid "document did not contain any style-specifications or external-specifications"
2732 +msgstr ""
2733 +
2734 +msgid "table-cell flow object not inside a table"
2735 +msgstr ""
2736 +
2737 +msgid "table-row flow object not inside a table"
2738 +msgstr ""
2739 +
2740 +msgid "no value for node property %1"
2741 +msgstr ""
2742 +
2743 +msgid "value returned by procedure was not a node-list"
2744 +msgstr ""
2745 +
2746 +msgid "called from here"
2747 +msgstr ""
2748 +
2749 +msgid "called from here...(%1 calls omitted)"
2750 +msgstr ""
2751 +
2752 +msgid "node processing loop detected"
2753 +msgstr ""
2754 +
2755 +msgid "unquote-splicing expression does not evaluate to a list"
2756 +msgstr ""
2757 +
2758 +msgid "object is read-only"
2759 +msgstr ""
2760 +
2761 +msgid "assignment to top-level variable %1"
2762 +msgstr ""
2763 +
2764 +msgid "invalid call to continuation"
2765 +msgstr ""
2766 +
2767 +msgid "empty generic identifier in pattern"
2768 +msgstr ""
2769 +
2770 +msgid "pattern is not a list"
2771 +msgstr ""
2772 +
2773 +msgid "%1 cannot be used as a generic identifier in a pattern"
2774 +msgstr ""
2775 +
2776 +msgid "%1 cannot occur in a pattern"
2777 +msgstr ""
2778 +
2779 +msgid "value missing for qualifier in pattern"
2780 +msgstr ""
2781 +
2782 +msgid "unknown pattern qualifier %1"
2783 +msgstr ""
2784 +
2785 +msgid "bad value %1 for %2 qualifier in pattern"
2786 +msgstr ""
2787 +
2788 +msgid "repeat qualifier not allowed inside children qualifier"
2789 +msgstr ""
2790 +
2791 +msgid "bad value for attributes qualifier in pattern"
2792 +msgstr ""
2793 +
2794 +msgid "characteristic %1 applied in style rule with same specificity"
2795 +msgstr ""
2796 +
2797 +msgid "other style rule is here"
2798 +msgstr ""
2799 +
2800 +msgid "node matches more than one pattern with the same specificity"
2801 +msgstr ""
2802 +
2803 +msgid "reference to uninitialized variable %1"
2804 +msgstr ""
2805 +
2806 +msgid "circular use of actual value of characteristic %1"
2807 +msgstr ""
2808 +
2809 +msgid "characteristic %1 already defined in same part"
2810 +msgstr ""
2811 +
2812 +msgid "flow object class %1 already defined in same part"
2813 +msgstr ""
2814 +
2815 +msgid "mode %1 not defined"
2816 +msgstr ""
2817 +
2818 +msgid "duplicate character name %1"
2819 +msgstr ""
2820 +
2821 +msgid "duplicate SDATA entity name %1"
2822 +msgstr ""
2823 +
2824 +msgid "duplicate SDATA entity text %1"
2825 +msgstr ""
2826 +
2827 +msgid "unsupported declaration will be ignored"
2828 +msgstr ""
2829 +
2830 +msgid "unsupported character repertoire %1 will be ignored"
2831 +msgstr ""
2832 +
2833 +msgid "error in declaration element"
2834 +msgstr ""
2835 +
2836 +msgid "%1 is not a valid identifier"
2837 +msgstr ""
2838 +
2839 +msgid "error in language definition"
2840 +msgstr ""
2841 +
2842 +msgid "no current language"
2843 +msgstr ""
2844 +
2845 +msgid "%2 argument for primitive %1 of wrong type: %3 not a language"
2846 +msgstr ""
2847 +
2848 +msgid "%2 argument for primitive %1 of wrong type: %3 not a positive integer"
2849 +msgstr ""
2850 +
2851 +msgid "%2 argument for primitive %1 of wrong type: %3 not an integer"
2852 +msgstr ""
2853 +
2854 +msgid "%2 argument for primitive %1 of wrong type: %3 not a keyword"
2855 +msgstr ""
2856 +
2857 +msgid "%2 argument for primitive %1 of wrong type: %3 not an alist"
2858 +msgstr ""
2859 +
2860 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list of characters"
2861 +msgstr ""
2862 +
2863 +msgid "%2 argument for primitive %1 has wrong length"
2864 +msgstr ""
2865 +
2866 +msgid "quantity %1 can't be represented exactly"
2867 +msgstr ""
2868 +
2869 +msgid "default language already declared in this part"
2870 +msgstr ""
2871 +
2872 +msgid "%1 not a language as required in a default-language-declaration"
2873 +msgstr ""
2874 +
2875 +msgid "%1 not a valid unit name"
2876 +msgstr ""
2877 +
2878 +msgid "%1 not a valid character name"
2879 +msgstr ""
2880 +
2881 +msgid "%1 not a valid character number"
2882 +msgstr ""
2883 +
2884 +msgid "unknown character property %1"
2885 +msgstr ""
2886 +
2887 +msgid "error in character property declaration"
2888 +msgstr ""
2889 +
2890 +msgid "character property %1 already declared in same part"
2891 +msgstr ""
2892 +
2893 +msgid "added value for character property %1 already declared in same part"
2894 +msgstr ""
2895 +
2896 +msgid "previous declaration was here"
2897 +msgstr ""
2898 +
2899 +msgid "value returned by procedure was not a sosofo"
2900 +msgstr ""
2901 +
2902 +msgid "loop in specification of value of character property %1"
2903 +msgstr ""
2904 +
2905 +msgid "value for character property %1 of wrong type: %2 not an integer"
2906 +msgstr ""
2907 +
2908 +msgid "value for character property %1 of wrong type: %2 not an integer or the value \"#f\""
2909 +msgstr ""
2910 +
2911 +msgid "%1 not a style or transformation language feature"
2912 +msgstr ""
2913 +
2914 +msgid "undeclared use of feature %1"
2915 +msgstr ""
2916 +
2917 +msgid "feature %1 not supported"
2918 +msgstr ""
2919 +
2920 +msgid "feature %1 only partially supported"
2921 +msgstr ""
2922 +
2923 +msgid "only allowed in style language"
2924 +msgstr ""
2925 +
2926 +msgid "only allowed in transformation language"
2927 +msgstr ""
2928 +
2929 +msgid "style and transformation language parts mixed"
2930 +msgstr ""
2931 +
2932 +msgid "specification is marked as partial"
2933 +msgstr ""
2934 +
2935 +msgid "grove plan excluding module %1 not supported"
2936 +msgstr ""
2937 +
2938 +msgid "grove plan including module %1 not supported"
2939 +msgstr ""
2940 +
2941 +msgid "%1 not an SGML property set module"
2942 +msgstr ""
2943 +
2944 +msgid "Function for char-map characteristic returned non-char object %2 for character %1"
2945 +msgstr ""
2946 +
2947 +msgid "value for character property %1 of wrong type: %2 not a public identifier or the value \"#f\""
2948 +msgstr ""
2949 +
2950 +msgid "variable %1 occurs more than once in bindings"
2951 +msgstr ""
2952 +
2953 +msgid "exactly one of node:, subgrove: and class: needed"
2954 +msgstr ""
2955 +
2956 +msgid "add:, null:, remove:, children:, sub: make no sense with subgrove:"
2957 +msgstr ""
2958 +
2959 +msgid "remove: makes no sense with class:"
2960 +msgstr ""
2961 +
2962 +msgid "%2 argument for primitive %1 of wrong type: %3 not a subgrove-spec"
2963 +msgstr ""
2964 +
2965 +msgid "wrong type: %1 not a list of create-specs"
2966 +msgstr ""
2967 +
2968 +msgid "wrong type: %1 not a create-spec or list of create-specs"
2969 +msgstr ""
2970 +
2971 +msgid "query expression: %1 not a node list"
2972 +msgstr ""
2973 +
2974 +msgid "priority expression: %1 not an exact integer"
2975 +msgstr ""
2976 +
2977 +msgid "flow objects at the root must be all of class scroll or all of class page-sequence or simple-page-sequence"
2978 +msgstr ""
2979 +
2980 +msgid "current flow parent has no principal port"
2981 +msgstr ""
2982 +
2983 +msgid "this flow object requires a paragraph as an ancestor flow object"
2984 +msgstr ""
2985 +
2986 +msgid "flow object not accepted by port; only inline flow objects accepted"
2987 +msgstr ""
2988 +
2989 +msgid "flow object not accepted by port; only display flow objects accepted"
2990 +msgstr ""
2991 +
2992 +msgid "flow object not accepted by port; only display or inline flow objects accepted"
2993 +msgstr ""
2994 +
2995 +msgid "flow object not accepted in a paragraph; only inline, display or paragraph-break flow objects accepted"
2996 +msgstr ""
2997 +
2998 +msgid "a side-by-side flow object only accepts side-by-side-item flow objects as children"
2999 +msgstr ""
3000 +
3001 +msgid "flow object not accepted by port; only math-sequence, unmath, subscript, superscript, script, mark, fence, fraction, radical, math-operator, grid, character and alignment-point flow objects accepted"
3002 +msgstr ""
3003 +
3004 +msgid "flow object not accepted by port; must be grid-cell"
3005 +msgstr ""
3006 +
3007 +msgid "flow object not accepted by port; only a single character flow object accepted"
3008 +msgstr ""
3009 +
3010 +msgid "flow object not accepted by port; in a table, only either table-part flow objects or table-column flow objects followed by table-row or table-cell flow objects are allowed"
3011 +msgstr ""
3012 +
3013 +msgid "flow object not accepted by port; only table-row or table-cell flow objects accepted"
3014 +msgstr ""
3015 +
3016 +msgid "flow object not accepted by port; only table-column flow objects followed by table-row or table-cell flow objects allowd"
3017 +msgstr ""
3018 +
3019 +msgid "flow object not accepted by port; only table-cell flow objects accepted"
3020 +msgstr ""
3021 +
3022 +msgid "priority-expression must be a number"
3023 +msgstr ""
3024 +
3025 +msgid "query-expression must be a node-list"
3026 +msgstr ""
3027 +
3028 +msgid "Sorry, non-integral priorities not implemented"
3029 +msgstr ""
3030 +
3031 diff -Nur openjade-1.3.3-pre1.orig/po/quot.sed openjade-1.3.3-pre1/po/quot.sed
3032 --- openjade-1.3.3-pre1.orig/po/quot.sed        Thu Jan  1 01:00:00 1970
3033 +++ openjade-1.3.3-pre1/po/quot.sed     Fri May 31 16:57:57 2002
3034 @@ -0,0 +1,6 @@
3035 +s/"\([^"]*\)"/“\1”/g
3036 +s/`\([^`']*\)'/‘\1’/g
3037 +s/ '\([^`']*\)' / ‘\1’ /g
3038 +s/ '\([^`']*\)'$/ ‘\1’/g
3039 +s/^'\([^`']*\)' /‘\1’ /g
3040 +s/“”/""/g
3041 diff -Nur openjade-1.3.3-pre1.orig/po/remove-potcdate.sin openjade-1.3.3-pre1/po/remove-potcdate.sin
3042 --- openjade-1.3.3-pre1.orig/po/remove-potcdate.sin     Thu Jan  1 01:00:00 1970
3043 +++ openjade-1.3.3-pre1/po/remove-potcdate.sin  Fri May 31 16:57:57 2002
3044 @@ -0,0 +1,19 @@
3045 +# Sed script that remove the POT-Creation-Date line in the header entry
3046 +# from a POT file.
3047 +#
3048 +# The distinction between the first and the following occurrences of the
3049 +# pattern is achieved by looking at the hold space.
3050 +/^"POT-Creation-Date: .*"$/{
3051 +x
3052 +# Test if the hold space is empty.
3053 +s/P/P/
3054 +ta
3055 +# Yes it was empty. First occurrence. Remove the line.
3056 +g
3057 +d
3058 +bb
3059 +:a
3060 +# The hold space was nonempty. Following occurrences. Do nothing.
3061 +x
3062 +:b
3063 +}
3064 Binary files openjade-1.3.3-pre1.orig/po/sv.gmo and openjade-1.3.3-pre1/po/sv.gmo differ
3065 diff -Nur openjade-1.3.3-pre1.orig/po/sv.po openjade-1.3.3-pre1/po/sv.po
3066 --- openjade-1.3.3-pre1.orig/po/sv.po   Thu Jan  1 01:00:00 1970
3067 +++ openjade-1.3.3-pre1/po/sv.po        Fri May 31 17:42:25 2002
3068 @@ -0,0 +1,795 @@
3069 +# Swedish translations for OpenJade 1.4.
3070 +msgid ""
3071 +msgstr ""
3072 +"Project-Id-Version: OpenJade 1.4\n"
3073 +"POT-Creation-Date: 2002-05-31 14:56+0000\n"
3074 +"PO-Revision-Date: 1999-12-08 23:03+01:00\n"
3075 +"Last-Translator: Peter Nilsson <pnidv96@student.vxu.se>\n"
3076 +"Language-Team: Swedish <sv@li.org>\n"
3077 +"MIME-Version:: 1.0\n"
3078 +"Content-Type: text/plain; charset=ISO-8859-1\n"
3079 +"Content-Transfer-Encoding: 8bit\n"
3080 +"POT-Created-Date: 1999-12-08 21:56+0000\n"
3081 +
3082 +# HtmlMessages
3083 +msgid "cannot open output file %1 (%2)"
3084 +msgstr "kan inte öppna filen %1 för utdata (%2)"
3085 +
3086 +# JadeMessages
3087 +msgid "unknown output type %1"
3088 +msgstr "okänd utdatatyp %1"
3089 +
3090 +msgid "empty output filename"
3091 +msgstr "tomt filnamn för utdatafilen"
3092 +
3093 +msgid "Use the backend %1."
3094 +msgstr ""
3095 +
3096 +# JadeMessages
3097 +msgid "Send output to %1."
3098 +msgstr "Skicka utdata till %1."
3099 +
3100 +msgid "FILE"
3101 +msgstr ""
3102 +
3103 +msgid "TYPE"
3104 +msgstr ""
3105 +
3106 +msgid "could not convert system identifier %1 to a single filename"
3107 +msgstr "kan inte göra om systemidentifieraren %1 till ett filnamn"
3108 +
3109 +msgid ""
3110 +"missing table column flow object (table-auto-width feature not fully "
3111 +"supported)"
3112 +msgstr ""
3113 +
3114 +# RtfMessages
3115 +msgid "nested tables are not allowed in RTF"
3116 +msgstr "nästlade tabeller är inte tillåtna i RTF"
3117 +
3118 +msgid "could not embed %1 with clsid %2"
3119 +msgstr "kan inte bädda in %1 med clsid %2"
3120 +
3121 +# TeXMessages
3122 +msgid ""
3123 +"TeX backend does not currently support references to page numbers of nodes "
3124 +"other than elements"
3125 +msgstr "TeX stöder inte ännu sidreferenser till andra noder än element"
3126 +
3127 +msgid ""
3128 +"TeX backend does not currently support links to nodes other than elements"
3129 +msgstr "TeX stöder inte ännu länkar till andra noder än element"
3130 +
3131 +msgid "TeX backend does not currently support links to entities"
3132 +msgstr "TeX stöder inte ännu länkar till entiteter"
3133 +
3134 +msgid "TeX backend does not currently support links to other SGML documents"
3135 +msgstr "TeX stöder inte ännu länkar till andra SGML-dokument"
3136 +
3137 +msgid "TeX backend does not currently support HyTime linkends"
3138 +msgstr "TeX stöder inte ännu HyTime-länkar"
3139 +
3140 +msgid "TeX backend does not currently support TEI links"
3141 +msgstr "TeX stöder inte ännu TEI-länkar"
3142 +
3143 +msgid "TeX backend does not currently support glyph substitution tables"
3144 +msgstr "TeX stöder inte ännu glyph-ersättningstabeller"
3145 +
3146 +# DssslAppMessages
3147 +msgid "%1 version %2"
3148 +msgstr "%1 version %2"
3149 +
3150 +msgid "no DSSSL specification: use -d to specify"
3151 +msgstr "ingen DSSSL-specifikation: använd -d för att ange en"
3152 +
3153 +msgid ""
3154 +"no applicable processing instruction with title %1; available titles: %2"
3155 +msgstr ""
3156 +
3157 +msgid ""
3158 +"Options with a \"doc-\"/\"spec-\" prefix apply only to the document/"
3159 +"specification."
3160 +msgstr ""
3161 +
3162 +msgid "Enable experimental DSSSL extensions."
3163 +msgstr ""
3164 +
3165 +msgid "Debug mode."
3166 +msgstr ""
3167 +
3168 +msgid "Use DSSSL specification %1."
3169 +msgstr "Använd DSSSL-specifikation %1."
3170 +
3171 +#, fuzzy
3172 +msgid "Use DSSSL specification with title %1."
3173 +msgstr "Använd DSSSL-specifikation %1."
3174 +
3175 +msgid "Pretend that %1 appeared in the specification."
3176 +msgstr ""
3177 +
3178 +msgid "Strict DSSSL compliance mode."
3179 +msgstr ""
3180 +
3181 +msgid "Show open entities in error messages."
3182 +msgstr ""
3183 +
3184 +msgid "Show open elements in error messages."
3185 +msgstr ""
3186 +
3187 +msgid "Show error numbers in error messages."
3188 +msgstr ""
3189 +
3190 +msgid "Show references in error messages."
3191 +msgstr ""
3192 +
3193 +msgid "Define parameter entity %1 as \"INCLUDE\"."
3194 +msgstr ""
3195 +
3196 +msgid "Enable warning %1."
3197 +msgstr ""
3198 +
3199 +msgid "SYSID"
3200 +msgstr ""
3201 +
3202 +msgid "DEFINITION"
3203 +msgstr ""
3204 +
3205 +msgid "NAME"
3206 +msgstr ""
3207 +
3208 +# InterpreterMessages
3209 +msgid "unexpected end of file"
3210 +msgstr "oväntat filslut"
3211 +
3212 +msgid "invalid character"
3213 +msgstr "otillåtet tecken"
3214 +
3215 +msgid "invalid character after '#'"
3216 +msgstr "otillåtet tecken efter \"#\""
3217 +
3218 +msgid "unknown #! named constant %1"
3219 +msgstr "okänd #!-konstant %1"
3220 +
3221 +msgid "unexpected token %1"
3222 +msgstr "oväntat token %1"
3223 +
3224 +msgid "string with no closing quote"
3225 +msgstr "sträng utan avslutande citattecken"
3226 +
3227 +msgid "missing closing parenthesis"
3228 +msgstr "högerparentes saknas"
3229 +
3230 +msgid "invalid number %1"
3231 +msgstr "ogiltigt tal %1"
3232 +
3233 +msgid "invalid AFII glyph identifier %1"
3234 +msgstr "ogiltig AFFI-glyph-identifierare %1"
3235 +
3236 +msgid "call of non-function object %1"
3237 +msgstr "anrop av objekt som inte är function %1"
3238 +
3239 +msgid "too many arguments for function"
3240 +msgstr "för många argument till funktion"
3241 +
3242 +msgid "odd number of keyword/value arguments"
3243 +msgstr "udda antal nyckelord/värde-argument"
3244 +
3245 +msgid "missing argument for function call"
3246 +msgstr "argument saknas till funktionsanrop"
3247 +
3248 +msgid "syntactic keyword %1 used as variable"
3249 +msgstr "syntaktiskt nyckelord %1 använt som variabel"
3250 +
3251 +msgid "reference to undefined variable %1"
3252 +msgstr "referens till odefinierad variabel %1"
3253 +
3254 +msgid "no character with name %1"
3255 +msgstr "inget tecken med namn %1"
3256 +
3257 +msgid "unknown top level form %1"
3258 +msgstr "okänd toppnivå-form %1"
3259 +
3260 +msgid "bad form %1 in mode group"
3261 +msgstr "otillåten form %1 i mode-grupp"
3262 +
3263 +msgid "identifier %1 already defined in same part"
3264 +msgstr "identifieraren %1 redan definierad i denna del"
3265 +
3266 +msgid "first definition was here"
3267 +msgstr "första definitionen är här"
3268 +
3269 +msgid "loop in specification of value of %1"
3270 +msgstr "specifikation av värde för %1 förorsakar loop"
3271 +
3272 +msgid "argument out of range"
3273 +msgstr "argument ej i giltigt område"
3274 +
3275 +msgid "loop in specification of value of unit %1"
3276 +msgstr "specifikation av värde för måttenheten %1 förorsakar loop"
3277 +
3278 +msgid "bad value specified for unit %1"
3279 +msgstr "felaktigt värde angivet för måttenheten %1"
3280 +
3281 +msgid "unit %1 already defined in same part"
3282 +msgstr "måttenheten %1 redan definierad i denna del"
3283 +
3284 +msgid "quantity %1 undefined"
3285 +msgstr "måttenheten %1 odefinierad"
3286 +
3287 +msgid "incompatible dimensions"
3288 +msgstr "okompatibla dimensioner"
3289 +
3290 +msgid "%2 argument for primitive %1 of wrong type: %3 not a boolean"
3291 +msgstr ""
3292 +"%2 argumentet till primitiven %1 är av fel typ: %3 är inte ett booleskt värde"
3293 +
3294 +msgid "%2 argument for primitive %1 of wrong type: %3 not a pair"
3295 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är inte ett par"
3296 +
3297 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list"
3298 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen lista"
3299 +
3300 +msgid "%2 argument for primitive %1 of wrong type: %3 not a symbol"
3301 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen symbol"
3302 +
3303 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string"
3304 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen sträng"
3305 +
3306 +msgid "%2 argument for primitive %1 of wrong type: %3 not a string or symbol"
3307 +msgstr ""
3308 +"%2 argumentet till primitiven %1 är av fel typ: är ingen sträng eller symbol"
3309 +
3310 +msgid "%2 argument for primitive %1 of wrong type: %3 not a char"
3311 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är inget tecken"
3312 +
3313 +#, fuzzy
3314 +msgid ""
3315 +"%2 argument for primitive %1 of wrong type: %3 not an ISO8601 time string"
3316 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen sträng"
3317 +
3318 +msgid "%2 argument for primitive %1 of wrong type: %3 not a style"
3319 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 inget stilobjekt"
3320 +
3321 +msgid "%2 argument for primitive %1 of wrong type: %3 not an exact integer"
3322 +msgstr ""
3323 +"%2 argumentet till primitiven %1 är av fel typ: %3 är inget exakt heltal"
3324 +
3325 +msgid "%2 argument for primitive %1 of wrong type: %3 not a quantity"
3326 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen kvantitet"
3327 +
3328 +msgid "%2 argument for primitive %1 of wrong type: %3 not a color-space"
3329 +msgstr ""
3330 +"%2 argumentet till primitiven %1 är av fel typ: %3 är inte av typen color-"
3331 +"space"
3332 +
3333 +msgid "%2 argument for primitive %1 of wrong type: %3 not a number"
3334 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är inget tal"
3335 +
3336 +msgid "%2 argument for primitive %1 of wrong type: %3 not a sosofo"
3337 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen sosofo"
3338 +
3339 +msgid ""
3340 +"%2 argument for primitive %1 of wrong type: %3 not an optional singleton "
3341 +"node list"
3342 +msgstr ""
3343 +
3344 +msgid ""
3345 +"%2 argument for primitive %1 of wrong type: %3 not a singleton node list"
3346 +msgstr ""
3347 +
3348 +msgid "%2 argument for primitive %1 of wrong type: %3 not a node list"
3349 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen nodlista"
3350 +
3351 +msgid "%2 argument for primitive %1 of wrong type: %3 not a named node list"
3352 +msgstr ""
3353 +
3354 +msgid ""
3355 +"%2 argument for primitive %1 of wrong type: %3 not a length or length-spec"
3356 +msgstr ""
3357 +
3358 +msgid ""
3359 +"%2 argument for primitive %1 of wrong type: %3 not a quantity or length-spec"
3360 +msgstr ""
3361 +
3362 +msgid ""
3363 +"%2 argument for primitive %1 of wrong type: %3 not an integer or the symbol "
3364 +"\"force\""
3365 +msgstr ""
3366 +"%2 argumentet till primitiven %1 är av fel typ: %3 är inget heltal eller "
3367 +"symbolen \"force\""
3368 +
3369 +msgid "%2 argument for primitive %1 of wrong type: %3 not an address"
3370 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen adress"
3371 +
3372 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-id"
3373 +msgstr ""
3374 +
3375 +msgid "%2 argument for primitive %1 of wrong type: %3 not a glyph-subst-table"
3376 +msgstr ""
3377 +
3378 +msgid ""
3379 +"%2 argument for primitive %1 of wrong type: %3 not a list of pairs of glyph-"
3380 +"ids"
3381 +msgstr ""
3382 +
3383 +msgid "%2 argument for primitive %1 of wrong type: %3 not a procedure"
3384 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen procedur"
3385 +
3386 +msgid "%2 argument for primitive %1 of wrong type: %3 not a vector"
3387 +msgstr "%2 argumentet till primitiven %1 är av fel typ: %3 är ingen vektor"
3388 +
3389 +msgid "root rule already defined in same part with same importance"
3390 +msgstr ""
3391 +
3392 +msgid "initial value already declared for characteristic %1 in same part"
3393 +msgstr ""
3394 +
3395 +msgid "first declaration was here"
3396 +msgstr ""
3397 +
3398 +msgid "%1 is not a valid keyword in a style expression"
3399 +msgstr ""
3400 +
3401 +msgid "%1 is not a valid keyword in a make expression for flow object class %2"
3402 +msgstr ""
3403 +
3404 +msgid "%1 is not the name of any flow object class"
3405 +msgstr ""
3406 +
3407 +msgid ""
3408 +"content expression cannot be specified in make expression for atomic flow "
3409 +"object class %1"
3410 +msgstr ""
3411 +
3412 +msgid "value for \"label:\" not a symbol"
3413 +msgstr ""
3414 +
3415 +msgid "no port for label %1"
3416 +msgstr ""
3417 +
3418 +msgid "invalid content map"
3419 +msgstr ""
3420 +
3421 +msgid "content map references non-existent port %1"
3422 +msgstr ""
3423 +
3424 +msgid "invalid value for %1 characteristic"
3425 +msgstr ""
3426 +
3427 +msgid "no clause in cond expression matched"
3428 +msgstr ""
3429 +
3430 +msgid "no clause in case expression matched %1"
3431 +msgstr ""
3432 +
3433 +msgid "expected \"else\" not %1"
3434 +msgstr "väntade \"else\", inte %1"
3435 +
3436 +msgid ""
3437 +"sorry, cannot handle unresolvable quantities in datums in case expression"
3438 +msgstr ""
3439 +
3440 +msgid "%1"
3441 +msgstr ""
3442 +
3443 +msgid "division by zero"
3444 +msgstr ""
3445 +
3446 +msgid "procedure does not have %1 keyword argument"
3447 +msgstr ""
3448 +
3449 +msgid "argument not a keyword"
3450 +msgstr ""
3451 +
3452 +msgid ""
3453 +"specification document does not have the DSSSL architecture as a base "
3454 +"architecture"
3455 +msgstr ""
3456 +
3457 +msgid ""
3458 +"specification document did not contain a style-specification-body element"
3459 +msgstr ""
3460 +
3461 +msgid "unknown character name %1"
3462 +msgstr ""
3463 +
3464 +msgid "attempt to use current node when there is none"
3465 +msgstr ""
3466 +
3467 +msgid "attempt to process node in illegal context"
3468 +msgstr ""
3469 +
3470 +msgid "radix must be 2, 8, 10 or 16"
3471 +msgstr ""
3472 +
3473 +msgid "this context requires a sosofo"
3474 +msgstr ""
3475 +
3476 +msgid "this context requires a style object"
3477 +msgstr ""
3478 +
3479 +msgid "procedure can only be used in evaluation of characteristic value"
3480 +msgstr ""
3481 +
3482 +msgid "%1 color requires three arguments"
3483 +msgstr ""
3484 +
3485 +msgid "arguments for %1 color must be numbers"
3486 +msgstr ""
3487 +
3488 +msgid "arguments for %1 color must be in the range 0 to 1"
3489 +msgstr ""
3490 +
3491 +msgid "result of procedure in %1 color must be a number"
3492 +msgstr ""
3493 +
3494 +msgid "unknown color-space family %1"
3495 +msgstr ""
3496 +
3497 +msgid "%1 color-space family does not take any arguments"
3498 +msgstr ""
3499 +
3500 +msgid "invalid parameters for %1 color-space family"
3501 +msgstr ""
3502 +
3503 +msgid "%1 is not a pre-defined inherited characteristic"
3504 +msgstr ""
3505 +
3506 +msgid "invalid number format %1"
3507 +msgstr ""
3508 +
3509 +msgid "invalid character %1 in public identifier"
3510 +msgstr ""
3511 +
3512 +msgid "debug %1"
3513 +msgstr ""
3514 +
3515 +msgid "circular use of specification parts"
3516 +msgstr ""
3517 +
3518 +msgid "no style-specification or external-specification with ID %1"
3519 +msgstr ""
3520 +
3521 +msgid ""
3522 +"document did not contain any style-specifications or external-specifications"
3523 +msgstr ""
3524 +
3525 +msgid "table-cell flow object not inside a table"
3526 +msgstr ""
3527 +
3528 +msgid "table-row flow object not inside a table"
3529 +msgstr ""
3530 +
3531 +msgid "no value for node property %1"
3532 +msgstr ""
3533 +
3534 +msgid "value returned by procedure was not a node-list"
3535 +msgstr ""
3536 +
3537 +msgid "called from here"
3538 +msgstr ""
3539 +
3540 +msgid "called from here...(%1 calls omitted)"
3541 +msgstr ""
3542 +
3543 +msgid "node processing loop detected"
3544 +msgstr ""
3545 +
3546 +msgid "unquote-splicing expression does not evaluate to a list"
3547 +msgstr ""
3548 +
3549 +msgid "object is read-only"
3550 +msgstr ""
3551 +
3552 +msgid "assignment to top-level variable %1"
3553 +msgstr ""
3554 +
3555 +msgid "invalid call to continuation"
3556 +msgstr ""
3557 +
3558 +msgid "empty generic identifier in pattern"
3559 +msgstr ""
3560 +
3561 +msgid "pattern is not a list"
3562 +msgstr ""
3563 +
3564 +msgid "%1 cannot be used as a generic identifier in a pattern"
3565 +msgstr ""
3566 +
3567 +msgid "%1 cannot occur in a pattern"
3568 +msgstr ""
3569 +
3570 +msgid "value missing for qualifier in pattern"
3571 +msgstr ""
3572 +
3573 +msgid "unknown pattern qualifier %1"
3574 +msgstr ""
3575 +
3576 +msgid "bad value %1 for %2 qualifier in pattern"
3577 +msgstr ""
3578 +
3579 +msgid "repeat qualifier not allowed inside children qualifier"
3580 +msgstr ""
3581 +
3582 +msgid "bad value for attributes qualifier in pattern"
3583 +msgstr ""
3584 +
3585 +msgid "characteristic %1 applied in style rule with same specificity"
3586 +msgstr ""
3587 +
3588 +msgid "other style rule is here"
3589 +msgstr ""
3590 +
3591 +msgid "node matches more than one pattern with the same specificity"
3592 +msgstr ""
3593 +
3594 +msgid "reference to uninitialized variable %1"
3595 +msgstr ""
3596 +
3597 +msgid "circular use of actual value of characteristic %1"
3598 +msgstr ""
3599 +
3600 +msgid "characteristic %1 already defined in same part"
3601 +msgstr ""
3602 +
3603 +msgid "flow object class %1 already defined in same part"
3604 +msgstr ""
3605 +
3606 +msgid "mode %1 not defined"
3607 +msgstr ""
3608 +
3609 +msgid "duplicate character name %1"
3610 +msgstr ""
3611 +
3612 +msgid "duplicate SDATA entity name %1"
3613 +msgstr ""
3614 +
3615 +msgid "duplicate SDATA entity text %1"
3616 +msgstr ""
3617 +
3618 +msgid "unsupported declaration will be ignored"
3619 +msgstr ""
3620 +
3621 +msgid "unsupported character repertoire %1 will be ignored"
3622 +msgstr ""
3623 +
3624 +msgid "error in declaration element"
3625 +msgstr ""
3626 +
3627 +msgid "%1 is not a valid identifier"
3628 +msgstr ""
3629 +
3630 +msgid "error in language definition"
3631 +msgstr ""
3632 +
3633 +msgid "no current language"
3634 +msgstr ""
3635 +
3636 +msgid "%2 argument for primitive %1 of wrong type: %3 not a language"
3637 +msgstr ""
3638 +
3639 +msgid "%2 argument for primitive %1 of wrong type: %3 not a positive integer"
3640 +msgstr ""
3641 +"%2 argumentet till primitiven %1 är av fel typ: %3 är inget positivt heltal"
3642 +
3643 +msgid "%2 argument for primitive %1 of wrong type: %3 not an integer"
3644 +msgstr ""
3645 +
3646 +msgid "%2 argument for primitive %1 of wrong type: %3 not a keyword"
3647 +msgstr ""
3648 +
3649 +msgid "%2 argument for primitive %1 of wrong type: %3 not an alist"
3650 +msgstr ""
3651 +
3652 +msgid "%2 argument for primitive %1 of wrong type: %3 not a list of characters"
3653 +msgstr ""
3654 +
3655 +msgid "%2 argument for primitive %1 has wrong length"
3656 +msgstr ""
3657 +
3658 +msgid "quantity %1 can't be represented exactly"
3659 +msgstr ""
3660 +
3661 +msgid "default language already declared in this part"
3662 +msgstr ""
3663 +
3664 +msgid "%1 not a language as required in a default-language-declaration"
3665 +msgstr ""
3666 +
3667 +msgid "%1 not a valid unit name"
3668 +msgstr ""
3669 +
3670 +msgid "%1 not a valid character name"
3671 +msgstr ""
3672 +
3673 +msgid "%1 not a valid character number"
3674 +msgstr ""
3675 +
3676 +msgid "unknown character property %1"
3677 +msgstr ""
3678 +
3679 +msgid "error in character property declaration"
3680 +msgstr ""
3681 +
3682 +msgid "character property %1 already declared in same part"
3683 +msgstr ""
3684 +
3685 +msgid "added value for character property %1 already declared in same part"
3686 +msgstr ""
3687 +
3688 +msgid "previous declaration was here"
3689 +msgstr ""
3690 +
3691 +msgid "value returned by procedure was not a sosofo"
3692 +msgstr ""
3693 +
3694 +msgid "loop in specification of value of character property %1"
3695 +msgstr ""
3696 +
3697 +msgid "value for character property %1 of wrong type: %2 not an integer"
3698 +msgstr ""
3699 +
3700 +msgid ""
3701 +"value for character property %1 of wrong type: %2 not an integer or the "
3702 +"value \"#f\""
3703 +msgstr ""
3704 +
3705 +msgid "%1 not a style or transformation language feature"
3706 +msgstr ""
3707 +
3708 +msgid "undeclared use of feature %1"
3709 +msgstr ""
3710 +
3711 +msgid "feature %1 not supported"
3712 +msgstr ""
3713 +
3714 +msgid "feature %1 only partially supported"
3715 +msgstr ""
3716 +
3717 +msgid "only allowed in style language"
3718 +msgstr ""
3719 +
3720 +msgid "only allowed in transformation language"
3721 +msgstr ""
3722 +
3723 +msgid "style and transformation language parts mixed"
3724 +msgstr ""
3725 +
3726 +msgid "specification is marked as partial"
3727 +msgstr ""
3728 +
3729 +msgid "grove plan excluding module %1 not supported"
3730 +msgstr ""
3731 +
3732 +msgid "grove plan including module %1 not supported"
3733 +msgstr ""
3734 +
3735 +msgid "%1 not an SGML property set module"
3736 +msgstr ""
3737 +
3738 +msgid ""
3739 +"Function for char-map characteristic returned non-char object %2 for "
3740 +"character %1"
3741 +msgstr ""
3742 +
3743 +msgid ""
3744 +"value for character property %1 of wrong type: %2 not a public identifier or "
3745 +"the value \"#f\""
3746 +msgstr ""
3747 +
3748 +msgid "variable %1 occurs more than once in bindings"
3749 +msgstr ""
3750 +
3751 +msgid "exactly one of node:, subgrove: and class: needed"
3752 +msgstr ""
3753 +
3754 +msgid "add:, null:, remove:, children:, sub: make no sense with subgrove:"
3755 +msgstr ""
3756 +
3757 +msgid "remove: makes no sense with class:"
3758 +msgstr ""
3759 +
3760 +msgid "%2 argument for primitive %1 of wrong type: %3 not a subgrove-spec"
3761 +msgstr ""
3762 +
3763 +msgid "wrong type: %1 not a list of create-specs"
3764 +msgstr ""
3765 +
3766 +msgid "wrong type: %1 not a create-spec or list of create-specs"
3767 +msgstr ""
3768 +
3769 +msgid "query expression: %1 not a node list"
3770 +msgstr ""
3771 +
3772 +msgid "priority expression: %1 not an exact integer"
3773 +msgstr ""
3774 +
3775 +msgid ""
3776 +"flow objects at the root must be all of class scroll or all of class page-"
3777 +"sequence or simple-page-sequence"
3778 +msgstr ""
3779 +
3780 +msgid "current flow parent has no principal port"
3781 +msgstr ""
3782 +
3783 +msgid "this flow object requires a paragraph as an ancestor flow object"
3784 +msgstr ""
3785 +
3786 +msgid "flow object not accepted by port; only inline flow objects accepted"
3787 +msgstr ""
3788 +
3789 +msgid "flow object not accepted by port; only display flow objects accepted"
3790 +msgstr ""
3791 +
3792 +msgid ""
3793 +"flow object not accepted by port; only display or inline flow objects "
3794 +"accepted"
3795 +msgstr ""
3796 +
3797 +msgid ""
3798 +"flow object not accepted in a paragraph; only inline, display or paragraph-"
3799 +"break flow objects accepted"
3800 +msgstr ""
3801 +
3802 +msgid ""
3803 +"a side-by-side flow object only accepts side-by-side-item flow objects as "
3804 +"children"
3805 +msgstr ""
3806 +
3807 +msgid ""
3808 +"flow object not accepted by port; only math-sequence, unmath, subscript, "
3809 +"superscript, script, mark, fence, fraction, radical, math-operator, grid, "
3810 +"character and alignment-point flow objects accepted"
3811 +msgstr ""
3812 +
3813 +msgid "flow object not accepted by port; must be grid-cell"
3814 +msgstr ""
3815 +
3816 +msgid ""
3817 +"flow object not accepted by port; only a single character flow object "
3818 +"accepted"
3819 +msgstr ""
3820 +
3821 +msgid ""
3822 +"flow object not accepted by port; in a table, only either table-part flow "
3823 +"objects or table-column flow objects followed by table-row or table-cell "
3824 +"flow objects are allowed"
3825 +msgstr ""
3826 +
3827 +msgid ""
3828 +"flow object not accepted by port; only table-row or table-cell flow objects "
3829 +"accepted"
3830 +msgstr ""
3831 +
3832 +msgid ""
3833 +"flow object not accepted by port; only table-column flow objects followed by "
3834 +"table-row or table-cell flow objects allowd"
3835 +msgstr ""
3836 +
3837 +msgid "flow object not accepted by port; only table-cell flow objects accepted"
3838 +msgstr ""
3839 +
3840 +msgid "priority-expression must be a number"
3841 +msgstr ""
3842 +
3843 +msgid "query-expression must be a node-list"
3844 +msgstr ""
3845 +
3846 +msgid "Sorry, non-integral priorities not implemented"
3847 +msgstr ""
3848 +
3849 +#~ msgid "TeX backend does not currently support HTML links"
3850 +#~ msgstr "TeX stöder inte ännu HTML-länkar"
3851 +
3852 +#~ msgid "syntactic keyword %1 not valid in call position"
3853 +#~ msgstr "syntaktiskt nyckelord %1 inte tillåtet i anropsposition"
3854 +
3855 +#~ msgid "symbol required (got %1)"
3856 +#~ msgstr "symbol krävs (istället för ç1)"
3857 +
3858 +#~ msgid ""
3859 +#~ "%2 argument for primitive %1 of wrong type: %3 neither a string not a "
3860 +#~ "symbol"
3861 +#~ msgstr ""
3862 +#~ "%2 argumentet till primitiven %1 är av fel typ: %3 är varken en sträng "
3863 +#~ "eller symbol"
3864 --- openjade-1.3.3-pre1/Makefile.in.orig        Mon Jun 30 12:49:15 2003
3865 +++ openjade-1.3.3-pre1/Makefile.in     Mon Jun 30 13:07:04 2003
3866 @@ -54,6 +54,7 @@
3867  
3868  $(TARGETS): FORCE
3869         @$(MAKE) -f Makefile do=$@ $(dodirs)
3870 +       @$(MAKE) -C po $@
3871         @if test $@ = 'install'; then \
3872           $(LIBTOOL) --finish $(DESTDIR)$(libdir); \
3873           mkdir -p $(DESTDIR)$(datadir); \
This page took 0.329891 seconds and 3 git commands to generate.