diff options
author | Paul Smith <psmith@gnu.org> | 2002-04-21 23:57:24 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-04-21 23:57:24 +0000 |
commit | 7ed1a08985ee943646612563e1fc09f5d51425f8 (patch) | |
tree | 4068151d4bd9fcd5d63bff8f824d0fad325d0fc8 | |
parent | cae1db6ecdcd64bfbdfb1e5cff2bf2d6b2cba603 (diff) | |
download | gunmake-7ed1a08985ee943646612563e1fc09f5d51425f8.tar.gz |
Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.
We're using Gettext's "external" feature to avoid including the intl
code in the GNU make distribution.
-rw-r--r-- | ABOUT-NLS | 226 | ||||
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | Makefile.am | 62 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | acconfig.h | 28 | ||||
-rw-r--r-- | acinclude.m4 | 428 | ||||
-rw-r--r-- | config.guess | 1273 | ||||
-rw-r--r-- | config.sub | 1319 | ||||
-rw-r--r-- | config/ChangeLog | 14 | ||||
-rw-r--r-- | config/Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 192 | ||||
-rw-r--r-- | gettext.c | 2571 | ||||
-rw-r--r-- | gettext.h | 198 | ||||
-rw-r--r-- | glob/Makefile.am | 2 | ||||
-rw-r--r-- | i18n/Makefile.am | 75 | ||||
-rw-r--r-- | i18n/pl.po | 1467 | ||||
-rw-r--r-- | main.c | 9 | ||||
-rw-r--r-- | maintMakefile | 14 | ||||
-rw-r--r-- | make.h | 32 | ||||
-rw-r--r-- | po/.cvsignore (renamed from i18n/.cvsignore) | 2 | ||||
-rw-r--r-- | po/ChangeLog | 20 | ||||
-rw-r--r-- | po/LINGUAS | 4 | ||||
-rw-r--r-- | po/Makefile.in.in | 317 | ||||
-rw-r--r-- | po/Makevars | 25 | ||||
-rw-r--r-- | po/POTFILES.in | 23 | ||||
-rw-r--r-- | po/da.po (renamed from i18n/da.po) | 668 | ||||
-rw-r--r-- | po/de.po (renamed from i18n/de.po) | 541 | ||||
-rw-r--r-- | po/es.po (renamed from i18n/es.po) | 847 | ||||
-rw-r--r-- | po/fr.po (renamed from i18n/fr.po) | 614 | ||||
-rw-r--r-- | po/gl.po (renamed from i18n/gl.po) | 694 | ||||
-rw-r--r-- | po/he.po (renamed from i18n/he.po) | 525 | ||||
-rw-r--r-- | po/ja.po (renamed from i18n/ja.po) | 667 | ||||
-rw-r--r-- | po/ko.po (renamed from i18n/ko.po) | 673 | ||||
-rw-r--r-- | po/nl.po (renamed from i18n/nl.po) | 812 | ||||
-rw-r--r-- | po/pl.po | 1955 | ||||
-rw-r--r-- | po/pt_BR.po (renamed from i18n/pt_BR.po) | 944 | ||||
-rw-r--r-- | po/ru.po (renamed from i18n/ru.po) | 666 | ||||
-rw-r--r-- | po/tr.po (renamed from i18n/tr.po) | 692 | ||||
-rw-r--r-- | signame.c | 133 | ||||
-rw-r--r-- | signame.h | 67 | ||||
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/test_driver.pl | 10 |
42 files changed, 7357 insertions, 11508 deletions
diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index 28d38c7..0000000 --- a/ABOUT-NLS +++ /dev/null @@ -1,226 +0,0 @@ -Notes on the Free Translation Project -************************************* - - Free software is going international! The Free Translation Project -is a way to get maintainers of free software, translators, and users all -together, so that will gradually become able to speak many languages. -A few packages already provide translations for their messages. - - If you found this `ABOUT-NLS' file inside a distribution, you may -assume that the distributed package does use GNU `gettext' internally, -itself available at your nearest GNU archive site. But you do *not* -need to install GNU `gettext' prior to configuring, installing or using -this package with messages translated. - - Installers will find here some useful hints. These notes also -explain how users should proceed for getting the programs to use the -available translations. They tell how people wanting to contribute and -work at translations should contact the appropriate team. - - When reporting bugs in the `intl/' directory or bugs which may be -related to internationalization, you should tell about the version of -`gettext' which is used. The information can be found in the -`intl/VERSION' file, in internationalized packages. - -One advise in advance -===================== - - If you want to exploit the full power of internationalization, you -should configure it using - - ./configure --with-included-gettext - -to force usage of internationalizing routines provided within this -package, despite the existence of internationalizing capabilities in the -operating system where this package is being installed. So far, only -the `gettext' implementation in the GNU C library version 2 provides as -many features (such as locale alias or message inheritance) as the -implementation here. It is also not possible to offer this additional -functionality on top of a `catgets' implementation. Future versions of -GNU `gettext' will very likely convey even more functionality. So it -might be a good idea to change to GNU `gettext' as soon as possible. - - So you need not provide this option if you are using GNU libc 2 or -you have installed a recent copy of the GNU gettext package with the -included `libintl'. - -INSTALL Matters -=============== - - Some packages are "localizable" when properly installed; the -programs they contain can be made to speak your own native language. -Most such packages use GNU `gettext'. Other packages have their own -ways to internationalization, predating GNU `gettext'. - - By default, this package will be installed to allow translation of -messages. It will automatically detect whether the system provides -usable `catgets' (if using this is selected by the installer) or -`gettext' functions. If neither is available, the GNU `gettext' own -library will be used. This library is wholly contained within this -package, usually in the `intl/' subdirectory, so prior installation of -the GNU `gettext' package is *not* required. Installers may use -special options at configuration time for changing the default -behaviour. The commands: - - ./configure --with-included-gettext - ./configure --with-catgets - ./configure --disable-nls - -will respectively bypass any pre-existing `catgets' or `gettext' to use -the internationalizing routines provided within this package, enable -the use of the `catgets' functions (if found on the locale system), or -else, *totally* disable translation of messages. - - When you already have GNU `gettext' installed on your system and run -configure without an option for your new package, `configure' will -probably detect the previously built and installed `libintl.a' file and -will decide to use this. This might be not what is desirable. You -should use the more recent version of the GNU `gettext' library. I.e. -if the file `intl/VERSION' shows that the library which comes with this -package is more recent, you should use - - ./configure --with-included-gettext - -to prevent auto-detection. - - By default the configuration process will not test for the `catgets' -function and therefore they will not be used. The reasons are already -given above: the emulation on top of `catgets' cannot provide all the -extensions provided by the GNU `gettext' library. If you nevertheless -want to use the `catgets' functions use - - ./configure --with-catgets - -to enable the test for `catgets' (this causes no harm if `catgets' is -not available on your system). If you really select this option we -would like to hear about the reasons because we cannot think of any -good one ourself. - - Internationalized packages have usually many `po/LL.po' files, where -LL gives an ISO 639 two-letter code identifying the language. Unless -translations have been forbidden at `configure' time by using the -`--disable-nls' switch, all available translations are installed -together with the package. However, the environment variable `LINGUAS' -may be set, prior to configuration, to limit the installed set. -`LINGUAS' should then contain a space separated list of two-letter -codes, stating which languages are allowed. - -Using This Package -================== - - As a user, if your language has been installed for this package, you -only have to set the `LANG' environment variable to the appropriate -ISO 639 `LL' two-letter code prior to using the programs in the -package. For example, let's suppose that you speak German. At the -shell prompt, merely execute `setenv LANG de' (in `csh'), -`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash'). This -can be done from your `.login' or `.profile' file, once and for all. - - An operating system might already offer message localization for -many of its programs, while other programs have been installed locally -with the full capabilities of GNU `gettext'. Just using `gettext' -extended syntax for `LANG' would break proper localization of already -available operating system programs. In this case, users should set -both `LANGUAGE' and `LANG' variables in their environment, as programs -using GNU `gettext' give preference to `LANGUAGE'. For example, some -Swedish users would rather read translations in German than English for -when Swedish is not available. This is easily accomplished by setting -`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'. - -Translating Teams -================= - - For the Free Translation Project to be a success, we need interested -people who like their own language and write it well, and who are also -able to synergize with other translators speaking the same language. -Each translation team has its own mailing list, courtesy of Linux -International. You may reach your translation team at the address -`LL@li.org', replacing LL by the two-letter ISO 639 code for your -language. Language codes are *not* the same as the country codes given -in ISO 3166. The following translation teams exist, as of December -1997: - - Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en', - Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian - `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja', - Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish - `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es', - Swedish `sv', and Turkish `tr'. - -For example, you may reach the Chinese translation team by writing to -`zh@li.org'. - - If you'd like to volunteer to *work* at translating messages, you -should become a member of the translating team for your own language. -The subscribing address is *not* the same as the list itself, it has -`-request' appended. For example, speakers of Swedish can send a -message to `sv-request@li.org', having this message body: - - subscribe - - Keep in mind that team members are expected to participate -*actively* in translations, or at solving translational difficulties, -rather than merely lurking around. If your team does not exist yet and -you want to start one, or if you are unsure about what to do or how to -get started, please write to `translation@iro.umontreal.ca' to reach the -coordinator for all translator teams. - - The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skill are praised more than -programming skill, here. - -Available Packages -================== - - Languages are not equally supported in all packages. The following -matrix shows the current state of internationalization, as of December -1997. The matrix shows, in regard of each package, for which languages -PO files have been submitted to translation coordination. - - Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv - .----------------------------------------------------. - bash | [] [] [] | 3 - bison | [] [] [] | 3 - clisp | [] [] [] [] | 4 - cpio | [] [] [] [] [] [] | 6 - diffutils | [] [] [] [] [] | 5 - enscript | [] [] [] [] [] [] | 6 - fileutils | [] [] [] [] [] [] [] [] [] [] | 10 - findutils | [] [] [] [] [] [] [] [] [] | 9 - flex | [] [] [] [] | 4 - gcal | [] [] [] [] [] | 5 - gettext | [] [] [] [] [] [] [] [] [] [] [] | 12 - grep | [] [] [] [] [] [] [] [] [] [] | 10 - hello | [] [] [] [] [] [] [] [] [] [] [] | 11 - id-utils | [] [] [] | 3 - indent | [] [] [] [] [] | 5 - libc | [] [] [] [] [] [] [] | 7 - m4 | [] [] [] [] [] [] | 6 - make | [] [] [] [] [] [] | 6 - music | [] [] | 2 - ptx | [] [] [] [] [] [] [] [] | 8 - recode | [] [] [] [] [] [] [] [] [] | 9 - sh-utils | [] [] [] [] [] [] [] [] | 8 - sharutils | [] [] [] [] [] [] | 6 - tar | [] [] [] [] [] [] [] [] [] [] [] | 11 - texinfo | [] [] [] | 3 - textutils | [] [] [] [] [] [] [] [] [] | 9 - wdiff | [] [] [] [] [] [] [] [] | 8 - `----------------------------------------------------' - 17 languages cs da de en es fi fr it ja ko nl no pl pt ru sl sv - 27 packages 6 4 25 1 18 1 26 2 1 12 20 9 19 7 4 7 17 179 - - Some counters in the preceding matrix are higher than the number of -visible blocks let us expect. This is because a few extra PO files are -used for implementing regional variants of languages, or language -dialects. - - For a PO file in the matrix above to be effective, the package to -which it applies should also have been internationalized and -distributed as such by its maintainer. There might be an observable -lag between the mere existence a PO file and its wide availability in a -distribution. - - If December 1997 seems to be old, you may fetch a more recent copy -of this `ABOUT-NLS' file on most GNU archive sites. - @@ -1,3 +1,39 @@ +2002-04-21 Paul D. Smith <psmith@gnu.org> + + Modified to use latest autoconf (2.53), automake (1.6.1), and + gettext (0.11.1). We're using gettext's new "external" support, + to avoid including libintl source with GNU make. + + * signame.c: This file does nothing if the system provide + strsignal(). If not, it implements strsignal(). If the system + doesn't define sys_siglist, then we make our own; otherwise we use + the system version. + * signame.h: Removed. + + * main.c (main): No need to invoke signame_init(). Update copyright. + + * ABOUT-NLS: Removed. + * gettext.c: Removed. + * gettext.h: Get a simplified copy from the gettext package. + * po/*: Created. + * i18n/*.po: Moved to po/. + * i18n/: Removed. + + * config/*: Created. Contains package configuration helper files. + * config.guess, config.sub: Moved to config directory. + + * configure.in (AC_CONFIG_FILES): Add po/Makefile.in, config/Makefile. + Rework to use new-style autoconf features. Use the "external" + mode for gettext. Make the build.sh config file conditional on + whether build.sh.in exists, to avoid autoconf errors. + * acinclude.m4: Removed almost all macros as being obsolete. + Rewrote remaining macros to use AC_DEFINE. + * acconfig.h: Removed. + + * Makefile.am (EXTRA_DIST): Add config/config.rpath. Use a + conditional to handle customs support. Remove special handling + for i18n features. + 2002-04-20 Paul D. Smith <psmith@gnu.org> * function.c (func_call): Don't mark the argument variables $1, diff --git a/Makefile.am b/Makefile.am index 1f4c6f3..753ca9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,43 +1,46 @@ # This is a -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.4 +AUTOMAKE_OPTIONS = 1.6 dist-bzip2 +ACLOCAL_AMFLAGS = -I config -SUBDIRS = $(GLOBDIR) i18n +SUBDIRS = $(GLOBDIR) po bin_PROGRAMS = make -# These source files also have gettext references -SRCS = ar.c arscan.c commands.c dir.c expand.c file.c function.c \ - getopt.c implicit.c job.c main.c misc.c read.c remake.c \ - rule.c signame.c variable.c vpath.c +if USE_CUSTOMS + remote = remote-cstms.c +else + remote = remote-stub.c +endif -make_SOURCES = $(SRCS) default.c remote-$(REMOTE).c version.c \ - getopt1.c +make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c \ + function.c getopt.c getopt1.c implicit.c job.c main.c \ + misc.c read.c remake.c $(remote) rule.c signame.c \ + variable.c version.c vpath.c + +EXTRA_make_SOURCES = remote-stub.c remote-cstms.c noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \ - debug.h signame.h getopt.h gettext.h + debug.h getopt.h gettext.h -make_LDADD = $(LIBOBJS) @ALLOCA@ $(GLOBLIB) +make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) man_MANS = make.1 info_TEXINFOS = make.texinfo -DEFS = -DALIASPATH=\"$(aliaspath)\" -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ +DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ -INCLUDES = -I. -I$(srcdir) $(GLOBINC) +AM_CPPFLAGS = $(GLOBINC) -EXTRA_DIST = README build.sh.in $(man_MANS) README.customs remote-cstms.c\ +EXTRA_DIST = build.sh.in $(man_MANS)\ + README.customs\ make-stds.texi SCOPTIONS SMakefile\ README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h\ README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos\ README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat\ - readme.vms makefile.vms makefile.com config.h-vms vmsdir.h\ - vmsfunctions.c vmsify.c\ - gettext.c\ - glob/COPYING.LIB glob/ChangeLog glob/Makefile.am\ - glob/Makefile.ami glob/Makefile.in glob/SCOPTIONS\ - glob/SMakefile glob/configure.bat glob/fnmatch.c\ - glob/fnmatch.h glob/glob.c glob/glob.h + readme.vms makefile.vms makefile.com config.h-vms \ + vmsdir.h vmsfunctions.c vmsify.c + MOSTLYCLEANFILES = loadavg.c CLEANFILES = loadavg @@ -47,18 +50,7 @@ MAKE_HOST = @MAKE_HOST@ # --------------- Internationalization Section -POTFILES = $(SRCS) remote-cstms.c vmsfunctions.c - -localedir = $(prefix)/share/locale -aliaspath = $(localedir):. - -all-local: $(srcdir)/stamp-pot - -$(srcdir)/stamp-pot: $(POTFILES) - @echo "$(POTFILES)" > $@ - -MAINTAINERCLEANFILES = $(srcdir)/stamp-pot - +localedir = $(datadir)/locale # --------------- Local INSTALL Section @@ -161,12 +153,6 @@ check-regression: fi -# --------------- Local CLEAN section - -maintainer-clean-local: - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - - # --------------- Maintainer's Section @MAINT_MAKEFILE@ @@ -1,8 +1,8 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 30 May 2001 + 21 April 2002 -Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc. +Copyright (C) 2002 Free Software Foundation, Inc. See the end for copying conditions. All changes mentioned here are more fully described in the GNU make @@ -29,6 +29,16 @@ Version <next> * Updated translations for French, Galician, German, Japanese, Korean, and Russian. New translations for Danish, Hebrew, and Turkish. + +* Updated internationalization support to Gettext 0.11.1. + GNU make now uses Gettext's "external" feature, and does not include + any internationalization code itself. Configure will search your + system for an existing implementation of GNU Gettext (only GNU Gettext + is acceptable) and use it if it exists. If not, NLS will be disabled. + See ABOUT-NLS for more information. + +* Updated to autoconf 2.53 and automake 1.6.1. Users should not be + impacted. Version 3.79.1 diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 7e11f17..0000000 --- a/acconfig.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Name of this package (needed by automake) */ -#undef PACKAGE - -/* Version of this package (needed by automake) */ -#undef VERSION - -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define to the installation directory for locales. */ -#undef LOCALEDIR - -/* Define to the name of the SCCS `get' command. */ -#undef SCCS_GET - -/* Define to be the nanoseconds member of struct stat's st_mtim, - if it exists. */ -#undef ST_MTIM_NSEC - -/* Define this if the C library defines the variable `sys_siglist'. */ -#undef HAVE_SYS_SIGLIST - -/* Define this if the C library defines the variable `_sys_siglist'. */ -#undef HAVE__SYS_SIGLIST - -/* Define to `unsigned long' or `unsigned long long' - if <inttypes.h> doesn't define. */ -#undef uintmax_t diff --git a/acinclude.m4 b/acinclude.m4 index 3822e74..59a9359 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -66,7 +66,7 @@ dnl set to 'no'). AC_DEFUN([CF_RECHECK_FUNC],[ AC_CHECK_LIB($2,$1,[ CF_UPPER(cf_tr_func,$1) - AC_DEFINE_UNQUOTED(HAVE_$cf_tr_func) + AC_DEFINE_UNQUOTED(HAVE_$cf_tr_func,1,[Define if you have function $1]) ac_cv_func_$1=yes $3="-l$2 [$]$3"],[ ac_cv_func_$1=unknown @@ -84,173 +84,12 @@ $1=`echo $2 | tr '[a-z]' '[A-Z]'` changequote([,])dnl ])dnl -dnl --------------------------------------------------------------------------- -dnl Got this from the GNU tar 1.13.11 distribution -dnl by Paul Eggert <eggert@twinsun.com> -dnl --------------------------------------------------------------------------- - -dnl By default, many hosts won't let programs access large files; -dnl one must use special compiler options to get large-file access to work. -dnl For more details about this brain damage please see: -dnl http://www.sas.com/standards/large.file/x_open.20Mar96.html - -dnl Written by Paul Eggert <eggert@twinsun.com>. - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_FLAGS(FLAGSNAME) -AC_DEFUN(AC_SYS_LARGEFILE_FLAGS, - [AC_CACHE_CHECK([for $1 value to request large file support], - ac_cv_sys_largefile_$1, - [if ($GETCONF LFS_$1) >conftest.1 2>conftest.2 && test ! -s conftest.2 - then - ac_cv_sys_largefile_$1=`cat conftest.1` - else - ac_cv_sys_largefile_$1=no - ifelse($1, CFLAGS, - [case "$host_os" in - # HP-UX 10.20 requires -D__STDC_EXT__ with gcc 2.95.1. -changequote(, )dnl - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) -changequote([, ])dnl - if test "$GCC" = yes; then - ac_cv_sys_largefile_CFLAGS=-D__STDC_EXT__ - fi - ;; - # IRIX 6.2 and later require cc -n32. -changequote(, )dnl - irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*) -changequote([, ])dnl - if test "$GCC" != yes; then - ac_cv_sys_largefile_CFLAGS=-n32 - fi - esac - if test "$ac_cv_sys_largefile_CFLAGS" != no; then - ac_save_CC="$CC" - CC="$CC $ac_cv_sys_largefile_CFLAGS" - AC_TRY_LINK(, , , ac_cv_sys_largefile_CFLAGS=no) - CC="$ac_save_CC" - fi]) - fi - rm -f conftest*])]) - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_SPACE_APPEND(VAR, VAL) -AC_DEFUN(AC_SYS_LARGEFILE_SPACE_APPEND, - [case $2 in - no) ;; - ?*) - case "[$]$1" in - '') $1=$2 ;; - *) $1=[$]$1' '$2 ;; - esac ;; - esac]) - -dnl Internal subroutine of AC_SYS_LARGEFILE. -dnl AC_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, CACHE-VAR, COMMENT, CODE-TO-SET-DEFAULT) -AC_DEFUN(AC_SYS_LARGEFILE_MACRO_VALUE, - [AC_CACHE_CHECK([for $1], $2, - [$2=no -changequote(, )dnl - $4 - for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do - case "$ac_flag" in - -D$1) - $2=1 ;; - -D$1=*) - $2=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; - esac - done -changequote([, ])dnl - ]) - if test "[$]$2" != no; then - AC_DEFINE_UNQUOTED([$1], [$]$2, [$3]) - fi]) - -AC_DEFUN(AC_SYS_LARGEFILE, - [AC_REQUIRE([AC_CANONICAL_HOST]) - AC_ARG_ENABLE(largefile, - [ --disable-largefile omit support for large files]) - if test "$enable_largefile" != no; then - AC_CHECK_TOOL(GETCONF, getconf) - AC_SYS_LARGEFILE_FLAGS(CFLAGS) - AC_SYS_LARGEFILE_FLAGS(LDFLAGS) - AC_SYS_LARGEFILE_FLAGS(LIBS) - - for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do - case "$ac_flag" in - no) ;; - -D_FILE_OFFSET_BITS=*) ;; - -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;; - -D_LARGE_FILES | -D_LARGE_FILES=*) ;; - -D?* | -I?*) - AC_SYS_LARGEFILE_SPACE_APPEND(CPPFLAGS, "$ac_flag") ;; - *) - AC_SYS_LARGEFILE_SPACE_APPEND(CFLAGS, "$ac_flag") ;; - esac - done - AC_SYS_LARGEFILE_SPACE_APPEND(LDFLAGS, "$ac_cv_sys_largefile_LDFLAGS") - AC_SYS_LARGEFILE_SPACE_APPEND(LIBS, "$ac_cv_sys_largefile_LIBS") - AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, - ac_cv_sys_file_offset_bits, - [Number of bits in a file offset, on hosts where this is settable.], - [case "$host_os" in - # HP-UX 10.20 and later - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) - ac_cv_sys_file_offset_bits=64 ;; - esac]) - AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, - ac_cv_sys_largefile_source, - [Define to make fseeko etc. visible, on some hosts.], - [case "$host_os" in - # HP-UX 10.20 and later - hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*) - ac_cv_sys_largefile_source=1 ;; - esac]) - AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, - ac_cv_sys_large_files, - [Define for large files, on AIX-style hosts.], - [case "$host_os" in - # AIX 4.2 and later - aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*) - ac_cv_sys_large_files=1 ;; - esac]) - fi - ]) - - -dnl --------------------------------------------------------------------------- -dnl From Paul Eggert <eggert@twinsun.com> - -dnl Define HAVE_INTTYPES_H if <inttypes.h> exists, -dnl doesn't clash with <sys/types.h>, and declares uintmax_t. - -AC_DEFUN(jm_AC_HEADER_INTTYPES_H, -[ - if test x = y; then - dnl This code is deliberately never run via ./configure. - dnl FIXME: this is a gross hack to make autoheader put an entry - dnl for `HAVE_INTTYPES_H' in config.h.in. - AC_CHECK_FUNCS(INTTYPES_H) - fi - AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, - [AC_TRY_COMPILE( - [#include <sys/types.h> -#include <inttypes.h>], - [uintmax_t i = (uintmax_t) -1;], - jm_ac_cv_header_inttypes_h=yes, - jm_ac_cv_header_inttypes_h=no)]) - if test $jm_ac_cv_header_inttypes_h = yes; then - ac_kludge=HAVE_INTTYPES_H - AC_DEFINE_UNQUOTED($ac_kludge) - fi -]) - dnl --------------------------------------------------------------------------- dnl From Paul Eggert <eggert@twinsun.com> AC_DEFUN(AC_STRUCT_ST_MTIM_NSEC, - [AC_CACHE_CHECK([for nanoseconds member of struct stat.st_mtim], + [AC_CACHE_CHECK([for nanoseconds field of struct stat.st_mtim], ac_cv_struct_st_mtim_nsec, [ac_save_CPPFLAGS="$CPPFLAGS" ac_cv_struct_st_mtim_nsec=no @@ -268,268 +107,7 @@ AC_DEFUN(AC_STRUCT_ST_MTIM_NSEC, CPPFLAGS="$ac_save_CPPFLAGS"]) if test $ac_cv_struct_st_mtim_nsec != no; then - AC_DEFINE_UNQUOTED(ST_MTIM_NSEC, $ac_cv_struct_st_mtim_nsec) + AC_DEFINE_UNQUOTED(ST_MTIM_NSEC, $ac_cv_struct_st_mtim_nsec, [Define if 'struct stat' contains a nanoseconds field]) fi ] ) - -dnl --------------------------------------------------------------------------- -dnl From Paul Eggert <eggert@twinsun.com> - -dnl Define uintmax_t to `unsigned long' or `unsigned long long' -dnl if <inttypes.h> does not exist. - -AC_DEFUN(jm_AC_TYPE_UINTMAX_T, -[ - AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) - if test $jm_ac_cv_header_inttypes_h = no; then - AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long, - [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;], - [unsigned long long ullmax = (unsigned long long) -1; - return ull << i | ull >> i | ullmax / ull | ullmax % ull;], - ac_cv_type_unsigned_long_long=yes, - ac_cv_type_unsigned_long_long=no)]) - if test $ac_cv_type_unsigned_long_long = yes; then - AC_DEFINE(uintmax_t, unsigned long long) - else - AC_DEFINE(uintmax_t, unsigned long) - fi - fi -]) - - -# The following is taken from automake 1.4, -# except that it prefers the compiler option -Ae to "-Aa -D_HPUX_SOURCE" -# because only the former supports 64-bit integral types on HP-UX 10.20. - -## ----------------------------------------- ## -## ANSIfy the C compiler whenever possible. ## -## From Franc,ois Pinard ## -## ----------------------------------------- ## - -# serial 2 - -# @defmac AC_PROG_CC_STDC -# @maindex PROG_CC_STDC -# @ovindex CC -# If the C compiler in not in ANSI C mode by default, try to add an option -# to output variable @code{CC} to make it so. This macro tries various -# options that select ANSI C on some system or another. It considers the -# compiler to be in ANSI C mode if it handles function prototypes correctly. -# -# If you use this macro, you should check after calling it whether the C -# compiler has been set to accept ANSI C; if not, the shell variable -# @code{am_cv_prog_cc_stdc} is set to @samp{no}. If you wrote your source -# code in ANSI C, you can make an un-ANSIfied copy of it by using the -# program @code{ansi2knr}, which comes with Ghostscript. -# @end defmac - -AC_DEFUN(AM_PROG_CC_STDC, -[AC_REQUIRE([AC_PROG_CC]) -AC_BEFORE([$0], [AC_C_INLINE]) -AC_BEFORE([$0], [AC_C_CONST]) -dnl Force this before AC_PROG_CPP. Some cpp's, eg on HPUX, require -dnl a magic option to avoid problems with ANSI preprocessor commands -dnl like #elif. -dnl FIXME: can't do this because then AC_AIX won't work due to a -dnl circular dependency. -dnl AC_BEFORE([$0], [AC_PROG_CPP]) -AC_MSG_CHECKING(for ${CC-cc} option to accept ANSI C) -AC_CACHE_VAL(am_cv_prog_cc_stdc, -[am_cv_prog_cc_stdc=no -ac_save_CC="$CC" -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - AC_TRY_COMPILE( -[#include <stdarg.h> -#include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -], [ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; -], -[am_cv_prog_cc_stdc="$ac_arg"; break]) -done -CC="$ac_save_CC" -]) -if test -z "$am_cv_prog_cc_stdc"; then - AC_MSG_RESULT([none needed]) -else - AC_MSG_RESULT($am_cv_prog_cc_stdc) -fi -case "x$am_cv_prog_cc_stdc" in - x|xno) ;; - *) CC="$CC $am_cv_prog_cc_stdc" ;; -esac -]) - -dnl --------------------------------------------------------------------------- -dnl Enable internationalization support for GNU make. -dnl Original obtained from the libit 0.7 distribution -dnl Rewritten by Paul D. Smith <psmith@gnu.org> -dnl This version is much more straightforward than the original (I think); -dnl If the user doesn't disable NLS, check whether she asked for the -dnl included gettext. If so, we use that. If not, test to see if the -dnl system gettext is GNU. If not, use the included gettext. If so, -dnl use the system gettext. We are very strict about testing for GNU -dnl gettext; not only must the library be GNU gettext, but the libintl.h -dnl file must also be GNU. -dnl -AC_DEFUN(pds_CHECK_SYSTEM_GETTEXT, [ - - # OK. What we're going to do is see if the system gettext is really - # GNU gettext, and we're going to make _sure_ (as we can) that if - # it's not we'll use the included gettext. - - pds_keep_LIBS="$LIBS" - - # Look around for gettext() and libintl.h on the system - AC_CHECK_HEADERS(locale.h) - AC_SEARCH_LIBS(gettext, intl) - if test "$ac_cv_search_gettext" = no; then - with_included_gettext=yes - - else - # We only want to deal with GNU's gettext; if we don't have that - # we'll just use our own, thanks very much. - AC_CACHE_CHECK([whether the system has GNU gettext], - pds_cv_system_gnu_gettext, [ - AC_TRY_LINK([ -#include <libintl.h> -#ifdef HAVE_LOCALE_H -#include <locale.h> -#endif -], [ -#if __USE_GNU_GETTEXT - extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr; -#else -not GNU gettext -#endif -], - pds_cv_system_gnu_gettext=yes, pds_cv_system_gnu_gettext=no)]) - - if test "x$pds_cv_system_gnu_gettext" = xyes; then - with_included_gettext=no - AC_DEFINE(HAVE_LIBINTL_H, 1, [Define if you have <libintl.h>.]) - else - with_included_gettext=yes - LIBS="$pds_keep_LIBS" - fi - fi -]) - - -AC_DEFUN(pds_WITH_GETTEXT, [ - - AC_MSG_CHECKING(whether NLS is wanted) - AC_ARG_ENABLE(nls, - [ --disable-nls disallow Native Language Support], - enable_nls=$enableval, enable_nls=yes) - AC_MSG_RESULT($enable_nls) - use_nls=$enable_nls - AM_CONDITIONAL(USE_NLS, test $use_nls = yes) - - if test $enable_nls = yes; then - AC_DEFINE(ENABLE_NLS, 1, [Define if NLS is requested.]) - - # We don't support catgets at all - if test "x$with_catgets" != x; then - AC_MSG_WARN([catgets not supported; --with-catgets ignored]) - fi - - # Find out what the user wants. - - AC_ARG_WITH(included-gettext, - [ --with-included-gettext use the GNU gettext library included here], - with_included_gettext=yes, - with_included_gettext=maybe) - - if test "x$with_included_gettext" != xyes; then - pds_CHECK_SYSTEM_GETTEXT - fi - - AC_MSG_CHECKING([whether to use included gettext]) - AC_MSG_RESULT($with_included_gettext) - - if test "$with_included_gettext" = yes; then - LIBOBJS="$LIBOBJS gettext.o" - fi - - AC_DEFINE(HAVE_GETTEXT, 1, [Define if you have the gettext function.]) - AC_DEFINE(HAVE_DCGETTEXT, 1, [Define if you have the dcgettext function.]) - - AC_CHECK_FUNCS(getcwd setlocale stpcpy) - - if test -z "$ALL_LINGUAS"; then - AC_MSG_WARN(This package does not install translations yet.) - else - ac_items="$ALL_LINGUAS" - for ac_item in $ac_items; do - ALL_POFILES="$ALL_POFILES $ac_item.po" - ALL_MOFILES="$ALL_MOFILES $ac_item.mo" - done - fi - AC_SUBST(ALL_LINGUAS) - AC_SUBST(ALL_POFILES) - AC_SUBST(ALL_MOFILES) - - AC_MSG_CHECKING(which translations to install) - if test -z "$LINGUAS"; then - ac_print="$ALL_LINGUAS" - MOFILES="$ALL_MOFILES" - else - ac_items="$LINGUAS" - for ac_item in $ac_items; do - case "$ALL_LINGUAS" in - *$ac_item*) - ac_print="$ac_print $ac_item" - MOFILES="$MOFILES $ac_item.mo" - ;; - esac - done - fi - AC_SUBST(MOFILES) - if test -z "$ac_print"; then - AC_MSG_RESULT(none) - else - AC_MSG_RESULT($ac_print) - fi - - if test "x$prefix" = xNONE; then - AC_DEFINE_UNQUOTED(LOCALEDIR, "$ac_default_prefix/share/locale") - else - AC_DEFINE_UNQUOTED(LOCALEDIR, "$prefix/share/locale") - fi - fi]) diff --git a/config.guess b/config.guess deleted file mode 100644 index 4994964..0000000 --- a/config.guess +++ /dev/null @@ -1,1273 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -# Free Software Foundation, Inc. - -version='2000-06-13' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# Written by Per Bothner <bothner@cygnus.com>. -# Please send patches to <config-patches@gnu.org>. -# -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. -# -# The plan is that this can be called by configure scripts if you -# don't specify an explicit system type (host/target name). -# -# Only a few systems have been added to this list; please add others -# (but try to keep the structure clean). -# - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of this system. - -Operation modes: - -h, --help print this help, then exit - -V, --version print version number, then exit" - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case "$1" in - --version | --vers* | -V ) - echo "$version" ; exit 0 ;; - --help | --h* | -h ) - echo "$usage"; exit 0 ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - exec >&2 - echo "$me: invalid option $1" - echo "$help" - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -# Use $HOST_CC if defined. $CC may point to a cross-compiler -if test x"$CC_FOR_BUILD" = x; then - if test x"$HOST_CC" != x; then - CC_FOR_BUILD="$HOST_CC" - else - if test x"$CC" != x; then - CC_FOR_BUILD="$CC" - else - CC_FOR_BUILD=cc - fi - fi -fi - - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 8/24/94.) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -dummy=dummy-$$ -trap 'rm -f $dummy.c $dummy.o $dummy; exit 1' 1 2 15 - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # Netbsd (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # Determine the machine/vendor (is the vendor relevant). - case "${UNAME_MACHINE}" in - amiga) machine=m68k-cbm ;; - arm32) machine=arm-unknown ;; - atari*) machine=m68k-atari ;; - sun3*) machine=m68k-sun ;; - mac68k) machine=m68k-apple ;; - macppc) machine=powerpc-apple ;; - hp3[0-9][05]) machine=m68k-hp ;; - ibmrt|romp-ibm) machine=romp-ibm ;; - *) machine=${UNAME_MACHINE}-unknown ;; - esac - # The Operating System including object format. - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - # The OS release - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}" - exit 0 ;; - alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - cat <<EOF >$dummy.s - .data -\$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main -main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - esac - fi - rm -f $dummy.s $dummy - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit 0 ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit 0 ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-cbm-sysv4 - exit 0;; - amiga:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit 0 ;; - arc64:OpenBSD:*:*) - echo mips64el-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - hkmips:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - sgi:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit 0 ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit 0;; - SR2?01:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit 0;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit 0 ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit 0 ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - i86pc:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit 0 ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit 0 ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit 0 ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit 0 ;; - atari*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit 0 ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit 0 ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit 0 ;; - sun3*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mac68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme88k:OpenBSD:*:*) - echo m88k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit 0 ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit 0 ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit 0 ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit 0 ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit 0 ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include <stdio.h> /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD $dummy.c -o $dummy \ - && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ - && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - echo mips-mips-riscos${UNAME_RELEASE} - exit 0 ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit 0 ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit 0 ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit 0 ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit 0 ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit 0 ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit 0 ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit 0 ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit 0 ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit 0 ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit 0 ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i?86:AIX:*:*) - echo i386-ibm-aix - exit 0 ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - sed 's/^ //' << EOF >$dummy.c - #include <sys/systemcfg.h> - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - echo rs6000-ibm-aix3.2.5 - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit 0 ;; - *:AIX:*:4) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'` - if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=4.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit 0 ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit 0 ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit 0 ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit 0 ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit 0 ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit 0 ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit 0 ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit 0 ;; - 9000/[34678]??:HP-UX:*:*) - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include <stdlib.h> - #include <unistd.h> - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy` - rm -f $dummy.c $dummy - esac - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit 0 ;; - 3050*:HI-UX:*:*) - sed 's/^ //' << EOF >$dummy.c - #include <unistd.h> - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - echo unknown-hitachi-hiuxwe2 - exit 0 ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit 0 ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit 0 ;; - *9??*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit 0 ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit 0 ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit 0 ;; - i?86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit 0 ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit 0 ;; - hppa*:OpenBSD:*:*) - echo hppa-unknown-openbsd - exit 0 ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit 0 ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit 0 ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit 0 ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit 0 ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit 0 ;; - CRAY*X-MP:*:*:*) - echo xmp-cray-unicos - exit 0 ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} - exit 0 ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ - exit 0 ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY*T3E:*:*:*) - echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY-2:*:*:*) - echo cray2-cray-unicos - exit 0 ;; - F300:UNIX_System_V:*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit 0 ;; - F301:UNIX_System_V:*:*) - echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` - exit 0 ;; - hp300:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - i?86:BSD/386:*:* | i?86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit 0 ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; - *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit 0 ;; - *:OpenBSD:*:*) - echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - exit 0 ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit 0 ;; - i*:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit 0 ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i386-pc-interix - exit 0 ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit 0 ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit 0 ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - *:GNU:*:*) - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit 0 ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit 0 ;; - *:Linux:*:*) - - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - ld_help_string=`cd /; ld --help 2>&1` - ld_supported_emulations=`echo $ld_help_string \ - | sed -ne '/supported emulations:/!d - s/[ ][ ]*/ /g - s/.*supported emulations: *// - s/ .*// - p'` - case "$ld_supported_emulations" in - *ia64) - echo "${UNAME_MACHINE}-unknown-linux" - exit 0 - ;; - i?86linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit 0 - ;; - elf_i?86) - echo "${UNAME_MACHINE}-pc-linux" - exit 0 - ;; - i?86coff) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit 0 - ;; - sparclinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - armlinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - elf32arm*) - echo "${UNAME_MACHINE}-unknown-linux-gnuoldld" - exit 0 - ;; - armelf_linux*) - echo "${UNAME_MACHINE}-unknown-linux-gnu" - exit 0 - ;; - m68klinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - elf32ppc | elf32ppclinux) - # Determine Lib Version - cat >$dummy.c <<EOF -#include <features.h> -#if defined(__GLIBC__) -extern char __libc_version[]; -extern char __libc_release[]; -#endif -main(argc, argv) - int argc; - char *argv[]; -{ -#if defined(__GLIBC__) - printf("%s %s\n", __libc_version, __libc_release); -#else - printf("unkown\n"); -#endif - return 0; -} -EOF - LIBC="" - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null - if test "$?" = 0 ; then - ./$dummy | grep 1\.99 > /dev/null - if test "$?" = 0 ; then - LIBC="libc1" - fi - fi - rm -f $dummy.c $dummy - echo powerpc-unknown-linux-gnu${LIBC} - exit 0 - ;; - shelf_linux) - echo "${UNAME_MACHINE}-unknown-linux-gnu" - exit 0 - ;; - esac - - if test "${UNAME_MACHINE}" = "alpha" ; then - cat <<EOF >$dummy.s - .data - \$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main - main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - LIBC="" - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - esac - - objdump --private-headers $dummy | \ - grep ld.so.1 > /dev/null - if test "$?" = 0 ; then - LIBC="libc1" - fi - fi - rm -f $dummy.s $dummy - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0 - elif test "${UNAME_MACHINE}" = "mips" ; then - cat >$dummy.c <<EOF -#ifdef __cplusplus -#include <stdio.h> /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __MIPSEB__ - printf ("%s-unknown-linux-gnu\n", argv[1]); -#endif -#ifdef __MIPSEL__ - printf ("%sel-unknown-linux-gnu\n", argv[1]); -#endif - return 0; -} -EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - elif test "${UNAME_MACHINE}" = "s390"; then - echo s390-ibm-linux && exit 0 - else - # Either a pre-BFD a.out linker (linux-gnuoldld) - # or one that does not give us useful --help. - # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. - # If ld does not provide *any* "supported emulations:" - # that means it is gnuoldld. - echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:" - test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 - - case "${UNAME_MACHINE}" in - i?86) - VENDOR=pc; - ;; - *) - VENDOR=unknown; - ;; - esac - # Determine whether the default compiler is a.out or elf - cat >$dummy.c <<EOF -#include <features.h> -#ifdef __cplusplus -#include <stdio.h> /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __ELF__ -# ifdef __GLIBC__ -# if __GLIBC__ >= 2 - printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -#else - printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); -#endif - return 0; -} -EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - fi ;; -# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions -# are messed up and put the nodename in both sysname and nodename. - i?86:DYNIX/ptx:4*:*) - echo i386-sequent-sysv4 - exit 0 ;; - i?86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit 0 ;; - i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit 0 ;; - i?86:*:5:7*) - # Fixed at (any) Pentium or better - UNAME_MACHINE=i586 - if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then - echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} - fi - exit 0 ;; - i?86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` - echo ${UNAME_MACHINE}-pc-isc$UNAME_REL - elif /bin/uname -X 2>/dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` - (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit 0 ;; - i?86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit 0 ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp - exit 0 ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit 0 ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit 0 ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit 0 ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit 0 ;; - M68*:*:R3V[567]*:*) - test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4.3${OS_REL} && exit 0 - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4 && exit 0 ;; - m68*:LynxOS:2.*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit 0 ;; - i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; - rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit 0 ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit 0 ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit 0 ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit 0 ;; - PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says <Richard.M.Bartel@ccMail.Census.GOV> - echo i586-unisys-sysv4 - exit 0 ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes <hewes@openmarket.com>. - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit 0 ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit 0 ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit 0 ;; - news*:NEWS-OS:*:6*) - echo mips-sony-newsos6 - exit 0 ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit 0 ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit 0 ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit 0 ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit 0 ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit 0 ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit 0 ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; - *:Darwin:*:*) - echo `uname -p`-apple-darwin${UNAME_RELEASE} - exit 0 ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - if test "${UNAME_MACHINE}" = "x86pc"; then - UNAME_MACHINE=pc - fi - echo `uname -p`-${UNAME_MACHINE}-nto-qnx - exit 0 ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit 0 ;; - NSR-W:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit 0 ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit 0 ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit 0 ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -cat >$dummy.c <<EOF -#ifdef _SEQUENT_ -# include <sys/types.h> -# include <sys/utsname.h> -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include <sys/param.h> - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -#if !defined (ultrix) - printf ("vax-dec-bsd\n"); exit (0); -#else - printf ("vax-dec-ultrix\n"); exit (0); -#endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm $dummy.c $dummy && exit 0 -rm -f $dummy.c $dummy - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit 0 ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit 0 ;; - c34*) - echo c34-convex-bsd - exit 0 ;; - c38*) - echo c38-convex-bsd - exit 0 ;; - c4*) - echo c4-convex-bsd - exit 0 ;; - esac -fi - -cat >&2 <<EOF -$0: unable to guess system type - -The $version version of this script cannot recognize your system type. -Please download the most up to date version of the config scripts: - - ftp://ftp.gnu.org/pub/gnu/config/ - -If the version you run ($0) is already up to date, please -send the following data and any information you think might be -pertinent to <config-patches@gnu.org> in order to provide the needed -information to handle your system. - -config.guess version = $version - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "version='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/config.sub b/config.sub deleted file mode 100644 index 6e5f1a8..0000000 --- a/config.sub +++ /dev/null @@ -1,1319 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script, version 1.1. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -# Free Software Foundation, Inc. - -version='2000-06-20' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# Please send patches to <config-patches@gnu.org>. -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -V, --version print version number, then exit" - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case "$1" in - --version | --vers* | -V ) - echo "$version" ; exit 0 ;; - --help | --h* | -h ) - echo "$usage"; exit 0 ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - exec >&2 - echo "$me: invalid option $1" - echo "$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit 0;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) - os= - basic_machine=$1 - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ - | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \ - | 580 | i960 | h8300 \ - | x86 | ppcbe | mipsbe | mipsle | shbe | shle | armbe | armle \ - | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ - | hppa64 \ - | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \ - | alphaev6[78] \ - | we32k | ns16k | clipper | i370 | sh | sh[34] \ - | powerpc | powerpcle \ - | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \ - | mips64orion | mips64orionel | mipstx39 | mipstx39el \ - | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ - | mips64vr5000 | miprs64vr5000el | mcore \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ - | thumb | d10v | fr30 | avr) - basic_machine=$basic_machine-unknown - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl) - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i[234567]86) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - # FIXME: clean up the formatting here. - vax-* | tahoe-* | i[234567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \ - | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ - | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ - | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \ - | xmp-* | ymp-* \ - | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* | armbe-* | armle-* \ - | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \ - | hppa2.0n-* | hppa64-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \ - | alphaev6[78]-* \ - | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ - | clipper-* | orion-* \ - | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ - | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ - | mipstx39-* | mipstx39el-* | mcore-* \ - | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ - | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ - | bs2000-* | tic54x-* | c54x-*) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-cbm - ;; - amigaos | amigados) - basic_machine=m68k-cbm - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-cbm - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | ymp) - basic_machine=ymp-cray - os=-unicos - ;; - cray2) - basic_machine=cray2-cray - os=-unicos - ;; - [ctj]90-cray) - basic_machine=c90-cray - os=-unicos - ;; - crds | unos) - basic_machine=m68k-crds - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? - i[34567]86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i[34567]86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i[34567]86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i[34567]86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - i386-go32 | go32) - basic_machine=i386-unknown - os=-go32 - ;; - i386-mingw32 | mingw32) - basic_machine=i386-unknown - os=-mingw32 - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mipsel*-linux*) - basic_machine=mipsel-unknown - os=-linux-gnu - ;; - mips*-linux*) - basic_machine=mips-unknown - os=-linux-gnu - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - msdos) - basic_machine=i386-unknown - os=-msdos - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - np1) - basic_machine=np1-gould - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pentium | p5 | k5 | k6 | nexen) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon) - basic_machine=i686-pc - ;; - pentiumii | pentium2) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexen-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=rs6000-ibm - ;; - ppc) basic_machine=powerpc-unknown - ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sparclite-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=t3e-cray - os=-unicos - ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xmp) - basic_machine=xmp-cray - os=-unicos - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - mips) - if [ x$os = x-linux-gnu ]; then - basic_machine=mips-unknown - else - basic_machine=mips-mips - fi - ;; - romp) - basic_machine=romp-ibm - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh3 | sh4) - base_machine=sh-unknown - ;; - sparc | sparcv9) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - c4x*) - basic_machine=c4x-none - os=-coff - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i[34567]86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto*) - os=-nto-qnx - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -*MiNT) - os=-mint - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 - ;; - m68*-cisco) - os=-aout - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-ibm) - os=-aix - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f301-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -vxsim* | -vxworks*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -*MiNT) - vendor=atari - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit 0 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "version='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/config/ChangeLog b/config/ChangeLog new file mode 100644 index 0000000..9755ae9 --- /dev/null +++ b/config/ChangeLog @@ -0,0 +1,14 @@ +2002-04-21 gettextize <bug-gnu-gettext@gnu.org> + + * codeset.m4: New file, from gettext-0.11.1. + * gettext.m4: New file, from gettext-0.11.1. + * glibc21.m4: New file, from gettext-0.11.1. + * iconv.m4: New file, from gettext-0.11.1. + * isc-posix.m4: New file, from gettext-0.11.1. + * lcmessage.m4: New file, from gettext-0.11.1. + * lib-ld.m4: New file, from gettext-0.11.1. + * lib-link.m4: New file, from gettext-0.11.1. + * lib-prefix.m4: New file, from gettext-0.11.1. + * progtest.m4: New file, from gettext-0.11.1. + * Makefile.am: New file. + diff --git a/config/Makefile.am b/config/Makefile.am new file mode 100644 index 0000000..60cca4c --- /dev/null +++ b/config/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 diff --git a/configure.in b/configure.in index f7b0825..7348cf4 100644 --- a/configure.in +++ b/configure.in @@ -1,51 +1,71 @@ -dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id$]) -AC_PREREQ(2.13)dnl dnl Minimum Autoconf version required. -AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir. +# Process this file with autoconf to produce a configure script. -AM_INIT_AUTOMAKE(make, 3.79.1.90) -AM_CONFIG_HEADER(config.h) +AC_INIT(GNU make,3.79.2rc1,bug-make@gnu.org) -dnl Regular configure stuff +AC_PREREQ(2.53) -AC_CANONICAL_HOST +AC_REVISION([[$Id$]]) + +# Autoconf setup +AC_CONFIG_AUX_DIR(config) +AC_CONFIG_SRCDIR(vpath.c) +AM_CONFIG_HEADER(config.h) + +# Automake setup +AM_INIT_AUTOMAKE AC_PROG_MAKE_SET + +# Checks for programs. AC_PROG_CC AC_PROG_INSTALL -AC_CHECK_PROG(AR, ar, ar, ar) AC_PROG_RANLIB -AC_PROG_CPP dnl Later checks need this. +AC_PROG_CPP +AC_CHECK_PROG(AR, ar, ar, ar) +# Perl is needed for the test suite (only) +AC_CHECK_PROG(PERL, perl, perl, perl) + +# Specialized system macros +AC_CANONICAL_HOST AC_AIX AC_ISC_POSIX AC_MINIX -AC_CHECK_PROG(PERL, perl, perl, perl) dnl Needed for the test suite (only) +# Enable gettext, in "external" mode. +# Maintainers: this requires gettext 0.11 or better! +AM_GNU_GETTEXT([external]) -dnl This test must come as early as possible after the compiler configuration -dnl tests, because the choice of the file model can (in principle) affect -dnl whether functions and headers are available, whether they work, etc. +# This test must come as early as possible after the compiler configuration +# tests, because the choice of the file model can (in principle) affect +# whether functions and headers are available, whether they work, etc. AC_SYS_LARGEFILE +# Checks for libraries. +AC_SEARCH_LIBS(getpwnam, [sun]) + +# Checks for header files. AC_HEADER_STDC AC_HEADER_DIRENT -AC_TYPE_UID_T dnl Also does gid_t. -AC_TYPE_PID_T -AC_TYPE_SIGNAL +AC_HEADER_STAT +AC_HEADER_TIME AC_CHECK_HEADERS(stdlib.h unistd.h limits.h sys/param.h fcntl.h string.h \ memory.h sys/time.h sys/timeb.h) -AC_PROG_CC_C_O + +AM_PROG_CC_C_O AM_PROG_CC_STDC -AC_C_CONST dnl getopt needs this. -AC_C_INLINE dnl gettext needs this. -AC_HEADER_STAT -AC_HEADER_TIME +AC_C_CONST +AC_TYPE_SIGNAL +AC_TYPE_UID_T +AC_TYPE_PID_T + +# Find some definition for uintmax_t -dnl Handle internationalization +AC_CHECK_TYPE(uintmax_t,,[ + uintmax_t="unsigned long" + AC_CHECK_TYPE(unsigned long long,[uintmax_t="unsigned long long"]) + AC_DEFINE_UNQUOTED(uintmax_t,$uintmax_t,[Define uintmax_t if not defined in <stdint.h> or <inttypes.h>.])]) -ALL_LINGUAS="da de es fr gl ja ko nl pl pt_BR ru tr" -pds_WITH_GETTEXT +# Find out whether our struct stat returns nanosecond resolution timestamps. -jm_AC_TYPE_UINTMAX_T AC_STRUCT_ST_MTIM_NSEC AC_MSG_CHECKING([whether to use high resolution file timestamps]) AC_CACHE_VAL(make_cv_file_timestamp_hi_res, [ @@ -77,20 +97,6 @@ if test $make_cv_file_timestamp_hi_res = yes; then fi fi -AC_SUBST(LIBOBJS) - -AC_DEFUN(AC_CHECK_SYMBOL, [dnl -AC_MSG_CHECKING(for $1) -AC_CACHE_VAL(ac_cv_check_symbol_$1, [dnl -AC_TRY_LINK(, [extern char *sys_siglist[]; puts(*sys_siglist);], - ac_cv_check_symbol_$1=yes, ac_cv_check_symbol_$1=no)]) -if test "$ac_cv_check_symbol_$1" = yes; then -changequote(,)dnl - ac_tr_symbol=`echo $1 | tr '[a-z]' '[A-Z]'` -changequote([,])dnl - AC_DEFINE_UNQUOTED(HAVE_${ac_tr_symbol}) -fi -AC_MSG_RESULT($ac_cv_check_symbol_$1)])dnl # See if we have a standard version of gettimeofday(). Since actual # implementations can differ, just make sure we have the most common @@ -112,23 +118,21 @@ if test $ac_cv_func_gettimeofday = yes; then [Define if you have a standard gettimeofday function]) fi -AC_CHECK_FUNCS( memmove memcpy strchr strdup psignal mkstemp mktemp fdopen \ +AC_CHECK_FUNCS( memcpy strchr strdup mkstemp mktemp fdopen \ bsd_signal dup2 getcwd sigsetmask sigaction getgroups \ setlinebuf seteuid setegid setreuid setregid pipe \ strerror strsignal) -AC_CHECK_SYMBOL(sys_siglist) AC_FUNC_ALLOCA AC_FUNC_VFORK AC_FUNC_VPRINTF AC_FUNC_STRCOLL AC_FUNC_CLOSEDIR_VOID AC_FUNC_SETVBUF_REVERSED - -AC_CHECK_LIB(kstat, kstat_open) dnl _Must_ come before AC_FUNC_GETLOADAVG. -AC_CHECK_FUNCS(pstat_getdynamic) dnl Supposedly in AC_FUNC_GETLOADAVG, but...? AC_FUNC_GETLOADAVG +AC_DECL_SYS_SIGLIST + # Check out the wait reality. AC_CHECK_HEADERS(sys/wait.h) AC_CHECK_FUNCS(waitpid wait3) @@ -158,37 +162,37 @@ if test "$make_cv_union_wait" = yes; then fi AC_MSG_RESULT($make_cv_union_wait) -AC_DECL_SYS_SIGLIST -# The presence of the following is not meant to imply -# that make necessarily works on those systems. -AC_SEARCH_LIBS(getpwnam, sun) +# See if the user wants to use pmake's "customs" distributed build capability -AC_SUBST(REMOTE) REMOTE=stub -make_try_customs=no +use_customs=false AC_ARG_WITH(customs, -[ --with-customs=DIR Enable remote jobs via Customs--see README.customs], -[case "$withval" in - n|no) ;; - *) make_cppflags="$CPPFLAGS" - case "$withval" in - y|ye|yes) ;; - *) CPPFLAGS="$CPPFLAGS -I$with_customs/include/customs" - make_ldflags="$LDFLAGS -L$with_customs/lib" ;; - esac - CF_NETLIBS - AC_CHECK_HEADER(customs.h, - REMOTE=cstms - LIBS="$LIBS -lcustoms" LDFLAGS="$make_ldflags", - with_customs=no - CPPFLAGS="$make_cppflags" make_badcust=yes) - ;; -esac]) - -dnl See if we can handle the job server feature, and if the user wants it. + AC_HELP_STRING([--with-customs=DIR], + [Enable remote jobs via Customs--see README.customs]), + [case $withval in + n|no) : ;; + *) make_cppflags="$CPPFLAGS" + case $withval in + y|ye|yes) : ;; + *) CPPFLAGS="$CPPFLAGS -I$with_customs/include/customs" + make_ldflags="$LDFLAGS -L$with_customs/lib" ;; + esac + CF_NETLIBS + AC_CHECK_HEADER(customs.h, + [use_customs=true + LIBS="$LIBS -lcustoms" LDFLAGS="$make_ldflags"], + [with_customs=no + CPPFLAGS="$make_cppflags" make_badcust=yes]) + ;; + esac]) +# Tell automake about this, so it can include the right .c files. +AM_CONDITIONAL(USE_CUSTOMS, test $use_customs = true) + +# See if we can handle the job server feature, and if the user wants it. AC_ARG_ENABLE(job-server, - [ --disable-job-server Disallow recursive make communication during -jN], + AC_HELP_STRING([--disable-job-server], + [Disallow recursive make communication during -jN]), [make_cv_job_server="$enableval" user_job_server="$enableval"], [make_cv_job_server="yes"]) @@ -213,26 +217,13 @@ case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohan [Define this to enable job server support in GNU make.]);; esac -dnl Allow building with dmalloc - -AC_ARG_ENABLE(dmalloc, - [ --enable-dmalloc Enable support for the dmalloc debugging library], - [make_cv_dmalloc="$enableval"], - [make_cv_dmalloc="no"]) - -case "$make_cv_dmalloc" in - yes) AC_CHECK_HEADERS(dmalloc.h) - AC_CHECK_LIB(dmalloc, dmalloc_shutdown) - CPPFLAGS="$CPPFLAGS -DDMALLOC_FUNC_CHECK" ;; -esac - AC_CACHE_CHECK(for location of SCCS get command, make_cv_path_sccs_get, [ if test -f /usr/sccs/get; then make_cv_path_sccs_get=/usr/sccs/get else make_cv_path_sccs_get=get fi]) -AC_DEFINE_UNQUOTED(SCCS_GET,["$make_cv_path_sccs_get"]) +AC_DEFINE_UNQUOTED(SCCS_GET, ["$make_cv_path_sccs_get"], [Define to the name of the SCCS 'get' command.]) ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later. if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 && @@ -247,7 +238,7 @@ if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 && fi]) case "$make_cv_sys_get_minus_G" in yes) AC_DEFINE(SCCS_GET_MINUS_G, 1, - [Define this if the SCCS \`get' command understands the \`-G<file>' option.]);; + [Define this if the SCCS 'get' command understands the '-G<file>' option.]);; esac fi rm -f s.conftest conftoast @@ -269,7 +260,7 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [ # endif #endif ], make_cv_sys_gnu_glob=yes, make_cv_sys_gnu_glob=no)]) -case "$make_cv_sys_gnu_glob" in +case $make_cv_sys_gnu_glob in yes) AC_MSG_RESULT(yes) ;; no) AC_MSG_RESULT([no; using local copy]) AC_SUBST(GLOBDIR) GLOBDIR=glob @@ -288,13 +279,11 @@ if test -r "$srcdir/maintMakefile"; then fi AC_SUBST_FILE(MAINT_MAKEFILE) -AC_OUTPUT(build.sh Makefile glob/Makefile i18n/Makefile) +# Allow building with dmalloc +AM_WITH_DMALLOC -dnl If we don't yet have build.sh.in, build.sh is a bogus 0-length file -dnl so remove it. -dnl Can't do this because then remote builds with build.sh don't work. -dnl test -f build.sh.in || rm -f build.sh +# Sanity check and inform the user of what we found case "$make_badcust" in yes) echo @@ -309,7 +298,7 @@ case "$with_customs" in : else echo - echo "WARNING: \`$with_customs/lib' does not appear to contain the" + echo "WARNING: '$with_customs/lib' does not appear to contain the" echo " Customs library. You must build and install Customs" echo " before compiling GNU make." echo @@ -335,6 +324,23 @@ case "$make_cv_job_server/$user_job_server" in echo ;; esac + +# Specify what files are to be created. +# We only generate the build.sh if we have a build.sh.in; we won't have +# one before we've created a distribution. + +AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile) + +if test -f $srcdir/build.sh.in; then + AC_CONFIG_FILES(build.sh) +fi + + +# OK, do it! + +AC_OUTPUT + + dnl Local Variables: dnl comment-start: "dnl " dnl comment-end: "" diff --git a/gettext.c b/gettext.c deleted file mode 100644 index b97df8d..0000000 --- a/gettext.c +++ /dev/null @@ -1,2571 +0,0 @@ -/* Begin of l10nflist.c */ - -/* Handle list of needed message catalogs - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#if HAVE_CONFIG_H -# include <config.h> -#endif - -#ifdef __GNUC__ -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include <alloca.h> -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -#endif - -#if defined HAVE_STRING_H || defined _LIBC -# ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -# endif -# include <string.h> -#else -# include <strings.h> -# ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) -# endif -#endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif - -#if defined STDC_HEADERS || defined _LIBC -#else -char *getenv (); -# ifdef HAVE_MALLOC_H -# else -void free (); -# endif -#endif - -#if defined _LIBC || defined HAVE_ARGZ_H -# include <argz.h> -#endif -#include <ctype.h> -#include <sys/types.h> - -#if defined STDC_HEADERS || defined _LIBC -# include <stdlib.h> -#else -# ifdef HAVE_MEMORY_H -# include <memory.h> -# endif -#endif - -/* Interrupt of l10nflist.c */ - -/* Begin of loadinfo.h */ - -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. */ - -#ifndef PARAMS -# if __STDC__ -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif -#endif - -/* Encoding of locale name parts. */ -#define CEN_REVISION 1 -#define CEN_SPONSOR 2 -#define CEN_SPECIAL 4 -#define XPG_NORM_CODESET 8 -#define XPG_CODESET 16 -#define TERRITORY 32 -#define CEN_AUDIENCE 64 -#define XPG_MODIFIER 128 - -#define CEN_SPECIFIC (CEN_REVISION|CEN_SPONSOR|CEN_SPECIAL|CEN_AUDIENCE) -#define XPG_SPECIFIC (XPG_CODESET|XPG_NORM_CODESET|XPG_MODIFIER) - -struct loaded_l10nfile -{ - const char *filename; - int decided; - - const void *data; - - struct loaded_l10nfile *next; - struct loaded_l10nfile *successor[1]; -}; - -static const char *_nl_normalize_codeset PARAMS ((const unsigned char *codeset, - size_t name_len)); - -static struct loaded_l10nfile * -_nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list, - const char *dirlist, size_t dirlist_len, int mask, - const char *language, const char *territory, - const char *codeset, - const char *normalized_codeset, - const char *modifier, const char *special, - const char *sponsor, const char *revision, - const char *filename, int do_allocate)); - -static const char *_nl_expand_alias PARAMS ((const char *name)); - -static int _nl_explode_name PARAMS ((char *name, const char **language, - const char **modifier, - const char **territory, - const char **codeset, - const char **normalized_codeset, - const char **special, - const char **sponsor, - const char **revision)); - -/* End of loadinfo.h */ - -/* Resume of l10nflist.c */ - -/* On some strange systems still no definition of NULL is found. Sigh! */ -#ifndef NULL -# if defined __STDC__ && __STDC__ -# define NULL ((void *) 0) -# else -# define NULL 0 -# endif -#endif - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# ifndef stpcpy -# define stpcpy(dest, src) __stpcpy(dest, src) -# endif -#else -# ifndef HAVE_STPCPY -static char *stpcpy PARAMS ((char *dest, const char *src)); -# endif -#endif - -/* Define function which are usually not available. */ - -#if !defined _LIBC && !defined HAVE___ARGZ_COUNT -/* Returns the number of strings in ARGZ. */ -static size_t argz_count__ PARAMS ((const char *argz, size_t len)); - -static size_t -argz_count__ (argz, len) - const char *argz; - size_t len; -{ - size_t count = 0; - while (len > 0) - { - size_t part_len = strlen (argz); - argz += part_len + 1; - len -= part_len + 1; - count++; - } - return count; -} -# undef __argz_count -# define __argz_count(argz, len) argz_count__ (argz, len) -#endif /* !_LIBC && !HAVE___ARGZ_COUNT */ - -#if !defined _LIBC && !defined HAVE___ARGZ_STRINGIFY -/* Make '\0' separated arg vector ARGZ printable by converting all the '\0's - except the last into the character SEP. */ -static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep)); - -static void -argz_stringify__ (argz, len, sep) - char *argz; - size_t len; - int sep; -{ - while (len > 0) - { - size_t part_len = strlen (argz); - argz += part_len; - len -= part_len + 1; - if (len > 0) - *argz++ = sep; - } -} -# undef __argz_stringify -# define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) -#endif /* !_LIBC && !HAVE___ARGZ_STRINGIFY */ - -#if !defined _LIBC && !defined HAVE___ARGZ_NEXT -static char *argz_next__ PARAMS ((char *argz, size_t argz_len, - const char *entry)); - -static char * -argz_next__ (argz, argz_len, entry) - char *argz; - size_t argz_len; - const char *entry; -{ - if (entry) - { - if (entry < argz + argz_len) - entry = strchr (entry, '\0') + 1; - - return entry >= argz + argz_len ? NULL : (char *) entry; - } - else - if (argz_len > 0) - return argz; - else - return 0; -} -# undef __argz_next -# define __argz_next(argz, len, entry) argz_next__ (argz, len, entry) -#endif /* !_LIBC && !HAVE___ARGZ_NEXT */ - -/* Return number of bits set in X. */ -static int pop PARAMS ((int x)); - -static inline int -pop (x) - int x; -{ - /* We assume that no more than 16 bits are used. */ - x = ((x & ~0x5555) >> 1) + (x & 0x5555); - x = ((x & ~0x3333) >> 2) + (x & 0x3333); - x = ((x >> 4) + x) & 0x0f0f; - x = ((x >> 8) + x) & 0xff; - - return x; -} - -static struct loaded_l10nfile * -_nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, - territory, codeset, normalized_codeset, modifier, special, - sponsor, revision, filename, do_allocate) - struct loaded_l10nfile **l10nfile_list; - const char *dirlist; - size_t dirlist_len; - int mask; - const char *language; - const char *territory; - const char *codeset; - const char *normalized_codeset; - const char *modifier; - const char *special; - const char *sponsor; - const char *revision; - const char *filename; - int do_allocate; -{ - char *abs_filename; - struct loaded_l10nfile *last = NULL; - struct loaded_l10nfile *retval; - char *cp; - size_t entries; - int cnt; - - /* Allocate room for the full file name. */ - abs_filename = (char *) malloc (dirlist_len - + strlen (language) - + ((mask & TERRITORY) != 0 - ? strlen (territory) + 1 : 0) - + ((mask & XPG_CODESET) != 0 - ? strlen (codeset) + 1 : 0) - + ((mask & XPG_NORM_CODESET) != 0 - ? strlen (normalized_codeset) + 1 : 0) - + (((mask & XPG_MODIFIER) != 0 - || (mask & CEN_AUDIENCE) != 0) - ? strlen (modifier) + 1 : 0) - + ((mask & CEN_SPECIAL) != 0 - ? strlen (special) + 1 : 0) - + (((mask & CEN_SPONSOR) != 0 - || (mask & CEN_REVISION) != 0) - ? (1 + ((mask & CEN_SPONSOR) != 0 - ? strlen (sponsor) + 1 : 0) - + ((mask & CEN_REVISION) != 0 - ? strlen (revision) + 1 : 0)) : 0) - + 1 + strlen (filename) + 1); - - if (abs_filename == NULL) - return NULL; - - retval = NULL; - last = NULL; - - /* Construct file name. */ - memcpy (abs_filename, dirlist, dirlist_len); - __argz_stringify (abs_filename, dirlist_len, ':'); - cp = abs_filename + (dirlist_len - 1); - *cp++ = '/'; - cp = stpcpy (cp, language); - - if ((mask & TERRITORY) != 0) - { - *cp++ = '_'; - cp = stpcpy (cp, territory); - } - if ((mask & XPG_CODESET) != 0) - { - *cp++ = '.'; - cp = stpcpy (cp, codeset); - } - if ((mask & XPG_NORM_CODESET) != 0) - { - *cp++ = '.'; - cp = stpcpy (cp, normalized_codeset); - } - if ((mask & (XPG_MODIFIER | CEN_AUDIENCE)) != 0) - { - /* This component can be part of both syntaces but has different - leading characters. For CEN we use `+', else `@'. */ - *cp++ = (mask & CEN_AUDIENCE) != 0 ? '+' : '@'; - cp = stpcpy (cp, modifier); - } - if ((mask & CEN_SPECIAL) != 0) - { - *cp++ = '+'; - cp = stpcpy (cp, special); - } - if ((mask & (CEN_SPONSOR | CEN_REVISION)) != 0) - { - *cp++ = ','; - if ((mask & CEN_SPONSOR) != 0) - cp = stpcpy (cp, sponsor); - if ((mask & CEN_REVISION) != 0) - { - *cp++ = '_'; - cp = stpcpy (cp, revision); - } - } - - *cp++ = '/'; - stpcpy (cp, filename); - - /* Look in list of already loaded domains whether it is already - available. */ - last = NULL; - for (retval = *l10nfile_list; retval != NULL; retval = retval->next) - if (retval->filename != NULL) - { - int compare = strcmp (retval->filename, abs_filename); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It's not in the list. */ - retval = NULL; - break; - } - - last = retval; - } - - if (retval != NULL || do_allocate == 0) - { - free (abs_filename); - return retval; - } - - retval = (struct loaded_l10nfile *) - malloc (sizeof (*retval) + (__argz_count (dirlist, dirlist_len) - * (1 << pop (mask)) - * sizeof (struct loaded_l10nfile *))); - if (retval == NULL) - return NULL; - - retval->filename = abs_filename; - retval->decided = (__argz_count (dirlist, dirlist_len) != 1 - || ((mask & XPG_CODESET) != 0 - && (mask & XPG_NORM_CODESET) != 0)); - retval->data = NULL; - - if (last == NULL) - { - retval->next = *l10nfile_list; - *l10nfile_list = retval; - } - else - { - retval->next = last->next; - last->next = retval; - } - - entries = 0; - /* If the DIRLIST is a real list the RETVAL entry corresponds not to - a real file. So we have to use the DIRLIST separation mechanism - of the inner loop. */ - cnt = __argz_count (dirlist, dirlist_len) == 1 ? mask - 1 : mask; - for (; cnt >= 0; --cnt) - if ((cnt & ~mask) == 0 - && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0) - && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0)) - { - /* Iterate over all elements of the DIRLIST. */ - char *dir = NULL; - - while ((dir = __argz_next ((char *) dirlist, dirlist_len, dir)) - != NULL) - retval->successor[entries++] - = _nl_make_l10nflist (l10nfile_list, dir, strlen (dir) + 1, cnt, - language, territory, codeset, - normalized_codeset, modifier, special, - sponsor, revision, filename, 1); - } - retval->successor[entries] = NULL; - - return retval; -} - -/* Normalize codeset name. There is no standard for the codeset - names. Normalization allows the user to use any of the common - names. */ -static const char * -_nl_normalize_codeset (codeset, name_len) - const unsigned char *codeset; - size_t name_len; -{ - int len = 0; - int only_digit = 1; - char *retval; - char *wp; - size_t cnt; - - for (cnt = 0; cnt < name_len; ++cnt) - if (isalnum (codeset[cnt])) - { - ++len; - - if (isalpha (codeset[cnt])) - only_digit = 0; - } - - retval = (char *) malloc ((only_digit ? 3 : 0) + len + 1); - - if (retval != NULL) - { - if (only_digit) - wp = stpcpy (retval, "iso"); - else - wp = retval; - - for (cnt = 0; cnt < name_len; ++cnt) - if (isalpha (codeset[cnt])) - *wp++ = tolower (codeset[cnt]); - else if (isdigit (codeset[cnt])) - *wp++ = codeset[cnt]; - - *wp = '\0'; - } - - return (const char *) retval; -} - -/* End of l10nflist.c */ - -/* Begin of explodename.c */ - -/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ - -#if defined STDC_HEADERS || defined _LIBC -#endif - -#if defined HAVE_STRING_H || defined _LIBC -#else -#endif - -static int -_nl_explode_name (name, language, modifier, territory, codeset, - normalized_codeset, special, sponsor, revision) - char *name; - const char **language; - const char **modifier; - const char **territory; - const char **codeset; - const char **normalized_codeset; - const char **special; - const char **sponsor; - const char **revision; -{ - enum { undecided, xpg, cen } syntax; - char *cp; - int mask; - - *modifier = NULL; - *territory = NULL; - *codeset = NULL; - *normalized_codeset = NULL; - *special = NULL; - *sponsor = NULL; - *revision = NULL; - - /* Now we determine the single parts of the locale name. First - look for the language. Termination symbols are `_' and `@' if - we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */ - mask = 0; - syntax = undecided; - *language = cp = name; - while (cp[0] != '\0' && cp[0] != '_' && cp[0] != '@' - && cp[0] != '+' && cp[0] != ',') - ++cp; - - if (*language == cp) - /* This does not make sense: language has to be specified. Use - this entry as it is without exploding. Perhaps it is an alias. */ - cp = strchr (*language, '\0'); - else if (cp[0] == '_') - { - /* Next is the territory. */ - cp[0] = '\0'; - *territory = ++cp; - - while (cp[0] != '\0' && cp[0] != '.' && cp[0] != '@' - && cp[0] != '+' && cp[0] != ',' && cp[0] != '_') - ++cp; - - mask |= TERRITORY; - - if (cp[0] == '.') - { - /* Next is the codeset. */ - syntax = xpg; - cp[0] = '\0'; - *codeset = ++cp; - - while (cp[0] != '\0' && cp[0] != '@') - ++cp; - - mask |= XPG_CODESET; - - if (*codeset != cp && (*codeset)[0] != '\0') - { - *normalized_codeset = _nl_normalize_codeset ((const unsigned - char *)*codeset, - cp - *codeset); - if (strcmp (*codeset, *normalized_codeset) == 0) - free ((char *) *normalized_codeset); - else - mask |= XPG_NORM_CODESET; - } - } - } - - if (cp[0] == '@' || (syntax != xpg && cp[0] == '+')) - { - /* Next is the modifier. */ - syntax = cp[0] == '@' ? xpg : cen; - cp[0] = '\0'; - *modifier = ++cp; - - while (syntax == cen && cp[0] != '\0' && cp[0] != '+' - && cp[0] != ',' && cp[0] != '_') - ++cp; - - mask |= XPG_MODIFIER | CEN_AUDIENCE; - } - - if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_')) - { - syntax = cen; - - if (cp[0] == '+') - { - /* Next is special application (CEN syntax). */ - cp[0] = '\0'; - *special = ++cp; - - while (cp[0] != '\0' && cp[0] != ',' && cp[0] != '_') - ++cp; - - mask |= CEN_SPECIAL; - } - - if (cp[0] == ',') - { - /* Next is sponsor (CEN syntax). */ - cp[0] = '\0'; - *sponsor = ++cp; - - while (cp[0] != '\0' && cp[0] != '_') - ++cp; - - mask |= CEN_SPONSOR; - } - - if (cp[0] == '_') - { - /* Next is revision (CEN syntax). */ - cp[0] = '\0'; - *revision = ++cp; - - mask |= CEN_REVISION; - } - } - - /* For CEN syntax values it might be important to have the - separator character in the file name, not for XPG syntax. */ - if (syntax == xpg) - { - if (*territory != NULL && (*territory)[0] == '\0') - mask &= ~TERRITORY; - - if (*codeset != NULL && (*codeset)[0] == '\0') - mask &= ~XPG_CODESET; - - if (*modifier != NULL && (*modifier)[0] == '\0') - mask &= ~XPG_MODIFIER; - } - - return mask; -} - -/* End of explodename.c */ - -/* Begin of loadmsgcat.c */ - -/* Load needed message catalogs. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. */ - -#include <fcntl.h> -#include <sys/stat.h> - -#if defined STDC_HEADERS || defined _LIBC -#endif - -#if defined HAVE_UNISTD_H || defined _LIBC -# include <unistd.h> -#endif - -#if (defined HAVE_MMAP && defined HAVE_MUNMAP) || defined _LIBC -# include <sys/mman.h> -#endif - -/* Interrupt of loadmsgcat.c */ - -/* Begin of gettext.h */ - -/* Internal header for GNU gettext internationalization functions. - Copyright (C) 1995, 1997 Free Software Foundation, Inc. */ - -#include <stdio.h> - -#if HAVE_LIMITS_H || _LIBC -# include <limits.h> -#endif - -/* The magic number of the GNU message catalog format. */ -#define _MAGIC 0x950412de -#define _MAGIC_SWAPPED 0xde120495 - -/* Revision number of the currently used .mo (binary) file format. */ -#define MO_REVISION_NUMBER 0 - -/* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 32 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but - doing that would require that the configure script compile and *run* - the resulting executable. Locally running cross-compiled executables - is usually not possible. */ - -#if __STDC__ -# define UINT_MAX_32_BITS 4294967295U -#else -# define UINT_MAX_32_BITS 0xFFFFFFFF -#endif - -/* If UINT_MAX isn't defined, assume it's a 32-bit type. - This should be valid for all systems GNU cares about because - that doesn't include 16-bit systems, and only modern systems - (that certainly have <limits.h>) have 64+-bit integral types. */ - -#ifndef UINT_MAX -# define UINT_MAX UINT_MAX_32_BITS -#endif - -#if UINT_MAX == UINT_MAX_32_BITS -typedef unsigned nls_uint32; -#else -# if USHRT_MAX == UINT_MAX_32_BITS -typedef unsigned short nls_uint32; -# else -# if ULONG_MAX == UINT_MAX_32_BITS -typedef unsigned long nls_uint32; -# else - /* The following line is intended to throw an error. Using #error is - not portable enough. */ - "Cannot determine unsigned 32-bit data type." -# endif -# endif -#endif - -/* Header for binary .mo file format. */ -struct mo_file_header -{ - /* The magic number. */ - nls_uint32 magic; - /* The revision number of the file format. */ - nls_uint32 revision; - /* The number of strings pairs. */ - nls_uint32 nstrings; - /* Offset of table with start offsets of original strings. */ - nls_uint32 orig_tab_offset; - /* Offset of table with start offsets of translation strings. */ - nls_uint32 trans_tab_offset; - /* Size of hashing table. */ - nls_uint32 hash_tab_size; - /* Offset of first hashing entry. */ - nls_uint32 hash_tab_offset; -}; - -struct string_desc -{ - /* Length of addressed string. */ - nls_uint32 length; - /* Offset of string in file. */ - nls_uint32 offset; -}; - -/* End of gettext.h */ - -/* Resume of loadmsgcat.c */ - -/* Interrupt of loadmsgcat.c */ - -/* Begin of gettextP.h */ - -/* Header describing internals of gettext library - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ - -#ifndef _GETTEXTP_H -#define _GETTEXTP_H - -#ifndef PARAMS -# if __STDC__ -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif -#endif - -#ifndef internal_function -# define internal_function -#endif - -#ifndef W -# define W(flag, data) ((flag) ? SWAP (data) : (data)) -#endif - -#ifdef _LIBC -# include <byteswap.h> -# define SWAP(i) bswap_32 (i) -#else -static nls_uint32 SWAP PARAMS ((nls_uint32 i)); - -/* Apparently on some (non-32-bit?) systems it's important to use the right - prototype. Reported for a CRAY T3E. */ -static inline nls_uint32 -#if __STDC__ - SWAP (nls_uint32 i) -#else - SWAP (i) nls_uint32 i; -#endif -{ - return (i << 24) | ((i & 0xff00) << 8) | ((i >> 8) & 0xff00) | (i >> 24); -} -#endif - -struct loaded_domain -{ - const char *data; - int use_mmap; - size_t mmap_size; - int must_swap; - nls_uint32 nstrings; - struct string_desc *orig_tab; - struct string_desc *trans_tab; - nls_uint32 hash_size; - nls_uint32 *hash_tab; -}; - -struct binding -{ - struct binding *next; - char *domainname; - char *dirname; -}; -/* -static struct loaded_l10nfile *_nl_find_domain PARAMS ((const char *__dirname, - char *__locale, - const char *__domainname)) - internal_function; -static void _nl_load_domain PARAMS ((struct loaded_l10nfile *__domain)) - internal_function; -static void _nl_unload_domain PARAMS ((struct loaded_domain *__domain)) - internal_function; -*/ -#endif /* gettextP.h */ - -/* End of gettextP.h */ - -/* Resume of loadmsgcat.c */ - -#ifdef _LIBC -/* Rename the non ISO C functions. This is required by the standard - because some ISO C functions will require linking with this object - file and the name space must not be polluted. */ -# define open __open -# define close __close -# define read __read -# define mmap __mmap -# define munmap __munmap -#endif - -/* We need a sign, whether a new catalog was loaded, which can be associated - with all translations. This is important if the translations are - cached by one of GCC's features. */ -int _nl_msg_cat_cntr = 0; - -/* Load the message catalogs specified by FILENAME. If it is no valid - message catalog do nothing. */ -static void -internal_function -_nl_load_domain (domain_file) - struct loaded_l10nfile *domain_file; -{ - int fd; - size_t size; - struct stat st; - struct mo_file_header *data = (struct mo_file_header *) -1; -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || defined _LIBC - int use_mmap = 0; -#endif - struct loaded_domain *domain; - - domain_file->decided = 1; - domain_file->data = NULL; - - /* If the record does not represent a valid locale the FILENAME - might be NULL. This can happen when according to the given - specification the locale file name is different for XPG and CEN - syntax. */ - if (domain_file->filename == NULL) - return; - - /* Try to open the addressed file. */ - fd = open (domain_file->filename, O_RDONLY); - if (fd == -1) - return; - - /* We must know about the size of the file. */ - if (fstat (fd, &st) != 0 - || (size = (size_t) st.st_size) != st.st_size - || size < sizeof (struct mo_file_header)) - { - /* Something went wrong. */ - close (fd); - return; - } - -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || defined _LIBC - /* Now we are ready to load the file. If mmap() is available we try - this first. If not available or it failed we try to load it. */ - data = (struct mo_file_header *) mmap (NULL, size, PROT_READ, - MAP_PRIVATE, fd, 0); - - if (data != (struct mo_file_header *) -1) - { - /* mmap() call was successful. */ - close (fd); - use_mmap = 1; - } -#endif - - /* If the data is not yet available (i.e. mmap'ed) we try to load - it manually. */ - if (data == (struct mo_file_header *) -1) - { - size_t to_read; - char *read_ptr; - - data = (struct mo_file_header *) malloc (size); - if (data == NULL) - return; - - to_read = size; - read_ptr = (char *) data; - do - { - long int nb = (long int) read (fd, read_ptr, to_read); - if (nb == -1) - { - close (fd); - return; - } - - read_ptr += nb; - to_read -= nb; - } - while (to_read > 0); - - close (fd); - } - - /* Using the magic number we can test whether it really is a message - catalog file. */ - if (data->magic != _MAGIC && data->magic != _MAGIC_SWAPPED) - { - /* The magic number is wrong: not a message catalog file. */ -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || defined _LIBC - if (use_mmap) - munmap ((caddr_t) data, size); - else -#endif - free (data); - return; - } - - domain_file->data - = (struct loaded_domain *) malloc (sizeof (struct loaded_domain)); - if (domain_file->data == NULL) - return; - - domain = (struct loaded_domain *) domain_file->data; - domain->data = (char *) data; -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || defined _LIBC - domain->use_mmap = use_mmap; -#endif - domain->mmap_size = size; - domain->must_swap = data->magic != _MAGIC; - - /* Fill in the information about the available tables. */ - switch (W (domain->must_swap, data->revision)) - { - case 0: - domain->nstrings = W (domain->must_swap, data->nstrings); - domain->orig_tab = (struct string_desc *) - ((char *) data + W (domain->must_swap, data->orig_tab_offset)); - domain->trans_tab = (struct string_desc *) - ((char *) data + W (domain->must_swap, data->trans_tab_offset)); - domain->hash_size = W (domain->must_swap, data->hash_tab_size); - domain->hash_tab = (nls_uint32 *) - ((char *) data + W (domain->must_swap, data->hash_tab_offset)); - break; - default: - /* This is an illegal revision. */ -#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ - || defined _LIBC - if (use_mmap) - munmap ((caddr_t) data, size); - else -#endif - free (data); - free (domain); - domain_file->data = NULL; - return; - } - - /* Show that one domain is changed. This might make some cached - translations invalid. */ - ++_nl_msg_cat_cntr; -} - -#ifdef _LIBC -static void -internal_function -_nl_unload_domain (domain) - struct loaded_domain *domain; -{ - if (domain->use_mmap) - munmap ((caddr_t) domain->data, domain->mmap_size); - else - free ((void *) domain->data); - - free (domain); -} -#endif - -/* End of loadmsgcat.c */ - -/* Begin of localealias.c */ - -/* Handle aliases for locale names. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ - -#if defined STDC_HEADERS || defined _LIBC -#else -char *getenv (); -# ifdef HAVE_MALLOC_H -# include <malloc.h> -# else -void free (); -# endif -#endif - -#if defined HAVE_STRING_H || defined _LIBC -# ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -# endif -#else -# ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) -# endif -#endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# define strcasecmp __strcasecmp - -# define mempcpy __mempcpy -# define HAVE_MEMPCPY 1 - -/* We need locking here since we can be called from different places. */ -# include <bits/libc-lock.h> - -__libc_lock_define_initialized (static, lock); -#endif - -/* For those loosing systems which don't have `alloca' we have to add - some additional code emulating it. */ -#ifdef HAVE_ALLOCA -/* Nothing has to be done. */ -# define ADD_BLOCK(list, address) /* nothing */ -# define FREE_BLOCKS(list) /* nothing */ -#else -struct block_list -{ - void *address; - struct block_list *next; -}; -# define ADD_BLOCK(list, addr) \ - do { \ - struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ - /* If we cannot get a free block we cannot add the new element to \ - the list. */ \ - if (newp != NULL) { \ - newp->address = (addr); \ - newp->next = (list); \ - (list) = newp; \ - } \ - } while (0) -# define FREE_BLOCKS(list) \ - do { \ - while (list != NULL) { \ - struct block_list *old = list; \ - list = list->next; \ - free (old); \ - } \ - } while (0) -# undef alloca -# define alloca(size) (malloc (size)) -#endif /* have alloca */ - -struct alias_map -{ - const char *alias; - const char *value; -}; - -static char *string_space = NULL; -static size_t string_space_act = 0; -static size_t string_space_max = 0; -static struct alias_map *map; -static size_t nmap = 0; -static size_t maxmap = 0; - -/* Prototypes for local functions. */ -static size_t read_alias_file PARAMS ((const char *fname, int fname_len)) - internal_function; -static void extend_alias_table PARAMS ((void)); -static int alias_compare PARAMS ((const struct alias_map *map1, - const struct alias_map *map2)); - -static const char * -_nl_expand_alias (name) - const char *name; -{ - static const char *locale_alias_path = ALIASPATH; - struct alias_map *retval; - const char *result = NULL; - size_t added; - -#ifdef _LIBC - __libc_lock_lock (lock); -#endif - - do - { - struct alias_map item; - - item.alias = name; - - if (nmap > 0) - retval = (struct alias_map *) bsearch (&item, map, nmap, - sizeof (struct alias_map), - (int (*) PARAMS ((const void *, - const void *)) - ) alias_compare); - else - retval = NULL; - - /* We really found an alias. Return the value. */ - if (retval != NULL) - { - result = retval->value; - break; - } - - /* Perhaps we can find another alias file. */ - added = 0; - while (added == 0 && locale_alias_path[0] != '\0') - { - const char *start; - - while (locale_alias_path[0] == ':') - ++locale_alias_path; - start = locale_alias_path; - - while (locale_alias_path[0] != '\0' && locale_alias_path[0] != ':') - ++locale_alias_path; - - if (start < locale_alias_path) - added = read_alias_file (start, locale_alias_path - start); - } - } - while (added != 0); - -#ifdef _LIBC - __libc_lock_unlock (lock); -#endif - - return result; -} - -static size_t -internal_function -read_alias_file (fname, fname_len) - const char *fname; - int fname_len; -{ -#ifndef HAVE_ALLOCA - struct block_list *block_list = NULL; -#endif - FILE *fp; - char *full_fname; - size_t added; - static const char aliasfile[] = "/locale.alias"; - - full_fname = (char *) alloca (fname_len + sizeof aliasfile); - ADD_BLOCK (block_list, full_fname); -#ifdef HAVE_MEMPCPY - mempcpy (mempcpy (full_fname, fname, fname_len), - aliasfile, sizeof aliasfile); -#else - memcpy (full_fname, fname, fname_len); - memcpy (&full_fname[fname_len], aliasfile, sizeof aliasfile); -#endif - - fp = fopen (full_fname, "r"); - if (fp == NULL) - { - FREE_BLOCKS (block_list); - return 0; - } - - added = 0; - while (!feof (fp)) - { - /* It is a reasonable approach to use a fix buffer here because - a) we are only interested in the first two fields - b) these fields must be usable as file names and so must not - be that long - */ - unsigned char buf[BUFSIZ]; - unsigned char *alias; - unsigned char *value; - unsigned char *cp; - - if (fgets ((char *)buf, sizeof buf, fp) == NULL) - /* EOF reached. */ - break; - - /* Possibly not the whole line fits into the buffer. Ignore - the rest of the line. */ - if (strchr ((char *)buf, '\n') == NULL) - { - char altbuf[BUFSIZ]; - do - if (fgets (altbuf, sizeof altbuf, fp) == NULL) - /* Make sure the inner loop will be left. The outer loop - will exit at the `feof' test. */ - break; - while (strchr (altbuf, '\n') == NULL); - } - - cp = buf; - /* Ignore leading white space. */ - while (isspace (cp[0])) - ++cp; - - /* A leading '#' signals a comment line. */ - if (cp[0] != '\0' && cp[0] != '#') - { - alias = cp++; - while (cp[0] != '\0' && !isspace (cp[0])) - ++cp; - /* Terminate alias name. */ - if (cp[0] != '\0') - *cp++ = '\0'; - - /* Now look for the beginning of the value. */ - while (isspace (cp[0])) - ++cp; - - if (cp[0] != '\0') - { - size_t alias_len; - size_t value_len; - - value = cp++; - while (cp[0] != '\0' && !isspace (cp[0])) - ++cp; - /* Terminate value. */ - if (cp[0] == '\n') - { - /* This has to be done to make the following test - for the end of line possible. We are looking for - the terminating '\n' which do not overwrite here. */ - *cp++ = '\0'; - *cp = '\n'; - } - else if (cp[0] != '\0') - *cp++ = '\0'; - - if (nmap >= maxmap) - extend_alias_table (); - - alias_len = strlen ((char *)alias) + 1; - value_len = strlen ((char *)value) + 1; - - if (string_space_act + alias_len + value_len > string_space_max) - { - /* Increase size of memory pool. */ - size_t new_size = (string_space_max - + (alias_len + value_len > 1024 - ? alias_len + value_len : 1024)); - char *new_pool = (char *) realloc (string_space, new_size); - if (new_pool == NULL) - { - FREE_BLOCKS (block_list); - return added; - } - string_space = new_pool; - string_space_max = new_size; - } - - map[nmap].alias = memcpy (&string_space[string_space_act], - alias, alias_len); - string_space_act += alias_len; - - map[nmap].value = memcpy (&string_space[string_space_act], - value, value_len); - string_space_act += value_len; - - ++nmap; - ++added; - } - } - } - - /* Should we test for ferror()? I think we have to silently ignore - errors. --drepper */ - fclose (fp); - - if (added > 0) - qsort (map, nmap, sizeof (struct alias_map), - (int (*) PARAMS ((const void *, const void *))) alias_compare); - - FREE_BLOCKS (block_list); - return added; -} - -static void -extend_alias_table () -{ - size_t new_size; - struct alias_map *new_map; - - new_size = maxmap == 0 ? 100 : 2 * maxmap; - new_map = (struct alias_map *) realloc (map, (new_size - * sizeof (struct alias_map))); - if (new_map == NULL) - /* Simply don't extend: we don't have any more core. */ - return; - - map = new_map; - maxmap = new_size; -} - -#ifdef _LIBC -static void __attribute__ ((unused)) -free_mem (void) -{ - if (string_space != NULL) - free (string_space); - if (map != NULL) - free (map); -} -text_set_element (__libc_subfreeres, free_mem); -#endif - -static int -alias_compare (map1, map2) - const struct alias_map *map1; - const struct alias_map *map2; -{ -#if defined _LIBC || defined HAVE_STRCASECMP - return strcasecmp (map1->alias, map2->alias); -#else - const unsigned char *p1 = (const unsigned char *) map1->alias; - const unsigned char *p2 = (const unsigned char *) map2->alias; - unsigned char c1, c2; - - if (p1 == p2) - return 0; - - do - { - /* I know this seems to be odd but the tolower() function in - some systems libc cannot handle nonalpha characters. */ - c1 = isupper (*p1) ? tolower (*p1) : *p1; - c2 = isupper (*p2) ? tolower (*p2) : *p2; - if (c1 == '\0') - break; - ++p1; - ++p2; - } - while (c1 == c2); - - return c1 - c2; -#endif -} - -/* End of localealias.c */ - -/* Begin of finddomain.c */ - -/* Handle list of needed message catalogs - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ - -#include <errno.h> - -#if defined STDC_HEADERS || defined _LIBC -#else -# ifdef HAVE_MALLOC_H -# else -void free (); -# endif -#endif - -#if defined HAVE_STRING_H || defined _LIBC -#else -# ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) -# endif -#endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif - -#if defined HAVE_UNISTD_H || defined _LIBC -#endif - -#ifdef _LIBC -# include <libintl.h> -#else -# include "gettext.h" -#endif - -/* List of already loaded domains. */ -static struct loaded_l10nfile *_nl_loaded_domains; - -/* Return a data structure describing the message catalog described by - the DOMAINNAME and CATEGORY parameters with respect to the currently - established bindings. */ -static struct loaded_l10nfile * -internal_function -_nl_find_domain (dirname, locale, domainname) - const char *dirname; - char *locale; - const char *domainname; -{ - struct loaded_l10nfile *retval; - const char *language; - const char *modifier; - const char *territory; - const char *codeset; - const char *normalized_codeset; - const char *special; - const char *sponsor; - const char *revision; - const char *alias_value; - int mask; - - /* LOCALE can consist of up to four recognized parts for the XPG syntax: - - language[_territory[.codeset]][@modifier] - - and six parts for the CEN syntax: - - language[_territory][+audience][+special][,[sponsor][_revision]] - - Beside the first part all of them are allowed to be missing. If - the full specified locale is not found, the less specific one are - looked for. The various parts will be stripped off according to - the following order: - (1) revision - (2) sponsor - (3) special - (4) codeset - (5) normalized codeset - (6) territory - (7) audience/modifier - */ - - /* If we have already tested for this locale entry there has to - be one data set in the list of loaded domains. */ - retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, - strlen (dirname) + 1, 0, locale, NULL, NULL, - NULL, NULL, NULL, NULL, NULL, domainname, 0); - if (retval != NULL) - { - /* We know something about this locale. */ - int cnt; - - if (retval->decided == 0) - _nl_load_domain (retval); - - if (retval->data != NULL) - return retval; - - for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) - { - if (retval->successor[cnt]->decided == 0) - _nl_load_domain (retval->successor[cnt]); - - if (retval->successor[cnt]->data != NULL) - break; - } - return cnt >= 0 ? retval : NULL; - /* NOTREACHED */ - } - - /* See whether the locale value is an alias. If yes its value - *overwrites* the alias name. No test for the original value is - done. */ - alias_value = _nl_expand_alias (locale); - if (alias_value != NULL) - { -#if defined _LIBC || defined HAVE_STRDUP - locale = strdup (alias_value); - if (locale == NULL) - return NULL; -#else - size_t len = strlen (alias_value) + 1; - locale = (char *) malloc (len); - if (locale == NULL) - return NULL; - - memcpy (locale, alias_value, len); -#endif - } - - /* Now we determine the single parts of the locale name. First - look for the language. Termination symbols are `_' and `@' if - we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */ - mask = _nl_explode_name (locale, &language, &modifier, &territory, - &codeset, &normalized_codeset, &special, - &sponsor, &revision); - - /* Create all possible locale entries which might be interested in - generalization. */ - retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, - strlen (dirname) + 1, mask, language, territory, - codeset, normalized_codeset, modifier, special, - sponsor, revision, domainname, 1); - if (retval == NULL) - /* This means we are out of core. */ - return NULL; - - if (retval->decided == 0) - _nl_load_domain (retval); - if (retval->data == NULL) - { - int cnt; - for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) - { - if (retval->successor[cnt]->decided == 0) - _nl_load_domain (retval->successor[cnt]); - if (retval->successor[cnt]->data != NULL) - break; - } - } - - /* The room for an alias was dynamically allocated. Free it now. */ - if (alias_value != NULL) - free (locale); - - return retval; -} - -#ifdef _LIBC -static void __attribute__ ((unused)) -free_mem (void) -{ - struct loaded_l10nfile *runp = _nl_loaded_domains; - - while (runp != NULL) - { - struct loaded_l10nfile *here = runp; - if (runp->data != NULL) - _nl_unload_domain ((struct loaded_domain *) runp->data); - runp = runp->next; - free (here); - } -} - -text_set_element (__libc_subfreeres, free_mem); -#endif - -/* End of finddomain.c */ - -/* Begin of dcgettext.c */ - -/* Implementation of the dcgettext(3) function. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. */ - -#ifndef errno -extern int errno; -#endif -#ifndef __set_errno -# define __set_errno(val) errno = (val) -#endif - -#if defined STDC_HEADERS || defined _LIBC -#else -char *getenv (); -# ifdef HAVE_MALLOC_H -# else -void free (); -# endif -#endif - -#if defined HAVE_STRING_H || defined _LIBC -# ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -# endif -#else -#endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif - -#if defined HAVE_UNISTD_H || defined _LIBC -#endif - -#ifdef _LIBC -#else -#endif - -/* Interrupt of dcgettext.c */ - -/* Begin of hash-string.h */ - -/* Implements a string hashing function. - Copyright (C) 1995, 1997 Free Software Foundation, Inc. */ - -#ifndef PARAMS -# if __STDC__ -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -#endif - -/* We assume to have `unsigned long int' value with at least 32 bits. */ -#define HASHWORDBITS 32 - -/* Defines the so called `hashpjw' function by P.J. Weinberger - [see Aho/Sethi/Ullman, COMPILERS: Principles, Techniques and Tools, - 1986, 1987 Bell Telephone Laboratories, Inc.] */ -static unsigned long hash_string PARAMS ((const char *__str_param)); - -static inline unsigned long -hash_string (str_param) - const char *str_param; -{ - unsigned long int hval, g; - const char *str = str_param; - - /* Compute the hash value for the given string. */ - hval = 0; - while (*str != '\0') - { - hval <<= 4; - hval += (unsigned long) *str++; - g = hval & ((unsigned long) 0xf << (HASHWORDBITS - 4)); - if (g != 0) - { - hval ^= g >> (HASHWORDBITS - 8); - hval ^= g; - } - } - return hval; -} - -/* End of hash-string.h */ - -/* Resume of dcgettext.c */ - -#ifdef _LIBC -/* Rename the non ANSI C functions. This is required by the standard - because some ANSI C functions will require linking with this object - file and the name space must not be polluted. */ -# define getcwd __getcwd -# ifndef stpcpy -# define stpcpy __stpcpy -# endif -#else -# if !defined HAVE_GETCWD -char *getwd (); -# define getcwd(buf, max) getwd (buf) -# else -char *getcwd (); -# endif -# ifndef HAVE_STPCPY -static char *stpcpy PARAMS ((char *dest, const char *src)); -# endif -#endif - -/* Amount to increase buffer size by in each try. */ -#define PATH_INCR 32 - -/* The following is from pathmax.h. */ -/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define - PATH_MAX but might cause redefinition warnings when sys/param.h is - later included (as on MORE/BSD 4.3). */ -#if defined(_POSIX_VERSION) || (defined(HAVE_LIMITS_H) && !defined(__GNUC__)) -#endif - -#ifndef _POSIX_PATH_MAX -# define _POSIX_PATH_MAX 255 -#endif - -#if !defined(PATH_MAX) && defined(_PC_PATH_MAX) -# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) -#endif - -/* Don't include sys/param.h if it already has been. */ -#if defined(HAVE_SYS_PARAM_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN) -# include <sys/param.h> -#endif - -#if !defined(PATH_MAX) && defined(MAXPATHLEN) -# define PATH_MAX MAXPATHLEN -#endif - -#ifndef PATH_MAX -# define PATH_MAX _POSIX_PATH_MAX -#endif - -/* XPG3 defines the result of `setlocale (category, NULL)' as: - ``Directs `setlocale()' to query `category' and return the current - setting of `local'.'' - However it does not specify the exact format. And even worse: POSIX - defines this not at all. So we can use this feature only on selected - system (e.g. those using GNU C Library). */ -#ifdef _LIBC -# define HAVE_LOCALE_NULL -#endif - -/* Name of the default domain used for gettext(3) prior any call to - textdomain(3). The default value for this is "messages". */ -static const char _nl_default_default_domain[] = "messages"; - -/* Value used as the default domain for gettext(3). */ -static const char *_nl_current_default_domain = _nl_default_default_domain; - -/* Contains the default location of the message catalogs. */ -static const char _nl_default_dirname[] = LOCALEDIR; - -/* List with bindings of specific domains created by bindtextdomain() - calls. */ -static struct binding *_nl_domain_bindings; - -/* Prototypes for local functions. */ -static char *find_msg PARAMS ((struct loaded_l10nfile *domain_file, - const char *msgid)) internal_function; -static const char *category_to_name PARAMS ((int category)) internal_function; -static const char *guess_category_value PARAMS ((int category, - const char *categoryname)) - internal_function; - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DCGETTEXT __dcgettext -#else -# define DCGETTEXT dcgettext__ -#endif - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -char * -DCGETTEXT (domainname, msgid, category) - const char *domainname; - const char *msgid; - int category; -{ -#ifndef HAVE_ALLOCA - struct block_list *block_list = NULL; -#endif - struct loaded_l10nfile *domain; - struct binding *binding; - const char *categoryname; - const char *categoryvalue; - char *dirname, *xdomainname; - char *single_locale; - char *retval; - int saved_errno = errno; - - /* If no real MSGID is given return NULL. */ - if (msgid == NULL) - return NULL; - - /* If DOMAINNAME is NULL, we are interested in the default domain. If - CATEGORY is not LC_MESSAGES this might not make much sense but the - defintion left this undefined. */ - if (domainname == NULL) - domainname = _nl_current_default_domain; - - /* First find matching binding. */ - for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) - { - int compare = strcmp (domainname, binding->domainname); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It is not in the list. */ - binding = NULL; - break; - } - } - - if (binding == NULL) - dirname = (char *) _nl_default_dirname; - else if (binding->dirname[0] == '/') - dirname = binding->dirname; - else - { - /* We have a relative path. Make it absolute now. */ - size_t dirname_len = strlen (binding->dirname) + 1; - size_t path_max; - char *ret; - - path_max = (unsigned) PATH_MAX; - path_max += 2; /* The getcwd docs say to do this. */ - - dirname = (char *) alloca (path_max + dirname_len); - ADD_BLOCK (block_list, dirname); - - __set_errno (0); - while ((ret = getcwd (dirname, path_max)) == NULL && errno == ERANGE) - { - path_max += PATH_INCR; - dirname = (char *) alloca (path_max + dirname_len); - ADD_BLOCK (block_list, dirname); - __set_errno (0); - } - - if (ret == NULL) - { - /* We cannot get the current working directory. Don't signal an - error but simply return the default string. */ - FREE_BLOCKS (block_list); - __set_errno (saved_errno); - return (char *) msgid; - } - - stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname); - } - - /* Now determine the symbolic name of CATEGORY and its value. */ - categoryname = category_to_name (category); - categoryvalue = guess_category_value (category, categoryname); - - xdomainname = (char *) alloca (strlen (categoryname) - + strlen (domainname) + 5); - ADD_BLOCK (block_list, xdomainname); - - stpcpy (stpcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), - domainname), - ".mo"); - - /* Creating working area. */ - single_locale = (char *) alloca (strlen (categoryvalue) + 1); - ADD_BLOCK (block_list, single_locale); - - /* Search for the given string. This is a loop because we perhaps - got an ordered list of languages to consider for th translation. */ - while (1) - { - /* Make CATEGORYVALUE point to the next element of the list. */ - while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') - ++categoryvalue; - if (categoryvalue[0] == '\0') - { - /* The whole contents of CATEGORYVALUE has been searched but - no valid entry has been found. We solve this situation - by implicitly appending a "C" entry, i.e. no translation - will take place. */ - single_locale[0] = 'C'; - single_locale[1] = '\0'; - } - else - { - char *cp = single_locale; - while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') - *cp++ = *categoryvalue++; - *cp = '\0'; - } - - /* If the current locale value is C (or POSIX) we don't load a - domain. Return the MSGID. */ - if (strcmp (single_locale, "C") == 0 - || strcmp (single_locale, "POSIX") == 0) - { - FREE_BLOCKS (block_list); - __set_errno (saved_errno); - return (char *) msgid; - } - - /* Find structure describing the message catalog matching the - DOMAINNAME and CATEGORY. */ - domain = _nl_find_domain (dirname, single_locale, xdomainname); - - if (domain != NULL) - { - retval = find_msg (domain, msgid); - - if (retval == NULL) - { - int cnt; - - for (cnt = 0; domain->successor[cnt] != NULL; ++cnt) - { - retval = find_msg (domain->successor[cnt], msgid); - - if (retval != NULL) - break; - } - } - - if (retval != NULL) - { - FREE_BLOCKS (block_list); - __set_errno (saved_errno); - return retval; - } - } - } - /* NOTREACHED */ -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -#endif - -static char * -internal_function -find_msg (domain_file, msgid) - struct loaded_l10nfile *domain_file; - const char *msgid; -{ - size_t top, act, bottom; - struct loaded_domain *domain; - - if (domain_file->decided == 0) - _nl_load_domain (domain_file); - - if (domain_file->data == NULL) - return NULL; - - domain = (struct loaded_domain *) domain_file->data; - - /* Locate the MSGID and its translation. */ - if (domain->hash_size > 2 && domain->hash_tab != NULL) - { - /* Use the hashing table. */ - nls_uint32 len = strlen (msgid); - nls_uint32 hash_val = hash_string (msgid); - nls_uint32 idx = hash_val % domain->hash_size; - nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2)); - nls_uint32 nstr = W (domain->must_swap, domain->hash_tab[idx]); - - if (nstr == 0) - /* Hash table entry is empty. */ - return NULL; - - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len - && strcmp (msgid, - domain->data + W (domain->must_swap, - domain->orig_tab[nstr - 1].offset)) == 0) - return (char *) domain->data + W (domain->must_swap, - domain->trans_tab[nstr - 1].offset); - - while (1) - { - if (idx >= domain->hash_size - incr) - idx -= domain->hash_size - incr; - else - idx += incr; - - nstr = W (domain->must_swap, domain->hash_tab[idx]); - if (nstr == 0) - /* Hash table entry is empty. */ - return NULL; - - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len - && strcmp (msgid, - domain->data + W (domain->must_swap, - domain->orig_tab[nstr - 1].offset)) - == 0) - return (char *) domain->data - + W (domain->must_swap, domain->trans_tab[nstr - 1].offset); - } - /* NOTREACHED */ - } - - /* Now we try the default method: binary search in the sorted - array of messages. */ - bottom = 0; - top = domain->nstrings; - while (bottom < top) - { - int cmp_val; - - act = (bottom + top) / 2; - cmp_val = strcmp (msgid, domain->data - + W (domain->must_swap, - domain->orig_tab[act].offset)); - if (cmp_val < 0) - top = act; - else if (cmp_val > 0) - bottom = act + 1; - else - break; - } - - /* If an translation is found return this. */ - return bottom >= top ? NULL : (char *) domain->data - + W (domain->must_swap, - domain->trans_tab[act].offset); -} - -/* Return string representation of locale CATEGORY. */ -static const char * -internal_function -category_to_name (category) - int category; -{ - const char *retval; - - switch (category) - { -#ifdef LC_COLLATE - case LC_COLLATE: - retval = "LC_COLLATE"; - break; -#endif -#ifdef LC_CTYPE - case LC_CTYPE: - retval = "LC_CTYPE"; - break; -#endif -#ifdef LC_MONETARY - case LC_MONETARY: - retval = "LC_MONETARY"; - break; -#endif -#ifdef LC_NUMERIC - case LC_NUMERIC: - retval = "LC_NUMERIC"; - break; -#endif -#ifdef LC_TIME - case LC_TIME: - retval = "LC_TIME"; - break; -#endif -#ifdef LC_MESSAGES - case LC_MESSAGES: - retval = "LC_MESSAGES"; - break; -#endif -#ifdef LC_RESPONSE - case LC_RESPONSE: - retval = "LC_RESPONSE"; - break; -#endif -#ifdef LC_ALL - case LC_ALL: - /* This might not make sense but is perhaps better than any other - value. */ - retval = "LC_ALL"; - break; -#endif - default: - /* If you have a better idea for a default value let me know. */ - retval = "LC_XXX"; - } - - return retval; -} - -/* Guess value of current locale from value of the environment variables. */ -static const char * -internal_function -guess_category_value (category, categoryname) - int category; - const char *categoryname; -{ - const char *retval; - - /* The highest priority value is the `LANGUAGE' environment - variable. This is a GNU extension. */ - retval = getenv ("LANGUAGE"); - if (retval != NULL && retval[0] != '\0') - return retval; - - /* `LANGUAGE' is not set. So we have to proceed with the POSIX - methods of looking to `LC_ALL', `LC_xxx', and `LANG'. On some - systems this can be done by the `setlocale' function itself. */ -#if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL - return setlocale (category, NULL); -#else - /* Setting of LC_ALL overwrites all other. */ - retval = getenv ("LC_ALL"); - if (retval != NULL && retval[0] != '\0') - return retval; - - /* Next comes the name of the desired category. */ - retval = getenv (categoryname); - if (retval != NULL && retval[0] != '\0') - return retval; - - /* Last possibility is the LANG environment variable. */ - retval = getenv ("LANG"); - if (retval != NULL && retval[0] != '\0') - return retval; - - /* We use C as the default domain. POSIX says this is implementation - defined. */ - return "C"; -#endif -} - -/* We don't want libintl.a to depend on any other library. So we - avoid the non-standard function stpcpy. In GNU C Library this - function is available, though. Also allow the symbol HAVE_STPCPY - to be defined. */ -#if !_LIBC && !HAVE_STPCPY -static char * -stpcpy (dest, src) - char *dest; - const char *src; -{ - while ((*dest++ = *src++) != '\0') - /* Do nothing. */ ; - return dest - 1; -} -#endif - -#ifdef _LIBC -/* If we want to free all resources we have to do some work at - program's end. */ -static void __attribute__ ((unused)) -free_mem (void) -{ - struct binding *runp; - - for (runp = _nl_domain_bindings; runp != NULL; runp = runp->next) - { - free (runp->domainname); - if (runp->dirname != _nl_default_dirname) - /* Yes, this is a pointer comparison. */ - free (runp->dirname); - } - - if (_nl_current_default_domain != _nl_default_default_domain) - /* Yes, again a pointer comparison. */ - free ((char *) _nl_current_default_domain); -} - -text_set_element (__libc_subfreeres, free_mem); -#endif - -/* End of dcgettext.c */ - -/* Begin of bindtextdom.c */ - -/* Implementation of the bindtextdomain(3) function - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. */ - -#if defined STDC_HEADERS || defined _LIBC -#else -# ifdef HAVE_MALLOC_H -# else -void free (); -# endif -#endif - -#if defined HAVE_STRING_H || defined _LIBC -#else -# ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) -# endif -#endif - -#ifdef _LIBC -#else -#endif - -/* Contains the default location of the message catalogs. */ -/* static const char _nl_default_dirname[]; */ - -/* List with bindings of specific domains. */ -/* static struct binding *_nl_domain_bindings; */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define BINDTEXTDOMAIN __bindtextdomain -# ifndef strdup -# define strdup(str) __strdup (str) -# endif -#else -# define BINDTEXTDOMAIN bindtextdomain__ -#endif - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -static char * -BINDTEXTDOMAIN (domainname, dirname) - const char *domainname; - const char *dirname; -{ - struct binding *binding; - - /* Some sanity checks. */ - if (domainname == NULL || domainname[0] == '\0') - return NULL; - - for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) - { - int compare = strcmp (domainname, binding->domainname); - if (compare == 0) - /* We found it! */ - break; - if (compare < 0) - { - /* It is not in the list. */ - binding = NULL; - break; - } - } - - if (dirname == NULL) - /* The current binding has be to returned. */ - return binding == NULL ? (char *) _nl_default_dirname : binding->dirname; - - if (binding != NULL) - { - /* The domain is already bound. If the new value and the old - one are equal we simply do nothing. Otherwise replace the - old binding. */ - if (strcmp (dirname, binding->dirname) != 0) - { - char *new_dirname; - - if (strcmp (dirname, _nl_default_dirname) == 0) - new_dirname = (char *) _nl_default_dirname; - else - { -#if defined _LIBC || defined HAVE_STRDUP - new_dirname = strdup (dirname); - if (new_dirname == NULL) - return NULL; -#else - size_t len = strlen (dirname) + 1; - new_dirname = (char *) malloc (len); - if (new_dirname == NULL) - return NULL; - - memcpy (new_dirname, dirname, len); -#endif - } - - if (binding->dirname != _nl_default_dirname) - free (binding->dirname); - - binding->dirname = new_dirname; - } - } - else - { - /* We have to create a new binding. */ -#if !defined _LIBC && !defined HAVE_STRDUP - size_t len; -#endif - struct binding *new_binding = - (struct binding *) malloc (sizeof (*new_binding)); - - if (new_binding == NULL) - return NULL; - -#if defined _LIBC || defined HAVE_STRDUP - new_binding->domainname = strdup (domainname); - if (new_binding->domainname == NULL) - return NULL; -#else - len = strlen (domainname) + 1; - new_binding->domainname = (char *) malloc (len); - if (new_binding->domainname == NULL) - return NULL; - memcpy (new_binding->domainname, domainname, len); -#endif - - if (strcmp (dirname, _nl_default_dirname) == 0) - new_binding->dirname = (char *) _nl_default_dirname; - else - { -#if defined _LIBC || defined HAVE_STRDUP - new_binding->dirname = strdup (dirname); - if (new_binding->dirname == NULL) - return NULL; -#else - len = strlen (dirname) + 1; - new_binding->dirname = (char *) malloc (len); - if (new_binding->dirname == NULL) - return NULL; - memcpy (new_binding->dirname, dirname, len); -#endif - } - - /* Now enqueue it. */ - if (_nl_domain_bindings == NULL - || strcmp (domainname, _nl_domain_bindings->domainname) < 0) - { - new_binding->next = _nl_domain_bindings; - _nl_domain_bindings = new_binding; - } - else - { - binding = _nl_domain_bindings; - while (binding->next != NULL - && strcmp (domainname, binding->next->domainname) > 0) - binding = binding->next; - - new_binding->next = binding->next; - binding->next = new_binding; - } - - binding = new_binding; - } - - return binding->dirname; -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -#endif - -/* End of bindtextdom.c */ - -/* Begin of dgettext.c */ - -/* Implementation of the dgettext(3) function - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. */ - -#if defined HAVE_LOCALE_H || defined _LIBC -# include <locale.h> -#endif - -#ifdef _LIBC -#else -#endif - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define DGETTEXT __dgettext -# define DCGETTEXT __dcgettext -#else -# define DGETTEXT dgettext__ -# define DCGETTEXT dcgettext__ -#endif - -/* Look up MSGID in the DOMAINNAME message catalog of the current - LC_MESSAGES locale. */ -static char * -DGETTEXT (domainname, msgid) - const char *domainname; - const char *msgid; -{ - return DCGETTEXT (domainname, msgid, LC_MESSAGES); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -#endif - -/* End of dgettext.c */ - -/* Begin of gettext.c */ - -/* Implementation of gettext(3) function. - Copyright (C) 1995, 1997 Free Software Foundation, Inc. */ - -#ifdef _LIBC -# define __need_NULL -# include <stddef.h> -#else -# ifdef STDC_HEADERS -# include <stdlib.h> /* Just for NULL. */ -# else -# ifdef HAVE_STRING_H -# else -# define NULL ((void *) 0) -# endif -# endif -#endif - -#ifdef _LIBC -#else -#endif - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define GETTEXT __gettext -# define DGETTEXT __dgettext -#else -# define GETTEXT gettext__ -# define DGETTEXT dgettext__ -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -static char * -GETTEXT (msgid) - const char *msgid; -{ - return DGETTEXT (NULL, msgid); -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -#endif - -/* End of gettext.c */ - -/* Begin of textdomain.c */ - -/* Implementation of the textdomain(3) function. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ - -#if defined STDC_HEADERS || defined _LIBC -#endif - -#if defined STDC_HEADERS || defined HAVE_STRING_H || defined _LIBC -#else -# ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) -# endif -#endif - -#ifdef _LIBC -#else -#endif - -/* Name of the default text domain. */ -/* static const char _nl_default_default_domain[]; */ - -/* Default text domain in which entries for gettext(3) are to be found. */ -/* static const char *_nl_current_default_domain; */ - -/* Names for the libintl functions are a problem. They must not clash - with existing names and they should follow ANSI C. But this source - code is also used in GNU C Library where the names have a __ - prefix. So we have to make a difference here. */ -#ifdef _LIBC -# define TEXTDOMAIN __textdomain -# ifndef strdup -# define strdup(str) __strdup (str) -# endif -#else -# define TEXTDOMAIN textdomain__ -#endif - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -static char * -TEXTDOMAIN (domainname) - const char *domainname; -{ - char *old; - - /* A NULL pointer requests the current setting. */ - if (domainname == NULL) - return (char *) _nl_current_default_domain; - - old = (char *) _nl_current_default_domain; - - /* If domain name is the null string set to default domain "messages". */ - if (domainname[0] == '\0' - || strcmp (domainname, _nl_default_default_domain) == 0) - _nl_current_default_domain = _nl_default_default_domain; - else - { - /* If the following malloc fails `_nl_current_default_domain' - will be NULL. This value will be returned and so signals we - are out of core. */ -#if defined _LIBC || defined HAVE_STRDUP - _nl_current_default_domain = strdup (domainname); -#else - size_t len = strlen (domainname) + 1; - char *cp = (char *) malloc (len); - if (cp != NULL) - memcpy (cp, domainname, len); - _nl_current_default_domain = cp; -#endif - } - - if (old != _nl_default_default_domain) - free (old); - - return (char *) _nl_current_default_domain; -} - -#ifdef _LIBC -/* Alias for function name in GNU C Library. */ -#endif - -/* End of textdomain.c */ - -/* Begin of intl-compat.c */ - -/* intl-compat.c - Stub functions to call gettext functions from GNU gettext - Library. - Copyright (C) 1995 Software Foundation, Inc. */ - -#undef gettext -#undef dgettext -#undef dcgettext -#undef textdomain -#undef bindtextdomain - -char * -bindtextdomain (domainname, dirname) - const char *domainname; - const char *dirname; -{ - return bindtextdomain__ (domainname, dirname); -} - -char * -dcgettext (domainname, msgid, category) - const char *domainname; - const char *msgid; - int category; -{ - return dcgettext__ (domainname, msgid, category); -} - -char * -dgettext (domainname, msgid) - const char *domainname; - const char *msgid; -{ - return dgettext__ (domainname, msgid); -} - -char * -gettext (msgid) - const char *msgid; -{ - return gettext__ (msgid); -} - -char * -textdomain (domainname) - const char *domainname; -{ - return textdomain__ (domainname); -} - -/* End of intl-compat.c */ @@ -1,165 +1,59 @@ -/* Begin of libgettext.h */ +/* Convenience header for conditional use of GNU <libintl.h>. + Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. -/* Message catalogs for internationalization. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#ifndef _GETTEXT_H -#define _GETTEXT_H 1 - -/* We define an additional symbol to signal that we use the GNU - implementation of gettext. */ -#define __USE_GNU_GETTEXT 1 - -#include <sys/types.h> - -#if HAVE_LOCALE_H -# include <locale.h> -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef PARAMS -# if __STDC__ || defined __cplusplus -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif -#endif - -#ifndef NULL -# if !defined __cplusplus || defined __GNUC__ -# define NULL ((void *) 0) -# else -# define NULL (0) -# endif -#endif - -#if !HAVE_LC_MESSAGES -/* This value determines the behaviour of the gettext() and dgettext() - function. But some system does not have this defined. Define it - to a default value. */ -# define LC_MESSAGES (-1) -#endif + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. -/* Declarations for gettext-using-catgets interface. Derived from - Jim Meyering's libintl.h. */ -struct _msg_ent -{ - const char *_msg; - int _msg_number; -}; + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ -#if HAVE_CATGETS -/* These two variables are defined in the automatically by po-to-tbl.sed - generated file `cat-id-tbl.c'. */ -extern const struct _msg_ent _msg_tbl[]; -extern int _msg_tbl_length; -#endif - -/* Look up MSGID in the current default message catalog for the current - LC_MESSAGES locale. If not found, returns MSGID itself (the default - text). */ -extern char *gettext PARAMS ((const char *__msgid)); -/* static char *gettext__ PARAMS ((const char *__msgid)); */ - -/* Look up MSGID in the DOMAINNAME message catalog for the current - LC_MESSAGES locale. */ -extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid)); -/* static char *dgettext__ PARAMS ((const char *__domainname, - const char *__msgid)); */ - -/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY - locale. */ -extern char *dcgettext PARAMS ((const char *__domainname, const char *__msgid, - int __category)); -extern char *dcgettext__ PARAMS ((const char *__domainname, - const char *__msgid, int __category)); - -/* Set the current default message catalog to DOMAINNAME. - If DOMAINNAME is null, return the current default. - If DOMAINNAME is "", reset to the default of "messages". */ -extern char *textdomain PARAMS ((const char *__domainname)); -/* static char *textdomain__ PARAMS ((const char *__domainname)); */ - -/* Specify that the DOMAINNAME message catalog will be found - in DIRNAME rather than in the system locale data base. */ -extern char *bindtextdomain PARAMS ((const char *__domainname, - const char *__dirname)); -/* static char *bindtextdomain__ PARAMS ((const char *__domainname, - const char *__dirname)); */ +#ifndef _LIBGETTEXT_H +#define _LIBGETTEXT_H 1 +/* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS -/* Solaris 2.3 has the gettext function but dcgettext is missing. - So we omit this optimization for Solaris 2.3. BTW, Solaris 2.4 - has dcgettext. */ -# if !HAVE_CATGETS && (!HAVE_GETTEXT || HAVE_DCGETTEXT) - -# define gettext(Msgid) \ - dgettext (NULL, Msgid) - -# define dgettext(Domainname, Msgid) \ - dcgettext (Domainname, Msgid, LC_MESSAGES) - -# if defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ >= 7 -/* This global variable is defined in loadmsgcat.c. We need a sign, - whether a new catalog was loaded, which can be associated with all - translations. */ -extern int _nl_msg_cat_cntr; - -# define dcgettext(Domainname, Msgid, Category) \ - (__extension__ \ - ({ \ - char *__result; \ - if (__builtin_constant_p (Msgid)) \ - { \ - static char *__translation__; \ - static int __catalog_counter__; \ - if (! __translation__ || __catalog_counter__ != _nl_msg_cat_cntr) \ - { \ - __translation__ = \ - dcgettext__ (Domainname, Msgid, Category); \ - __catalog_counter__ = _nl_msg_cat_cntr; \ - } \ - __result = __translation__; \ - } \ - else \ - __result = dcgettext__ (Domainname, Msgid, Category); \ - __result; \ - })) -# endif -# endif +/* Get declarations of GNU message catalog functions. */ +# include <libintl.h> #else -# define gettext(Msgid) (Msgid) -# define dgettext(Domainname, Msgid) (Msgid) -# define dcgettext(Domainname, Msgid, Category) (Msgid) -# define textdomain(Domainname) ((char *) Domainname) -# define bindtextdomain(Domainname, Dirname) ((char *) Dirname) - -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* _GETTEXT_H */ - -/* End of libgettext.h */ +/* Disabled NLS. + The casts to 'const char *' serve the purpose of producing warnings + for invalid uses of the value returned from these functions. + On pre-ANSI systems without 'const', the config.h file is supposed to + contain "#define const". */ +# define gettext(Msgid) ((const char *) (Msgid)) +# define dgettext(Domainname, Msgid) ((const char *) (Msgid)) +# define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) +# define ngettext(Msgid1, Msgid2, N) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define dngettext(Domainname, Msgid1, Msgid2, N) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define textdomain(Domainname) ((const char *) (Domainname)) +# define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) +# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) + +#endif + +/* A pseudo function call that serves as a marker for the automated + extraction of messages, but does not call gettext(). The run-time + translation is done at a different place in the code. + The argument, String, should be a literal string. Concatenated strings + and other string expressions won't work. + The macro's expansion is not parenthesized, so that it is suitable as + initializer for static 'char[]' or 'const char[]' variables. */ +#define gettext_noop(String) String + +#endif /* _LIBGETTEXT_H */ diff --git a/glob/Makefile.am b/glob/Makefile.am index e6359b4..bd55725 100644 --- a/glob/Makefile.am +++ b/glob/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.4 foreign +AUTOMAKE_OPTIONS = 1.6 foreign noinst_LIBRARIES = libglob.a diff --git a/i18n/Makefile.am b/i18n/Makefile.am deleted file mode 100644 index 409c380..0000000 --- a/i18n/Makefile.am +++ /dev/null @@ -1,75 +0,0 @@ -# Makefile for PO directories. -# Fran�ois Pinard <pinard@iro.umontreal.ca>, 1998. - -AUTOMAKE_OPTIONS = gnits - -localedir = $(prefix)/share/locale - -ALL_POFILES = @ALL_POFILES@ -ALL_MOFILES = @ALL_MOFILES@ -MOFILES = @MOFILES@ - -EXTRA_DIST = $(PACKAGE).pot $(ALL_POFILES) $(ALL_MOFILES) - -MSGFMT = msgfmt -MSGMERGE = msgmerge -XGETTEXT = xgettext - -SUFFIXES = .po .pox .mo - -.po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox - -.po.mo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.mo \ - && rm -f $$file && $(MSGFMT) -o $$file $< - -all: $(ALL_MOFILES) - -install-data-local: $(MOFILES) -if USE_NLS - files='$(MOFILES)'; \ - for file in $$files; do \ - base=`basename $$file`; \ - langdir=$(DESTDIR)$(localedir)/`echo $$base | sed 's/\.mo$$//'`/LC_MESSAGES; \ - $(mkinstalldirs) $$langdir; \ - echo " $(INSTALL_DATA) $(srcdir)/$$file $$langdir/$(PACKAGE).mo"; \ - $(INSTALL_DATA) $(srcdir)/$$file $$langdir/$(PACKAGE).mo; \ - done -endif - -uninstall-local: -if USE_NLS - files='$(MOFILES)'; \ - for file in $$files; do \ - base=`basename $$file`; \ - langdir=$(DESTDIR)$(localedir)/`echo $$base | sed 's/\.mo$$//'`/LC_MESSAGES; \ - rm -f $$langdir/$(PACKAGE).mo; \ - done -endif - -MAINTAINER_CLEAN = $(PACKAGE).pot $(MOFILES) - -$(srcdir)/$(PACKAGE).pot: $(top_srcdir)/stamp-pot - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ `cat $(top_srcdir)/stamp-pot` - test ! -f $(PACKAGE).po || ( rm -f $@ && mv $(PACKAGE).po $@ ) - -update-po: Makefile - $(MAKE) $(PACKAGE).pot - files='$(ALL_MOFILES)'; \ - for file in $$files; do \ - base=`basename $$file`; \ - lang=`echo $$base | sed 's/\.mo$$//'`; \ - mv $(srcdir)/$$lang.po $(srcdir)/$$lang.old.po; \ - echo "$$lang:"; \ - cd $(srcdir) \ - && if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ - rm -f $$lang.old.po; \ - else \ - echo "msgmerge for $$file failed!"; \ - rm -f $$lang.po; \ - mv $$lang.old.po $$lang.po; \ - fi; \ - done diff --git a/i18n/pl.po b/i18n/pl.po deleted file mode 100644 index 570e885..0000000 --- a/i18n/pl.po +++ /dev/null @@ -1,1467 +0,0 @@ -# Polish translation for GNU make. -# Copyright (C) 1996 Free Software Foundation, Inc. -# Pawe� Krawczyk <kravietz@pipeta.chemia.pk.edu.pl>, 1996. -# -msgid "" -msgstr "" -"Project-Id-Version: make 3.74.4\n" -"POT-Creation-Date: 1996-05-22 09:11-0400\n" -"PO-Revision-Date: 1996-08-27 21:20+0200\n" -"Last-Translator: Pawe� Krawczyk <kravietz@pipeta.chemia.pk.edu.pl>\n" -"Language-Team: Polish <pl@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-2\n" -"Content-Transfer-Encoding: 8-bit\n" - -#: ar.c:48 -#, possible-c-format -msgid "attempt to use unsupported feature: `%s'" -msgstr "pr�ba u�ycia nieistniej�cej funkcji: `%s'" - -#: ar.c:142 -#, possible-c-format -msgid "Error in lbr$ini_control, %d\n" -msgstr "B��d w lbr$ini_control, %d\n" - -#: ar.c:147 -#, possible-c-format -msgid "Error opening library %s to lookup member %s, %d\n" -msgstr "B��d otwarcia biblioteki %s podczas szukania elementu %s, %d\n" - -#: ar.c:153 -#, possible-c-format -msgid "Error looking up module %s in library %s, %d\n" -msgstr "B��d podczas szukania modu�u %s w bibliotece %s, %d\n" - -#: ar.c:159 -#, possible-c-format -msgid "Error getting module info, %d\n" -msgstr "B��d podczas pobierania informacji o module, %d\n" - -#: ar.c:244 -msgid "touch archive member is not available on VMS" -msgstr "element biblioteki `touch' jest niedost�pny pod VMS" - -#: ar.c:276 -#, possible-c-format -msgid "touch: Archive `%s' does not exist" -msgstr "touch: Archiwum `%s' nie istnieje" - -#: ar.c:279 -#, possible-c-format -msgid "touch: `%s' is not a valid archive" -msgstr "touch: `%s' nie jest poprawnym archiwum" - -#: ar.c:282 -msgid "touch: " -msgstr "touch: " - -#: ar.c:285 -#, possible-c-format -msgid "touch: Member `%s' does not exist in `%s'" -msgstr "touch: Brak elementu `%s' w `%s'" - -#: ar.c:291 -#, possible-c-format -msgid "touch: Bad return code from ar_member_touch on `%s'" -msgstr "touch: B��dny kod powrotu z ar_member_touch w `%s'" - -#: arscan.c:550 -msgid " (name might be truncated)" -msgstr " (nazwa mo�e zosta� okrojona)" - -#: arscan.c:552 -#, possible-c-format -msgid " Date %s" -msgstr " Data %s" - -#: arscan.c:553 -#, possible-c-format -msgid " uid = %d, gid = %d, mode = 0%o.\n" -msgstr " uid = %d, gid = %d, mode = 0%o.\n" - -#: dir.c:678 -msgid "" -"\n" -"# Directories\n" -msgstr "" -"\n" -"# Katalogi\n" - -#: dir.c:686 -#, possible-c-format -msgid "# %s: could not be stat'd.\n" -msgstr "# %s: stat() zwraca b��d.\n" - -#: dir.c:689 -#, possible-c-format -msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" -msgstr "# %s (urz�dzenie %d, i-w�ze� [%d,%d,%d]): otwarcie by�o niemo�liwe.\n" - -#: dir.c:694 -#, possible-c-format -msgid "# %s (device %d, inode %d): could not be opened.\n" -msgstr "# %s (urz�dzenie %d, i-w�ze� %d): otwarcie by�o niemo�liwe.\n" - -#: dir.c:709 -#, possible-c-format -msgid "# %s (device %d, inode [%d,%d,%d]): " -msgstr "# %s (urz�dzenie %d, i-w�ze� [%d,%d,%d]): " - -#: dir.c:714 -#, possible-c-format -msgid "# %s (device %d, inode %d): " -msgstr "# %s (urz�dzenie %d, i-w�ze� %d): " - -#: dir.c:718 dir.c:738 -msgid "No" -msgstr "Nie" - -#: dir.c:721 dir.c:741 -msgid " files, " -msgstr " pliki, " - -#: dir.c:723 dir.c:743 -msgid "no" -msgstr "nie" - -#: dir.c:726 -msgid " impossibilities" -msgstr " niemo�liwo�ci" - -#: dir.c:730 -msgid " so far." -msgstr " jak dot�d." - -#: dir.c:746 -#, possible-c-format -msgid " impossibilities in %u directories.\n" -msgstr " niemo�liwo�ci w %u katalogach.\n" - -#: expand.c:92 expand.c:97 -#, possible-c-format -msgid "Recursive variable `%s' references itself (eventually)" -msgstr "Rekurencyjna zmienna `%s' wskazuje na sam� siebie" - -#: expand.c:120 -#, possible-c-format -msgid "warning: undefined variable `%.*s'" -msgstr "uwaga: niezdefiniowana zmienna `%.*s'" - -#: expand.c:223 expand.c:225 -msgid "unterminated variable reference" -msgstr "niezako�czone odwo�anie do zmiennej" - -#: file.c:264 -#, possible-c-format -msgid "Commands were specified for file `%s' at %s:%u," -msgstr "Polecenia dla pliku `%s' podano w %s:%u," - -#: file.c:270 -#, possible-c-format -msgid "Commands for file `%s' were found by implicit rule search," -msgstr "Polecenia dla pliku `%s' zosta�y wyznaczone na podstawie regu� standardowych," - -#: file.c:274 -#, possible-c-format -msgid "but `%s' is now considered the same file as `%s'." -msgstr "ale `%s' jest teraz uznawany za ten sam plik co `%s'." - -#: file.c:278 -#, possible-c-format -msgid "Commands for `%s' will be ignored in favor of those for `%s'." -msgstr "Polecenia dla `%s' zosta�y zignorowane na rzecz polece� dla `%s'." - -#: file.c:299 -#, possible-c-format -msgid "can't rename single-colon `%s' to double-colon `%s'" -msgstr "nie mog� przemianowa� zale�no�ci single-colon `%s' na double-colon `%s'" - -#: file.c:302 -#, possible-c-format -msgid "can't rename double-colon `%s' to single-colon `%s'" -msgstr "nie mog� przemianowa� zale�no�ci double-colon `%s' na single-colon `%s'" - -#: file.c:363 -#, possible-c-format -msgid "*** Deleting intermediate file `%s'" -msgstr "*** Kasuj� plik po�redni `%s'" - -#: file.c:523 -msgid "# Not a target:" -msgstr "# To nie jest obiekt:" - -#: file.c:531 -msgid "# Precious file (dependency of .PRECIOUS)." -msgstr "# Cenny plik (zale�no�� .PRECIOUS)." - -#: file.c:533 -msgid "# Phony target (dependency of .PHONY)." -msgstr "# Obiekt niejawny (zale�no�� .PHONY)." - -#: file.c:535 -msgid "# Command-line target." -msgstr "# Obiekt podany w linii polece�." - -#: file.c:537 -msgid "# A default or MAKEFILES makefile." -msgstr "# Makefile domy�lny lub wymieniony w MAKEFILES." - -#: file.c:538 -#, possible-c-format -msgid "# Implicit rule search has%s been done.\n" -msgstr "# Szukanie regu� domy�lnych%s zosta�o zako�czone.\n" - -#: file.c:539 file.c:564 -msgid " not" -msgstr " nie" - -#: file.c:541 -#, possible-c-format -msgid "# Implicit/static pattern stem: `%s'\n" -msgstr "# �odyga wzorc�w domy�lnych/statycznych: `%s'\n" - -#: file.c:543 -msgid "# File is an intermediate dependency." -msgstr "# Plik jest zale�no�ci� przej�ciow�." - -#: file.c:546 -msgid "# Also makes:" -msgstr "# Robi r�wnie�:" - -#: file.c:552 -msgid "# Modification time never checked." -msgstr "# Czas modyfikacji nie by� sprawdzany." - -#: file.c:554 -msgid "# File does not exist." -msgstr "# Plik nie instnieje." - -#: file.c:557 -#, possible-c-format -msgid "# Last modified %.24s (%0lx)\n" -msgstr "# Ostatnio modyfikowany %.24s (%0lx)\n" - -#: file.c:560 -#, possible-c-format -msgid "# Last modified %.24s (%ld)\n" -msgstr "# Ostatnio modyfikowany %.24s (%ld)\n" - -#: file.c:563 -#, possible-c-format -msgid "# File has%s been updated.\n" -msgstr "# Plik%s zosta� uaktualniony.\n" - -#: file.c:568 -msgid "# Commands currently running (THIS IS A BUG)." -msgstr "# Aktualnie uruchamiane polecenia (TO JEST PLUSKWA)." - -#: file.c:571 -msgid "# Dependencies commands running (THIS IS A BUG)." -msgstr "# Aktualnie uruchamiane polecenia zale�no�ci (TO JEST PLUSKWA)." - -#: file.c:580 -msgid "# Successfully updated." -msgstr "# Uaktualnienie powiod�o si�." - -#: file.c:584 -msgid "# Needs to be updated (-q is set)." -msgstr "# Powinien by� uaktualniony (-q jest w��czone)." - -#: file.c:587 -msgid "# Failed to be updated." -msgstr "# Uaktualnianie nie powiod�o si�." - -#: file.c:590 -msgid "# Invalid value in `update_status' member!" -msgstr "# B��dna warto�� w elemencie `update_status'!" - -#: file.c:597 -msgid "# Invalid value in `command_state' member!" -msgstr "# B��dna warto�� w elemencie `command_state'!" - -#: file.c:616 -msgid "" -"\n" -"# Files" -msgstr "" -"\n" -"# Pliki" - -#: file.c:639 -msgid "" -"\n" -"# No files." -msgstr "" -"\n" -"# Brak plik�w." - -#: file.c:642 -#, possible-c-format -msgid "" -"\n" -"# %u files in %u hash buckets.\n" -msgstr "" -"\n" -"# %u plik�w w %u zbiorach mieszania.\n" - -#: file.c:644 -#, possible-c-format -msgid "# average %.1f files per bucket, max %u files in one bucket.\n" -msgstr "# �rednio %.1f plik�w na zbi�r, max. %u plik�w w jednym zbiorze.\n" - -#: function.c:648 -msgid "undefined" -msgstr "niezdefiniowana" - -#: function.c:657 variable.c:736 -msgid "default" -msgstr "domy�lna" - -#: function.c:660 variable.c:739 -msgid "environment" -msgstr "�rodowiskowa" - -#: function.c:663 -msgid "file" -msgstr "plik" - -#: function.c:666 -msgid "environment override" -msgstr "�rodowisko zakrywa" - -#: function.c:669 variable.c:748 -msgid "command line" -msgstr "z linii polece�" - -#: function.c:672 -msgid "override" -msgstr "zakrywa" - -#: function.c:675 variable.c:754 -msgid "automatic" -msgstr "automatyczna" - -#: function.c:1087 function.c:1089 -msgid "non-numeric first argument to `word' function" -msgstr "pierwszy argument funkcji `word' nie jest numeryczny" - -#: function.c:1097 function.c:1100 -msgid "the `word' function takes a one-origin index argument" -msgstr "funkcja `word' przyjmuje argument b�d�cy indeksem" - -#: function.c:1341 -#, possible-c-format -msgid "unterminated call to function `%s': missing `%c'" -msgstr "niedoko�czone wywo�anie funkcji `%s': brak `%c'" - -#: implicit.c:38 -#, possible-c-format -msgid "Looking for an implicit rule for `%s'.\n" -msgstr "Szukam standardowej regu�y dla `%s'.\n" - -#: implicit.c:53 -#, possible-c-format -msgid "Looking for archive-member implicit rule for `%s'.\n" -msgstr "Szukam standardowej regu�y typu archive-member dla `%s'.\n" - -#: implicit.c:190 -#, possible-c-format -msgid "Avoiding implicit rule recursion.%s%s\n" -msgstr "Pomijam rekurencyjne wywo�anie regu�y standardowej.%s%s\n" - -#: implicit.c:326 -#, possible-c-format -msgid "Trying pattern rule with stem `%.*s'.\n" -msgstr "Pr�buj� regu�y wzorcowej z ga��zi� `%.*s'.\n" - -#: implicit.c:365 -#, possible-c-format -msgid "Rejecting impossible %s dependency `%s'.\n" -msgstr "Odrzucam niemo�liw� zale�no�� %s `%s'.\n" - -#: implicit.c:366 implicit.c:374 -msgid "implicit" -msgstr "standardow�" - -#: implicit.c:366 implicit.c:374 -msgid "rule" -msgstr "wg regu�y" - -#: implicit.c:373 -#, possible-c-format -msgid "Trying %s dependency `%s'.\n" -msgstr "Pr�buj� %s zale�nosci `%s'.\n" - -#: implicit.c:393 -#, possible-c-format -msgid "Found dependency as `%s'.%s\n" -msgstr "Znalaz�em zale�no�� postaci `%s'.%s\n" - -#: implicit.c:408 -#, possible-c-format -msgid "Looking for a rule with %s file `%s'.\n" -msgstr "Szukam regu�y zawieraj�cej plik %s `%s'.\n" - -#: implicit.c:409 -msgid "intermediate" -msgstr "po�redni" - -#: job.c:190 -#, possible-c-format -msgid "*** [%s] Error 0x%x%s" -msgstr "*** [%s] B��d 0x%x%s" - -#: job.c:190 -msgid " (ignored)" -msgstr " (zignorowany)" - -#: job.c:193 -#, possible-c-format -msgid "[%s] Error %d (ignored)" -msgstr "[%s] B��d %d (zignorowany)" - -#: job.c:194 -#, possible-c-format -msgid "*** [%s] Error %d" -msgstr "*** [%s] B��d %d" - -#: job.c:199 -msgid " (core dumped)" -msgstr " (zrzut pami�ci)" - -#: job.c:234 -#, possible-c-format -msgid "Got a SIGCHLD; %d unreaped children.\n" -msgstr "Otrzyma�em SIGCHLD; %d niezako�czonych potomk�w.\n" - -#: job.c:265 -msgid "*** Waiting for unfinished jobs...." -msgstr "*** Czekam na niezako�czone zadania...." - -#: job.c:290 -#, possible-c-format -msgid "Live child 0x%08lx PID %d%s\n" -msgstr "�yj�cy potomek 0x%08lx PID %d%s\n" - -#: job.c:292 job.c:427 job.c:514 job.c:919 -msgid " (remote)" -msgstr " (zdalne)" - -#: job.c:414 -#, possible-c-format -msgid "Unknown%s job %d" -msgstr "Nieznane%s zadanie %d" - -#: job.c:414 -msgid " remote" -msgstr " zdalne" - -#: job.c:419 -#, possible-c-format -msgid "%s finished." -msgstr "%s zako�czone." - -#: job.c:424 -#, possible-c-format -msgid "Reaping %s child 0x%08lx PID %d%s\n" -msgstr "Zbieram %s potomka 0x%08lx PID %d%s\n" - -#: job.c:425 -msgid "losing" -msgstr "przegrywaj�cego" - -#: job.c:425 -msgid "winning" -msgstr "wygrywaj�cego" - -#: job.c:512 -#, possible-c-format -msgid "Removing child 0x%08lx PID %d%s from chain.\n" -msgstr "Usuwam potomka 0x%08lx PID %d%s z kolejki.\n" - -#: job.c:917 -#, possible-c-format -msgid "Putting child 0x%08lx PID %05d%s on the chain.\n" -msgstr "Wstawiam potomka 0x%08lx PID %05d%s do kolejki.\n" - -#: job.c:1140 -msgid "cannot enforce load limits on this operating system" -msgstr "niemo�liwe wymuszenie limit�w obci��enia w tym systemie" - -#: job.c:1142 -msgid "cannot enforce load limit: " -msgstr "niemo�liwe wymuszenie limitu obci��enia: " - -#: job.c:1244 -#, possible-c-format -msgid "internal error: `%s' command_state %d in child_handler" -msgstr "b��d wewn�trzny: `%s' command_state %d w child_handler" - -#: job.c:1350 -#, possible-c-format -msgid "Executing %s instead\n" -msgstr "Zamiast tego wykonuj� %s\n" - -#: job.c:1381 -#, possible-c-format -msgid "Error spawning, %d\n" -msgstr "B��d podczas uruchamiania, %d\n" - -#: job.c:1442 -#, possible-c-format -msgid "%s: Command not found" -msgstr "%s: Polecenie nie znalezione" - -#: job.c:1471 -#, possible-c-format -msgid "%s: Shell program not found" -msgstr "%s: Nie znaleziono programu pow�oki" - -#: main.c:224 -msgid "Ignored for compatibility" -msgstr "Zignorowane dla kompatybilno�ci" - -#: main.c:227 -msgid "Change to DIRECTORY before doing anything" -msgstr "Przejd� do KATALOGu przed robieniem czegokolwiek" - -#: main.c:230 -msgid "Print lots of debugging information" -msgstr "Wy�wietla du�o informacji uruchomieniowej" - -#: main.c:233 -msgid "Environment variables override makefiles" -msgstr "Zmienne �rodowiskowe przykrywaj� makefile" - -#: main.c:236 -msgid "Read FILE as a makefile" -msgstr "Wczytaj PLIK jako makefile" - -#: main.c:239 -msgid "Print this message and exit" -msgstr "Wy�wietl ten komunikat i zako�cz" - -#: main.c:242 -msgid "Ignore errors from commands" -msgstr "Ignoruj b��dy polece�" - -#: main.c:245 -msgid "Search DIRECTORY for included makefiles" -msgstr "Szukaj w��czonych makefile w KATALOGu" - -#: main.c:249 -msgid "Allow N jobs at once; infinite jobs with no arg" -msgstr "Dopuszczaj N zada� naraz; brak argumentu oznacza bez ogranicze�" - -#: main.c:253 -msgid "Keep going when some targets can't be made" -msgstr "Kontynuuj je�li nie da si� zrobi� jakich� obiekt�w" - -#: main.c:258 main.c:263 -msgid "Don't start multiple jobs unless load is below N" -msgstr "Nie zaczynaj nast�pnych zada� dop�ki obci��enie nie jest poni�ej N" - -#: main.c:270 -msgid "Don't actually run any commands; just print them" -msgstr "Nie wykonuj �adnych polece�; wy�wietlaj je tylko" - -#: main.c:273 -msgid "Consider FILE to be very old and don't remake it" -msgstr "Przyjmuj �e PLIK jest bardzo stary i nie r�b go ponownie" - -#: main.c:276 -msgid "Print make's internal database" -msgstr "Wy�wietl wewn�trzn� baz� danych make" - -#: main.c:279 -msgid "Run no commands; exit status says if up to date" -msgstr "Nie uruchamiaj �adnych polece�; status powrotu wskazuje aktualno��" - -#: main.c:282 -msgid "Disable the built-in implicit rules" -msgstr "Wy��cz wbudowane regu�y standardowe" - -#: main.c:285 -msgid "Don't echo commands" -msgstr "Wy��cz echo polece�" - -#: main.c:289 -msgid "Turns off -k" -msgstr "Wy��cza -k" - -#: main.c:292 -msgid "Touch targets instead of remaking them" -msgstr "Uaktualniaj obiekty zamiast je robi�" - -#: main.c:295 -msgid "Print the version number of make and exit" -msgstr "Wy�wietl wersj� make i zako�cz" - -#: main.c:298 -msgid "Print the current directory" -msgstr "Wy�wietl aktualny katalog" - -#: main.c:301 -msgid "Turn off -w, even if it was turned on implicitly" -msgstr "Wy��cza -w, nawet je�li by�o ono w��czone domy�lnie" - -#: main.c:304 -msgid "Consider FILE to be infinitely new" -msgstr "Traktuj PLIK jako zawsze nowy" - -#: main.c:307 -msgid "Warn when an undefined variable is referenced" -msgstr "Ostrzegaj przy odwo�aniach do niezdefiniowanych zmiennych" - -#: main.c:394 -msgid "empty string invalid as file name" -msgstr "pusty string nie mo�e by� nazw� pliku" - -#: main.c:781 -msgid "fopen (temporary file)" -msgstr "fopen (plik tymczasowy)" - -#: main.c:787 -msgid "fwrite (temporary file)" -msgstr "fwrite (plik tymczasowy)" - -#: main.c:930 -msgid "Updating makefiles...." -msgstr "Uaktualniam makefile...." - -#: main.c:955 -#, possible-c-format -msgid "Makefile `%s' might loop; not remaking it.\n" -msgstr "Makefile `%s' mo�e si� zap�tli�; nie przetwarzam go.\n" - -#: main.c:1029 -#, possible-c-format -msgid "Failed to remake makefile `%s'." -msgstr "Nie uda�o si� zrobi� makefile `%s'." - -#: main.c:1044 -#, possible-c-format -msgid "Included makefile `%s' was not found." -msgstr "Nie znaleziono w��czanych makefile `%s'." - -#: main.c:1049 -#, possible-c-format -msgid "Makefile `%s' was not found" -msgstr "Nie znaleziono makefile `%s'" - -#: main.c:1108 -msgid "Couldn't change back to original directory." -msgstr "Niemo�liwy powr�t do katalogu startowego." - -#: main.c:1142 -msgid "Re-executing:" -msgstr "Ponownie uruchamiam:" - -#: main.c:1186 -msgid "Updating goal targets...." -msgstr "Uaktualniam obiekty docelowe...." - -#: main.c:1211 -msgid "No targets specified and no makefile found" -msgstr "Nie poda�e� obiekt�w lub nie znalaz�em makefile" - -#: main.c:1213 -msgid "No targets" -msgstr "Brak obiekt�w" - -#: main.c:1439 -#, possible-c-format -msgid "the `-%c' option requires a positive integral argument" -msgstr "opcja `-%c' wymaga argumentu ca�kowitego dodatniego" - -#: main.c:1490 -#, possible-c-format -msgid "Usage: %s [options] [target] ...\n" -msgstr "U�ycie: %s [opcje] [obiekt] ...\n" - -#: main.c:1492 -msgid "Options:\n" -msgstr "Opcje:\n" - -#: main.c:1967 -#, possible-c-format -msgid "%sGNU Make version %s" -msgstr "%sGNU Make wersja %s" - -#: main.c:1971 -#, possible-c-format -msgid "" -", by Richard Stallman and Roland McGrath.\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, Inc.\n" -"%sThis is free software; see the source for copying conditions.\n" -"%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" -"%sPARTICULAR PURPOSE.\n" -"\n" -msgstr "" -", Richard Stallman i Roland McGrath.\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, Inc.\n" -"%sTen program jest darmowy; warunki kopiowania s� opisane w �r�d�ach.\n" -"%sAutorzy nie daj� �ADNYCH gwarancji, w tym nawet gwarancji SPRZEDAWALNO�CI\n" -"%slub PRZYDATNO�CI DO KONKRETNYCH CEL�W.\n" -"\n" - -#: main.c:1993 -#, possible-c-format -msgid "" -"\n" -"# Make data base, printed on %s" -msgstr "" -"\n" -"# Baza danych Make, wy�wietlana na %s" - -#: main.c:2002 -#, possible-c-format -msgid "" -"\n" -"# Finished Make data base on %s\n" -msgstr "" -"\n" -"# Zako�czy�em tworzenie bazy danych Make na %s\n" - -#: main.c:2053 -msgid "Entering" -msgstr "Wchodz�" - -#: main.c:2053 -msgid "Leaving" -msgstr "Opuszczam" - -#: main.c:2072 -msgid "an unknown directory" -msgstr "nieznany katalog" - -#: main.c:2074 -#, possible-c-format -msgid "directory `%s'\n" -msgstr "katalog `%s'\n" - -#: misc.c:212 misc.c:260 -msgid ". Stop.\n" -msgstr ". Stop.\n" - -#: misc.c:277 -msgid "Unknown error 12345678901234567890" -msgstr "Nieznany b��d 12345678901234567890" - -#: misc.c:282 -#, possible-c-format -msgid "Unknown error %d" -msgstr "Nieznany b��d %d" - -#: misc.c:318 misc.c:330 read.c:2151 -msgid "virtual memory exhausted" -msgstr "brak pami�ci wirtualnej" - -#: misc.c:536 -#, possible-c-format -msgid "%s access: user %d (real %d), group %d (real %d)\n" -msgstr "%s dost�p: u�ytkownik %d (rzeczywisty %d), grupa %d (rzeczywista %d)\n" - -#: misc.c:556 -msgid "Initialized" -msgstr "Zainicjalizowany" - -#: misc.c:635 -msgid "User" -msgstr "U�ytkownik" - -#: misc.c:683 -msgid "Make" -msgstr "Make" - -#: misc.c:717 -msgid "Child" -msgstr "Potomek" - -#: read.c:129 -msgid "Reading makefiles..." -msgstr "Czytam makefile..." - -#: read.c:298 -#, possible-c-format -msgid "Reading makefile `%s'" -msgstr "Czytam makefile `%s'" - -#: read.c:300 -msgid " (no default goal)" -msgstr " (brak celu domy�lnego)" - -#: read.c:302 -msgid " (search path)" -msgstr " (przeszukiwana �cie�ka)" - -#: read.c:304 -msgid " (don't care)" -msgstr " (niewa�ne)" - -#: read.c:306 -msgid " (no ~ expansion)" -msgstr " (brak rozszerzenia ~)" - -#: read.c:466 -msgid "invalid syntax in conditional" -msgstr "b��dna sk�adnia wyra�enia warunkowego" - -#: read.c:474 -msgid "extraneous `endef'" -msgstr "nie zwi�zany `endef'" - -#: read.c:500 read.c:522 -msgid "empty `override' directive" -msgstr "pusta dyrektywa `override'" - -#: read.c:584 -#, possible-c-format -msgid "no file name for `%sinclude'" -msgstr "brak nazwy pliku dla `%sinclude'" - -#: read.c:670 -msgid "commands commence before first target" -msgstr "polecenia zaczynaj� sie przed pierwszym obiektem" - -#: read.c:714 -msgid "missing rule before commands" -msgstr "brakuje regu�y przed poleceniami" - -#: read.c:733 -msgid "missing separator" -msgstr "brakuj�cy separator" - -#: read.c:782 -msgid "missing target pattern" -msgstr "brakuj�cy wzorzec obiektu" - -#: read.c:784 -msgid "multiple target patterns" -msgstr "wielokrotne wzorce obiektu" - -#: read.c:789 -msgid "target pattern contains no `%%'" -msgstr "wzorzec obiektu nie zawiera `%%'" - -#: read.c:829 -msgid "missing `endif'" -msgstr "brakuj�cy `endif'" - -#: read.c:887 -msgid "Extraneous text after `endef' directive" -msgstr "Niezwi�zany tekst po dyrektywie `endef'" - -#: read.c:917 -msgid "missing `endef', unterminated `define'" -msgstr "brakuj�cy `endef', niezako�czone `define'" - -#: read.c:973 read.c:1120 -#, possible-c-format -msgid "Extraneous text after `%s' directive" -msgstr "Niezwi�zany tekst po dyrektywie `%s'" - -#: read.c:977 -#, possible-c-format -msgid "extraneous `%s'" -msgstr "niezwi�zany `%s'" - -#: read.c:982 -msgid "only one `else' per conditional" -msgstr "tylko jedno `else' w wyra�eniu warunkowym" - -#: read.c:1230 -msgid "mixed implicit and static pattern rules" -msgstr "pomieszane standardowe i statyczne regu�y wzorc�w" - -#: read.c:1233 -msgid "mixed implicit and normal rules" -msgstr "pomieszane standardowe i normalne regu�y" - -#: read.c:1273 -#, possible-c-format -msgid "target `%s' doesn't match the target pattern" -msgstr "obiekt `%s' nie pasuje do wzorca obiektu" - -#: read.c:1305 read.c:1407 -#, possible-c-format -msgid "target file `%s' has both : and :: entries" -msgstr "plik obiektowy `%s' ma pozycje i : i ::" - -#: read.c:1313 -#, possible-c-format -msgid "target `%s' given more than once in the same rule." -msgstr "obiekt `%s' wyspecyfikowany wielokrotnie w tej samej regule" - -#: read.c:1322 -#, possible-c-format -msgid "warning: overriding commands for target `%s'" -msgstr "ostrze�enie: polecenia zakrywaj�ce dla obiektu `%s'" - -#: read.c:1325 -#, possible-c-format -msgid "warning: ignoring old commands for target `%s'" -msgstr "ostrze�enie: ignoruj� stare polecenia dla obiektu `%s'" - -#: read.c:1815 -msgid "warning: NUL character seen; rest of line ignored" -msgstr "ostrze�enie: napotka�em na znak NUL; reszta linii zignorowana" - -#: remake.c:212 -#, possible-c-format -msgid "Nothing to be done for `%s'." -msgstr "Nie nic do roboty w `%s'." - -#: remake.c:213 -#, possible-c-format -msgid "`%s' is up to date." -msgstr "`%s' jest aktualne." - -#: remake.c:310 -#, possible-c-format -msgid "Considering target file `%s'.\n" -msgstr "Przetwarzam obiektowy plik `%s'.\n" - -#: remake.c:316 -#, possible-c-format -msgid "Recently tried and failed to update file `%s'.\n" -msgstr "Ju� bez powodzenia pr�bowa�em uaktualni� plik `%s'.\n" - -#: remake.c:320 -#, possible-c-format -msgid "File `%s' was considered already.\n" -msgstr "Plik `%s' by� ju� przetwarzany.\n" - -#: remake.c:330 -#, possible-c-format -msgid "Still updating file `%s'.\n" -msgstr "Wci�� uaktualniam plik `%s'.\n" - -#: remake.c:333 -#, possible-c-format -msgid "Finished updating file `%s'.\n" -msgstr "Sko�czy�em uaktualnia� plik `%s'.\n" - -#: remake.c:354 -#, possible-c-format -msgid "File `%s' does not exist.\n" -msgstr "Plik `%s' nie istnieje.\n" - -#: remake.c:364 remake.c:728 -#, possible-c-format -msgid "Found an implicit rule for `%s'.\n" -msgstr "Znalaz�em standardow� regu�� dla `%s'.\n" - -#: remake.c:366 remake.c:730 -#, possible-c-format -msgid "No implicit rule found for `%s'.\n" -msgstr "Brak standardowych regu� dla `%s'.\n" - -#: remake.c:372 remake.c:736 -#, possible-c-format -msgid "Using default commands for `%s'.\n" -msgstr "Stosuj� standardowe polecenia dla `%s'.\n" - -#: remake.c:392 remake.c:760 -#, possible-c-format -msgid "Circular %s <- %s dependency dropped." -msgstr "Okr�na dyrektywa %s <- %s porzucona." - -#: remake.c:474 -#, possible-c-format -msgid "Finished dependencies of target file `%s'.\n" -msgstr "Sko�czy�em zale�no�ci pliku obiektowego `%s'.\n" - -#: remake.c:480 -#, possible-c-format -msgid "The dependencies of `%s' are being made.\n" -msgstr "Zale�no�ci `%s' s� wykonywane.\n" - -#: remake.c:493 -#, possible-c-format -msgid "Giving up on target file `%s'.\n" -msgstr "Zaniechany plik obiektowy `%s'.\n" - -#: remake.c:497 -#, possible-c-format -msgid "Target `%s' not remade because of errors." -msgstr "Obiekt `%s' nie zosta� wykonany z powodu b��d�w." - -#: remake.c:542 -#, possible-c-format -msgid "Dependency `%s' does not exist.\n" -msgstr "Zale�no�� `%s' nie istnieje.\n" - -#: remake.c:544 -#, possible-c-format -msgid "Dependency `%s' is %s than dependent `%s'.\n" -msgstr "Zale�no�� `%s' jest %s ni� zale�ne `%s'.\n" - -#: remake.c:545 -msgid "newer" -msgstr "m�odsza" - -#: remake.c:545 -msgid "older" -msgstr "starsza" - -#: remake.c:556 -#, possible-c-format -msgid "Target `%s' is double-colon and has no dependencies.\n" -msgstr "Obiekt `%s' jest typu double-colon i nie ma �adnych zale�no�ci.\n" - -#: remake.c:561 -#, possible-c-format -msgid "No commands for `%s' and no dependencies actually changed.\n" -msgstr "Brak polece� dla `%s' i brak zmienionych zale�no�ci.\n" - -#: remake.c:566 -#, possible-c-format -msgid "No need to remake target `%s'.\n" -msgstr "Nie ma potrzeby przerabia� obiektu `%s'.\n" - -#: remake.c:571 -#, possible-c-format -msgid "Must remake target `%s'.\n" -msgstr "Konieczne przerobienie obiektu `%s'.\n" - -#: remake.c:578 -#, possible-c-format -msgid "Commands of `%s' are being run.\n" -msgstr "Uruchomiono polecenia dla `%s'.\n" - -#: remake.c:585 -#, possible-c-format -msgid "Failed to remake target file `%s'.\n" -msgstr "Przerabianie pliku obiektowego `%s' nie powiod�o si�.\n" - -#: remake.c:588 -#, possible-c-format -msgid "Successfully remade target file `%s'.\n" -msgstr "Przerabianie pliku obiektowego `%s' powiod�o si�.\n" - -#: remake.c:591 -#, possible-c-format -msgid "Target file `%s' needs remade under -q.\n" -msgstr "Plik obiektowy `%s' powinien by� przerobiony z opcj� -q.\n" - -#: remake.c:880 -#, possible-c-format -msgid "%sNo rule to make target `%s'%s" -msgstr "%sBrak regu� do wykonania obiektu `%s'%s" - -#: remake.c:882 -#, possible-c-format -msgid "%sNo rule to make target `%s', needed by `%s'%s" -msgstr "%sBrak regu� do zrobienia obiektu `%s', wymaganego przez `%s'%s" - -#: remake.c:1053 -#, possible-c-format -msgid "*** File `%s' has modification time in the future" -msgstr "*** Plik `%s' ma czas modyfikacji z przysz�o�ci" - -#: remote-cstms.c:94 -#, possible-c-format -msgid "Customs won't export: %s\n" -msgstr "Zasady nie eksportowane: %s\n" - -#: remote-cstms.c:129 -msgid "exporting: Couldn't create return socket." -msgstr "eksportuj�: Niemo�liwe stworzenie gniazda powrotnego." - -#: remote-cstms.c:138 -msgid "exporting: " -msgstr "eksportuj�: " - -#: remote-cstms.c:171 -#, possible-c-format -msgid "exporting: %s" -msgstr "eksportuj�: %s" - -#: remote-cstms.c:185 -#, possible-c-format -msgid "Job exported to %s ID %u\n" -msgstr "Zadanie wyeksportowane do %s ID %u\n" - -#: rule.c:556 -msgid "" -"\n" -"# Implicit Rules" -msgstr "" -"\n" -"# Regu�y stadardowe" - -#: rule.c:571 -msgid "" -"\n" -"# No implicit rules." -msgstr "" -"\n" -"# Brak standardowych regu�." - -#: rule.c:574 -#, possible-c-format -msgid "" -"\n" -"# %u implicit rules, %u" -msgstr "" -"\n" -"# %u standardowych regu�, %u" - -#: rule.c:583 -msgid " terminal." -msgstr "" - -#: rule.c:587 -#, possible-c-format -msgid "BUG: num_pattern_rules wrong! %u != %u" -msgstr "PLUSKWA: z�e num_pattern_rules! %u != %u" - -#: variable.c:658 variable.c:660 -msgid "empty variable name" -msgstr "pusta nazwa zmiennej" - -#: variable.c:742 -msgid "makefile" -msgstr "makefile" - -#: variable.c:745 -msgid "environment under -e" -msgstr "�rodowisko pod -e" - -#: variable.c:751 -msgid "`override' directive" -msgstr "dyrektywa `override'" - -#: variable.c:822 -msgid "# No variables." -msgstr "# Brak zmiennych." - -#: variable.c:825 -#, possible-c-format -msgid "# %u variables in %u hash buckets.\n" -msgstr "# %u zmiennych w %u zbiorach mieszaj�cych.\n" - -#: variable.c:828 -#, possible-c-format -msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" -msgstr "# �rednio %.1f zmiennych w zbiorze, max. %u w jednym zbiorze.\n" - -#: variable.c:835 -#, possible-c-format -msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" -msgstr "# �rednio %d.%d zmiennych w zbiorze, max. %u w jednym zbiorze.\n" - -#: variable.c:850 -msgid "" -"\n" -"# Variables\n" -msgstr "" -"\n" -"# Zmienne\n" - -#: vpath.c:455 -msgid "" -"\n" -"# VPATH Search Paths\n" -msgstr "" -"\n" -"# �cie�ki przeszukiwania VPATH\n" - -#: vpath.c:472 -msgid "# No `vpath' search paths." -msgstr "# Brak �cie�ek przeszukiwania `vpath'" - -#: vpath.c:474 -#, possible-c-format -msgid "" -"\n" -"# %u `vpath' search paths.\n" -msgstr "" -"\n" -"# %u �cie�ek przeszukiwania `vpath'.\n" - -#: vpath.c:477 -msgid "" -"\n" -"# No general (`VPATH' variable) search path." -msgstr "" -"\n" -"# Brak og�lnej (zmienna `VPATH') �cie�ki przeszukiwania." - -#: vpath.c:483 -msgid "" -"\n" -"# General (`VPATH' variable) search path:\n" -"# " -msgstr "" -"\n" -"# Og�lna (zmienna `VPATH') �cie�ka przeszukiwania:\n" -"# " - -#: getloadavg.c:948 -msgid "Error getting load average" -msgstr "B��d podczas uzyskiwania informacji o �rednim obci��eniu" - -#: getloadavg.c:952 -#, possible-c-format -msgid "1-minute: %f " -msgstr "1-no minutowe: %f " - -#: getloadavg.c:954 -#, possible-c-format -msgid "5-minute: %f " -msgstr "5-cio minutowe: %f " - -#: getloadavg.c:956 -#, possible-c-format -msgid "15-minute: %f " -msgstr "15-sto minutowe: %f " - -#: getopt.c:565 -#, possible-c-format -msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: opcja `%s' jest niejednoznaczna\n" - -#: getopt.c:589 -#, possible-c-format -msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: opcja `--%s' nie przyjmuje argument�w\n" - -#: getopt.c:594 -#, possible-c-format -msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: opcja `%c%s' nie przyjmuje argument�w\n" - -#: getopt.c:611 -#, possible-c-format -msgid "%s: option `%s' requires an argument\n" -msgstr "%s: opcja `%s' wymaga argumentu\n" - -#: getopt.c:640 -#, possible-c-format -msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: nierozpoznana opcja `--%s'\n" - -#: getopt.c:644 -#, possible-c-format -msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: nierozpoznan opcja `%c%s'\n" - -#: getopt.c:670 -#, possible-c-format -msgid "%s: illegal option -- %c\n" -msgstr "%s: niedozwolona opcja -- %c\n" - -#: getopt.c:673 -#, possible-c-format -msgid "%s: invalid option -- %c\n" -msgstr "%s: b��dna opcja -- %c\n" - -#: getopt.c:709 -#, possible-c-format -msgid "%s: option requires an argument -- %c\n" -msgstr "%s: opcja wymaga argumentu -- %c\n" - -#: getopt.c:777 getopt1.c:141 -msgid "digits occur in two different argv-elements.\n" -msgstr "cyfry pojawiaj� si� w dw�ch r�nych sk�adnikach argv\n" - -#: getopt.c:779 getopt1.c:143 -#, possible-c-format -msgid "option %c\n" -msgstr "opcja %c\n" - -#: getopt.c:783 getopt1.c:147 -msgid "option a\n" -msgstr "opcja a\n" - -#: getopt.c:787 getopt1.c:151 -msgid "option b\n" -msgstr "opcja b\n" - -#: getopt.c:791 getopt1.c:155 -#, possible-c-format -msgid "option c with value `%s'\n" -msgstr "opcja c o warto�ci `%s'\n" - -#: getopt.c:798 getopt1.c:166 -#, possible-c-format -msgid "?? getopt returned character code 0%o ??\n" -msgstr "?? getopt zwr�ci�a znak o kodzie 0%o ??\n" - -#: getopt.c:804 getopt1.c:172 -msgid "non-option ARGV-elements: " -msgstr "sk�adniki argv nie b�d�ce opcjami: " - -#: getopt1.c:159 -#, possible-c-format -msgid "option d with value `%s'\n" -msgstr "opcja d o warto�ci `%s'\n" - -#: signame.c:57 -msgid "unknown signal" -msgstr "nieznany sygna�" - -#: signame.c:107 -msgid "Hangup" -msgstr "Roz��czenie" - -#: signame.c:110 -msgid "Interrupt" -msgstr "Przerwanie" - -#: signame.c:113 -msgid "Quit" -msgstr "Wyj�cie" - -#: signame.c:116 -msgid "Illegal Instruction" -msgstr "B��dna instrukcja" - -#: signame.c:119 -msgid "Trace/breakpoint trap" -msgstr "Pu�apka �ledzenia" - -#: signame.c:124 -msgid "Aborted" -msgstr "Przerwany" - -#: signame.c:127 -msgid "IOT trap" -msgstr "Pu�apka IOT" - -#: signame.c:130 -msgid "EMT trap" -msgstr "Pu�apka EMT" - -#: signame.c:133 -msgid "Floating point exception" -msgstr "Wyj�tek zmiennoprzecinkowy" - -#: signame.c:136 -msgid "Killed" -msgstr "Zabity" - -#: signame.c:139 -msgid "Bus error" -msgstr "B��d szyny" - -#: signame.c:142 -msgid "Segmentation fault" -msgstr "Naruszenie segmentacji" - -#: signame.c:145 -msgid "Bad system call" -msgstr "B��dne wywo�anie systemowe" - -#: signame.c:148 -msgid "Broken pipe" -msgstr "Przerwany potok" - -#: signame.c:151 -msgid "Alarm clock" -msgstr "Budzik" - -#: signame.c:154 -msgid "Terminated" -msgstr "Zako�czony" - -#: signame.c:157 -msgid "User defined signal 1" -msgstr "Sygna� u�ytkownika 1" - -#: signame.c:160 -msgid "User defined signal 2" -msgstr "Sygna� u�ytkownika 2" - -#: signame.c:165 signame.c:168 -msgid "Child exited" -msgstr "Potomek powr�ci�" - -#: signame.c:171 -msgid "Power failure" -msgstr "Przerwa w zasilaniu" - -#: signame.c:174 -msgid "Stopped" -msgstr "Zatrzymany" - -#: signame.c:177 -msgid "Stopped (tty input)" -msgstr "Zatrzymany (wej�cie z tty)" - -#: signame.c:180 -msgid "Stopped (tty output)" -msgstr "Zatrzymany (wyj�cie na tty)" - -#: signame.c:183 -msgid "Stopped (signal)" -msgstr "Zatrzymany (sygna�)" - -#: signame.c:186 -msgid "CPU time limit exceeded" -msgstr "Przekroczony czas CPU" - -#: signame.c:189 -msgid "File size limit exceeded" -msgstr "Przekroczony limit wielko�ci pliku" - -#: signame.c:192 -msgid "Virtual timer expired" -msgstr "Wyczerpany stoper wirtualny" - -#: signame.c:195 -msgid "Profiling timer expired" -msgstr "Wyczerpany stoper profiluj�cy" - -#: signame.c:201 -msgid "Window changed" -msgstr "Zmienione okno" - -#: signame.c:204 -msgid "Continued" -msgstr "Kontynuowany" - -#: signame.c:207 -msgid "Urgent I/O condition" -msgstr "Nag�a sytuacja I/O" - -#: signame.c:214 signame.c:223 -msgid "I/O possible" -msgstr "I/O mo�liwe" - -#: signame.c:217 -msgid "SIGWIND" -msgstr "SIGWIND" - -#: signame.c:220 -msgid "SIGPHONE" -msgstr "SIGPHONE" - -#: signame.c:226 -msgid "Resource lost" -msgstr "Zaginione zasoby" - -#: signame.c:229 -msgid "Danger signal" -msgstr "Sygna� niebezpiecze�stwa" - -#: signame.c:232 -msgid "Information request" -msgstr "��danie informacji" - -#: signame.c:286 -#, possible-c-format -msgid "%s: unknown signal" -msgstr "%s: nieznany sygna�" - -#: signame.c:299 -msgid "Signal 12345678901234567890" -msgstr "Sygna� 12345678901234567890" - -#: signame.c:304 -#, possible-c-format -msgid "Signal %d" -msgstr "Sygna� %d" @@ -840,13 +840,6 @@ int main (int argc, char ** argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); -#if !defined (HAVE_STRSIGNAL) && !defined (HAVE_SYS_SIGLIST) - { - extern void signame_init (); - signame_init (); - } -#endif - #ifdef POSIX sigemptyset (&fatal_signal_set); #define ADD_SIG(sig) sigaddset (&fatal_signal_set, sig) @@ -2717,7 +2710,7 @@ print_version () printf (_(", by Richard Stallman and Roland McGrath.\n\ %sBuilt for %s\n\ -%sCopyright (C) 2001 Free Software Foundation, Inc.\n\ +%sCopyright (C) 2002 Free Software Foundation, Inc.\n\ %sThis is free software; see the source for copying conditions.\n\ %sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ %sPARTICULAR PURPOSE.\n\n\ diff --git a/maintMakefile b/maintMakefile index 3ea0889..3b15957 100644 --- a/maintMakefile +++ b/maintMakefile @@ -63,15 +63,11 @@ build.sh.in: build.template Makefile .dep_segment: Makefile.am maintMakefile $(DEP_FILES) $(AUTOMAKE) --generate-deps --build-dir=. --srcdir-name=. -# We clean everything here. The GNU standards for makefile conventions say -# you shouldn't remove configure, etc., but this makefile is only available -# in a full development distribution, so they'll only be removed then. -# -# And _I_ want them to be removed ;) +# Get rid of everything "else". # maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in -MAINTAINERCLEANFILES = $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \ +MAINTAINERCLEANFILES += $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \ missing build.sh.in .dep_segment # Put the alpha distribution files up for anonymous FTP. @@ -83,9 +79,3 @@ TARFILE := $(distdir).tar.gz alpha: $(ALPHA) $(TARFILE) @rm -f $(ALPHA)/$(TARFILE) cp -p $(TARFILE) $(ALPHA) - -# This is needed because normal builds with GCC don't compile alloca.c, so -# alloca.P doesn't get built :-/. -# -.deps/alloca.P: alloca.c - $(COMPILE) -M -o $@ $< @@ -44,31 +44,13 @@ Boston, MA 02111-1307, USA. */ #define _GNU_SOURCE 1 -/* Include libintl.h, if it was found: we don't even look for it unless we - want to use the system's gettext(). If not, use the included gettext.h. */ +/* Always use gettext.h */ -#ifdef HAVE_LIBINTL_H -# include <libintl.h> -# ifdef HAVE_LOCALE_H -# include <locale.h> -# endif -#else -# include "gettext.h" -#endif - -#ifndef gettext_noop -/* For automatic extraction of messages sometimes no real translation is - needed. Instead the string itself is the result. */ -# define gettext_noop(Str) (Str) -#endif +#include "gettext.h" -#define _(Text) gettext (Text) -#define N_(Text) gettext_noop (Text) - - -#if !HAVE_SETLOCALE -# define setlocale(Category, Locale) /* empty */ -#endif +#define _(_s) gettext (_s) +#define S_(_1,_2,_n) ngettext (_1,_2,_n) +#define N_(_s) gettext_noop (_s) #ifdef CRAY @@ -308,6 +290,10 @@ extern char *alloca (); #endif #define FILE_TIMESTAMP uintmax_t +#if !defined(HAVE_STRSIGNAL) +extern char *strsignal PARAMS ((int signum)); +#endif + /* ISDIGIT offers the following features: - Its arg may be any int or unsigned int; it need not be an unsigned char. - It's guaranteed to evaluate its argument exactly once. diff --git a/i18n/.cvsignore b/po/.cvsignore index 48323b5..82427cd 100644 --- a/i18n/.cvsignore +++ b/po/.cvsignore @@ -1,3 +1,3 @@ -*.mo *.pot +*.gmo *.mo *.pot Makefile.in Makefile diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 0000000..13ef8fe --- /dev/null +++ b/po/ChangeLog @@ -0,0 +1,20 @@ +2002-04-21 Paul D. Smith <psmith@gnu.org> + + * POTFILES.in, LINGUAS, Makevars: Created. + * da.po, de.po, es.po, fr.po, gl.po, he.po, ja.po, ko.po, nl.po, + pl.po, pt_BR.po, ru.po, tr.po: Moved from i18n to here. + * .cvsignore: Moved from i18n to here. + + * LINGUAS: Created. + +2002-04-21 gettextize <bug-gnu-gettext@gnu.org> + + * Makefile.in.in: New file, from gettext-0.11.1. + * Rules-quot: New file, from gettext-0.11.1. + * boldquot.sed: New file, from gettext-0.11.1. + * en@boldquot.header: New file, from gettext-0.11.1. + * en@quot.header: New file, from gettext-0.11.1. + * insert-header.sin: New file, from gettext-0.11.1. + * quot.sed: New file, from gettext-0.11.1. + * remove-potcdate.sin: New file, from gettext-0.11.1. + diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..a5aac83 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,4 @@ +# Set of available languages. +da de es fr gl he ja ko nl pl pt_BR ru tr + +# Can't seem to get en@quot and en@boldquot to build properly? diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..ada8bb4 --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,317 @@ +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2002 by Ulrich Drepper <drepper@gnu.ai.mit.edu> +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +localedir = $(datadir)/locale +gettextsrcdir = $(datadir)/gettext/po + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +MSGMERGE = msgmerge +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter + +POFILES = @POFILES@ +GMOFILES = @GMOFILES@ +UPDATEPOFILES = @UPDATEPOFILES@ +DUMMYPOFILES = @DUMMYPOFILES@ +DISTFILES.common = Makefile.in.in Makevars remove-potcdate.sin \ +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) +DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \ +$(POFILES) $(GMOFILES) \ +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) + +POTFILES = \ + +CATALOGS = @CATALOGS@ + +# Makevars gets inserted here. (Don't remove this line!) + +.SUFFIXES: +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update + +.po.mo: + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ + +.po.gmo: + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + +.sin.sed: + sed -e '/^#/d' $< > t-$@ + mv t-$@ $@ + + +all: all-@USE_NLS@ + +all-yes: $(CATALOGS) +all-no: + +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', +# otherwise packages like GCC can not be built if only parts of the source +# have been downloaded. + +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ + --files-from=$(srcdir)/POTFILES.in \ + --copyright-holder='$(COPYRIGHT_HOLDER)' + test ! -f $(DOMAIN).po || { \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ + sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ + if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ + else \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + else \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + } + +$(srcdir)/$(DOMAIN).pot: + $(MAKE) $(DOMAIN).pot-update + +$(POFILES): $(srcdir)/$(DOMAIN).pot + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ + cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot + + +install: install-exec install-data +install-exec: +install-data: install-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + for file in $(DISTFILES.common); do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +install-data-no: all +install-data-yes: all + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ + fi; \ + done; \ + done + +install-strip: install + +installdirs: installdirs-exec installdirs-data +installdirs-exec: +installdirs-data: installdirs-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi +installdirs-data-no: +installdirs-data-yes: + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + fi; \ + done; \ + done + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: uninstall-exec uninstall-data +uninstall-exec: +uninstall-data: uninstall-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext"; then \ + for file in $(DISTFILES.common); do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +uninstall-data-no: +uninstall-data-yes: + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + done; \ + done + +check: all + +dvi info tags TAGS ID: + +mostlyclean: + rm -f remove-potcdate.sed + rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po + rm -fr *.o + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES *.mo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f $(GMOFILES) + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: + $(MAKE) update-po + @$(MAKE) dist2 +# This is a separate target because 'update-po' must be executed before. +dist2: $(DISTFILES) + dists="$(DISTFILES)"; \ + if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \ + if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ + for file in $$dists; do \ + if test -f $$file; then \ + cp -p $$file $(distdir); \ + else \ + cp -p $(srcdir)/$$file $(distdir); \ + fi; \ + done + +update-po: Makefile + $(MAKE) $(DOMAIN).pot-update + $(MAKE) $(UPDATEPOFILES) + $(MAKE) update-gmo + +# General rule for updating PO files. + +.nop.po-update: + @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ + cd $(srcdir); \ + if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +$(DUMMYPOFILES): + +update-gmo: Makefile $(GMOFILES) + @: + +Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ + $(SHELL) ./config.status + +force: + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..8b09f53 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,25 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..28f57e5 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,23 @@ +# List of source files containing translatable strings. +# Copyright (C) 2002 Free Software Foundation, Inc. + +ar.c +arscan.c +commands.c +dir.c +expand.c +file.c +function.c +getopt.c +implicit.c +job.c +main.c +misc.c +read.c +remake.c +remote-cstms.c +rule.c +signame.c +variable.c +vmsfunctions.c +vpath.c @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-09-02 18:21+02:00\n" "Last-Translator: Byrial Ole Jensen <byrial@image.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -47,31 +47,31 @@ msgstr "ber�r: Forkert returkode fra ar_member_touch p� '%s'" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module kunne ikke udtr�kke modulinformation, status = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control fejlede med status = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "kan ikke �bne biblioteket '%s' for at s�ge medlemmet '%s'" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Medlem '%s'%s: %ld byte ved %ld (/%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (navnet kan v�re forkortet)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Tidsstempel %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, modus = 0%o.\n" @@ -113,66 +113,70 @@ msgstr " (indbyggede):" msgid " (from `%s', line %lu):\n" msgstr " (fra '%s', linje %lu):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# Filkataloger\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Filkataloger\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: kunne ikke unders�ges med stat.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (n�gle %s, mtime %d): kunne ikke �bnes.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (enhed %d, inode [%d,%d,%d]): kunne ikke �bnes.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (enhed %ld, inode %ld): kunne ikke �bnes.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (n�gle %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (enhed %d, inode [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (enhed %ld, inode %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Ingen" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " filer, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "ingen" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " umuligheder" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " indtil videre." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " umuligheder i %u kataloger.\n" @@ -187,168 +191,183 @@ msgstr "Rekursiv variabel '%s' refererer (i sidste ende) til sig selv" msgid "warning: undefined variable `%.*s'" msgstr "advarsel: udefineret vaiabel '%.*s'" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "uafsluttet variabelreference" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Kommandoer var angivet for fil '%s' i %s:%lu," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "Kommandoer for fil '%s' blev fundet ved implicit regel-s�gning," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "men '%s' bliver nu anset som samme fil som '%s'." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "Kommandoer for '%s' vil blive ignoreret til fordel for dem til '%s'." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "kan ikke �ndre enkelt-kolon '%s' til dobbelt-kolon '%s'" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "kan ikke �ndre dobbelt-kolon '%s' til enkelt-kolon '%s'" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Sletter mellemfil '%s'" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Sletter mellemfil '%s'" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Tidsstempel i forkert omr�de; bruger %s" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "Aktuel tid" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Ikke et m�l:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# V�rdifuld fil (foruds�tning for .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Falsk m�l (foruds�tning for .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Kommandolinjem�l." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# En uangivet makefil, evt. en fra MAKEFILES." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Der er udf�rt implicit regels�gning." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Der er ikke udf�rt implicit regels�gning." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Implicit/statisk m�nsterstamme: '%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# Filen er en mellemfil." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Skaber ogs�:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# �ndringstid ikke tjekket." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# Filen findes ikke." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# Filen er meget gammel." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Sidst �ndret %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# Filen er blevet opdateret." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# Filen er ikke blevet opdateret." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Kommandoer udf�res nu (DETTE ER EN FEJL)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Kommandoer for afh�ngigheder udf�res nu (DETTE ER EN FEJL)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Opdateret med godt resultat." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Beh�ver opdatering (-q er sat)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Opdatering mislykkedes." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Ugyldig v�rdi i 'update_status'-felt!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Ugyldig v�rdi i 'command_state'-felt!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# Filer" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Filer" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# Ingen filer." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Ingen filer." -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u filer i %u hash-spande .\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u filer i %u hash-spande .\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# %.3f filer per spand i gennemsnit, maks. %u filer i en spand.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "ikke-numerisk f�rste argument til 'word'-funktionen" @@ -384,22 +403,22 @@ msgstr "CreatePipe() mislykkedes (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe(): process_init_fd() mislykkedes\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Afrydder midlertidig batchfil %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "Utilstr�kkeligt antal argumenter (%d) til funktionen '%s'" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Uimplementeret p� denne platform: funktion '%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "Uafsluttet kald til funktionen '%s'; manglende '%c'" @@ -424,19 +443,16 @@ msgstr "%s: tilvalg '%c%s' tillader ikke et argument\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s tilvalg '%s' kr�ver et argument\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: ikke genkendt tilvalg '--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: ikke genkendt tilvalg '%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -447,7 +463,6 @@ msgstr "%s: ulovligt tilvalg -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: ugyldigt tilvalg -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -558,164 +573,169 @@ msgstr "*** Venter p� uafsluttede job...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Levende barn 0x%08lx (%s), PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (eksternt)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "H�ster taberbarn 0x%08lx, PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "H�ster vinderbarn 0x%08lx, PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Afrydder midlertidig jobfil %s\n" # Mellemrum foran %s fjernet med vilje. -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Fjerner barn 0x%08lx, PID %ld%s fra k�de.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "write jobserver" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Frigav symbol for barn 0x%08lx (%s).\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() fejlede ved igangs�tning af proces (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\nTalte %d argumenter i fejlet igangs�tning\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"Talte %d argumenter i fejlet igangs�tning\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "S�tter barn 0x%08lx (%s), PID %ld%s i k�den.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Fik symbol for barn 0x%08lx (%s).\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "read jobs pipe" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "kan ikke gennemtvinge belastningsgr�nser p� dette styrestystem" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "kan ikke gennemtvinge belastningsgr�nse: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "intern fejl: '%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-advarsel, CTRL-Y vil efterlade underproces(ser).\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" -msgstr "-advarsel, du kan blive n�dt til at genetablere CTRL-Y-behandling fra DCL.\n" +msgstr "" +"-advarsel, du kan blive n�dt til at genetablere CTRL-Y-behandling fra DCL.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "BUILTIN [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "BUILTIN CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "BUILTIN RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Ukendt indbygget kommando '%s'\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Fejl, tom kommando\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (midlertidig fil)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Omdirigeret inddata from %s\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Omdirigeret fejl to %s\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Omdirigeret uddata til %s\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "Udf�rer i stedet %s\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Fejl ved spawn, %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make h�stede b�rne-pid %d, venter endnu p� pid %d\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Kommando ikke fundet" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s; Skalprogram ikke fundet" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL �ndret (var '%s', nu '%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Opretter midlertidig jobfil %s\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (linje %d) Forkert skal-kontekst (!unixy && !batch_mode_shell)\n" @@ -840,21 +860,21 @@ msgstr "Anse FIL som v�rende nyskabt" msgid "Warn when an undefined variable is referenced" msgstr "Advar n�r en udefineret variabel bruges" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "en tom streng er ugyldig som filnavn" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "ukendt fejls�gningsniveau-specifikation '%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: Interrupt/undtagelse fanget (kode = 0x%x, addr = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -869,169 +889,171 @@ msgstr "" "ExceptionFlags = %x\n" "ExceptionAddress = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Adgangskr�nkelse: skriveoperation p� adresse %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Adgangskr�nkelse: l�seoperation p� adresse %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell s�tter default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell stis�gning s�tter default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s er standset i 30 sekunder..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "udf�rt sleep(30). Forts�tter.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefil fra standard-ind er angivet to gange." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (midlertidig fil)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "Angiv ikke -j eller --jobs hvis sh.exe ikke er tilg�ngelig." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "S�tter make tilbage til enkelt job-tilstand." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Parallelle job (-j) er ikke underst�ttet p� denne platform." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "S�tter tilbage til enkelt job-tilstand (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "intern fejl: flere '--jobserver-fds'-tilvalg" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "intern fejl: ugyldig '--jobserver-fds'-streng '%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "advarsel: tvunget -jN i undermake: sl�r jobserver tilstand fra." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "dup jobserver" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "advarsel: jobserver ikke tilg�ngelig: bruger -j1. Tilf�j '+' til ophavsmakeregel." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"advarsel: jobserver ikke tilg�ngelig: bruger -j1. Tilf�j '+' til " +"ophavsmakeregel." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "oprettelse af jobledning" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "klarg�ring af jobserver-ledning" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Opdaterer makefiler....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "Makefilen '%s' f�r m�ske make til at g� i ring; genskaber den ikke.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Genskabelse af makefilen '%s' mislykkedes." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Inkluderet makefil '%s' blev ikke fundet." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Makefil '%s' blev ikke fundet." -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Kunne ikke skifte tilbage til det originale katalog." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Udf�rer igen:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (midlertidig fil): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Ingen angivne m�l og ingen makefil fundet" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Ingen m�l" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Opdaterer endem�l....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "advarsel: Fejl i urets tid opdaget. Din bygning kan v�re ukomplet." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Brug: %s [tilvalg] [m�l] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Tilvalg:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\nSend fejlmeldinger (p� engelsk) til <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"Send fejlmeldinger (p� engelsk) til <bug-make@gnu.org>.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "'-%c'-tilvalget kr�ver et positivt heltalligt argument" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1051,32 +1073,43 @@ msgstr "" "\n" # %s giver dato og klokkesl�t -#: main.c:2734 +#: main.c:2743 #, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Makedatabase, udskrevet %s" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Makedatabase, udskrevet %s" # %s giver dato og klokkesl�t -#: main.c:2743 +#: main.c:2752 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Afsluttet makedatabase %s\n" - -#: main.c:2798 -msgid "Entering" -msgstr "G�r til" +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Afsluttet makedatabase %s\n" -#: main.c:2798 -msgid "Leaving" -msgstr "Forlader" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "et ukendt katalog" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "et ukendt katalog" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "katalog '%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "katalog '%s'\n" #: misc.c:308 @@ -1088,22 +1121,32 @@ msgstr ". Stop.\n" msgid "Unknown error %d" msgstr "Ukendt fejl %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "virtuel hukommelse opbrugt" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s_access: bruger %lu (reelt %lu), gruppe %lu (reelt %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Init" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "L�ser makefiler...\n" @@ -1137,7 +1180,7 @@ msgstr "Ugyldig syntaks i betingelse" msgid "extraneous `endef'" msgstr "fremmed 'endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "tomt variabelnavn" @@ -1154,10 +1197,6 @@ msgstr "ugyldigt 'override'-direktiv" msgid "no file name for `%sinclude'" msgstr "intet filnavn for '%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "kommandoer begynder f�r det f�rste m�l" @@ -1166,8 +1205,6 @@ msgstr "kommandoer begynder f�r det f�rste m�l" msgid "missing rule before commands" msgstr "manglende regel f�r kommandoer" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1186,6 +1223,7 @@ msgid "multiple target patterns" msgstr "flere m�lm�nstre" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "m�lm�nster indeholder ingen '%%'" @@ -1197,7 +1235,6 @@ msgstr "manglende 'endif'" msgid "Extraneous text after `endef' directive" msgstr "Fremmed tekst efter 'endef'-direktiv" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "manglende 'endef', uafsluttet 'define'" @@ -1220,50 +1257,45 @@ msgstr "kun �n 'else' per betingelse" msgid "Malformed per-target variable definition" msgstr "Misdannet per-m�l variabeldefinition" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "blandede implicitte og statiske m�nsterregler" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "blandede implicitte og normale regler" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "m�l '%s' passer ikke til m�lm�nstret" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "m�l '%s' efterlader foruds�tningsm�nstret tomt" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "m�lfil '%s' har b�de :- og ::-angivelser" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "target '%s' optr�der mere end �n gang i samme regel." -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "advarsel: tilsides�tter kommandoer for m�l '%s'" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "advarsel: ignorerer gamle kommadoer for m�l '%s'" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "advarsel: NUL-tegn set; resten af linjen ignoreres" @@ -1312,141 +1344,175 @@ msgstr "Opdatering af fil '%s' afsluttet.\n" msgid "File `%s' does not exist.\n" msgstr "Filen '%s' findes ikke.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Fandt en implicit regel for '%s'.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Ingen implicit regel for '%s' fundet.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Bruger standardkommandoer for '%s'.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "Cirkul�r %s <- %s afh�ngighed opgivet." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Afsluttet foruds�tningerne for m�lfil '%s'.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Foruds�tningerne for '%s' er ved at blive skabt.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Opgiver m�lfil '%s'.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "M�let '%s' ikke genskabt p� grund af fejl." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Foruds�tningen '%s' for m�let '%s' findes ikke.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "Foruds�tningen '%s' er nyere end m�let '%s'.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "Foruds�tningen '%s' er �ldre end m�let '%s'.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "M�let '%s' er med dobbelt-kolon og har ingen foruds�tninger.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "Ingen kommandoer til '%s' og ingen foruds�tninger er �ndrede.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Ingen grund til at genskabe m�let '%s'" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; bruger VPATH-navnet '%s'" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Skal genskabe m�let '%s'.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Ignorerer VPATH-navnet '%s'.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Kommandoer til '%s' er ved at blive udf�rt.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Genskabelse af m�lfil '%s' mislykkedes.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "M�lfil '%s' genskabt.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Med -q tr�nger m�lfilen '%s' til at blive genskabt.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sIngen regel til at skabe m�l '%s'%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%sIngen regel til at skabe m�l '%s' som beh�ves af '%s'%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "*** Advarsel: �ndringstiden for filen '%s' er i fremtiden (%s > %s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" msgstr "*** Advarsel: �ndringstiden for filen '%s' er i fremtiden (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS-element '%s' er ikke et m�nster" +# "remote job exportation interface to the Customs daemon": jeg aner ikke +# hvad der er tale om. I �vrigt ser remote-cstms.c for�ldet/ubrugt ud, og +# koden er ikke underst�ttet af GNU... +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customs kan ikke eksporteres: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Ingen implicitte regler." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# Ingen implicitte regler." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# Ingen implicitte regler." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u implicitte regler, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u implicitte regler, %u" #: rule.c:683 msgid " terminal." @@ -1458,17 +1524,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "FEJL: num_pattern_rules forkert! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# M�nsterspecifikke variabelv�rdier" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# M�nsterspecifikke variabelv�rdier" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# Ingen m�nsterspecifikke variabelv�rdier." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# Ingen m�nsterspecifikke variabelv�rdier." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u m�nsterspecifikke variabelv�rdier" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u m�nsterspecifikke variabelv�rdier" #: signame.c:97 msgid "unknown signal" @@ -1588,9 +1666,6 @@ msgstr "Virtuel tidsgr�nse overskredet" msgid "Profiling timer expired" msgstr "Profileringstiden udl�b" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Vinduet blev �ndret" @@ -1603,10 +1678,6 @@ msgstr "Forts�ttes" msgid "Urgent I/O condition" msgstr "Kritisk I/O-tilstand" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "I/O mulig" @@ -1635,60 +1706,78 @@ msgstr "Informationsforesp�rgsel" msgid "Floating point co-processor not available" msgstr "Flydendetalshj�lpeprocessor ikke tilg�ngelig" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "forvalgt" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "milj�" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "makefil" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "milj� med -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "kommandolinje" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "'override'-direktiv" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "automatisk" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (fra '%s', linje %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Ingen variabler." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u variabler i %u hash-spande.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# %.1f variabler per spand i gennemsnit, maks. %u i en spand.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# %d.%d variabler per spand i gennemsnit, maks. %u i en spand.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# Variabler\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Variabler\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search mislykkedes med %d\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# VPATH-s�gestier\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# VPATH-s�gestier\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1696,12 +1785,20 @@ msgstr "# Ingen 'vpath'-s�gestier" #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u 'vpath'-s�gestier.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u 'vpath'-s�gestier.\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# Ingen generel ('VPATH'-variabel) s�gesti." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Ingen generel ('VPATH'-variabel) s�gesti." #: vpath.c:581 msgid "" @@ -1713,15 +1810,8 @@ msgstr "" "# Generel ('VPATH'-variabel) s�gesti:\n" "# " -# "remote job exportation interface to the Customs daemon": jeg aner ikke -# hvad der er tale om. I �vrigt ser remote-cstms.c for�ldet/ubrugt ud, og -# koden er ikke underst�ttet af GNU... -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customs kan ikke eksporteres: %s\n" +#~ msgid "Entering" +#~ msgstr "G�r til" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search mislykkedes med %d\n" +#~ msgid "Leaving" +#~ msgstr "Forlader" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2002-04-19 14:25+0200\n" "Last-Translator: Karl Eichwalder <ke@suse.de>\n" "Language-Team: German <de@li.org>\n" @@ -59,35 +59,35 @@ msgstr "" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "�lbr$set_module� konnte keine Modulinformation auslesen; Status = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "�lbr$ini_control� schlug mit Status = %d fehl" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "" "Konnte die Bibliothek �%s� auf der Suche \n" "nach dem Eintrag �%s� nicht �ffnen" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "" "Eintrag �%s� %s: \n" "%ld Byte an Position %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (der Name ist m�glicherweise gek�rzt)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Datum %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " Nutzer-ID = %d, Gruppen-ID = %d, Modus = 0%o.\n" @@ -129,7 +129,7 @@ msgstr " (eingebaut):" msgid " (from `%s', line %lu):\n" msgstr " (aus �%s�, Zeile %lu):\n" -#: dir.c:912 +#: dir.c:913 msgid "" "\n" "# Directories\n" @@ -137,68 +137,68 @@ msgstr "" "\n" "# Verzeichnisse\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: Konnte den Status nicht feststellen.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "" "# %s ( Schl�ssel (key) %s, letzte �nderung (mtime) %d): \n" "Konnte nicht ge�ffnet werden.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "" "# %s (Ger�t %d, I-Knoten (inode) [%d,%d,%d]): \n" "Konnte nicht ge�ffnet werden.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "" "# %s (Ger�t %ld, I-Knoten (inode) %ld): \n" "Konnte nicht ge�ffnet werden.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (Schl�ssel (key) %s, letzte �nderung (mtime) %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (Ger�t %d, I-Knoten (inode) [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (Ger�t %ld, I-Knoten (inode) %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Keine" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " Dateien, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "keine" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " Unm�glichkeiten" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " bisher." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " Unm�glichkeiten in %u Verzeichnissen.\n" @@ -213,162 +213,166 @@ msgstr "Rekursive Variable �%s� referenziert sich (schlie�lich) selbst" msgid "warning: undefined variable `%.*s'" msgstr "Warnung: undefinierte Variable �%.*s�" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "Nicht abgeschlossene Variablenreferenz" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "" "Die Kommandos wurden f�r die Datei �%s� angegeben \n" "an der Stelle %s:%lu," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "" "Die Kommandos f�r die Datei �%s� wurden aufgrund \n" "der Suche nach impliziten Regeln gefunden," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "" "aber �%s� wird jetzt als dieselbe Datei \n" "wie �%s� betrachtet." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "" "Die Kommandos f�r �%s� werden ignoriert, \n" "die f�r �%s� werden bevorzugt." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "" "�%s� mit einfachem Doppelpunkt kann nicht in \n" "�%s� mit doppeltem Doppelpunkt ge�ndert werden" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "" "�%s� mit doppeltem Doppelpunkt kann nicht in \n" "�%s� mit einfachem Doppelpunkt ge�ndert werden" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** L�schen der Zwischendatei �%s�" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** L�schen der Zwischendatei �%s�" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Zeitstempel au�erhalb der Reihenfolge; %s wird ersetzt" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "Aktuelle Zeit" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Dies ist kein Ziel:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Wertvolle Datei (Voraussetzung von .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Vorget�uschtes Ziel (Voraussetzung von .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Kommandozeilen-Ziel (target)." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# Ein Standardwert oder MAKEFILES �make�-Steuerdatei." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Suche nach impliziten Regeln wurde durchgef�hrt." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Suche nach impliziten Regeln wurde nicht durchgef�hrt." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Ersetzung f�r implizites/statisches Muster: �%s�\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# Datei ist ein Zwischenschritt in den Abh�ngigkeiten." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Erzeugt au�erdem:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# Zeit der letzten �nderung wurde nicht �berpr�ft." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# Die Datei existiert nicht." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# Datei ist sehr alt." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Zuletzt ge�ndert %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# Datei wurde aktualisiert." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# Datei wurde nicht aktualisiert." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Derzeit laufende Befehle (DAS IST EIN BUG)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Derzeit laufende Befehle f�r Abh�ngigkeiten (DAS IST EIN BUG)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Erfolgreich aktualisiert." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Eine Aktualisierung ist notwendig (-q ist angegeben)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Aktualisierung fehlgeschlagen." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Ung�ltiger Wert in �update_status�-Eintrag!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Ung�ltiger Wert im �command_state�-Eintrag!" -#: file.c:763 +#: file.c:780 msgid "" "\n" "# Files" @@ -376,7 +380,7 @@ msgstr "" "\n" "# Dateien" -#: file.c:786 +#: file.c:803 msgid "" "\n" "# No files." @@ -384,7 +388,7 @@ msgstr "" "\n" "# Keine Dateien." -#: file.c:789 +#: file.c:806 #, c-format msgid "" "\n" @@ -393,14 +397,13 @@ msgstr "" "\n" "# %u Dateien zu %u hash-Werten.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "" "# durchschnittlich %.3f Dateien je hash-Wert,\n" "max. %u Dateien zu einem hash-Wert.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "Nicht-numerisches erstes Argument zur �word�-Funktion" @@ -436,22 +439,22 @@ msgstr "�CreatePipe()� schlug fehl (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() schlug fehl\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "L�sche tempor�re Stapelverarbeitungsdatei %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "Zuwenig Argumente (%d) f�r die Funktion �%s�" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Auf dieser Rechnerkonfiguration nicht implementiert: Funktion �%s�" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "Nicht beendeter Aufruf der Funktion �%s�: �%c� fehlt" @@ -476,19 +479,16 @@ msgstr "%s: Option �%c%s� erlaubt kein Argument\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: Option �%s� erfordert ein Argument\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: unerkannte Option �--%s�\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: unerkannte Option �%c%s�\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -499,7 +499,6 @@ msgstr "%s: unerlaubte Option -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: ung�ltige Option -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -610,45 +609,45 @@ msgstr "*** Warte auf noch nicht beendete Prozesse..." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Aktiver Kindprozess 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (entfernt)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Sammle erfolglosen Kindprozess 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Sammle erfolgreichen Kindprozess 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "L�sche tempor�re Stapelverarbeitungsdatei �%s�\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Entferne Kindprozess 0x%08lx PID %ld %s aus der Kette.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "Schreibe Job-Server" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Marke des Kindprozesses 0x%08lx PID (%s) freigegeben.\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "�process_easy()� konnte den Prozess nicht starten (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format msgid "" "\n" @@ -657,124 +656,124 @@ msgstr "" "\n" "%d Argumente geh�rten zum fehlgeschlagenen Prozessstart\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Nehme Kindprozess 0x%08lx (%s) PID %ld%s in die Kette auf.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Marke f�r den Kindprozess 0x%08lx (%s) erhalten.\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "Lese Pipe f�r die Jobs" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "" "Auf diesem Betriebssystem kann die Einhaltung\n" "der Lastbeschr�nkung nicht erzwungen werden" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "Lasteinschr�nkung kann nicht erzwungen werden: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "Interner Fehler: �%s� command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-Warnung: STRG-Y wird Unterprozesse �briglassen!\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-Warnung: Vielleicht m�ssen Sie STRG-Y aus DCL wieder erm�glichen.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "BUILTIN [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "BUILTIN CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "BUILTIN RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Unbekanntes eingebautes Kommando �%s�\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Fehler: Leere Anweisung\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (tempor�re Datei)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Datei %s auf Standardeingabe umgeleitet\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Fehlerausgabe nach %s umgeleitet\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Ausgabe nach %s umgeleitet\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "%s wird stattdessen ausgef�hrt\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Fehler beim Starten eines Kindprozesses, %d.\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "" "�make� registrierte die Beendigung des Kindprozesses mit ID %d,\n" "wartet jedoch noch auf den Prozess mit ID %d.\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Kommando nicht gefunden" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: Shell-Programm wurde nicht gefunden" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL gewechselt (war �%s�, ist �%s�)" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Erstelle tempor�re Stapelverarbeitungsdatei %s\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (Zeile %d) Falscher Shell-Kontext (!unixy && !batch_mode_shell)\n" @@ -903,23 +902,25 @@ msgstr "Die DATEI stets als neu betrachten" #: main.c:358 msgid "Warn when an undefined variable is referenced" -msgstr "Eine Warnung ausgeben, wenn eine undefinierte Variable referenziert wird" +msgstr "" +"Eine Warnung ausgeben, wenn eine undefinierte Variable referenziert wird" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "Eine leere Zeichenkette ist als Dateiname ung�ltig" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "Unbekanntes Debug-Level angegeben �%s�" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" -msgstr "%s: bekam Unterbrechung/Ausnahme signalisiert (Kode = 0x%x, Adr = 0x%x)\n" +msgstr "" +"%s: bekam Unterbrechung/Ausnahme signalisiert (Kode = 0x%x, Adr = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -935,164 +936,163 @@ msgstr "" "ExceptionFlags = %x\n" "ExceptionAddress = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Zugriffsverletzung: Schreiboperation an Adresse %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Zugriffsverletzung: Leseoperation an Adresse %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell setzt default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell Suchpfad gesetzt; default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s setzt f�r 30 Sekunden aus..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "�sleep(30)� ist abgeschlossen. Es geht weiter.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Das Makefile wurde zweimal �ber die Standardeingabe angegeben." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (tempor�re Datei)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "" "Wenn �sh.exe� nicht vorhanden ist, \n" "sollten Sie nicht �-j� oder �--jobs� angeben." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "�make� wird so umgestellt, dass nur ein Job laufen kann." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "" "Parallele Abarbeitung (-j) \n" "wird auf dieser Plattform nicht unterst�tzt." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Umstellung auf Einzel-Job-Verarbeitung (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "Interner Fehler: mehrfache --jobserver-fds Optionen" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "Interner Fehler: Falsche --jobserver-fds Angabe �%s�" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "" "Warnung: -jN in �make�-Verarbeitungszweig erzwungen: \n" "Jobserver-Modus nicht verf�gbar." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "Jobserver verdoppelt" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "Warnung: Kein Jobserver verf�gbar: setzen -j1. F�gen �+� zur Ursprungsregel hinzu." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"Warnung: Kein Jobserver verf�gbar: setzen -j1. F�gen �+� zur Ursprungsregel " +"hinzu." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "�ffnen der Pipe f�r die Jobs" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "Initialisierung der Pipe f�r den jobserver" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Aktualisiere �make�-Steuerdateien...\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "" "�make�-Steuerdatei �%s� k�nnte eine Schleife enthalten; \n" "es wird nicht neu erzeugt.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Konnte die �make�-Steuerdatei �%s� nicht neu erstellen." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Die eingebundene �make�-Steuerdatei �%s� wurde nicht gefunden." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Die �make�-Steuerdatei �%s� wurde nicht gefunden" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Konnte nicht in das urspr�ngliche Verzeichnis wechseln." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Erneute Ausf�hrung:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (tempor�re Datei): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Keine Targets angegeben und keine �make�-Steuerdatei gefunden" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Keine Targets" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Aktualisieren der Ziele...\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "" "Warnung: Mit der Uhr stimmt etwas nicht. \n" "Die Bearbeitung k�nnte unvollst�ndig sein." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Syntax: %s [Optionen] [Target] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Optionen:\n" -#: main.c:2163 +#: main.c:2173 msgid "" "\n" "Report bugs to <bug-make@gnu.org>.\n" @@ -1100,18 +1100,17 @@ msgstr "" "\n" "Fehlermeldungen an <bug-make@gnu.org>.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "Die Option �-%c� verlangt eine positive ganze Zahl als Argument" -#: main.c:2708 +#: main.c:2718 #, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1123,14 +1122,16 @@ msgstr "" "%sErstellt f�r %s\n" "%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99\n" "%s\tFree Software Foundation, Inc.\n" -"%sDies ist Freie Software; siehe die Programmquellen f�r Vervielf�ltigungsbedingungen.\n" -"%sEs gibt KEINE Gew�hrleistung; nicht einmal f�r VERMARKTUNG oder NUTZBARKEIT F�R EINEN\n" +"%sDies ist Freie Software; siehe die Programmquellen f�r " +"Vervielf�ltigungsbedingungen.\n" +"%sEs gibt KEINE Gew�hrleistung; nicht einmal f�r VERMARKTUNG oder " +"NUTZBARKEIT F�R EINEN\n" "%sBESONDEREN ZWECK.\n" "\n" "%sFehlermeldungen an <bug-make@gnu.org>.\n" "\n" -#: main.c:2734 +#: main.c:2743 #, c-format msgid "" "\n" @@ -1139,7 +1140,7 @@ msgstr "" "\n" "# �Make�-Datenbank, ausgegeben zur Zeit %s" -#: main.c:2743 +#: main.c:2752 #, c-format msgid "" "\n" @@ -1148,24 +1149,26 @@ msgstr "" "\n" "# �Make�-Datenbank beendet zur Zeit %s\n" -# !!! Attention: concatenated with the following messages!!! -#: main.c:2798 -msgid "Entering" -msgstr "Wechsel in das Verzeichnis" - -# !!! Attention: concatenated with the following messages!!! -#: main.c:2798 -msgid "Leaving" -msgstr "Verlassen des Verzeichnisses" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "ein unbekanntes Verzeichnis" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "ein unbekanntes Verzeichnis" # !!! Attention: concatenated with the previous messages!!! -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "�%s�\n" + +# !!! Attention: concatenated with the previous messages!!! +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "�%s�\n" #: misc.c:308 @@ -1177,22 +1180,33 @@ msgstr ". Schluss.\n" msgid "Unknown error %d" msgstr "Unbekannter Fehler %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "Der virtuelle Speicher ist verbraucht" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" -msgstr "%s Zugriff: Nutzer %lu (tats�chlich %lu), Gruppe %lu (tats�chlich %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" +msgstr "" +"%s Zugriff: Nutzer %lu (tats�chlich %lu), Gruppe %lu (tats�chlich %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Initialisiert" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Lese �make�-Steuerdateien ...\n" @@ -1226,7 +1240,7 @@ msgstr "Ung�ltige Syntax in der Bedingung" msgid "extraneous `endef'" msgstr "�berfl�ssiges �endef�" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "Leerer Variablenname" @@ -1243,10 +1257,6 @@ msgstr "Ung�ltige �override�-Anweisung" msgid "no file name for `%sinclude'" msgstr "Kein Dateiname f�r �%sinclude�" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "Kommandos beginnen vor dem ersten Target" @@ -1255,8 +1265,6 @@ msgstr "Kommandos beginnen vor dem ersten Target" msgid "missing rule before commands" msgstr "Es fehlt eine Regel vor den Kommandos" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1275,6 +1283,7 @@ msgid "multiple target patterns" msgstr "Mehrfache Target-Muster" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "Target-Muster enth�lt kein �%%�" @@ -1286,7 +1295,6 @@ msgstr "Fehlendes �endif�" msgid "Extraneous text after `endef' directive" msgstr "�berfl�ssiger Text nach einer �endef�-Anweisung" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "Fehlendes �endef�, nicht abgeschlossenes �define�" @@ -1309,50 +1317,45 @@ msgstr "Es ist nur ein �else� je Verzweigung erlaubt" msgid "Malformed per-target variable definition" msgstr "Falsche Ziel-bezogene Variablendefinition" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "Implizite und statische Muster-Regel vermischt" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "Implizite und normale Regel vermischt" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "Target �%s� passt nicht zum Target-Muster" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "Target �%s� l�sst Voraussetzungs-Muster leer" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "Target �%s� enth�lt sowohl �:� als auch �::� Eintr�ge" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "Target �%s� steht mehrfach in derselben Regel." -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "Warnung: �berschreibe die Kommandos f�r das Target �%s�" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "Warnung: Ignoriere alte Kommandos f�r das Target �%s�" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "Warnung: NUL-Zeichen gelesen; der Rest der Zeile wird ignoriert" @@ -1403,141 +1406,164 @@ msgstr "Aktualisierung der Datei �%s� beendet.\n" msgid "File `%s' does not exist.\n" msgstr "Die Datei �%s� existiert nicht.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Eine implizite Regel f�r �%s� gefunden.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Keine implizite Regel f�r �%s� gefunden.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Verwende die Standard-Kommandos f�r �%s�.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "Zirkul�re Datei %s <- %s Abh�ngigkeit wird nicht verwendet." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Fertig mit den Voraussetzungen f�r die Ziel-Datei �%s�.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Die Voraussetzungen von �%s� werden fertiggestellt.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Die Arbeit an der Target-Datei �%s� wurde aufgegeben.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "Das Target �%s� wurde wegen Fehlern nicht aktualisiert." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "" "Die Datei �%s�, Voraussetzung f�r das Ziel �%s�, \n" "existiert nicht.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "Die Datei �%s� ist j�nger als das davon abh�ngige Ziel �%s�.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "Die Datei �%s� ist �lter als das davon abh�ngige Ziel �%s�.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "" "Das Ziel �%s� hat einen doppelten Doppelpunkt \n" "und keine Voraussetzungen.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "" "Kein Kommando f�r �%s� und keine Voraussetzung \n" "wurde tats�chlich ver�ndert.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Es ist nicht notwendig, das Target �%s� neu zu erzeugen" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; benutze VPATH-Name �%s�" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Das Target �%s� muss neu erzeugt werden.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Ignoriere VPATH-Name �%s�.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Die Kommandos von �%s� werden gerade ausgef�hrt.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Fehler beim Aktualisieren der Target-Datei �%s�.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Die Target-Datei �%s� wurde erfolgreich aktualisiert.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Target �%s� muss bei -q aktualisiert werden.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sKeine Regel, um �%s� zu erstellen%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "" "%sKeine Regel vorhanden, um das Target �%s�, \n" " ben�tigt von �%s�, zu erstellen%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" msgstr "*** Warnung: Datei �%s� hat �nderungszeit aus der Zukunft (%s > %s)!" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "*** Warnung: Datei �%s� hat �nderungszeit aus der Zukunft (%s > %s)!" + +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS Element `%s' ist kein Muster" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customs wird nicht exportieren: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Keine impliziten Regeln vorhanden." + #: rule.c:671 msgid "" "\n" @@ -1705,9 +1731,6 @@ msgstr "Virtueller Timer erloschen" msgid "Profiling timer expired" msgstr "Profiling Timer erloschen" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Fenster hat sich ver�ndert" @@ -1720,10 +1743,6 @@ msgstr "Fortgesetzt" msgid "Urgent I/O condition" msgstr "Dringende I/O-Bedingung" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "I/O m�glich" @@ -1752,54 +1771,59 @@ msgstr "Informationsanforderung" msgid "Floating point co-processor not available" msgstr "Es ist kein Koprozessor f�r Flie�kommaoperationen vorhanden" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "Standard" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "Umgebung" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "Makefile" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "Umgebung per -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "Kommandozeile" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "�override�-Anweisung" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "automatisch" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (aus �%s�, Zeile %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Keine Variablen vorhanden." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u Variablen f�r %u hash-Werte.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# Durchschnittlich %.1f Variablen pro Wert, max %u je Wert.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# Durchschnittlich %d.%d Variablen pro Wert, max %u je Wert.\n" -#: variable.c:1195 +#: variable.c:1173 msgid "" "\n" "# Variables\n" @@ -1807,6 +1831,11 @@ msgstr "" "\n" "# Variablen\n" +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "�sys$search� schlug mit %d fehl\n" + #: vpath.c:553 msgid "" "\n" @@ -1846,15 +1875,13 @@ msgstr "" "# Allgemeiner (Variable �VPATH�) Suchpfad:\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customs wird nicht exportieren: %s\n" +# !!! Attention: concatenated with the following messages!!! +#~ msgid "Entering" +#~ msgstr "Wechsel in das Verzeichnis" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "�sys$search� schlug mit %d fehl\n" +# !!! Attention: concatenated with the following messages!!! +#~ msgid "Leaving" +#~ msgstr "Verlassen des Verzeichnisses" #~ msgid "the `word' function takes a positive index argument" #~ msgstr "Die �word�-Funktion erwartet als Argument einen positiven Index" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-12-28 12:24+0100\n" "Last-Translator: Max de Mendiz�bal <max@upn.mx>\n" "Language-Team: Spanish <es@li.org>\n" @@ -57,33 +57,34 @@ msgstr "touch: C�digo de retorno err�neo de ar_member_touch en `%s'" #: arscan.c:71 #, c-format msgid "lbr$set_module failed to extract module info, status = %d" -msgstr "fallo en lbr$set_module para extraer la informaci�n del m�dulo, estado = %d" +msgstr "" +"fallo en lbr$set_module para extraer la informaci�n del m�dulo, estado = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "fallo en lbr$ini_control con estado = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "Error al abrir la biblioteca `%s' para buscar al elemento `%s'" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Miembro `%s'%s: %ld bytes en %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (el nombre puede estar truncado)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Fecha %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, modo = 0%o.\n" @@ -95,12 +96,15 @@ msgstr "*** Break.\n" #: commands.c:486 #, c-format msgid "*** [%s] Archive member `%s' may be bogus; not deleted" -msgstr "*** [%s] Miembro de archivo `%s' podr�a estar incorrecto; aunque no se elimina" +msgstr "" +"*** [%s] Miembro de archivo `%s' podr�a estar incorrecto; aunque no se " +"elimina" #: commands.c:489 #, c-format msgid "*** Archive member `%s' may be bogus; not deleted" -msgstr "*** Miembro del archivo `%s' podr�a estar incorrecto; aunque no se elimina" +msgstr "" +"*** Miembro del archivo `%s' podr�a estar incorrecto; aunque no se elimina" # Propongo un cambio en el tiempo verbal: Se borra el archivo temporal. sv # Ok. mm @@ -129,11 +133,15 @@ msgstr " (interconstruido):" msgid " (from `%s', line %lu):\n" msgstr " (de `%s', linea %lu):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# Directorios\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Directorios\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: podr�a no estar establecido.\n" @@ -141,64 +149,65 @@ msgstr "# %s: podr�a no estar establecido.\n" # �No sobrar�a el "posiblemente"? # Propongo dejarlo en " no se pudo abrir ". sv # Ok. Es consistente con otras traducciones. mm -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (llave %s, mtime %d): no se pudo abrir.\n" # En el K & R aparece inode traducido como nodo-i. �qu� te parece? sv # Bien. Me gusta con el guioncito. mm -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" -msgstr "# %s (dispositivo %d, nodo-i [%d,%d,%d]): posiblemente no se pueda abrir.\n" +msgstr "" +"# %s (dispositivo %d, nodo-i [%d,%d,%d]): posiblemente no se pueda abrir.\n" # �No sobrar�a el "posiblemente"? # Propongo dejarlo en " no se pudo abrir ". sv # Ok. Es consistente con otras traducciones. mm -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (dispositivo %ld, nodo-i %ld): no se pudo abrir.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (llave %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (dispositivo %d, nodo-i [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (dispositivo %ld, nodo-i %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "No" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " archivos, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "no" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " imposibilidades" # �"So far" no era "hasta ahora"? (no me hagas mucho caso) sv # Si tu traducci�n es mejor. Aceptada. mm -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " hasta ahora." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " imposibilidades en %u directorios.\n" @@ -227,26 +236,27 @@ msgstr "atenci�n: la variable `%.*s' no ha sido definida" # No me gusta nada ( lo siento ) # � Qu� tal : La referencia a una variable est� sin terminar em+ # Creo que tienes raz�n la voz pasiva es muy desagradable. mm. -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "la referencia a la variable est� sin terminar" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Las instrucciones fueron especificadas para el archivo `%s' en %s:%lu," # Buscando en las legras impl�citas em+ # Utilic� por b�squeda en para evitar el gerundio. mm -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," -msgstr "Las instrucciones para el archivo `%s' se encontraron por b�squeda en reglas impl�citas," +msgstr "" +"Las instrucciones para el archivo `%s' se encontraron por b�squeda en reglas " +"impl�citas," # "now" es "ahora". �te lo has comido consciente o inconscientemente? sv # inconscientemente. mm -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "pero `%s' se considera ahora como el mismo archivo que `%s'." @@ -255,48 +265,57 @@ msgstr "pero `%s' se considera ahora como el mismo archivo que `%s'." # "To ignore" *no* es ignorar. sv # Propongo "no ser�n tenidas en cuenta" a falta de algo mejor. # Ok. Mi necedad sobrepasa el milenio. mm -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." -msgstr "Las instrucciones para `%s' no ser�n tenidas en cuenta en favor de las que est�n en `%s'." +msgstr "" +"Las instrucciones para `%s' no ser�n tenidas en cuenta en favor de las que " +"est�n en `%s'." # Me suena que eso de colon es algo as� como punto, dos puntos o punto y coma. # �Podr�as comprobarlo? sv # Es un punto sencillo (.). A ver si te gusta mi propuesta. mm -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "no se puede cambiar un punto (.) `%s' por dos puntos (:) `%s'" # Lo mismo. sv -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "no se pueden cambiar dos puntos (:) `%s' por un punto (.) `%s'" # Propongo un cambio en el tiempo verbal: Se borra el archivo temporal. sv # Ok. mm -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Se borra el archivo temporal `%s'" -#: file.c:576 +# Propongo un cambio en el tiempo verbal: Se borra el archivo temporal. sv +# Ok. mm +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Se borra el archivo temporal `%s'" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Fecha fuera de intervalo; sustituy�ndola %s" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "Hora actual" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# No es un objetivo:" # Pondr�a: es una dependencia de em+ # Si, tienes raz�n. mm -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Archivo valioso (es una dependencia de .PRECIOUS)." @@ -308,7 +327,7 @@ msgstr "# Archivo valioso (es una dependencia de .PRECIOUS)." # No. Incondicional no es una traducci�n correcta. Que tal si al rato # se les ocurre hacer una nueva instrucci�n .INCONDITIONAL. # Si quieres podr�amos pensar en otra traducci�n como se�uelo o algo as�. mm -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# objetivo falso (dependencia de .PHONY)." @@ -319,7 +338,7 @@ msgstr "# objetivo falso (dependencia de .PHONY)." # Est�n traduciendo commands como comandos? Son m�s bien ordenes o # instrucciones. Por mi parte no hay problema, incluso me gusta m�s # comandos, pero es un anglicismo. mm -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Objetivo de l�nea de instrucciones." @@ -331,7 +350,7 @@ msgstr "# Objetivo de l�nea de instrucciones." # As� pues tu traducci�n es completamente equivocada, lo siento. # Pondr�a: Fichero por defecto o definido en la variable MAKEFILE em+ # Cierto, lo has entendido bien. Arreglo acorde. mm -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# Archivo por defecto o definido en la variable MAKEFILE." @@ -339,7 +358,7 @@ msgstr "# Archivo por defecto o definido en la variable MAKEFILE." # Ok. Es m�s literal. mm # Atenci�n ! , es la b�squeda 'de'reglas impl�citas em+ # Ok. Ojo, debo pluralizar regla e impl�cita. Platicarlo con Ulrich. mm -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# La b�squeda de reglas impl�citas ha sido efectuada." @@ -347,22 +366,22 @@ msgstr "# La b�squeda de reglas impl�citas ha sido efectuada." # Ok. Es m�s literal. mm # Atenci�n ! , es la b�squeda 'de'reglas impl�citas em+ # Ok. Ojo, debo pluralizar regla e impl�cita. Platicarlo con Ulrich. mm -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# La b�squeda de reglas impl�citas ha sido efectuada." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# rama del patr�n impl�cita/est�tica: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# El archivo es una dependencia intermedia." # Sugerencia: "crea". sv # Ok. Aunque, viendolo bien, que tal "hace"? mm. -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Tambi�n hace:" @@ -370,50 +389,52 @@ msgstr "# Tambi�n hace:" # Ok. Mejora. mm # No pondr�a nunca, sino simplemente 'no se comprob� 'em+ # Si, es lo mismo pero es m�s espa�ol. mm -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# La fecha de modificaci�n no se comprob�." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# El archivo no existe." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# El archivo es muy viejo." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# �ltima modificaci�n %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# El archivo ha sido actualizado." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# El archivo ha sido actualizado." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Las instrucciones siguen ejecut�ndose (ESTO ES UN BUG)." # �No ser�a m�s bien "las instrucciones de las dependencias"? sv # Si, que babas soy. Ahora corrijo. mm -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." -msgstr "# Las instrucciones de las dependencias siguen ejecut�ndose (ESTO ES UN BUG)." +msgstr "" +"# Las instrucciones de las dependencias siguen ejecut�ndose (ESTO ES UN " +"BUG)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Actualizado con �xito." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Necesita ser actualizado (la opci�n -q est� activa)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Fallo al ser actualizado." @@ -421,25 +442,33 @@ msgstr "# Fallo al ser actualizado." # Gracias. No lo puse porque no se como poner ese s�mbolo con el # iso-accents-mode y luego se me olvid�. Por cierto, como se hace? # tambi�n tengo duda de la interrogaci�n abierta. -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# �Valor inv�lido en el miembro `update_status'!" # ## Lo mismo. -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# �Valor inv�lido en el miembro `command_state'!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# Archivos" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Archivos" # Esto habr�a que revisarlo. sv # En efecto, hab�a que revisarlo, no es n�mero de archivos # sino que no hay archivos. mm -#: file.c:786 -msgid "\n# No files." -msgstr "\n# No hay archivos." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# No hay archivos." # Sugerencia: hash buckets -> `hash buckets' # (al menos hasta que sepamos lo que es, creo que me sali� algo parecido @@ -449,17 +478,21 @@ msgstr "\n# No hay archivos." # para guardar all� la informaci�n "hasheada". En otras palabras es el # tama�o de las entradas de �ndice hash. Claro como el lodo? # Finalmente, ok. Por ahora no traducimos hasta ponernos de acuerdo. -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u archivos en %u `hash buckets'.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u archivos en %u `hash buckets'.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" -msgstr "# promedio de %.3f archivos por `bucket', max %u archivos en un `bucket'.\n" +msgstr "" +"# promedio de %.3f archivos por `bucket', max %u archivos en un `bucket'.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "el primer argumento de la funci�n `word' no es num�rico" @@ -495,22 +528,22 @@ msgstr "Fallo en CreatePipe(), (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): fallo en process_init_fd()\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Limpiando el archivo temporal %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "N�mero de argumentos (%d) insuficientes para la funci�n `%s'" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "No implementado en esta plataforma: funci�n `%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "la llamada a la funci�n `%s' no concluy�: falta `%c'" @@ -539,19 +572,16 @@ msgstr "%s: la opci�n `%c%s' no admite ning�n argumento\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: la opci�n `%s' requiere un argumento\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: opci�n no reconocida `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: opci�n no reconocida `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -562,7 +592,6 @@ msgstr "%s: opci�n inv�lida -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: opci�n inv�lida -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -741,129 +770,133 @@ msgstr "*** Se espera a que terminen otras tareas...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Hijo activo 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (remoto)" # Lo mismo, pon Proceso hijo, y quita lo que hay # entre par�ntesis em+ -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Se pierde al proceso hijo descarriado 0x%08lx PID %ld %s\n" # Lo mismo, pon Proceso hijo, y quita lo que hay # entre par�ntesis em+ -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Se gana al proceso hijo descarriado 0x%08lx PID %ld %s\n" # Give up no es enfocar, es abandonar, o desistir em+ # Si, met� la pata. mm -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Se limpia el archivo temporal %s\n" # Proceso hijo em+ # Ok. -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Se elimina al proceso hijo 0x%08lx PID %ld %s de la cadena.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "escribir en el servidor de tareas" # Lo mismo, pon Proceso hijo, y quita lo que hay # entre par�ntesis em+ -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Se libera el token para el proceso hijo 0x%08lx (%s).\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "fallo en process_easy() al lanzar el proceso (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\nSe contaron %d argumentos en el lanzamiento fallido\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"Se contaron %d argumentos en el lanzamiento fallido\n" # Proceso hijo em+ # Ok. -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Se pone al proceso hijo 0x%08lx (%s) PID %ld%s en la cadena.\n" # Lo mismo, pon Proceso hijo, y quita lo que hay # entre par�ntesis em+ -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Se obtiene el token para el proceso hijo 0x%08lx (%s).\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "tuber�a de trabajos le�dos" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "no se pueden forzar los l�mites de carga en este sistema operativo" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "no se puede forzar la carga l�mite: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "error interno: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-atenci�n, CTRL-Y dejar� vivos a los subprocesos.\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-atenci�n, deber�s rehabilitar el manejo del CTRL-Y desde el DCL.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "INTERCONSTRUIDO [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "CD INTERCONSTRUIDO %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "RM INTERCONSTRUIDO %s\n" # Por defecto, como haces arriba em+ # en efecto, mm -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Instrucci�n interconstruida desconocida `%s'.\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Error, comando vac�o\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (archivo temporal)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Entrada redirigida desde %s\n" @@ -877,34 +910,34 @@ msgstr "Entrada redirigida desde %s\n" # else # printf ("%s[%u]: %s ", program, makelevel, message); # Como notar�s lo del directorio va en otro lado. -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Se redirecciona el error a %s\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Salida redirigida a %s\n" # "en sustituto" me suena muy raro. Propongo: "en su lugar" en su lugar :-) sv # Ok. mm -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "En su lugar, se ejecuta %s\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Error al lanzar el proceso %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "hacer un hijo descarriado %d, a�n esperando el pid %d\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: No se encontr� el programa" @@ -915,25 +948,26 @@ msgstr "%s: No se encontr� el programa" # yo pensaria que me falta un programa en mi sistema que se # llame shell. No se ha encontrado el 'shell'em+ # Es bueno contar con una segunda opini�n ... mm -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: No se ha encontrado el `shell'" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL ha cambiado (era `%s' y ahora es `%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Se crea el archivo temporal %s\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" -msgstr "%s (linea %d) Contexto de shell err�neo (!unixy && !batch_mode_shell)\n" +msgstr "" +"%s (linea %d) Contexto de shell err�neo (!unixy && !batch_mode_shell)\n" # Lo mismo de arriba con "ignorar". sv # Ok. mm. @@ -1120,21 +1154,22 @@ msgstr "Considera al ARCHIVO siempre como nuevo" msgid "Warn when an undefined variable is referenced" msgstr "Advierte cuando se hace una referencia a una variable no definida" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "no se permite que una cadena vac�a sea el nombre de un archivo" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "se especific� un nivel de depuraci�n desconocido `%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" -msgstr "%s: Se atrap� una interrupci�n/excepci�n (c�digo = 0x%x, direcci�n = 0x%x)\n" +msgstr "" +"%s: Se atrap� una interrupci�n/excepci�n (c�digo = 0x%x, direcci�n = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -1149,91 +1184,98 @@ msgstr "" "Banderas de excepci�n %x\n" "Direcci�n de la excepci�n %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Violaci�n de acceso: operaci�n de escritura en la direcci�n %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Violaci�n de acceso: operaci�n de lectura en la direcci�n %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "la variable find_and_set_shell puesta como default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" -msgstr "la ruta de b�squeda find_and_set_shell est� puesta como default_shell = %s\n" +msgstr "" +"la ruta de b�squeda find_and_set_shell est� puesta como default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s est� suspendida por 30 segundos..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "se hizo un sleep(30). Continuando.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." -msgstr "El archivo Makefile ha sido especificado dos veces desde la entrada est�ndard" +msgstr "" +"El archivo Makefile ha sido especificado dos veces desde la entrada est�ndard" -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (archivo temporal)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "No especifique -j o --jobs si sh.exe no est� disponible." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "Reajustando a make para el modo monotarea." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Los trabajos en paralelo (-j) no est�n soportados en esta plataforma." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Reajustando al modo monotarea (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "error interno: hay varias opciones --jobserver-fds" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "error interno: cadena --jobserver-fds inv�lida `%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." -msgstr "atenci�n: se fuerza a -jN en el submake: se deshabilita el modo de servidor de tareas." +msgstr "" +"atenci�n: se fuerza a -jN en el submake: se deshabilita el modo de servidor " +"de tareas." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "servidor de tareas duplicado" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "atenci�n: el servidor de tareas no est� disponible: se utilizar� -j1. A�ada `+' a la regla padre del make." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"atenci�n: el servidor de tareas no est� disponible: se utilizar� -j1. A�ada `" +"+' a la regla padre del make." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "creando una tuber�a de trabajos" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "se inicializa la tuber�a al servidor de tareas" # Antes pusiste "makefiles". Coherencia. sv # Cierto. mm -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Actualizando archivos makefiles....\n" @@ -1243,97 +1285,98 @@ msgstr "Actualizando archivos makefiles....\n" # Pondr�a ( como en un mensaje anterior ) se autoreferencia ... em+ # He puesto makefile con min�sculas , par ser coherentes em+ # Ok. Es m�s breve. mm. -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "El makefile `%s' se autoreferencia; por lo cual no se reconstruye.\n" # Lo mismo. sv -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Fallo al reconstruir el makefile `%s'." # Lo mismo. sv -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "No se encontr� el makefile inclu�do `%s'." # Lo mismo. sv -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "No se encontr� el Makefile `%s'" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "No se pudo regresar al directorio original." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Re-ejecutando:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (archivo temporal)" # Sugerencia: "No se especific� ning�n objetivo ... " sv # Ok. Me gusta. mm -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "No se especific� ning�n objetivo y no se encontr� ning�n makefile" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "No hay objetivos" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Actualizando los objetivos finales....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." -msgstr "atenci�n: Se ha detectado una desviaci�n en el reloj. La construcci�n podr�a estar incompleta." +msgstr "" +"atenci�n: Se ha detectado una desviaci�n en el reloj. La construcci�n podr�a " +"estar incompleta." # �Y Modo de empleo? sv # Soy medio bestia. Deber�a hacerlo autom�tico. mm # "target" es "objetivo", no "objetivos". F�jate que lleva puntos # suspensivos, permitiendo as� varios objetivos. sv # Ok. mm -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Modo de empleo: %s [opciones] [objetivo] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Opciones:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\nReporte los errores a <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"Reporte los errores a <bug-make@gnu.org>.\n" # Me comer�a el "de" de "requiere de" sv # Ok. mm -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "la opci�n `-%c' requiere un argumento positivo y entero" # De esto hablaremos otro d�a. sv # Si. Es bastante complicado. mm -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1345,47 +1388,45 @@ msgstr "" "%sConstruido para %s\n" "%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" "%s\\tFree Software Foundation, Inc.\n" -"%sEste es software libre; consulte en el c�digo fuente las condiciones de copia.\n" +"%sEste es software libre; consulte en el c�digo fuente las condiciones de " +"copia.\n" "%sNO hay garant�a; ni siquiera para MERCANTIBILIDAD o EL CUMPLIMIENTO DE\n" "%sALG�N PROP�SITO PARTICULAR.\n" "\n" "%sReporte los errores a <bug-make@gnu.org>.\n" "\n" -#: main.c:2734 +#: main.c:2743 #, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Base de datos del Make, mostrada en %s" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Base de datos del Make, mostrada en %s" # make -> Make. sv # Ok. mm # Porqu� 'del', o pones 'del programa' Make o pones # 'de Make' em+ # Ok. mm -#: main.c:2743 +#: main.c:2752 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Se termina la base de datos de Make en %s\n" - -# "Entrando en el" (f�jate que esto lo dice cuando entra en un directorio). -# Habr�a que ver c�mo queda. sv -# Ver nota m�s adelante. mm -# Cambiando a , me pareceria mucho mejor em+ -# En efecto. mm -#: main.c:2798 -msgid "Entering" -msgstr "Cambiando a" +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Se termina la base de datos de Make en %s\n" -# "Dejando el", "Abandonando el". sv -# Que tal "saliendo"? mm -# Prefiero 'abandonando' , o 'saliendo de' em+ -# Que tal saliendo? mm -#: main.c:2798 -msgid "Leaving" -msgstr "Saliendo" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "un directorio desconocido" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "un directorio desconocido" # Probablemente sea aqu� donde haya que ponerle el "el" para que "Entering" @@ -1397,9 +1438,23 @@ msgstr "un directorio desconocido" # else # printf ("%s[%u]: %s ", program, makelevel, message); # Como notar�s lo del directorio va en otro lado. -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "directorio `%s'\n" + +# Probablemente sea aqu� donde haya que ponerle el "el" para que "Entering" +# concuerde bien con esta frase y con la anterior simult�neamente. sv +# No. Ya revis� el fuente y transcribo el trozo pertinente: +# char *message = entering ? "Entering" : "Leaving"; +# if (makelevel == 0) +# printf ("%s: %s ", program, message); +# else +# printf ("%s[%u]: %s ", program, makelevel, message); +# Como notar�s lo del directorio va en otro lado. +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "directorio `%s'\n" # Interrumpido (?). sv @@ -1417,22 +1472,32 @@ msgstr "Error desconocido %d" # Propongo eliminar la palabra virtual. sv # Pero si es muy bonita. :) Bueno. Como ya platicamos puede que sea # una buena idea pero, por ahora la dejar�a. mm -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "memoria virtual agotada" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s acceso: usuario %lu (real %lu), grupo %lu (real %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Inicializado" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + # Sugerencia: eliminar la palabra "archivo". sv # Ok. Mejora. mm #: read.c:153 @@ -1470,7 +1535,7 @@ msgstr "sintaxis no v�lida en condicional" msgid "extraneous `endef'" msgstr "el `endef' es irrelevante o est� mal colocado" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "nombre de variable vac�o" @@ -1492,10 +1557,6 @@ msgstr "directiva de sobreposici�n `override' inv�lida" msgid "no file name for `%sinclude'" msgstr "no hay un nombre de archivo para `%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "las instrucciones comenzaron antes del primer objetivo" @@ -1509,8 +1570,6 @@ msgstr "las instrucciones comenzaron antes del primer objetivo" msgid "missing rule before commands" msgstr "falta una regla antes de las instrucciones" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1529,6 +1588,7 @@ msgid "multiple target patterns" msgstr "hay varios patrones de objetivos" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "el patr�n de objetivo no contiene `%%'" @@ -1538,9 +1598,9 @@ msgstr "falta un `endif'" #: read.c:1126 msgid "Extraneous text after `endef' directive" -msgstr "Hay un texto irrelevante o mal colocado despu�s de la instrucci�n `endef'" +msgstr "" +"Hay un texto irrelevante o mal colocado despu�s de la instrucci�n `endef'" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "falta un `endef', no se termin� un `define'" @@ -1563,34 +1623,34 @@ msgstr "s�lo se admite un `else' por condicional" msgid "Malformed per-target variable definition" msgstr "Definici�n de variables del pre-blanco mal constuida" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "las reglas impl�citas y las de patr�n est�tico est�n mezcladas" # Y 'las' normales em+ # Ok. mm -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "las reglas impl�citas y las normales est�n mezcladas" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "el archivo de objetivos `%s' no coincide con el patr�n de objetivos" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "El objetivo `%s' deja a los patrones de dependencias vac�os" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "el archivo de objetivos `%s' tiene l�neas con : y ::" # Cambiar�a given por 'proporcion�' o 'indic�' em+ # Ok. mm -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "el objetivo `%s' se proporcion� m�s de una vez en la misma regla." @@ -1599,23 +1659,18 @@ msgstr "el objetivo `%s' se proporcion� m�s de una vez en la misma regla." # si encaja mejor alguna de las dos que se proponen arriba # em+ # Aunque no me acaba de convencer, que te parece �sto? mm -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "atenci�n: se imponen comandos para el objetivo `%s'" # Ojo con ignora. sv -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "atenci�n: se ignoran las instrucciones viejas para el objetivo `%s'" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "atenci�n: hay un car�cter NUL; se ignora el resto de la l�nea" @@ -1676,26 +1731,32 @@ msgstr "Se termin� de actualizar el archivo `%s'.\n" msgid "File `%s' does not exist.\n" msgstr "El archivo `%s' no existe.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Se encontr� una regla impl�cita para `%s'.\n" # Se ha encontrado em+ # Ok, pero procuro evitar como a la muerte los gerundios. mm -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "No se ha encontrado una regla impl�cita para `%s'.\n" # Por defecto, como haces arriba em+ # en efecto, mm -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Se utilizan las instrucciones por defecto para `%s'.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "Se elimina la dependencia circular %s <- %s." @@ -1703,63 +1764,63 @@ msgstr "Se elimina la dependencia circular %s <- %s." # Lo mismo de antes con "target file". sv # Estoy de acuerdo con �l ( por una vez ;) ) em+ # Ok. mm -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Se terminaron las dependencias del archivo objetivo `%s'.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Se est�n construyendo las dependencias de `%s'.\n" # Give up no es enfocar, es abandonar, o desistir em+ # Si, met� la pata. mm -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Se abandona el archivo objetivo `%s'.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "Debido a los errores, el objetivo `%s' no se reconstruy�." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "La dependencia `%s' del blanco `%s' no existe.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "La dependencia `%s' es m�s reciente que el objetivo `%s'.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "La dependencia `%s' es posterior al objetivo `%s'.\n" # Ahorra espacio, y pon '::' en vez de eso :) em+ # Bueno, no es mala idea. A ver si te gusta lo que puse. mm -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "" "El objetivo `%s' es de tipo dos puntos dos veces (::)\n" "y no tiene dependencias.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "No hay instrucciones para `%s' y ninguna dependencia cambi�.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "No es necesario reconstruir el objetivo `%s'." -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; se usa el nombre del VPATH `%s'" @@ -1767,17 +1828,17 @@ msgstr "; se usa el nombre del VPATH `%s'" # Revisa todo el po con un search, y mira a ver si decides usar # regenerar o reconstruir ( prefiero lo �ltimo 10000 veces ) em+ # Ok, buena propuesta. mm -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Se debe reconstruir el objetivo `%s'.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Se ignora el nombre del VPATH `%s'.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Las instrucciones de `%s' se est�n ejecutando.\n" @@ -1785,59 +1846,102 @@ msgstr "Las instrucciones de `%s' se est�n ejecutando.\n" # Target file no es archivo de objetivos, sino el archivo objetivo # make no tiene ning�n archivo de objetivos em+ # Ok. mm -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Fallo al reconstruir el archivo objetivo `%s'.\n" # Lo mismo em+ # Ok. mm -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Se reconstruy� con �xito el archivo objetivo `%s'.\n" # Otra vez em+ # Ok, no te puedes quejar de falta de consistencia en este caso! mm -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Se necesita reconstruir el archivo objetivo `%s' con la opci�n -q.\n" # Sugerencia: No hay ninguna regla... sv # Como una no hay ninguna. mm -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sNo hay ninguna regla para construir el objetivo `%s'%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" -msgstr "%sNo hay ninguna regla para construir el objetivo `%s', necesario para `%s'%s" +msgstr "" +"%sNo hay ninguna regla para construir el objetivo `%s', necesario para `%s'%s" # Ubicada :)) , que tal futura, a secas ? em+ # Bueno, sonaba como StarTrek, muy chido, pero acepto tu sugerencia. mm -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" -msgstr "*** Atenci�n: El archivo `%s' tiene una fecha de modificaci�n futura (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "" +"*** Atenci�n: El archivo `%s' tiene una fecha de modificaci�n futura (%s > %" +"s)" + +# Ubicada :)) , que tal futura, a secas ? em+ +# Bueno, sonaba como StarTrek, muy chido, pero acepto tu sugerencia. mm +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "" +"*** Atenci�n: El archivo `%s' tiene una fecha de modificaci�n futura (%s > %" +"s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr "El elemento .LIBPATTERNS `%s' no es un patr�n" +# �Las aduanas? sv +# Si, las aduanas de exportaci�n de procesos. Suena rar�simo pero +# revis� el c�digo y todo parece apuntar a que as� son las cosas. +# Creo que esto es otra cosa. Custom se refiere a los valores dados +# por el usuario ( customizables ) , y que no se exportar�n se refiere +# a que al llamar a otros makefiles, no ser�n pasados como valores +# que se antepongan ( otro t�rmino para override ) a los que make +# tiene por defecto . +# La traducci�n exacta por tanto es, los valores definidos por el usuario +# no se exportar�n em+ +# Much�simo m�s claro (es m�s me gusta m�s en espa�ol que en ingl�s con tu +# arreglo) mm +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Los valores definidos por el usuario no se exportar�n: %s\n" + +#: rule.c:656 +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Reglas impl�citas." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# No hay reglas impl�citas." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# No hay reglas impl�citas." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u reglas impl�citas, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u reglas impl�citas, %u" #: rule.c:683 msgid " terminal." @@ -1853,17 +1957,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "BUG: �num_pattern_rules err�neo! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# Valores de variables espec�ficas al patr�n" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# Valores de variables espec�ficas al patr�n" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# No hay valores de variables espec�ficas al patr�n." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# No hay valores de variables espec�ficas al patr�n." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u valores de variables espec�ficas al patr�n" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u valores de variables espec�ficas al patr�n" #: signame.c:97 msgid "unknown signal" @@ -2033,9 +2149,6 @@ msgstr "El contador de tiempo virtual ha expirado" msgid "Profiling timer expired" msgstr "El contador de tiempo para la generaci�n del perfil ha expirado" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "La ventana ha cambiado" @@ -2048,10 +2161,6 @@ msgstr "Continuado" msgid "Urgent I/O condition" msgstr "Condici�n urgente de I/O" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "Posible I/O" @@ -2080,46 +2189,51 @@ msgstr "Petici�n de informaci�n" msgid "Floating point co-processor not available" msgstr "Coprocesador de punto flotante no disponible" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "por defecto" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "entorno" # Sugerencia: No poner archivo. sv # Ok. mm -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "makefile" # 'bajo -e' = 'con -e activo' em+ # Ok. Esta inversi�n en los idiomas sajones se pega. mm -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "con -e activo" # L�nea de comandos me parece correcto em+ # Ver arriba. Estoy de acuerdo si as� han traducido en otros lados. mm -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "l�nea de instrucciones" # Creo que tendremos un problema con instrucci�n, comando # , programa y directiva . Est� claro que aqu� es directiva em+ # Ok, pero no deja de sonar a RoboCop. A ver que te parece como qued�. mm -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "directiva de sobreposici�n `override'" # Lo he cmabiado em+ # Ok. Deber�amos platicarlo con Ulrich. mm -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "autom�tica/o" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (de `%s', linea %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# No hay variables." @@ -2128,30 +2242,43 @@ msgstr "# No hay variables." # Estos mensajes son para debug, no creo que haga falta usar cubetas ;) em+ # Tienes raz�n, si el debugueador no lo entiende pues, ... que se # dedique a otra cosa. mm -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# hay %u variables en %u `hash buckets�.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# promedio de %.1f variables por `bucket', m�x %u en un `bucket'.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# promedio de %d.%d variables por `bucket', m�x %u en un `bucket'.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# Variables\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Variables\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "fallo en sys$search con %d\n" # �Y al rev�s?: Rutas de b�squeda VPATH. sv # Mejora #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# Rutas de b�squeda VPATH\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# Rutas de b�squeda VPATH\n" # Rutas creo que queda mejor. sv # Ok. Es m�s com�n. mm @@ -2163,12 +2290,20 @@ msgstr "# No hay rutas de b�squeda `vpath'." # You really got me! mm #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u rutas de b�squeda `vpath'.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u rutas de b�squeda `vpath'.\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# No hay ruta de b�squeda general (variable `VPATH')." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# No hay ruta de b�squeda general (variable `VPATH')." #: vpath.c:581 msgid "" @@ -2180,27 +2315,20 @@ msgstr "" "# Ruta de b�squeda general (variable `VPATH'):\n" "# " -# �Las aduanas? sv -# Si, las aduanas de exportaci�n de procesos. Suena rar�simo pero -# revis� el c�digo y todo parece apuntar a que as� son las cosas. -# Creo que esto es otra cosa. Custom se refiere a los valores dados -# por el usuario ( customizables ) , y que no se exportar�n se refiere -# a que al llamar a otros makefiles, no ser�n pasados como valores -# que se antepongan ( otro t�rmino para override ) a los que make -# tiene por defecto . -# La traducci�n exacta por tanto es, los valores definidos por el usuario -# no se exportar�n em+ -# Much�simo m�s claro (es m�s me gusta m�s en espa�ol que en ingl�s con tu -# arreglo) mm -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Los valores definidos por el usuario no se exportar�n: %s\n" +# "Entrando en el" (f�jate que esto lo dice cuando entra en un directorio). +# Habr�a que ver c�mo queda. sv +# Ver nota m�s adelante. mm +# Cambiando a , me pareceria mucho mejor em+ +# En efecto. mm +#~ msgid "Entering" +#~ msgstr "Cambiando a" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "fallo en sys$search con %d\n" +# "Dejando el", "Abandonando el". sv +# Que tal "saliendo"? mm +# Prefiero 'abandonando' , o 'saliendo de' em+ +# Que tal saliendo? mm +#~ msgid "Leaving" +#~ msgstr "Saliendo" #~ msgid "Error in lbr$ini_control, %d\n" #~ msgstr "Error en lbr$ini_control, %d\n" @@ -2226,21 +2354,21 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "file" #~ msgstr "archivo" -#~ # � crees sinceramente que esto lo puede entender alguien ? em+ -#~ # � qu� tal ? con preferencia sobre el entorno em+ -#~ # No, est� en AIX, ahora lo arreglo. mm +# � crees sinceramente que esto lo puede entender alguien ? em+ +# � qu� tal ? con preferencia sobre el entorno em+ +# No, est� en AIX, ahora lo arreglo. mm #~ msgid "environment override" #~ msgstr "con preferencia sobre el entorno" -#~ # Habra que compilar esto inmediatamente e instalar -#~ # el .po a ver que es esto em+ -#~ # No se puede por ahora pues make no ha sido internacionalizado a�n. -#~ # Ser� una de las primeras cosas que haga en cuanto se pueda. mm +# Habra que compilar esto inmediatamente e instalar +# el .po a ver que es esto em+ +# No se puede por ahora pues make no ha sido internacionalizado a�n. +# Ser� una de las primeras cosas que haga en cuanto se pueda. mm #~ msgid "override" #~ msgstr "sobreposici�n" -#~ # Sugerencia: Borrar el "de" en "requiere de ..." sv -#~ # Perd�n, siempre se me v� a pesar de haberlo discutido un buen rato. mm +# Sugerencia: Borrar el "de" en "requiere de ..." sv +# Perd�n, siempre se me v� a pesar de haberlo discutido un buen rato. mm #~ msgid "the `word' function takes a one-origin index argument" #~ msgstr "la funci�n `word' requiere un argumento indexado de tipo origen-uno" @@ -2259,16 +2387,16 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "intermediate" #~ msgstr "intermedia" -#~ # Preferir�a mil veces "sin efecto" o algo parecido. sv -#~ # Ok. Hab�amos quedado en `no tiene efecto'. mm +# Preferir�a mil veces "sin efecto" o algo parecido. sv +# Ok. Hab�amos quedado en `no tiene efecto'. mm #~ msgid " (ignored)" #~ msgstr " (no tiene efecto)" -#~ # Protestar al autor. No hay forma de poner trabajo(s) desconocido(s) -#~ # con coherencia. sv -#~ # Si, si no tienen identificado a su padre. Ni modo. mm -#~ # Pongo /s em+ -#~ # Ok. mm +# Protestar al autor. No hay forma de poner trabajo(s) desconocido(s) +# con coherencia. sv +# Si, si no tienen identificado a su padre. Ni modo. mm +# Pongo /s em+ +# Ok. mm #~ msgid "Unknown%s job %d" #~ msgstr "Trabajo%s desconocido/s %d" @@ -2284,9 +2412,9 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "winning" #~ msgstr "se gana" -#~ # No me gusta como queda as�. -#~ # Sugerencia: "%sGNU Make versi�n %s" sv -#~ # Aceptada. mm +# No me gusta como queda as�. +# Sugerencia: "%sGNU Make versi�n %s" sv +# Aceptada. mm #~ msgid "%sGNU Make version %s" #~ msgstr "%sGNU Make versi�n %s" @@ -2311,8 +2439,8 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "older" #~ msgstr "m�s antigua" -#~ # Sugerencia: `socket' sv -#~ # Ok. mm +# Sugerencia: `socket' sv +# Ok. mm #~ msgid "exporting: Couldn't create return socket." #~ msgstr "exportando: No se puede crear el `socket' de regreso." @@ -2325,9 +2453,6 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "Job exported to %s ID %u\n" #~ msgstr "El trabajo ha sido exportado a %s ID %u\n" -#~ msgid "\n# Implicit Rules" -#~ msgstr "\n# Reglas impl�citas." - #~ msgid "Error getting load average" #~ msgstr "Error al obtener la carga promedio" @@ -2340,9 +2465,9 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "15-minute: %f " #~ msgstr "15-minutos: %f " -#~ # argv-elements -> elementos argv. sv -#~ # (A poco C que sepas, sabr�s lo que es). -#~ # Algunos si, algunos no. Pero tienes raz�n. mm +# argv-elements -> elementos argv. sv +# (A poco C que sepas, sabr�s lo que es). +# Algunos si, algunos no. Pero tienes raz�n. mm #~ msgid "digits occur in two different argv-elements.\n" #~ msgstr "los d�gitos est�n en dos elementos argv distintos.\n" @@ -2355,22 +2480,22 @@ msgstr "fallo en sys$search con %d\n" #~ msgid "option b\n" #~ msgstr "opci�n b\n" -#~ # Sugerencia: La opci�n c tiene el valor `%s' -#~ # Hay un mensaje id�ntico en hello. sv -#~ # Me gusta mucho. mm +# Sugerencia: La opci�n c tiene el valor `%s' +# Hay un mensaje id�ntico en hello. sv +# Me gusta mucho. mm #~ msgid "option c with value `%s'\n" #~ msgstr "La opci�n c tiene el valor `%s'\n" #~ msgid "?? getopt returned character code 0%o ??\n" #~ msgstr "?? getopt() regres� un c�racter con c�digo 0%o ??\n" -#~ # Elementos ARGV que no son opciones: sv -#~ # Ok. mm. -#~ # Esto es: -#~ # Elementos de ARGV 'que' no son opciones: -#~ # pero tambien es un mensaje de debug del propio make, asi -#~ # que no me preocupa ( no aparecer� a usuarios normales de make ) em+ -#~ # Bueno, pero de todas formas se corrige. mm +# Elementos ARGV que no son opciones: sv +# Ok. mm. +# Esto es: +# Elementos de ARGV 'que' no son opciones: +# pero tambien es un mensaje de debug del propio make, asi +# que no me preocupa ( no aparecer� a usuarios normales de make ) em+ +# Bueno, pero de todas formas se corrige. mm #~ msgid "non-option ARGV-elements: " #~ msgstr "los elementos ARGV que no son opciones: " @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2002-03-17 20:00-0500\n" "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -49,31 +49,31 @@ msgstr "touch: Mauvais code de retour de ar_member_touch pour � %s �" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module en �chec lors de l'extraction du module info, �tat = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control en �chec avec l'�tat = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "ne peut ouvrir la librairie %s pour y rep�rer le membre � %s �" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Membre � %s �%s: %ld octets a %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (le nom peut �tre tronqu�)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Date %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, mode = 0%o.\n" @@ -85,7 +85,8 @@ msgstr "*** Break.\n" #: commands.c:486 #, c-format msgid "*** [%s] Archive member `%s' may be bogus; not deleted" -msgstr "*** [%s] membre d'archive � %s � peut �tre corrompu; n'a pas �t� d�truit" +msgstr "" +"*** [%s] membre d'archive � %s � peut �tre corrompu; n'a pas �t� d�truit" #: commands.c:489 #, c-format @@ -115,7 +116,7 @@ msgstr " (commande interne):" msgid " (from `%s', line %lu):\n" msgstr " (de � %s �, ligne %lu):\n" -#: dir.c:912 +#: dir.c:913 msgid "" "\n" "# Directories\n" @@ -123,62 +124,62 @@ msgstr "" "\n" "# R�pertoires\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s : statut indisponible.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (cl� %s, mtime %d): n'a pu �tre ouvert.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (p�riph�rique %d, inode [%d,%d,%d]) : n'a pas pu �tre ouvert.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (p�riph�rique %ld, inode %ld) : n'a pas pu �tre ouvert.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (p�riph�rique %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (p�riph�rique %d, inode [%d,%d,%d]) : " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (p�riph�rique %ld, inode %ld) : " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Pas de" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " fichiers, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "non" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " impossibilit�s" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " jusqu'ici." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " impossibilit�s dans %u r�pertoires.\n" @@ -193,150 +194,164 @@ msgstr "La variable r�cursive � %s � se r�f�rence elle-m�me (finalement)" msgid "warning: undefined variable `%.*s'" msgstr "attention : variable ind�finie � %.*s �" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "r�f�rence incompl�te � une variable" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Les commandes pour le fichier � %s � ont �t� sp�cifi�es � %s:%lu," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," -msgstr "Les commandes pour le fichier � %s � ont �t� trouv�es par une recherche de r�gle implicite," +msgstr "" +"Les commandes pour le fichier � %s � ont �t� trouv�es par une recherche de " +"r�gle implicite," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." -msgstr "mais � %s � est maintenant consid�r� comme �tant le m�me fichier que � %s �." +msgstr "" +"mais � %s � est maintenant consid�r� comme �tant le m�me fichier que � %s �." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." -msgstr "Les commandes pour � %s � seront ignor�es en faveur de celles pour � %s �." +msgstr "" +"Les commandes pour � %s � seront ignor�es en faveur de celles pour � %s �." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" -msgstr "impossible de renommer le simple deux-points � %s � en double deux-points � %s �" +msgstr "" +"impossible de renommer le simple deux-points � %s � en double deux-points � %" +"s �" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" -msgstr "impossible de renommer le double deux-points � %s � en simple deux-points � %s �" +msgstr "" +"impossible de renommer le double deux-points � %s � en simple deux-points � %" +"s �" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Suppression du fichier interm�diaire � %s �" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Suppression du fichier interm�diaire � %s �" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: tampon date-heure hors gamme; substitution par %s" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "Heure courante" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Pas une cible :" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Fichier pr�cieux (d�pendance de .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Cible factice (d�pendance de .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Cible provenant de la ligne de commande." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." -msgstr "# Une valeur par d�faut ou sp�cifi�e dans la variable d'environnement MAKEFILES." +msgstr "" +"# Une valeur par d�faut ou sp�cifi�e dans la variable d'environnement " +"MAKEFILES." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Recherche de r�gle implicite effectu�e." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Recherche de r�gle implicite n'a pas �t� effectu�e." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Pr�fixe de sch�ma implicite/statique : � %s �\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# Ce fichier est une d�pendance interm�diaire." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Fabrique �galement :" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# Heure de modification jamais v�rifi�e." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# Fichier inexistant." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# Fichier tr�s �g�." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Derni�re modification %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# Fichier a �t� mis � jour." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# Fichier n'a pas �t� mis � jour." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Commandes en cours d'ex�cution (CECI EST UN BUG)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Commandes de d�pendances en cours d'ex�cution (CECI EST UN BUG)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Mise � jour r�ussie" -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# A besoin d'�tre mis � jour (l'option -q est activ�e)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# N'a pas pu �tre mis � jour." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Valeur non valable dans le membre � update_status � !" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Valeur non valable dans le membre � command_state � !" -#: file.c:763 +#: file.c:780 msgid "" "\n" "# Files" @@ -344,7 +359,7 @@ msgstr "" "\n" "# Fichiers" -#: file.c:786 +#: file.c:803 msgid "" "\n" "# No files." @@ -352,7 +367,7 @@ msgstr "" "\n" "# Pas de fichiers." -#: file.c:789 +#: file.c:806 #, c-format msgid "" "\n" @@ -361,12 +376,13 @@ msgstr "" "\n" "# %u fichiers dans %u tables de hachage.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" -msgstr "# moyenne de %.3f fichiers par table, maximum de %u fichiers dans une table.\n" +msgstr "" +"# moyenne de %.3f fichiers par table, maximum de %u fichiers dans une " +"table.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "premier argument de la fonction � word � non num�rique" @@ -402,22 +418,22 @@ msgstr "CreatePipe() en �chec (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe(): process_init_fd() en �chec\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Nettoyage du fichier temporaire %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "nombre insuffisant d'argument (%d) de la fonction � %s �" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Non implant� sur cette plate-forme: fonction � %s �" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "appel � la fonction � %s � non termin� : � %c � manquant" @@ -442,19 +458,16 @@ msgstr "%s : l'option � %c%s � ne prend pas d'argument\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s : l'option � %s � n�cessite un argument\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s : option non reconnue � --%s �\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s : option non reconnue � %c%s �\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -465,7 +478,6 @@ msgstr "%s : option ill�gale -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s : option invalide -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -578,45 +590,47 @@ msgstr "*** Attente des t�ches non termin�es...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Processus fils actif 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (distant)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" -msgstr "R�cup�ration du statut de sortie du processus fils 0x%08lx PID %ld %s\n" +msgstr "" +"R�cup�ration du statut de sortie du processus fils 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" -msgstr "R�cup�ration du statut de sortie du processus fils 0x%08lx PID %ld %s\n" +msgstr "" +"R�cup�ration du statut de sortie du processus fils 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Nettoyage du fichier temporaire %s\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Suppression du processus fils 0x%08lx PID %ld %s de la cha�ne.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "�criture vers le serveur de t�ches" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Rel�che du jeton du processus fils 0x%08lx (%s).\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() en �chec du lancement du processus (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format msgid "" "\n" @@ -625,123 +639,125 @@ msgstr "" "\n" "D�nombr� %d arguments lors du lancement en �chec\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Ajout du processus fils 0x%08lx (%s) PID %ld%s � la cha�ne.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Obtention d'un jeton pour le processus fils 0x%08lx (%s).\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "lecture des pipes des processus" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" -msgstr "impossible d'imposer des limites de charge sur ce syst�me d'exploitation" +msgstr "" +"impossible d'imposer des limites de charge sur ce syst�me d'exploitation" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "impossible d'imposer des limites de charge : " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "erreur interne : � %s � command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-warning, CTRL-Y laissera les sous-processsus.\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-warning, vous devrez r�-activier par CTRL-Y le traitement par DCL.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "Commande interne [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "Commande interne CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "Commande internr RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Utilisation des commandes internes � %s �\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Erreur, commande vide\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (fichier temporaire)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Redirection de l'entr�e de %s\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Erreur redirig�e vers %s\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Redirection de la sortie vers %s\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "Ex�cution de %s � la place\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Erreur de lancement de t�che, %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make a r�cup�r� le processus fils pid %d, en attente du pid %d\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s : commande introuvable" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s : interpr�teur de commandes introuvable" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL a �t� modifi� (�tait � %s �, et maintenant est � %s �)" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Cr�ation d'un fichier temporaire %s\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" -msgstr "%s (ligne %d) contexte erron� d'interpr�teur (!unixy && !batch_mode_shell)\n" +msgstr "" +"%s (ligne %d) contexte erron� d'interpr�teur (!unixy && !batch_mode_shell)\n" #: main.c:259 msgid "Ignored for compatibility" @@ -773,7 +789,8 @@ msgstr "Suspension de processus pour permettre au d�boggeur de se rattacher" #: main.c:277 msgid "Environment variables override makefiles" -msgstr "Les variables d'environnement �crasent celles d�finies dans les makefiles" +msgstr "" +"Les variables d'environnement �crasent celles d�finies dans les makefiles" #: main.c:279 main.c:320 main.c:354 msgid "FILE" @@ -797,7 +814,9 @@ msgstr "Recherche les makefiles inclus dans DIRECTORY" #: main.c:294 msgid "Allow N jobs at once; infinite jobs with no arg" -msgstr "Autorise N t�ches simultan�es ; nombre de t�ches infini si utilis� sans argument" +msgstr "" +"Autorise N t�ches simultan�es ; nombre de t�ches infini si utilis� sans " +"argument" #: main.c:301 msgid "Keep going when some targets can't be made" @@ -821,7 +840,9 @@ msgstr "Affiche la base de donn�es interne de make" #: main.c:327 msgid "Run no commands; exit status says if up to date" -msgstr "N'ex�cute pas de commandes ; le statut de sortie indique si la cible est � jour" +msgstr "" +"N'ex�cute pas de commandes ; le statut de sortie indique si la cible est � " +"jour" #: main.c:330 msgid "Disable the built-in implicit rules" @@ -829,7 +850,8 @@ msgstr "D�sactive les r�gles implicites internes" #: main.c:333 msgid "Disable the built-in variable settings" -msgstr "D�sactive les variables d'initialisation des r�gles implicites internes" +msgstr "" +"D�sactive les variables d'initialisation des r�gles implicites internes" #: main.c:336 msgid "Don't echo commands" @@ -863,21 +885,22 @@ msgstr "Consid�re FILE comme �tant infiniment r�cent" msgid "Warn when an undefined variable is referenced" msgstr "Pr�vient quand une variable non d�finie est r�f�renc�e" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "une cha�ne vide n'est pas un nom de fichier valable" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "niveau de d�bug inconnu � %s �" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" -msgstr "%s: interception de l'Interruption/Exception (code = 0x%x, addr = 0x%x)\n" +msgstr "" +"%s: interception de l'Interruption/Exception (code = 0x%x, addr = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -892,154 +915,160 @@ msgstr "" "ExceptionFlags = %x\n" "ExceptionAddress = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Violation d'acc�s: op�ration d'�criture � l'adresse %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Violoation d'acc�s: op�ration de lecture � l'adresse %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell initialis� aux param�tres default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" -msgstr "find_and_set_shell chemin de recherche initialis� aux param�tres default_shell = %s\n" +msgstr "" +"find_and_set_shell chemin de recherche initialis� aux param�tres " +"default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s est suspendu pour 30 secondes..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sommeil termin�(30). Poursuite.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefile depuis l'entr�e stadnard sp�cifi� deux fois." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (fichier temporaire)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "Ne pas sp�cifier -j ou --jobs si sh.exe n'est pas disponible." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "R�initialisation de make en mode de traitement simple des t�ches." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." -msgstr "Les t�ches en parall�le (-j) ne sont pas support�es sur cette plate-forme." +msgstr "" +"Les t�ches en parall�le (-j) ne sont pas support�es sur cette plate-forme." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "R�initialisation en mode simple de traitement des t�ches (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "erreur interne: options multiple de --jobserver-fds" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "erreur interne: cha�ne � %s � invalide dans --jobserver-fds" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." -msgstr "AVERTISSEMENT: -jN forc� dans submake: d�sactivation du mode serveur de taches." +msgstr "" +"AVERTISSEMENT: -jN forc� dans submake: d�sactivation du mode serveur de " +"taches." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "duplication par dup du serveur de t�ches" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "AVERTISSEMENT: serveur de t�ches n'est pas disponible: utilisation de -j1. Ajouter � + � � la r�gle parent du make." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"AVERTISSEMENT: serveur de t�ches n'est pas disponible: utilisation de -j1. " +"Ajouter � + � � la r�gle parent du make." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "cr�ation des pipes pour les t�ches" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "initialisation du pipe du serveur de t�ches" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Mise � jour des makefiles....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "Le makefile � %s � peut boucler ; pas de refabrication.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "�chec de refabrication du makefile � %s �." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Le makefile inclus � %s � n'a pas �t� trouv�." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Le makefile � %s � n'a pas �t� trouv�" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Impossible de revenir dans le r�pertoire d'origine." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "R�-ex�cution de :" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (fichier temporaire):" -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Pas de cibles sp�cifi�es et aucun makefile n'a �t� trouv�" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Pas de cibles" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Mise � jour des cibles vis�es....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." -msgstr "AVERTISSEMENT: changement d'horloge d�tect�. La construction peut �tre incompl�te." +msgstr "" +"AVERTISSEMENT: changement d'horloge d�tect�. La construction peut �tre " +"incompl�te." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Usage : %s [options] [cible] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Options:\n" -#: main.c:2163 +#: main.c:2173 msgid "" "\n" "Report bugs to <bug-make@gnu.org>.\n" @@ -1047,18 +1076,17 @@ msgstr "" "\n" "Rapporter toutes anomalies � <bug-make@gnu.org>.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "l'option � -%c � prend en argument un entier positif" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1077,7 +1105,7 @@ msgstr "" "%sRapporter toutes anomalies � <bug-make@gnu.org>.\n" "\n" -#: main.c:2734 +#: main.c:2743 #, c-format msgid "" "\n" @@ -1086,7 +1114,7 @@ msgstr "" "\n" "# Base de donn�es de Make, imprim�e le %s" -#: main.c:2743 +#: main.c:2752 #, c-format msgid "" "\n" @@ -1095,21 +1123,24 @@ msgstr "" "\n" "# Fin de la base de donn�es de Make le %s\n" -#: main.c:2798 -msgid "Entering" -msgstr "Entre dans" - -#: main.c:2798 -msgid "Leaving" -msgstr "Quitte" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "un r�pertoire inconnu" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "un r�pertoire inconnu" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "le r�pertoire � %s �\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "le r�pertoire � %s �\n" #: misc.c:308 @@ -1121,22 +1152,32 @@ msgstr ". Arr�t.\n" msgid "Unknown error %d" msgstr "Erreur inconnue %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "plus assez de m�moire virtuelle" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "Acc�s %s : utilisateur %lu (re�l %lu), groupe %lu (r�el %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "initialis�" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Lecture des makefiles...\n" @@ -1170,7 +1211,7 @@ msgstr "syntaxe invalide dans la condition" msgid "extraneous `endef'" msgstr "� endef � superflu" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "nom de variable vide" @@ -1187,10 +1228,6 @@ msgstr "directive � override � invalide" msgid "no file name for `%sinclude'" msgstr "pas de nom de fichier pour � %sinclude �" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "les commandes commencent avant la premi�re cible" @@ -1199,8 +1236,6 @@ msgstr "les commandes commencent avant la premi�re cible" msgid "missing rule before commands" msgstr "r�gle manquante avant les commandes" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1219,6 +1254,7 @@ msgid "multiple target patterns" msgstr "sch�mas de cible multiples" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "le sch�ma de cible ne contient pas � %% �" @@ -1230,7 +1266,6 @@ msgstr "� endif � manquant" msgid "Extraneous text after `endef' directive" msgstr "Texte superflu apr�s la directive � endef �" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "� endef � manquant, � define � non termin�" @@ -1253,50 +1288,45 @@ msgstr "un seul � else � par condition" msgid "Malformed per-target variable definition" msgstr "D�finition de variable par cible mal-compos�e" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "m�lange de sch�mas de r�gles implicites et statiques" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "m�lange de r�gles implicites et normales" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "la cible � %s � ne correspond pas au sch�ma de cible" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "la cible � %s � a laiss� un sch�ma de d�pendance vide" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "le fichier cible � %s � a � la fois des entr�es : et ::" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "la cible � %s � appara�t plus d'une fois dans la m�me r�gle." -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "attention : �crasement des commandes pour la cible � %s �" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "attention : anciennes commandes ignor�es pour la cible � %s �" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "attention : caract�re NUL d�tect� ; le reste de la ligne est ignor�" @@ -1345,133 +1375,160 @@ msgstr "Fin de la mise � jour du fichier � %s �.\n" msgid "File `%s' does not exist.\n" msgstr "Le fichier � %s � n'existe pas.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "R�gle implicite trouv�e pour � %s �.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Pas de r�gle implicite trouv�e pour � %s �.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Utilisation des commandes par d�faut pour � %s �.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "D�pendance circulaire %s <- %s abandonn�e." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Fin des d�pendances du fichier cible � %s �.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Les d�pendances de � %s � ont �t� fabriqu�es.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Abandon du fichier cible � %s �.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "La cible � %s � n'a pas pu �tre refabriqu�e � cause d'erreurs." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Le fichier de d�pendance � %s � de la cible � %s � n'existe pas.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "La d�pendance � %s � est plus r�cente que la cile � %s �.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "La d�pendance � %s � est vieux que la cible � %s �.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "La cible � %s � est double deux-points et n'a pas de d�pendances.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "Pas de commandes pour � %s � et aucune d�pendance n'a chang�.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Inutile de refabriquer la cible � %s �." -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; utilisation du nom � %s � du VPATH" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Il faut refabriquer la cible � %s �.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Ignorer le nom � %s � du VPATH.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Les commandes de � %s � sont en cours d'ex�cution.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "�chec de refabrication du fichier cible � %s �.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Refabrication du fichier cible � %s � r�ussie.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Le fichier cible � %s � a besoin d'�tre refabriqu� avec l'option -q.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sPas de r�gle pour fabriquer la cible � %s �%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" -msgstr "%sPas de r�gle pour fabriquer la cible � %s �, n�cessaire pour � %s �%s" +msgstr "" +"%sPas de r�gle pour fabriquer la cible � %s �, n�cessaire pour � %s �%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" -msgstr "*** AVERTISSEMENT: fichier � %s � a une date de modification dans le futur (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "" +"*** AVERTISSEMENT: fichier � %s � a une date de modification dans le futur (%" +"s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "" +"*** AVERTISSEMENT: fichier � %s � a une date de modification dans le futur (%" +"s > %s)" + +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS: l'�l�ment � %s � n'est pas un patron" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "La douane n'exportera pas : %s\n" + +#: rule.c:656 +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# R�gles Implicites" + #: rule.c:671 msgid "" "\n" @@ -1639,9 +1696,6 @@ msgstr "Timer virtuel expir�" msgid "Profiling timer expired" msgstr "Timer de profiling expir�" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Changement de taille de la fen�tre" @@ -1654,10 +1708,6 @@ msgstr "Reprise" msgid "Urgent I/O condition" msgstr "Condition d'E/S urgente" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "E/S possible" @@ -1686,54 +1736,60 @@ msgstr "Demande d'informations" msgid "Floating point co-processor not available" msgstr "Co-processeur en virgule flottante n'est pas disponible" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "d�faut" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "environnement" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "makefile" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "environnement avec l'option -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "ligne de commande" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "directive � override �" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "automatique" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (de � %s �, ligne %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Pas de variables." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u variables dans %u tables de hachage.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# moyenne de %.1f variables par table, maximum de %u dans une table.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" -msgstr "# moyenne de %d.%d variables par table, maximum de %u dans une table.\n" +msgstr "" +"# moyenne de %d.%d variables par table, maximum de %u dans une table.\n" -#: variable.c:1195 +#: variable.c:1173 msgid "" "\n" "# Variables\n" @@ -1741,6 +1797,11 @@ msgstr "" "\n" "# Variables\n" +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$serach en �chec avec %d\n" + #: vpath.c:553 msgid "" "\n" @@ -1780,15 +1841,11 @@ msgstr "" "# Chemin de recherche g�n�ral (variable � VPATH �) :\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "La douane n'exportera pas : %s\n" +#~ msgid "Entering" +#~ msgstr "Entre dans" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$serach en �chec avec %d\n" +#~ msgid "Leaving" +#~ msgstr "Quitte" #~ msgid "Error in lbr$ini_control, %d\n" #~ msgstr "Erreur dans lbr$ini_control, %d\n" @@ -1892,13 +1949,6 @@ msgstr "sys$serach en �chec avec %d\n" #~ msgid "Job exported to %s ID %u\n" #~ msgstr "T�che export�e vers %s ID %u\n" -#~ msgid "" -#~ "\n" -#~ "# Implicit Rules" -#~ msgstr "" -#~ "\n" -#~ "# R�gles Implicites" - #~ msgid "Error getting load average" #~ msgstr "Erreur lors de l'obtention de la charge moyenne" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-05-13 01:51+02:00\n" "Last-Translator: Jacobo Tarrio <jtarrio@iname.com>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" @@ -45,33 +45,35 @@ msgstr "touch: C�digo de retorno incorrecto de ar_member_touch en `%s'" #: arscan.c:71 #, c-format msgid "lbr$set_module failed to extract module info, status = %d" -msgstr "a chamada a lbr$set_module non puido extrae-la informaci�n do m�dulo, status = %d" +msgstr "" +"a chamada a lbr$set_module non puido extrae-la informaci�n do m�dulo, status " +"= %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "a chamada a lbr$ini_control fallou con status = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "non se pode abri-la biblioteca `%s' para busca-lo membro `%s'" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Membro `%s'%s: %ld bytes en %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (o nome pode quedar truncado)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Data %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, modo = 0%o.\n" @@ -113,66 +115,70 @@ msgstr " (incluidas):" msgid " (from `%s', line %lu):\n" msgstr " (de `%s', li�a %lu):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# Directorios\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Directorios\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: non se puido face-la operaci�n de stat.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (clave %s, mtime %d): non se puido abrir.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (dispositivo %d, inode [%d,%d,%d]): non se puido abrir.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (dispositivo %ld, inode %ld): non se puido abrir.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (clave %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (dispositivo %d, inode [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (dispositivo %ld, inode %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Non" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " ficheiros, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "non" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " imposibles" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " ata aqu�." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " imposibles en %u directorios.\n" @@ -187,168 +193,185 @@ msgstr "A variable recursiva `%s' fai referencia a si mesma (ao final)" msgid "warning: undefined variable `%.*s'" msgstr "aviso: variable non definida `%.*s'" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "referencia a variable non rematada" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Especific�ronse comandos do ficheiro `%s' en %s:%lu," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," -msgstr "Atop�ronse os comandos do ficheiro `%s' por busca de regras impl�citas," +msgstr "" +"Atop�ronse os comandos do ficheiro `%s' por busca de regras impl�citas," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "pero agora consid�rase que `%s' � o mesmo ficheiro que `%s'." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "Os comandos de `%s' ser�n ignorados en favor dos de `%s'." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "non se pode renomear `%s' con dous puntos a `%s' con catro puntos" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "non se pode renomear `%s' con catro puntos a `%s' con dous puntos" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Borrando o ficheiro intermedio `%s'" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Borrando o ficheiro intermedio `%s'" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Marca de tempo f�ra de rango; substitu�ndo %s" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "Hora actual" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Non � un obxectivo:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Ficheiro precioso (prerrequisito de .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Obxectivo falso (prerrequisito de .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Obxectivo da li�a de comando." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# Un ficheiro de make por defecto ou de MAKEFILES." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# F�xose a busca de regras impl�citas." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Non se fixo a busca de regras impl�citas." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Raiz do patr�n impl�cito/est�tico: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# O ficheiro � un prerrequisito intermedio." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Tam�n se fai:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# Nunca se comprobou o tempo de modificaci�n." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# O ficheiro non existe." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# O ficheiro � moi antigo." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# �ltima modificaci�n: %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# O ficheiro foi actualizado." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# O ficheiro non foi actualizado." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Comandos que se est�n a executar agora (ISTO � UN ERRO)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Comandos de dependencias que se est�n a executar (ISTO � UN ERRO)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Actualizado con �xito." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Ten que ser actualizado (-q est� estabrecido)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Non se puido actualizar." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# �Valor non v�lido no membro `update_status'!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# �Valor non v�lido no membro `command_state'!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# Ficheiros" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Ficheiros" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# Non hai ficheiros." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Non hai ficheiros." -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u ficheiros en %u baldes hash.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u ficheiros en %u baldes hash.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" -msgstr "# %.3f ficheiros de media por balde, m�ximo de %u ficheiros nun balde.\n" +msgstr "" +"# %.3f ficheiros de media por balde, m�ximo de %u ficheiros nun balde.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "primeiro argumento da funci�n `word' non num�rico" @@ -384,22 +407,22 @@ msgstr "A chamada a CreatePipe() fallou (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): a chamada a process_init_fd() fallou\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Limpando o ficheiro de lotes temporal %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "N�mero de argumentos insuficiente (%d) na chamada � funci�n `%s'" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Non implementada nesta plataforma: funci�n `%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "chamada � funci�n `%s' non rematada: falla `%c'" @@ -424,19 +447,16 @@ msgstr "%s: a opci�n `%c%s' non admite un argumento\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: a opci�n `%s' precisa dun argumento\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: opci�n `--%s' non reco�ecida\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: opci�n `%c%s' non reco�ecida\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -447,7 +467,6 @@ msgstr "%s: opci�n non v�lida -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: opci�n non v�lida -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -547,7 +566,7 @@ msgstr "Erro de sintaxe, ainda dentro de '\"'\n" #: job.c:404 #, c-format msgid "Got a SIGCHLD; %u unreaped children.\n" -msgstr "Recibiuse un sinal SIGCHLD; %d procesos fillos non colleitados.\n" +msgstr "Recibiuse un sinal SIGCHLD; %u procesos fillos non colleitados.\n" #: job.c:453 msgid "*** Waiting for unfinished jobs...." @@ -558,166 +577,173 @@ msgstr "*** Agardando por traballos non rematados...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Proceso fillo vivo 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (remoto)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Colleitando o proceso fillo perdedor 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Colleitando o proceso fillo ga�ador 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Limpando o ficheiro de lotes temporal %s\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Eliminando o proceso fillo 0x%08lx PID %ld %s da cadea.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "write jobserver" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Liberouse un elemento para o proceso fillo 0x%08lx (%s).\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() non puido lanza-lo proceso (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\nCont�ronse %d argumentos no lanzamento que fallou\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"Cont�ronse %d argumentos no lanzamento que fallou\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Po�endo o proceso fillo 0x%08lx (%s) PID %ld%s na cadea.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Obt�vose un elemento para o proceso fillo 0x%08lx (%s).\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "lectura do cano de traballos" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "non se poden impo�er l�mites de carga neste sistema operativo" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "non se pode impo�er un l�mite de carga: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "erro interno: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-aviso, CTRL-Y deixar� subprocesos ceibos.\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-aviso, pode que te�a que reactiva-lo manexo de CTRL-Y dende o DCL.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "BUILTIN [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "BUILTIN CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "BUILTIN RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Comando incluido desco�ecido '%s'\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Erro, comando baleiro\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (ficheiro temporal)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Entrada redirixida de %s\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Erros redirixidos a %s\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Sa�da redirixida a %s\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "Executando %s no canto\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Erro ao lanzar, %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" -msgstr "make colleitou un proceso fillo de pid %d, ainda se agarda polo pid %d\n" +msgstr "" +"make colleitou un proceso fillo de pid %d, ainda se agarda polo pid %d\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Comando non atopado" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: Int�rprete de comandos non atopado" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "O valor de $SHELL cambiou (antes era `%s', agora `%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Creando un ficheiro por lotes temporal %s\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" -msgstr "%s (li�a %d) Contexto do int�rprete de comandos incorrecto (!unixy && !batch_mode_shell)\n" +msgstr "" +"%s (li�a %d) Contexto do int�rprete de comandos incorrecto (!unixy && !" +"batch_mode_shell)\n" #: main.c:259 msgid "Ignored for compatibility" @@ -839,21 +865,22 @@ msgstr "Considerar que o FICHEIRO � infinitamente novo" msgid "Warn when an undefined variable is referenced" msgstr "Avisar cando se faga referencia a unha variable non definida" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "a cadea baleira non � v�lida coma nome de ficheiro" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "especificaci�n de nivel de depuraci�n desco�ecido `%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" -msgstr "%s: Atrapouse unha Interrupci�n/Excepci�n (c�digo = 0x%x, enderezo = 0x%x)\n" +msgstr "" +"%s: Atrapouse unha Interrupci�n/Excepci�n (c�digo = 0x%x, enderezo = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -868,169 +895,174 @@ msgstr "" "ExceptionFlags = %x\n" "ExceptionAddress = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Violaci�n de acceso: operaci�n de escritura no enderezo %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Violaci�n de acceso: operaci�n de lectura no enderezo %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell estabrecendo default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell busca de cami�os estabrece default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s est� suspendido durante 30 segundos..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "rematouse sleep(30). Continuando.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "O ficheiro de make da entrada est�ndar foi especificado d�as veces." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (ficheiro temporal)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "Non especifique -j ou --jobs se sh.exe non est� dispo�ible." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "Reiniciando make para entrar no modo de un traballo." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Os traballos en paralelo (-j) non est�n soportados nesta plataforma." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Reiniciando para entrar no modo de un traballo (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "erro interno: opci�ns --jobserver-fds m�ltiples" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "erro interno: cadea --jobserver-fds non v�lida `%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." -msgstr "aviso: -jN forzado no submake: desactivando o modo de servidor de traballos." +msgstr "" +"aviso: -jN forzado no submake: desactivando o modo de servidor de traballos." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "dup jobserver" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "aviso: o servidor de traballos non est� dispo�ible: usando -j1. Engada `+' � regra do make pai." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"aviso: o servidor de traballos non est� dispo�ible: usando -j1. Engada `+' � " +"regra do make pai." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "creando o cano de traballos" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "inicializa-lo cano do servidor de traballos" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Actualizando os ficheiros de make....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "O ficheiro de make `%s' poder�a causar un lazo; non se refai.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Non se puido reface-lo ficheiro de make `%s'." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Non se atopou o ficheiro de make incluido `%s'." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Non se atopou o ficheiro de make `%s'" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Non se puido voltar ao directorio orixinal." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Re-executando:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (ficheiro temporal)" -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Non se especificaron obxectivos e non se atopou un ficheiro de make" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Non hai obxectivos" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Actualizando os obxectivos meta....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." -msgstr "aviso: Detect�ronse inconsistencias de reloxo. A operaci�n pode quedar incompleta." +msgstr "" +"aviso: Detect�ronse inconsistencias de reloxo. A operaci�n pode quedar " +"incompleta." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Uso: %s [opci�ns] [obxectivo] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Opci�ns:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\nInforme dos erros a <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"Informe dos erros a <bug-make@gnu.org>.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "a opci�n `-%c' precisa dun argumento integral positivo" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1049,31 +1081,42 @@ msgstr "" "%sInforme dos erros a <bug-make@gnu.org>.\n" "\n" -#: main.c:2734 -#, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Base de datos de Make, imprimida en %s" - #: main.c:2743 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Base de datos de Make rematada en %s\n" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Base de datos de Make, imprimida en %s" -#: main.c:2798 -msgid "Entering" -msgstr "Entrando" +#: main.c:2752 +#, c-format +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Base de datos de Make rematada en %s\n" -#: main.c:2798 -msgid "Leaving" -msgstr "Saindo" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "un directorio desco�ecido" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "un directorio desco�ecido" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "directorio `%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "directorio `%s'\n" #: misc.c:308 @@ -1085,22 +1128,32 @@ msgstr ". Detido.\n" msgid "Unknown error %d" msgstr "Erro %d desco�ecido" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "memoria virtual esgotada" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "Acceso %s: usuario %lu (real %lu), grupo %lu (real %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Inicializado" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Lendo os ficheiros de make...\n" @@ -1134,7 +1187,7 @@ msgstr "sintaxe non v�lida no condicional" msgid "extraneous `endef'" msgstr "`endef' superfluo" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "nome de variable baleiro" @@ -1151,10 +1204,6 @@ msgstr "directiva `override' non v�lida" msgid "no file name for `%sinclude'" msgstr "non hai un home de ficheiro en `%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "os comandos comezan antes do primeiro obxectivo" @@ -1163,8 +1212,6 @@ msgstr "os comandos comezan antes do primeiro obxectivo" msgid "missing rule before commands" msgstr "falla unha regra antes dos comandos" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1183,6 +1230,7 @@ msgid "multiple target patterns" msgstr "patr�ns de obxectivo m�ltiples" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "o patr�n obxectivo non cont�n `%%'" @@ -1194,7 +1242,6 @@ msgstr "falla `endif'" msgid "Extraneous text after `endef' directive" msgstr "Texto superfluo trala directiva `endef'" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "falla `endef', `define' sen rematar" @@ -1217,50 +1264,45 @@ msgstr "s� un `else' por condicional" msgid "Malformed per-target variable definition" msgstr "Definici�n dunha variable por obxectivo mal formada" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "regr�s de patr�n impl�citas e est�ticas mesturadas" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "regras impl�citas e normais mesturadas" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "o obxectivo `%s' non coincide co patr�n do obxectivo" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "o obxectivo `%s' deixa o patr�n prerrequisito baleiro" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "o ficheiro obxectivo `%s' ten entradas : e ::" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "o obxectivo `%s' aparece m�is dunha vez na mesma regra." -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "aviso: ignorando os comandos do obxectivo `%s'" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "aviso: ign�ranse os comandos antigos do obxectivo `%s'" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "aviso: viuse un car�cter NUL; ign�rase o resto da li�a" @@ -1309,141 +1351,173 @@ msgstr "Rematouse de actualiza-lo ficheiro `%s'.\n" msgid "File `%s' does not exist.\n" msgstr "O ficheiro `%s' non existe.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Atopouse unha regra impl�cita de `%s'.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Non se atopou unha regra impl�cita para `%s'.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Usando os comandos por defecto para `%s'.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "A dependencia circular %s <- %s foi eliminada." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Remat�ronse os prerrequisitos do ficheiro obxectivo `%s'.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Estan a se face-los prerrequisitos de `%s'.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Abandonando no ficheiro obxectivo `%s'.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "Non se refai o obxectivo `%s' a causa dos erros." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "O prerrequisito `%s' do obxectivo `%s' non existe.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "O prerrequisito `%s' � m�is novo c� obxectivo `%s'.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "O prerrequisito `%s' � m�is vello c� obxectivo `%s'.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "O obxectivo `%s' ten catro puntos e non ten prerrequisitos.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "Non hai comandos de `%s', e non cambiaron os prerrequisitos.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Non � preciso reface-lo obxectivo `%s'" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; usando o nome de VPATH `%s'" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Debe refacerse o obxectivo `%s'.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Ignorando o nome VPATH `%s'.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Estanse a executa-los comandos de `%s'.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Non se puido reface-lo ficheiro obxectivo `%s'.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "O ficheiro obxectivo `%s' foi feito de novo con �xito.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "O ficheiro obxectivo `%s' precisa refacerse con -q.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sNon hai unha regra para face-lo obxectivo `%s'%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%sNon hai unha regra para face-lo obxectivo `%s', que precisa `%s'%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" -msgstr "*** Aviso: O ficheiro `%s' ten unha data de modificaci�n no futuro (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "" +"*** Aviso: O ficheiro `%s' ten unha data de modificaci�n no futuro (%s > %s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "" +"*** Aviso: O ficheiro `%s' ten unha data de modificaci�n no futuro (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr "O elemento de .LIBPATTERNS `%s' non � un patr�n" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "A Aduana non exporta: %s\n" + +#: rule.c:656 +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Regras Impl�citas" + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# Non hai regras impl�citas." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# Non hai regras impl�citas." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u regras impl�citas, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u regras impl�citas, %u" #: rule.c:683 msgid " terminal." @@ -1455,17 +1529,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "ERRO: �num_pattern_rules � incorrecto! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# Valores de variables espec�ficos do patr�n" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# Valores de variables espec�ficos do patr�n" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# Non hai valores espec�ficos do patr�n." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# Non hai valores espec�ficos do patr�n." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u valores de variables espec�ficos do patr�n" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u valores de variables espec�ficos do patr�n" #: signame.c:97 msgid "unknown signal" @@ -1583,9 +1669,6 @@ msgstr "Temporizador virtual esgotado" msgid "Profiling timer expired" msgstr "O temporizador esgotouse" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "A fiestra cambiou" @@ -1598,10 +1681,6 @@ msgstr "Continuado" msgid "Urgent I/O condition" msgstr "Condici�n de E/S urxente" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "A E/S � posible" @@ -1630,60 +1709,78 @@ msgstr "Petici�n de informaci�n" msgid "Floating point co-processor not available" msgstr "O co-procesador de coma flotante non est� dispo�ible" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "por defecto" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "ambiente" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "ficheiro de make" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "ambiente baixo -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "li�a de comandos" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "directiva `override'" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "autom�tico" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (de `%s', li�a %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Non hai variables." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u variables en %u baldes hash.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# %.1f variables de media por balde, m�ximo de %u nun balde.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# %d.%d variables de media por balde, m�ximo de %u nun balde.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# Variables\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Variables\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "a chamada a sys$search fallou con %d\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# Cami�os de Busca VPATH\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# Cami�os de Busca VPATH\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1691,12 +1788,20 @@ msgstr "# Non hai cami�os de busca `vpath'" #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u cami�os de busca `vpath'.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u cami�os de busca `vpath'.\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# Non hai un cami�o de busca xeral (variable `VPATH')." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Non hai un cami�o de busca xeral (variable `VPATH')." #: vpath.c:581 msgid "" @@ -1708,22 +1813,15 @@ msgstr "" "# Cami�o de busca xeral (variable `VPATH'):\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "A Aduana non exporta: %s\n" +#~ msgid "Entering" +#~ msgstr "Entrando" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "a chamada a sys$search fallou con %d\n" +#~ msgid "Leaving" +#~ msgstr "Saindo" #~ msgid "the `word' function takes a positive index argument" #~ msgstr "a funci�n `word' toma un argumento �ndice positivo" -#~ msgid "\n# Implicit Rules" -#~ msgstr "\n# Regras Impl�citas" - #~ msgid " (ignored)" #~ msgstr " (ignorado)" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2002-03-30 21:33+0300\n" "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n" "Language-Team: Hebrew <eliz@gnu.org>\n" @@ -47,32 +47,32 @@ msgstr "`%s' ���� ����-�� ��� ������ ar_member_touch :touch" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "%d ����� ,lib$rset_module �\"� ����� �� ���� ������ �����" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "%d ����� �� ���� lbr$ini_control" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "(`%s' �����) `%s' ��� ���� ����� ������ ����" # These are not translated, since they belong to a test program. -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Member `%s'%s: %ld bytes at %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (name might be truncated)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Date %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, mode = 0%o.\n" @@ -117,7 +117,7 @@ msgstr " (built-in):" msgid " (from `%s', line %lu):\n" msgstr " (from `%s', line %lu):\n" -#: dir.c:912 +#: dir.c:913 msgid "" "\n" "# Directories\n" @@ -125,62 +125,62 @@ msgstr "" "\n" "# Directories\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: could not be stat'd.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (key %s, mtime %d): could not be opened.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (device %ld, inode %ld): could not be opened.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (key %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (device %d, inode [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (device %ld, inode %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "No" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " files, " -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "no" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " impossibilities" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " so far." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " impossibilities in %u directories.\n" @@ -195,151 +195,155 @@ msgstr "(��� �� �����) ����� ������� ���� `%s' �������� �����" msgid "warning: undefined variable `%.*s'" msgstr "`%.*s' �����-���� ����� :������" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "����� ������� ���� ������ ������" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr ",`%s' ���� ���� ������ ����� %s ����� %lu �����" -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr ",�������-���� ������ ����� �\"� ����� `%s' ���� ���� ������" -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr ".���� ����� ��� ������ `%s' ��� `%s' �� �����" -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr ".`%s' ���� ��� �� ������ `%s' ���� ������" -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "`%s' ������ ���������� `%s' ������ ���������� ����� ���� ��" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "`%s' ������ ���������� `%s' ������ ���������� ����� ���� ��" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** `%s' ������ ���� ���� ***" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** `%s' ������ ���� ���� ***" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "����� ����� ���� ����� ,%s �� ���� ����� �� %s-� �����" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "����� ����" # See the comment above about translations of text printed under -p. -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Not a target:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Precious file (prerequisite of .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Phony target (prerequisite of .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Command-line target." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# A default or MAKEFILES makefile." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Implicit rule search has been done." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Implicit rule search has not been done." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Implicit/static pattern stem: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# File is an intermediate prerequisite." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Also makes:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# Modification time never checked." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# File does not exist." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# File is very old." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Last modified %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# File has been updated." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# File has not been updated." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Commands currently running (THIS IS A BUG)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Dependencies commands running (THIS IS A BUG)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Successfully updated." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Needs to be updated (-q is set)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Failed to be updated." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Invalid value in `update_status' member!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Invalid value in `command_state' member!" -#: file.c:763 +#: file.c:780 msgid "" "\n" "# Files" @@ -347,7 +351,7 @@ msgstr "" "\n" "# Files" -#: file.c:786 +#: file.c:803 msgid "" "\n" "# No files." @@ -355,7 +359,7 @@ msgstr "" "\n" "# No files." -#: file.c:789 +#: file.c:806 #, c-format msgid "" "\n" @@ -364,12 +368,11 @@ msgstr "" "\n" "# %u files in %u hash buckets.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# average %.3f files per bucket, max %u files in one bucket.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "���� ���� `word' ��������� ����� �������" @@ -405,22 +408,22 @@ msgstr "CreatePipe() failed (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() failed\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "`%s' ���� batch ���� ����\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "���� ����� (%d) ��������� ���� �� ����� `%s' �������" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "�� ������ ������ ���� `%s' �������" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "`%s' �������� ������ `%c' ���" @@ -445,19 +448,16 @@ msgstr "%s ����� ���� ������� ���� ���� `%c%s' ������\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s ����� ���� ������� ����� `%s' ������\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s ����� ���� `--%s' �����-���� ������\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s ����� ���� `%c%s' �����-���� ������\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -468,7 +468,6 @@ msgstr "%s: ����-���� ������ -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s ����� ���� ���� ������ -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -579,47 +578,47 @@ msgstr "*** ...������� ���� ������� �����" msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "��� 0x%08lx (%s) PID=%ld %s ��-�����\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr "(������)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "������ 0x%08lx PID=%ld %s ��-����� ����\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "������� 0x%08lx PID=%ld %s ��-����� ����\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "`%s' ���� batch ���� ����\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr ".������ ������ 0x%08lx PID=%ld %s ��-����� �����\n" # Here and elsewhere leading strings passed to perror are not translated, # since they will be followed by an error message in English. -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "write jobserver" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr ".����� 0x%08lx (%s) ��-����� ���� �������\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "(e=%d) �����-�� ������ ���� process_easy()\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format msgid "" "\n" @@ -628,123 +627,124 @@ msgstr "" "\n" "����� ������ ���� ��������� %d\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr ".������ ������ 0x%08lx (%s) PID=%ld %s ��-����� ����\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr ".0x%08lx (%s) ��-����� ���� ������ �����\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "read jobs pipe" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "�� ������ ���� ������ ����� ���� ��" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "cannot enforce load limit: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "command_state `%s' :������ ���� ����" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr ".������ ��-������ ������ ���� CTRL-Y :������\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr ".DCL-� CTRL-Y-� ����� ������� ���� ����� ���� :������\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "BUILTIN [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "BUILTIN CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "BUILTIN RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "����� ���� '%s'������ �����\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "���� ����� :����\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (temporary file)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "%s-� ��� ������\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "%s-� ������ ������\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "%s-� ��� ������\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "%s ���� ��� �����\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "%d :��-����� ������ ����\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "����� pid %d ��-����� ,pid %d-� ���� �����\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "����� �� �� ����� :%s" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "����� �� shell ����� :%s" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "(`%s' ��� ���� ,`%s' �����) ����� $SHELL �� ����" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "`%s' ���� batch ���� ����\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" -msgstr "(!unixy && !batch_mode_shell) shell-mode ������ ���� :%s ���� �� %d ����\n" +msgstr "" +"(!unixy && !batch_mode_shell) shell-mode ������ ���� :%s ���� �� %d ����\n" #: main.c:259 msgid "Ignored for compatibility" @@ -866,21 +866,21 @@ msgstr "����� ��� ��� ��� FILE ����� ���" msgid "Warn when an undefined variable is referenced" msgstr "����� ��� ������ ������ ����� ����� ���" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "���� ��� ������ ���� ���� ������" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "������ ������ ���� �� `%s' ����-���� ������" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s ������ (code = 0x%x, addr = 0x%x) ����� �� �����\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -895,156 +895,154 @@ msgstr "" "ExceptionFlags = %x\n" "ExceptionAddress = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "%x ������ ����� :������ ���� ����\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "%x ������ ����� :������ ���� ����\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell setting default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell path search set default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr ".����� 30 �� %s ������" # Pay attention: this is written to the _right_ of the previous string, # but should look like a single sentence together with it. -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr " �������\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr ".��� ���� ���� ���� ���� ��� ����� Makefile" -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (temporary file)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr ".���� ���� sh.exe �� --jobs �� -j-� ����� ���� ��" -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr ".����� ����� ������ ������" -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr ".�� ������ ���� ���� (-j) ������ �����" -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr ".(-j1) ����� ����� ������ ������" -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "������ --jobserver-fds ������� :������ ���� ����" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "--jobserver-fds ������� `%s' ����� ������ :������ ���� ����" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "jobserver ���� ���� ;-jN ����� Make-�� :�����" -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "dup jobserver" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr ".Make �� ��� ���� `+' ���� .-j1-� ����� ����� ;���� ���� jobserver :�����" +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +".Make �� ��� ���� `+' ���� .-j1-� ����� ����� ;���� ���� jobserver :�����" -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "creating jobs pipe" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "init jobserver pipe" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "...makefile ���� �����\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr ".���� ������� ���� ;�������� ����� ����� ���� `%s' Makefile\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr ".`%s' makefile �� ����-������ ����" -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr ".���� �� `%s' ����� makefile" -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "���� �� `%s' Makefile" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr ".������� ������ ����� ���� ��" -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Re-executing:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (temporary file): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "makefile ���� ����� ��� ����� ���� ���" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "����� ���" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "...��� ����� �����\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr ".���� �� ����� ����� ����� .���� ����� ������ :������" -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "%s [��������] [����] ... :����� ����\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr " :��������\n" -#: main.c:2163 +#: main.c:2173 msgid "" "\n" "Report bugs to <bug-make@gnu.org>.\n" @@ -1052,18 +1050,17 @@ msgstr "" "\n" ".<bug-make@gnu.org>-� ���� ������ ����� ��\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "������ ��� ������� ����� `-%c' ������" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1082,7 +1079,7 @@ msgstr "" "%s <bug-make@gnu.org>-� ���� ������ ����� ��\n" "\n" -#: main.c:2734 +#: main.c:2743 #, c-format msgid "" "\n" @@ -1091,7 +1088,7 @@ msgstr "" "\n" "# Make data base, printed on %s" -#: main.c:2743 +#: main.c:2752 #, c-format msgid "" "\n" @@ -1100,21 +1097,24 @@ msgstr "" "\n" "# Finished Make data base on %s\n" -#: main.c:2798 -msgid "Entering" -msgstr "Entering" - -#: main.c:2798 -msgid "Leaving" -msgstr "Leaving" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "an unknown directory" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "an unknown directory" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "directory `%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "directory `%s'\n" #: misc.c:308 @@ -1126,22 +1126,32 @@ msgstr ". Stop.\n" msgid "Unknown error %d" msgstr "Unknown error %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "��������� ������ ����" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s access: user %lu (real %lu), group %lu (real %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Initialized" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "...makefile ���� ����\n" @@ -1175,7 +1185,7 @@ msgstr "���� �� ���� �����" msgid "extraneous `endef'" msgstr "����� `endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "��� ����� ��" @@ -1192,10 +1202,6 @@ msgstr "����� `override' �����" msgid "no file name for `%sinclude'" msgstr "���� �� ��� `%sinclude' �����" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "������ ���� ���� ������� ������" @@ -1204,8 +1210,6 @@ msgstr "������ ���� ���� ������� ������" msgid "missing rule before commands" msgstr "������ ��� ��� ������" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1224,6 +1228,7 @@ msgid "multiple target patterns" msgstr "������ ���� ������" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "`%%' ��� ���� �����" @@ -1235,7 +1240,6 @@ msgstr "��� `endif'" msgid "Extraneous text after `endef' directive" msgstr "`endef' ����� ���� ����� ����" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "���� ��� `define' ����� ,��� `endef'" @@ -1258,50 +1262,45 @@ msgstr "���� ��� ���� `else' �� ����" msgid "Malformed per-target variable definition" msgstr "����� ������ ����� �� ����� �����" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "�������-����� ������ ����� ���� �� �����" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "�������-����� ������ ����� �� �����" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "���� ����� �� ����� ���� `%s' ����" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "���� ���� ����� ����� �� ������ `%s' ����" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr ":: ��� : ���� �� ����� �� `%s' ���� �����" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr ".��� ����� ��� ���� ���� ������ `%s' ����" -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "`%s' ���� ���� ������ ���� :������" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "`%s' ���� ���� ������ ������� ����� :������" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "����� ����� ���� ;NUL �� ����� :�����" @@ -1350,133 +1349,156 @@ msgstr ".`%s' ���� ����� ������\n" msgid "File `%s' does not exist.\n" msgstr ".���� ���� `%s' ����\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr ".`%s' ���� �����-���� ��� �����\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr ".`%s' ���� �������-���� ����� ����� ��\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr ".`%s' ���� ���� ����� ������� �����\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr ".%s <- %s ������ ���� �����" -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr ".`%s' ���� ���� �� ���-������ �� ������\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr ".����� `%s' �� ���� ������\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr ".`%s' ���� ���� ���� ����� �����\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr ".������ ��� ���� ����� �� `%s' ����" -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr ".���� ����� `%s' ����� ����� `%s' ����\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr ".`%s' ���� ������ ���� `%s' ����\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr ".`%s' ���� ������ ���� `%s' ����\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr ".��� ������ ���� ������ ��������� �� ���� `%s' ����\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr ".����� ������ �� ��� ����� ��� `%s' ���� ������ ���\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "`%s' ���� ���� ����� ���� ���" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr " (`%s' :VPATH ���� ��)" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr ".`%s' ���� ���� ����� ����\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " .`%s' VPATH ��� �����\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr ".`%s' ���� ������ ����\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr ".���� `%s' ����� ����� ����\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr ".`%s' ���� ������ �����\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr ".-q �� ������� ���� `%s' ���� ����\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%s`%s'%s ���� ������ ����� ���" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%s������� ����� ��� �� ,`%s' ����� `%s'%s ����" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "*** `%s' ���� ���� (%s > %s) ����� ���� ����� ����� ��� :����� ***" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" msgstr "*** `%s' ���� ���� (%s > %s) ����� ���� ����� ����� ��� :����� ***" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr "����� ���� .LIBPATTERNS �� `%s' �����" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "%s ����� ���� Customs\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# No implicit rules." + #: rule.c:671 msgid "" "\n" @@ -1645,9 +1667,6 @@ msgstr "Virtual timer expired" msgid "Profiling timer expired" msgstr "Profiling timer expired" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Window changed" @@ -1660,10 +1679,6 @@ msgstr "Continued" msgid "Urgent I/O condition" msgstr "Urgent I/O condition" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "I/O possible" @@ -1693,54 +1708,59 @@ msgid "Floating point co-processor not available" msgstr "Floating point co-processor not available" # These are printed under -p, so they are left in English. -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "default" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "environment" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "makefile" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "environment under -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "command line" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "`override' directive" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "automatic" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (from `%s', line %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# No variables." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u variables in %u hash buckets.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# average of %.1f variables per bucket, max %u in one bucket.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# average of %d.%d variables per bucket, max %u in one bucket.\n" -#: variable.c:1195 +#: variable.c:1173 msgid "" "\n" "# Variables\n" @@ -1748,6 +1768,11 @@ msgstr "" "\n" "# Variables\n" +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "%d �� ���� sys$search\n" + #: vpath.c:553 msgid "" "\n" @@ -1787,12 +1812,8 @@ msgstr "" "# General (`VPATH' variable) search path:\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "%s ����� ���� Customs\n" +#~ msgid "Entering" +#~ msgstr "Entering" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "%d �� ���� sys$search\n" +#~ msgid "Leaving" +#~ msgstr "Leaving" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-12-03 13:55+0900\n" "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n" "Language-Team: Japanese <ja@li.org>\n" @@ -48,31 +48,31 @@ msgstr "touch: `%s' �ؤ� ar_member_touch ����۾���ͤ��֤�ޤ���" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module ���⥸�塼��������Ф˼��Ԥ��ޤ��������� = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control �����Ԥ��ޤ��������� = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "�饤�֥�� `%s' ���������� `%s' �θ������Ǥ��ޤ���" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "���� `%s'%s: %ld �Х��� at %ld (%ld)��\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (̾�����ڤ�ͤ��줿����)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " ���� %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, mode = 0%o.\n" @@ -114,66 +114,70 @@ msgstr " (�ӥ�ȥ���):" msgid " (from `%s', line %lu):\n" msgstr " (`%s', %lu ���ܤ���):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# �ǥ��쥯�ȥ�\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# �ǥ��쥯�ȥ�\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: ���֤�Ĵ�٤��ޤ���Ǥ�����\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (key %s, mtime %d): �����ޤ���Ǥ�����\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (device %d, inode [%d,%d,%d]): �����ޤ���Ǥ�����\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (device %ld, inode %ld): �����ޤ���Ǥ�����\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (key %s, mtime %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (device %d, inode [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (device %ld, inode %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "0" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " �ĤΥե����롢" -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "0" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " �Ĥ�Ŭ����ǽ�ե�����̾" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " (�����ޤǤ�)��" -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " �Ĥ�Ŭ����ǽ�ե�����̾ (%u �ĤΥǥ��쥯�ȥ���)��\n" @@ -188,168 +192,183 @@ msgstr "�Ƶ�Ū�ѿ� `%s' ��(�ǽ�Ū��)���켫�ȤȤ��Ƥ��ޤ�" msgid "warning: undefined variable `%.*s'" msgstr "�ٹ�: ̤������ѿ� `%.*s'" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "��ü�Τʤ��ѿ�����" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "�ե����� `%s' �ؤΥ��ޥ�ɤ� %s:%lu �ǻ��ꤵ��ޤ�����" -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "�ե����� `%s' �ؤΥ��ޥ�ɤϰ��ۥ롼���õ���Ǹ��Ĥ���ޤ�����" -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "���������� `%s' �� `%s' ��Ʊ���ե�����ȸ��ʤ���ޤ���" -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "`%s' �ؤΥ��ޥ�ɤ� `%s' �ؤΤ���ˤ�äơ�����ʤ�̵�뤵��ޤ���" -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "���륳���� `%s' ������֥륳���� `%s' ��̾�����Ѥ����ޤ���" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "���֥륳���� `%s' ���饷�륳���� `%s' ��̾�����Ѥ����ޤ���" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** ��֥ե����� `%s' �������ޤ�" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** ��֥ե����� `%s' �������ޤ�" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: �����ॹ����פ��ϰϳ��Ǥ� -- ���� %s �Ȥ��ޤ�" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "������" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# �������åȤǤϤ���ޤ���:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# ���̰����Υե����� (.PRECIOUS ��ɬ���)" -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# �����������å� (.PHONY ��ɬ���)" -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# ���ޥ�ɥ饤�����åȡ�" -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# �ǥե���Ȥޤ��� MAKEFILES �ᥤ���ե����롣" -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# ���ۥ롼���õ�����Ԥ��ޤ�����" -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# ���ۥ롼���õ���ϹԤ��ޤ���Ǥ�����" -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# ����/��Ū�ѥ�����촴: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# �ե���������ɬ���Ǥ���" -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# ����� make:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# �������郎�����å�����뤳�ȤϤ���ޤ���" -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# �ե����뤬¸�ߤ��ޤ���" -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# �ե����뤬���˸Ť��Ǥ���" -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# �ǽ����� %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# �ե�����Ϲ�������Ƥ��ޤ���" -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# �ե�����Ϲ�������Ƥ��ޤ���" -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# ���ޥ�ɤ����¹���Ǥ� (*����ϥХ��Ǥ�*)��" -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# ��¸�ط����ޥ�ɤ��¹���Ǥ� (*����ϥХ��Ǥ�*)��" -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# �������������ޤ�����" -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# ������ɬ�פǤ� (-q �����åȤ���Ƥ��ޤ�)��" -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# �����˼��Ԥ��ޤ�����" -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# `update_status' ���Ф�̵������!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# `command_state' ���Ф�̵������!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# �ե�����" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# �ե�����" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# �ե�����ʤ�" +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# �ե�����ʤ�" -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u �ĤΥե����뤬������ %u �Υϥå�����ˤ���ޤ���\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u �ĤΥե����뤬������ %u �Υϥå�����ˤ���ޤ���\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# �ϥå������Ǥ����ꡢʿ�� %.3f �ġ����� %u �ĤΥե����뤬����ޤ���\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "����ͤ��������� `word' �ؿ���Ϳ�����ޤ���" @@ -385,22 +404,22 @@ msgstr "CreatePipe() ������ (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() ������\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "���Ū�ʥХå��ե����� %s ��õ�ޤ�\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "�����ο�(%d)���ؿ� `%s' �ˤȤä��Խ�ʬ�Ǥ�" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "���Υץ�åȥե�����Ǥϼ�������Ƥ��ޤ���: �ؿ� `%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "��ü���ʤ��ؿ��ƤӽФ� `%s': `%c' ������ޤ���" @@ -425,19 +444,16 @@ msgstr "%s: ���ץ���� `%c%s' �ϰ�������ޤ���\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: ���ץ���� `%s' �ˤϰ�����ɬ�פǤ�\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: ǧ���Ǥ��ʤ����ץ���� `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: ǧ���Ǥ��ʤ����ץ���� `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -448,7 +464,6 @@ msgstr "%s: �����ʥ��ץ���� �� %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: ̵���ʥ��ץ���� �� %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -559,163 +574,168 @@ msgstr "*** ̤��λ�Υ���֤��ԤäƤ��ޤ�...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "��¸�ҥץ����� 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (��⡼��)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "���ä��ҥץ����� 0x%08lx PID %ld %s �������ޤ�\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "���������ҥץ����� 0x%08lx PID %ld %s �������ޤ�\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "���Ū�ʥХå��ե����� %s �����դ��ޤ�\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "��������ҥץ����� 0x%08lx PID %ld %s �������ޤ���\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "����֥����Фؤ� write" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "�ҥץ����� 0x%08lx (%s) �ΰ���������ޤ�����\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() �����Ԥ��ץ�������ư���Ǥ��ޤ���Ǥ��� (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\n��ư�μ��Ԥ� %d �Ĥΰ�����������Ȥ���ޤ���\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"��ư�μ��Ԥ� %d �Ĥΰ�����������Ȥ���ޤ���\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "��������˻ҥץ����� 0x%08lx (%s) PID %ld%s ������ߤޤ�����\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "�ҥץ����� 0x%08lx (%s) �˰����Ĥ����ޤ�����\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "����֤Υѥ��פ� read" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "���Υ��ڥ졼�ƥ������ƥ�Ǥϥ����ƥ�������¤�ä����ޤ���" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "�����ƥ�������¤βݤ����Ȥ��Ǥ��ޤ���Ǥ���: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "�������顼: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-�ٹ�CTRL-Y �ϻҥץ������餫�����ޤޤˤ���Ǥ��礦��\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" -msgstr "-�ٹ�DCL ����� CTRL-Y ����Ƥ�ͭ���ˤ���ɬ�פ����뤫���Τ�ޤ���\n" +msgstr "" +"-�ٹ�DCL ����� CTRL-Y ����Ƥ�ͭ���ˤ���ɬ�פ����뤫���Τ�ޤ���\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "�ӥ�ȥ��� [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "�ӥ�ȥ��� CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "�ӥ�ȥ��� RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "�����ʥӥ�ȥ��ޥ�� '%s'\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "���顼�����Υ��ޥ��\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (����ե�����)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "%s �������ϥ�����쥯�Ȥ���ޤ���\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "%s �إ��顼������쥯�Ȥ���ޤ���\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "%s �ؽ��ϥ�����쥯�Ȥ���ޤ���\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "����� %s ��¹Ԥ��ޤ�\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "spawn �Υ��顼��%d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make �� pid %d �λҥץ�������������pid %d ���Ԥ�³���ޤ�\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: ���ޥ�ɤ����Ĥ���ޤ���Ǥ���" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: ������ץ�����ब���Ĥ���ޤ���Ǥ���" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL ���ѹ�����ޤ��� (���� `%s'������ `%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "���Ū�ʥХå��ե����� %s ��������ޤ�\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (%d ����) �����ʥ����륳��ƥ����� (!unixy && !batch_mode_shell)\n" @@ -840,21 +860,21 @@ msgstr "FILE ��̵�¤˿�������Τȸ��ʤ�" msgid "Warn when an undefined variable is referenced" msgstr "̤������ѿ������Ȥ��줿�Ȥ��˷ٹ��ȯ����" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "����ʸ����ϥե�����̾�Ȥ��Ƥ�̵���Ǥ�" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "�����ʥǥХå���٥���� `%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: ������/�㳰����ª���ޤ��� (code = 0x%x, addr = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -869,169 +889,171 @@ msgstr "" "�㳰�ե饰 = %x\n" "�㳰���ɥ쥹 = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "���������ݸ��ȿ: ���ɥ쥹 %x �Ǥν������\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "���������ݸ��ȿ: ���ɥ쥹 %x �Ǥ��ɤ߹������\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell �� default_shell = %s �����ꤷ�ޤ�\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell �ѥ�õ���� default_shell = %s �˥��åȤ��ޤ���\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s �� 30 �ô���ߤ��ޤ�..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sleep(30) �������ޤ�����³���ޤ���\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "ɸ�����Ϥ���� makefile �������ꤵ��ޤ�����" -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (����ե�����)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "sh.exe ���Ȥ��ʤ����֤� -j �� --jobs ����ꤷ�ƤϤ����ޤ���" -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "ñ�쥸��֥⡼�ɤ� make �˥ꥻ�åȤ��ޤ���" -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "����� (-j) �Ϥ��Υץ�åȥե�����ǥ��ݡ��Ȥ���ޤ���" -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "ñ�쥸��� (-j1) �⡼�ɤ˥ꥻ�åȤ��ޤ���" -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "�������顼: ʣ���� --jobserver-fds ���ץ����" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "�������顼: ̵���� --jobserver-fds ʸ���� `%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." -msgstr "�ٹ�: ���� make �� -jN �������ꤷ�ޤ���: jobserver �⡼�ɤ�̵���ˤ��ޤ���" +msgstr "" +"�ٹ�: ���� make �� -jN �������ꤷ�ޤ���: jobserver �⡼�ɤ�̵���ˤ��ޤ���" -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "dup jobserver" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "�ٹ�: jobserver �������Բ�: -j1 ��Ȥ����� make �롼��� `+' ���ɲä��ޤ��礦" +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"�ٹ�: jobserver �������Բ�: -j1 ��Ȥ����� make �롼��� `+' ���ɲä��ޤ��礦" -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "����֥ѥ�������" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "jobserver �ѥ��פν����" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "makefile �ι�����....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "makefile `%s' ���ʺƵ��Τ����� �� �� make ���ޤ���\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "makefile `%s' �κ� make �˼��Ԥ��ޤ�����" -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "���롼�ɤ���� makefile `%s' �����Ĥ���ޤ���Ǥ�����" -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "makefile `%s' �����Ĥ���ޤ���Ǥ���" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "���Υǥ��쥯�ȥ�����ޤ���Ǥ�����" -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "�Ƽ¹Ԥ��ޤ�:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (����ե�����): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "�������åȤ����ꤵ��Ƥ��餺��makefile �⸫�Ĥ���ޤ���" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "�������åȤ�����ޤ���" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "�ǽ��������åȤ���....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "�ٹ�: �����å����ĤߤС��Դ����ʥӥ�ɷ�̤ˤʤ뤫�⤷��ޤ���" -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "�Ȥ���: %s [���ץ����] [�������å�] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "���ץ����:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\n�Х���ݡ��Ȥ� <bug-make@gnu.org> �ޤǡ�\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"�Х���ݡ��Ȥ� <bug-make@gnu.org> �ޤǡ�\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "`-%c' ���ץ��������������������ᤷ�ޤ�" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1050,31 +1072,42 @@ msgstr "" "%s�Х���ݡ��Ȥ� <bug-make@gnu.org> �ޤǡ�\n" "\n" -#: main.c:2734 -#, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Make �ǡ����١������� %s" - #: main.c:2743 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Make �ǡ����١�����λ %s\n" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Make �ǡ����١������� %s" -#: main.c:2798 -msgid "Entering" -msgstr "����������ޤ�: " +#: main.c:2752 +#, c-format +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Make �ǡ����١�����λ %s\n" -#: main.c:2798 -msgid "Leaving" -msgstr "��������Фޤ�: " +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "�����ʥǥ��쥯�ȥ�" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "�����ʥǥ��쥯�ȥ�" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "�ǥ��쥯�ȥ� `%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "�ǥ��쥯�ȥ� `%s'\n" #: misc.c:308 @@ -1086,22 +1119,32 @@ msgstr "����ߡ�\n" msgid "Unknown error %d" msgstr "�����ʥ��顼 %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "���ۥ����Ȥ��̤����ޤ���" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s ��������: �桼�� %lu (�� %lu)�����롼�� %lu (�� %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "��������ޤ���" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "makefile ���ɤ߹��ߤޤ�...\n" @@ -1135,7 +1178,7 @@ msgstr "�������ʸˡ��̵���Ǥ�" msgid "extraneous `endef'" msgstr "�ط��Τʤ� `endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "�����ѿ�̾" @@ -1152,10 +1195,6 @@ msgstr "̵���� `override' ����̿��" msgid "no file name for `%sinclude'" msgstr "`%sinclude' �˥ե�����̾������ޤ���" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "�ǽ�Υ������åȤ�����˥��ޥ�ɤ�ư" @@ -1164,8 +1203,6 @@ msgstr "�ǽ�Υ������åȤ�����˥��ޥ�ɤ�ư" msgid "missing rule before commands" msgstr "���ޥ�ɤ�����ǥ롼�뤬�ؼ�����Ƥ��ޤ���" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1184,6 +1221,7 @@ msgid "multiple target patterns" msgstr "ʣ���Υ������åȥѥ�����Ǥ�" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "�������åȥѥ����� `%%' ��ޤ�Ǥ��ޤ���" @@ -1195,7 +1233,6 @@ msgstr "`endif' ��礤�Ƥ��ޤ�" msgid "Extraneous text after `endef' directive" msgstr "`endef' ����̿��θ����̵�ط���ʸ������ޤ�" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "`endef' ��礤�Ƥ��ꡢ`define' ����λ����ޤ���" @@ -1218,50 +1255,45 @@ msgstr "��Ĥξ�����ˤĤ���Ĥ��� `else' ��Ȥ��ޤ���" msgid "Malformed per-target variable definition" msgstr "�������å�����ѿ�������۾�Ǥ�" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "���ۥ롼�����Ū�ѥ�����롼�뤬������ޤ���" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "���ۥ롼����̾�롼�뤬������ޤ���" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "�������å� `%s' �ϥ������åȥѥ�����Ȱ��פ��ޤ���" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "�������å� `%s' ��ɬ���ѥ������ΤޤޤǤ�" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "�������åȥե����� `%s' �� : �� :: ���ܤ�ξ������äƤ��ޤ�" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "Ʊ��롼����ǥ������å� `%s' ��ʣ����Ϳ�����ޤ�����" -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "�ٹ�: �������å� `%s' �ؤΥ��ޥ�ɤ��֤������ޤ�" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "�ٹ�: �������å� `%s' �ؤθŤ����ޥ�ɤ�̵�뤵��ޤ�" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "�ٹ�: NUL ʸ��������ޤ�; �ԤλĤ��̵�뤵��ޤ�" @@ -1310,141 +1342,173 @@ msgstr "�ե����� `%s' �ι�������λ���ޤ�����\n" msgid "File `%s' does not exist.\n" msgstr "�ե����� `%s' ��¸�ߤ��ޤ���\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "`%s' �Τ���ΰ��ۥ롼��Ĥ��ޤ�����\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "`%s' �Τ���ΰ��ۥ롼�뤬����ޤ���\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "`%s' �ѤΥǥե���ȥ��ޥ�ɤ���Ѥ��ޤ���\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "�۴� %s <- %s ��¸�ط����˴�����ޤ�����" -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "�������åȥե����� `%s' ��ɬ�����������ޤ�����\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "`%s' ��ɬ���� make ���ޤ���\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "�������åȥե����� `%s' ������ޤ���\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "�������å� `%s' �ϥ��顼�ˤ��� make �Ǥ��ޤ���Ǥ�����" -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "�������å� `%2$s' ��ɬ��� `%1$s' ��¸�ߤ��ޤ���\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "ɬ��� `%s' �ϥ������å� `%s' ���⿷������\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "ɬ��� `%s' �ϥ������å� `%s' ����Ť���\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "�������å� `%s' �ϥ��֥륳����ǡ�����ɬ��������ʤ���\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "`%s' �Τ���Υ��ޥ�ɤ�̵�������ļºݤ��ѹ����줿ɬ��郎�ʤ���\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "�������å� `%s' ��� make ����ɬ�פϤ���ޤ���" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; VPATH ̾ `%s' ����Ѥ��ޤ�" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "�������å� `%s' �κ� make ��ɬ�פǤ���\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " VPATH ̾ `%s' ��̵�뤷�ޤ���\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "`%s' �Υ��ޥ�ɤ�¹Ԥ��ޤ���\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "�������åȥե����� `%s' �κ� make �˼��Ԥ��ޤ�����\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "�������åȥե����� `%s' �κ� make ���������ޤ�����\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "�������åȥե����� `%s' �� -q ���ץ�����դǤκ� make ��ɬ�פǤ���\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%s�������å� `%s' �� make ����롼�뤬����ޤ���%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" -msgstr "%1$s`%3$s' ��ɬ�פʥ������å� `%2$s' �� make ����롼�뤬����ޤ���%4$s" +msgstr "" +"%1$s`%3$s' ��ɬ�פʥ������å� `%2$s' �� make ����롼�뤬����ޤ���%4$s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" msgstr "*** �ٹ�: �ե����� `%s' �ν������郎̤��λ���Ǥ� (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "*** �ٹ�: �ե����� `%s' �ν������郎̤��λ���Ǥ� (%s > %s)" + +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS ���� `%s' ���ѥ�����ǤϤ���ޤ���" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customs ���������ݡ��Ȥ��Ƥ���ޤ���: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# ���ۥ롼��ʤ���" + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# ���ۥ롼��ʤ���" +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# ���ۥ롼��ʤ���" #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u �Ĥΰ��ۥ롼�롢%u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u �Ĥΰ��ۥ롼�롢%u" #: rule.c:683 msgid " terminal." @@ -1456,17 +1520,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "�Х�: num_pattern_rules ���ְ�äƤ���! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# �ѥ���������ѿ�����" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# �ѥ���������ѿ�����" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# �ѥ���������ѿ����ͤʤ���" +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# �ѥ���������ѿ����ͤʤ���" #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u �ĤΥѥ���������ѿ�����" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u �ĤΥѥ���������ѿ�����" #: signame.c:97 msgid "unknown signal" @@ -1584,9 +1660,6 @@ msgstr "���ۥ�������λ" msgid "Profiling timer expired" msgstr "�ץ��ե����륿������λ" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "������ɥ��������ѹ�" @@ -1599,10 +1672,6 @@ msgstr "�Ƴ�����ޤ���" msgid "Urgent I/O condition" msgstr "�۵� I/O ���" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "��Ʊ�� I/O ��ǽ��" @@ -1631,60 +1700,78 @@ msgstr "������" msgid "Floating point co-processor not available" msgstr "��ư���������ץ����å���������ǽ" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "�ǥե����" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "�Ķ��ѿ�" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "makefile �ѿ�" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "-e ���ץ����ǤδĶ��ѿ�" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "���ޥ�ɥ饤���ѿ�" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "`override' ����̿��" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "��ư�ѿ�" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (`%s', %lu ���ܤ���):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# �ѿ��ʤ���" -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u �Ĥ��ѿ��������� %u �Υϥå�����ˤ���ޤ���\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# �ϥå������Ǥ����ꡢʿ�� %.1f �ġ����� %u �Ĥ��ѿ�������ޤ���\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# �ϥå������Ǥ�����ʿ�� %d.%d �ġ����� %u �Ĥ��ѿ�������ޤ���\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# �ѿ�\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# �ѿ�\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search �� %d �Ǽ��Ԥ��ޤ���\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# VPATH õ���ѥ�\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# VPATH õ���ѥ�\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1692,12 +1779,20 @@ msgstr "# `vpath' õ���ѥ��Ϥ���ޤ���" #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u �Ĥ� `vpath' õ���ѥ�\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u �Ĥ� `vpath' õ���ѥ�\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# ���̤� (`VPATH' �ѿ�) õ���ѥ��ʤ���" +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# ���̤� (`VPATH' �ѿ�) õ���ѥ��ʤ���" #: vpath.c:581 msgid "" @@ -1709,15 +1804,11 @@ msgstr "" "# ���̤� (`VPATH' �ѿ�) õ���ѥ�:\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customs ���������ݡ��Ȥ��Ƥ���ޤ���: %s\n" +#~ msgid "Entering" +#~ msgstr "����������ޤ�: " -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search �� %d �Ǽ��Ԥ��ޤ���\n" +#~ msgid "Leaving" +#~ msgstr "��������Фޤ�: " #~ msgid "the `word' function takes a positive index argument" #~ msgstr "`word' �ؿ�������Υ���ǥå���������Ȥ�ޤ�" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-06-08 01:30+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <ko@li.org>\n" @@ -47,32 +47,32 @@ msgstr "touch: `%s'�� ���Ͽ� ar_member_touch���� ���� ���� �ڵ�" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module�� ��������� �����ϴ� �� ����, ���� = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control�� ���� = %d��(����) ���� " -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "��� `%2$s'�� �����ϱ� ���� ���̺귯�� `%1$s'�� �� �� �����ϴ�" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "��� `%s'%s: %ld����Ʈ, %ld (%ld) ����.\n" # �̹� �߷��� �̸��� ǥ���ϸ鼭 �̸��� �߷����� ���� ������ �����϶�� �� -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (�̸��� �߷������� ���� �ֽ��ϴ�)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " ��¥ %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, ��� = 0%o.\n" @@ -114,68 +114,72 @@ msgstr " (����):" msgid " (from `%s', line %lu):\n" msgstr " (`%s'����, %lu��° ��):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# ���丮\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# ���丮\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: stat�� �� �� �������ϴ�.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (Ű %s, ����ð� %d): �� �� �����ϴ�.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (��ġ %d, ���̳�� [%d,%d,%d]): �� �� �����ϴ�.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (��ġ %ld, ���̳�� %ld): �� �� �����ϴ�.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (Ű %s, ����ð� %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (��ġ %d, ���̳�� [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (��ġ %ld, ���̳�� %ld): " # ���⼭ No�� "No files"��� ���δ�. �ñ������� msgid�� �������� �� -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "0��" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " ����, " # ���⼭ no�� "no impossibilities"��� ���δ�. �ñ������� msgid�� �������� �� -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "0��" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " �Ұ���" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " ���ݱ���." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " %u���� ���丮���� �Ұ���.\n" @@ -190,168 +194,183 @@ msgstr "��� ���� `%s'�� �ڱ� �ڽ��� �����ϰ� �ֽ��ϴ� (�ᱹ)" msgid "warning: undefined variable `%.*s'" msgstr "���: ���ǵ��� ���� ���� `%.*s'" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "������� ���� ���� ����" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "���� `%s'�� %s:%lu���� ���ɾ �����Ǿ����ϴ�," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "���� `%s'�� ���� ������ ������ ��Ģ Ž������ ã�ҽ��ϴ�." -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "������ `%s'�� ���� `%s'�� ���� ���Ϸ� ���ֵ˴ϴ�." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "`%s'�� ���� ���ɾ�� `%s'�� ���� ���ɾ �켱�ϹǷ� ���õ˴ϴ�.." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "���� �ݷ� `%s'�� ���� �ݷ� `%s'�� �̸��ٲ� �� �����ϴ�" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "���� �ݷ� `%s'�� ���� �ݷ� `%s'�� �̸��ٲ� �� �����ϴ�" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** �߰� ���� `%s'��(��) ���Դϴ�" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** �߰� ���� `%s'��(��) ���Դϴ�" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Ÿ�ӽ������� ������ ����ϴ�; %s��(��) ��ü�մϴ�" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "���� �ð�" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Ÿ���� �ƴ�:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# �����þ ���� (.PRECIOUS�� ��������)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# ���� Ÿ�� (.PHONY�� ��������)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# ������ Ÿ��." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# �⺻ ����ũ���� Ȥ�� MAKEFILES ����ũ����." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# ������ ��Ģ Ž���� �Ϸ�Ǿ����ϴ�." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# ������ ��Ģ Ž���� �Ϸ���� �ʾҽ��ϴ�." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# ������/���� ���� ����: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# ������ �߰��ܰ��� ���������Դϴ�." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# ������ ����ϴ�:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# ���� �ð��� ���� �˻���� �ʾ���." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# ������ �������� �ʽ��ϴ�." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# ������ �ſ� �����Ǿ����ϴ�." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# ������ ���� %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# ������ ���ŵǾ����ϴ�." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# ������ ���ŵ��� �ʾҽ��ϴ�." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# ���� �������� ���� (�̰��� �����Դϴ�)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# ���� �������� ������ (�̰��� �����Դϴ�)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# ���������� ���ŵ�." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# ���ŵ� �ʿ䰡 ���� (-q ������)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# ���ſ� ������." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# `update_status' ����� ���� �߸��Ǿ����ϴ�!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# `command_status' ����� ���� �߸��Ǿ����ϴ�!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# ����" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# ����" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# ���� ����." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# ���� ����." -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %2$u���� �ؽ� ��Ŷ�� %1$u���� ����.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %2$u���� �ؽ� ��Ŷ�� %1$u���� ����.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# ��Ŷ�� %.3f���� ����, �� ���� ��Ŷ�� �ִ� %u���� ����.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "`word' �Լ��� ù��° ���ڰ� ���ڰ� �ƴմϴ�" @@ -387,22 +406,22 @@ msgstr "CreatePipe() ���� (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() ����\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "�ӽ� ��ġ ���� %s��(��) ����ϴ�\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "�Լ� `%2$s'�� ���� ����(%1$d)�� �����մϴ� " -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "�� �÷��������� �������� �ʾҽ��ϴ�: `%s' �Լ�" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "�Լ� `%s'�� ���� ������� ���� ȣ��: `%c'�� ������" @@ -427,19 +446,16 @@ msgstr "%s: `%c%s' �ɼ��� �μ��� ������� �ʽ��ϴ�\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: `%s' �ɼ��� �μ��� �ʿ��մϴ�\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: �ν��� �� ���� �ɼ� `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: �ν��� �� ���� �ɼ� `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -450,7 +466,6 @@ msgstr "%s: �߸��� �ɼ� -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: �������� �ɼ� -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -552,7 +567,8 @@ msgstr "���� ����, ���� '\"' �ȿ� �ֽ��ϴ�\n" #: job.c:404 #, c-format msgid "Got a SIGCHLD; %u unreaped children.\n" -msgstr "SIGCHLD �ñ׳��� �ҽ��ϴ�; %u���� �ڽ����μ����� ������ �ʾҽ��ϴ�.\n" +msgstr "" +"SIGCHLD �ñ׳��� �ҽ��ϴ�; %u���� �ڽ����μ����� ������ �ʾҽ��ϴ�.\n" #: job.c:453 msgid "*** Waiting for unfinished jobs...." @@ -563,166 +579,171 @@ msgstr "*** ������ ���� �۾��� ��ٸ��� �ֽ��ϴ�...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "����ִ� �ڽ� ���μ��� 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (����)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "������ �ڽ� ���μ��� 0x%08lx PID %ld %s��(��) �ŵֵ��Դϴ�\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "������ �ڽ� ���μ��� 0x%08lx PID %ld %s��(��) �ŵֵ��Դϴ�\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "�ӽ� ��ġ ���� %s��(��) ����ϴ�\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "ü�ο��� �ڽ����μ��� 0x%08lx PID %ld %s��(��) ����ϴ�.\n" # ??? ����� ���� -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "�۾����� ����" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "�ڽ����μ��� child 0x%08lx (%s) �� ��ū�� ���� �ݴϴ�.\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy()�� ���μ����� �����ϴ� �� �����߽��ϴ� (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\n���� ���п��� %d���� �μ�\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"���� ���п��� %d���� �μ�\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "�ڽ����μ��� 0x%08lx (%s) PID %ld%s��(��) ü�ο� �ֽ��ϴ�.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "�ڽ� ���μ��� 0x%08lx (%s)���� ��ū�� �ҽ��ϴ�.\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "�۾� ������ �б�" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "�� � ü�������� ���� ������ ������ �� �����ϴ�" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "���� ������ ������ �� �����ϴ�: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "���� ����: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-���, CTRL-Y�� �Ļ��� ���μ������� �״�� ���ܵ� ���Դϴ�.\n" # DCL - Digital Command Language, VMS������ �����ϴ� shell language�� ���� -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-���, DCL���� CTRL-Y�� �ٽ� ��밡���ϵ��� �ؾ� �� ���Դϴ�.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "���� [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "���� CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "���� RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "�� �� ���� ���� ���ɾ� `%s'\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "����, �� ���ɾ�\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (�ӽ� ����)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "�Է��� %s���� �����̷�Ʈ�մϴ�\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "������ %s����(��) �����̷�Ʈ�մϴ�\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "����� %s���� �����̷�Ʈ�մϴ�\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "��� %s�� ������\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "���� ����, %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" -msgstr "�ڽ����μ��� pid %d�� �ŵֵ��̰�, ���� pid %d��(��) ��ٸ��� �ֽ��ϴ�\n" +msgstr "" +"�ڽ����μ��� pid %d�� �ŵֵ��̰�, ���� pid %d��(��) ��ٸ��� �ֽ��ϴ�\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: ������ ã�� ������" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: �� ���α��� ã�� ������" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL�� �ٲ�����ϴ� (���� `%s', ���� `%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "�ӽ� ��ġ ���� %s��(��) ����ϴ�\n" # ??? ����� ���� -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (%d��° ��) �߸��� �� ���ؽ�Ʈ (!unixy && !batch_mode_shell)\n" @@ -847,21 +868,21 @@ msgstr "������ ������ ���ο� ������ �����մϴ�" msgid "Warn when an undefined variable is referenced" msgstr "���ǵ��� ���� ������ ������ �� ����� ���ϴ�" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "�� ���ڿ��� ���� �̸����� �������մϴ�" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "����� �ܰ� ���� `%s'��(��) �߸��Ǿ����ϴ�" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: ���ͷ�Ʈ/���ܰ� �߰ߵǾ����ϴ� (�ڤ� = 0x%x, �ּ� = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -876,170 +897,174 @@ msgstr "" "�����÷��� = %x\n" "�����ּ� = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "���ٱ��� ����: �ּ� %x�� ����\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "���ٱ��� ����: �ּ� %x���� �б�\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell�� default_shell = %s ����(��) �����մϴ�.\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" -msgstr "find_and_set_shell ��� Ž���� default_shell = %s ����(��) �����մϴ�.\n" +msgstr "" +"find_and_set_shell ��� Ž���� default_shell = %s ����(��) �����մϴ�.\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s��(��) 30�ʵ��� �Ͻ� �����˴ϴ�..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "�Ϸ� sleep(30). ���.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "ǥ���Է¿��� �Ƶ��̴� ����ũ������ �� �� �̻� �����Ǿ����ϴ�." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (�ӽ� ����)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "sh.exe�� ����� �� ������ -j Ȥ�� -jobs�� �������� �ʽ��ϴ�" -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "make�� ���� �۾� ���� �����մϴ�" -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "�� �÷��������� ���� �۾�(-j)�� �������� �ʽ��ϴ�." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "���� �۾� (-j1) ���� ���ư��ϴ�." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "���� ����: ���� ���� -jobserver-fds �ɼ�" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "���� ����: �߸��� -jobserver-fds ���ڿ� `%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "���: �Ļ��� ����ũ���� -jN�� �����Ǿ����ϴ�: �۾����� ��带 ���ϴ�." # ??? ����� ���� -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "dup �۾�����" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "���: �۾������� ����� �� �����ϴ�: -j1�� ����մϴ�. �θ� ����ũ ��Ģ�� `+'�� �߰��մϴ�." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"���: �۾������� ����� �� �����ϴ�: -j1�� ����մϴ�. �θ� ����ũ ��Ģ�� `" +"+'�� �߰��մϴ�." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "�۾� ������ ����" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "�۾����� ������ �ʱ�ȭ" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "����ũ������ ������Ʈ�ϰ� �ֽ��ϴ�....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "����ũ���� `%s'��(��) �ݺ��� �� �ֽ��ϴ�; �ٽ� ������ �ʽ��ϴ�.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "����ũ���� `%s'�� �ٽ� ����µ� ������." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "���Ե� ����ũ���� `%s'�� ã�� ���߽��ϴ�." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "����ũ���� `%s'�� ã�� ���߽��ϴ�" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "���� ���丮�� ���ư� �� �����ϴ�." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "�����:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (�ӽ� ����): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Ÿ���� �������� �ʾҰ� ����ũ������ �����ϴ�" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Ÿ�� ����" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "���� Ÿ���� �����մϴ�....\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." -msgstr "���: �ð谡 �߸��Ǿ����� �߰ߵǾ����ϴ�. ���尡 �ҿ����� �� �ֽ��ϴ�." +msgstr "" +"���: �ð谡 �߸��Ǿ����� �߰ߵǾ����ϴ�. ���尡 �ҿ����� �� �ֽ��ϴ�." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "����: %s [�ɼ�] [Ÿ��] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "�ɼ�:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\n�������� <bug-make@gnu.org>�� �˷� �ֽʽÿ�.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"�������� <bug-make@gnu.org>�� �˷� �ֽʽÿ�.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "`-%c' �ɼ��� ���� ���� �μ��� �ʿ��մϴ�" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1058,31 +1083,42 @@ msgstr "" "%s�������� <bug-make@gnu.org>�� �˷��ֽʽÿ�.\n" "\n" -#: main.c:2734 -#, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# ����ũ ����Ÿ���̽�, %s�� ǥ��" - #: main.c:2743 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# ����ũ ����Ÿ ���̽� ��ħ, %s����\n" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# ����ũ ����Ÿ���̽�, %s�� ǥ��" -#: main.c:2798 -msgid "Entering" -msgstr "��" +#: main.c:2752 +#, c-format +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# ����ũ ����Ÿ ���̽� ��ħ, %s����\n" -#: main.c:2798 -msgid "Leaving" -msgstr "����" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "�� �� ���� ���丮" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "�� �� ���� ���丮" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "`%s' ���丮\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "`%s' ���丮\n" #: misc.c:308 @@ -1094,22 +1130,32 @@ msgstr ". ����.\n" msgid "Unknown error %d" msgstr "�� �� ���� ���� %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "���� �� ������" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s ����: ����� %lu (���� %lu), �� %lu (���� %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "�ʱ�ȭ��" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "����ũ������ �а� �ֽ��ϴ�\n" @@ -1143,7 +1189,7 @@ msgstr "���ǹ��� �������� ������ ����" msgid "extraneous `endef'" msgstr "������ `endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "�� ���� �̸�" @@ -1160,10 +1206,6 @@ msgstr "�߸��� `override' ������" msgid "no file name for `%sinclude'" msgstr "`%sinclude'�� �����̸��� �����ϴ�" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "ù��° Ÿ�ٺ��� �տ��� ���ɾ ���۵Ǿ����ϴ�" @@ -1172,8 +1214,6 @@ msgstr "ù��° Ÿ�ٺ��� �տ��� ���ɾ ���۵Ǿ����ϴ�" msgid "missing rule before commands" msgstr "���� �տ� ��Ģ�� ������" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1192,6 +1232,7 @@ msgid "multiple target patterns" msgstr "���� Ÿ�� ����" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "Ÿ�� ���Ͽ� `%%'�� �����ϴ�." @@ -1203,7 +1244,6 @@ msgstr "`endif'�� ������" msgid "Extraneous text after `endef' directive" msgstr "`endef' ������ �ڿ� ������ ���� ����" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "`endef'�� ������. ������� ���� `define'" @@ -1226,50 +1266,45 @@ msgstr "�� ���� ���ǿ��� �� ���� `else'�� �־�� �մϴ�" msgid "Malformed per-target variable definition" msgstr "Ÿ�ٺ� ���� ���� ������ Ʋ�Ƚ��ϴ�" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "������ ���� ��� ������ ���Ϸ��� �������ϴ�" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "ȥ�յ� ������ ��Ģ�� �Ϲ��� ��Ģ" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "Ÿ�� `%s'��(��) Ÿ�� ���Ͽ� ���� �ʽ��ϴ�" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "Ÿ�� `%s'��(��) �������� ������ �� ������ ������ �ΰ� �˴ϴ�" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "Ÿ�� ���� `%s'��(��) :�� :: ���� ���ÿ� ���� �ֽ��ϴ�" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "Ÿ�� `%s'��(��) ���� ��Ģ���� ���� �� �־������ϴ�" -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "���: Ÿ�� `%s'�� ���� ���ɾ�� �ٸ� ���� �켱�մϴ�" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "���: Ÿ�� `%s'�� ���� ���� ���ɾ���� �����մϴ�" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "���: NUL ���ڰ� �߰ߵǾ����ϴ�; ���� �������� ���õ˴ϴ�" @@ -1319,141 +1354,173 @@ msgstr "`%s' ������ ������ ���ƽ��ϴ�.\n" msgid "File `%s' does not exist.\n" msgstr "`%s' ������ �������� �ʽ��ϴ�.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "`%s'�� ���� ������ ��Ģ�� ã�ҽ��ϴ�.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "`%s'�� ���� ������ ��Ģ�� ã�� ���߽��ϴ�.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "`%s'�� ���� ������ ������ �����.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "%s <- %s ��ȣ �������� ���õ˴ϴ�." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Ÿ�� ���� `%s'�� ���������� ���ƽ��ϴ�.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "`%s'�� ���������� ��������� �ֽ��ϴ�.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Ÿ�� ���� `%s'��(��) �����մϴ�.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "������ ���� Ÿ�� `%s'�� �ٽ� ������ ���߽��ϴ�." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Ÿ�� `%2$s'�� �������� %1$s��(��) �������� �ʽ��ϴ�.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "�������� `%s'��(��) Ÿ�� `%s'���� �ֱٿ� ����������ϴ�.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "�������� `%s'��(��) Ÿ�� `%s'���� ���� ����������ϴ�.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "Ÿ�� `%s'��(��) �� ���� �ݷ��� �ٿ������� ���������� �����ϴ�.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "`%s'�� ���� ���ɾ ���� � �������ǵ� ������� �ʾҽ��ϴ�.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Ÿ�� `%s'��(��) �ٽ� ���� �ʿ䰡 �����ϴ�." -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; VPATH �̸� `%s'��(��) ����մϴ�" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Ÿ�� `%s'�� �ٽ� ������ �մϴ�.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " VPATH �̸� `%s'��(��) �����մϴ�.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "`%s'��� ������ ���� ���Դϴ�.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Ÿ�� ���� `%s'�� �ٽ� ����� �� �����߽��ϴ�.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Ÿ�� ���� `%s'�� ���������� �ٽ� ��������ϴ�.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Ÿ�� ���� `%s'��(��) -q �Ͽ� �ٽ� ��������� �մϴ�.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sŸ�� `%s'�� ���� ��Ģ�� ����%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%1$s`%3$s'���� �ʿ�� �ϴ� Ÿ�� `%2$s'�� ���� ��Ģ�� �����ϴ�%4$s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "*** ���� `%s'�� �̷��� ���� �ð��� ������ �ֽ��ϴ� (%s > %s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" msgstr "*** ���� `%s'�� �̷��� ���� �ð��� ������ �ֽ��ϴ� (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS�� ���� `%s'��(��) ������ �ƴմϴ�" +# ??? ����� ���� -- ���� �˱� ����� +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customs�� export���� ���� ���Դϴ�: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# ������ ��Ģ ����." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# ������ ��Ģ ����." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# ������ ��Ģ ����." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u���� ������ ��Ģ, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u���� ������ ��Ģ, %u" #: rule.c:683 msgid " terminal." @@ -1465,17 +1532,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "����: num_pattern_rules ����! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# ������ ���� ���� ����" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# ������ ���� ���� ����" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# ������ ���� ���� ������ �����ϴ�." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# ������ ���� ���� ������ �����ϴ�." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u���� ������ ���� ���� ����" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u���� ������ ���� ���� ����" #: signame.c:97 msgid "unknown signal" @@ -1593,9 +1672,6 @@ msgstr "���� Ÿ�̸� �ð� �ʰ���" msgid "Profiling timer expired" msgstr "�������ϸ� Ÿ�̸� �ð� �ʰ���" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "â�� �ٲ����" @@ -1608,10 +1684,6 @@ msgstr "��ӵ�" msgid "Urgent I/O condition" msgstr "����� ����� ��Ȳ" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "����� ����" @@ -1640,60 +1712,78 @@ msgstr "���� ��û" msgid "Floating point co-processor not available" msgstr "�ε��Ҽ��� ���� �������μ����� �����ϴ�" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "�⺻��" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "ȯ��" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "����ũ����" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "-e ���� ȯ��" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "������" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "`override' ������" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "�ڵ�" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (`%s'����, %lu��° ��):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# ���� ����." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %2$u���� �ؽ� ��Ŷ�� %1$u���� ����.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# ��Ŷ�� ��� %.1f���� ����, �� ���� ��Ŷ�� �ִ� %u��.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# ��Ŷ�� ��� %d.%d���� ����, �� ���� ��Ŷ�� �ִ� %u��.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# ����\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# ����\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search�� %d�� �����ϸ� �����߽��ϴ�\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# VPATH Ž�� ���\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# VPATH Ž�� ���\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1701,12 +1791,20 @@ msgstr "# `vpath' Ž�� ��ΰ� ����." #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u���� `vpath' Ž�� ���.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u���� `vpath' Ž�� ���.\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# �Ϲ����� (`VPATH' ����) Ž�� ��ΰ� ����." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# �Ϲ����� (`VPATH' ����) Ž�� ��ΰ� ����." #: vpath.c:581 msgid "" @@ -1718,13 +1816,8 @@ msgstr "" "# �Ϲ����� (`VPATH' ����) Ž�� ���:\n" "# " -# ??? ����� ���� -- ���� �˱� ����� -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customs�� export���� ���� ���Դϴ�: %s\n" +#~ msgid "Entering" +#~ msgstr "��" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search�� %d�� �����ϸ� �����߽��ϴ�\n" +#~ msgid "Leaving" +#~ msgstr "����" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79\n" -"POT-Creation-Date: 2000-04-05 10:09-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2000-05-22 23:48+02:00\n" "Last-Translator: Ivo Timmermans <itimmermans@bigfoot.com>\n" "Language-Team: Dutch <nl@li.org>\n" @@ -48,31 +48,31 @@ msgstr "touch: Ongeldig resultaat van ar_member_touch op `%s'" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module kon geen module informatie extraheren, status = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control mislukte met status = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "kon bibliotheek `%s' niet openen om onderdeel `%s' op te zoeken" -#: arscan.c:820 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Onderdeel `%s'%s: %ld bytes op %ld (%ld).\n" -#: arscan.c:821 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (naam kan ingekort zijn)" -#: arscan.c:823 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Datum %s" -#: arscan.c:824 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, mode = 0%o.\n" @@ -81,271 +81,307 @@ msgstr " uid = %d, gid = %d, mode = 0%o.\n" msgid "*** Break.\n" msgstr "*** Afgebroken.\n" -#: commands.c:483 +#: commands.c:486 #, c-format msgid "*** [%s] Archive member `%s' may be bogus; not deleted" msgstr "*** [%s] Archief-onderdeel `%s' kan vals zijn; niet verwijderd" -#: commands.c:486 +#: commands.c:489 #, c-format msgid "*** Archive member `%s' may be bogus; not deleted" msgstr "*** Archief-onderdeel `%s' kan vals zijn; niet verwijderd" -#: commands.c:498 +#: commands.c:501 #, c-format msgid "*** [%s] Deleting file `%s'" msgstr "*** [%s] Bestand `%s' wordt verwijderd" -#: commands.c:500 +#: commands.c:503 #, c-format msgid "*** Deleting file `%s'" msgstr "*** Bestand `%s' wordt verwijderd" -#: commands.c:538 +#: commands.c:541 msgid "# commands to execute" msgstr "# uit te voeren opdrachten" -#: commands.c:541 +#: commands.c:544 msgid " (built-in):" msgstr " (ingebouwd):" -#: commands.c:543 +#: commands.c:546 #, c-format msgid " (from `%s', line %lu):\n" msgstr " (uit `%s', regel %lu):\n" -#: dir.c:902 -msgid "\n# Directories\n" -msgstr "\n# Mappen\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Mappen\n" -#: dir.c:910 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: kon de status niet opvragen.\n" -#: dir.c:913 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (sleutel %s, veranderd op %d): kan niet worden geopend.\n" -#: dir.c:917 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (apparaat %d, inode [%d,%d,%d]): kon niet worden geopend.\n" -#: dir.c:922 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (apparaat %ld, inode %ld): kon niet worden geopend.\n" -#: dir.c:939 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (sleutel %s, veranderd op %d): " -#: dir.c:943 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (apparaat %d, inode [%d,%d,%d]): " -#: dir.c:948 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (apparaat %ld, inode %ld): " -#: dir.c:954 dir.c:974 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Nee" -#: dir.c:957 dir.c:977 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " bestanden, " -#: dir.c:959 dir.c:979 +#: dir.c:970 dir.c:990 msgid "no" msgstr "nee" -#: dir.c:962 +#: dir.c:973 msgid " impossibilities" msgstr " onmogelijkheden" -#: dir.c:966 +#: dir.c:977 msgid " so far." msgstr " tot zo ver." -#: dir.c:982 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " onmogelijkheden in in %u mappen.\n" -#: expand.c:105 +#: expand.c:106 #, c-format msgid "Recursive variable `%s' references itself (eventually)" msgstr "Recursieve variabele `%s' refereert (uiteindelijk) naar zichzelf" -#: expand.c:130 +#: expand.c:131 #, c-format msgid "warning: undefined variable `%.*s'" msgstr "let op: ongedefinieerde variabele `%.*s'" -#. Unterminated variable reference. -#: expand.c:247 +#: expand.c:248 msgid "unterminated variable reference" msgstr "onafgesloten referentie naar variabele" -#: file.c:307 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Commando's waren opgegeven voor bestand `%s' op %s:%lu," -#: file.c:313 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "Commando's voor bestand `%s' zijn gevonden door implicite zoek regels," -#: file.c:317 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "maar `%s' wordt nu beschouwd als het zelfde bestand als `%s'." # fixme -#: file.c:321 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "Commando's voor `%s' worden genegeerd ten voordele van die voor `%s'." # Dit wordt heel moeilijk als je colon vertaalt als `dubbele punt' -#: file.c:342 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "kan enkele colon `%s' niet hernoemen naar dubbele colon `%s' (FIXME)" -#: file.c:347 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "kan dubbele colon `%s' niet hernoemen in enkele colon `%s'" -#: file.c:414 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Verwijderen tijdelijk bestand `%s'" -#: file.c:622 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Verwijderen tijdelijk bestand `%s'" + +#: file.c:587 +#, c-format +msgid "%s: Timestamp out of range; substituting %s" +msgstr "" + +#: file.c:588 +msgid "Current time" +msgstr "" + +#: file.c:686 msgid "# Not a target:" msgstr "# Niet een bestemming:" -#: file.c:630 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Belangrijk bestand (afhankelijk van .PRECIOUS)." -#: file.c:632 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Onecht doel (afhankelijk van .PHONY)." -#: file.c:634 +#: file.c:698 msgid "# Command-line target." msgstr "# Commando-regel doel." -#: file.c:636 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# Een standaard of MAKEFILES makefile." -#: file.c:638 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Impliciete zoek regel is uitgevoerd." -#: file.c:639 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Impliciete zoek regel is niet uitgevoerd." -#: file.c:641 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Impliciete/statische patroon stam: `%s'\n" -#: file.c:643 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# Bestand is een tijdelijke afhankelijke." -#: file.c:646 +#: file.c:710 msgid "# Also makes:" msgstr "# Maakt ook:" -#: file.c:652 +#: file.c:716 msgid "# Modification time never checked." msgstr "# Wijzigingstijd nooit gecontroleerd." -#: file.c:654 +#: file.c:718 msgid "# File does not exist." msgstr "# Bestand bestaat niet." -#: file.c:659 +#: file.c:720 +#, fuzzy +msgid "# File is very old." +msgstr "# Bestand is gewijzigd." + +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Laatst gewijzigd %s\n" -#: file.c:662 +#: file.c:728 msgid "# File has been updated." msgstr "# Bestand is gewijzigd." -#: file.c:662 +#: file.c:728 msgid "# File has not been updated." msgstr "# Bestand is niet gewijzigd." -#: file.c:666 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Commando's die nu uitgevoerd worden (THIS IS A BUG)." -#: file.c:669 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." -msgstr "# Commando's voor afhankelijken die nu uitgevoerd worden (THIS IS A BUG)." +msgstr "" +"# Commando's voor afhankelijken die nu uitgevoerd worden (THIS IS A BUG)." -#: file.c:678 +#: file.c:744 msgid "# Successfully updated." msgstr "# Met succes bijgewerkt." -#: file.c:682 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Dient bijgewerkt te worden (-q is aktief)." -#: file.c:685 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Bijwerken mislukte." -#: file.c:688 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Ongeldige waarde in `update_status' onderdeel!" -#: file.c:695 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Ongeldige waarde in `command_state' onderdeel!" -#: file.c:714 -msgid "\n# Files" -msgstr "\n# Bestanden" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Bestanden" -#: file.c:737 -msgid "\n# No files." -msgstr "\n# Geen bestanden." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Geen bestanden." -#: file.c:740 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u bestanden in %u frommelbakjes.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u bestanden in %u frommelbakjes.\n" -#: file.c:742 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" -msgstr "# gemiddeld %.3f bestanden per bakje, maximaal %u bestanden in een bakje.\n" +msgstr "" +"# gemiddeld %.3f bestanden per bakje, maximaal %u bestanden in een bakje.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "niet-numeriek eerste argument voor `word' functie" #: function.c:741 -msgid "the `word' function takes a positive index argument" -msgstr "de `word' functie verwacht een positief index argument" +#, fuzzy +msgid "first argument to `word' function must be greater than 0" +msgstr "niet-numeriek eerste argument voor `word' functie" #: function.c:765 msgid "non-numeric first argument to `wordlist' function" @@ -374,22 +410,22 @@ msgstr "CreatePipe() mislukte (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() mislukte\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Opruimen van tijdelijk batchbestand %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "Te weinig argumenten (%d) voor functie `%s'" -#: function.c:1692 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Niet geimplementeerd op dit platform: functie `%s'" -#: function.c:1745 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "niet afgesloten aanroep naar functie `%s': ontbrekend `%c'" @@ -414,19 +450,16 @@ msgstr "%s: optie `%c%s' staat geen argument toe\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: optie `%s' vereist een argument\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: onbekende optie `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: onbekende optie `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -437,7 +470,6 @@ msgstr "%s: ongeldige optie -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: onjuiste optie -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -463,41 +495,41 @@ msgstr "Zoeken naar een impliciete regel voor `%s'.\n" msgid "Looking for archive-member implicit rule for `%s'.\n" msgstr "Zoek naar een impliciete regel voor archief-onderdeel voor `%s'.\n" -#: implicit.c:201 +#: implicit.c:202 msgid "Avoiding implicit rule recursion.\n" msgstr "Vermijden impliciete regel recursie.\n" -#: implicit.c:339 +#: implicit.c:340 #, c-format msgid "Trying pattern rule with stem `%.*s'.\n" msgstr "Probeer patroon regel met stam `%.*s'.\n" -#: implicit.c:380 +#: implicit.c:381 #, c-format msgid "Rejecting impossible implicit prerequisite `%s'.\n" msgstr "Verwerpen onmogelijke impliciete afhankelijkheid `%s'.\n" -#: implicit.c:381 +#: implicit.c:382 #, c-format msgid "Rejecting impossible rule prerequisite `%s'.\n" msgstr "Verwerpen onmogelijke regel afhankelijkheid `%s'.\n" -#: implicit.c:391 +#: implicit.c:392 #, c-format msgid "Trying implicit prerequisite `%s'.\n" msgstr "Proberen impliciete afhankelijkheid `%s'.\n" -#: implicit.c:392 +#: implicit.c:393 #, c-format msgid "Trying rule prerequisite `%s'.\n" msgstr "Proberen regel afhankelijkheid `%s'.\n" -#: implicit.c:413 +#: implicit.c:414 #, c-format msgid "Found prerequisite `%s' as VPATH `%s'\n" msgstr "Afhankelijkheid `%s' gevonden als VPATH `%s'\n" -#: implicit.c:430 +#: implicit.c:431 #, c-format msgid "Looking for a rule with intermediate file `%s'.\n" msgstr "Zoeken naar een regel met tijdelijk bestand `%s'.\n" @@ -548,165 +580,169 @@ msgstr "*** Wachten op onafgeronde taken..." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Aktief kindproces 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1295 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (op afstand)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Afsluiten verliezend kind 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Afsluiten winnend kind 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Tijdelijk batchbestand %s wordt opgeruimd\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Verwijder kindproces 0x%08lx PID %ld %s uit reeks.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "schrijf taakserver" # fixme -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Token vrijgegeven voor kindproces 0x%08lx (%s).\n" -#: job.c:1229 job.c:2218 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() kon geen process uitvoeren (e=%d)\n" -#: job.c:1233 job.c:2222 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\n%d argumenten geteld in mislukte uitvoeren\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"%d argumenten geteld in mislukte uitvoeren\n" -#: job.c:1293 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Kindproces 0x%08lx (%s) PID %ldh%s in reeks geplaatst.\n" -#: job.c:1490 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Token ontvangen voor kind 0x%08lx (%s).\n" # fixme -#: job.c:1496 +#: job.c:1567 msgid "read jobs pipe" msgstr "lezen van takenpijp" -#: job.c:1566 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "kan geen belastingslimiet opleggen onder dit besturingssysteem" -#: job.c:1568 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "kan geen belastingslimiet opleggen: " -#: job.c:1671 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "interne fout: `%s' command_state" -#: job.c:1756 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-waarschuwing, CTRL-Y laat nog kindproces(sen) rondslingeren.\n" -#: job.c:1773 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "-waarschuwing, u moet misschien CTRL-Y opnieuw activeren vanuit DCL.\n" -#: job.c:1886 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "INGEBOUWD [%s][%s]\n" -#: job.c:1897 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "INGEBOUWDE CD %s\n" -#: job.c:1915 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "INGEBOUWDE RM %s\n" -#: job.c:1936 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Onbekend ingebouwd commando `%s'.\n" -#: job.c:1958 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Fout, leeg commando\n" -#: job.c:1965 main.c:1270 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (tijdelijk bestand)" -#: job.c:1970 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Invoer omgeleid van %s\n" -#: job.c:1977 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Foutuitvoer omgeleid naar %s\n" -#: job.c:1984 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Uitvoer omgeleid naar %s\n" -#: job.c:2047 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "In plaats daarvan wordt %s uitgevoerd\n" -#: job.c:2144 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "Fout spawning, %d\n" -#: job.c:2247 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make sloot kind proces %d af, nog wachtende op proces %d\n" -#: job.c:2266 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Commando niet gevonden" -#: job.c:2295 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: Shell programma niet gevonden" -#: job.c:2476 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL veranderd (was `%s', nu `%s')" -#: job.c:2882 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Tijdelijk batchbestand %s wordt aangemaakt\n" -#: job.c:2924 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (regel %d) Foutieve shell context (!unixy && !batch_mode_shell)\n" @@ -831,21 +867,21 @@ msgstr "Veronderstel dat BESTAND oneindig nieuw is" msgid "Warn when an undefined variable is referenced" msgstr "Waarschuw indien naar een ongedefinieerde variabele wordt verwezen" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "lege string is een ongeldige bestandsnaam" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "onbekende specificatie van debug-niveau `%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: Onderbreking/Uitzondering afgevangen (code = 0x%x, addr = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -860,173 +896,173 @@ msgstr "" "UitzonderingVlaggen = %x\n" "UitzonderingAdres = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Geschonden toegang: schrijfoperatie op adres %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Geschonden toegang: leesoperatie op adres %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell stelt default_shell in op %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell zoekpad stelt default_shell in op %s\n" -#: main.c:1051 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s wordt uitgesteld voor 30 seconden..." -#: main.c:1053 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sleep(30) is afgelopen. Doorgaan.\n" -#: main.c:1260 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefile uit standaard invoer twee keer opgegeven." -#: main.c:1276 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (tijdelijk bestand)" -#: main.c:1378 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "Geef geen -j of --jobs op indien sh.exe niet beschikbaar is." -#: main.c:1379 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "make opnieuw instellen voor enkele taak modus." -#: main.c:1416 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Parallelle taken (-j) worden niet ondersteund op dit platform." -#: main.c:1417 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Terug naar enkele taak-modus (-j1)." -#: main.c:1431 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "interne fout: meerdere --jobserver-fds opties" -#: main.c:1439 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "interne fout: ongeldige --jobserver-fds string `%s'" -#: main.c:1449 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "let op: -jN geforceerd in submake: jobserver modus uitgeschakeld." -#: main.c:1459 +#: main.c:1501 msgid "dup jobserver" msgstr "dubbele jobserver" -#: main.c:1462 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "let op: jobserver niet beschikbaar: -j1 wordt gebruikt. Voeg `+' toe aan de bovenliggende make opdracht." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"let op: jobserver niet beschikbaar: -j1 wordt gebruikt. Voeg `+' toe aan de " +"bovenliggende make opdracht." -#: main.c:1485 +#: main.c:1527 msgid "creating jobs pipe" msgstr "takenpijp aanmaken" -#: main.c:1495 +#: main.c:1536 msgid "init jobserver pipe" msgstr "takenpijp beginnen" -#: main.c:1580 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Bijwerken van makefiles...\n" -#: main.c:1605 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "Makefile `%s' kan in een lus komen; wordt niet opnieuw aangemaakt.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1679 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Opnieuw maken van makefile `%s' mislukte." -#: main.c:1695 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Ingesloten makefile `%s' was niet gevonden." -#. A normal makefile. We must die later. -#: main.c:1700 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Makefile `%s' was niet gevonden" -#: main.c:1768 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Kan niet terug naar originele map." -#: main.c:1802 +#: main.c:1844 msgid "Re-executing:" msgstr "Heruitvoeren:" -#: main.c:1833 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (tijdelijk bestand)" -#: main.c:1855 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Geen doelen gespecificeerd en geen makefile gevonden" -#: main.c:1857 +#: main.c:1904 msgid "No targets" msgstr "Geen doelen" -#. Update the goals. -#: main.c:1862 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Bijwerken doelen...\n" # fixme -#: main.c:1888 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "waarschuwing: Klokafwijking gevonden. Uw build kan incompleet zijn." -#: main.c:2043 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Gebruik: %s [opties] [doel] ...\n" -#: main.c:2045 +#: main.c:2092 msgid "Options:\n" msgstr "Opties:\n" -#: main.c:2126 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" msgstr "" "\n" "Meld fouten aan <bug-make@gnu.org>;\n" "meld fouten in de vertaling aan <nl@li.org>.\n" -#: main.c:2235 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "de `-%c' optie vereist een positief integraal argument" -#: main.c:2659 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1042,405 +1078,449 @@ msgstr "" "%sEr is GEEN garantie; zelfs niet voor VERKOOPBAARHEID of GESCHIKTHEID\n" "%sVOOR EEN SPECIFIC DOEL.\n" "\n" -"%sMeld fouten in het programma aan <bug-make@gnu.org>; meld fouten in de vertaling aan <nl@li.org>.\n" +"%sMeld fouten in het programma aan <bug-make@gnu.org>; meld fouten in de " +"vertaling aan <nl@li.org>.\n" "\n" -#: main.c:2685 +#: main.c:2743 #, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Make database, afgedrukt op %s" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Make database, afgedrukt op %s" -#: main.c:2694 +#: main.c:2752 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Klaar met Make database op %s\n" - -#: main.c:2749 -msgid "Entering" -msgstr "Binnengaan van" +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Klaar met Make database op %s\n" -#: main.c:2749 -msgid "Leaving" -msgstr "Weggaan uit" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "een onbekende map" -#: main.c:2768 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "een onbekende map" -#: main.c:2770 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" msgstr "map `%s'\n" -#: misc.c:307 +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" +msgstr "map `%s'\n" + +#: misc.c:308 msgid ". Stop.\n" msgstr ". Stop.\n" -#: misc.c:329 +#: misc.c:330 #, c-format msgid "Unknown error %d" msgstr "Onbekende fout %d" -#: misc.c:369 misc.c:384 misc.c:402 read.c:2708 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "geen virtueel geheugen meer beschikbaar" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. -#: misc.c:653 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#: misc.c:655 +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s toegang: gebruiker %lu (werkelijk %lu), groep %lu (werkelijk %lu)\n" -#: misc.c:674 -msgid "Initialized" +#: misc.c:676 +#, fuzzy +msgid "Initialized access" msgstr "Ge�nitialiseerd" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Inlezen makefiles...\n" -#: read.c:337 +#: read.c:335 #, c-format msgid "Reading makefile `%s'" msgstr "Lezen makefile `%s'" -#: read.c:339 +#: read.c:337 msgid " (no default goal)" msgstr " (geen standaard doel)" -#: read.c:341 +#: read.c:339 msgid " (search path)" msgstr " (zoekpad)" -#: read.c:343 +#: read.c:341 msgid " (don't care)" msgstr " (kan me niet schelen)" -#: read.c:345 +#: read.c:343 msgid " (no ~ expansion)" msgstr " (geen ~ expansie)" -#: read.c:525 +#: read.c:523 msgid "invalid syntax in conditional" msgstr "ongeldige syntax in conditie" -#: read.c:534 +#: read.c:532 msgid "extraneous `endef'" msgstr "extra `endef'" -#: read.c:546 read.c:573 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "lege variabelenaam" -#: read.c:564 +#: read.c:562 msgid "empty `override' directive" msgstr "lege `override' opdracht" -#: read.c:587 +#: read.c:586 msgid "invalid `override' directive" msgstr "ongeldige `override' opdracht" -#: read.c:671 +#: read.c:670 #, c-format msgid "no file name for `%sinclude'" msgstr "geen bestandsnaam voor `%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "commando's beginnen voor het eerste doel" -#: read.c:787 +#: read.c:788 msgid "missing rule before commands" msgstr "ontbrekende regel voor commando's" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... -#: read.c:873 +#: read.c:874 #, c-format msgid "missing separator%s" msgstr "ontbrekend scheidingsteken%s" -#: read.c:875 +#: read.c:876 msgid " (did you mean TAB instead of 8 spaces?)" msgstr " (bedoelde u TAB in plaats van 8 spaties?)" -#: read.c:1011 +#: read.c:1020 msgid "missing target pattern" msgstr "ontbrekend doel patroon" -#: read.c:1013 +#: read.c:1022 msgid "multiple target patterns" msgstr "meerdere doel patronen" -#: read.c:1017 +#: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "doel patroon bevat geen `%%'" -#: read.c:1058 +#: read.c:1067 msgid "missing `endif'" msgstr "ontbrekende `endif'" -#: read.c:1117 +#: read.c:1126 msgid "Extraneous text after `endef' directive" msgstr "Extra tekst na `endef' opdracht" -#. No `endef'!! -#: read.c:1147 +#: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "onbrekende `endef', niet afgesloten `define'" -#: read.c:1201 read.c:1357 +#: read.c:1210 read.c:1366 #, c-format msgid "Extraneous text after `%s' directive" msgstr "Extra tekst na `%s' opdracht" -#: read.c:1204 +#: read.c:1213 #, c-format msgid "extraneous `%s'" msgstr "extra `%s'" -#: read.c:1209 +#: read.c:1218 msgid "only one `else' per conditional" msgstr "slechts ��n `else' per voorwaarde" -#: read.c:1471 +#: read.c:1480 msgid "Malformed per-target variable definition" msgstr "Foutieve definitie van per-doel variabele" -#: read.c:1553 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "gemengde impliciete en statische patroon regels" -#: read.c:1556 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "gemengde implicite en normale regels" -#: read.c:1597 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "doel `%s' komt niet overeen met doel patroon" -#: read.c:1619 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "doel `%s' laat afhankelijkheidspatroon leeg" -#: read.c:1635 read.c:1735 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "doel bestand `%s' heeft zowel : als :: ingangen" -#: read.c:1641 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "doel `%s' komt meer dan eens voor in dezelfde regel." # fixme -#: read.c:1650 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "let op: overschrijven commando's voor doel `%s'" -#: read.c:1653 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "let op: oude commando's voor doel `%s' worden genegeerd" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2153 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "let op: NULteken aanwezig; rest van regel genegeerd" -#: remake.c:227 +#: remake.c:230 #, c-format msgid "Nothing to be done for `%s'." msgstr "Niets te doen voor `%s'." -#: remake.c:228 +#: remake.c:231 #, c-format msgid "`%s' is up to date." msgstr "`%s' is up to date." -#: remake.c:296 +#: remake.c:299 #, c-format msgid "Pruning file `%s'.\n" msgstr "Bestand `%s' wordt opgeruimd.\n" -#: remake.c:350 +#: remake.c:353 #, c-format msgid "Considering target file `%s'.\n" msgstr "Doelbestand `%s' wordt overwogen.\n" -#: remake.c:357 +#: remake.c:360 #, c-format msgid "Recently tried and failed to update file `%s'.\n" msgstr "Recentelijk geprobeerd en gefaald bij updaten bestand `%s'.\n" -#: remake.c:361 +#: remake.c:364 #, c-format msgid "File `%s' was considered already.\n" msgstr "Bestand `%s' was reeds in overweging genomen.\n" -#: remake.c:371 +#: remake.c:374 #, c-format msgid "Still updating file `%s'.\n" msgstr "Bestand `%s' wordt nog steeds bijgewerkt.\n" -#: remake.c:374 +#: remake.c:377 #, c-format msgid "Finished updating file `%s'.\n" msgstr "Klaar met bijwerken bestand `%s'.\n" -#: remake.c:395 +#: remake.c:398 #, c-format msgid "File `%s' does not exist.\n" msgstr "Bestand `%s' bestaat niet.\n" -#: remake.c:405 remake.c:825 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Implicite regel gevonden voor `%s'.\n" -#: remake.c:407 remake.c:827 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Geen implicite regel gevonden voor `%s'.\n" -#: remake.c:413 remake.c:833 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Gebruiken standaard commando's voor `%s'.\n" -#: remake.c:433 remake.c:857 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "Niet doorgegaan met rondgaande %s <- %s afhankelijkheid." -#: remake.c:511 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Klaar met afhankelijkheden voor doel bestand `%s'.\n" -#: remake.c:517 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "De afhankelijkheden voor `%s' worden gemaakt.\n" -#: remake.c:530 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Geef het op voor doel bestand `%s'.\n" -#: remake.c:535 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "Doel `%s' niet opnieuw gemaakt vanwege fouten." -#: remake.c:583 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Afhankelijke `%s' van doel `%s' bestaat niet.\n" -#: remake.c:588 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "Afhankelijkheid `%s' is nieuwer dan afhankelijke `%s'.\n" -#: remake.c:591 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "Afhankelijkheid `%s' is ouder dan afhankelijke `%s'.\n" -#: remake.c:609 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "Doel `%s' is dubbele punt en heeft geen afhankelijkheden.\n" -#: remake.c:615 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "Geen commando's voor `%s' en geen gewijzigde afhankelijkheden.\n" -#: remake.c:623 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Doel `%s' hoeft niet opnieuw gemaakt te worden." -#: remake.c:625 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; VPATH naam `%s' wordt gebruikt" -#: remake.c:645 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Doel `%s' moet opnieuw gemaakt worden.\n" -#: remake.c:651 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " VPATH naam `%s' wordt genegeerd.\n" -#: remake.c:660 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Commando's van `%s' worden uitgevoerd.\n" -#: remake.c:667 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Opnieuw aanmaken van doelbestand `%s' is mislukt.\n" -#: remake.c:670 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Succesvol het doel bestand `%s' opnieuw aangemaakt.\n" -#: remake.c:673 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "Doel bestand `%s' dient opnieuw aangemaakt te worden met -q.\n" -#: remake.c:974 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sGeen regel voor het maken van doel `%s'%s" -#: remake.c:976 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%sGeen regel voor aanmaken doel `%s', nodig voor `%s'%s" -#: remake.c:1177 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" -msgstr "*** Let op: Bestand `%s' heeft een wijzigingstijd in de toekomst (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "" +"*** Let op: Bestand `%s' heeft een wijzigingstijd in de toekomst (%s > %s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "" +"*** Let op: Bestand `%s' heeft een wijzigingstijd in de toekomst (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1291 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS onderdeel `%s' is geen patroon" +# fixme +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customs zullen niet exporteren: %s\n" + +#: rule.c:656 +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Impliciete regels" + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# Geen implicite regels." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# Geen implicite regels." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u implicite regels, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u implicite regels, %u" #: rule.c:683 msgid " terminal." @@ -1452,17 +1532,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "BUG: onjuist aantal patroon regels! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# Patroon-specifieke waarden van variabelen" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# Patroon-specifieke waarden van variabelen" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# Geen patroon-specifieke waarden van variabelen." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# Geen patroon-specifieke waarden van variabelen." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u patroon-specifieke waarden van variabelen" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u patroon-specifieke waarden van variabelen" #: signame.c:97 msgid "unknown signal" @@ -1580,9 +1672,6 @@ msgstr "Virtuele timer afgelopen" msgid "Profiling timer expired" msgstr "Profiling timer afgelopen" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Venster gewijzigd" @@ -1595,10 +1684,6 @@ msgstr "Doorgaan" msgid "Urgent I/O condition" msgstr "Urgente I/O conditie" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "I/O mogelijk" @@ -1627,75 +1712,103 @@ msgstr "Verzoek om informatie" msgid "Floating point co-processor not available" msgstr "Drijvende komma co-processor niet beschikbaar" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "standaard" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "omgeving" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "maakbestand" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "omgeving onder -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "commando-regel" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "`override' opdracht" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "automatisch" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (uit `%s', regel %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Geen variabelen." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u variabelen in %u frommelbakjes.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" -msgstr "# gemiddelde van %.1f variabelen per bakje, maximaal %u in een bakje.\n" +msgstr "" +"# gemiddelde van %.1f variabelen per bakje, maximaal %u in een bakje.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" -msgstr "# gemiddelde van %d.%d variabelen per bakje, maximaal %u in een bakje.\n" +msgstr "" +"# gemiddelde van %d.%d variabelen per bakje, maximaal %u in een bakje.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# Variabelen\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Variabelen\n" -#: vpath.c:552 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# VPATH Zoekpaden\n" +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search mislukte met %d\n" -#: vpath.c:569 +#: vpath.c:553 +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# VPATH Zoekpaden\n" + +#: vpath.c:570 msgid "# No `vpath' search paths." msgstr "# Geen `vpath' zoekpaden." -#: vpath.c:571 +#: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u `vpath' zoekpaden.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u `vpath' zoekpaden.\n" -#: vpath.c:574 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# Geen standaard (`VPATH' variabele) zoekpad." +#: vpath.c:575 +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Geen standaard (`VPATH' variabele) zoekpad." -#: vpath.c:580 +#: vpath.c:581 msgid "" "\n" "# General (`VPATH' variable) search path:\n" @@ -1705,16 +1818,14 @@ msgstr "" "# Algemeen (`VPATH' variabele) zoekpad:\n" "# " -# fixme -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customs zullen niet exporteren: %s\n" +#~ msgid "the `word' function takes a positive index argument" +#~ msgstr "de `word' functie verwacht een positief index argument" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search mislukte met %d\n" +#~ msgid "Entering" +#~ msgstr "Binnengaan van" + +#~ msgid "Leaving" +#~ msgstr "Weggaan uit" #~ msgid " (ignored)" #~ msgstr " (genegeerd)" @@ -1815,9 +1926,6 @@ msgstr "sys$search mislukte met %d\n" #~ msgid "Job exported to %s ID %u\n" #~ msgstr "Job ge�xporteerd naar %s ID %u\n" -#~ msgid "\n# Implicit Rules" -#~ msgstr "\n# Impliciete regels" - #~ msgid "Error getting load average" #~ msgstr "Fout bij achterhalen belastingsgemiddelde" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..a5ba952 --- /dev/null +++ b/po/pl.po @@ -0,0 +1,1955 @@ +# Polish translation for GNU make. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Pawe� Krawczyk <kravietz@pipeta.chemia.pk.edu.pl>, 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: make 3.74.4\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" +"PO-Revision-Date: 1996-08-27 21:20+0200\n" +"Last-Translator: Pawe� Krawczyk <kravietz@pipeta.chemia.pk.edu.pl>\n" +"Language-Team: Polish <pl@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-2\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: ar.c:50 +#, c-format +msgid "attempt to use unsupported feature: `%s'" +msgstr "pr�ba u�ycia nieistniej�cej funkcji: `%s'" + +#: ar.c:141 +msgid "touch archive member is not available on VMS" +msgstr "element biblioteki `touch' jest niedost�pny pod VMS" + +#: ar.c:173 +#, c-format +msgid "touch: Archive `%s' does not exist" +msgstr "touch: Archiwum `%s' nie istnieje" + +#: ar.c:176 +#, c-format +msgid "touch: `%s' is not a valid archive" +msgstr "touch: `%s' nie jest poprawnym archiwum" + +#: ar.c:183 +#, c-format +msgid "touch: Member `%s' does not exist in `%s'" +msgstr "touch: Brak elementu `%s' w `%s'" + +#: ar.c:190 +#, c-format +msgid "touch: Bad return code from ar_member_touch on `%s'" +msgstr "touch: B��dny kod powrotu z ar_member_touch w `%s'" + +#: arscan.c:71 +#, c-format +msgid "lbr$set_module failed to extract module info, status = %d" +msgstr "" + +#: arscan.c:159 +#, c-format +msgid "lbr$ini_control failed with status = %d" +msgstr "" + +#: arscan.c:170 +#, fuzzy, c-format +msgid "unable to open library `%s' to lookup member `%s'" +msgstr "B��d otwarcia biblioteki %s podczas szukania elementu %s, %d\n" + +#: arscan.c:842 +#, c-format +msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" +msgstr "" + +#: arscan.c:843 +msgid " (name might be truncated)" +msgstr " (nazwa mo�e zosta� okrojona)" + +#: arscan.c:845 +#, c-format +msgid " Date %s" +msgstr " Data %s" + +#: arscan.c:846 +#, c-format +msgid " uid = %d, gid = %d, mode = 0%o.\n" +msgstr " uid = %d, gid = %d, mode = 0%o.\n" + +#: commands.c:391 +msgid "*** Break.\n" +msgstr "" + +#: commands.c:486 +#, c-format +msgid "*** [%s] Archive member `%s' may be bogus; not deleted" +msgstr "" + +#: commands.c:489 +#, c-format +msgid "*** Archive member `%s' may be bogus; not deleted" +msgstr "" + +#: commands.c:501 +#, fuzzy, c-format +msgid "*** [%s] Deleting file `%s'" +msgstr "*** Kasuj� plik po�redni `%s'" + +#: commands.c:503 +#, fuzzy, c-format +msgid "*** Deleting file `%s'" +msgstr "*** Kasuj� plik po�redni `%s'" + +#: commands.c:541 +msgid "# commands to execute" +msgstr "" + +#: commands.c:544 +msgid " (built-in):" +msgstr "" + +#: commands.c:546 +#, c-format +msgid " (from `%s', line %lu):\n" +msgstr "" + +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Katalogi\n" + +#: dir.c:921 +#, c-format +msgid "# %s: could not be stat'd.\n" +msgstr "# %s: stat() zwraca b��d.\n" + +#: dir.c:924 +#, fuzzy, c-format +msgid "# %s (key %s, mtime %d): could not be opened.\n" +msgstr "# %s (urz�dzenie %d, i-w�ze� %d): otwarcie by�o niemo�liwe.\n" + +#: dir.c:928 +#, c-format +msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" +msgstr "# %s (urz�dzenie %d, i-w�ze� [%d,%d,%d]): otwarcie by�o niemo�liwe.\n" + +#: dir.c:933 +#, fuzzy, c-format +msgid "# %s (device %ld, inode %ld): could not be opened.\n" +msgstr "# %s (urz�dzenie %d, i-w�ze� %d): otwarcie by�o niemo�liwe.\n" + +#: dir.c:950 +#, fuzzy, c-format +msgid "# %s (key %s, mtime %d): " +msgstr "# %s (urz�dzenie %d, i-w�ze� %d): " + +#: dir.c:954 +#, c-format +msgid "# %s (device %d, inode [%d,%d,%d]): " +msgstr "# %s (urz�dzenie %d, i-w�ze� [%d,%d,%d]): " + +#: dir.c:959 +#, fuzzy, c-format +msgid "# %s (device %ld, inode %ld): " +msgstr "# %s (urz�dzenie %d, i-w�ze� %d): " + +#: dir.c:965 dir.c:985 +msgid "No" +msgstr "Nie" + +#: dir.c:968 dir.c:988 +msgid " files, " +msgstr " pliki, " + +#: dir.c:970 dir.c:990 +msgid "no" +msgstr "nie" + +#: dir.c:973 +msgid " impossibilities" +msgstr " niemo�liwo�ci" + +#: dir.c:977 +msgid " so far." +msgstr " jak dot�d." + +#: dir.c:993 +#, c-format +msgid " impossibilities in %u directories.\n" +msgstr " niemo�liwo�ci w %u katalogach.\n" + +#: expand.c:106 +#, c-format +msgid "Recursive variable `%s' references itself (eventually)" +msgstr "Rekurencyjna zmienna `%s' wskazuje na sam� siebie" + +#: expand.c:131 +#, c-format +msgid "warning: undefined variable `%.*s'" +msgstr "uwaga: niezdefiniowana zmienna `%.*s'" + +#: expand.c:248 +msgid "unterminated variable reference" +msgstr "niezako�czone odwo�anie do zmiennej" + +#: file.c:304 +#, fuzzy, c-format +msgid "Commands were specified for file `%s' at %s:%lu," +msgstr "Polecenia dla pliku `%s' podano w %s:%u," + +#: file.c:310 +#, c-format +msgid "Commands for file `%s' were found by implicit rule search," +msgstr "" +"Polecenia dla pliku `%s' zosta�y wyznaczone na podstawie regu� standardowych," + +#: file.c:314 +#, c-format +msgid "but `%s' is now considered the same file as `%s'." +msgstr "ale `%s' jest teraz uznawany za ten sam plik co `%s'." + +#: file.c:318 +#, c-format +msgid "Commands for `%s' will be ignored in favor of those for `%s'." +msgstr "Polecenia dla `%s' zosta�y zignorowane na rzecz polece� dla `%s'." + +#: file.c:339 +#, c-format +msgid "can't rename single-colon `%s' to double-colon `%s'" +msgstr "" +"nie mog� przemianowa� zale�no�ci single-colon `%s' na double-colon `%s'" + +#: file.c:344 +#, c-format +msgid "can't rename double-colon `%s' to single-colon `%s'" +msgstr "" +"nie mog� przemianowa� zale�no�ci double-colon `%s' na single-colon `%s'" + +#: file.c:413 +#, c-format +msgid "*** Deleting intermediate file `%s'" +msgstr "*** Kasuj� plik po�redni `%s'" + +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Kasuj� plik po�redni `%s'" + +#: file.c:587 +#, c-format +msgid "%s: Timestamp out of range; substituting %s" +msgstr "" + +#: file.c:588 +msgid "Current time" +msgstr "" + +#: file.c:686 +msgid "# Not a target:" +msgstr "# To nie jest obiekt:" + +#: file.c:694 +#, fuzzy +msgid "# Precious file (prerequisite of .PRECIOUS)." +msgstr "# Cenny plik (zale�no�� .PRECIOUS)." + +#: file.c:696 +#, fuzzy +msgid "# Phony target (prerequisite of .PHONY)." +msgstr "# Obiekt niejawny (zale�no�� .PHONY)." + +#: file.c:698 +msgid "# Command-line target." +msgstr "# Obiekt podany w linii polece�." + +#: file.c:700 +msgid "# A default or MAKEFILES makefile." +msgstr "# Makefile domy�lny lub wymieniony w MAKEFILES." + +#: file.c:702 +#, fuzzy +msgid "# Implicit rule search has been done." +msgstr "# Szukanie regu� domy�lnych%s zosta�o zako�czone.\n" + +#: file.c:703 +#, fuzzy +msgid "# Implicit rule search has not been done." +msgstr "# Szukanie regu� domy�lnych%s zosta�o zako�czone.\n" + +#: file.c:705 +#, c-format +msgid "# Implicit/static pattern stem: `%s'\n" +msgstr "# �odyga wzorc�w domy�lnych/statycznych: `%s'\n" + +#: file.c:707 +#, fuzzy +msgid "# File is an intermediate prerequisite." +msgstr "# Plik jest zale�no�ci� przej�ciow�." + +#: file.c:710 +msgid "# Also makes:" +msgstr "# Robi r�wnie�:" + +#: file.c:716 +msgid "# Modification time never checked." +msgstr "# Czas modyfikacji nie by� sprawdzany." + +#: file.c:718 +msgid "# File does not exist." +msgstr "# Plik nie instnieje." + +#: file.c:720 +msgid "# File is very old." +msgstr "" + +#: file.c:725 +#, fuzzy, c-format +msgid "# Last modified %s\n" +msgstr "# Ostatnio modyfikowany %.24s (%ld)\n" + +#: file.c:728 +#, fuzzy +msgid "# File has been updated." +msgstr "# Plik%s zosta� uaktualniony.\n" + +#: file.c:728 +#, fuzzy +msgid "# File has not been updated." +msgstr "# Plik%s zosta� uaktualniony.\n" + +#: file.c:732 +msgid "# Commands currently running (THIS IS A BUG)." +msgstr "# Aktualnie uruchamiane polecenia (TO JEST PLUSKWA)." + +#: file.c:735 +msgid "# Dependencies commands running (THIS IS A BUG)." +msgstr "# Aktualnie uruchamiane polecenia zale�no�ci (TO JEST PLUSKWA)." + +#: file.c:744 +msgid "# Successfully updated." +msgstr "# Uaktualnienie powiod�o si�." + +#: file.c:748 +msgid "# Needs to be updated (-q is set)." +msgstr "# Powinien by� uaktualniony (-q jest w��czone)." + +#: file.c:751 +msgid "# Failed to be updated." +msgstr "# Uaktualnianie nie powiod�o si�." + +#: file.c:754 +msgid "# Invalid value in `update_status' member!" +msgstr "# B��dna warto�� w elemencie `update_status'!" + +#: file.c:761 +msgid "# Invalid value in `command_state' member!" +msgstr "# B��dna warto�� w elemencie `command_state'!" + +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Pliki" + +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Brak plik�w." + +#: file.c:806 +#, c-format +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u plik�w w %u zbiorach mieszania.\n" + +#: file.c:808 +#, fuzzy, c-format +msgid "# average %.3f files per bucket, max %u files in one bucket.\n" +msgstr "# �rednio %.1f plik�w na zbi�r, max. %u plik�w w jednym zbiorze.\n" + +#: function.c:737 +msgid "non-numeric first argument to `word' function" +msgstr "pierwszy argument funkcji `word' nie jest numeryczny" + +#: function.c:741 +#, fuzzy +msgid "first argument to `word' function must be greater than 0" +msgstr "pierwszy argument funkcji `word' nie jest numeryczny" + +#: function.c:765 +#, fuzzy +msgid "non-numeric first argument to `wordlist' function" +msgstr "pierwszy argument funkcji `word' nie jest numeryczny" + +#: function.c:767 +#, fuzzy +msgid "non-numeric second argument to `wordlist' function" +msgstr "pierwszy argument funkcji `word' nie jest numeryczny" + +#: function.c:1208 +#, c-format +msgid "create_child_process: DuplicateHandle(In) failed (e=%d)\n" +msgstr "" + +#: function.c:1219 +#, c-format +msgid "create_child_process: DuplicateHandle(Err) failed (e=%d)\n" +msgstr "" + +#: function.c:1224 +#, c-format +msgid "CreatePipe() failed (e=%d)\n" +msgstr "" + +#: function.c:1229 +msgid "windows32_openpipe (): process_init_fd() failed\n" +msgstr "" + +#: function.c:1466 +#, c-format +msgid "Cleaning up temporary batch file %s\n" +msgstr "" + +#: function.c:1686 +#, fuzzy, c-format +msgid "Insufficient number of arguments (%d) to function `%s'" +msgstr "pierwszy argument funkcji `word' nie jest numeryczny" + +#: function.c:1697 +#, c-format +msgid "Unimplemented on this platform: function `%s'" +msgstr "" + +#: function.c:1750 +#, c-format +msgid "unterminated call to function `%s': missing `%c'" +msgstr "niedoko�czone wywo�anie funkcji `%s': brak `%c'" + +#: getopt.c:675 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: opcja `%s' jest niejednoznaczna\n" + +#: getopt.c:699 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: opcja `--%s' nie przyjmuje argument�w\n" + +#: getopt.c:704 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: opcja `%c%s' nie przyjmuje argument�w\n" + +#: getopt.c:721 getopt.c:894 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: opcja `%s' wymaga argumentu\n" + +#: getopt.c:750 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: nierozpoznana opcja `--%s'\n" + +#: getopt.c:754 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: nierozpoznan opcja `%c%s'\n" + +#: getopt.c:780 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: niedozwolona opcja -- %c\n" + +#: getopt.c:783 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: b��dna opcja -- %c\n" + +#: getopt.c:813 getopt.c:943 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: opcja wymaga argumentu -- %c\n" + +#: getopt.c:860 +#, fuzzy, c-format +msgid "%s: option `-W %s' is ambiguous\n" +msgstr "%s: opcja `%s' jest niejednoznaczna\n" + +#: getopt.c:878 +#, fuzzy, c-format +msgid "%s: option `-W %s' doesn't allow an argument\n" +msgstr "%s: opcja `--%s' nie przyjmuje argument�w\n" + +#: implicit.c:40 +#, c-format +msgid "Looking for an implicit rule for `%s'.\n" +msgstr "Szukam standardowej regu�y dla `%s'.\n" + +#: implicit.c:56 +#, c-format +msgid "Looking for archive-member implicit rule for `%s'.\n" +msgstr "Szukam standardowej regu�y typu archive-member dla `%s'.\n" + +#: implicit.c:202 +#, fuzzy +msgid "Avoiding implicit rule recursion.\n" +msgstr "Pomijam rekurencyjne wywo�anie regu�y standardowej.%s%s\n" + +#: implicit.c:340 +#, c-format +msgid "Trying pattern rule with stem `%.*s'.\n" +msgstr "Pr�buj� regu�y wzorcowej z ga��zi� `%.*s'.\n" + +#: implicit.c:381 +#, fuzzy, c-format +msgid "Rejecting impossible implicit prerequisite `%s'.\n" +msgstr "Odrzucam niemo�liw� zale�no�� %s `%s'.\n" + +#: implicit.c:382 +#, fuzzy, c-format +msgid "Rejecting impossible rule prerequisite `%s'.\n" +msgstr "Odrzucam niemo�liw� zale�no�� %s `%s'.\n" + +#: implicit.c:392 +#, fuzzy, c-format +msgid "Trying implicit prerequisite `%s'.\n" +msgstr "Pr�buj� regu�y wzorcowej z ga��zi� `%.*s'.\n" + +#: implicit.c:393 +#, fuzzy, c-format +msgid "Trying rule prerequisite `%s'.\n" +msgstr "Pr�buj� regu�y wzorcowej z ga��zi� `%.*s'.\n" + +#: implicit.c:414 +#, c-format +msgid "Found prerequisite `%s' as VPATH `%s'\n" +msgstr "" + +#: implicit.c:431 +#, fuzzy, c-format +msgid "Looking for a rule with intermediate file `%s'.\n" +msgstr "Szukam regu�y zawieraj�cej plik %s `%s'.\n" + +#: job.c:253 +#, fuzzy, c-format +msgid "*** [%s] Error 0x%x (ignored)" +msgstr "[%s] B��d %d (zignorowany)" + +#: job.c:254 +#, fuzzy, c-format +msgid "*** [%s] Error 0x%x" +msgstr "*** [%s] B��d 0x%x%s" + +#: job.c:258 +#, c-format +msgid "[%s] Error %d (ignored)" +msgstr "[%s] B��d %d (zignorowany)" + +#: job.c:259 +#, c-format +msgid "*** [%s] Error %d" +msgstr "*** [%s] B��d %d" + +#: job.c:264 +msgid " (core dumped)" +msgstr " (zrzut pami�ci)" + +#: job.c:316 +msgid "Warning: Empty redirection\n" +msgstr "" + +#: job.c:352 +msgid "Syntax error, still inside '\"'\n" +msgstr "" + +#: job.c:404 +#, fuzzy, c-format +msgid "Got a SIGCHLD; %u unreaped children.\n" +msgstr "Otrzyma�em SIGCHLD; %d niezako�czonych potomk�w.\n" + +#: job.c:453 +msgid "*** Waiting for unfinished jobs...." +msgstr "*** Czekam na niezako�czone zadania...." + +#: job.c:482 +#, fuzzy, c-format +msgid "Live child 0x%08lx (%s) PID %ld %s\n" +msgstr "�yj�cy potomek 0x%08lx PID %d%s\n" + +#: job.c:484 job.c:636 job.c:734 job.c:1319 +msgid " (remote)" +msgstr " (zdalne)" + +#: job.c:633 +#, fuzzy, c-format +msgid "Reaping losing child 0x%08lx PID %ld %s\n" +msgstr "Zbieram %s potomka 0x%08lx PID %d%s\n" + +#: job.c:634 +#, fuzzy, c-format +msgid "Reaping winning child 0x%08lx PID %ld %s\n" +msgstr "Zbieram %s potomka 0x%08lx PID %d%s\n" + +#: job.c:639 +#, fuzzy, c-format +msgid "Cleaning up temp batch file %s\n" +msgstr "Zaniechany plik obiektowy `%s'.\n" + +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" +msgstr "Usuwam potomka 0x%08lx PID %d%s z kolejki.\n" + +#: job.c:788 +msgid "write jobserver" +msgstr "" + +#: job.c:790 +#, fuzzy, c-format +msgid "Released token for child 0x%08lx (%s).\n" +msgstr "Zbieram %s potomka 0x%08lx PID %d%s\n" + +#: job.c:1253 job.c:2284 +#, c-format +msgid "process_easy() failed failed to launch process (e=%d)\n" +msgstr "" + +#: job.c:1257 job.c:2288 +#, c-format +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" + +#: job.c:1317 +#, fuzzy, c-format +msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" +msgstr "Wstawiam potomka 0x%08lx PID %05d%s do kolejki.\n" + +#: job.c:1558 +#, fuzzy, c-format +msgid "Obtained token for child 0x%08lx (%s).\n" +msgstr "Zbieram %s potomka 0x%08lx PID %d%s\n" + +#: job.c:1567 +msgid "read jobs pipe" +msgstr "" + +#: job.c:1630 +msgid "cannot enforce load limits on this operating system" +msgstr "niemo�liwe wymuszenie limit�w obci��enia w tym systemie" + +#: job.c:1632 +msgid "cannot enforce load limit: " +msgstr "niemo�liwe wymuszenie limitu obci��enia: " + +#: job.c:1737 +#, fuzzy, c-format +msgid "internal error: `%s' command_state" +msgstr "b��d wewn�trzny: `%s' command_state %d w child_handler" + +#: job.c:1822 +msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" +msgstr "" + +#: job.c:1839 +msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" +msgstr "" + +#: job.c:1952 +#, c-format +msgid "BUILTIN [%s][%s]\n" +msgstr "" + +#: job.c:1963 +#, c-format +msgid "BUILTIN CD %s\n" +msgstr "" + +#: job.c:1981 +#, c-format +msgid "BUILTIN RM %s\n" +msgstr "" + +#: job.c:2002 +#, fuzzy, c-format +msgid "Unknown builtin command '%s'\n" +msgstr "Stosuj� standardowe polecenia dla `%s'.\n" + +#: job.c:2024 +msgid "Error, empty command\n" +msgstr "" + +#: job.c:2031 main.c:1328 +msgid "fopen (temporary file)" +msgstr "fopen (plik tymczasowy)" + +#: job.c:2036 +#, c-format +msgid "Redirected input from %s\n" +msgstr "" + +#: job.c:2043 +#, fuzzy, c-format +msgid "Redirected error to %s\n" +msgstr "katalog `%s'\n" + +#: job.c:2050 +#, c-format +msgid "Redirected output to %s\n" +msgstr "" + +#: job.c:2113 +#, c-format +msgid "Executing %s instead\n" +msgstr "Zamiast tego wykonuj� %s\n" + +#: job.c:2210 +#, c-format +msgid "Error spawning, %d\n" +msgstr "B��d podczas uruchamiania, %d\n" + +#: job.c:2313 +#, c-format +msgid "make reaped child pid %d, still waiting for pid %d\n" +msgstr "" + +#: job.c:2332 +#, c-format +msgid "%s: Command not found" +msgstr "%s: Polecenie nie znalezione" + +#: job.c:2361 +#, c-format +msgid "%s: Shell program not found" +msgstr "%s: Nie znaleziono programu pow�oki" + +#: job.c:2542 +#, c-format +msgid "$SHELL changed (was `%s', now `%s')" +msgstr "" + +#: job.c:2948 +#, fuzzy, c-format +msgid "Creating temporary batch file %s\n" +msgstr "fopen (plik tymczasowy)" + +#: job.c:2990 +#, c-format +msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" +msgstr "" + +#: main.c:259 +msgid "Ignored for compatibility" +msgstr "Zignorowane dla kompatybilno�ci" + +#: main.c:261 main.c:288 +msgid "DIRECTORY" +msgstr "" + +#: main.c:262 +msgid "Change to DIRECTORY before doing anything" +msgstr "Przejd� do KATALOGu przed robieniem czegokolwiek" + +#: main.c:265 +msgid "Print lots of debugging information" +msgstr "Wy�wietla du�o informacji uruchomieniowej" + +#: main.c:268 +msgid "FLAGS" +msgstr "" + +#: main.c:269 +#, fuzzy +msgid "Print various types of debugging information" +msgstr "Wy�wietla du�o informacji uruchomieniowej" + +#: main.c:273 +msgid "Suspend process to allow a debugger to attach" +msgstr "" + +#: main.c:277 +msgid "Environment variables override makefiles" +msgstr "Zmienne �rodowiskowe przykrywaj� makefile" + +#: main.c:279 main.c:320 main.c:354 +msgid "FILE" +msgstr "" + +#: main.c:280 +msgid "Read FILE as a makefile" +msgstr "Wczytaj PLIK jako makefile" + +#: main.c:283 +msgid "Print this message and exit" +msgstr "Wy�wietl ten komunikat i zako�cz" + +#: main.c:286 +msgid "Ignore errors from commands" +msgstr "Ignoruj b��dy polece�" + +#: main.c:289 +msgid "Search DIRECTORY for included makefiles" +msgstr "Szukaj w��czonych makefile w KATALOGu" + +#: main.c:294 +msgid "Allow N jobs at once; infinite jobs with no arg" +msgstr "Dopuszczaj N zada� naraz; brak argumentu oznacza bez ogranicze�" + +#: main.c:301 +msgid "Keep going when some targets can't be made" +msgstr "Kontynuuj je�li nie da si� zrobi� jakich� obiekt�w" + +#: main.c:306 main.c:311 +msgid "Don't start multiple jobs unless load is below N" +msgstr "Nie zaczynaj nast�pnych zada� dop�ki obci��enie nie jest poni�ej N" + +#: main.c:318 +msgid "Don't actually run any commands; just print them" +msgstr "Nie wykonuj �adnych polece�; wy�wietlaj je tylko" + +#: main.c:321 +msgid "Consider FILE to be very old and don't remake it" +msgstr "Przyjmuj �e PLIK jest bardzo stary i nie r�b go ponownie" + +#: main.c:324 +msgid "Print make's internal database" +msgstr "Wy�wietl wewn�trzn� baz� danych make" + +#: main.c:327 +msgid "Run no commands; exit status says if up to date" +msgstr "Nie uruchamiaj �adnych polece�; status powrotu wskazuje aktualno��" + +#: main.c:330 +msgid "Disable the built-in implicit rules" +msgstr "Wy��cz wbudowane regu�y standardowe" + +#: main.c:333 +#, fuzzy +msgid "Disable the built-in variable settings" +msgstr "Wy��cz wbudowane regu�y standardowe" + +#: main.c:336 +msgid "Don't echo commands" +msgstr "Wy��cz echo polece�" + +#: main.c:340 +msgid "Turns off -k" +msgstr "Wy��cza -k" + +#: main.c:343 +msgid "Touch targets instead of remaking them" +msgstr "Uaktualniaj obiekty zamiast je robi�" + +#: main.c:346 +msgid "Print the version number of make and exit" +msgstr "Wy�wietl wersj� make i zako�cz" + +#: main.c:349 +msgid "Print the current directory" +msgstr "Wy�wietl aktualny katalog" + +#: main.c:352 +msgid "Turn off -w, even if it was turned on implicitly" +msgstr "Wy��cza -w, nawet je�li by�o ono w��czone domy�lnie" + +#: main.c:355 +msgid "Consider FILE to be infinitely new" +msgstr "Traktuj PLIK jako zawsze nowy" + +#: main.c:358 +msgid "Warn when an undefined variable is referenced" +msgstr "Ostrzegaj przy odwo�aniach do niezdefiniowanych zmiennych" + +#: main.c:477 +msgid "empty string invalid as file name" +msgstr "pusty string nie mo�e by� nazw� pliku" + +#: main.c:557 +#, c-format +msgid "unknown debug level specification `%s'" +msgstr "" + +#: main.c:597 +#, c-format +msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" +msgstr "" + +#: main.c:604 +#, c-format +msgid "" +"\n" +"Unhandled exception filter called from program %s\n" +"ExceptionCode = %x\n" +"ExceptionFlags = %x\n" +"ExceptionAddress = %x\n" +msgstr "" + +#: main.c:612 +#, c-format +msgid "Access violation: write operation at address %x\n" +msgstr "" + +#: main.c:613 +#, c-format +msgid "Access violation: read operation at address %x\n" +msgstr "" + +#: main.c:678 +#, c-format +msgid "find_and_set_shell setting default_shell = %s\n" +msgstr "" + +#: main.c:721 +#, c-format +msgid "find_and_set_shell path search set default_shell = %s\n" +msgstr "" + +#: main.c:1079 +#, c-format +msgid "%s is suspending for 30 seconds..." +msgstr "" + +#: main.c:1081 +msgid "done sleep(30). Continuing.\n" +msgstr "" + +#: main.c:1289 +msgid "Makefile from standard input specified twice." +msgstr "" + +#: main.c:1334 +msgid "fwrite (temporary file)" +msgstr "fwrite (plik tymczasowy)" + +#: main.c:1420 +msgid "Do not specify -j or --jobs if sh.exe is not available." +msgstr "" + +#: main.c:1421 +msgid "Resetting make for single job mode." +msgstr "" + +#: main.c:1458 +msgid "Parallel jobs (-j) are not supported on this platform." +msgstr "" + +#: main.c:1459 +msgid "Resetting to single job (-j1) mode." +msgstr "" + +#: main.c:1473 +msgid "internal error: multiple --jobserver-fds options" +msgstr "" + +#: main.c:1481 +#, c-format +msgid "internal error: invalid --jobserver-fds string `%s'" +msgstr "" + +#: main.c:1491 +msgid "warning: -jN forced in submake: disabling jobserver mode." +msgstr "" + +#: main.c:1501 +msgid "dup jobserver" +msgstr "" + +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" + +#: main.c:1527 +msgid "creating jobs pipe" +msgstr "" + +#: main.c:1536 +msgid "init jobserver pipe" +msgstr "" + +#: main.c:1621 +#, fuzzy +msgid "Updating makefiles....\n" +msgstr "Uaktualniam makefile...." + +#: main.c:1646 +#, c-format +msgid "Makefile `%s' might loop; not remaking it.\n" +msgstr "Makefile `%s' mo�e si� zap�tli�; nie przetwarzam go.\n" + +#: main.c:1721 +#, c-format +msgid "Failed to remake makefile `%s'." +msgstr "Nie uda�o si� zrobi� makefile `%s'." + +#: main.c:1737 +#, c-format +msgid "Included makefile `%s' was not found." +msgstr "Nie znaleziono w��czanych makefile `%s'." + +#: main.c:1742 +#, c-format +msgid "Makefile `%s' was not found" +msgstr "Nie znaleziono makefile `%s'" + +#: main.c:1810 +msgid "Couldn't change back to original directory." +msgstr "Niemo�liwy powr�t do katalogu startowego." + +#: main.c:1844 +msgid "Re-executing:" +msgstr "Ponownie uruchamiam:" + +#: main.c:1880 +#, fuzzy +msgid "unlink (temporary file): " +msgstr "fopen (plik tymczasowy)" + +#: main.c:1902 +msgid "No targets specified and no makefile found" +msgstr "Nie poda�e� obiekt�w lub nie znalaz�em makefile" + +#: main.c:1904 +msgid "No targets" +msgstr "Brak obiekt�w" + +#: main.c:1909 +#, fuzzy +msgid "Updating goal targets....\n" +msgstr "Uaktualniam obiekty docelowe...." + +#: main.c:1935 +msgid "warning: Clock skew detected. Your build may be incomplete." +msgstr "" + +#: main.c:2090 +#, c-format +msgid "Usage: %s [options] [target] ...\n" +msgstr "U�ycie: %s [opcje] [obiekt] ...\n" + +#: main.c:2092 +msgid "Options:\n" +msgstr "Opcje:\n" + +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" + +#: main.c:2294 +#, c-format +msgid "the `-%c' option requires a positive integral argument" +msgstr "opcja `-%c' wymaga argumentu ca�kowitego dodatniego" + +#: main.c:2718 +#, fuzzy, c-format +msgid "" +", by Richard Stallman and Roland McGrath.\n" +"%sBuilt for %s\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" +"%sThis is free software; see the source for copying conditions.\n" +"%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" +"%sPARTICULAR PURPOSE.\n" +"\n" +"%sReport bugs to <bug-make@gnu.org>.\n" +"\n" +msgstr "" +", Richard Stallman i Roland McGrath.\n" +"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, " +"Inc.\n" +"%sTen program jest darmowy; warunki kopiowania s� opisane w �r�d�ach.\n" +"%sAutorzy nie daj� �ADNYCH gwarancji, w tym nawet gwarancji SPRZEDAWALNO�CI\n" +"%slub PRZYDATNO�CI DO KONKRETNYCH CEL�W.\n" +"\n" + +#: main.c:2743 +#, c-format +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Baza danych Make, wy�wietlana na %s" + +#: main.c:2752 +#, c-format +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Zako�czy�em tworzenie bazy danych Make na %s\n" + +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "nieznany katalog" + +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" +msgstr "nieznany katalog" + +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "katalog `%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" +msgstr "katalog `%s'\n" + +#: misc.c:308 +msgid ". Stop.\n" +msgstr ". Stop.\n" + +#: misc.c:330 +#, c-format +msgid "Unknown error %d" +msgstr "Nieznany b��d %d" + +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 +msgid "virtual memory exhausted" +msgstr "brak pami�ci wirtualnej" + +#: misc.c:655 +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" +msgstr "%s dost�p: u�ytkownik %d (rzeczywisty %d), grupa %d (rzeczywista %d)\n" + +#: misc.c:676 +#, fuzzy +msgid "Initialized access" +msgstr "Zainicjalizowany" + +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + +#: read.c:153 +#, fuzzy +msgid "Reading makefiles...\n" +msgstr "Czytam makefile..." + +#: read.c:335 +#, c-format +msgid "Reading makefile `%s'" +msgstr "Czytam makefile `%s'" + +#: read.c:337 +msgid " (no default goal)" +msgstr " (brak celu domy�lnego)" + +#: read.c:339 +msgid " (search path)" +msgstr " (przeszukiwana �cie�ka)" + +#: read.c:341 +msgid " (don't care)" +msgstr " (niewa�ne)" + +#: read.c:343 +msgid " (no ~ expansion)" +msgstr " (brak rozszerzenia ~)" + +#: read.c:523 +msgid "invalid syntax in conditional" +msgstr "b��dna sk�adnia wyra�enia warunkowego" + +#: read.c:532 +msgid "extraneous `endef'" +msgstr "nie zwi�zany `endef'" + +#: read.c:544 read.c:572 variable.c:848 +msgid "empty variable name" +msgstr "pusta nazwa zmiennej" + +#: read.c:562 +msgid "empty `override' directive" +msgstr "pusta dyrektywa `override'" + +#: read.c:586 +#, fuzzy +msgid "invalid `override' directive" +msgstr "dyrektywa `override'" + +#: read.c:670 +#, c-format +msgid "no file name for `%sinclude'" +msgstr "brak nazwy pliku dla `%sinclude'" + +#: read.c:738 +msgid "commands commence before first target" +msgstr "polecenia zaczynaj� sie przed pierwszym obiektem" + +#: read.c:788 +msgid "missing rule before commands" +msgstr "brakuje regu�y przed poleceniami" + +#: read.c:874 +#, fuzzy, c-format +msgid "missing separator%s" +msgstr "brakuj�cy separator" + +#: read.c:876 +msgid " (did you mean TAB instead of 8 spaces?)" +msgstr "" + +#: read.c:1020 +msgid "missing target pattern" +msgstr "brakuj�cy wzorzec obiektu" + +#: read.c:1022 +msgid "multiple target patterns" +msgstr "wielokrotne wzorce obiektu" + +#: read.c:1026 +#, c-format +msgid "target pattern contains no `%%'" +msgstr "wzorzec obiektu nie zawiera `%%'" + +#: read.c:1067 +msgid "missing `endif'" +msgstr "brakuj�cy `endif'" + +#: read.c:1126 +msgid "Extraneous text after `endef' directive" +msgstr "Niezwi�zany tekst po dyrektywie `endef'" + +#: read.c:1156 +msgid "missing `endef', unterminated `define'" +msgstr "brakuj�cy `endef', niezako�czone `define'" + +#: read.c:1210 read.c:1366 +#, c-format +msgid "Extraneous text after `%s' directive" +msgstr "Niezwi�zany tekst po dyrektywie `%s'" + +#: read.c:1213 +#, c-format +msgid "extraneous `%s'" +msgstr "niezwi�zany `%s'" + +#: read.c:1218 +msgid "only one `else' per conditional" +msgstr "tylko jedno `else' w wyra�eniu warunkowym" + +#: read.c:1480 +msgid "Malformed per-target variable definition" +msgstr "" + +#: read.c:1565 +msgid "mixed implicit and static pattern rules" +msgstr "pomieszane standardowe i statyczne regu�y wzorc�w" + +#: read.c:1568 +msgid "mixed implicit and normal rules" +msgstr "pomieszane standardowe i normalne regu�y" + +#: read.c:1609 +#, c-format +msgid "target `%s' doesn't match the target pattern" +msgstr "obiekt `%s' nie pasuje do wzorca obiektu" + +#: read.c:1631 +#, fuzzy, c-format +msgid "target `%s' leaves prerequisite pattern empty" +msgstr "obiekt `%s' nie pasuje do wzorca obiektu" + +#: read.c:1647 read.c:1747 +#, c-format +msgid "target file `%s' has both : and :: entries" +msgstr "plik obiektowy `%s' ma pozycje i : i ::" + +#: read.c:1653 +#, c-format +msgid "target `%s' given more than once in the same rule." +msgstr "obiekt `%s' wyspecyfikowany wielokrotnie w tej samej regule" + +#: read.c:1662 +#, c-format +msgid "warning: overriding commands for target `%s'" +msgstr "ostrze�enie: polecenia zakrywaj�ce dla obiektu `%s'" + +#: read.c:1665 +#, c-format +msgid "warning: ignoring old commands for target `%s'" +msgstr "ostrze�enie: ignoruj� stare polecenia dla obiektu `%s'" + +#: read.c:2166 +msgid "warning: NUL character seen; rest of line ignored" +msgstr "ostrze�enie: napotka�em na znak NUL; reszta linii zignorowana" + +#: remake.c:230 +#, c-format +msgid "Nothing to be done for `%s'." +msgstr "Nie nic do roboty w `%s'." + +#: remake.c:231 +#, c-format +msgid "`%s' is up to date." +msgstr "`%s' jest aktualne." + +#: remake.c:299 +#, fuzzy, c-format +msgid "Pruning file `%s'.\n" +msgstr "Wci�� uaktualniam plik `%s'.\n" + +#: remake.c:353 +#, c-format +msgid "Considering target file `%s'.\n" +msgstr "Przetwarzam obiektowy plik `%s'.\n" + +#: remake.c:360 +#, c-format +msgid "Recently tried and failed to update file `%s'.\n" +msgstr "Ju� bez powodzenia pr�bowa�em uaktualni� plik `%s'.\n" + +#: remake.c:364 +#, c-format +msgid "File `%s' was considered already.\n" +msgstr "Plik `%s' by� ju� przetwarzany.\n" + +#: remake.c:374 +#, c-format +msgid "Still updating file `%s'.\n" +msgstr "Wci�� uaktualniam plik `%s'.\n" + +#: remake.c:377 +#, c-format +msgid "Finished updating file `%s'.\n" +msgstr "Sko�czy�em uaktualnia� plik `%s'.\n" + +#: remake.c:398 +#, c-format +msgid "File `%s' does not exist.\n" +msgstr "Plik `%s' nie istnieje.\n" + +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 +#, c-format +msgid "Found an implicit rule for `%s'.\n" +msgstr "Znalaz�em standardow� regu�� dla `%s'.\n" + +#: remake.c:420 remake.c:840 +#, c-format +msgid "No implicit rule found for `%s'.\n" +msgstr "Brak standardowych regu� dla `%s'.\n" + +#: remake.c:426 remake.c:846 +#, c-format +msgid "Using default commands for `%s'.\n" +msgstr "Stosuj� standardowe polecenia dla `%s'.\n" + +#: remake.c:446 remake.c:870 +#, c-format +msgid "Circular %s <- %s dependency dropped." +msgstr "Okr�na dyrektywa %s <- %s porzucona." + +#: remake.c:524 +#, fuzzy, c-format +msgid "Finished prerequisites of target file `%s'.\n" +msgstr "Sko�czy�em zale�no�ci pliku obiektowego `%s'.\n" + +#: remake.c:530 +#, fuzzy, c-format +msgid "The prerequisites of `%s' are being made.\n" +msgstr "Zale�no�ci `%s' s� wykonywane.\n" + +#: remake.c:543 +#, c-format +msgid "Giving up on target file `%s'.\n" +msgstr "Zaniechany plik obiektowy `%s'.\n" + +#: remake.c:548 +#, c-format +msgid "Target `%s' not remade because of errors." +msgstr "Obiekt `%s' nie zosta� wykonany z powodu b��d�w." + +#: remake.c:596 +#, fuzzy, c-format +msgid "Prerequisite `%s' of target `%s' does not exist.\n" +msgstr "Plik `%s' nie istnieje.\n" + +#: remake.c:601 +#, fuzzy, c-format +msgid "Prerequisite `%s' is newer than target `%s'.\n" +msgstr "Zale�no�� `%s' jest %s ni� zale�ne `%s'.\n" + +#: remake.c:604 +#, fuzzy, c-format +msgid "Prerequisite `%s' is older than target `%s'.\n" +msgstr "Zale�no�� `%s' jest %s ni� zale�ne `%s'.\n" + +#: remake.c:622 +#, fuzzy, c-format +msgid "Target `%s' is double-colon and has no prerequisites.\n" +msgstr "Obiekt `%s' jest typu double-colon i nie ma �adnych zale�no�ci.\n" + +#: remake.c:628 +#, fuzzy, c-format +msgid "No commands for `%s' and no prerequisites actually changed.\n" +msgstr "Brak polece� dla `%s' i brak zmienionych zale�no�ci.\n" + +#: remake.c:636 +#, fuzzy, c-format +msgid "No need to remake target `%s'" +msgstr "Nie ma potrzeby przerabia� obiektu `%s'.\n" + +#: remake.c:638 +#, c-format +msgid "; using VPATH name `%s'" +msgstr "" + +#: remake.c:658 +#, c-format +msgid "Must remake target `%s'.\n" +msgstr "Konieczne przerobienie obiektu `%s'.\n" + +#: remake.c:664 +#, c-format +msgid " Ignoring VPATH name `%s'.\n" +msgstr "" + +#: remake.c:673 +#, c-format +msgid "Commands of `%s' are being run.\n" +msgstr "Uruchomiono polecenia dla `%s'.\n" + +#: remake.c:680 +#, c-format +msgid "Failed to remake target file `%s'.\n" +msgstr "Przerabianie pliku obiektowego `%s' nie powiod�o si�.\n" + +#: remake.c:683 +#, c-format +msgid "Successfully remade target file `%s'.\n" +msgstr "Przerabianie pliku obiektowego `%s' powiod�o si�.\n" + +#: remake.c:686 +#, c-format +msgid "Target file `%s' needs remade under -q.\n" +msgstr "Plik obiektowy `%s' powinien by� przerobiony z opcj� -q.\n" + +#: remake.c:982 +#, c-format +msgid "%sNo rule to make target `%s'%s" +msgstr "%sBrak regu� do wykonania obiektu `%s'%s" + +#: remake.c:984 +#, c-format +msgid "%sNo rule to make target `%s', needed by `%s'%s" +msgstr "%sBrak regu� do zrobienia obiektu `%s', wymaganego przez `%s'%s" + +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "*** Plik `%s' ma czas modyfikacji z przysz�o�ci" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "*** Plik `%s' ma czas modyfikacji z przysz�o�ci" + +#: remake.c:1316 +#, c-format +msgid ".LIBPATTERNS element `%s' is not a pattern" +msgstr "" + +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Zasady nie eksportowane: %s\n" + +#: rule.c:656 +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Regu�y stadardowe" + +#: rule.c:671 +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# Brak standardowych regu�." + +#: rule.c:674 +#, c-format +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u standardowych regu�, %u" + +#: rule.c:683 +msgid " terminal." +msgstr "" + +#: rule.c:691 +#, c-format +msgid "BUG: num_pattern_rules wrong! %u != %u" +msgstr "PLUSKWA: z�e num_pattern_rules! %u != %u" + +#: rule.c:695 +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" + +#: rule.c:710 +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" + +#: rule.c:713 +#, c-format +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" + +#: signame.c:97 +msgid "unknown signal" +msgstr "nieznany sygna�" + +#: signame.c:108 +msgid "Hangup" +msgstr "Roz��czenie" + +#: signame.c:111 +msgid "Interrupt" +msgstr "Przerwanie" + +#: signame.c:114 +msgid "Quit" +msgstr "Wyj�cie" + +#: signame.c:117 +msgid "Illegal Instruction" +msgstr "B��dna instrukcja" + +#: signame.c:120 +msgid "Trace/breakpoint trap" +msgstr "Pu�apka �ledzenia" + +#: signame.c:125 +msgid "Aborted" +msgstr "Przerwany" + +#: signame.c:128 +msgid "IOT trap" +msgstr "Pu�apka IOT" + +#: signame.c:131 +msgid "EMT trap" +msgstr "Pu�apka EMT" + +#: signame.c:134 +msgid "Floating point exception" +msgstr "Wyj�tek zmiennoprzecinkowy" + +#: signame.c:137 +msgid "Killed" +msgstr "Zabity" + +#: signame.c:140 +msgid "Bus error" +msgstr "B��d szyny" + +#: signame.c:143 +msgid "Segmentation fault" +msgstr "Naruszenie segmentacji" + +#: signame.c:146 +msgid "Bad system call" +msgstr "B��dne wywo�anie systemowe" + +#: signame.c:149 +msgid "Broken pipe" +msgstr "Przerwany potok" + +#: signame.c:152 +msgid "Alarm clock" +msgstr "Budzik" + +#: signame.c:155 +msgid "Terminated" +msgstr "Zako�czony" + +#: signame.c:158 +msgid "User defined signal 1" +msgstr "Sygna� u�ytkownika 1" + +#: signame.c:161 +msgid "User defined signal 2" +msgstr "Sygna� u�ytkownika 2" + +#: signame.c:166 signame.c:169 +msgid "Child exited" +msgstr "Potomek powr�ci�" + +#: signame.c:172 +msgid "Power failure" +msgstr "Przerwa w zasilaniu" + +#: signame.c:175 +msgid "Stopped" +msgstr "Zatrzymany" + +#: signame.c:178 +msgid "Stopped (tty input)" +msgstr "Zatrzymany (wej�cie z tty)" + +#: signame.c:181 +msgid "Stopped (tty output)" +msgstr "Zatrzymany (wyj�cie na tty)" + +#: signame.c:184 +msgid "Stopped (signal)" +msgstr "Zatrzymany (sygna�)" + +#: signame.c:187 +msgid "CPU time limit exceeded" +msgstr "Przekroczony czas CPU" + +#: signame.c:190 +msgid "File size limit exceeded" +msgstr "Przekroczony limit wielko�ci pliku" + +#: signame.c:193 +msgid "Virtual timer expired" +msgstr "Wyczerpany stoper wirtualny" + +#: signame.c:196 +msgid "Profiling timer expired" +msgstr "Wyczerpany stoper profiluj�cy" + +#: signame.c:202 +msgid "Window changed" +msgstr "Zmienione okno" + +#: signame.c:205 +msgid "Continued" +msgstr "Kontynuowany" + +#: signame.c:208 +msgid "Urgent I/O condition" +msgstr "Nag�a sytuacja I/O" + +#: signame.c:215 signame.c:224 +msgid "I/O possible" +msgstr "I/O mo�liwe" + +#: signame.c:218 +msgid "SIGWIND" +msgstr "SIGWIND" + +#: signame.c:221 +msgid "SIGPHONE" +msgstr "SIGPHONE" + +#: signame.c:227 +msgid "Resource lost" +msgstr "Zaginione zasoby" + +#: signame.c:230 +msgid "Danger signal" +msgstr "Sygna� niebezpiecze�stwa" + +#: signame.c:233 +msgid "Information request" +msgstr "��danie informacji" + +#: signame.c:236 +msgid "Floating point co-processor not available" +msgstr "" + +#: variable.c:1056 +msgid "default" +msgstr "domy�lna" + +#: variable.c:1059 +msgid "environment" +msgstr "�rodowiskowa" + +#: variable.c:1062 +msgid "makefile" +msgstr "makefile" + +#: variable.c:1065 +msgid "environment under -e" +msgstr "�rodowisko pod -e" + +#: variable.c:1068 +msgid "command line" +msgstr "z linii polece�" + +#: variable.c:1071 +msgid "`override' directive" +msgstr "dyrektywa `override'" + +#: variable.c:1074 +msgid "automatic" +msgstr "automatyczna" + +#: variable.c:1083 +#, c-format +msgid " (from `%s', line %lu)" +msgstr "" + +#: variable.c:1145 +msgid "# No variables." +msgstr "# Brak zmiennych." + +#: variable.c:1148 +#, c-format +msgid "# %u variables in %u hash buckets.\n" +msgstr "# %u zmiennych w %u zbiorach mieszaj�cych.\n" + +#: variable.c:1151 +#, c-format +msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" +msgstr "# �rednio %.1f zmiennych w zbiorze, max. %u w jednym zbiorze.\n" + +#: variable.c:1158 +#, c-format +msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" +msgstr "# �rednio %d.%d zmiennych w zbiorze, max. %u w jednym zbiorze.\n" + +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Zmienne\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "" + +#: vpath.c:553 +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# �cie�ki przeszukiwania VPATH\n" + +#: vpath.c:570 +msgid "# No `vpath' search paths." +msgstr "# Brak �cie�ek przeszukiwania `vpath'" + +#: vpath.c:572 +#, c-format +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u �cie�ek przeszukiwania `vpath'.\n" + +#: vpath.c:575 +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Brak og�lnej (zmienna `VPATH') �cie�ki przeszukiwania." + +#: vpath.c:581 +msgid "" +"\n" +"# General (`VPATH' variable) search path:\n" +"# " +msgstr "" +"\n" +"# Og�lna (zmienna `VPATH') �cie�ka przeszukiwania:\n" +"# " + +#~ msgid "Error in lbr$ini_control, %d\n" +#~ msgstr "B��d w lbr$ini_control, %d\n" + +#~ msgid "Error looking up module %s in library %s, %d\n" +#~ msgstr "B��d podczas szukania modu�u %s w bibliotece %s, %d\n" + +#~ msgid "Error getting module info, %d\n" +#~ msgstr "B��d podczas pobierania informacji o module, %d\n" + +#~ msgid "touch: " +#~ msgstr "touch: " + +#~ msgid " not" +#~ msgstr " nie" + +#~ msgid "# Last modified %.24s (%0lx)\n" +#~ msgstr "# Ostatnio modyfikowany %.24s (%0lx)\n" + +#~ msgid "undefined" +#~ msgstr "niezdefiniowana" + +#~ msgid "file" +#~ msgstr "plik" + +#~ msgid "environment override" +#~ msgstr "�rodowisko zakrywa" + +#~ msgid "override" +#~ msgstr "zakrywa" + +#~ msgid "the `word' function takes a one-origin index argument" +#~ msgstr "funkcja `word' przyjmuje argument b�d�cy indeksem" + +#~ msgid "implicit" +#~ msgstr "standardow�" + +#~ msgid "rule" +#~ msgstr "wg regu�y" + +#~ msgid "Trying %s dependency `%s'.\n" +#~ msgstr "Pr�buj� %s zale�nosci `%s'.\n" + +#~ msgid "Found dependency as `%s'.%s\n" +#~ msgstr "Znalaz�em zale�no�� postaci `%s'.%s\n" + +#~ msgid "intermediate" +#~ msgstr "po�redni" + +#~ msgid " (ignored)" +#~ msgstr " (zignorowany)" + +#~ msgid "Unknown%s job %d" +#~ msgstr "Nieznane%s zadanie %d" + +#~ msgid " remote" +#~ msgstr " zdalne" + +#~ msgid "%s finished." +#~ msgstr "%s zako�czone." + +#~ msgid "losing" +#~ msgstr "przegrywaj�cego" + +#~ msgid "winning" +#~ msgstr "wygrywaj�cego" + +#~ msgid "%sGNU Make version %s" +#~ msgstr "%sGNU Make wersja %s" + +#~ msgid "Entering" +#~ msgstr "Wchodz�" + +#~ msgid "Leaving" +#~ msgstr "Opuszczam" + +#~ msgid "Unknown error 12345678901234567890" +#~ msgstr "Nieznany b��d 12345678901234567890" + +#~ msgid "User" +#~ msgstr "U�ytkownik" + +#~ msgid "Make" +#~ msgstr "Make" + +#~ msgid "Child" +#~ msgstr "Potomek" + +#~ msgid "Dependency `%s' does not exist.\n" +#~ msgstr "Zale�no�� `%s' nie istnieje.\n" + +#~ msgid "newer" +#~ msgstr "m�odsza" + +#~ msgid "older" +#~ msgstr "starsza" + +#~ msgid "exporting: Couldn't create return socket." +#~ msgstr "eksportuj�: Niemo�liwe stworzenie gniazda powrotnego." + +#~ msgid "exporting: " +#~ msgstr "eksportuj�: " + +#~ msgid "exporting: %s" +#~ msgstr "eksportuj�: %s" + +#~ msgid "Job exported to %s ID %u\n" +#~ msgstr "Zadanie wyeksportowane do %s ID %u\n" + +#~ msgid "Error getting load average" +#~ msgstr "B��d podczas uzyskiwania informacji o �rednim obci��eniu" + +#~ msgid "1-minute: %f " +#~ msgstr "1-no minutowe: %f " + +#~ msgid "5-minute: %f " +#~ msgstr "5-cio minutowe: %f " + +#~ msgid "15-minute: %f " +#~ msgstr "15-sto minutowe: %f " + +#~ msgid "digits occur in two different argv-elements.\n" +#~ msgstr "cyfry pojawiaj� si� w dw�ch r�nych sk�adnikach argv\n" + +#~ msgid "option %c\n" +#~ msgstr "opcja %c\n" + +#~ msgid "option a\n" +#~ msgstr "opcja a\n" + +#~ msgid "option b\n" +#~ msgstr "opcja b\n" + +#~ msgid "option c with value `%s'\n" +#~ msgstr "opcja c o warto�ci `%s'\n" + +#~ msgid "?? getopt returned character code 0%o ??\n" +#~ msgstr "?? getopt zwr�ci�a znak o kodzie 0%o ??\n" + +#~ msgid "non-option ARGV-elements: " +#~ msgstr "sk�adniki argv nie b�d�ce opcjami: " + +#~ msgid "option d with value `%s'\n" +#~ msgstr "opcja d o warto�ci `%s'\n" + +#~ msgid "%s: unknown signal" +#~ msgstr "%s: nieznany sygna�" + +#~ msgid "Signal 12345678901234567890" +#~ msgstr "Sygna� 12345678901234567890" + +#~ msgid "Signal %d" +#~ msgstr "Sygna� %d" diff --git a/i18n/pt_BR.po b/po/pt_BR.po index c413379..f8698ed 100644 --- a/i18n/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU make 3.78.90\n" -"POT-Creation-Date: 2000-01-25 03:25-0500\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2000-03-17 17:06+0300\n" "Last-Translator: F�bio Henrique F. Silva <fabiohfs@mail.com>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" @@ -50,31 +50,31 @@ msgstr "touch: O ar_member_touch retornou um c�digo de erro inv�lido em `%s'" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "o lbr$set_module falhou ao tentar obter informa��es, estado = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control falhou com estado = %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "erro na abertura da biblioteca `%s' para localizar o membro `%s'" -#: arscan.c:820 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "Membro `%s'%s: %ld bytes de %ld (%ld).\n" -#: arscan.c:821 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (o nome pode estar truncado)" -#: arscan.c:823 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Data %s" -#: arscan.c:824 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, modo = 0%o.\n" @@ -83,315 +83,349 @@ msgstr " uid = %d, gid = %d, modo = 0%o.\n" msgid "*** Break.\n" msgstr "*** Quebra.\n" -#: commands.c:483 +#: commands.c:486 #, c-format msgid "*** [%s] Archive member `%s' may be bogus; not deleted" msgstr "** [%s] O arquivo membro `%s' pode ser falso. N�o foi apagado." -#: commands.c:486 +#: commands.c:489 #, c-format msgid "*** Archive member `%s' may be bogus; not deleted" msgstr "** O arquivo membro `%s' pode ser falso. N�o foi apagado." -#: commands.c:498 +#: commands.c:501 #, c-format msgid "*** [%s] Deleting file `%s'" msgstr "** [%s] Apagando arquivo `%s'" -#: commands.c:500 +#: commands.c:503 #, c-format msgid "*** Deleting file `%s'" msgstr "** Apagando arquivo `%s'" -#: commands.c:538 +#: commands.c:541 msgid "# commands to execute" msgstr "# comandos para executar" -#: commands.c:541 +#: commands.c:544 msgid " (built-in):" msgstr " (embutido):" -#: commands.c:543 +#: commands.c:546 #, c-format msgid " (from `%s', line %lu):\n" msgstr " (de `%s', linha %lu):\n" -#: dir.c:902 -msgid "\n# Directories\n" -msgstr "\n# Diret�rios\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Diret�rios\n" -#: dir.c:910 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: n�o p�de ser estabelecido.\n" -#: dir.c:913 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (chave %s, mtime %d): n�o p�de ser aberto.\n" -#: dir.c:917 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (dispositivo %d, inode [%d,%d,%d]): n�o p�de ser aberto.\n" -#: dir.c:922 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (dispositivo %ld, inode %ld): n�o p�de ser aberto.\n" -#: dir.c:939 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (chave %s, mtime %d): " -#: dir.c:943 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (dispositivo %d, inode [%d,%d,%d]): " -#: dir.c:948 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (dispositivo %ld, inode %ld): " -#: dir.c:954 dir.c:974 +#: dir.c:965 dir.c:985 msgid "No" msgstr "N�o" -#: dir.c:957 dir.c:977 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " arquivos, " -#: dir.c:959 dir.c:979 +#: dir.c:970 dir.c:990 msgid "no" msgstr "n�o" -#: dir.c:962 +#: dir.c:973 msgid " impossibilities" msgstr " impossibilidades" -#: dir.c:966 +#: dir.c:977 msgid " so far." msgstr " longe." -#: dir.c:982 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " impossibilidades em %u diret�rios.\n" -#: expand.c:105 +#: expand.c:106 #, c-format msgid "Recursive variable `%s' references itself (eventually)" msgstr "Vari�vel recursiva `%s' faz refer�ncia a ela mesma (eventualmente)" -#: expand.c:130 +#: expand.c:131 #, c-format msgid "warning: undefined variable `%.*s'" msgstr "aviso: vari�vel indefinida `%.*s'" -#. Unterminated variable reference. -#: expand.c:245 +#: expand.c:248 msgid "unterminated variable reference" msgstr "refer�ncia a vari�vel n�o finalizada" -#: file.c:308 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "Comandos especificados para o arquivo `%s' em %s:%lu," -#: file.c:314 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "Comandos para o arquivo `%s' encontrados por regra impl�cita," -#: file.c:318 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "mas `%s' � considerado o mesmo arquivo que `%s'." -#: file.c:322 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "Comandos para `%s' ser�o ignorados em favor daqueles para `%s'." -#: file.c:343 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "n�o p�de renomear de dois-pontos `%s' para dois-pontos duplos `%s'" -#: file.c:348 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "n�o p�de renomer de dois-pontos duplos `%s' para dois-pontos `%s'" -#: file.c:415 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "** Apagando arquivo intermedi�rio `%s'" -#: file.c:623 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "** Apagando arquivo intermedi�rio `%s'" + +#: file.c:587 +#, c-format +msgid "%s: Timestamp out of range; substituting %s" +msgstr "" + +#: file.c:588 +msgid "Current time" +msgstr "" + +#: file.c:686 msgid "# Not a target:" msgstr "# N�o � um alvo:" -#: file.c:631 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# Arquivo importante (prerequisito de .PRECIOUS)." -#: file.c:633 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Alvo Falso (prerequisito de .PHONY)." -#: file.c:635 +#: file.c:698 msgid "# Command-line target." msgstr "# Linha de Comando do Alvo." -#: file.c:637 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# Um Padr�o ou arquivo MAKEFILES" -#: file.c:639 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# Pesquisa por regra impl�cita concluida." -#: file.c:640 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# Pesquisa por regra impl�cita n�o concluida." -#: file.c:642 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# Padr�o Impl�cito/Est�tico: `%s'\n" -#: file.c:644 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# O arquivo � um pr�-requisito intermedi�rio." -#: file.c:647 +#: file.c:710 msgid "# Also makes:" msgstr "# Tamb�m faz:" -#: file.c:653 +#: file.c:716 msgid "# Modification time never checked." msgstr "# O Per�odo da modifica��o nunca foi verificado." -#: file.c:655 +#: file.c:718 msgid "# File does not exist." msgstr "# O Arquivo n�o existe." -#: file.c:660 +#: file.c:720 +#, fuzzy +msgid "# File is very old." +msgstr "# O Arquivo foi atualizado." + +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# �ltima modifica��o %s\n" -#: file.c:663 +#: file.c:728 msgid "# File has been updated." msgstr "# O Arquivo foi atualizado." -#: file.c:663 +#: file.c:728 msgid "# File has not been updated." msgstr "# O Arquivo n�o foi atualizado." -#: file.c:667 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Comandos em execu��o (ISTO � UMA FALHA)." -#: file.c:670 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." msgstr "# Comandos de depend�ncias em execu��o (ISTO � UMA FALHA)." -#: file.c:679 +#: file.c:744 msgid "# Successfully updated." msgstr "# Atualizado com sucesso." -#: file.c:683 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# Precisa ser atualizado (-q est� definido)." -#: file.c:686 +#: file.c:751 msgid "# Failed to be updated." msgstr "# Problemas com a atualiza��o." -#: file.c:689 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# Valor inv�lido no membro `update_status' !" -#: file.c:696 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# Valor inv�lido no membro `command_state' !" -#: file.c:715 -msgid "\n# Files" -msgstr "\n# Arquivos" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Arquivos" -#: file.c:738 -msgid "\n# No files." -msgstr "\n# Nenhum arquivo." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Nenhum arquivo." # N�o traduzi "hash buckets" por n�o encontrar uma tradu��o satisfat�ria. # Assim que encontrar farei a atualiza��o. -#: file.c:741 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u arquivos em %u hash buckets.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u arquivos em %u hash buckets.\n" -#: file.c:743 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# m�dia %.3f arquivos por grupo, max %u arquivos em um grupo.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "primeiro argumento n�o num�rico para a fun��o `word'" #: function.c:741 -msgid "the `word' function takes a positive index argument" -msgstr "a fun��o `word' requer um argumento de �ndice positivo." +#, fuzzy +msgid "first argument to `word' function must be greater than 0" +msgstr "primeiro argumento n�o num�rico para a fun��o `word'" -#: function.c:766 +#: function.c:765 msgid "non-numeric first argument to `wordlist' function" msgstr "primeiro argumento n�o num�rico para a fun��o `wordlist'" -#: function.c:769 +#: function.c:767 msgid "non-numeric second argument to `wordlist' function" msgstr "segundo argumento n�o num�rico para a fun��o `wordlist'" -#: function.c:1211 +#: function.c:1208 #, c-format msgid "create_child_process: DuplicateHandle(In) failed (e=%d)\n" msgstr "create_child_process: DuplicateHandle(In) falhou (e=%d)\n" -#: function.c:1222 +#: function.c:1219 #, c-format msgid "create_child_process: DuplicateHandle(Err) failed (e=%d)\n" msgstr "create_child_process: DuplicateHandle(Err) falhou (e=%d)\n" -#: function.c:1227 +#: function.c:1224 #, c-format msgid "CreatePipe() failed (e=%d)\n" msgstr "CreatePipe() falhou (e=%d)\n" -#: function.c:1232 +#: function.c:1229 msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() falhou\n" -#: function.c:1471 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Apagando o arquivo de lote tempor�rio %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "O n�mero de argumentos � insuficiente (%d) para a fun��o `%s'" -#: function.c:1692 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "A fun��o `%s' n�o foi implementada nesta plataforma" -#: function.c:1745 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "Chamada n�o terminada para a fun��o `%s': faltando `%c'" @@ -416,19 +450,16 @@ msgstr "%s: a op��o `%c%s' n�o permite um argumento\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: a op��o `%s' requer um argumento\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: a op��o � desconhecida `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: a op��o � desconhecida `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -439,7 +470,6 @@ msgstr "%s: a op��o � ilegal -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: a op��o � inv�lida -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -465,338 +495,391 @@ msgstr "Procurando por uma regra impl�cita para `%s'.\n" msgid "Looking for archive-member implicit rule for `%s'.\n" msgstr "Procurando por uma regra impl�cita de arquivo-membro para `%s'.\n" -#: implicit.c:201 +#: implicit.c:202 msgid "Avoiding implicit rule recursion.\n" msgstr "Evitando recurs�o em regra impl�cita.\n" -#: implicit.c:339 +#: implicit.c:340 #, c-format msgid "Trying pattern rule with stem `%.*s'.\n" msgstr "Tentando padr�o para regra com `%.*s'.\n" -#: implicit.c:380 +#: implicit.c:381 #, c-format msgid "Rejecting impossible implicit prerequisite `%s'.\n" msgstr "Rejeitando pr�-requisitos impl�citos `%s'.\n" -#: implicit.c:381 +#: implicit.c:382 #, c-format msgid "Rejecting impossible rule prerequisite `%s'.\n" msgstr "Rejeitando pr�-requisito para regra `%s'.\n" -#: implicit.c:391 +#: implicit.c:392 #, c-format msgid "Trying implicit prerequisite `%s'.\n" msgstr "Tentando pr�-requisito impl�cito `%s'.\n" -#: implicit.c:392 +#: implicit.c:393 #, c-format msgid "Trying rule prerequisite `%s'.\n" msgstr "Tentanto pr�-requisito para a regra `%s'.\n" -#: implicit.c:413 +#: implicit.c:414 #, c-format msgid "Found prerequisite `%s' as VPATH `%s'\n" msgstr "Pr�-requisito `%s' encontrado como VPATH `%s'\n" -#: implicit.c:430 +#: implicit.c:431 #, c-format msgid "Looking for a rule with intermediate file `%s'.\n" msgstr "Procurando uma regra com o arquivo intermedi�rio `%s'.\n" -#: job.c:252 -#, c-format -msgid "*** [%s] Error 0x%x%s" -msgstr "** [%s] Erro 0x%x%s" +#: job.c:253 +#, fuzzy, c-format +msgid "*** [%s] Error 0x%x (ignored)" +msgstr "[%s] Erro %d (ignorado)" -#: job.c:252 -msgid " (ignored)" -msgstr " (ignorado)" +#: job.c:254 +#, fuzzy, c-format +msgid "*** [%s] Error 0x%x" +msgstr "** [%s] Erro 0x%x%s" -#: job.c:255 +#: job.c:258 #, c-format msgid "[%s] Error %d (ignored)" msgstr "[%s] Erro %d (ignorado)" -#: job.c:256 +#: job.c:259 #, c-format msgid "*** [%s] Error %d" msgstr "** [%s] Erro %d" -#: job.c:261 +#: job.c:264 msgid " (core dumped)" msgstr " (arquivo core criado)" -#: job.c:401 +#: job.c:316 +msgid "Warning: Empty redirection\n" +msgstr "" + +#: job.c:352 +msgid "Syntax error, still inside '\"'\n" +msgstr "" + +#: job.c:404 #, c-format msgid "Got a SIGCHLD; %u unreaped children.\n" msgstr "Recebido um SIGSHLD; %u processos filhos descarregados.\n" -#: job.c:450 +#: job.c:453 msgid "*** Waiting for unfinished jobs...." msgstr "** Esperando que outros processos terminem." -#: job.c:479 +#: job.c:482 #, c-format msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Filho ativo 0x%08lx (%s) PID %ld %s\n" -#: job.c:481 job.c:641 job.c:739 job.c:1292 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (remoto)" -#: job.c:638 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Descarregando processo filho 0x%08lx PID %ld %s\n" -#: job.c:639 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Descarregando processo filho 0x%08lx PID %ld %s\n" -#: job.c:644 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Apagando o arquivo de lote tempor�rio: %s\n" -#: job.c:737 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Removendo o processo filho 0x%08lx PID %ld %s da cadeia.\n" -#: job.c:794 +#: job.c:788 msgid "write jobserver" msgstr "gravar jobserver" -#: job.c:796 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Liberado sinalizador para o processo filho 0x%08lx (%s).\n" -#: job.c:1226 job.c:2222 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() falhou ao executar o processo (e=%d)\n" -#: job.c:1230 job.c:2226 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\nContados %d args na falha de execu��o\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"Contados %d args na falha de execu��o\n" -#: job.c:1290 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Colocando o processo filho 0x%08lx (%s) PID %ld%s na cadeia.\n" -#: job.c:1487 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Obtido o sinalizador para o processo filho 0x%08lx (%s).\n" -#: job.c:1493 +#: job.c:1567 msgid "read jobs pipe" msgstr "tarefas canalizadas lidas" -#. An errno value of zero means getloadavg is just unsupported. -#: job.c:1562 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "n�o p�de for�ar os limites de carga neste sistema operacional" -#: job.c:1564 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "n�o p�de for�ar a carga limite:" -#: job.c:1667 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "erro interno: `%s' command_state" -#: job.c:1974 +#: job.c:1822 +msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" +msgstr "" + +#: job.c:1839 +msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" +msgstr "" + +#: job.c:1952 +#, c-format +msgid "BUILTIN [%s][%s]\n" +msgstr "" + +#: job.c:1963 +#, c-format +msgid "BUILTIN CD %s\n" +msgstr "" + +#: job.c:1981 +#, c-format +msgid "BUILTIN RM %s\n" +msgstr "" + +#: job.c:2002 +#, fuzzy, c-format +msgid "Unknown builtin command '%s'\n" +msgstr "Usando os comandos padr�es para `%s'.\n" + +#: job.c:2024 +msgid "Error, empty command\n" +msgstr "" + +#: job.c:2031 main.c:1328 +msgid "fopen (temporary file)" +msgstr "fopen (arquivo tempor�rio)" + +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "Entrada de %s redirecionada\n" -#: job.c:1981 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "Erro redirecionado para %s\n" -#: job.c:1988 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "Saida redirecionada para %s\n" -#: job.c:2051 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "Executando %s ao inv�s de\n" -#: job.c:2251 +#: job.c:2210 +#, c-format +msgid "Error spawning, %d\n" +msgstr "" + +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "processo filho descarregado: pid %d, aguardando pelo pid %d\n" -#: job.c:2270 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Comando n�o encontrado" -#: job.c:2299 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: Interpretador de comandos n�o encontrado" -#: job.c:2480 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL alterado (era `%s' e agora � `%s')" -#: job.c:2886 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "Criando arquivo de lote tempor�rio %s\n" -#: job.c:2928 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (linha %d) contexto inv�lido (!unixy && !batch_mode_shell)\n" -#: main.c:260 +#: main.c:259 msgid "Ignored for compatibility" msgstr "Ignorado por compatibilidade" -#: main.c:262 main.c:289 +#: main.c:261 main.c:288 msgid "DIRECTORY" msgstr "DIRET�RIO" -#: main.c:263 +#: main.c:262 msgid "Change to DIRECTORY before doing anything" msgstr "Mudar para o DIRET�RIO antes de fazer algo" -#: main.c:266 +#: main.c:265 msgid "Print lots of debugging information" msgstr "Imprime muita informa��o de depura��o" -#: main.c:269 +#: main.c:268 msgid "FLAGS" msgstr "" -#: main.c:270 +#: main.c:269 msgid "Print various types of debugging information" msgstr "Imprime v�rios tipos de informa��es de depura��o" -#: main.c:274 +#: main.c:273 msgid "Suspend process to allow a debugger to attach" msgstr "Suspende o processo para permiter o uso do depurador" -#: main.c:278 +#: main.c:277 msgid "Environment variables override makefiles" msgstr "As vari�veis de ambiente t�m prioridade em rela��o aos arquivos make" -#: main.c:280 main.c:321 main.c:355 +#: main.c:279 main.c:320 main.c:354 msgid "FILE" msgstr "ARQUIVO" -#: main.c:281 +#: main.c:280 msgid "Read FILE as a makefile" msgstr "L� o ARQUIVO como um arquivo make" -#: main.c:284 +#: main.c:283 msgid "Print this message and exit" msgstr "Imprime esta mensagem e sai" -#: main.c:287 +#: main.c:286 msgid "Ignore errors from commands" msgstr "Ignora os erros dos comandos" -#: main.c:290 +#: main.c:289 msgid "Search DIRECTORY for included makefiles" msgstr "Pesquisa o DIRET�RIO por arquivos make inclusos" -#: main.c:295 +#: main.c:294 msgid "Allow N jobs at once; infinite jobs with no arg" msgstr "Permite N tarefas de uma vez; tarefas infinitas sem argumentos" -#: main.c:302 +#: main.c:301 msgid "Keep going when some targets can't be made" msgstr "Continua mesmo que alguns alvos n�o possam ser processados" -#: main.c:307 main.c:312 +#: main.c:306 main.c:311 msgid "Don't start multiple jobs unless load is below N" msgstr "N�o inicia m�ltiplas tarefas a menos que a carga esteja abaixo de N" -#: main.c:319 +#: main.c:318 msgid "Don't actually run any commands; just print them" msgstr "N�o executa quaisquer comandos; apenas imprime-os" -#: main.c:322 +#: main.c:321 msgid "Consider FILE to be very old and don't remake it" msgstr "Considera o ARQUIVO muito antigo e n�o o processa" -#: main.c:325 +#: main.c:324 msgid "Print make's internal database" msgstr "Imprime a base de dados interna do make" -#: main.c:328 +#: main.c:327 msgid "Run no commands; exit status says if up to date" msgstr "N�o executa os comandos; O c�digo de saida indica se est� atualizado" -#: main.c:331 +#: main.c:330 msgid "Disable the built-in implicit rules" msgstr "Desabilita as regras impl�citas embutidas" -#: main.c:334 +#: main.c:333 msgid "Disable the built-in variable settings" msgstr "Desabilita a configura��o das vari�veis embutidas" -#: main.c:337 +#: main.c:336 msgid "Don't echo commands" msgstr "N�o ecoa os comandos" -#: main.c:341 +#: main.c:340 msgid "Turns off -k" msgstr "Desativa -k" -#: main.c:344 +#: main.c:343 msgid "Touch targets instead of remaking them" msgstr "Executa um `touch' nos alvos ao inv�s de reprocess�-los" -#: main.c:347 +#: main.c:346 msgid "Print the version number of make and exit" msgstr "Imprime o n�mero de vers�o do make e sai" -#: main.c:350 +#: main.c:349 msgid "Print the current directory" msgstr "Imprime o diret�rio atual" -#: main.c:353 +#: main.c:352 msgid "Turn off -w, even if it was turned on implicitly" msgstr "Desativa a op��o -w, mesmo que ela esteja implicitamente ativada" -#: main.c:356 +#: main.c:355 msgid "Consider FILE to be infinitely new" msgstr "Considera o ARQUIVO muito novo" -#: main.c:359 +#: main.c:358 msgid "Warn when an undefined variable is referenced" msgstr "Avisa quando um vari�vel n�o definida for referenciada" -#: main.c:457 +#: main.c:477 msgid "empty string invalid as file name" msgstr "Cadeia de caracteres vazia n�o � v�lida como nome de arquivo" -#: main.c:537 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "n�vel de depura��o desconhecido: `%s'" -#: main.c:577 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: Interrup��o/Exce��o capturada (c�digo = 0x%x, endere�o = 0x%x)\n" -#: main.c:584 +#: main.c:604 #, c-format msgid "" "\n" @@ -811,173 +894,169 @@ msgstr "" "SinalExce��o = %x\n" "Endere�oExce��o = %x\n" -#: main.c:592 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Viola��o de acesso: opera��o de escrita no endere�o %x\n" -#: main.c:593 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Viola��o de acesso: opera��o de leitura no endere�o %x\n" -#: main.c:658 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell definiu o default_shell = %s\n" -#: main.c:701 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell, caminho de pesquisa do default_shell = %s\n" -#: main.c:1004 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s est� suspenso por 30 segundos..." -#: main.c:1006 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sleep(30) concluido. Continuando.\n" -#: main.c:1227 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefile na entrada padr�o especificado duas vezes." -#: main.c:1231 -msgid "fopen (temporary file)" -msgstr "fopen (arquivo tempor�rio)" - -#: main.c:1237 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (arquivo tempor�rio)" -#: main.c:1346 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "N�o especifique -j ou --jobs se o sh.exe n�o estiver dispon�vel." -#: main.c:1347 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "Reiniciando o make para o modo de trabalho �nico." -#: main.c:1384 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Tarefas paralelas (-j) n�o s�o suportadas nesta plataforma." -#: main.c:1385 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Reiniciando no modo de tarefa �nica (-j1)." -#: main.c:1399 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "erro interno: m�ltiplas op��es --jobserver-fds" -#: main.c:1407 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "erro interno: valor `%s' inv�lido para --jobserver-fds" -#: main.c:1417 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "aviso: -jN for�ado no submake: desabilitando o modo jobserver." -#: main.c:1427 +#: main.c:1501 msgid "dup jobserver" msgstr "" -#: main.c:1430 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." msgstr "aviso: jobserver indispon�vel: usando -j1. Inclua `+' na regra pai." -#: main.c:1453 +#: main.c:1527 msgid "creating jobs pipe" msgstr "criando canaliza��o de tarefas" -#: main.c:1463 +#: main.c:1536 msgid "init jobserver pipe" msgstr "inicializando a canaliza��o do jobserver" -#: main.c:1548 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "Atualizando os arquivos makefiles ...\n" -#: main.c:1573 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "O arquivo `%s' pode estar em loop; n�o reprocess�-lo.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1647 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "Problemas ao reprocessar o arquivo `%s'." -#: main.c:1663 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "Arquivo `%s' incluido n�o foi encontrado." -#. A normal makefile. We must die later. -#: main.c:1668 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "O arquivo `%s' n�o foi encontrado." -#: main.c:1736 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "N�o foi poss�vel voltar ao diret�rio original." -#: main.c:1770 +#: main.c:1844 msgid "Re-executing:" msgstr "Re-executando:" -#: main.c:1801 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "desvinculado (arquivos tempor�rio): " -#: main.c:1823 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Nenhum alvo indicado e nenhum arquivo make encontrado" -#: main.c:1825 +#: main.c:1904 msgid "No targets" msgstr "Sem alvo" -#. Update the goals. -#: main.c:1830 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Atualizando os objetivos finais...\n" -#: main.c:1856 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "aviso: O rel�gio est� errado. Sua compila��o pode ficar incompleta." -#: main.c:2011 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Uso: %s [op��es] [alvo] ...\n" -#: main.c:2013 +#: main.c:2092 msgid "Options:\n" msgstr "Op��es:\n" -#: main.c:2094 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\nInforme os problemas para <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"Informe os problemas para <bug-make@gnu.org>.\n" -#: main.c:2203 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "a op��o `-%c' requer um argumento inteiro positivo" -#: main.c:2627 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -996,396 +1075,442 @@ msgstr "" "%sInforme os problemas para <bug-make@gnu.org>.\n" "\n" -#: main.c:2653 +#: main.c:2743 #, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Banco de dados do Make, impresso em %s" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Banco de dados do Make, impresso em %s" -#: main.c:2662 +#: main.c:2752 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# Bando de dados do Make finalizado em %s\n" - -#: main.c:2717 -msgid "Entering" -msgstr "Entrando no" +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# Bando de dados do Make finalizado em %s\n" -#: main.c:2717 -msgid "Leaving" -msgstr "Saindo do" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "diret�rio desconhecido" -#: main.c:2736 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "diret�rio desconhecido" -#: main.c:2738 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" msgstr "diret�rio `%s'\n" -#: misc.c:307 +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" +msgstr "diret�rio `%s'\n" + +#: misc.c:308 msgid ". Stop.\n" msgstr ". Pare.\n" -#: misc.c:329 +#: misc.c:330 #, c-format msgid "Unknown error %d" msgstr "Erro desconhecido %d" -#: misc.c:369 misc.c:384 misc.c:402 read.c:2695 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "A mem�ria virtual encheu" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. -#: misc.c:653 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#: misc.c:655 +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s acesso: usu�rio %lu (real %lu), grupo %lu (real %lu)\n" -#: misc.c:674 -msgid "Initialized" +#: misc.c:676 +#, fuzzy +msgid "Initialized access" msgstr "Inicializado" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Lendo arquivos makefile ...\n" -#: read.c:334 +#: read.c:335 #, c-format msgid "Reading makefile `%s'" msgstr "Lendo arquivos makefile `%s'" -#: read.c:336 +#: read.c:337 msgid " (no default goal)" msgstr " (n�o h� objetivo padr�o)" -#: read.c:338 +#: read.c:339 msgid " (search path)" msgstr " (caminho de pesquisa)" -#: read.c:340 +#: read.c:341 msgid " (don't care)" msgstr " (sem cuidado)" -#: read.c:342 +#: read.c:343 msgid " (no ~ expansion)" msgstr " (sem expans�o ~)" -#: read.c:522 +#: read.c:523 msgid "invalid syntax in conditional" msgstr "s�ntaxe inv�lida na condicional" -#: read.c:531 +#: read.c:532 msgid "extraneous `endef'" msgstr "`endef' extranho" -#: read.c:543 read.c:570 variable.c:840 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "nome de vari�vel vazio" -#: read.c:561 +#: read.c:562 msgid "empty `override' directive" msgstr "diretiva `override' vazia" -#: read.c:584 +#: read.c:586 msgid "invalid `override' directive" msgstr "diretiva `override' inv�lida" -#: read.c:668 +#: read.c:670 #, c-format msgid "no file name for `%sinclude'" msgstr "sem nome de arquivo para `%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. -#: read.c:735 +#: read.c:738 msgid "commands commence before first target" msgstr "comandos come�am antes do primeiro alvo" -#: read.c:783 +#: read.c:788 msgid "missing rule before commands" msgstr "falta regra antes dos comandos" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... -#: read.c:869 +#: read.c:874 #, c-format msgid "missing separator%s" msgstr "faltando o separador%s" -#: read.c:871 +#: read.c:876 msgid " (did you mean TAB instead of 8 spaces?)" msgstr " (voc� pensou em TAB ao inv�s de 8 espa�os?)" -#: read.c:1007 +#: read.c:1020 msgid "missing target pattern" msgstr "faltando o padr�o dos alvos" -#: read.c:1009 +#: read.c:1022 msgid "multiple target patterns" msgstr "m�ltiplos padr�es para o alvo" -#: read.c:1013 +#: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "padr�o para o alvo n�o cont�m `%%'" -#: read.c:1054 +#: read.c:1067 msgid "missing `endif'" msgstr "faltando `endif'" -#: read.c:1113 +#: read.c:1126 msgid "Extraneous text after `endef' directive" msgstr "Texto estranho depois da diretiva `endef'" -#. No `endef'!! -#: read.c:1142 +#: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "faltando `endef', `define' n�o terminado" -#: read.c:1196 read.c:1352 +#: read.c:1210 read.c:1366 #, c-format msgid "Extraneous text after `%s' directive" msgstr "Textoe estranho depois da diretiva `%s'" -#: read.c:1199 +#: read.c:1213 #, c-format msgid "extraneous `%s'" msgstr "`%s' estranho" -#: read.c:1204 +#: read.c:1218 msgid "only one `else' per conditional" msgstr "use apenas um `else' por condicional" -#: read.c:1466 +#: read.c:1480 msgid "Malformed per-target variable definition" msgstr "Defini��o de vari�vel por alvo mau formada" -#: read.c:1548 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "As regras impl�citas e de padr�o est�tico misturadas" -#: read.c:1551 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "As regras impl�citas e normais misturadas" -#: read.c:1592 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "O alvo `%s' n�o coincide com o padr�o" -#: read.c:1624 read.c:1722 +#: read.c:1631 +#, fuzzy, c-format +msgid "target `%s' leaves prerequisite pattern empty" +msgstr "O alvo `%s' n�o coincide com o padr�o" + +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "O arquivo alvo `%s' tem entradas : e ::" -#: read.c:1629 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "O alvo `%s' foi informado mais do que um vez na mesma regra." -#: read.c:1638 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "aviso: impondo comandos para o alvo `%s'" -#: read.c:1640 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "aviso: ignorando comandos antigos para o alvo `%s'" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2140 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "aviso: caracter NUL detetado; o resto da linha foi ignorado" -#: remake.c:220 +#: remake.c:230 #, c-format msgid "Nothing to be done for `%s'." msgstr "Nada a ser feito para `%s'." -#: remake.c:221 +#: remake.c:231 #, c-format msgid "`%s' is up to date." msgstr "`%s' est� atualizado." -#: remake.c:289 +#: remake.c:299 #, c-format msgid "Pruning file `%s'.\n" msgstr "Atualizando o arquivo `%s'.\n" -#: remake.c:343 +#: remake.c:353 #, c-format msgid "Considering target file `%s'.\n" msgstr "Considerando o arquivo alvo `%s'.\n" -#: remake.c:350 +#: remake.c:360 #, c-format msgid "Recently tried and failed to update file `%s'.\n" msgstr "Tentativa de atualizar o arquivo `%s' falhou.\n" -#: remake.c:354 +#: remake.c:364 #, c-format msgid "File `%s' was considered already.\n" msgstr "O arquivo `%s' j� foi considerado.\n" -#: remake.c:364 +#: remake.c:374 #, c-format msgid "Still updating file `%s'.\n" msgstr "Ainda est� atualizando o arquivo `%s'.\n" -#: remake.c:367 +#: remake.c:377 #, c-format msgid "Finished updating file `%s'.\n" msgstr "Atualiza��o do arquivo `%s' concluida.\n" -#: remake.c:388 +#: remake.c:398 #, c-format msgid "File `%s' does not exist.\n" msgstr "O arquivo `%s' n�o existe.\n" -#: remake.c:398 remake.c:818 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "Regra impl�cita encontrada para `%s'.\n" -#: remake.c:400 remake.c:820 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "Nenhuma regra impl�cita encontrada para `%s'.\n" -#: remake.c:406 remake.c:826 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "Usando os comandos padr�es para `%s'.\n" -#: remake.c:426 remake.c:850 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "Depend�ncia circular %s <- %s abandonada." -#: remake.c:504 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "Pr�-requisitos do alvo `%s' concluido.\n" -#: remake.c:510 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "Pr�-requisitos do `%s' est�o sendo criados.\n" -#: remake.c:523 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "Desistindo do arquivo `%s'.\n" -#: remake.c:528 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "O alvo `%s' n�o foi reprocessado por causa de erros." -#: remake.c:576 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Pr�-requisitos `%s' do alvo `%s' n�o existem.\n" -#: remake.c:581 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "Pr�-requisito `%s' � mais novo do que o alvo `%s'.\n" -#: remake.c:584 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "Pr�-requisito `%s' � mais antigo do que o alvo `%s'.\n" -#: remake.c:602 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "O alvo `%s' � dois-pontos duplos e n�o tem pr�-requisitos.\n" -#: remake.c:608 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "Nenhum comando para `%s' e nenhum pr�-requisito foi alterado.\n" -#: remake.c:616 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "N�o � necess�rio reprocessar o alvo `%s'" -#: remake.c:618 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; usando o nome VPATH `%s'" -#: remake.c:638 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "O alvo `%s' deve ser reprocessado.\n" -#: remake.c:644 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " Ignorando o nome VPATH `%s'.\n" -#: remake.c:653 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "Os comandos de `%s' est�o rodando.\n" -#: remake.c:660 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Falha ao reprocessar o alvo `%s'.\n" -#: remake.c:663 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Alvo `%s' reprocessado com sucesso.\n" -#: remake.c:666 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "O alvo `%s' precisa ser reprocessado sob -q.\n" -#: remake.c:967 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sSem regra para processar o alvo `%s'%s" -#: remake.c:969 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%sSem regra para processar o alvo `%s', necess�rio por `%s'%s" -#: remake.c:1170 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "** Aviso: O arquivo `%s' est� com a hora adiantada (%s > %s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" msgstr "** Aviso: O arquivo `%s' est� com a hora adiantada (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1284 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr "O elemento .LIBPATTERNS `%s' n�o � um padr�o" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "Customiza��es n�o exportadas: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# Faltam as regras impl�citas." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# Faltam as regras impl�citas." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# Faltam as regras impl�citas." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u regras impl�citas, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u regras impl�citas, %u" #: rule.c:683 msgid " terminal." @@ -1397,17 +1522,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "ERRO: num_pattern_rules errada! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# Valores da vari�vel de padr�es espec�ficos" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# Valores da vari�vel de padr�es espec�ficos" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# Faltam valores para vari�vel de padr�es espec�ficos" +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# Faltam valores para vari�vel de padr�es espec�ficos" #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u valores para vari�vel de padr�es espec�ficos" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u valores para vari�vel de padr�es espec�ficos" #: signame.c:97 msgid "unknown signal" @@ -1525,9 +1662,6 @@ msgstr "Temporizador virtual expirou" msgid "Profiling timer expired" msgstr "Temporizador de perfil expirou" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Janela alterada" @@ -1540,10 +1674,6 @@ msgstr "Continua��o" msgid "Urgent I/O condition" msgstr "Condi��o de E/S urgente" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "Poss�vel E/S" @@ -1572,47 +1702,102 @@ msgstr "Solicita��o de informa��o" msgid "Floating point co-processor not available" msgstr "Co-processador aritm�tico indispon�vel" -#: variable.c:1128 +#: variable.c:1056 +msgid "default" +msgstr "" + +#: variable.c:1059 +msgid "environment" +msgstr "" + +#: variable.c:1062 +msgid "makefile" +msgstr "" + +#: variable.c:1065 +msgid "environment under -e" +msgstr "" + +#: variable.c:1068 +msgid "command line" +msgstr "" + +#: variable.c:1071 +#, fuzzy +msgid "`override' directive" +msgstr "diretiva `override' vazia" + +#: variable.c:1074 +msgid "automatic" +msgstr "" + +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (de `%s', linha %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# Sem vari�veis." -#: variable.c:1131 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u vari�veis em %u hash buckets.\n" -#: variable.c:1134 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# m�dia de %.1f vari�veis por grupo, max %u em um grupo.\n" -#: variable.c:1141 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# m�dia de %d.%d vari�veis por grupo, max %u em um grupo.\n" -#: variable.c:1156 -msgid "\n# Variables\n" -msgstr "\n# Vari�veis\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# Vari�veis\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "" -#: vpath.c:552 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# Caminho VPATH\n" +#: vpath.c:553 +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# Caminho VPATH\n" -#: vpath.c:569 +#: vpath.c:570 msgid "# No `vpath' search paths." msgstr "# Sem caminho `vpath'." -#: vpath.c:571 +#: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u caminhos `vpath'.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u caminhos `vpath'.\n" -#: vpath.c:574 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# Sem caminho gen�rico (vari�vel `VPATH')." +#: vpath.c:575 +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Sem caminho gen�rico (vari�vel `VPATH')." -#: vpath.c:580 +#: vpath.c:581 msgid "" "\n" "# General (`VPATH' variable) search path:\n" @@ -1622,7 +1807,14 @@ msgstr "" "# Caminho gen�rico (vari�vel `VPATH'):\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "Customiza��es n�o exportadas: %s\n" +#~ msgid "the `word' function takes a positive index argument" +#~ msgstr "a fun��o `word' requer um argumento de �ndice positivo." + +#~ msgid " (ignored)" +#~ msgstr " (ignorado)" + +#~ msgid "Entering" +#~ msgstr "Entrando no" + +#~ msgid "Leaving" +#~ msgstr "Saindo do" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2001-04-22 03:44+0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2002-01-07 19:34GMT+06\n" "Last-Translator: Denis Perchine <dyp@perchine.com>\n" "Language-Team: Russian <ru@li.org>\n" @@ -52,31 +52,31 @@ msgstr "" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module �� ������ ������� ���������� � ������, ������ = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$init_control ������� ��� ������ %d" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "������ �������� ���������� `%s' ��� ������ �������� `%s'" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "������� `%s'%s: %ld ���� �� ������ %ld (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr " (��� ����� ���� �������)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " ���� %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " uid = %d, gid = %d, mode = 0%o.\n" @@ -118,66 +118,70 @@ msgstr " (����������):" msgid " (from `%s', line %lu):\n" msgstr " (�� `%s', ������ %lu):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# ��������\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# ��������\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: ���������� �������� �������� ������� stat.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (���� %s, ����� ����������� %d): ���������� �������.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (���������� %d, inode [%d,%d,%d]): ���������� �������.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (���������� %ld, inode %ld): ���������� �������.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (���� %s, ����� ����������� %d): " -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (���������� %d, inode [%d,%d,%d]): " -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (���������� %ld, inode %ld): " -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "���" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " ������," -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "���" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr " ������������ �����" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " �� ������� ������." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " ������������ ����� � %u ���������.\n" @@ -192,168 +196,188 @@ msgstr "����������� ���������� `%s' ��������� ���� �� ���� (� ����������)" msgid "warning: undefined variable `%.*s'" msgstr "��������������: �������������� ���������� `%.*s'" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "������������� ������ �� ����������" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "������� ��� ����� `%s' ���� ������ � %s:%lu," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "������� ��� ����� `%s' ���� ������� �� �������� �������," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "�� `%s' � `%s' ������ ��������� ����� � ��� �� ������. " -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." -msgstr "������� ��� `%s' ������������, ������ ��� ����� ������������ ������� ��� `%s'." +msgstr "" +"������� ��� `%s' ������������, ������ ��� ����� ������������ ������� ��� `%" +"s'." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" -msgstr "���������� ������������� `%s' � ����� ���������� � `%s' � ����� �����������" +msgstr "" +"���������� ������������� `%s' � ����� ���������� � `%s' � ����� �����������" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" -msgstr "���������� ������������� `%s' � ����� ����������� � `%s' � ����� ����������" +msgstr "" +"���������� ������������� `%s' � ����� ����������� � `%s' � ����� ����������" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** �������� �������������� ����� `%s'" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** �������� �������������� ����� `%s'" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: ��������� ����� ������� �� ������� ���������; ����������� %s" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "������� �����" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# �� �������� �����:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# ������ ���� (����������� .PRECIOUS)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# ���������� (����������� �� .PHONY)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# ����, ���������� �� ��������� ������." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." msgstr "# makefile �� ��������� ��� �� MAKEFILES." -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# ������������ ����� ������� ������" -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# ����� ������� ������ �� ������������." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# ������ �������� ��� ������������ �������: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." msgstr "# ���� -- ������������� �����������." -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# �������� �����:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# ����� ��������� �� ���� �� �����������." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# ���� �� ����������." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# ���� ����� ������." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# ����� ���������� ��������� %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# ���� ��� ��������." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# ���� �� ��� ��������." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# � ������ ������ ����������� ��������� ������� (��� ������)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." -msgstr "# � ������ ������ ����������� ������� ��������� ����������� (��� ������)." +msgstr "" +"# � ������ ������ ����������� ������� ��������� ����������� (��� ������)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# ������� ���������." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# ������ ���� ��������� (����� ���� -q)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# ������� ���������� ����������." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# �������� �������� ����� `update_status'!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# �������� �������� ����� `command_state'!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# �����" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# �����" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# ������ ���." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# ������ ���." -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u ������ in %u ������� ���-�������.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u ������ in %u ������� ���-�������.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# � ������� %.3f ������ � ������, ����. %u ������ � ����� ������.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "���������� ������ �������� ������� `word'" @@ -370,41 +394,41 @@ msgstr "���������� ������ �������� ������� `wordlist'" msgid "non-numeric second argument to `wordlist' function" msgstr "���������� ������ �������� ������� `wordlist'" -#: function.c:1206 +#: function.c:1208 #, c-format msgid "create_child_process: DuplicateHandle(In) failed (e=%d)\n" msgstr "create_child_process: DuplicateHandle(In) ������� ��� ������ (e=%d)\n" -#: function.c:1217 +#: function.c:1219 #, c-format msgid "create_child_process: DuplicateHandle(Err) failed (e=%d)\n" msgstr "create_child_process: DuplicateHandle(Err) ������� ��� ������ (e=%d)\n" -#: function.c:1222 +#: function.c:1224 #, c-format msgid "CreatePipe() failed (e=%d)\n" msgstr "CreatePipe() ������� ��� ������ (e=%d)\n" -#: function.c:1227 +#: function.c:1229 msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe(): process_init_fd() ������� ��� ������\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "������ ��������� �������� ���� %s\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "������������ ���������� (����� %d) ������� `%s'" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "�� ����������� �� ���� ���������: ������� `%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "������������� ����� ������� `%s': ��������� `%c'" @@ -432,19 +456,16 @@ msgstr "%s: ���� `%c%s' �� ����� ���������\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: ���� `%s' ������� ��������\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: ����������� ���� `--%s'\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: ������������ ���� `%c%s'\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -455,7 +476,6 @@ msgstr "%s: ������������ ���� -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: �������� ���� -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -566,168 +586,175 @@ msgstr "*** �������� ���������� �������..." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "������������� ������� 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (���������)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "�������� �������� �������������� ������� 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "�������� ������ �������������� ������� 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "�������� ��������� �������� ���� %s\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "�������� ������� 0x%08lx PID %ld %s �� ������� �������� ��������.\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "���� � ������ �����" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "������������� ����� ��� ������� 0x%08lx (%s).\n" -#: job.c:1236 job.c:2225 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" msgstr "process_easy() �� ������ ��������� ������� (e=%d)\n" -#: job.c:1240 job.c:2229 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\n��� ���������� ������� ��������� %d ����������\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"��� ���������� ������� ��������� %d ����������\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" -msgstr "��������� ������� 0x%08lx (%s) PID %ld%s � ������� �������� ��������.\n" +msgstr "" +"��������� ������� 0x%08lx (%s) PID %ld%s � ������� �������� ��������.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "������� ����� ��� ������� 0x%08lx (%s).\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "����� ������ �� ������" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "��� ������������ ������� �� ��������� ������������� ������� ��������" -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "���������� ���������� ������� ��������: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "���������� ������: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-��������������, ����� CTRL-Y ��������� ���-��������.\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" msgstr "" "-��������������, �������� ��� ����������� �������� ���������\n" "��������� CTRL-Y �� DCL.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "���������� [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "���������� CD %s\n" -#: job.c:1922 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "���������� RM %s\n" -#: job.c:1943 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "����������� ���������� ������� '%s'\n" -#: job.c:1965 +#: job.c:2024 msgid "Error, empty command\n" msgstr "������, ������ �������\n" -#: job.c:1972 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (��������� ����)" -#: job.c:1977 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "����������� ���� ������������� �� %s\n" -#: job.c:1984 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "����� ������ ������������� � %s\n" -#: job.c:1991 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "����������� ����� ������������� � %s\n" -#: job.c:2054 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "������ ��������� ����������� %s\n" -#: job.c:2151 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "������ ���������� ��������, %d\n" -#: job.c:2254 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make ����� �������������� ������� pid %d, ��� ��� ������� pid %d\n" -#: job.c:2273 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: ������� �� �������" -#: job.c:2302 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: ��������� ��������� �� ������" -#: job.c:2483 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "���������� $SHELL ���������� (���� '%s', ������ '%s')" -#: job.c:2889 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "��������� ��������� �������� ���� %s\n" -#: job.c:2931 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" -msgstr "%s (������ %d) ������ �������� ���������� ���������� (!unixy && !batch_mode_shell)\n" +msgstr "" +"%s (������ %d) ������ �������� ���������� ���������� (!unixy && !" +"batch_mode_shell)\n" #: main.c:259 msgid "Ignored for compatibility" @@ -864,21 +891,21 @@ msgstr "" "�������� �������������� ��� ������\n" "�� �������������� ����������" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "������ ������ ����������� � �������� ����� �����" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "����������� ������ ������� ������ ������� `%s'" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: ������� ���������� ��� ���������� (��� = 0x%x, ����� = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -893,171 +920,173 @@ msgstr "" "����� ���������� = %x\n" "����� ���������� = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "��������� �������: �������� ������ �� ������ %x\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "��������� �������: �������� ������ ������ %x\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell ������������� default_shell = %s\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" msgstr "find_and_set_shell: ����� � ����� ������������� default_shell = %s\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s ������������������ �� 30 ������..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sleep(30) ��������. ����������.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefile �� ������������ ����� ������ ������." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (��������� ����)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "�� ���������� -j ��� --jobs, ���� ���� sh.exe." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "make ����� ����������� � ������ ��������� ������." -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "������������ ������ (-j) �� �������������� �� ���� ���������." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "������������ ����� ��������� ������ (-j1)." -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "���������� ������: ��������� ������ --jobserver-fds" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "���������� ������: ������������ ������ --jobserver-fds: `%s'" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." -msgstr "��������������: � ���-Makefile ������������� ����� -jN; ����� ������� ����� ��������" +msgstr "" +"��������������: � ���-Makefile ������������� ����� -jN; ����� ������� ����� " +"��������" -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "������ ����� ������� �����" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." msgstr "" "��������������: ������ ����� ����������: ������������ -j1.\n" "�������� `+' � ������� � ������������ make." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "������ ����� �����" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "��������� ��������� ������� �����" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "���������� make-������....\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "Make-���� `%s', ��������, ��������, �� �� ����� ��������������.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "������� ����������� make-���� `%s' ���������." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "���������� make-���� `%s' �� ������." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "Make-���� `%s' �� ������" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "���������� ������� � �������������� �������." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "��������� ����������:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (��������� ����)" -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "�� ������ ���� � �� ������ make-����" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "��� �����" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "���������� ����� ����������...\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "��������������: ������������ ��� �����. ������ ����� ���� ��������." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "�������������: %s [����]... [����]...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "�����:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\n��������� �� ������� �� ������ <bug-make@gnu.org>.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"��������� �� ������� �� ������ <bug-make@gnu.org>.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "���� `-%c' ������ �������������� � ����� ������������� ����������" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1076,30 +1105,38 @@ msgstr "" "%s��������� �� ������� �� ������ <bug-make@gnu.org>.\n" "\n" -#: main.c:2734 +#: main.c:2743 #, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# ���� ������ Make, ���������� %s" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# ���� ������ Make, ���������� %s" -#: main.c:2743 +#: main.c:2752 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# ������ ���� ������ Make ��������� %s\n" +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# ������ ���� ������ Make ��������� %s\n" -#: main.c:2817 +#: main.c:2828 msgid "Entering an unknown directory" msgstr "���� � ����������� �������" -#: main.c:2819 +#: main.c:2830 msgid "Leaving an unknown directory" msgstr "����� �� ������������ ��������" -#: main.c:2823 +#: main.c:2833 #, c-format msgid "Entering directory `%s'\n" msgstr "���� � ������� `%s'\n" -#: main.c:2825 +#: main.c:2835 #, c-format msgid "Leaving directory `%s'\n" msgstr "����� �� �������� `%s'\n" @@ -1113,24 +1150,34 @@ msgstr ". �������.\n" msgid "Unknown error %d" msgstr "����������� ������ %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "����������� ������ ���������" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "" "����� ������� � %s: ������������ %lu (�������������� %lu),\n" "������ %lu (�������������� %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "���������������" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "������ make-������...\n" @@ -1164,7 +1211,7 @@ msgstr "�������� ��������� � �������� ���������" msgid "extraneous `endef'" msgstr "�������� `endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "������ ��� ����������" @@ -1181,10 +1228,6 @@ msgstr "������������ ��������� `override'" msgid "no file name for `%sinclude'" msgstr "�� ������ ��� ����� ��� `%sinclude'" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "������� ��������� �� ������� ����������� ����" @@ -1193,8 +1236,6 @@ msgstr "������� ��������� �� ������� ����������� ����" msgid "missing rule before commands" msgstr "����� ��������� ��������� �������" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1213,6 +1254,7 @@ msgid "multiple target patterns" msgstr "��������� �������� ����" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "������� ���� �� �������� `%%'" @@ -1224,7 +1266,6 @@ msgstr "��������� `endif'" msgid "Extraneous text after `endef' directive" msgstr "�������� ����� ����� ��������� `endef'" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "��������� `endif', ������������� `define'" @@ -1247,50 +1288,45 @@ msgstr "� �������� ��������� �������� ������ ���� `else'" msgid "Malformed per-target variable definition" msgstr "������������ ������ ������� ���������� ��� ����" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "������� ������� ������� � ������� �� ������������ ���������" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "������� ������� � ������� �������" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "���� `%s' �� ������������� ������� �����" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "���� `%s' ��������� ������ ������ �����������" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "������� ���� `%s' ����� ��������� � � `:', � � `::' " -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "���� `%s' ������� ��������� ��� � ����� �������" -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "��������������: ��������������� ������ ��� ���� `%s'" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "��������������: ������ ������� ��� ���� `%s' ������������" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "��������������: �������� ������ NUL; ������������ �� ����� ������" @@ -1339,141 +1375,172 @@ msgstr "���������� ����� `%s' ���������.\n" msgid "File `%s' does not exist.\n" msgstr "���� `%s' �� ����������.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "������� ������� ������� ��� `%s'.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "�� ������� �������� ������� ��� `%s'.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "������������� ������ �� ��������� ��� `%s'.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "����������� ����������� %s <- %s ���������." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "���������� �����, �� ������� ������� ������� ���� `%s', ���������.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "����, �� ������� ������� `%s', � ��������� ������ ����������.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "��������� ������� �� ������� ����� `%s'.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "���� `%s' �� ���� ����������� ��-�� ������." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "����������� `%s' ���� `%s' �� ����������.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "����������� `%s' �����, ��� ���� `%s'.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "����������� `%s' ������, ��� ���� `%s'.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "���� `%s' ��������� � ����� ����������� � �� ����� ������������.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "������� ��� `%s' �� ������, � ����������� �� ���� ��������.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "��� ������������� ������������ ���� `%s'." -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; ������������ VPATH-��� `%s'" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "���������� ����������� ���� `%s'.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " ������������ VPATH-��� `%s'.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "������� ��� `%s' ����������� � ��������� �����.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "������� ������������ �������� ����� `%s' ����������.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "������� ���� `%s' ������� ����������.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "������� ���� `%s' ������� ������������ � ������ -q.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%s��� ������� ��� ������ ���� `%s'%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" msgstr "%s��� ������� ��� ������ ���� `%s', ��������� ��� `%s'%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" msgstr "*** ���� `%s' ��� ������� � ������� (%s > %s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "*** ���� `%s' ��� ������� � ������� (%s > %s)" + +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr "������� .LIBPATTERNS `%s' �� �������� ��������" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "�� �������������� ���������: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# ������� ������ ���." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# ������� ������ ���." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# ������� ������ ���." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# ������� ������: %u, ������������: %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# ������� ������: %u, ������������: %u" #: rule.c:683 msgid " terminal." @@ -1485,17 +1552,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "������: �������� �������� num_pattern_rules! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# �������� ���������� ��������� ��� �����" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# �������� ���������� ��������� ��� �����" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# ��� �������� ���������� ��������� ��� �����" +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# ��� �������� ���������� ��������� ��� �����" #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u �������� ���������� ��������� ��� �����" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u �������� ���������� ��������� ��� �����" #: signame.c:97 msgid "unknown signal" @@ -1613,9 +1692,6 @@ msgstr "����������� ����� �������" msgid "Profiling timer expired" msgstr "����� �������������� �������" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "���� ��������" @@ -1628,10 +1704,6 @@ msgstr "�������������" msgid "Urgent I/O condition" msgstr "������� ����������� �����/������" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "�������� ����/�����" @@ -1660,60 +1732,78 @@ msgstr "������ ����������" msgid "Floating point co-processor not available" msgstr "����������� � ��������� ������ ����������" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "�� ���������" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "���������� � �����" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "Make-����" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "����� ���� -e" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "���������� � ��������� ������" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "��������� `override'" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "��������������" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (�� `%s', ������ %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# ���������� ���." -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u ���������� � %u ������� ���-�������.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# � ������� %.1f ���������� � ������, ����. %u � ����� ������.\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# � ������� %d.%d ���������� � ������, ����. %u � ����� ������.\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# ����������\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# ����������\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search ������� ��� ������ %d\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# ���� ������ VPATH\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# ���� ������ VPATH\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1721,12 +1811,20 @@ msgstr "# �� ��������� ���� ������ `vpath'." #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u ����� ������ �� `vpath'\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u ����� ������ �� `vpath'\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# �� ��������� ����� (���������� `VPATH') ���� ������." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# �� ��������� ����� (���������� `VPATH') ���� ������." #: vpath.c:581 msgid "" @@ -1737,13 +1835,3 @@ msgstr "" "\n" "# ����� (���������� `VPATH') ���� ������:\n" "# " - -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "�� �������������� ���������: %s\n" - -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search ������� ��� ������ %d\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: make 3.79.1\n" -"POT-Creation-Date: 2000-06-23 12:21-0400\n" +"POT-Creation-Date: 2002-04-21 03:42-0400\n" "PO-Revision-Date: 2001-05-24 05:25+300\n" "Last-Translator: Nilg�n Belma Bug�ner <nilgun@fide.org>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -48,31 +48,31 @@ msgstr "Dokunulup ge�ildi: `%s' deki ar_member_touch'dan d�nen kod hatal�" msgid "lbr$set_module failed to extract module info, status = %d" msgstr "lbr$set_module mod�l bilgisini ��kar�rken ba�ar�s�z oldu, durum = %d" -#: arscan.c:155 +#: arscan.c:159 #, c-format msgid "lbr$ini_control failed with status = %d" msgstr "lbr$ini_control durum =%d ile ba�ar�s�z oldu" -#: arscan.c:166 +#: arscan.c:170 #, c-format msgid "unable to open library `%s' to lookup member `%s'" msgstr "`%s' kaynak�as� `%s' �yesine bakmak i�in a��lamad�" -#: arscan.c:838 +#: arscan.c:842 #, c-format msgid "Member `%s'%s: %ld bytes at %ld (%ld).\n" msgstr "�ye `%s'%s: %ld bayt %ld 'de (%ld).\n" -#: arscan.c:839 +#: arscan.c:843 msgid " (name might be truncated)" msgstr "(isim k�rp�lm�� olmal�)" -#: arscan.c:841 +#: arscan.c:845 #, c-format msgid " Date %s" msgstr " Tarih %s" -#: arscan.c:842 +#: arscan.c:846 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr " Kull-kim = %d, Grup-kim = %d, kip = 0%o.\n" @@ -114,66 +114,70 @@ msgstr " (paket i�inde):" msgid " (from `%s', line %lu):\n" msgstr " (`%s'den, sat�r %lu):\n" -#: dir.c:912 -msgid "\n# Directories\n" -msgstr "\n# Dizin\n" +#: dir.c:913 +msgid "" +"\n" +"# Directories\n" +msgstr "" +"\n" +"# Dizin\n" -#: dir.c:920 +#: dir.c:921 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "# %s: durumlanamad�.\n" -#: dir.c:923 +#: dir.c:924 #, c-format msgid "# %s (key %s, mtime %d): could not be opened.\n" msgstr "# %s (anahtar (key) %s, de�i�iklik tarihi (mtime) %d): a��lamad�.\n" -#: dir.c:927 +#: dir.c:928 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "# %s (ayg�t %d, i-d���m [%d,%d,%d]): a��lamad�.\n" -#: dir.c:932 +#: dir.c:933 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "# %s (ayg�t %ld, i-d���m %ld): a��lamad�.\n" -#: dir.c:949 +#: dir.c:950 #, c-format msgid "# %s (key %s, mtime %d): " msgstr "# %s (anahtar (key) %s, de�i�iklik tarihi (mtime) %d):" -#: dir.c:953 +#: dir.c:954 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "# %s (ayg�t %d, i-d���m [%d,%d,%d]):" -#: dir.c:958 +#: dir.c:959 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "# %s (ayg�t %ld, i-d���m %ld):" -#: dir.c:964 dir.c:984 +#: dir.c:965 dir.c:985 msgid "No" msgstr "Hay�r" -#: dir.c:967 dir.c:987 +#: dir.c:968 dir.c:988 msgid " files, " msgstr " dosyalar�," -#: dir.c:969 dir.c:989 +#: dir.c:970 dir.c:990 msgid "no" msgstr "hay�r" -#: dir.c:972 +#: dir.c:973 msgid " impossibilities" msgstr "olanaks�zl�klar" -#: dir.c:976 +#: dir.c:977 msgid " so far." msgstr " �ok uzak." -#: dir.c:992 +#: dir.c:993 #, c-format msgid " impossibilities in %u directories.\n" msgstr " %u dizinlerinde olanaks�zl�klar.\n" @@ -188,168 +192,187 @@ msgstr "�evrimsel de�i�ken `%s' tekrar kendine ba��nt�l� (sonu�ta)" msgid "warning: undefined variable `%.*s'" msgstr "uyar�: `%.*s' de�i�keni atanmam��" -#. Unterminated variable reference. #: expand.c:248 msgid "unterminated variable reference" msgstr "sonland�r�lmam�� de�i�ken ba��nt�s�" -#: file.c:303 +#: file.c:304 #, c-format msgid "Commands were specified for file `%s' at %s:%lu," msgstr "`%s' dosyas� i�in komutlar %s:%lu de belirtildi," -#: file.c:309 +#: file.c:310 #, c-format msgid "Commands for file `%s' were found by implicit rule search," msgstr "`%s' dosyas� i�in komutlar �rt�k kural aramas�nda bulundu," -#: file.c:313 +#: file.c:314 #, c-format msgid "but `%s' is now considered the same file as `%s'." msgstr "fakat `%s' �imdi `%s' dosyas� ile ayn� dosya olarak d���n�lmeli." -#: file.c:317 +#: file.c:318 #, c-format msgid "Commands for `%s' will be ignored in favor of those for `%s'." msgstr "`%s' dosyas� i�in komutlar `%s' lehine yoksay�lm�� olacak." -#: file.c:338 +#: file.c:339 #, c-format msgid "can't rename single-colon `%s' to double-colon `%s'" msgstr "tek-s�tun `%s', �ift-s�tun `%s' olarak yeniden adland�r�lamaz" -#: file.c:343 +#: file.c:344 #, c-format msgid "can't rename double-colon `%s' to single-colon `%s'" msgstr "�ift-s�tun `%s', tek-s�tun `%s' olarak yeniden adland�r�lamaz" -#: file.c:412 +#: file.c:413 #, c-format msgid "*** Deleting intermediate file `%s'" msgstr "*** Arac� dosya `%s' siliniyor" -#: file.c:576 +#: file.c:417 +#, fuzzy +msgid "Removing intermediate files...\n" +msgstr "*** Arac� dosya `%s' siliniyor" + +#: file.c:587 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "%s: Tarih damgas� kapsamd���; yerine %s kullan�l�yor" -#: file.c:577 +#: file.c:588 msgid "Current time" msgstr "�u an" -#: file.c:669 +#: file.c:686 msgid "# Not a target:" msgstr "# Bir hedef de�il:" -#: file.c:677 +#: file.c:694 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "# K�ymetli dosya (.PRECIOUS �nceden gereklili�i)." -#: file.c:679 +#: file.c:696 msgid "# Phony target (prerequisite of .PHONY)." msgstr "# Sahte hedef (.PHONY �nceden gereklili�i)." -#: file.c:681 +#: file.c:698 msgid "# Command-line target." msgstr "# Komut-sat�r� hedefi." -#: file.c:683 +#: file.c:700 msgid "# A default or MAKEFILES makefile." -msgstr "# Bir �ntan�ml� ya da MAKEFILES �evre de�i�keni ile atanm�� bir make dosyas�" +msgstr "" +"# Bir �ntan�ml� ya da MAKEFILES �evre de�i�keni ile atanm�� bir make dosyas�" -#: file.c:685 +#: file.c:702 msgid "# Implicit rule search has been done." msgstr "# �rt�k kural ara�t�rmas� yap�lm��t�." -#: file.c:686 +#: file.c:703 msgid "# Implicit rule search has not been done." msgstr "# �rt�k kural ara�t�rmas� yap�lmam��t�." -#: file.c:688 +#: file.c:705 #, c-format msgid "# Implicit/static pattern stem: `%s'\n" msgstr "# �rt�k/de�i�meyen kal�p k�k�: `%s'\n" -#: file.c:690 +#: file.c:707 msgid "# File is an intermediate prerequisite." -msgstr "# Orta seviyede �nceden gerekli bir dosya (�ncelikle gerekli dosyalara arac�l�k eden dosya)" +msgstr "" +"# Orta seviyede �nceden gerekli bir dosya (�ncelikle gerekli dosyalara " +"arac�l�k eden dosya)" -#: file.c:693 +#: file.c:710 msgid "# Also makes:" msgstr "# Olu�tursa da:" -#: file.c:699 +#: file.c:716 msgid "# Modification time never checked." msgstr "# De�i�iklik zaman� hi� kontrol edilmedi." -#: file.c:701 +#: file.c:718 msgid "# File does not exist." msgstr "# Dosya yok." -#: file.c:703 +#: file.c:720 msgid "# File is very old." msgstr "# Dosya �ok eski." -#: file.c:708 +#: file.c:725 #, c-format msgid "# Last modified %s\n" msgstr "# Son de�i�iklik tarihi %s\n" -#: file.c:711 +#: file.c:728 msgid "# File has been updated." msgstr "# Dosya g�ncelle�tirilmi�ti." -#: file.c:711 +#: file.c:728 msgid "# File has not been updated." msgstr "# Dosya g�ncelle�tirilmemi�ti." -#: file.c:715 +#: file.c:732 msgid "# Commands currently running (THIS IS A BUG)." msgstr "# Komutlar �u an i�lemlerini s�rd�r�yor (BU B�R YAZILIM HATASI)." -#: file.c:718 +#: file.c:735 msgid "# Dependencies commands running (THIS IS A BUG)." -msgstr "# Ba��ml�l�klar�n komutlar� i�lemlerini s�rd�r�yor (BU B�R YAZILIM HATASI)." +msgstr "" +"# Ba��ml�l�klar�n komutlar� i�lemlerini s�rd�r�yor (BU B�R YAZILIM HATASI)." -#: file.c:727 +#: file.c:744 msgid "# Successfully updated." msgstr "# Tamamen g�ncellendi." -#: file.c:731 +#: file.c:748 msgid "# Needs to be updated (-q is set)." msgstr "# G�ncellenmi� olmas� gerekir (-q verildi)." -#: file.c:734 +#: file.c:751 msgid "# Failed to be updated." msgstr "# G�ncellenmi� olamad�." -#: file.c:737 +#: file.c:754 msgid "# Invalid value in `update_status' member!" msgstr "# `update_status' �yesinde ge�ersiz de�er!" -#: file.c:744 +#: file.c:761 msgid "# Invalid value in `command_state' member!" msgstr "# `command_state' �yesinde ge�ersiz de�er!" -#: file.c:763 -msgid "\n# Files" -msgstr "\n# Dosya" +#: file.c:780 +msgid "" +"\n" +"# Files" +msgstr "" +"\n" +"# Dosya" -#: file.c:786 -msgid "\n# No files." -msgstr "\n# Dosyalar yok." +#: file.c:803 +msgid "" +"\n" +"# No files." +msgstr "" +"\n" +"# Dosyalar yok." -#: file.c:789 +#: file.c:806 #, c-format -msgid "\n# %u files in %u hash buckets.\n" -msgstr "\n# %u dosya %u hash k�mesinde.\n" +msgid "" +"\n" +"# %u files in %u hash buckets.\n" +msgstr "" +"\n" +"# %u dosya %u hash k�mesinde.\n" -#: file.c:791 +#: file.c:808 #, c-format msgid "# average %.3f files per bucket, max %u files in one bucket.\n" msgstr "# her tabloda ortalama %.3f dosya, bir tabloda en �ok %u dosya.\n" -#. Check the first argument. #: function.c:737 msgid "non-numeric first argument to `word' function" msgstr "`word' i�levinde say�sal olmayan ilk arg�man" @@ -385,22 +408,22 @@ msgstr "CreatePipe() ba�ar�s�z (e=%d)\n" msgid "windows32_openpipe (): process_init_fd() failed\n" msgstr "windows32_openpipe (): process_init_fd() ba�ar�s�z\n" -#: function.c:1468 +#: function.c:1466 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "Ge�ici komut-listesi (batch) dosyas� %s temizleniyor\n" -#: function.c:1688 +#: function.c:1686 #, c-format msgid "Insufficient number of arguments (%d) to function `%s'" msgstr "Arg�man say�s� (%d) `%s' i�levinde yetersiz" -#: function.c:1699 +#: function.c:1697 #, c-format msgid "Unimplemented on this platform: function `%s'" msgstr "Bu platformda ger�ekle�tirilmemi�: i�lev `%s'" -#: function.c:1752 +#: function.c:1750 #, c-format msgid "unterminated call to function `%s': missing `%c'" msgstr "`%s' i�lemine �a�r� sonland�r�lmam��: `%c' kay�p" @@ -425,19 +448,16 @@ msgstr "%s: se�enek `%c%s' arg�mans�z kullan�l�r\n" msgid "%s: option `%s' requires an argument\n" msgstr "%s: `%s' se�ene�i bir arg�manla kullan�l�r\n" -#. --option #: getopt.c:750 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: `--%s' se�ene�i bilinmiyor\n" -#. +option or -option #: getopt.c:754 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: `%c%s' se�ene�i bilinmiyor\n" -#. 1003.2 specifies the format of this message. #: getopt.c:780 #, c-format msgid "%s: illegal option -- %c\n" @@ -448,7 +468,6 @@ msgstr "%s: kurald��� se�enek -- %c\n" msgid "%s: invalid option -- %c\n" msgstr "%s: ge�ersiz se�enek -- %c\n" -#. 1003.2 specifies the format of this message. #: getopt.c:813 getopt.c:943 #, c-format msgid "%s: option requires an argument -- %c\n" @@ -559,163 +578,170 @@ msgstr "*** Bitmemi� i�ler i�in bekliyor...." msgid "Live child 0x%08lx (%s) PID %ld %s\n" msgstr "Ast dosya i�ini s�rd�r�yor: 0x%08lx (%s) PID %ld %s\n" -#: job.c:484 job.c:644 job.c:742 job.c:1302 +#: job.c:484 job.c:636 job.c:734 job.c:1319 msgid " (remote)" msgstr " (kar��dan)" -#: job.c:641 +#: job.c:633 #, c-format msgid "Reaping losing child 0x%08lx PID %ld %s\n" msgstr "Kaybeden ast dosya sa�lan�yor: 0x%08lx PID %ld %s\n" -#: job.c:642 +#: job.c:634 #, c-format msgid "Reaping winning child 0x%08lx PID %ld %s\n" msgstr "Kazanan ast dosya sa�lan�yor: 0x%08lx PID %ld %s\n" -#: job.c:647 +#: job.c:639 #, c-format msgid "Cleaning up temp batch file %s\n" msgstr "Ge�ici komut-listesi dosyas� %s temizleniyor\n" -#: job.c:740 -#, c-format -msgid "Removing child 0x%08lx PID %ld %s from chain.\n" +#: job.c:732 +#, fuzzy, c-format +msgid "Removing child 0x%08lx PID %ld%s from chain.\n" msgstr "Ast 0x%08lx PID %ld %s zincirden kald�r�l�yor\n" -#: job.c:797 +#: job.c:788 msgid "write jobserver" msgstr "i�-sunucusu yaz�yor" -#: job.c:799 +#: job.c:790 #, c-format msgid "Released token for child 0x%08lx (%s).\n" msgstr "Ast 0x%08lx (%s) i�in simge (token) kullan�ma sunuldu.\n" -#: job.c:1236 job.c:2226 +#: job.c:1253 job.c:2284 #, c-format msgid "process_easy() failed failed to launch process (e=%d)\n" -msgstr "Ba�ar�s�z olan s�re� olu�turma i�lemine process_easy() sebep oldu (e=%d)\n" +msgstr "" +"Ba�ar�s�z olan s�re� olu�turma i�lemine process_easy() sebep oldu (e=%d)\n" -#: job.c:1240 job.c:2230 +#: job.c:1257 job.c:2288 #, c-format -msgid "\nCounted %d args in failed launch\n" -msgstr "\nSay�lan %d arg�man ile ba�ar�s�z oldu\n" +msgid "" +"\n" +"Counted %d args in failed launch\n" +msgstr "" +"\n" +"Say�lan %d arg�man ile ba�ar�s�z oldu\n" -#: job.c:1300 +#: job.c:1317 #, c-format msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n" msgstr "Ast 0x%08lx (%s) PID %ld%s zincire konuluyor.\n" -#: job.c:1498 +#: job.c:1558 #, c-format msgid "Obtained token for child 0x%08lx (%s).\n" msgstr "Ast 0x%08lx (%s) i�in simge (token) sa�land�.\n" -#: job.c:1504 +#: job.c:1567 msgid "read jobs pipe" msgstr "g�rev listesi okunuyor" -#: job.c:1574 +#: job.c:1630 msgid "cannot enforce load limits on this operating system" msgstr "i�letim sisteminde y�k s�n�rlar�na ula��lamad� " -#: job.c:1576 +#: job.c:1632 msgid "cannot enforce load limit: " msgstr "ula��lamayan y�k s�n�r�: " -#: job.c:1679 +#: job.c:1737 #, c-format msgid "internal error: `%s' command_state" msgstr "i�sel hata: `%s' command_state" -#: job.c:1764 +#: job.c:1822 msgid "-warning, CTRL-Y will leave sub-process(es) around.\n" msgstr "-uyar�, CTRL-Y etraftaki alt-s�re�(ler)i b�rakt�racak.\n" -#: job.c:1781 +#: job.c:1839 msgid "-warning, you may have to re-enable CTRL-Y handling from DCL.\n" -msgstr "-uyar�, DCL den y�netimi almak i�in CTRL-Y'yi yeniden etkinle�tirebilirsiniz.\n" +msgstr "" +"-uyar�, DCL den y�netimi almak i�in CTRL-Y'yi yeniden " +"etkinle�tirebilirsiniz.\n" -#: job.c:1894 +#: job.c:1952 #, c-format msgid "BUILTIN [%s][%s]\n" msgstr "OLU�UM��� [%s][%s]\n" -#: job.c:1905 +#: job.c:1963 #, c-format msgid "BUILTIN CD %s\n" msgstr "OLU�UM��� CD %s\n" -#: job.c:1923 +#: job.c:1981 #, c-format msgid "BUILTIN RM %s\n" msgstr "OLU�UM��� RM %s\n" -#: job.c:1944 +#: job.c:2002 #, c-format msgid "Unknown builtin command '%s'\n" msgstr "Olu�umi�i komut '%s' bilinmiyor\n" -#: job.c:1966 +#: job.c:2024 msgid "Error, empty command\n" msgstr "Hata, bo� komut\n" -#: job.c:1973 main.c:1307 +#: job.c:2031 main.c:1328 msgid "fopen (temporary file)" msgstr "fopen (ge�ici dosya)" -#: job.c:1978 +#: job.c:2036 #, c-format msgid "Redirected input from %s\n" msgstr "%s den y�nlendirilmi� girdi\n" -#: job.c:1985 +#: job.c:2043 #, c-format msgid "Redirected error to %s\n" msgstr "%s e y�nlendirilmi� hata\n" -#: job.c:1992 +#: job.c:2050 #, c-format msgid "Redirected output to %s\n" msgstr "%s e y�nlendirilmi� ��kt�\n" -#: job.c:2055 +#: job.c:2113 #, c-format msgid "Executing %s instead\n" msgstr "%s yerine �al��t�r�l�yor\n" -#: job.c:2152 +#: job.c:2210 #, c-format msgid "Error spawning, %d\n" msgstr "do�um hatas�, %d\n" -#: job.c:2255 +#: job.c:2313 #, c-format msgid "make reaped child pid %d, still waiting for pid %d\n" msgstr "make pid %d ast s�reci kald�rd� ama hala pid %d i�in bekliyor\n" -#: job.c:2274 +#: job.c:2332 #, c-format msgid "%s: Command not found" msgstr "%s: Komut bulunamad�" -#: job.c:2303 +#: job.c:2361 #, c-format msgid "%s: Shell program not found" msgstr "%s: Kabuk uygulamas� bulunamad�" -#: job.c:2484 +#: job.c:2542 #, c-format msgid "$SHELL changed (was `%s', now `%s')" msgstr "$SHELL de�i�ti (`%s' idi, �imdi `%s')" -#: job.c:2890 +#: job.c:2948 #, c-format msgid "Creating temporary batch file %s\n" msgstr "%s ge�ici komut-liste dosyas�n� olu�turuyor\n" -#: job.c:2932 +#: job.c:2990 #, c-format msgid "%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n" msgstr "%s (sat�r %d) kabuk ba�lam� hatal� (!unixy && !batch_mode_shell)\n" @@ -840,21 +866,21 @@ msgstr "DOSYAn�n ne kadar yeni oldu�undaki belirsizli�i hesaba katar." msgid "Warn when an undefined variable is referenced" msgstr "Atanmam�� bir de�i�kene ba��nt� yap�ld���nda uyar�r" -#: main.c:456 +#: main.c:477 msgid "empty string invalid as file name" msgstr "dosyaismi olarak bo� dizge ge�ersiz" -#: main.c:536 +#: main.c:557 #, c-format msgid "unknown debug level specification `%s'" msgstr "Hata ay�klama d�zeyi �zelli�i `%s' bilinmiyor" -#: main.c:576 +#: main.c:597 #, c-format msgid "%s: Interrupt/Exception caught (code = 0x%x, addr = 0x%x)\n" msgstr "%s: Kesinti/Ola�and��� durum saptand� (kod = 0x%x, adres = 0x%x)\n" -#: main.c:583 +#: main.c:604 #, c-format msgid "" "\n" @@ -869,169 +895,172 @@ msgstr "" "Ola�and���l�kBayraklar� = %x\n" "Ola�and���l�kAdresi = %x\n" -#: main.c:591 +#: main.c:612 #, c-format msgid "Access violation: write operation at address %x\n" msgstr "Eri�im uyumsuzlu�u: %x adresine yazma i�lemi\n" -#: main.c:592 +#: main.c:613 #, c-format msgid "Access violation: read operation at address %x\n" msgstr "Eri�im uyumsuzlu�u: %x adresinden okuma i�lemi\n" -#: main.c:657 +#: main.c:678 #, c-format msgid "find_and_set_shell setting default_shell = %s\n" msgstr "find_and_set_shell default_shell = %s olarak belirliyor\n" -#: main.c:700 +#: main.c:721 #, c-format msgid "find_and_set_shell path search set default_shell = %s\n" -msgstr "find_and_set_shell yol aramas�n� default_shell = %s olarak belirliyor\n" +msgstr "" +"find_and_set_shell yol aramas�n� default_shell = %s olarak belirliyor\n" -#: main.c:1058 +#: main.c:1079 #, c-format msgid "%s is suspending for 30 seconds..." msgstr "%s 30 saniyeli�ine ask�ya al�n�yor..." -#: main.c:1060 +#: main.c:1081 msgid "done sleep(30). Continuing.\n" msgstr "sleep(30) bitti. Devam ediliyor.\n" -#: main.c:1268 +#: main.c:1289 msgid "Makefile from standard input specified twice." msgstr "Makefile standart girdiden iki kez belirtildi." -#: main.c:1313 +#: main.c:1334 msgid "fwrite (temporary file)" msgstr "fwrite (ge�ici dosya)" -#: main.c:1415 +#: main.c:1420 msgid "Do not specify -j or --jobs if sh.exe is not available." msgstr "sh.exe yoksa -j veya --jobs belirtilemez." -#: main.c:1416 +#: main.c:1421 msgid "Resetting make for single job mode." msgstr "Tek i� kipi i�in make'i ba�latma konumuna al�yor" -#: main.c:1453 +#: main.c:1458 msgid "Parallel jobs (-j) are not supported on this platform." msgstr "Bu platformda paralel i�ler (-j) desteklenmiyor." -#: main.c:1454 +#: main.c:1459 msgid "Resetting to single job (-j1) mode." msgstr "Tek i� kipi (-j1) i�in make'i ba�latma konumuna al�yor" -#: main.c:1468 +#: main.c:1473 msgid "internal error: multiple --jobserver-fds options" msgstr "i�sel hata: �ok say�da --jobserver-fds se�ene�i" -#: main.c:1476 +#: main.c:1481 #, c-format msgid "internal error: invalid --jobserver-fds string `%s'" msgstr "i�sel hata: --jobserver-fds dizgesi `%s' ge�ersiz" -#: main.c:1486 +#: main.c:1491 msgid "warning: -jN forced in submake: disabling jobserver mode." msgstr "uyar�: alt derlemede -jN zorland�: i� sunucusu kipi kapat�l�yor." -#: main.c:1496 +#: main.c:1501 msgid "dup jobserver" msgstr "�ift i� sunucusu" -#: main.c:1499 -msgid "warning: jobserver unavailable: using -j1. Add `+' to parent make rule." -msgstr "uyar�: i� sunucusu kullan�md���: -j1 kullan�l�yor. �st make kural�na `+' ekle." +#: main.c:1504 +msgid "" +"warning: jobserver unavailable: using -j1. Add `+' to parent make rule." +msgstr "" +"uyar�: i� sunucusu kullan�md���: -j1 kullan�l�yor. �st make kural�na `+' " +"ekle." -#: main.c:1522 +#: main.c:1527 msgid "creating jobs pipe" msgstr "i�leri yarat�yor" -#: main.c:1532 +#: main.c:1536 msgid "init jobserver pipe" msgstr "i�leri haz�rl�yor" -#: main.c:1617 +#: main.c:1621 msgid "Updating makefiles....\n" msgstr "makefile'lar� g�ncelliyor...\n" -#: main.c:1642 +#: main.c:1646 #, c-format msgid "Makefile `%s' might loop; not remaking it.\n" msgstr "`%s' make dosyas� �evrime girdi; yeniden derlenemez.\n" -#. The update failed and this makefile was not -#. from the MAKEFILES variable, so we care. -#: main.c:1716 +#: main.c:1721 #, c-format msgid "Failed to remake makefile `%s'." msgstr "`%s' make dosyas� yeniden derlenemiyor." -#: main.c:1732 +#: main.c:1737 #, c-format msgid "Included makefile `%s' was not found." msgstr "��erilen make dosyas� `%s' bulunamad�." -#. A normal makefile. We must die later. -#: main.c:1737 +#: main.c:1742 #, c-format msgid "Makefile `%s' was not found" msgstr "`%s' make dosyas� bulunamad�" -#: main.c:1805 +#: main.c:1810 msgid "Couldn't change back to original directory." msgstr "Geriye, �zg�n dizine ge�ilemiyor." -#: main.c:1839 +#: main.c:1844 msgid "Re-executing:" msgstr "Yeniden �al��t�r�l�yor:" -#: main.c:1870 +#: main.c:1880 msgid "unlink (temporary file): " msgstr "unlink (ge�ici dosya): " -#: main.c:1892 +#: main.c:1902 msgid "No targets specified and no makefile found" msgstr "Hedefler belirtilmedi�inden make dosyas� yok" -#: main.c:1894 +#: main.c:1904 msgid "No targets" msgstr "Hedef yok" -#. Update the goals. -#: main.c:1899 +#: main.c:1909 msgid "Updating goal targets....\n" msgstr "Ama�lanan hedefler g�ncelleniyor...\n" -#: main.c:1925 +#: main.c:1935 msgid "warning: Clock skew detected. Your build may be incomplete." msgstr "uyar�: Clock skew saptand�. Derleme tamamlanamayabilir." -#: main.c:2080 +#: main.c:2090 #, c-format msgid "Usage: %s [options] [target] ...\n" msgstr "Kullan�m: %s [se�enekler] [hedef] ...\n" -#: main.c:2082 +#: main.c:2092 msgid "Options:\n" msgstr "Se�enekler:\n" -#: main.c:2163 -msgid "\nReport bugs to <bug-make@gnu.org>.\n" -msgstr "\nYaz�l�m hatalar�n� <bug-make@gnu.org> adresine bildiriniz.\n" +#: main.c:2173 +msgid "" +"\n" +"Report bugs to <bug-make@gnu.org>.\n" +msgstr "" +"\n" +"Yaz�l�m hatalar�n� <bug-make@gnu.org> adresine bildiriniz.\n" -#: main.c:2284 +#: main.c:2294 #, c-format msgid "the `-%c' option requires a positive integral argument" msgstr "`-%c' se�ene�i bir pozitif t�mleyici ba��ms�z de�i�kenle kullan�l�r" -#: main.c:2708 -#, c-format +#: main.c:2718 +#, fuzzy, c-format msgid "" ", by Richard Stallman and Roland McGrath.\n" "%sBuilt for %s\n" -"%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" -"%s\tFree Software Foundation, Inc.\n" +"%sCopyright (C) 2001 Free Software Foundation, Inc.\n" "%sThis is free software; see the source for copying conditions.\n" "%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "%sPARTICULAR PURPOSE.\n" @@ -1043,38 +1072,50 @@ msgstr "" "%s %s i�in Richard Stallman ve Roland McGrath taraf�ndan kurguland�.\n" "%sTelif Hakk� (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n" "%s\tFree Software Foundation, Inc.\n" -"%sBu bir serbest yaz�l�md�r; kopyalama ko�ullar� i�in kaynak koduna bak�n�z.\n" +"%sBu bir serbest yaz�l�md�r; kopyalama ko�ullar� i�in kaynak koduna " +"bak�n�z.\n" "%sHi�bir garantisi yoktur; hatta SATILAB�L�RL��� veya �AHS� KULLANIMINIZA\n" "%sUYGUNLU�U i�in bile garanti verilmez.\n" "\n" "%sYaz�l�m hatalar�n� <bug-make@gnu.org> adresine bildiriniz.\n" "\n" -#: main.c:2734 -#, c-format -msgid "\n# Make data base, printed on %s" -msgstr "\n# Make veri taban�, %s �zerine bas�ld�" - #: main.c:2743 #, c-format -msgid "\n# Finished Make data base on %s\n" -msgstr "\n# %s �zerindeki Make veri taban� tamamland�\n" +msgid "" +"\n" +"# Make data base, printed on %s" +msgstr "" +"\n" +"# Make veri taban�, %s �zerine bas�ld�" -#: main.c:2798 -msgid "Entering" -msgstr " Dizine girdi:" +#: main.c:2752 +#, c-format +msgid "" +"\n" +"# Finished Make data base on %s\n" +msgstr "" +"\n" +"# %s �zerindeki Make veri taban� tamamland�\n" -#: main.c:2798 -msgid "Leaving" -msgstr "Dizini b�rakt�:" +#: main.c:2828 +#, fuzzy +msgid "Entering an unknown directory" +msgstr "bir bilinmeyen dizin" -#: main.c:2817 -msgid "an unknown directory" +#: main.c:2830 +#, fuzzy +msgid "Leaving an unknown directory" msgstr "bir bilinmeyen dizin" -#: main.c:2819 -#, c-format -msgid "directory `%s'\n" +#: main.c:2833 +#, fuzzy, c-format +msgid "Entering directory `%s'\n" +msgstr "`%s'\n" + +#: main.c:2835 +#, fuzzy, c-format +msgid "Leaving directory `%s'\n" msgstr "`%s'\n" #: misc.c:308 @@ -1086,22 +1127,32 @@ msgstr ". Durdu.\n" msgid "Unknown error %d" msgstr "Bilinmeyen hata %d" -#: misc.c:370 misc.c:385 misc.c:403 read.c:2717 +#: misc.c:370 misc.c:385 misc.c:403 read.c:2712 msgid "virtual memory exhausted" msgstr "sanal bellek t�kendi" -#. All the other debugging messages go to stdout, -#. but we write this one to stderr because it might be -#. run in a child fork whose stdout is piped. #: misc.c:655 -#, c-format -msgid "%s access: user %lu (real %lu), group %lu (real %lu)\n" +#, fuzzy, c-format +msgid "%s: user %lu (real %lu), group %lu (real %lu)\n" msgstr "%s eri�iyor: kullan�c� %lu (ger�ekte %lu), grup %lu (ger�ekte %lu)\n" #: misc.c:676 -msgid "Initialized" +#, fuzzy +msgid "Initialized access" msgstr "Haz�rland�" +#: misc.c:755 +msgid "User access" +msgstr "" + +#: misc.c:803 +msgid "Make access" +msgstr "" + +#: misc.c:837 +msgid "Child access" +msgstr "" + #: read.c:153 msgid "Reading makefiles...\n" msgstr "Makefile'lar okunuyor...\n" @@ -1135,7 +1186,7 @@ msgstr "�artl� ifade de yaz�l�� hatas�" msgid "extraneous `endef'" msgstr "yersiz `endef'" -#: read.c:544 read.c:572 variable.c:873 +#: read.c:544 read.c:572 variable.c:848 msgid "empty variable name" msgstr "bo� de�i�ken ismi" @@ -1152,10 +1203,6 @@ msgstr "`override' y�nergesi ge�ersiz" msgid "no file name for `%sinclude'" msgstr "`%sinclude' i�in dosyaismi yok" -#. This line starts with a tab but was not caught above -#. because there was no preceding target, and the line -#. might have been usable as a variable definition. -#. But now it is definitely lossage. #: read.c:738 msgid "commands commence before first target" msgstr "komutlar ilk hedeften �nce ba�l�yor" @@ -1164,8 +1211,6 @@ msgstr "komutlar ilk hedeften �nce ba�l�yor" msgid "missing rule before commands" msgstr "komutlardan �nceki kural kay�p" -#. There's no need to be ivory-tower about this: check for -#. one of the most common bugs found in makefiles... #: read.c:874 #, c-format msgid "missing separator%s" @@ -1184,6 +1229,7 @@ msgid "multiple target patterns" msgstr "�ok say�da hedef kal�p" #: read.c:1026 +#, c-format msgid "target pattern contains no `%%'" msgstr "hedef kal�p `%%' i�ermiyor" @@ -1195,7 +1241,6 @@ msgstr "`endif' kay�p" msgid "Extraneous text after `endef' directive" msgstr "`endef' y�nergesinden sonraki metin yersiz" -#. No `endef'!! #: read.c:1156 msgid "missing `endef', unterminated `define'" msgstr "`endef' kay�p, `define' sonland�r�lmam��" @@ -1218,50 +1263,45 @@ msgstr "her �artl� ifade de sadece bir `else'" msgid "Malformed per-target variable definition" msgstr "per-target de�i�ken atamas� bozuk" -#: read.c:1562 +#: read.c:1565 msgid "mixed implicit and static pattern rules" msgstr "�rt�k ve dura�an kal�p kurallar� kar��m��" -#: read.c:1565 +#: read.c:1568 msgid "mixed implicit and normal rules" msgstr "�rt�k ve normal kurallar kar��m��" -#: read.c:1606 +#: read.c:1609 #, c-format msgid "target `%s' doesn't match the target pattern" msgstr "hedef `%s' hedef kal�pla e�le�miyor" -#: read.c:1628 +#: read.c:1631 #, c-format msgid "target `%s' leaves prerequisite pattern empty" msgstr "hedef `%s' �nceden gereklilik kal�b�n� bo� b�rak�yor" -#: read.c:1644 read.c:1744 +#: read.c:1647 read.c:1747 #, c-format msgid "target file `%s' has both : and :: entries" msgstr "hedef dosya `%s'hem : hem de :: girdilerine sahip" -#: read.c:1650 +#: read.c:1653 #, c-format msgid "target `%s' given more than once in the same rule." msgstr "hedef `%s' ayn� kuralda birden fazla belirtilmi�." -#: read.c:1659 +#: read.c:1662 #, c-format msgid "warning: overriding commands for target `%s'" msgstr "uyar�: hedef `%s' i�in komutlar ge�ersiz k�l�n�yor" -#: read.c:1662 +#: read.c:1665 #, c-format msgid "warning: ignoring old commands for target `%s'" msgstr "uyar�: hedef `%s' i�in eski komutlar yoksay�l�yor" -#. This only happens when the first thing on the line is a '\0'. -#. It is a pretty hopeless case, but (wonder of wonders) Athena -#. lossage strikes again! (xmkmf puts NULs in its makefiles.) -#. There is nothing really to be done; we synthesize a newline so -#. the following line doesn't appear to be part of this line. -#: read.c:2162 +#: read.c:2166 msgid "warning: NUL character seen; rest of line ignored" msgstr "uyar�: NUL karakteri g�r�ld�; sat�r�n geri kalan� yoksay�l�yor" @@ -1310,141 +1350,178 @@ msgstr "`%s' dosyas�n�n g�ncellenmesi tamamland�.\n" msgid "File `%s' does not exist.\n" msgstr "`%s' dosyas� yok.\n" -#: remake.c:408 remake.c:828 +#: remake.c:405 +#, c-format +msgid "" +"*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp" +msgstr "" + +#: remake.c:418 remake.c:838 #, c-format msgid "Found an implicit rule for `%s'.\n" msgstr "`%s' i�in bir �rt�k kural bulundu.\n" -#: remake.c:410 remake.c:830 +#: remake.c:420 remake.c:840 #, c-format msgid "No implicit rule found for `%s'.\n" msgstr "`%s' i�in bir �rt�k kural yok.\n" -#: remake.c:416 remake.c:836 +#: remake.c:426 remake.c:846 #, c-format msgid "Using default commands for `%s'.\n" msgstr "`%s' i�in �ntan�ml� komutlar kullan�l�yor.\n" -#: remake.c:436 remake.c:860 +#: remake.c:446 remake.c:870 #, c-format msgid "Circular %s <- %s dependency dropped." msgstr "�evrimsel %s <- %s ba��ml�l��� iptal edildi." -#: remake.c:514 +#: remake.c:524 #, c-format msgid "Finished prerequisites of target file `%s'.\n" msgstr "`%s' hedef dosyas�n�n �nceden gereklilikleri tamamland�.\n" -#: remake.c:520 +#: remake.c:530 #, c-format msgid "The prerequisites of `%s' are being made.\n" msgstr "`%s' i�in �nceden gereklilikler derlenmeye devam ediyor.\n" -#: remake.c:533 +#: remake.c:543 #, c-format msgid "Giving up on target file `%s'.\n" msgstr "`%s' hedef dosyas�nda umut kesiliyor.\n" -#: remake.c:538 +#: remake.c:548 #, c-format msgid "Target `%s' not remade because of errors." msgstr "Hedef `%s' hatalardan dolay� yeniden derlenemez." -#: remake.c:586 +#: remake.c:596 #, c-format msgid "Prerequisite `%s' of target `%s' does not exist.\n" msgstr "Hedef `%s' in �nceden gereklisi `%s' mevcut de�il.\n" -#: remake.c:591 +#: remake.c:601 #, c-format msgid "Prerequisite `%s' is newer than target `%s'.\n" msgstr "�nceden gerekli `%s' hedef `%s' den daha yeni.\n" -#: remake.c:594 +#: remake.c:604 #, c-format msgid "Prerequisite `%s' is older than target `%s'.\n" msgstr "�nceden gerekli `%s' hedef `%s' den daha eski.\n" -#: remake.c:612 +#: remake.c:622 #, c-format msgid "Target `%s' is double-colon and has no prerequisites.\n" msgstr "Hedef `%s' �ift-s�tunlu ve �nceden gereklilikler gerektirmiyor.\n" -#: remake.c:618 +#: remake.c:628 #, c-format msgid "No commands for `%s' and no prerequisites actually changed.\n" msgstr "`%s' i�in komutlar ve �nceden gerekliliklerde bir de�i�iklik yok.\n" -#: remake.c:626 +#: remake.c:636 #, c-format msgid "No need to remake target `%s'" msgstr "Hedef `%s' nin yeniden derlenmesine gerek yok" -#: remake.c:628 +#: remake.c:638 #, c-format msgid "; using VPATH name `%s'" msgstr "; VPATH ismi `%s' kullan�l�yor" -#: remake.c:648 +#: remake.c:658 #, c-format msgid "Must remake target `%s'.\n" msgstr "Hedef `%s' yeniden derlenmeli.\n" -#: remake.c:654 +#: remake.c:664 #, c-format msgid " Ignoring VPATH name `%s'.\n" msgstr " VPATH ismi `%s' yoksay�l�yor.\n" -#: remake.c:663 +#: remake.c:673 #, c-format msgid "Commands of `%s' are being run.\n" msgstr "`%s' nin komutlar� �al��maya devam ediyor.\n" -#: remake.c:670 +#: remake.c:680 #, c-format msgid "Failed to remake target file `%s'.\n" msgstr "Hedef dosya `%s' yeniden derlenirken hata olu�tu.\n" -#: remake.c:673 +#: remake.c:683 #, c-format msgid "Successfully remade target file `%s'.\n" msgstr "Hedef dosya `%s' yeniden derlenmesi ba�ar�yla tamamland�.\n" -#: remake.c:676 +#: remake.c:686 #, c-format msgid "Target file `%s' needs remade under -q.\n" msgstr "`%s' hedef dosyas�n�n -q ile yeniden derlenmesi gerekir.\n" -#: remake.c:977 +#: remake.c:982 #, c-format msgid "%sNo rule to make target `%s'%s" msgstr "%sHedef `%s' i derlemek i�in hi�bir kural yok%s" -#: remake.c:979 +#: remake.c:984 #, c-format msgid "%sNo rule to make target `%s', needed by `%s'%s" -msgstr "%sHedef `%s' i derlemek i�in hi�bir kural yok, `%s' taraf�ndan gereksinim duyuluyor%s" +msgstr "" +"%sHedef `%s' i derlemek i�in hi�bir kural yok, `%s' taraf�ndan gereksinim " +"duyuluyor%s" -#: remake.c:1191 -#, c-format -msgid "*** Warning: File `%s' has modification time in the future (%s > %s)" -msgstr "*** Uyar�: `%s' dosyas� gelecekteki bir de�i�iklik tarihini i�eriyor (%s > %s)" +#: remake.c:1188 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time in the future" +msgstr "" +"*** Uyar�: `%s' dosyas� gelecekteki bir de�i�iklik tarihini i�eriyor (%s > %" +"s)" + +#: remake.c:1195 +#, fuzzy, c-format +msgid "Warning: File `%s' has modification time %.2g s in the future" +msgstr "" +"*** Uyar�: `%s' dosyas� gelecekteki bir de�i�iklik tarihini i�eriyor (%s > %" +"s)" -#. Give a warning if there is no pattern, then remove the -#. pattern so it's ignored next time. -#: remake.c:1311 +#: remake.c:1316 #, c-format msgid ".LIBPATTERNS element `%s' is not a pattern" msgstr ".LIBPATTERNS eleman� `%s' bir kal�p de�il" +#: remote-cstms.c:127 +#, c-format +msgid "Customs won't export: %s\n" +msgstr "�zelle�tirilmi� olanlar d��ar� aktar�lmayacak: %s\n" + +#: rule.c:656 +#, fuzzy +msgid "" +"\n" +"# Implicit Rules" +msgstr "" +"\n" +"# �rt�k kural yok." + #: rule.c:671 -msgid "\n# No implicit rules." -msgstr "\n# �rt�k kural yok." +msgid "" +"\n" +"# No implicit rules." +msgstr "" +"\n" +"# �rt�k kural yok." #: rule.c:674 #, c-format -msgid "\n# %u implicit rules, %u" -msgstr "\n# %u �rt�k kural, %u" +msgid "" +"\n" +"# %u implicit rules, %u" +msgstr "" +"\n" +"# %u �rt�k kural, %u" #: rule.c:683 msgid " terminal." @@ -1456,17 +1533,29 @@ msgid "BUG: num_pattern_rules wrong! %u != %u" msgstr "YAZILIM HATASI: num_pattern_rules yanl��! %u != %u" #: rule.c:695 -msgid "\n# Pattern-specific variable values" -msgstr "\n# �rne�e duyarl� de�i�ken de�eri" +msgid "" +"\n" +"# Pattern-specific variable values" +msgstr "" +"\n" +"# �rne�e duyarl� de�i�ken de�eri" #: rule.c:710 -msgid "\n# No pattern-specific variable values." -msgstr "\n# �rne�e duyarl� de�i�ken de�eri yok." +msgid "" +"\n" +"# No pattern-specific variable values." +msgstr "" +"\n" +"# �rne�e duyarl� de�i�ken de�eri yok." #: rule.c:713 #, c-format -msgid "\n# %u pattern-specific variable values" -msgstr "\n# %u �rne�e duyarl� de�i�ken de�eri" +msgid "" +"\n" +"# %u pattern-specific variable values" +msgstr "" +"\n" +"# %u �rne�e duyarl� de�i�ken de�eri" #: signame.c:97 msgid "unknown signal" @@ -1584,9 +1673,6 @@ msgstr "Sanal s�re�l�er kullan�m s�resi doldu" msgid "Profiling timer expired" msgstr "Tan�t�m s�re�l�er kullan�m s�resi doldu" -#. "Window size changed" might be more accurate, but even if that -#. is all that it means now, perhaps in the future it will be -#. extended to cover other kinds of window changes. #: signame.c:202 msgid "Window changed" msgstr "Pencere boyutlar� de�i�tirildi" @@ -1599,10 +1685,6 @@ msgstr "Devam ediliyor" msgid "Urgent I/O condition" msgstr "Acil G/� ko�ulu" -#. "I/O pending" has also been suggested. A disadvantage is -#. that signal only happens when the process has -#. asked for it, not everytime I/O is pending. Another disadvantage -#. is the confusion from giving it a different name than under Unix. #: signame.c:215 signame.c:224 msgid "I/O possible" msgstr "G/� m�mk�n" @@ -1631,60 +1713,78 @@ msgstr "Bilgi iste�i" msgid "Floating point co-processor not available" msgstr "Aritmetik i�lemci kullan�labilir de�il" -#: variable.c:1079 +#: variable.c:1056 msgid "default" msgstr "�ntan�ml�" -#: variable.c:1082 +#: variable.c:1059 msgid "environment" msgstr "�evre" -#: variable.c:1085 +#: variable.c:1062 msgid "makefile" msgstr "derleme dosyas�" -#: variable.c:1088 +#: variable.c:1065 msgid "environment under -e" msgstr "�evre -e alt�nda" -#: variable.c:1091 +#: variable.c:1068 msgid "command line" msgstr "komut sat�r�" -#: variable.c:1094 +#: variable.c:1071 msgid "`override' directive" msgstr "`override' y�nergesi" -#: variable.c:1097 +#: variable.c:1074 msgid "automatic" msgstr "otomatik" -#: variable.c:1167 +#: variable.c:1083 +#, fuzzy, c-format +msgid " (from `%s', line %lu)" +msgstr " (`%s'den, sat�r %lu):\n" + +#: variable.c:1145 msgid "# No variables." msgstr "# De�i�kenker yok" -#: variable.c:1170 +#: variable.c:1148 #, c-format msgid "# %u variables in %u hash buckets.\n" msgstr "# %u de�i�ken; %u hash tablosu i�inde.\n" -#: variable.c:1173 +#: variable.c:1151 #, c-format msgid "# average of %.1f variables per bucket, max %u in one bucket.\n" msgstr "# her tabloda %.1f de�i�ken ortalamas�, bir tabloda en �ok %u\n" -#: variable.c:1180 +#: variable.c:1158 #, c-format msgid "# average of %d.%d variables per bucket, max %u in one bucket.\n" msgstr "# her tabloda %d.%d de�i�ken ortalamas�, bir tabloda en �ok %u\n" -#: variable.c:1195 -msgid "\n# Variables\n" -msgstr "\n# De�i�ken\n" +#: variable.c:1173 +msgid "" +"\n" +"# Variables\n" +msgstr "" +"\n" +"# De�i�ken\n" + +#: vmsfunctions.c:80 +#, c-format +msgid "sys$search failed with %d\n" +msgstr "sys$search %d ile ba�ar�s�z\n" #: vpath.c:553 -msgid "\n# VPATH Search Paths\n" -msgstr "\n# VPATH Arama yolu\n" +msgid "" +"\n" +"# VPATH Search Paths\n" +msgstr "" +"\n" +"# VPATH Arama yolu\n" #: vpath.c:570 msgid "# No `vpath' search paths." @@ -1692,12 +1792,20 @@ msgstr "# `vpath' arama yollar� yok" #: vpath.c:572 #, c-format -msgid "\n# %u `vpath' search paths.\n" -msgstr "\n# %u `vpath' arama yolu.\n" +msgid "" +"\n" +"# %u `vpath' search paths.\n" +msgstr "" +"\n" +"# %u `vpath' arama yolu.\n" #: vpath.c:575 -msgid "\n# No general (`VPATH' variable) search path." -msgstr "\n# Genel arama yolu (`VPATH' �evre de�i�keni) yok." +msgid "" +"\n" +"# No general (`VPATH' variable) search path." +msgstr "" +"\n" +"# Genel arama yolu (`VPATH' �evre de�i�keni) yok." #: vpath.c:581 msgid "" @@ -1709,12 +1817,8 @@ msgstr "" "# Genel (`VPATH' �evre de�i�keni) arama yolu:\n" "# " -#: remote-cstms.c:127 -#, c-format -msgid "Customs won't export: %s\n" -msgstr "�zelle�tirilmi� olanlar d��ar� aktar�lmayacak: %s\n" +#~ msgid "Entering" +#~ msgstr " Dizine girdi:" -#: vmsfunctions.c:80 -#, c-format -msgid "sys$search failed with %d\n" -msgstr "sys$search %d ile ba�ar�s�z\n" +#~ msgid "Leaving" +#~ msgstr "Dizini b�rakt�:" @@ -1,26 +1,33 @@ /* Convert between signal names and numbers. - Copyright (C) 1990,92,93,95,96,99 Free Software Foundation, Inc. - This file is part of the GNU C Library. +Copyright (C) 1990,92,93,95,96,99, 2002 Free Software Foundation, Inc. +This file was part of the GNU C Library, but is now part of GNU make. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. +GNU Make is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. +GNU Make is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ +You should have received a copy of the GNU General Public License +along with GNU Make; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ - -/* In the GNU make version, all the headers we need are provided by make.h. */ #include "make.h" +/* If the system provides strsignal, we don't need it. */ + +#if !defined(HAVE_STRSIGNAL) + +/* If the system provides sys_siglist, we'll use that. + Otherwise create our own. + */ + +#if !defined(SYS_SIGLIST_DECLARED) /* Some systems do not define NSIG in <signal.h>. */ #ifndef NSIG @@ -31,27 +38,12 @@ #endif #endif -#if !__STDC__ -#define const -#endif - -#include "signame.h" - -#ifndef HAVE_SYS_SIGLIST /* There is too much variation in Sys V signal numbers and names, so we must initialize them at runtime. */ static const char *undoc; -const char *sys_siglist[NSIG]; - -#else /* HAVE_SYS_SIGLIST. */ - -#ifndef SYS_SIGLIST_DECLARED -extern char *sys_siglist[]; -#endif /* Not SYS_SIGLIST_DECLARED. */ - -#endif /* Not HAVE_SYS_SIGLIST. */ +static const char *sys_siglist[NSIG]; /* Table of abbreviations for signals. Note: A given number can appear more than once with different abbreviations. */ @@ -62,7 +54,9 @@ typedef struct int number; const char *abbrev; } num_abbrev; + static num_abbrev sig_table[SIG_TABLE_SIZE]; + /* Number of elements of sig_table used. */ static int sig_table_nelts = 0; @@ -74,14 +68,13 @@ init_sig (number, abbrev, name) const char *abbrev; const char *name; { -#ifndef HAVE_SYS_SIGLIST /* If this value is ever greater than NSIG it seems like it'd be a bug in the system headers, but... better safe than sorry. We know, for example, that this isn't always true on VMS. */ if (number >= 0 && number < NSIG) sys_siglist[number] = name; -#endif + if (sig_table_nelts < SIG_TABLE_SIZE) { sig_table[sig_table_nelts].number = number; @@ -89,10 +82,9 @@ init_sig (number, abbrev, name) } } -void +static int signame_init () { -#ifndef HAVE_SYS_SIGLIST int i; char *u = _("unknown signal"); @@ -101,7 +93,6 @@ signame_init () /* Initialize signal names. */ for (i = 0; i < NSIG; i++) sys_siglist[i] = undoc; -#endif /* !HAVE_SYS_SIGLIST */ /* Initialize signal names. */ #if defined (SIGHUP) @@ -235,66 +226,12 @@ signame_init () #if defined (SIGNOFP) init_sig (SIGNOFP, "NOFP", _("Floating point co-processor not available")); #endif -} - -/* Return the abbreviation for signal NUMBER. */ - -char * -sig_abbrev (number) - int number; -{ - int i; - if (sig_table_nelts == 0) - signame_init (); - - for (i = 0; i < sig_table_nelts; i++) - if (sig_table[i].number == number) - return (char *)sig_table[i].abbrev; - return NULL; -} - -/* Return the signal number for an ABBREV, or -1 if there is no - signal by that name. */ - -int -sig_number (abbrev) - const char *abbrev; -{ - int i; - - if (sig_table_nelts == 0) - signame_init (); - - /* Skip over "SIG" if present. */ - if (abbrev[0] == 'S' && abbrev[1] == 'I' && abbrev[2] == 'G') - abbrev += 3; - - for (i = 0; i < sig_table_nelts; i++) - if (abbrev[0] == sig_table[i].abbrev[0] - && strcmp (abbrev, sig_table[i].abbrev) == 0) - return sig_table[i].number; - return -1; + return 1; } -#ifndef HAVE_PSIGNAL -/* Print to standard error the name of SIGNAL, preceded by MESSAGE and - a colon, and followed by a newline. */ +#endif /* SYS_SIGLIST_DECLARED */ -void -psignal (signal, message) - int signal; - const char *message; -{ - if (signal <= 0 || signal >= NSIG) - fprintf (stderr, "%s: unknown signal", message); - else - fprintf (stderr, "%s: %s\n", message, sys_siglist[signal]); -} -#endif - -#ifndef HAVE_STRSIGNAL -/* Return the string associated with the signal number. */ char * strsignal (signal) @@ -302,10 +239,18 @@ strsignal (signal) { static char buf[] = "Signal 12345678901234567890"; +#if !defined(SYS_SIGLIST_DECLARED) + static char sig_initted = 0; + + if (!sig_initted) + sig_initted = signame_init (); +#endif + if (signal > 0 || signal < NSIG) return (char *) sys_siglist[signal]; sprintf (buf, "Signal %d", signal); return buf; } -#endif + +#endif /* HAVE_STRSIGNAL */ diff --git a/signame.h b/signame.h deleted file mode 100644 index 24d6d50..0000000 --- a/signame.h +++ /dev/null @@ -1,67 +0,0 @@ -/* Convert between signal names and numbers. - Copyright (C) 1990, 1992, 1993, 1995, 1997 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#if defined (__STDC__) && __STDC__ - -/* Initialize `sys_siglist'. */ -void signame_init (void); - -/* Return the abbreviation (e.g. ABRT, FPE, etc.) for signal NUMBER. - Do not return this as a const char *. The caller might want to - assign it to a char *. */ -char *sig_abbrev (int number); - -/* Return the signal number for an ABBREV, or -1 if there is no - signal by that name. */ -int sig_number (const char *abbrev); - -/* Avoid conflicts with a system header file that might define these three. */ - -#ifndef HAVE_PSIGNAL -/* Print to standard error the name of SIGNAL, preceded by MESSAGE and - a colon, and followed by a newline. */ -void psignal (int signal, const char *message); -#endif - -#ifndef HAVE_STRSIGNAL -/* Return the name of SIGNAL. */ -char *strsignal (int signal); -#endif - -#if !defined (HAVE_SYS_SIGLIST) -/* Names for signals from 0 to NSIG-1. */ -extern const char *sys_siglist[]; -#endif - -#else - -void signame_init (); -char *sig_abbrev (); -int sig_number (); -#if !defined (HAVE_SYS_SIGLIST) && !defined (HAVE_PSIGNAL) -void psignal (); -#endif -#ifndef HAVE_STRSIGNAL -char *strsignal (); -#endif -#if !defined (HAVE_SYS_SIGLIST) -extern char *sys_siglist[]; -#endif - -#endif diff --git a/tests/ChangeLog b/tests/ChangeLog index a692f43..3ff614d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-04-21 Paul D. Smith <psmith@gnu.org> + + * test_driver.pl (compare_dir_tree): Ignore CVS and RCS + directories in the script directories. + 2001-05-02 Paul D. Smith <psmith@gnu.org> * scripts/variables/flavors: Test define/endef scripts where only diff --git a/tests/test_driver.pl b/tests/test_driver.pl index 18dcc4b..a7a3b9f 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -113,7 +113,7 @@ sub toplevel print "Finding tests...\n"; opendir (SCRIPTDIR, $scriptpath) || &error ("Couldn't opendir $scriptpath: $!\n"); - @dirs = readdir (SCRIPTDIR); + @dirs = grep (!/^(\.\.?|CVS|RCS)$/, readdir (SCRIPTDIR) ); closedir (SCRIPTDIR); foreach $dir (@dirs) { @@ -124,7 +124,7 @@ sub toplevel || &error ("Couldn't mkdir $workpath/$dir: $!\n"); opendir (SCRIPTDIR, "$scriptpath/$dir") || &error ("Couldn't opendir $scriptpath/$dir: $!\n"); - @files = readdir (SCRIPTDIR); + @files = grep (!/^(\.\.?|CVS|RCS)$/, readdir (SCRIPTDIR) ); closedir (SCRIPTDIR); foreach $test (@files) { @@ -777,7 +777,7 @@ sub remove_directory_tree_inner $subdirhandle++; while ($object = readdir ($dirhandle)) { - if ($object eq "." || $object eq "..") + if ($object =~ /^(\.\.?|CVS|RCS)$/) { next; } @@ -912,7 +912,7 @@ sub compare_dir_tree local (@allfiles); opendir (DIR, $basedir) || &error ("Couldn't open $basedir: $!\n", 1); - @allfiles = grep (!/^\.\.?$/, readdir (DIR) ); + @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) ); closedir (DIR); if ($debug) { @@ -955,7 +955,7 @@ sub compare_dir_tree { @files = readdir (DIR); closedir (DIR); - @files = grep (!/^\.\.?$/ && ($_ = "$path/$_"), @files); + @files = grep (!/^(\.\.?|CVS|RCS)$/ && ($_ = "$path/$_"), @files); push (@allfiles, @files); if ($debug) { |