diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-08 03:31:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-08 03:31:04 +0000 |
commit | ce4d8b661ad9a92db0327566964d128db28947a1 (patch) | |
tree | cb438408246873f731f03b3ca42fdaec6aaf0a72 | |
parent | 0e3426bbcf2ff61d06d580fc9362fde79953a281 (diff) | |
download | glibc-ce4d8b661ad9a92db0327566964d128db28947a1.tar.gz glibc-ce4d8b661ad9a92db0327566964d128db28947a1.tar.xz glibc-ce4d8b661ad9a92db0327566964d128db28947a1.zip |
Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960508
* po/Makefile: New file. * Makefile (subdirs): Add po. * configure.in: Check for msgfmt. * config.make.in (MSGFMT): New variable. Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com> * misc/Makefile (routines): Add swapoff. * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around kernel header file.
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.make.in | 1 | ||||
-rwxr-xr-x | configure | 53 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | locale/loadlocale.c | 3 | ||||
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | po/Makefile | 85 | ||||
-rw-r--r-- | po/de.mo | bin | 0 -> 22637 bytes | |||
-rw-r--r-- | po/de.po | 1312 | ||||
-rw-r--r-- | po/es.mo | bin | 0 -> 15682 bytes | |||
-rw-r--r-- | po/es.po | 1113 | ||||
-rw-r--r-- | po/ko.mo | bin | 0 -> 15682 bytes | |||
-rw-r--r-- | po/ko.po | 1113 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/quota.h | 2 |
16 files changed, 3693 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog index 866a3b44f2..dafddde190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * po/Makefile: New file. + * Makefile (subdirs): Add po. + + * configure.in: Check for msgfmt. + * config.make.in (MSGFMT): New variable. + +Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com> + + * misc/Makefile (routines): Add swapoff. + + * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. + + * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around + kernel header file. + Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * string/argz-extract.c: Remove const from decl. diff --git a/Makefile b/Makefile index 68ad32d226..8c514f349f 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ endif subdirs = csu assert ctype db locale intl catgets math setjmp signal stdlib \ stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd\ posix io termios resource misc socket sysvipc gmon gnulib \ - wctype $(wildcard crypt) manual $(sysdep-subdirs) elf + wctype $(wildcard crypt) manual $(sysdep-subdirs) elf po export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. # The mach and hurd subdirectories have many generated header files which diff --git a/config.make.in b/config.make.in index 2ba60d8b3e..dd18fee234 100644 --- a/config.make.in +++ b/config.make.in @@ -38,5 +38,6 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ LN_S = @LN_S@ +MSGFMT = @MSGFMT@ # More variables may be inserted below by configure. diff --git a/configure b/configure index b17073b03a..4b82e80f3b 100755 --- a/configure +++ b/configure @@ -1001,6 +1001,38 @@ else echo "$ac_t""no" 1>&4 fi +for ac_prog in msgfmt gmsgfmt +do +# Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&4 +if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&4 +else + if test -n "$MSGFMT"; then + ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_prog_MSGFMT="$ac_prog" + break + fi + done + IFS="$ac_save_ifs" +fi +fi +MSGFMT="$ac_cv_prog_MSGFMT" +if test -n "$MSGFMT"; then + echo "$ac_t""$MSGFMT" 1>&4 +else + echo "$ac_t""no" 1>&4 +fi + +test -n "$MSGFMT" && break +done + echo $ac_n "checking build system type""... $ac_c" 1>&4 @@ -1163,13 +1195,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext <<EOF -#line 1167 "configure" +#line 1199 "configure" #include "confdefs.h" #include <assert.h> Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1178,13 +1210,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext <<EOF -#line 1182 "configure" +#line 1214 "configure" #include "confdefs.h" #include <assert.h> Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1188: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1233,7 +1265,7 @@ if eval "test \"`echo '$''{'libc_cv_friendly_stddef'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1237 "configure" +#line 1269 "configure" #include "confdefs.h" #define __need_size_t #define __need_wchar_t @@ -1249,7 +1281,7 @@ size_t size; wchar_t wchar; if (&size == NULL || &wchar == NULL) abort (); ; return 0; } EOF -if { (eval echo configure:1253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* libc_cv_friendly_stddef=yes else @@ -1356,7 +1388,7 @@ if eval "test \"`echo '$''{'libc_cv_have_initfini'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1360 "configure" +#line 1392 "configure" #include "confdefs.h" int main() { return 0; } @@ -1365,7 +1397,7 @@ asm (".section .init"); asm (".section .fini"); ; return 0; } EOF -if { (eval echo configure:1369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* libc_cv_have_initfini=yes else @@ -1393,7 +1425,7 @@ if eval "test \"`echo '$''{'libc_cv_asm_underscores'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1397 "configure" +#line 1429 "configure" #include "confdefs.h" asm ("_glibc_foobar:"); int main() { return 0; } @@ -1401,7 +1433,7 @@ int t() { glibc_foobar (); ; return 0; } EOF -if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* libc_cv_asm_underscores=yes else @@ -1753,6 +1785,7 @@ s%@sysnames@%$sysnames%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g s%@INSTALL_DATA@%$INSTALL_DATA%g s%@LN_S@%$LN_S%g +s%@MSGFMT@%$MSGFMT%g s%@build@%$build%g s%@build_alias@%$build_alias%g s%@build_cpu@%$build_cpu%g diff --git a/configure.in b/configure.in index 4a310bc4c8..41999fa12c 100644 --- a/configure.in +++ b/configure.in @@ -294,6 +294,7 @@ if test "$INSTALL" = "${srcdir}/install-sh"; then INSTALL='$(..)./install-sh' fi AC_PROG_LN_S +AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt) AC_CHECK_TOOL(CC, gcc) AC_CHECK_TOOL(AR, ar) diff --git a/locale/loadlocale.c b/locale/loadlocale.c index 93b9e95593..b7eee2e735 100644 --- a/locale/loadlocale.c +++ b/locale/loadlocale.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Functions to read locale data files. +Copyright (C) 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. diff --git a/misc/Makefile b/misc/Makefile index bad2e1b229..db08014d78 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -39,7 +39,7 @@ routines := brk sbrk sstk ioctl \ acct chroot fsync sync fdatasync reboot \ gethostid sethostid \ revoke vhangup \ - swapon mktemp mkstemp \ + swapon swapoff mktemp mkstemp \ ualarm usleep \ gtty stty \ ptrace nlist \ diff --git a/po/Makefile b/po/Makefile new file mode 100644 index 0000000000..cf6552be74 --- /dev/null +++ b/po/Makefile @@ -0,0 +1,85 @@ +# Makefile for installing libc message catalogs. + +# Copyright (C) 1996 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., 675 Mass Ave, +# Cambridge, MA 02139, USA. + +subdir := po + +# List of languages for which we have message catalogs of translations. +ALL_LINGUAS := $(basename $(wildcard *.po)) + +# You can override this in configparms or the make command line to limit +# the languages which get installed. +ifdef LINGUAS +LINGUAS := $(filter $(addsuffix %,$(LINGUAS)),$(ALL_LINGUAS)) +else +LINGUAS = $(ALL_LINGUAS) +endif + +# Text domain name to install under; must match ../locale/SYS_libc.c string. +domainname = SYS_GNU_libc-$(version) + +# Get $(version) defined. +include ../Makeconfig +-include $(common-objpfx)version.mk + +# Pattern for where message catalog object for language % gets installed. +mo-installed = $(localedir)/%/LC_MESSAGES/$(domainname).mo + +# Files to install: a $(domainname).mo file for each language. +install-others = $(LINGUAS:%=$(mo-installed)) + +# Files to distribute: all the source and compiled binary translation files. +distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) + + +include ../Makerules + + +.SUFFIXES: .mo .po .pot + +# Compile the binary message object files from the portable object source +# files of translations for each language. +%.mo: %.po + $(MSGFMT) -o $@ $< + +# Install the message object files as SYS_libc.po in the language directory. +$(mo-installed): %.mo; $(do-install) + +.PHONY: linguas linguas.mo +linguas: $(ALL_LINGUAS:=.po) +linguas.mo: $(ALL_LINGUAS:=.mo) + +# Copy the PO files from the translation coordinator's repository. + +podir = /com/share/ftp/gnu/po/maint/glibc + +pofiles := $(wildcard $(podir)/*.po) + +ifneq (,$(pofiles)) + +%.po: $(podir)/%.po + cp -f $< $@ + chmod 444 $@ + +linguas: $(pofiles:$(podir)/%=%) + test ! -d CVS || cvs commit -m'Copied from $(podir)' $^ +linguas.mo: $(pofiles:$(podir)/%.po=%.mo) + test ! -d CVS || cvs commit -m'Compiled translations' $^ + +endif diff --git a/po/de.mo b/po/de.mo new file mode 100644 index 0000000000..ef5052296c --- /dev/null +++ b/po/de.mo Binary files differdiff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000000..b3d41de370 --- /dev/null +++ b/po/de.po @@ -0,0 +1,1312 @@ +# GNU glibc. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Jochen Hein <hein@informatik.tu-clausthal.de>, 1996. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: GNU glibc 1.10\n" +"PO-Revision-Date: 1996-04-20 12:20 MET\n" +"Last-Translator: Jochen Hein <hein@informatik.tu-clausthal.de>\n" +"Language-Team: German <de@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: sunrpc/rpc_main.c:77 +msgid " %s [-c | -h | -l | -m] [-o outfile] [infile]\n" +msgstr " %s [-c | -h | -l | -m] [-o Ausgabedatei] [Eingabedatei]\n" + +#: sunrpc/rpc_main.c:80 +msgid " %s [-s udp|tcp]* [-o outfile] [infile]\n" +msgstr " %s [-s udp|tcp]* [-o Ausgabedatei] [Eingabedatei]\n" + +# ### Checkit! format specifiers OK? +#: assert/assert.c:48 +msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n" +msgstr "%s%s%s:%u: %s%sZusicherung `%s' nicht erf�llt.\n" + +#: assert/assert-perr.c:46 +msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n" +msgstr "%s%s%s:%u: %s%sNicht erwarteter Fehler: %s.\n" + +#: stdio-common/psignal.c:48 +#, c-format +msgid "%s%sUnknown signal %d\n" +msgstr "%s%sUnbekanntes Signal %d\n" + +#: sunrpc/rpc_util.c:258 +msgid "%s, line %d: " +msgstr "%s, Zeile %d: " + +#: posix/getopt.c:673 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: Die Option ist nicht erlaubt -- %c\n" + +#: posix/getopt.c:676 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: Ung�ltige option -- %c\n" + +#: posix/getopt.c:597 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: Die Option `%c%s' erlaubt keine Argumente\n" + +#: posix/getopt.c:568 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: Die Option `%s' ist nicht eindeutig\n" + +#: posix/getopt.c:614 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: Die Option `%s' erfordert ein Argument\n" + +#: posix/getopt.c:592 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: Die Option `--%s' erlaubt kein Argument\n" + +#: posix/getopt.c:712 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: Die Option ben�tigt ein Argument -- %c\n" + +# Mit Quotes? +#: sunrpc/rpc_main.c:143 +msgid "%s: output would overwrite %s\n" +msgstr "%s: Die Ausgabe w�rde %s �berschreiben\n" + +# Wenn der Doppelpunkt verwendet wird, dann m�sste infinitivisch +# konstruiert werden: +# +# "%s: nicht zu �ffnen " +# +# Oder ohne Doppelpunkt. ke +#: sunrpc/rpc_main.c:149 +msgid "%s: unable to open " +msgstr "%s: kann nicht ge�ffnet werden " + +#: posix/getopt.c:647 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: Unbekannte Option `%c%s'\n" + +#: posix/getopt.c:643 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: Unbekannte Option `--%s'\n" + +#: sunrpc/clnt_perr.c:125 +msgid "(unknown authentication error - %d)" +msgstr "(unbekannter Fehler bei der Authentifizierung - %d)" + +#: inet/rcmd.c:325 +msgid ".rhosts fstat failed" +msgstr "Fehler beim Holen des Status der Datei `.rhosts'" + +#: inet/rcmd.c:321 +msgid ".rhosts lstat failed" +msgstr "Fehler beim Holen des Link-Status von `.rhosts'" + +#: inet/rcmd.c:323 +msgid ".rhosts not regular file" +msgstr "`.rhosts' ist keine regul�re Datei" + +#: inet/rcmd.c:329 +msgid ".rhosts writeable by other than owner" +msgstr "`.rhosts' ist auch f�r andere Benutzer als den Dateieigent�mer beschreibbar" + +#: clnt_perr.c:133 sunrpc/clnt_perr.c:112 +msgid "; low version = %lu, high version = %lu" +msgstr "; untere Version = %lu, obere Version = %lu" + +#: sunrpc/clnt_perr.c:119 +msgid "; why = " +msgstr "; Ursache = " + +#: sysdeps/mach/hurd/errlist.c:112 +msgid "?" +msgstr "?" + +#: sysdeps/mach/hurd/errlist.c:58 +msgid "Address already in use" +msgstr "Die Adresse wird bereits verwendet" + +#: sysdeps/mach/hurd/errlist.c:57 +msgid "Address family not supported by protocol family" +msgstr "Die Adress-Familie wird von der Protokoll-Familie nicht unterst�tzt" + +#: i486-linux/siglist.c:22 +msgid "Alarm clock" +msgstr "Der Wecker klingelt" + +#: sysdeps/mach/hurd/errlist.c:17 +msgid "Argument list too long" +msgstr "Die Argumentliste ist zu lang" + +#: sunrpc/clnt_perr.c:276 +msgid "Authentication OK" +msgstr "Authentifizierung OK" + +#: sysdeps/mach/hurd/errlist.c:90 +msgid "Authentication error" +msgstr "Fehler bei der Authentifizierung" + +#: sysdeps/mach/hurd/errlist.c:24 +msgid "Bad address" +msgstr "Ung�ltige Adresse" + +#: sysdeps/mach/hurd/errlist.c:19 +msgid "Bad file descriptor" +msgstr "Ung�ltiger Datei-Deskriptor" + +#: sysdeps/mach/hurd/errlist.c:25 +msgid "Block device required" +msgstr "Es ist ein Block-Device notwendig" + +#: sunrpc/pmap_rmt.c:336 +msgid "Broadcast select problem" +msgstr "Select-Problem beim Broadcast" + +#: i486-linux/siglist.c:21 sysdeps/mach/hurd/errlist.c:42 +msgid "Broken pipe" +msgstr "Daten�bergabe unterbrochen (broken pipe)" + +#: i486-linux/siglist.c:15 +msgid "Bus error" +msgstr "Bus-Zugriffsfehler" + +#: i486-linux/siglist.c:32 +msgid "CPU time limit exceeded" +msgstr "Rechenzeitbegrenzung �berschritten" + +#: sysdeps/mach/hurd/errlist.c:59 +msgid "Can't assign requested address" +msgstr "Die angeforderte Adresse kann nicht zugewiesen werden" + +#: sysdeps/mach/hurd/errlist.c:68 +msgid "Can't send after socket shutdown" +msgstr "Ein Senden nach dem Beenden des Sockets ist nicht m�glich" + +#: sysdeps/mach/hurd/errlist.c:22 +msgid "Cannot allocate memory" +msgstr "Nicht gen�gend Hauptspeicher verf�gbar" + +#: sunrpc/pmap_rmt.c:254 +msgid "Cannot create socket for broadcast rpc" +msgstr "Kann den Socket f�r den Broadcast-RPC nicht erstellen" + +#: sunrpc/pmap_rmt.c:348 +msgid "Cannot receive reply to broadcast" +msgstr "Kann die Antwort auf den Broadcast nicht empfangen" + +#: sunrpc/pmap_clnt.c:79 +msgid "Cannot register service" +msgstr "Kann den Service nicht registrieren" + +#: sunrpc/pmap_rmt.c:312 +msgid "Cannot send broadcast packet" +msgstr "Kann das Broadcast-Paket nicht senden" + +#: sunrpc/pmap_rmt.c:260 +msgid "Cannot set socket option SO_BROADCAST" +msgstr "Kann die Option SO_BROADCAST nicht beim Socket setzen" + +#: i486-linux/siglist.c:25 +msgid "Child exited" +msgstr "Der Kind-Proze� ist beendet" + +#: sunrpc/clnt_perr.c:286 +msgid "Client credential too weak" +msgstr "Die Best�tigung des Clients ist zu unsicher" + +#: sysdeps/mach/hurd/errlist.c:114 +msgid "Computer bought the farm" +msgstr "Der Computer hat den Bauernhof erworben" + +#: sysdeps/mach/hurd/errlist.c:71 +msgid "Connection refused" +msgstr "Verbindungsaufbau abgelehnt" + +#: sysdeps/mach/hurd/errlist.c:64 +msgid "Connection reset by peer" +msgstr "Die Verbindung wurde vom Kommunikationspartner zur�ckgesetzt" + +#: sysdeps/mach/hurd/errlist.c:70 +msgid "Connection timed out" +msgstr "Die Wartezeit beim Verbindungsaufbau ist abgelaufen" + +#: i486-linux/siglist.c:26 +msgid "Continued" +msgstr "Fortgesetzt" + +#: sysdeps/mach/hurd/errlist.c:49 +msgid "Destination address required" +msgstr "Es ist eine Zieladresse notwendig" + +#: sysdeps/mach/hurd/errlist.c:26 +msgid "Device busy" +msgstr "Das Ger�t ist bereits belegt" + +#: sysdeps/mach/hurd/errlist.c:16 +msgid "Device not configured" +msgstr "Das Ger�t ist nicht konfiguriert" + +#: sysdeps/mach/hurd/errlist.c:76 +msgid "Directory not empty" +msgstr "Das Verzeichnis ist nicht leer" + +#: sysdeps/mach/hurd/errlist.c:79 +msgid "Disc quota exceeded" +msgstr "Der zugewiesene Plattenplatz (Quota) ist �berschritten" + +#: sunrpc/clnt_perr.c:254 +msgid "Error %d" +msgstr "Fehler %d" + +#: string/../sysdeps/mach/_strerror.c:43 +msgid "Error in unknown error system: " +msgstr "Fehler in unbekanntem Fehler-System: " + +#: sysdeps/mach/hurd/errlist.c:18 +msgid "Exec format error" +msgstr "Fehler im Format der Programmdatei" + +#: sunrpc/clnt_perr.c:290 +msgid "Failed (unspecified error)" +msgstr "Fehlgeschlagen (Fehler nicht genau zu spezifizieren)" + +#: sysdeps/mach/hurd/errlist.c:27 +msgid "File exists" +msgstr "Die Datei existiert bereits" + +#: sysdeps/mach/hurd/errlist.c:73 +msgid "File name too long" +msgstr "Der Dateiname ist zu lang" + +#: i486-linux/siglist.c:33 +msgid "File size limit exceeded" +msgstr "Die maximale L�nge eines Dateinamens ist �berschritten" + +#: sysdeps/mach/hurd/errlist.c:37 +msgid "File too large" +msgstr "Die Datei ist zu gro�" + +#: i486-linux/siglist.c:16 +msgid "Floating point exception" +msgstr "Gleitkomma-Ausnahme" + +#: sysdeps/mach/hurd/errlist.c:88 +msgid "Function not implemented" +msgstr "Die angeforderte Funktion ist nicht implementiert" + +# ??? +#: sysdeps/mach/hurd/errlist.c:115 +msgid "Gratuitous error" +msgstr "Irgendein Fehler" + +#: i486-linux/siglist.c:9 +msgid "Hangup" +msgstr "Aufgelegt" + +#: sysdeps/mach/hurd/errlist.c:74 +msgid "Host is down" +msgstr "Der Rechner ist nicht aktiv" + +#: resolv/herror.c:74 +msgid "Host name lookup failure" +msgstr "Fehler beim Aufl�sen des Hostnamens" + +#: i486-linux/siglist.c:37 +msgid "I/O possible" +msgstr "Ein-/Ausgabe ist m�glich" + +#: i486-linux/siglist.c:14 +msgid "IOT trap" +msgstr "Ein-/Ausgabe-Trap (IOT)" + +#: i486-linux/siglist.c:12 +msgid "Illegal Instruction" +msgstr "Ung�ltiger Maschinenbefehl" + +#: sysdeps/mach/hurd/errlist.c:39 +msgid "Illegal seek" +msgstr "Nicht erlaubter Seek" + +#: sysdeps/mach/hurd/errlist.c:89 +msgid "Inappropriate file type or format" +msgstr "Unpassender Dateityp oder unpassendes Dateiformat" + +#: sysdeps/mach/hurd/errlist.c:35 +msgid "Inappropriate ioctl for device" +msgstr "Unpassender IOCTL (I/O-Control) f�r das Ger�t" + +#: sysdeps/mach/hurd/errlist.c:110 +msgid "Inappropriate operation for background process" +msgstr "Unpassende Operation f�r den Hintergrundproze�" + +#: sysdeps/mach/hurd/errlist.c:15 +msgid "Input/output error" +msgstr "Eingabe-/Ausgabe-Fehler" + +#: i486-linux/siglist.c:10 +msgid "Interrupt" +msgstr "Unterbrechung" + +#: sysdeps/mach/hurd/errlist.c:14 +msgid "Interrupted system call" +msgstr "Unterbrechung w�hrend Betriebssystemaufruf" + +#: sysdeps/mach/hurd/errlist.c:32 +msgid "Invalid argument" +msgstr "Das Argument ist ung�ltig" + +# Eventuell R�ckverweis? ke. +#: posix/regex.c:946 +msgid "Invalid back reference" +msgstr "Ung�ltiger Verweis zur�ck" + +#: posix/regex.c:944 +msgid "Invalid character class name" +msgstr "Ung�ltiger Name f�r eine Zeichenklasse" + +#: sunrpc/clnt_perr.c:278 +msgid "Invalid client credential" +msgstr "Die Best�tigung des Clients ist ung�ltig" + +#: sunrpc/clnt_perr.c:282 +msgid "Invalid client verifier" +msgstr "Ung�ltige �berpr�fung des Clients" + +#: posix/regex.c:943 +msgid "Invalid collation character" +msgstr "Ung�ltiges Sortierzeichen" + +#: posix/regex.c:950 +msgid "Invalid content of \\{\\}" +msgstr "Ung�ltiger Inhalt von \\{\\}" + +#: sysdeps/mach/hurd/errlist.c:28 +msgid "Invalid cross-device link" +msgstr "Ung�ltiger Link �ber Ger�tegrenzen hinweg" + +#: posix/regex.c:953 +msgid "Invalid preceding regular expression" +msgstr "Der vorherige regul�re Ausdruck ist nicht korrekt." + +#: posix/regex.c:951 +msgid "Invalid range end" +msgstr "Das Ende des angegebenen Intervalls ist nicht g�ltig" + +#: posix/regex.c:942 +msgid "Invalid regular expression" +msgstr "Ung�ltiger regul�rer Ausdruck" + +#: sunrpc/clnt_perr.c:288 +msgid "Invalid server verifier" +msgstr "Ung�ltige �berpr�fung des Servers" + +#: sysdeps/mach/hurd/errlist.c:31 +msgid "Is a directory" +msgstr "Ist ein Verzeichnis" + +#: i486-linux/siglist.c:17 +msgid "Killed" +msgstr "Get�tet" + +#: posix/regex.c:952 +msgid "Memory exhausted" +msgstr "Kein Hauptspeicher mehr verf�gbar" + +#: sysdeps/mach/hurd/errlist.c:50 +msgid "Message too long" +msgstr "Die Nachricht ist zu lang" + +#: sysdeps/mach/hurd/errlist.c:91 +msgid "Need authenticator" +msgstr "Authentikator ben�tigt" + +#: sysdeps/mach/hurd/errlist.c:62 +msgid "Network dropped connection on reset" +msgstr "Das Netzwerk hat die Verbindung nach einem Reset verloren" + +#: sysdeps/mach/hurd/errlist.c:60 +msgid "Network is down" +msgstr "Das Netzwerk ist nicht aktiv" + +#: sysdeps/mach/hurd/errlist.c:61 +msgid "Network is unreachable" +msgstr "Das netzwerk ist nicht erreichbar" + +#: resolv/herror.c:76 +msgid "No address associated with name" +msgstr "Zu diesem Namen geh�rt keine Adresse" + +#: sysdeps/mach/hurd/errlist.c:65 +msgid "No buffer space available" +msgstr "Kein Hauptspeicher f�r den Puffer verf�gbar" + +#: sysdeps/mach/hurd/errlist.c:20 +msgid "No child processes" +msgstr "Kein Kind-Proze�" + +#: sysdeps/mach/hurd/errlist.c:87 +msgid "No locks available" +msgstr "Keine Sperren verf�gbar" + +#: posix/regex.c:941 +msgid "No match" +msgstr "Keine �bereinstimmung gefunden" + +#: posix/regex.c:5197 +msgid "No previous regular expression" +msgstr "Es wurde bisher noch kein regul�rer Ausdruck definiert" + +#: sysdeps/mach/hurd/errlist.c:75 +msgid "No route to host" +msgstr "Keine Route zum entfernten Rechner" + +#: sysdeps/mach/hurd/errlist.c:38 +msgid "No space left on device" +msgstr "Auf dem Ger�t ist kein Speicherplatz mehr verf�gbar" + +#: sysdeps/mach/hurd/errlist.c:12 +msgid "No such file or directory" +msgstr "Datei oder Verzeichnis nicht gefunden" + +#: sysdeps/mach/hurd/errlist.c:13 +msgid "No such process" +msgstr "Kein passender Proze� gefunden" + +#: sysdeps/mach/hurd/errlist.c:30 +msgid "Not a directory" +msgstr "Ist kein Verzeichnis" + +#: sysdeps/mach/hurd/errlist.c:43 +msgid "Numerical argument out of domain" +msgstr "Das numerische Argument ist au�erhalb des Definitionsbereiches" + +#: sysdeps/mach/hurd/errlist.c:44 +msgid "Numerical result out of range" +msgstr "Das numerische Ergebnis ist au�erhalb des g�ltigen Bereiches" + +#: sysdeps/mach/hurd/errlist.c:47 +msgid "Operation already in progress" +msgstr "Die Operation wird bereits ausgef�hrt" + +#: sysdeps/mach/hurd/errlist.c:11 +msgid "Operation not permitted" +msgstr "Die Operation ist nicht erlaubt" + +#: sysdeps/mach/hurd/errlist.c:55 +msgid "Operation not supported" +msgstr "Die Operation wird nicht unterst�tzt" + +#: sysdeps/mach/hurd/errlist.c:29 +msgid "Operation not supported by device" +msgstr "Die Operation wird von dem Ger�t nicht unterst�tzt" + +#: sysdeps/mach/hurd/errlist.c:46 +msgid "Operation now in progress" +msgstr "Die Operation ist jetzt in Bearbeitung" + +#: sysdeps/mach/hurd/errlist.c:23 +msgid "Permission denied" +msgstr "Keine Berechtigung" + +#: i486-linux/siglist.c:38 +msgid "Power failure" +msgstr "Fehler in der Stromversorgung" + +#: posix/regex.c:954 +msgid "Premature end of regular expression" +msgstr "Unerwartetes Ende des regul�ren Ausdruckes" + +#: i486-linux/siglist.c:35 +msgid "Profiling timer expired" +msgstr "Zeitnehmer zur Laufzeitbestimmung ist abgelaufen" + +#: sysdeps/mach/hurd/errlist.c:56 +msgid "Protocol family not supported" +msgstr "Die Protokollfamilie wird nicht unterst�tzt" + +#: sysdeps/mach/hurd/errlist.c:52 +msgid "Protocol not available" +msgstr "Das Protokoll ist nicht verf�gbar" + +#: sysdeps/mach/hurd/errlist.c:53 +msgid "Protocol not supported" +msgstr "Das Protokoll wird nicht unterst�tzt" + +#: sysdeps/mach/hurd/errlist.c:51 +msgid "Protocol wrong type for socket" +msgstr "Das Protokoll pa�t nicht zu dem Socket" + +#: i486-linux/siglist.c:11 +msgid "Quit" +msgstr "Verlassen" + +#: sysdeps/mach/hurd/errlist.c:86 +msgid "RPC bad procedure for program" +msgstr "RPC: ung�ltige Prozedur f�r das Programm" + +#: sysdeps/mach/hurd/errlist.c:84 +msgid "RPC program not available" +msgstr "RPC: Programm nicht verf�gbar" + +#: sysdeps/mach/hurd/errlist.c:85 +msgid "RPC program version wrong" +msgstr "RPC: Programm-Version nicht passend" + +#: sysdeps/mach/hurd/errlist.c:82 +msgid "RPC struct is bad" +msgstr "RPC: Die Struktur ist ung�ltig" + +#: sysdeps/mach/hurd/errlist.c:83 +msgid "RPC version wrong" +msgstr "RPC: falsche Version" + +#: sunrpc/clnt_perr.c:217 +msgid "RPC: (unknown error code)" +msgstr "RPC: (Unbekannter Fehlercode)" + +#: sunrpc/clnt_perr.c:179 +msgid "RPC: Authentication error" +msgstr "RPC: Fehler bei der Authentifizierung" + +# Ich finde gut, dass "kodieren" genommen wird (und nicht verschl�seln); +# ich denke aber, es sollte mit 'k' geschrieben werden, wie du weiter +# unten auch tust. ke. +#: sunrpc/clnt_perr.c:169 +msgid "RPC: Can't decode result" +msgstr "RPC: Kann das Ergebnis nicht dekodieren" + +#: sunrpc/clnt_perr.c:167 +msgid "RPC: Can't encode arguments" +msgstr "RPC: Kann die Argumente nicht kodieren" + +#: sunrpc/clnt_perr.c:199 +msgid "RPC: Failed (unspecified error)" +msgstr "RPC: Fehlgeschlagen (Fehler nicht zu spezifizieren)" + +#: sunrpc/clnt_perr.c:177 +msgid "RPC: Incompatible versions of RPC" +msgstr "RPC: Die RPC-Versionen sind nicht kompatibel" + +#: sunrpc/clnt_perr.c:195 +msgid "RPC: Port mapper failure" +msgstr "RPC: Fehler des Portmappers" + +#: sunrpc/clnt_perr.c:185 +msgid "RPC: Procedure unavailable" +msgstr "RPC: Prozedur nicht verf�gbar" + +#: sunrpc/clnt_perr.c:197 +msgid "RPC: Program not registered" +msgstr "RPC: Programm nicht registriert" + +#: sunrpc/clnt_perr.c:181 +msgid "RPC: Program unavailable" +msgstr "RPC: Programm nicht verf�gbar" + +#: sunrpc/clnt_perr.c:183 +msgid "RPC: Program/version mismatch" +msgstr "RPC: Programm/Version nicht passend" + +#: sunrpc/clnt_perr.c:189 +msgid "RPC: Remote system error" +msgstr "RPC: Fehler des entfernten Systems" + +#: sunrpc/clnt_perr.c:187 +msgid "RPC: Server can't decode arguments" +msgstr "RPC: Server kann die Argumente nicht dekodieren" + +#: sunrpc/clnt_perr.c:165 +msgid "RPC: Success" +msgstr "RPC: Erfolgreich" + +#: sunrpc/clnt_perr.c:175 +msgid "RPC: Timed out" +msgstr "RPC: Wartezeit abgelaufen" + +#: sunrpc/clnt_perr.c:173 +msgid "RPC: Unable to receive" +msgstr "RPC: Kann nicht empfangen" + +#: sunrpc/clnt_perr.c:171 +msgid "RPC: Unable to send" +msgstr "RPC: Kann nicht senden" + +#: sunrpc/clnt_perr.c:191 +msgid "RPC: Unknown host" +msgstr "RPC: Unbekannter Rechner" + +#: sunrpc/clnt_perr.c:193 +msgid "RPC: Unknown protocol" +msgstr "RPC: Unbekanntes Protokoll" + +#: sysdeps/mach/hurd/errlist.c:40 +msgid "Read-only file system" +msgstr "Das Dateisystem ist nur lesbar" + +#: posix/regex.c:955 +msgid "Regular expression too big" +msgstr "Der regul�re Ausdruck ist zu gro�" + +#: sysdeps/mach/hurd/errlist.c:92 +msgid "Reserved error 82" +msgstr "Revervierter Fehlercode 82" + +#: sysdeps/mach/hurd/errlist.c:93 +msgid "Reserved error 83" +msgstr "Revervierter Fehlercode 83" + +#: sysdeps/mach/hurd/errlist.c:94 +msgid "Reserved error 84" +msgstr "Revervierter Fehlercode 85" + +#: sysdeps/mach/hurd/errlist.c:95 +msgid "Reserved error 85" +msgstr "Revervierter Fehlercode 85" + +#: sysdeps/mach/hurd/errlist.c:96 +msgid "Reserved error 86" +msgstr "Revervierter Fehlercode 86" + +#: sysdeps/mach/hurd/errlist.c:97 +msgid "Reserved error 87" +msgstr "Revervierter Fehlercode 87" + +#: sysdeps/mach/hurd/errlist.c:98 +msgid "Reserved error 88" +msgstr "Revervierter Fehlercode 88" + +#: sysdeps/mach/hurd/errlist.c:99 +msgid "Reserved error 89" +msgstr "Revervierter Fehlercode 89" + +#: sysdeps/mach/hurd/errlist.c:100 +msgid "Reserved error 90" +msgstr "Revervierter Fehlercode 90" + +#: sysdeps/mach/hurd/errlist.c:101 +msgid "Reserved error 91" +msgstr "Revervierter Fehlercode 91" + +#: sysdeps/mach/hurd/errlist.c:102 +msgid "Reserved error 92" +msgstr "Revervierter Fehlercode 92" + +#: sysdeps/mach/hurd/errlist.c:103 +msgid "Reserved error 93" +msgstr "Revervierter Fehlercode 93" + +#: sysdeps/mach/hurd/errlist.c:104 +msgid "Reserved error 94" +msgstr "Revervierter Fehlercode 94" + +#: sysdeps/mach/hurd/errlist.c:105 +msgid "Reserved error 95" +msgstr "Revervierter Fehlercode 95" + +#: sysdeps/mach/hurd/errlist.c:106 +msgid "Reserved error 96" +msgstr "Revervierter Fehlercode 96" + +#: sysdeps/mach/hurd/errlist.c:107 +msgid "Reserved error 97" +msgstr "Revervierter Fehlercode 97" + +#: sysdeps/mach/hurd/errlist.c:108 +msgid "Reserved error 98" +msgstr "Revervierter Fehlercode 98" + +#: sysdeps/mach/hurd/errlist.c:109 +msgid "Reserved error 99" +msgstr "Revervierter Fehlercode 99" + +#: resolv/herror.c:72 +msgid "Resolver Error 0 (no error)" +msgstr "Fehler des Resolvers 0 (Kein Fehler)" + +#: resolv/herror.c:114 +msgid "Resolver internal error" +msgstr "Interner Fehler des Resolvers" + +#: sysdeps/mach/hurd/errlist.c:21 +msgid "Resource deadlock avoided" +msgstr "Verklemmung beim Zugriff auf eine Resource vermieden" + +#: sysdeps/mach/hurd/errlist.c:45 +msgid "Resource temporarily unavailable" +msgstr "Das Programm ist zur Zeit nicht verf�gbar" + +#: i486-linux/siglist.c:19 +msgid "Segmentation fault" +msgstr "Speicherzugriffsfehler" + +#: sunrpc/clnt_perr.c:280 +msgid "Server rejected credential" +msgstr "Der Server hat die Best�tigung zur�ckgewiesen" + +#: sunrpc/clnt_perr.c:284 +msgid "Server rejected verifier" +msgstr "Der Server hat die �berpr�fung zur�ckgewiesen" + +#: sysdeps/mach/hurd/errlist.c:66 +msgid "Socket is already connected" +msgstr "Der Socket ist bereits verbunden" + +#: sysdeps/mach/hurd/errlist.c:67 +msgid "Socket is not connected" +msgstr "Der Socket ist nicht verbunden" + +#: sysdeps/mach/hurd/errlist.c:48 +msgid "Socket operation on non-socket" +msgstr "Socket-Operation an einem nicht-Socket" + +#: sysdeps/mach/hurd/errlist.c:54 +msgid "Socket type not supported" +msgstr "Socket-Typ wird nicht unterst�tzt" + +#: sysdeps/mach/hurd/errlist.c:63 +msgid "Software caused connection abort" +msgstr "Das Programm verursacht den Abbruch der Verbindung" + +#: sysdeps/mach/hurd/errlist.c:80 +msgid "Stale NFS file handle" +msgstr "Ung�ltige NFS-Dateizugriffsnummer" + +#: i486-linux/siglist.c:28 +msgid "Stopped" +msgstr "Angehalten" + +#: i486-linux/siglist.c:27 +msgid "Stopped (signal)" +msgstr "Angehalten (Signal)" + +#: i486-linux/siglist.c:29 +msgid "Stopped (tty input)" +msgstr "Angehalten (tty-Eingabe)" + +#: i486-linux/siglist.c:30 +msgid "Stopped (tty output)" +msgstr "Angehalten (tty-Ausgabe)" + +#: posix/regex.c:940 sysdeps/mach/hurd/errlist.c:10 +msgid "Success" +msgstr "Erfolg" + +#: i486-linux/siglist.c:23 +msgid "Terminated" +msgstr "Beendet" + +#: sysdeps/mach/hurd/errlist.c:36 +msgid "Text file busy" +msgstr "Das Programm kann nicht ver�ndert werden (busy)" + +#: sysdeps/mach/hurd/errlist.c:81 +msgid "Too many levels of remote in path" +msgstr "Zu viele \"entfernte\" Ebenen im Pfad" + +#: sysdeps/mach/hurd/errlist.c:72 +msgid "Too many levels of symbolic links" +msgstr "Zu viele Ebenen aus symbolischen Links" + +#: sysdeps/mach/hurd/errlist.c:41 +msgid "Too many links" +msgstr "Zu viele Links" + +#: sysdeps/mach/hurd/errlist.c:34 +msgid "Too many open files" +msgstr "Zu viele offene Dateien" + +#: sysdeps/mach/hurd/errlist.c:33 +msgid "Too many open files in system" +msgstr "Zu viele offene Dateien im System" + +#: sysdeps/mach/hurd/errlist.c:77 +msgid "Too many processes" +msgstr "Zu viele Prozesse" + +# ??? +#: sysdeps/mach/hurd/errlist.c:69 +msgid "Too many references: can't splice" +msgstr "Zu viele Referenzen: can't splice" + +#: sysdeps/mach/hurd/errlist.c:78 +msgid "Too many users" +msgstr "Zu viele Benutzer" + +#: i486-linux/siglist.c:13 +msgid "Trace/breakpoint trap" +msgstr "Trace/Breakpoint ausgel�st" + +#: posix/regex.c:945 +msgid "Trailing backslash" +msgstr "Angeh�ngter \"Backslash\"" + +#: sysdeps/mach/hurd/errlist.c:111 +msgid "Translator died" +msgstr "Der �bersetzer ist gestorben" + +#: inet/rcmd.c:118 +msgid "Trying %s...\n" +msgstr "Versuche %s...\n" + +#: ../sysdeps/mach/_strerror.c:58 string/../sysdeps/generic/_strerror.c:36 +msgid "Unknown error " +msgstr "Unbekannter Fehler " + +#: resolv/herror.c:73 +msgid "Unknown host" +msgstr "Unbekannter Rechner" + +#: resolv/herror.c:117 +msgid "Unknown resolver error" +msgstr "Unbekannter Fehler des \"Resolvers\"" + +#: resolv/herror.c:75 +msgid "Unknown server error" +msgstr "Unbekannter Fehler des Servers" + +#: string/strsignal.c:40 +#, c-format +msgid "Unknown signal %d" +msgstr "Unbekanntes Signal %d" + +#: misc/error.c:92 +msgid "Unknown system error" +msgstr "Unbekannter Systemfehler" + +# Die Klammern eventuell quotieren. ke. +#: posix/regex.c:948 +msgid "Unmatched ( or \\(" +msgstr "( oder \\( ohne schlie�ende Klammer" + +#: posix/regex.c:956 +msgid "Unmatched ) or \\)" +msgstr ") oder \\) ohne �ffnende Klammer" + +#: posix/regex.c:947 +msgid "Unmatched [ or [^" +msgstr "[ oder [^ ohne schlie�ende Klammer" + +#: posix/regex.c:949 +msgid "Unmatched \\{" +msgstr "\\{ ohne schlie�ende Klammer" + +#: i486-linux/siglist.c:31 +msgid "Urgent I/O condition" +msgstr "Dringende Ein-/Ausgabe-Bedingung" + +#: i486-linux/siglist.c:18 +msgid "User defined signal 1" +msgstr "Benutzerdefiniertes Signal 1" + +#: i486-linux/siglist.c:20 +msgid "User defined signal 2" +msgstr "Benutzerdefiniertes Signal 2" + +#: i486-linux/siglist.c:34 +msgid "Virtual timer expired" +msgstr "Der virtuelle Zeitnehmer ist abgelaufen" + +#: i486-linux/siglist.c:36 +msgid "Window changed" +msgstr "Die Fenstergr��e wurde ver�ndert" + +#: sysdeps/mach/hurd/errlist.c:113 +msgid "You really blew it this time" +msgstr "Diesmal hast Du es wirklich kaputtgemacht" + +#: sunrpc/rpc_parse.c:326 +msgid "array declaration expected" +msgstr "Tabellendeklaration erwartet" + +#: sunrpc/auth_unix.c:314 +msgid "auth_none.c - Fatal marshalling problem" +msgstr "auth_none.c - Fatales \"marshalling\"-Problem" + +#: inet/rcmd.c:327 +msgid "bad .rhosts owner" +msgstr "Ung�ltiger Eigent�mer der Datei `.rhosts'" + +#: malloc/mcheck.c:174 +msgid "block freed twice" +msgstr "Speicherblock zum zweiten Mal freigegeben" + +# Nich �bersetzbare Ausdr�cke eventuell mit "..." markieren; wir sollten +# in de@li.org gelegentlich dar�ber diskutieren. +#: malloc/mcheck.c:177 +msgid "bogus mcheck_status, library is buggy" +msgstr "Eigenartiger \"mcheck_status\", die Bibliothek enth�lt Fehler" + +#: sunrpc/pmap_rmt.c:177 +msgid "broadcast: ioctl (get interface configuration)" +msgstr "Broadcast: ioctl (Holen der Konfiguration der Schnittstelle)" + +#: sunrpc/pmap_rmt.c:184 +msgid "broadcast: ioctl (get interface flags)" +msgstr "Broadcast: ioctl (Holen der Parameter der Schnittstelle)" + +#: sunrpc/svc_udp.c:398 +msgid "cache_set: victim not found" +msgstr "cache_set: Das Opfer wurde nicht gefunden" + +#: sunrpc/svc_simple.c:64 +msgid "can't reassign procedure number %d\n" +msgstr "Kann die Prozedurnummer %d nicht erneut zuweisen\n" + +#: sunrpc/clnt_raw.c:106 +msgid "clnt_raw.c - Fatal header serialization error." +msgstr "clnt_raw.c - Fataler Fehler bei der Header-Serialisierung." + +#: inet/rcmd.c:112 +msgid "connect to address %s: " +msgstr "Verbindungsaufbau zur Adresse %s: " + +#: sunrpc/rpc_scan.c:109 +msgid "constant or identifier expected" +msgstr "Konstante oder Bezeichner erwartet" + +#: sunrpc/svc_simple.c:70 +msgid "couldn't create an rpc server\n" +msgstr "Kann keinen RPC-Server erzeugen\n" + +#: sunrpc/svc_simple.c:77 +msgid "couldn't register prog %d vers %d\n" +msgstr "Kann das Programm %d Version %d nicht registrieren\n" + +#: sunrpc/rpc_parse.c:77 +msgid "definition keyword expected" +msgstr "Keyword-Definition erwartet" + +#: sunrpc/svc_udp.c:344 +msgid "enablecache: cache already enabled" +msgstr "enablecache: Cache ist bereits aktiv" + +#: sunrpc/svc_udp.c:349 +msgid "enablecache: could not allocate cache" +msgstr "enablecache: Kann keinen Cache anlegen" + +#: sunrpc/svc_udp.c:356 +msgid "enablecache: could not allocate cache data" +msgstr "enablecache: Kann die Cache-Daten nicht anlegen" + +#: sunrpc/svc_udp.c:362 +msgid "enablecache: could not allocate cache fifo" +msgstr "enablecache: Kann keinen FIFO-Cache anlegen" + +#: sunrpc/rpc_util.c:300 +msgid "expected '%s'" +msgstr "'%s' erwartet" + +#: sunrpc/rpc_util.c:312 +msgid "expected '%s' or '%s'" +msgstr "'%s' oder '%s' erwartet" + +#: sunrpc/rpc_util.c:325 +msgid "expected '%s', '%s' or '%s'" +msgstr "'%s', '%s' oder '%s' erwartet" + +#: sunrpc/rpc_parse.c:384 +msgid "expected type specifier" +msgstr "Type-Bezeichner erwartet" + +#: sunrpc/get_myaddr.c:73 +msgid "get_myaddress: ioctl (get interface configuration)" +msgstr "get_myaddress: ioctl (Holen der Konfiguration der Schnittstelle)" + +#: sunrpc/rpc_scan.c:281 +msgid "illegal character in file: " +msgstr "Nicht erlaubtes Zeichen in der Datei: " + +#: sunrpc/rpc_parse.c:146 +msgid "illegal result type" +msgstr "Nicht erlaubter Ergebnistyp" + +#: malloc/mcheck.c:168 +msgid "memory clobbered before allocated block" +msgstr "Der Speicher vor dem allozierten Block wurde �berschrieben" + +#: malloc/mcheck.c:171 +msgid "memory clobbered past end of allocated block" +msgstr "Der Zeicher nach dem Ende des allozierten Block wurde �berschrieben" + +#: malloc/mcheck.c:165 +msgid "memory is consistent, library is buggy" +msgstr "Die Speicherverwaltung ist konsistent, die Bibliothek enth�lt Fehler" + +#: sunrpc/svc_simple.c:140 +msgid "never registered prog %d\n" +msgstr "Das Programm %d wurde nie registriert\n" + +#: rpc_parse.c:313 sunrpc/rpc_parse.c:305 +msgid "no array-of-pointer declarations -- use typedef" +msgstr "Kein Definition einer Tabelle von \"Zeigern\" -- Verwenden Sie \"typedef\"" + +#: rpc_scan.c:464 sunrpc/rpc_scan.c:456 +msgid "preprocessor error" +msgstr "Fehler des Pr�prozessors" + +#: inet/rcmd.c:154 +msgid "rcmd: select (setting up stderr): %s\n" +msgstr "rcmd: Select (Einrichten der Standardfehlerausgabe): %s\n" + +#: inet/rcmd.c:86 +msgid "rcmd: socket: All ports in use\n" +msgstr "rcmd: Socket: Alle Ports sind zur Zeit belegt\n" + +#: inet/rcmd.c:141 +msgid "rcmd: write (setting up stderr): %s\n" +msgstr "rcmd: Write (Einrichten der Standardfehlerausgabe): %s\n" + +#: sunrpc/svc_simple.c:83 +msgid "registerrpc: out of memory\n" +msgstr "registerrpc: Hauptspeicher ersch�pft\n" + +#: inet/rcmd.c:158 +msgid "select: protocol failure in circuit setup\n" +msgstr "Select: Protokollfehler im Kreislauf-Setup\n" + +#: inet/rcmd.c:176 +msgid "socket: protocol failure in circuit setup.\n" +msgstr "Socket: Protokollfehler im Kreislauf-Setup.\n" + +#: sunrpc/svc_tcp.c:199 svc_tcp.c:204 +msgid "svc_tcp: makefd_xprt: out of memory\n" +msgstr "svc_tcp: makefd_xprt: Hauptspeicher ersch�pft\n" + +#: sunrpc/svc_tcp.c:147 +msgid "svctcp_.c - cannot getsockname or listen" +msgstr "svctcp_.c - `getsockname' oder `listen' nicht m�glich" + +#: sunrpc/svc_tcp.c:134 +msgid "svctcp_.c - udp socket creation problem" +msgstr "svctcp_.c - Problem bei der Erstellung des UDP-Sockets" + +#: sunrpc/svc_tcp.c:154 svc_tcp.c:161 +msgid "svctcp_create: out of memory\n" +msgstr "svctcp_create: Hauptspeicher ersch�pft\n" + +#: sunrpc/svc_udp.c:119 +msgid "svcudp_create - cannot getsockname" +msgstr "svcudp_create - `getsockname' fehlgeschlagen" + +#: sunrpc/svc_udp.c:107 +msgid "svcudp_create: socket creation problem" +msgstr "svcudp_create: Problem bei der Erstellung des Sockets" + +#: sunrpc/rpc_util.c:285 +msgid "too many files!\n" +msgstr "Zu viele Dateien!\n" + +#: sunrpc/svc_simple.c:132 +msgid "trouble replying to prog %d\n" +msgstr "Schwierigkeiten bei der Antwort an das Programm %d\n" + +#: i486-linux/siglist.c:8 i486-linux/siglist.c:24 i486-linux/siglist.c:39 +msgid "unknown signal" +msgstr "Unbekanntes Signal" + +#: sunrpc/rpc_scan.c:319 +msgid "unterminated string constant" +msgstr "Zeichenkette wird nicht beendet" + +#: sunrpc/rpc_main.c:75 +msgid "usage: %s infile\n" +msgstr "Aufruf: %s Eingabedatei\n" + +# Das kommt mir komisch vor... ke +#: sunrpc/rpc_parse.c:330 +msgid "variable-length array declaration expected" +msgstr "Deklaration einer variabel langen Tabelle erwartet" + +#: sunrpc/rpc_parse.c:370 +msgid "voids allowed only inside union and program definitions" +msgstr "`void' ist nur innerhalb von `union'- oder `program'-Definitionen erlaubt" + +#~ msgid "%s: `END CHARMAP' is missing" +#~ msgstr "%s: `END CHARMAP' fehlt" + +#~ msgid "%s: unexpected end of file in charmap" +#~ msgstr "%s: Unerwartetes Ende der Datei in charmap" + +#~ msgid "%s: unexpected end of file in locale defintion file" +#~ msgstr "%s: Unerwartetes Ende der Datei in der Lokale-Definitionsdatei" + +#~ msgid "%s:%Zd: `copy' must be sole rule" +#~ msgstr "%s:%Zd: `copy' mu� die einzige Regel sein" + +#~ msgid "%s:%Zd: category `%s' does not end with `END %s'" +#~ msgstr "%s:%Zd: Die Kategorie `%s' ist nicht durch `END %s' abgeschlossen" + +#~ msgid "%s:%Zd: category item `%s' already defined" +#~ msgstr "%s:%Zd: Die Kategorie `%s' ist bereits definiert" + +#~ msgid "%s:%Zd: character `%s' not defined" +#~ msgstr "%s:%Zd: Das Zeichen `%s' ist nicht definiert" + +#~ msgid "%s:%Zd: comment does not start in column 1" +#~ msgstr "%s:%Zd: Der Kommentar beginnt nicht in der Spalte 1" + +#~ msgid "%s:%Zd: directives `forward' and `backward' are mutually exclusive" +#~ msgstr "%s:%Zd: Die Anweisungen `forward' und `backward' schlie�en sich aus" + +#~ msgid "%s:%Zd: duplicate definition of item `%s' in category `LC_CTYPE'" +#~ msgstr "%s:%Zd: Mehrfache Definition des Eintrages `%s' in der Kategorie `LC_CTYPE'" + +#~ # Das ist doch bestimmt ein Typo im Original? +#~ msgid "%s:%Zd: duplicate definiton of item `%s' in category `LC_CTYPE'" +#~ msgstr "%s:%Zd: Mehrfache Definition des Eintrages `%s' in der Kategorie `LC_CTYPE'" + +#~ msgid "%s:%Zd: end of line in character symbol" +#~ msgstr "%s:%Zd: Zeilenende innerhalb eines Zeichen-Symbols" + +#~ msgid "%s:%Zd: illegal use of `...'" +#~ msgstr "%s:%Zd: Fehlerhafter Einsatz des `...' Konstruktes" + +#~ msgid "%s:%Zd: invalid locale `%s' in copy statement" +#~ msgstr "%s:%Zd: Ung�ltige Lokale `%s' im copy-Befehl" + +#~ msgid "%s:%Zd: invalid number" +#~ msgstr "%s:%Zd: Ung�ltige Zahl" + +#~ msgid "%s:%Zd: line too long; use `getconf LINE_MAX' to get the current maximum line length" +#~ msgstr "%s:%Zd: Die Zeile ist zu lang; `getconf LINE_MAX' gibt den aktuellen Wert f�r die maximale Zeilenl�nge aus." + +#~ msgid "%s:%Zd: line too long; use `getconf LINE_MAX' to get the maximum line length" +#~ msgstr "%s:%Zd: Die Zeile ist zu lang; `getconf LINE_MAX' gibt die maximal erlaubte Zeilenl�nge aus" + +#~ msgid "%s:%Zd: locale category start expected" +#~ msgstr "%s:%Zd: Beginn einer Lokale-Kategorie erwartet" + +#~ msgid "%s:%Zd: lower bound of ellipsis not smaller" +#~ msgstr "%s:%Zd: Der untere Eintrag bei einem Intervall ist nicht kleiner" + +#~ msgid "%s:%Zd: multiple definition of locale category %s" +#~ msgstr "%s:%Zd: Mehrfache Definition der Lokale-Kategorie %s" + +#~ msgid "%s:%Zd: number expected" +#~ msgstr "%s:%Zd: Zahl erwartet" + +#~ msgid "%s:%Zd: symbolic name must not be duplicate name in charmap" +#~ msgstr "%s:%Zd: Ein symbolischer Name darf nicht mehrfach in einer Charmap-Datei definiert werden" + +#~ msgid "%s:%Zd: symbolic name must not duplicate name in charmap" +#~ msgstr "%s:%Zd: Ein symbolischer Name darf nicht mehrfach in einer Charmap-Datei definiert werden" + +#~ msgid "%s:%Zd: syntax error in locale definition file" +#~ msgstr "%s:%Zd: Syntaxfehler in der Lokale-Definitionsdatei" + +#~ msgid "%s:%Zd: too few elements for item `%s'" +#~ msgstr "%s:%Zd: Zu wenige Elemente f�r den Eintrag `%s'" + +#~ msgid "%s:%Zd: too many elements for item `%s`" +#~ msgstr "%s:%Zd: Zu viele Elemente f�r den Eintrag `%s`" + +#~ msgid "%s:%Zd: trailing garbage at end of line" +#~ msgstr "%s:%Zd: Am Zeilenende sind unsinnige Eintr�ge" + +#~ msgid "%s:%Zd: unterminated string at end of line" +#~ msgstr "%s:%Zd: Zeichenkette ist am Zeilenende nicht beendet" + +#~ msgid "%s:%u: byte constant has less than two digits" +#~ msgstr "%s:%u: Die Byte-Konstante besteht aus weniger als zwei Ziffern" + +#~ msgid "%s:%u: character encoding must be given in 8-bit bytes" +#~ msgstr "%s:%u: Die Kodierung des Zeichens mu� in 8-Bit Bytes angegeben werden" + +#~ msgid "%s:%u: duplicate code set name specification" +#~ msgstr "%s:%u: Doppelte Spezifikation des Zeichensatz-Namens" + +#~ msgid "%s:%u: duplicate definition of mb_cur_max" +#~ msgstr "%s:%u: Mehrfache Definition des Eintrages mb_cur_max" + +#~ msgid "%s:%u: duplicate definition of mb_cur_min" +#~ msgstr "%s:%u: Mehrfache Definition des Eintrages mb_cur_min" + +#~ msgid "%s:%u: duplicate entry" +#~ msgstr "%s:%u: Doppelter Eintrag" + +#~ msgid "%s:%u: illegal value for mb_cur_max: %d" +#~ msgstr "%s:%u: Ung�ltiger Wert f�r mb_cur_max: %d" + +#~ msgid "%s:%u: illegal value for mb_cur_min: %d" +#~ msgstr "%s:%u: Ung�ltiger Wert f�r mb_cur_min: %d" + +#~ msgid "%s:%u: line too long; use `getconf LINE_MAX' to get the current maximum linelength" +#~ msgstr "%s:%u: Zeile zu lang; `getconf LINE_MAX' gibt die aktuell erlaubte maximale Zeilenl�nge aus" + +#~ msgid "%s:%u: number of bytes in character definition exceeds `mb_cur_max'" +#~ msgstr "%s:%u: Anzahl der Zeichen in der Zeichendefinition �berschreitet den Wert `mb_cur_max'" + +#~ msgid "%s:%u: starting character is bigger than last" +#~ msgstr "%s:%u: Das erste Zeichen ist gr��er als das letzte Zeichen" + +#~ msgid "<SP> character must not be in class `%s'" +#~ msgstr "Das Zeichen <SP> darf nicht in der Klasse `%s' enthalten sein" + +#~ msgid "<SP> character not in class `%s'" +#~ msgstr "Das Zeichen <SP> ist nicht in der Klasse `%s' enthalten" + +#~ msgid "Internal error in %s, line %u" +#~ msgstr "Interner Fehler in der Datei `%s', Zeile %u" + +#~ msgid "cannot copy locale definition file `%s'" +#~ msgstr "Kann die Lokale-Definitionsdatei `%s' nicht kopieren" + +#~ msgid "cannot open output file `%s': %m" +#~ msgstr "Kann die Ausgabedatei `%s' nicht �ffnen: %m" + +#~ msgid "cannot write output file `%s': %m" +#~ msgstr "Kann die Ausgabedatei `%s' nicht schreiben: %m" + +#~ msgid "category `%s' not defined" +#~ msgstr "Die Kategorie `%s' ist nicht definiert" + +#~ msgid "character '\\%o' in class `%s' must be in class `%s'" +#~ msgstr "Das Zeichen '\\%o', das in der Zeichenklasse `%s' enthalten ist, mu� auch in der Zeichenklasse `%s' enthalten sein" + +#~ msgid "character '\\%o' inc class `%s' must not be in class `%s'" +#~ msgstr "Das Zeichen '\\%o' in der Zeichenklasse `%s' darf nicht in der Zeichenklasse `%s' enthalten sein" + +#~ msgid "character <SP> not defined in character map" +#~ msgstr "Das Zeichen <SP> ist in der Zeichen-Definition nicht enthalten" + +#~ msgid "character `%s' not defined while needed as default value" +#~ msgstr "Das Zeichen `%s' ist nicht definiert, wird aber als Vorgabewert ben�tigt" + +#~ msgid "computing character table size: this may take a while" +#~ msgstr "Berechnung der Gr��e der Zeichentabelle: Dies kann einige Zeit dauern" + +#~ msgid "input file `%s' not found" +#~ msgstr "Eingabedatei `%s' nicht gefunden" + +#~ msgid "internal error in %s, line %u" +#~ msgstr "Interner Fehler in der Datei `%s', Zeile %u" + +#~ msgid "item `%s' does not correspond to any valid name in ISO-4217" +#~ msgstr "Der Eintrag `%s' geh�rt nicht zu einem g�ltigen Namen in ISO-4217" + +#~ msgid "item `%s' in category `%s' must not be empty" +#~ msgstr "Der Eintrag `%s' in der Kategorie `%s' darf nicht leer sein" + +#~ msgid "item `%s' of category `%s' has wrong length" +#~ msgstr "Der Eintrag `%s' in der Kategorie `%s' hat die falsche L�nge" + +#~ msgid "item `%s' of category `%s' undefined" +#~ msgstr "Der Eintrag `%s' in der Kategorie `%s' ist undefiniert" + +#~ msgid "no correct regular expression for item `%s' in category `%s': %s" +#~ msgstr "Kein g�ltiger regul�rer Ausdruck f�r den Eintrag `%s' in der Kategorie `%s': %s" + +#~ msgid "program limitation: for now only upto %Zu bytes per character are allowed" +#~ msgstr "Interne Beschr�nkung: Zur Zeit sind nur bis zu %Zu Bytes je Zeichen erlaubt" + +#~ msgid "value for item `%s' in category `%s' must be in range %d...%d" +#~ msgstr "Der Wert f�r den Eintrag `%s' in der Kategorie `%s' mu� im Intervall %d...%d liegen" diff --git a/po/es.mo b/po/es.mo new file mode 100644 index 0000000000..66df3757f5 --- /dev/null +++ b/po/es.mo Binary files differdiff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000000..1bf92c9a16 --- /dev/null +++ b/po/es.po @@ -0,0 +1,1113 @@ +# Korean messages for GNU C Library +# Copyright (C) 1996 Free Software Foundation, Inc. +# Bang Jun Young <bangjy@nownuri.nowcom.co.kr>, 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: GNU C Library 1.10.1\n" +"PO-Revision-Date: 1996-04-19 22:14 KST\n" +"Last-Translator: Bang Jun Young <bangjy@nownuri.nowcom.co.kr>\n" +"Language-Team: Korean <ko@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-KR\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: sunrpc/rpc_main.c:77 +msgid " %s [-c | -h | -l | -m] [-o outfile] [infile]\n" +msgstr " %s [-c | -h | -l | -m] [-o �������] [�Է�����]\n" + +#: sunrpc/rpc_main.c:80 +msgid " %s [-s udp|tcp]* [-o outfile] [infile]\n" +msgstr " %s [-s udp|tcp]* [-o �������] [�Է�����]\n" + +#: assert/assert.c:48 +msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n" +msgstr "" + +#: assert/assert-perr.c:46 +msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n" +msgstr "%s%s%s:%u: %s%s����ġ ���� ����: %s.\n" + +#: stdio-common/psignal.c:48 +#, c-format +msgid "%s%sUnknown signal %d\n" +msgstr "%s%s�� �� ���� ��ȣ %d\n" + +#: sunrpc/rpc_util.c:258 +msgid "%s, line %d: " +msgstr "%s, �� %d: " + +#: posix/getopt.c:673 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: �߸��� �ɼ� -- %c\n" + +#: posix/getopt.c:676 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: �������� �ɼ� -- %c\n" + +#: posix/getopt.c:597 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: `%c%s' �ɼ��� ���ڰ� �ʿ����� �ʽ��ϴ�\n" + +#: posix/getopt.c:568 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: `%s'�� ��ȣ�� �ɼ��Դϴ�\n" + +#: posix/getopt.c:614 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: `%s' �ɼ��� ���ڰ� �ʿ��մϴ�\n" + +#: posix/getopt.c:592 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: `--%s' �ɼ��� ���ڰ� �ʿ����� �ʽ��ϴ�\n" + +#: posix/getopt.c:712 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: �� �ɼ��� ���ڰ� �ʿ��մϴ� -- %c\n" + +#: sunrpc/rpc_main.c:143 +msgid "%s: output would overwrite %s\n" +msgstr "%s: ����� %s�� ��� ���Դϴ�\n" + +#: sunrpc/rpc_main.c:149 +msgid "%s: unable to open " +msgstr "%s: �� �� ����" + +#: posix/getopt.c:647 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: �ν��� �� ���� �ɼ� `%c%s'\n" + +#: posix/getopt.c:643 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: �ν��� �� ���� �ɼ� `--%s'\n" + +#: sunrpc/clnt_perr.c:125 +msgid "(unknown authentication error - %d)" +msgstr "(�� �� ���� ���� ���� - %d)" + +#: inet/rcmd.c:325 +msgid ".rhosts fstat failed" +msgstr ".rhosts fstat ����" + +#: inet/rcmd.c:321 +msgid ".rhosts lstat failed" +msgstr ".rhosts lstat ����" + +#: inet/rcmd.c:323 +msgid ".rhosts not regular file" +msgstr ".rhosts�� �Ϲ� ������ �ƴ�" + +#: inet/rcmd.c:329 +msgid ".rhosts writeable by other than owner" +msgstr ".rhosts�� �����ڰ� �ƴ� ����� ������ �� ����" + +#: clnt_perr.c:133 sunrpc/clnt_perr.c:112 +msgid "; low version = %lu, high version = %lu" +msgstr "; ���� ���� = %lu, ���� ���� = %lu" + +#: sunrpc/clnt_perr.c:119 +msgid "; why = " +msgstr "; ���� = " + +#: sysdeps/mach/hurd/errlist.c:112 +msgid "?" +msgstr "?" + +#: sysdeps/mach/hurd/errlist.c:58 +msgid "Address already in use" +msgstr "�ּҰ� �̹� ������Դϴ�" + +#: sysdeps/mach/hurd/errlist.c:57 +msgid "Address family not supported by protocol family" +msgstr "�ּұ��� �Ծ౺���� �������� ����" + +#: i486-linux/siglist.c:22 +msgid "Alarm clock" +msgstr "�ڸ��� �ð�" + +#: sysdeps/mach/hurd/errlist.c:17 +msgid "Argument list too long" +msgstr "���� ����� �ʹ� ��ϴ�" + +#: sunrpc/clnt_perr.c:276 +msgid "Authentication OK" +msgstr "���� ����" + +#: sysdeps/mach/hurd/errlist.c:90 +msgid "Authentication error" +msgstr "���� ����" + +#: sysdeps/mach/hurd/errlist.c:24 +msgid "Bad address" +msgstr "�߸��� �ּ�" + +#: sysdeps/mach/hurd/errlist.c:19 +msgid "Bad file descriptor" +msgstr "�߸��� ���� �����" + +#: sysdeps/mach/hurd/errlist.c:25 +msgid "Block device required" +msgstr "���� ����̽��� �ʿ���" + +#: sunrpc/pmap_rmt.c:336 +msgid "Broadcast select problem" +msgstr "��ε�ij��Ʈ ���� ����" + +#: i486-linux/siglist.c:21 sysdeps/mach/hurd/errlist.c:42 +msgid "Broken pipe" +msgstr "������ ������" + +#: i486-linux/siglist.c:15 +msgid "Bus error" +msgstr "���� ����" + +#: i486-linux/siglist.c:32 +msgid "CPU time limit exceeded" +msgstr "CPU �ð� ���� �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:59 +msgid "Can't assign requested address" +msgstr "��û�� �ּҸ� ������ �� �����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:68 +msgid "Can't send after socket shutdown" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:22 +msgid "Cannot allocate memory" +msgstr "�� �Ҵ��� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:254 +msgid "Cannot create socket for broadcast rpc" +msgstr "��ε�ij��Ʈ rpc�� ���� ������ ���� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:348 +msgid "Cannot receive reply to broadcast" +msgstr "��ε�ij��Ʈ�� ���� ������ ���� �� �����ϴ�" + +#: sunrpc/pmap_clnt.c:79 +msgid "Cannot register service" +msgstr "���� ����� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:312 +msgid "Cannot send broadcast packet" +msgstr "��ε�ij��Ʈ ��Ŷ�� ���� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:260 +msgid "Cannot set socket option SO_BROADCAST" +msgstr "���� �ɼ� SO_BROADCAST�� ������ �� �����ϴ�" + +#: i486-linux/siglist.c:25 +msgid "Child exited" +msgstr "�ڽ��� �����" + +#: sunrpc/clnt_perr.c:286 +msgid "Client credential too weak" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:114 +msgid "Computer bought the farm" +msgstr "��ǻ�Ͱ� ������ ����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:71 +msgid "Connection refused" +msgstr "������ �źε�" + +#: sysdeps/mach/hurd/errlist.c:64 +msgid "Connection reset by peer" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:70 +msgid "Connection timed out" +msgstr "���� �ð� �ʰ�" + +#: i486-linux/siglist.c:26 +msgid "Continued" +msgstr "��ӵ�" + +#: sysdeps/mach/hurd/errlist.c:49 +msgid "Destination address required" +msgstr "������ �ּҰ� �ʿ���" + +#: sysdeps/mach/hurd/errlist.c:26 +msgid "Device busy" +msgstr "����̽� ������" + +#: sysdeps/mach/hurd/errlist.c:16 +msgid "Device not configured" +msgstr "����̽��� �������� �ʾ���" + +#: sysdeps/mach/hurd/errlist.c:76 +msgid "Directory not empty" +msgstr "���丮�� ������� ����" + +#: sysdeps/mach/hurd/errlist.c:79 +msgid "Disc quota exceeded" +msgstr "" + +#: sunrpc/clnt_perr.c:254 +msgid "Error %d" +msgstr "���� %d" + +#: string/../sysdeps/mach/_strerror.c:43 +msgid "Error in unknown error system: " +msgstr "�� �� ���� ���� �ý��ۿ� ����: " + +#: sysdeps/mach/hurd/errlist.c:18 +msgid "Exec format error" +msgstr "Exec ���� ����" + +#: sunrpc/clnt_perr.c:290 +msgid "Failed (unspecified error)" +msgstr "���� (�������� ���� ����)" + +#: sysdeps/mach/hurd/errlist.c:27 +msgid "File exists" +msgstr "������ �����մϴ�" + +#: sysdeps/mach/hurd/errlist.c:73 +msgid "File name too long" +msgstr "���� �̸��� �ʹ� ��ϴ�" + +#: i486-linux/siglist.c:33 +msgid "File size limit exceeded" +msgstr "���� ũ�� ������ �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:37 +msgid "File too large" +msgstr "������ �ʹ� Ů�ϴ�" + +#: i486-linux/siglist.c:16 +msgid "Floating point exception" +msgstr "�ε� �Ҽ��� ����" + +#: sysdeps/mach/hurd/errlist.c:88 +msgid "Function not implemented" +msgstr "�Լ��� �������� �ʾ���" + +#: sysdeps/mach/hurd/errlist.c:115 +msgid "Gratuitous error" +msgstr "�������� ����" + +#: i486-linux/siglist.c:9 +msgid "Hangup" +msgstr "������" + +#: sysdeps/mach/hurd/errlist.c:74 +msgid "Host is down" +msgstr "ȣ��Ʈ�� �����ϴ�" + +#: resolv/herror.c:74 +msgid "Host name lookup failure" +msgstr "ȣ��Ʈ �̸� Ž�� ����" + +#: i486-linux/siglist.c:37 +msgid "I/O possible" +msgstr "����� ����" + +#: i486-linux/siglist.c:14 +msgid "IOT trap" +msgstr "" + +#: i486-linux/siglist.c:12 +msgid "Illegal Instruction" +msgstr "�߸��� ����" + +#: sysdeps/mach/hurd/errlist.c:39 +msgid "Illegal seek" +msgstr "�߸��� Ž��" + +#: sysdeps/mach/hurd/errlist.c:89 +msgid "Inappropriate file type or format" +msgstr "�������� ���� Ÿ�� �Ǵ� ����" + +#: sysdeps/mach/hurd/errlist.c:35 +msgid "Inappropriate ioctl for device" +msgstr "����̽��� ���� �������� ioctl" + +#: sysdeps/mach/hurd/errlist.c:110 +msgid "Inappropriate operation for background process" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:15 +msgid "Input/output error" +msgstr "�Է�/��� ����" + +#: i486-linux/siglist.c:10 +msgid "Interrupt" +msgstr "���ͷ�Ʈ" + +#: sysdeps/mach/hurd/errlist.c:14 +msgid "Interrupted system call" +msgstr "�ߴܵ� �ý��� ȣ��" + +#: sysdeps/mach/hurd/errlist.c:32 +msgid "Invalid argument" +msgstr "�������� ����" + +#: posix/regex.c:946 +msgid "Invalid back reference" +msgstr "�������� �Ĺ� ����" + +#: posix/regex.c:944 +msgid "Invalid character class name" +msgstr "" + +#: sunrpc/clnt_perr.c:278 +msgid "Invalid client credential" +msgstr "" + +#: sunrpc/clnt_perr.c:282 +msgid "Invalid client verifier" +msgstr "" + +#: posix/regex.c:943 +msgid "Invalid collation character" +msgstr "" + +#: posix/regex.c:950 +msgid "Invalid content of \\{\\}" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:28 +msgid "Invalid cross-device link" +msgstr "�߸��� ����̽��� ����" + +#: posix/regex.c:953 +msgid "Invalid preceding regular expression" +msgstr "" + +#: posix/regex.c:951 +msgid "Invalid range end" +msgstr "�������� ���� ��" + +#: posix/regex.c:942 +msgid "Invalid regular expression" +msgstr "�������� ���Խ�" + +#: sunrpc/clnt_perr.c:288 +msgid "Invalid server verifier" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:31 +msgid "Is a directory" +msgstr "���丮�Դϴ�" + +#: i486-linux/siglist.c:17 +msgid "Killed" +msgstr "����" + +#: posix/regex.c:952 +msgid "Memory exhausted" +msgstr "�� �ٴڳ�" + +#: sysdeps/mach/hurd/errlist.c:50 +msgid "Message too long" +msgstr "������ �ʹ� ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:91 +msgid "Need authenticator" +msgstr "�����ڰ� �ʿ���" + +#: sysdeps/mach/hurd/errlist.c:62 +msgid "Network dropped connection on reset" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:60 +msgid "Network is down" +msgstr "��Ʈ���� �����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:61 +msgid "Network is unreachable" +msgstr "��Ʈ���� ���� �Ұ����մϴ�" + +#: resolv/herror.c:76 +msgid "No address associated with name" +msgstr "�̸��� �����Ǵ� �ּҰ� ����" + +#: sysdeps/mach/hurd/errlist.c:65 +msgid "No buffer space available" +msgstr "��� ������ ���� ������ ����" + +#: sysdeps/mach/hurd/errlist.c:20 +msgid "No child processes" +msgstr "�ڽ� ���μ����� ����" + +#: sysdeps/mach/hurd/errlist.c:87 +msgid "No locks available" +msgstr "��밡���� �����ġ�� ����" + +#: posix/regex.c:941 +msgid "No match" +msgstr "�´� ¦ ����" + +#: posix/regex.c:5197 +msgid "No previous regular expression" +msgstr "���� ���Խ��� ����" + +#: sysdeps/mach/hurd/errlist.c:75 +msgid "No route to host" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:38 +msgid "No space left on device" +msgstr "����̽��� ���� ������ ����" + +#: sysdeps/mach/hurd/errlist.c:12 +msgid "No such file or directory" +msgstr "�� �����̳� ���丮�� ����" + +#: sysdeps/mach/hurd/errlist.c:13 +msgid "No such process" +msgstr "�� ���μ����� ����" + +#: sysdeps/mach/hurd/errlist.c:30 +msgid "Not a directory" +msgstr "���丮�� �ƴմϴ�" + +#: sysdeps/mach/hurd/errlist.c:43 +msgid "Numerical argument out of domain" +msgstr "������ ��� ��ġ ����" + +#: sysdeps/mach/hurd/errlist.c:44 +msgid "Numerical result out of range" +msgstr "������ ��� ��ġ ���" + +#: sysdeps/mach/hurd/errlist.c:47 +msgid "Operation already in progress" +msgstr "�̹� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:11 +msgid "Operation not permitted" +msgstr "������ ������ ����" + +#: sysdeps/mach/hurd/errlist.c:55 +msgid "Operation not supported" +msgstr "������ �������� ����" + +#: sysdeps/mach/hurd/errlist.c:29 +msgid "Operation not supported by device" +msgstr "����̽����� �������� �ʴ� ����" + +#: sysdeps/mach/hurd/errlist.c:46 +msgid "Operation now in progress" +msgstr "���� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:23 +msgid "Permission denied" +msgstr "�㰡 �źε�" + +#: i486-linux/siglist.c:38 +msgid "Power failure" +msgstr "" + +#: posix/regex.c:954 +msgid "Premature end of regular expression" +msgstr "" + +#: i486-linux/siglist.c:35 +msgid "Profiling timer expired" +msgstr "�������ϸ� Ÿ�̸��� �ð��� �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:56 +msgid "Protocol family not supported" +msgstr "�Ծ౺�� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:52 +msgid "Protocol not available" +msgstr "�Ծ� ��� �Ұ���" + +#: sysdeps/mach/hurd/errlist.c:53 +msgid "Protocol not supported" +msgstr "�Ծ��� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:51 +msgid "Protocol wrong type for socket" +msgstr "���Ͽ� ���� �Ծ��� �߸���" + +#: i486-linux/siglist.c:11 +msgid "Quit" +msgstr "����" + +#: sysdeps/mach/hurd/errlist.c:86 +msgid "RPC bad procedure for program" +msgstr "RPC ���α��� ���ν����� �߸���" + +#: sysdeps/mach/hurd/errlist.c:84 +msgid "RPC program not available" +msgstr "RPC ���α� ��� �Ұ���" + +#: sysdeps/mach/hurd/errlist.c:85 +msgid "RPC program version wrong" +msgstr "RPC ���α� ������ �߸���" + +#: sysdeps/mach/hurd/errlist.c:82 +msgid "RPC struct is bad" +msgstr "RPC ������ �߸��Ǿ����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:83 +msgid "RPC version wrong" +msgstr "RPC ������ �߸���" + +#: sunrpc/clnt_perr.c:217 +msgid "RPC: (unknown error code)" +msgstr "RPC: (�� �� ���� ���� �ڵ�)" + +#: sunrpc/clnt_perr.c:179 +msgid "RPC: Authentication error" +msgstr "RPC: ���� ����" + +#: sunrpc/clnt_perr.c:169 +msgid "RPC: Can't decode result" +msgstr "RPC: ����� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:167 +msgid "RPC: Can't encode arguments" +msgstr "RPC: ���ڸ� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:199 +msgid "RPC: Failed (unspecified error)" +msgstr "RPC: ���� (�������� ���� ����)" + +#: sunrpc/clnt_perr.c:177 +msgid "RPC: Incompatible versions of RPC" +msgstr "RPC: ȣȯ���� �ʴ� RPC ����" + +#: sunrpc/clnt_perr.c:195 +msgid "RPC: Port mapper failure" +msgstr "" + +#: sunrpc/clnt_perr.c:185 +msgid "RPC: Procedure unavailable" +msgstr "RPC: ���ν��� ��� �Ұ���" + +#: sunrpc/clnt_perr.c:197 +msgid "RPC: Program not registered" +msgstr "RPC: ���α��� ��ϵ��� ����" + +#: sunrpc/clnt_perr.c:181 +msgid "RPC: Program unavailable" +msgstr "RPC: ���α� ��� �Ұ���" + +#: sunrpc/clnt_perr.c:183 +msgid "RPC: Program/version mismatch" +msgstr "RPC: ���α�/���� ����ġ" + +#: sunrpc/clnt_perr.c:189 +msgid "RPC: Remote system error" +msgstr "RPC: ���� �ý��� ����" + +#: sunrpc/clnt_perr.c:187 +msgid "RPC: Server can't decode arguments" +msgstr "RPC: ������ ���ڸ� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:165 +msgid "RPC: Success" +msgstr "RPC: ����" + +#: sunrpc/clnt_perr.c:175 +msgid "RPC: Timed out" +msgstr "RPC: �ð� �ʰ�" + +#: sunrpc/clnt_perr.c:173 +msgid "RPC: Unable to receive" +msgstr "RPC: ���� �� ����" + +#: sunrpc/clnt_perr.c:171 +msgid "RPC: Unable to send" +msgstr "RPC: ���� �� ����" + +#: sunrpc/clnt_perr.c:191 +msgid "RPC: Unknown host" +msgstr "RPC: �� �� ���� ȣ��Ʈ" + +#: sunrpc/clnt_perr.c:193 +msgid "RPC: Unknown protocol" +msgstr "RPC: �� �� ���� �Ծ�" + +#: sysdeps/mach/hurd/errlist.c:40 +msgid "Read-only file system" +msgstr "�б����� ���� �ý���" + +#: posix/regex.c:955 +msgid "Regular expression too big" +msgstr "���Խ��� �ʹ� Ů�ϴ�" + +#: sysdeps/mach/hurd/errlist.c:92 +msgid "Reserved error 82" +msgstr "����� ���� 82" + +#: sysdeps/mach/hurd/errlist.c:93 +msgid "Reserved error 83" +msgstr "����� ���� 83" + +#: sysdeps/mach/hurd/errlist.c:94 +msgid "Reserved error 84" +msgstr "����� ���� 84" + +#: sysdeps/mach/hurd/errlist.c:95 +msgid "Reserved error 85" +msgstr "����� ���� 85" + +#: sysdeps/mach/hurd/errlist.c:96 +msgid "Reserved error 86" +msgstr "����� ���� 86" + +#: sysdeps/mach/hurd/errlist.c:97 +msgid "Reserved error 87" +msgstr "����� ���� 87" + +#: sysdeps/mach/hurd/errlist.c:98 +msgid "Reserved error 88" +msgstr "����� ���� 88" + +#: sysdeps/mach/hurd/errlist.c:99 +msgid "Reserved error 89" +msgstr "����� ���� 89" + +#: sysdeps/mach/hurd/errlist.c:100 +msgid "Reserved error 90" +msgstr "����� ���� 90" + +#: sysdeps/mach/hurd/errlist.c:101 +msgid "Reserved error 91" +msgstr "����� ���� 91" + +#: sysdeps/mach/hurd/errlist.c:102 +msgid "Reserved error 92" +msgstr "����� ���� 92" + +#: sysdeps/mach/hurd/errlist.c:103 +msgid "Reserved error 93" +msgstr "����� ���� 93" + +#: sysdeps/mach/hurd/errlist.c:104 +msgid "Reserved error 94" +msgstr "����� ���� 94" + +#: sysdeps/mach/hurd/errlist.c:105 +msgid "Reserved error 95" +msgstr "����� ���� 95" + +#: sysdeps/mach/hurd/errlist.c:106 +msgid "Reserved error 96" +msgstr "����� ���� 96" + +#: sysdeps/mach/hurd/errlist.c:107 +msgid "Reserved error 97" +msgstr "����� ���� 97" + +#: sysdeps/mach/hurd/errlist.c:108 +msgid "Reserved error 98" +msgstr "����� ���� 98" + +#: sysdeps/mach/hurd/errlist.c:109 +msgid "Reserved error 99" +msgstr "����� ���� 99" + +#: resolv/herror.c:72 +msgid "Resolver Error 0 (no error)" +msgstr "" + +#: resolv/herror.c:114 +msgid "Resolver internal error" +msgstr "���ֹ� ���� ����" + +#: sysdeps/mach/hurd/errlist.c:21 +msgid "Resource deadlock avoided" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:45 +msgid "Resource temporarily unavailable" +msgstr "�ڿ��� �Ͻ������� ��� �Ұ�����" + +#: i486-linux/siglist.c:19 +msgid "Segmentation fault" +msgstr "" + +#: sunrpc/clnt_perr.c:280 +msgid "Server rejected credential" +msgstr "" + +#: sunrpc/clnt_perr.c:284 +msgid "Server rejected verifier" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:66 +msgid "Socket is already connected" +msgstr "������ �̹� ����Ǿ� �ֽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:67 +msgid "Socket is not connected" +msgstr "������ ����Ǿ� ���� �ʽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:48 +msgid "Socket operation on non-socket" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:54 +msgid "Socket type not supported" +msgstr "���� Ÿ���� �������� �ʽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:63 +msgid "Software caused connection abort" +msgstr "����Ʈ��� ���� �ߴ��� �ʷ��߽��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:80 +msgid "Stale NFS file handle" +msgstr "" + +#: i486-linux/siglist.c:28 +msgid "Stopped" +msgstr "������" + +#: i486-linux/siglist.c:27 +msgid "Stopped (signal)" +msgstr "������ (��ȣ)" + +#: i486-linux/siglist.c:29 +msgid "Stopped (tty input)" +msgstr "������ (tty �Է�)" + +#: i486-linux/siglist.c:30 +msgid "Stopped (tty output)" +msgstr "������ (tty ���)" + +#: posix/regex.c:940 sysdeps/mach/hurd/errlist.c:10 +msgid "Success" +msgstr "����" + +#: i486-linux/siglist.c:23 +msgid "Terminated" +msgstr "�����" + +#: sysdeps/mach/hurd/errlist.c:36 +msgid "Text file busy" +msgstr "���� ���� �����" + +#: sysdeps/mach/hurd/errlist.c:81 +msgid "Too many levels of remote in path" +msgstr "���� ����� �ܰ谡 �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:72 +msgid "Too many levels of symbolic links" +msgstr "��ȣ ������ �ܰ谡 �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:41 +msgid "Too many links" +msgstr "������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:34 +msgid "Too many open files" +msgstr "���� ������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:33 +msgid "Too many open files in system" +msgstr "�ý��ۿ� ���� ������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:77 +msgid "Too many processes" +msgstr "���μ����� �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:69 +msgid "Too many references: can't splice" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:78 +msgid "Too many users" +msgstr "����ڰ� �ʹ� �����ϴ�" + +#: i486-linux/siglist.c:13 +msgid "Trace/breakpoint trap" +msgstr "" + +#: posix/regex.c:945 +msgid "Trailing backslash" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:111 +msgid "Translator died" +msgstr "�����Ⱑ ����" + +#: inet/rcmd.c:118 +msgid "Trying %s...\n" +msgstr "%s �õ���...\n" + +#: ../sysdeps/mach/_strerror.c:58 string/../sysdeps/generic/_strerror.c:36 +msgid "Unknown error " +msgstr "�� �� ���� ����" + +#: resolv/herror.c:73 +msgid "Unknown host" +msgstr "�� �� ���� ȣ��Ʈ" + +#: resolv/herror.c:117 +msgid "Unknown resolver error" +msgstr "�� �� ���� ���ֹ� ����" + +#: resolv/herror.c:75 +msgid "Unknown server error" +msgstr "�� �� ���� ���� ����" + +#: string/strsignal.c:40 +#, c-format +msgid "Unknown signal %d" +msgstr "�� �� ���� ��ȣ %d" + +#: misc/error.c:92 +msgid "Unknown system error" +msgstr "�� �� ���� �ý��� ����" + +#: posix/regex.c:948 +msgid "Unmatched ( or \\(" +msgstr "¦�� ���� �ʴ� ( �Ǵ� \\(" + +#: posix/regex.c:956 +msgid "Unmatched ) or \\)" +msgstr "¦�� ���� �ʴ� ) �Ǵ� \\)" + +#: posix/regex.c:947 +msgid "Unmatched [ or [^" +msgstr "¦�� ���� �ʴ� [ �Ǵ� [^" + +#: posix/regex.c:949 +msgid "Unmatched \\{" +msgstr "¦�� ���� �ʴ� \\{" + +#: i486-linux/siglist.c:31 +msgid "Urgent I/O condition" +msgstr "�ñ��� ����� ��Ȳ" + +#: i486-linux/siglist.c:18 +msgid "User defined signal 1" +msgstr "����� ���� ��ȣ 1" + +#: i486-linux/siglist.c:20 +msgid "User defined signal 2" +msgstr "����� ��ȣ ��ȣ 2" + +#: i486-linux/siglist.c:34 +msgid "Virtual timer expired" +msgstr "���� Ÿ�̸��� �ð��� �ʰ���" + +#: i486-linux/siglist.c:36 +msgid "Window changed" +msgstr "������ �����" + +#: sysdeps/mach/hurd/errlist.c:113 +msgid "You really blew it this time" +msgstr "" + +#: sunrpc/rpc_parse.c:326 +msgid "array declaration expected" +msgstr "" + +#: sunrpc/auth_unix.c:314 +msgid "auth_none.c - Fatal marshalling problem" +msgstr "" + +#: inet/rcmd.c:327 +msgid "bad .rhosts owner" +msgstr "�߸��� .rhosts ������" + +#: malloc/mcheck.c:174 +msgid "block freed twice" +msgstr "������ �ι� �������" + +#: malloc/mcheck.c:177 +msgid "bogus mcheck_status, library is buggy" +msgstr "���� mcheck_status, ���̺귯���� ���װ� ���۹����մϴ�" + +#: sunrpc/pmap_rmt.c:177 +msgid "broadcast: ioctl (get interface configuration)" +msgstr "" + +#: sunrpc/pmap_rmt.c:184 +msgid "broadcast: ioctl (get interface flags)" +msgstr "" + +#: sunrpc/svc_udp.c:398 +msgid "cache_set: victim not found" +msgstr "cache_set: �������� ã�� ������" + +#: sunrpc/svc_simple.c:64 +msgid "can't reassign procedure number %d\n" +msgstr "���ν��� ��ȣ %d�� �������� �� �����ϴ�\n" + +#: sunrpc/clnt_raw.c:106 +msgid "clnt_raw.c - Fatal header serialization error." +msgstr "" + +#: inet/rcmd.c:112 +msgid "connect to address %s: " +msgstr "�ּ� %s�� ����: " + +#: sunrpc/rpc_scan.c:109 +msgid "constant or identifier expected" +msgstr "" + +#: sunrpc/svc_simple.c:70 +msgid "couldn't create an rpc server\n" +msgstr "rpc ������ ���� �� �����ϴ�\n" + +#: sunrpc/svc_simple.c:77 +msgid "couldn't register prog %d vers %d\n" +msgstr "���α� %d ���� %d�� ����� �� �����ϴ�\n" + +#: sunrpc/rpc_parse.c:77 +msgid "definition keyword expected" +msgstr "" + +#: sunrpc/svc_udp.c:344 +msgid "enablecache: cache already enabled" +msgstr "enablecache: ij���� �̹� Ȱ��ȭ�Ǿ� ����" + +#: sunrpc/svc_udp.c:349 +msgid "enablecache: could not allocate cache" +msgstr "enablecache: ij���� �Ҵ��� �� �����ϴ�" + +#: sunrpc/svc_udp.c:356 +msgid "enablecache: could not allocate cache data" +msgstr "enablecache: ij�� �ڷḦ �Ҵ��� �� �����ϴ�" + +#: sunrpc/svc_udp.c:362 +msgid "enablecache: could not allocate cache fifo" +msgstr "enablecache: ij�� fifo�� �Ҵ��� �� �����ϴ�" + +#: sunrpc/rpc_util.c:300 +msgid "expected '%s'" +msgstr "" + +#: sunrpc/rpc_util.c:312 +msgid "expected '%s' or '%s'" +msgstr "" + +#: sunrpc/rpc_util.c:325 +msgid "expected '%s', '%s' or '%s'" +msgstr "" + +#: sunrpc/rpc_parse.c:384 +msgid "expected type specifier" +msgstr "" + +#: sunrpc/get_myaddr.c:73 +msgid "get_myaddress: ioctl (get interface configuration)" +msgstr "" + +#: sunrpc/rpc_scan.c:281 +msgid "illegal character in file: " +msgstr "���Ͽ� �߸��� ���ڰ� ����: " + +#: sunrpc/rpc_parse.c:146 +msgid "illegal result type" +msgstr "�߸��� ��� Ÿ��" + +#: malloc/mcheck.c:168 +msgid "memory clobbered before allocated block" +msgstr "" + +#: malloc/mcheck.c:171 +msgid "memory clobbered past end of allocated block" +msgstr "" + +#: malloc/mcheck.c:165 +msgid "memory is consistent, library is buggy" +msgstr "�� �߰�������, ���̺귯���� ���װ� ���۹����մϴ�" + +#: sunrpc/svc_simple.c:140 +msgid "never registered prog %d\n" +msgstr "���� ��ϵ��� ���� ���α� %d\n" + +#: rpc_parse.c:313 sunrpc/rpc_parse.c:305 +msgid "no array-of-pointer declarations -- use typedef" +msgstr "������ �迭 ������ �����ϴ� -- typedef�� ����ϼ���" + +#: rpc_scan.c:464 sunrpc/rpc_scan.c:456 +msgid "preprocessor error" +msgstr "��ó���� ����" + +#: inet/rcmd.c:154 +msgid "rcmd: select (setting up stderr): %s\n" +msgstr "rcmd: ���� (ǥ�ؿ��� ����): %s\n" + +#: inet/rcmd.c:86 +msgid "rcmd: socket: All ports in use\n" +msgstr "rcmd: socket: ��� ��Ʈ�� �����\n" + +#: inet/rcmd.c:141 +msgid "rcmd: write (setting up stderr): %s\n" +msgstr "rcmd: ���� (ǥ�ؿ��� ����): %s\n" + +#: sunrpc/svc_simple.c:83 +msgid "registerrpc: out of memory\n" +msgstr "registerrpc: �� ����" + +#: inet/rcmd.c:158 +msgid "select: protocol failure in circuit setup\n" +msgstr "" + +#: inet/rcmd.c:176 +msgid "socket: protocol failure in circuit setup.\n" +msgstr "" + +#: sunrpc/svc_tcp.c:199 svc_tcp.c:204 +msgid "svc_tcp: makefd_xprt: out of memory\n" +msgstr "svc_tcp: makefc_xprt: �� ����" + +#: sunrpc/svc_tcp.c:147 +msgid "svctcp_.c - cannot getsockname or listen" +msgstr "" + +#: sunrpc/svc_tcp.c:134 +msgid "svctcp_.c - udp socket creation problem" +msgstr "svctcp_.c - udp ���� ���� ����" + +#: sunrpc/svc_tcp.c:154 svc_tcp.c:161 +msgid "svctcp_create: out of memory\n" +msgstr "svctcp_create: �� ����\n" + +#: sunrpc/svc_udp.c:119 +msgid "svcudp_create - cannot getsockname" +msgstr "svcudp_create - getsockname �Ұ���" + +#: sunrpc/svc_udp.c:107 +msgid "svcudp_create: socket creation problem" +msgstr "svcudp_create: ���� ���� ����" + +#: sunrpc/rpc_util.c:285 +msgid "too many files!\n" +msgstr "������ �ʹ� �����ϴ�!\n" + +#: sunrpc/svc_simple.c:132 +msgid "trouble replying to prog %d\n" +msgstr "" + +#: i486-linux/siglist.c:8 i486-linux/siglist.c:24 i486-linux/siglist.c:39 +msgid "unknown signal" +msgstr "�� �� ���� ��ȣ" + +#: sunrpc/rpc_scan.c:319 +msgid "unterminated string constant" +msgstr "������� ���� ���ڿ� ���" + +#: sunrpc/rpc_main.c:75 +msgid "usage: %s infile\n" +msgstr "����: %s �Է�����\n" + +#: sunrpc/rpc_parse.c:330 +msgid "variable-length array declaration expected" +msgstr "" + +#: sunrpc/rpc_parse.c:370 +msgid "voids allowed only inside union and program definitions" +msgstr "void�� ���� ����ü�� ���α� ���� �������� ���˴ϴ�" + diff --git a/po/ko.mo b/po/ko.mo new file mode 100644 index 0000000000..66df3757f5 --- /dev/null +++ b/po/ko.mo Binary files differdiff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000000..1bf92c9a16 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,1113 @@ +# Korean messages for GNU C Library +# Copyright (C) 1996 Free Software Foundation, Inc. +# Bang Jun Young <bangjy@nownuri.nowcom.co.kr>, 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: GNU C Library 1.10.1\n" +"PO-Revision-Date: 1996-04-19 22:14 KST\n" +"Last-Translator: Bang Jun Young <bangjy@nownuri.nowcom.co.kr>\n" +"Language-Team: Korean <ko@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-KR\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: sunrpc/rpc_main.c:77 +msgid " %s [-c | -h | -l | -m] [-o outfile] [infile]\n" +msgstr " %s [-c | -h | -l | -m] [-o �������] [�Է�����]\n" + +#: sunrpc/rpc_main.c:80 +msgid " %s [-s udp|tcp]* [-o outfile] [infile]\n" +msgstr " %s [-s udp|tcp]* [-o �������] [�Է�����]\n" + +#: assert/assert.c:48 +msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n" +msgstr "" + +#: assert/assert-perr.c:46 +msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n" +msgstr "%s%s%s:%u: %s%s����ġ ���� ����: %s.\n" + +#: stdio-common/psignal.c:48 +#, c-format +msgid "%s%sUnknown signal %d\n" +msgstr "%s%s�� �� ���� ��ȣ %d\n" + +#: sunrpc/rpc_util.c:258 +msgid "%s, line %d: " +msgstr "%s, �� %d: " + +#: posix/getopt.c:673 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s: �߸��� �ɼ� -- %c\n" + +#: posix/getopt.c:676 +#, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s: �������� �ɼ� -- %c\n" + +#: posix/getopt.c:597 +#, c-format +msgid "%s: option `%c%s' doesn't allow an argument\n" +msgstr "%s: `%c%s' �ɼ��� ���ڰ� �ʿ����� �ʽ��ϴ�\n" + +#: posix/getopt.c:568 +#, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s: `%s'�� ��ȣ�� �ɼ��Դϴ�\n" + +#: posix/getopt.c:614 +#, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s: `%s' �ɼ��� ���ڰ� �ʿ��մϴ�\n" + +#: posix/getopt.c:592 +#, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s: `--%s' �ɼ��� ���ڰ� �ʿ����� �ʽ��ϴ�\n" + +#: posix/getopt.c:712 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s: �� �ɼ��� ���ڰ� �ʿ��մϴ� -- %c\n" + +#: sunrpc/rpc_main.c:143 +msgid "%s: output would overwrite %s\n" +msgstr "%s: ����� %s�� ��� ���Դϴ�\n" + +#: sunrpc/rpc_main.c:149 +msgid "%s: unable to open " +msgstr "%s: �� �� ����" + +#: posix/getopt.c:647 +#, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s: �ν��� �� ���� �ɼ� `%c%s'\n" + +#: posix/getopt.c:643 +#, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s: �ν��� �� ���� �ɼ� `--%s'\n" + +#: sunrpc/clnt_perr.c:125 +msgid "(unknown authentication error - %d)" +msgstr "(�� �� ���� ���� ���� - %d)" + +#: inet/rcmd.c:325 +msgid ".rhosts fstat failed" +msgstr ".rhosts fstat ����" + +#: inet/rcmd.c:321 +msgid ".rhosts lstat failed" +msgstr ".rhosts lstat ����" + +#: inet/rcmd.c:323 +msgid ".rhosts not regular file" +msgstr ".rhosts�� �Ϲ� ������ �ƴ�" + +#: inet/rcmd.c:329 +msgid ".rhosts writeable by other than owner" +msgstr ".rhosts�� �����ڰ� �ƴ� ����� ������ �� ����" + +#: clnt_perr.c:133 sunrpc/clnt_perr.c:112 +msgid "; low version = %lu, high version = %lu" +msgstr "; ���� ���� = %lu, ���� ���� = %lu" + +#: sunrpc/clnt_perr.c:119 +msgid "; why = " +msgstr "; ���� = " + +#: sysdeps/mach/hurd/errlist.c:112 +msgid "?" +msgstr "?" + +#: sysdeps/mach/hurd/errlist.c:58 +msgid "Address already in use" +msgstr "�ּҰ� �̹� ������Դϴ�" + +#: sysdeps/mach/hurd/errlist.c:57 +msgid "Address family not supported by protocol family" +msgstr "�ּұ��� �Ծ౺���� �������� ����" + +#: i486-linux/siglist.c:22 +msgid "Alarm clock" +msgstr "�ڸ��� �ð�" + +#: sysdeps/mach/hurd/errlist.c:17 +msgid "Argument list too long" +msgstr "���� ����� �ʹ� ��ϴ�" + +#: sunrpc/clnt_perr.c:276 +msgid "Authentication OK" +msgstr "���� ����" + +#: sysdeps/mach/hurd/errlist.c:90 +msgid "Authentication error" +msgstr "���� ����" + +#: sysdeps/mach/hurd/errlist.c:24 +msgid "Bad address" +msgstr "�߸��� �ּ�" + +#: sysdeps/mach/hurd/errlist.c:19 +msgid "Bad file descriptor" +msgstr "�߸��� ���� �����" + +#: sysdeps/mach/hurd/errlist.c:25 +msgid "Block device required" +msgstr "���� ����̽��� �ʿ���" + +#: sunrpc/pmap_rmt.c:336 +msgid "Broadcast select problem" +msgstr "��ε�ij��Ʈ ���� ����" + +#: i486-linux/siglist.c:21 sysdeps/mach/hurd/errlist.c:42 +msgid "Broken pipe" +msgstr "������ ������" + +#: i486-linux/siglist.c:15 +msgid "Bus error" +msgstr "���� ����" + +#: i486-linux/siglist.c:32 +msgid "CPU time limit exceeded" +msgstr "CPU �ð� ���� �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:59 +msgid "Can't assign requested address" +msgstr "��û�� �ּҸ� ������ �� �����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:68 +msgid "Can't send after socket shutdown" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:22 +msgid "Cannot allocate memory" +msgstr "�� �Ҵ��� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:254 +msgid "Cannot create socket for broadcast rpc" +msgstr "��ε�ij��Ʈ rpc�� ���� ������ ���� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:348 +msgid "Cannot receive reply to broadcast" +msgstr "��ε�ij��Ʈ�� ���� ������ ���� �� �����ϴ�" + +#: sunrpc/pmap_clnt.c:79 +msgid "Cannot register service" +msgstr "���� ����� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:312 +msgid "Cannot send broadcast packet" +msgstr "��ε�ij��Ʈ ��Ŷ�� ���� �� �����ϴ�" + +#: sunrpc/pmap_rmt.c:260 +msgid "Cannot set socket option SO_BROADCAST" +msgstr "���� �ɼ� SO_BROADCAST�� ������ �� �����ϴ�" + +#: i486-linux/siglist.c:25 +msgid "Child exited" +msgstr "�ڽ��� �����" + +#: sunrpc/clnt_perr.c:286 +msgid "Client credential too weak" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:114 +msgid "Computer bought the farm" +msgstr "��ǻ�Ͱ� ������ ����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:71 +msgid "Connection refused" +msgstr "������ �źε�" + +#: sysdeps/mach/hurd/errlist.c:64 +msgid "Connection reset by peer" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:70 +msgid "Connection timed out" +msgstr "���� �ð� �ʰ�" + +#: i486-linux/siglist.c:26 +msgid "Continued" +msgstr "��ӵ�" + +#: sysdeps/mach/hurd/errlist.c:49 +msgid "Destination address required" +msgstr "������ �ּҰ� �ʿ���" + +#: sysdeps/mach/hurd/errlist.c:26 +msgid "Device busy" +msgstr "����̽� ������" + +#: sysdeps/mach/hurd/errlist.c:16 +msgid "Device not configured" +msgstr "����̽��� �������� �ʾ���" + +#: sysdeps/mach/hurd/errlist.c:76 +msgid "Directory not empty" +msgstr "���丮�� ������� ����" + +#: sysdeps/mach/hurd/errlist.c:79 +msgid "Disc quota exceeded" +msgstr "" + +#: sunrpc/clnt_perr.c:254 +msgid "Error %d" +msgstr "���� %d" + +#: string/../sysdeps/mach/_strerror.c:43 +msgid "Error in unknown error system: " +msgstr "�� �� ���� ���� �ý��ۿ� ����: " + +#: sysdeps/mach/hurd/errlist.c:18 +msgid "Exec format error" +msgstr "Exec ���� ����" + +#: sunrpc/clnt_perr.c:290 +msgid "Failed (unspecified error)" +msgstr "���� (�������� ���� ����)" + +#: sysdeps/mach/hurd/errlist.c:27 +msgid "File exists" +msgstr "������ �����մϴ�" + +#: sysdeps/mach/hurd/errlist.c:73 +msgid "File name too long" +msgstr "���� �̸��� �ʹ� ��ϴ�" + +#: i486-linux/siglist.c:33 +msgid "File size limit exceeded" +msgstr "���� ũ�� ������ �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:37 +msgid "File too large" +msgstr "������ �ʹ� Ů�ϴ�" + +#: i486-linux/siglist.c:16 +msgid "Floating point exception" +msgstr "�ε� �Ҽ��� ����" + +#: sysdeps/mach/hurd/errlist.c:88 +msgid "Function not implemented" +msgstr "�Լ��� �������� �ʾ���" + +#: sysdeps/mach/hurd/errlist.c:115 +msgid "Gratuitous error" +msgstr "�������� ����" + +#: i486-linux/siglist.c:9 +msgid "Hangup" +msgstr "������" + +#: sysdeps/mach/hurd/errlist.c:74 +msgid "Host is down" +msgstr "ȣ��Ʈ�� �����ϴ�" + +#: resolv/herror.c:74 +msgid "Host name lookup failure" +msgstr "ȣ��Ʈ �̸� Ž�� ����" + +#: i486-linux/siglist.c:37 +msgid "I/O possible" +msgstr "����� ����" + +#: i486-linux/siglist.c:14 +msgid "IOT trap" +msgstr "" + +#: i486-linux/siglist.c:12 +msgid "Illegal Instruction" +msgstr "�߸��� ����" + +#: sysdeps/mach/hurd/errlist.c:39 +msgid "Illegal seek" +msgstr "�߸��� Ž��" + +#: sysdeps/mach/hurd/errlist.c:89 +msgid "Inappropriate file type or format" +msgstr "�������� ���� Ÿ�� �Ǵ� ����" + +#: sysdeps/mach/hurd/errlist.c:35 +msgid "Inappropriate ioctl for device" +msgstr "����̽��� ���� �������� ioctl" + +#: sysdeps/mach/hurd/errlist.c:110 +msgid "Inappropriate operation for background process" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:15 +msgid "Input/output error" +msgstr "�Է�/��� ����" + +#: i486-linux/siglist.c:10 +msgid "Interrupt" +msgstr "���ͷ�Ʈ" + +#: sysdeps/mach/hurd/errlist.c:14 +msgid "Interrupted system call" +msgstr "�ߴܵ� �ý��� ȣ��" + +#: sysdeps/mach/hurd/errlist.c:32 +msgid "Invalid argument" +msgstr "�������� ����" + +#: posix/regex.c:946 +msgid "Invalid back reference" +msgstr "�������� �Ĺ� ����" + +#: posix/regex.c:944 +msgid "Invalid character class name" +msgstr "" + +#: sunrpc/clnt_perr.c:278 +msgid "Invalid client credential" +msgstr "" + +#: sunrpc/clnt_perr.c:282 +msgid "Invalid client verifier" +msgstr "" + +#: posix/regex.c:943 +msgid "Invalid collation character" +msgstr "" + +#: posix/regex.c:950 +msgid "Invalid content of \\{\\}" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:28 +msgid "Invalid cross-device link" +msgstr "�߸��� ����̽��� ����" + +#: posix/regex.c:953 +msgid "Invalid preceding regular expression" +msgstr "" + +#: posix/regex.c:951 +msgid "Invalid range end" +msgstr "�������� ���� ��" + +#: posix/regex.c:942 +msgid "Invalid regular expression" +msgstr "�������� ���Խ�" + +#: sunrpc/clnt_perr.c:288 +msgid "Invalid server verifier" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:31 +msgid "Is a directory" +msgstr "���丮�Դϴ�" + +#: i486-linux/siglist.c:17 +msgid "Killed" +msgstr "����" + +#: posix/regex.c:952 +msgid "Memory exhausted" +msgstr "�� �ٴڳ�" + +#: sysdeps/mach/hurd/errlist.c:50 +msgid "Message too long" +msgstr "������ �ʹ� ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:91 +msgid "Need authenticator" +msgstr "�����ڰ� �ʿ���" + +#: sysdeps/mach/hurd/errlist.c:62 +msgid "Network dropped connection on reset" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:60 +msgid "Network is down" +msgstr "��Ʈ���� �����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:61 +msgid "Network is unreachable" +msgstr "��Ʈ���� ���� �Ұ����մϴ�" + +#: resolv/herror.c:76 +msgid "No address associated with name" +msgstr "�̸��� �����Ǵ� �ּҰ� ����" + +#: sysdeps/mach/hurd/errlist.c:65 +msgid "No buffer space available" +msgstr "��� ������ ���� ������ ����" + +#: sysdeps/mach/hurd/errlist.c:20 +msgid "No child processes" +msgstr "�ڽ� ���μ����� ����" + +#: sysdeps/mach/hurd/errlist.c:87 +msgid "No locks available" +msgstr "��밡���� �����ġ�� ����" + +#: posix/regex.c:941 +msgid "No match" +msgstr "�´� ¦ ����" + +#: posix/regex.c:5197 +msgid "No previous regular expression" +msgstr "���� ���Խ��� ����" + +#: sysdeps/mach/hurd/errlist.c:75 +msgid "No route to host" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:38 +msgid "No space left on device" +msgstr "����̽��� ���� ������ ����" + +#: sysdeps/mach/hurd/errlist.c:12 +msgid "No such file or directory" +msgstr "�� �����̳� ���丮�� ����" + +#: sysdeps/mach/hurd/errlist.c:13 +msgid "No such process" +msgstr "�� ���μ����� ����" + +#: sysdeps/mach/hurd/errlist.c:30 +msgid "Not a directory" +msgstr "���丮�� �ƴմϴ�" + +#: sysdeps/mach/hurd/errlist.c:43 +msgid "Numerical argument out of domain" +msgstr "������ ��� ��ġ ����" + +#: sysdeps/mach/hurd/errlist.c:44 +msgid "Numerical result out of range" +msgstr "������ ��� ��ġ ���" + +#: sysdeps/mach/hurd/errlist.c:47 +msgid "Operation already in progress" +msgstr "�̹� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:11 +msgid "Operation not permitted" +msgstr "������ ������ ����" + +#: sysdeps/mach/hurd/errlist.c:55 +msgid "Operation not supported" +msgstr "������ �������� ����" + +#: sysdeps/mach/hurd/errlist.c:29 +msgid "Operation not supported by device" +msgstr "����̽����� �������� �ʴ� ����" + +#: sysdeps/mach/hurd/errlist.c:46 +msgid "Operation now in progress" +msgstr "���� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:23 +msgid "Permission denied" +msgstr "�㰡 �źε�" + +#: i486-linux/siglist.c:38 +msgid "Power failure" +msgstr "" + +#: posix/regex.c:954 +msgid "Premature end of regular expression" +msgstr "" + +#: i486-linux/siglist.c:35 +msgid "Profiling timer expired" +msgstr "�������ϸ� Ÿ�̸��� �ð��� �ʰ���" + +#: sysdeps/mach/hurd/errlist.c:56 +msgid "Protocol family not supported" +msgstr "�Ծ౺�� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:52 +msgid "Protocol not available" +msgstr "�Ծ� ��� �Ұ���" + +#: sysdeps/mach/hurd/errlist.c:53 +msgid "Protocol not supported" +msgstr "�Ծ��� �������� ����" + +#: sysdeps/mach/hurd/errlist.c:51 +msgid "Protocol wrong type for socket" +msgstr "���Ͽ� ���� �Ծ��� �߸���" + +#: i486-linux/siglist.c:11 +msgid "Quit" +msgstr "����" + +#: sysdeps/mach/hurd/errlist.c:86 +msgid "RPC bad procedure for program" +msgstr "RPC ���α��� ���ν����� �߸���" + +#: sysdeps/mach/hurd/errlist.c:84 +msgid "RPC program not available" +msgstr "RPC ���α� ��� �Ұ���" + +#: sysdeps/mach/hurd/errlist.c:85 +msgid "RPC program version wrong" +msgstr "RPC ���α� ������ �߸���" + +#: sysdeps/mach/hurd/errlist.c:82 +msgid "RPC struct is bad" +msgstr "RPC ������ �߸��Ǿ����ϴ�" + +#: sysdeps/mach/hurd/errlist.c:83 +msgid "RPC version wrong" +msgstr "RPC ������ �߸���" + +#: sunrpc/clnt_perr.c:217 +msgid "RPC: (unknown error code)" +msgstr "RPC: (�� �� ���� ���� �ڵ�)" + +#: sunrpc/clnt_perr.c:179 +msgid "RPC: Authentication error" +msgstr "RPC: ���� ����" + +#: sunrpc/clnt_perr.c:169 +msgid "RPC: Can't decode result" +msgstr "RPC: ����� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:167 +msgid "RPC: Can't encode arguments" +msgstr "RPC: ���ڸ� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:199 +msgid "RPC: Failed (unspecified error)" +msgstr "RPC: ���� (�������� ���� ����)" + +#: sunrpc/clnt_perr.c:177 +msgid "RPC: Incompatible versions of RPC" +msgstr "RPC: ȣȯ���� �ʴ� RPC ����" + +#: sunrpc/clnt_perr.c:195 +msgid "RPC: Port mapper failure" +msgstr "" + +#: sunrpc/clnt_perr.c:185 +msgid "RPC: Procedure unavailable" +msgstr "RPC: ���ν��� ��� �Ұ���" + +#: sunrpc/clnt_perr.c:197 +msgid "RPC: Program not registered" +msgstr "RPC: ���α��� ��ϵ��� ����" + +#: sunrpc/clnt_perr.c:181 +msgid "RPC: Program unavailable" +msgstr "RPC: ���α� ��� �Ұ���" + +#: sunrpc/clnt_perr.c:183 +msgid "RPC: Program/version mismatch" +msgstr "RPC: ���α�/���� ����ġ" + +#: sunrpc/clnt_perr.c:189 +msgid "RPC: Remote system error" +msgstr "RPC: ���� �ý��� ����" + +#: sunrpc/clnt_perr.c:187 +msgid "RPC: Server can't decode arguments" +msgstr "RPC: ������ ���ڸ� ��ȣȭ�� �� �����ϴ�" + +#: sunrpc/clnt_perr.c:165 +msgid "RPC: Success" +msgstr "RPC: ����" + +#: sunrpc/clnt_perr.c:175 +msgid "RPC: Timed out" +msgstr "RPC: �ð� �ʰ�" + +#: sunrpc/clnt_perr.c:173 +msgid "RPC: Unable to receive" +msgstr "RPC: ���� �� ����" + +#: sunrpc/clnt_perr.c:171 +msgid "RPC: Unable to send" +msgstr "RPC: ���� �� ����" + +#: sunrpc/clnt_perr.c:191 +msgid "RPC: Unknown host" +msgstr "RPC: �� �� ���� ȣ��Ʈ" + +#: sunrpc/clnt_perr.c:193 +msgid "RPC: Unknown protocol" +msgstr "RPC: �� �� ���� �Ծ�" + +#: sysdeps/mach/hurd/errlist.c:40 +msgid "Read-only file system" +msgstr "�б����� ���� �ý���" + +#: posix/regex.c:955 +msgid "Regular expression too big" +msgstr "���Խ��� �ʹ� Ů�ϴ�" + +#: sysdeps/mach/hurd/errlist.c:92 +msgid "Reserved error 82" +msgstr "����� ���� 82" + +#: sysdeps/mach/hurd/errlist.c:93 +msgid "Reserved error 83" +msgstr "����� ���� 83" + +#: sysdeps/mach/hurd/errlist.c:94 +msgid "Reserved error 84" +msgstr "����� ���� 84" + +#: sysdeps/mach/hurd/errlist.c:95 +msgid "Reserved error 85" +msgstr "����� ���� 85" + +#: sysdeps/mach/hurd/errlist.c:96 +msgid "Reserved error 86" +msgstr "����� ���� 86" + +#: sysdeps/mach/hurd/errlist.c:97 +msgid "Reserved error 87" +msgstr "����� ���� 87" + +#: sysdeps/mach/hurd/errlist.c:98 +msgid "Reserved error 88" +msgstr "����� ���� 88" + +#: sysdeps/mach/hurd/errlist.c:99 +msgid "Reserved error 89" +msgstr "����� ���� 89" + +#: sysdeps/mach/hurd/errlist.c:100 +msgid "Reserved error 90" +msgstr "����� ���� 90" + +#: sysdeps/mach/hurd/errlist.c:101 +msgid "Reserved error 91" +msgstr "����� ���� 91" + +#: sysdeps/mach/hurd/errlist.c:102 +msgid "Reserved error 92" +msgstr "����� ���� 92" + +#: sysdeps/mach/hurd/errlist.c:103 +msgid "Reserved error 93" +msgstr "����� ���� 93" + +#: sysdeps/mach/hurd/errlist.c:104 +msgid "Reserved error 94" +msgstr "����� ���� 94" + +#: sysdeps/mach/hurd/errlist.c:105 +msgid "Reserved error 95" +msgstr "����� ���� 95" + +#: sysdeps/mach/hurd/errlist.c:106 +msgid "Reserved error 96" +msgstr "����� ���� 96" + +#: sysdeps/mach/hurd/errlist.c:107 +msgid "Reserved error 97" +msgstr "����� ���� 97" + +#: sysdeps/mach/hurd/errlist.c:108 +msgid "Reserved error 98" +msgstr "����� ���� 98" + +#: sysdeps/mach/hurd/errlist.c:109 +msgid "Reserved error 99" +msgstr "����� ���� 99" + +#: resolv/herror.c:72 +msgid "Resolver Error 0 (no error)" +msgstr "" + +#: resolv/herror.c:114 +msgid "Resolver internal error" +msgstr "���ֹ� ���� ����" + +#: sysdeps/mach/hurd/errlist.c:21 +msgid "Resource deadlock avoided" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:45 +msgid "Resource temporarily unavailable" +msgstr "�ڿ��� �Ͻ������� ��� �Ұ�����" + +#: i486-linux/siglist.c:19 +msgid "Segmentation fault" +msgstr "" + +#: sunrpc/clnt_perr.c:280 +msgid "Server rejected credential" +msgstr "" + +#: sunrpc/clnt_perr.c:284 +msgid "Server rejected verifier" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:66 +msgid "Socket is already connected" +msgstr "������ �̹� ����Ǿ� �ֽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:67 +msgid "Socket is not connected" +msgstr "������ ����Ǿ� ���� �ʽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:48 +msgid "Socket operation on non-socket" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:54 +msgid "Socket type not supported" +msgstr "���� Ÿ���� �������� �ʽ��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:63 +msgid "Software caused connection abort" +msgstr "����Ʈ��� ���� �ߴ��� �ʷ��߽��ϴ�" + +#: sysdeps/mach/hurd/errlist.c:80 +msgid "Stale NFS file handle" +msgstr "" + +#: i486-linux/siglist.c:28 +msgid "Stopped" +msgstr "������" + +#: i486-linux/siglist.c:27 +msgid "Stopped (signal)" +msgstr "������ (��ȣ)" + +#: i486-linux/siglist.c:29 +msgid "Stopped (tty input)" +msgstr "������ (tty �Է�)" + +#: i486-linux/siglist.c:30 +msgid "Stopped (tty output)" +msgstr "������ (tty ���)" + +#: posix/regex.c:940 sysdeps/mach/hurd/errlist.c:10 +msgid "Success" +msgstr "����" + +#: i486-linux/siglist.c:23 +msgid "Terminated" +msgstr "�����" + +#: sysdeps/mach/hurd/errlist.c:36 +msgid "Text file busy" +msgstr "���� ���� �����" + +#: sysdeps/mach/hurd/errlist.c:81 +msgid "Too many levels of remote in path" +msgstr "���� ����� �ܰ谡 �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:72 +msgid "Too many levels of symbolic links" +msgstr "��ȣ ������ �ܰ谡 �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:41 +msgid "Too many links" +msgstr "������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:34 +msgid "Too many open files" +msgstr "���� ������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:33 +msgid "Too many open files in system" +msgstr "�ý��ۿ� ���� ������ �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:77 +msgid "Too many processes" +msgstr "���μ����� �ʹ� ����" + +#: sysdeps/mach/hurd/errlist.c:69 +msgid "Too many references: can't splice" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:78 +msgid "Too many users" +msgstr "����ڰ� �ʹ� �����ϴ�" + +#: i486-linux/siglist.c:13 +msgid "Trace/breakpoint trap" +msgstr "" + +#: posix/regex.c:945 +msgid "Trailing backslash" +msgstr "" + +#: sysdeps/mach/hurd/errlist.c:111 +msgid "Translator died" +msgstr "�����Ⱑ ����" + +#: inet/rcmd.c:118 +msgid "Trying %s...\n" +msgstr "%s �õ���...\n" + +#: ../sysdeps/mach/_strerror.c:58 string/../sysdeps/generic/_strerror.c:36 +msgid "Unknown error " +msgstr "�� �� ���� ����" + +#: resolv/herror.c:73 +msgid "Unknown host" +msgstr "�� �� ���� ȣ��Ʈ" + +#: resolv/herror.c:117 +msgid "Unknown resolver error" +msgstr "�� �� ���� ���ֹ� ����" + +#: resolv/herror.c:75 +msgid "Unknown server error" +msgstr "�� �� ���� ���� ����" + +#: string/strsignal.c:40 +#, c-format +msgid "Unknown signal %d" +msgstr "�� �� ���� ��ȣ %d" + +#: misc/error.c:92 +msgid "Unknown system error" +msgstr "�� �� ���� �ý��� ����" + +#: posix/regex.c:948 +msgid "Unmatched ( or \\(" +msgstr "¦�� ���� �ʴ� ( �Ǵ� \\(" + +#: posix/regex.c:956 +msgid "Unmatched ) or \\)" +msgstr "¦�� ���� �ʴ� ) �Ǵ� \\)" + +#: posix/regex.c:947 +msgid "Unmatched [ or [^" +msgstr "¦�� ���� �ʴ� [ �Ǵ� [^" + +#: posix/regex.c:949 +msgid "Unmatched \\{" +msgstr "¦�� ���� �ʴ� \\{" + +#: i486-linux/siglist.c:31 +msgid "Urgent I/O condition" +msgstr "�ñ��� ����� ��Ȳ" + +#: i486-linux/siglist.c:18 +msgid "User defined signal 1" +msgstr "����� ���� ��ȣ 1" + +#: i486-linux/siglist.c:20 +msgid "User defined signal 2" +msgstr "����� ��ȣ ��ȣ 2" + +#: i486-linux/siglist.c:34 +msgid "Virtual timer expired" +msgstr "���� Ÿ�̸��� �ð��� �ʰ���" + +#: i486-linux/siglist.c:36 +msgid "Window changed" +msgstr "������ �����" + +#: sysdeps/mach/hurd/errlist.c:113 +msgid "You really blew it this time" +msgstr "" + +#: sunrpc/rpc_parse.c:326 +msgid "array declaration expected" +msgstr "" + +#: sunrpc/auth_unix.c:314 +msgid "auth_none.c - Fatal marshalling problem" +msgstr "" + +#: inet/rcmd.c:327 +msgid "bad .rhosts owner" +msgstr "�߸��� .rhosts ������" + +#: malloc/mcheck.c:174 +msgid "block freed twice" +msgstr "������ �ι� �������" + +#: malloc/mcheck.c:177 +msgid "bogus mcheck_status, library is buggy" +msgstr "���� mcheck_status, ���̺귯���� ���װ� ���۹����մϴ�" + +#: sunrpc/pmap_rmt.c:177 +msgid "broadcast: ioctl (get interface configuration)" +msgstr "" + +#: sunrpc/pmap_rmt.c:184 +msgid "broadcast: ioctl (get interface flags)" +msgstr "" + +#: sunrpc/svc_udp.c:398 +msgid "cache_set: victim not found" +msgstr "cache_set: �������� ã�� ������" + +#: sunrpc/svc_simple.c:64 +msgid "can't reassign procedure number %d\n" +msgstr "���ν��� ��ȣ %d�� �������� �� �����ϴ�\n" + +#: sunrpc/clnt_raw.c:106 +msgid "clnt_raw.c - Fatal header serialization error." +msgstr "" + +#: inet/rcmd.c:112 +msgid "connect to address %s: " +msgstr "�ּ� %s�� ����: " + +#: sunrpc/rpc_scan.c:109 +msgid "constant or identifier expected" +msgstr "" + +#: sunrpc/svc_simple.c:70 +msgid "couldn't create an rpc server\n" +msgstr "rpc ������ ���� �� �����ϴ�\n" + +#: sunrpc/svc_simple.c:77 +msgid "couldn't register prog %d vers %d\n" +msgstr "���α� %d ���� %d�� ����� �� �����ϴ�\n" + +#: sunrpc/rpc_parse.c:77 +msgid "definition keyword expected" +msgstr "" + +#: sunrpc/svc_udp.c:344 +msgid "enablecache: cache already enabled" +msgstr "enablecache: ij���� �̹� Ȱ��ȭ�Ǿ� ����" + +#: sunrpc/svc_udp.c:349 +msgid "enablecache: could not allocate cache" +msgstr "enablecache: ij���� �Ҵ��� �� �����ϴ�" + +#: sunrpc/svc_udp.c:356 +msgid "enablecache: could not allocate cache data" +msgstr "enablecache: ij�� �ڷḦ �Ҵ��� �� �����ϴ�" + +#: sunrpc/svc_udp.c:362 +msgid "enablecache: could not allocate cache fifo" +msgstr "enablecache: ij�� fifo�� �Ҵ��� �� �����ϴ�" + +#: sunrpc/rpc_util.c:300 +msgid "expected '%s'" +msgstr "" + +#: sunrpc/rpc_util.c:312 +msgid "expected '%s' or '%s'" +msgstr "" + +#: sunrpc/rpc_util.c:325 +msgid "expected '%s', '%s' or '%s'" +msgstr "" + +#: sunrpc/rpc_parse.c:384 +msgid "expected type specifier" +msgstr "" + +#: sunrpc/get_myaddr.c:73 +msgid "get_myaddress: ioctl (get interface configuration)" +msgstr "" + +#: sunrpc/rpc_scan.c:281 +msgid "illegal character in file: " +msgstr "���Ͽ� �߸��� ���ڰ� ����: " + +#: sunrpc/rpc_parse.c:146 +msgid "illegal result type" +msgstr "�߸��� ��� Ÿ��" + +#: malloc/mcheck.c:168 +msgid "memory clobbered before allocated block" +msgstr "" + +#: malloc/mcheck.c:171 +msgid "memory clobbered past end of allocated block" +msgstr "" + +#: malloc/mcheck.c:165 +msgid "memory is consistent, library is buggy" +msgstr "�� �߰�������, ���̺귯���� ���װ� ���۹����մϴ�" + +#: sunrpc/svc_simple.c:140 +msgid "never registered prog %d\n" +msgstr "���� ��ϵ��� ���� ���α� %d\n" + +#: rpc_parse.c:313 sunrpc/rpc_parse.c:305 +msgid "no array-of-pointer declarations -- use typedef" +msgstr "������ �迭 ������ �����ϴ� -- typedef�� ����ϼ���" + +#: rpc_scan.c:464 sunrpc/rpc_scan.c:456 +msgid "preprocessor error" +msgstr "��ó���� ����" + +#: inet/rcmd.c:154 +msgid "rcmd: select (setting up stderr): %s\n" +msgstr "rcmd: ���� (ǥ�ؿ��� ����): %s\n" + +#: inet/rcmd.c:86 +msgid "rcmd: socket: All ports in use\n" +msgstr "rcmd: socket: ��� ��Ʈ�� �����\n" + +#: inet/rcmd.c:141 +msgid "rcmd: write (setting up stderr): %s\n" +msgstr "rcmd: ���� (ǥ�ؿ��� ����): %s\n" + +#: sunrpc/svc_simple.c:83 +msgid "registerrpc: out of memory\n" +msgstr "registerrpc: �� ����" + +#: inet/rcmd.c:158 +msgid "select: protocol failure in circuit setup\n" +msgstr "" + +#: inet/rcmd.c:176 +msgid "socket: protocol failure in circuit setup.\n" +msgstr "" + +#: sunrpc/svc_tcp.c:199 svc_tcp.c:204 +msgid "svc_tcp: makefd_xprt: out of memory\n" +msgstr "svc_tcp: makefc_xprt: �� ����" + +#: sunrpc/svc_tcp.c:147 +msgid "svctcp_.c - cannot getsockname or listen" +msgstr "" + +#: sunrpc/svc_tcp.c:134 +msgid "svctcp_.c - udp socket creation problem" +msgstr "svctcp_.c - udp ���� ���� ����" + +#: sunrpc/svc_tcp.c:154 svc_tcp.c:161 +msgid "svctcp_create: out of memory\n" +msgstr "svctcp_create: �� ����\n" + +#: sunrpc/svc_udp.c:119 +msgid "svcudp_create - cannot getsockname" +msgstr "svcudp_create - getsockname �Ұ���" + +#: sunrpc/svc_udp.c:107 +msgid "svcudp_create: socket creation problem" +msgstr "svcudp_create: ���� ���� ����" + +#: sunrpc/rpc_util.c:285 +msgid "too many files!\n" +msgstr "������ �ʹ� �����ϴ�!\n" + +#: sunrpc/svc_simple.c:132 +msgid "trouble replying to prog %d\n" +msgstr "" + +#: i486-linux/siglist.c:8 i486-linux/siglist.c:24 i486-linux/siglist.c:39 +msgid "unknown signal" +msgstr "�� �� ���� ��ȣ" + +#: sunrpc/rpc_scan.c:319 +msgid "unterminated string constant" +msgstr "������� ���� ���ڿ� ���" + +#: sunrpc/rpc_main.c:75 +msgid "usage: %s infile\n" +msgstr "����: %s �Է�����\n" + +#: sunrpc/rpc_parse.c:330 +msgid "variable-length array declaration expected" +msgstr "" + +#: sunrpc/rpc_parse.c:370 +msgid "voids allowed only inside union and program definitions" +msgstr "void�� ���� ����ü�� ���α� ���� �������� ���˴ϴ�" + diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 8c8be26b92..ec9df85047 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -1,4 +1,6 @@ sys/acct.h +sys/acct.h +sys/quota.h sys/socketcall.h sys/sysctl.h sys/timex.h diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h new file mode 100644 index 0000000000..d897b791cd --- /dev/null +++ b/sysdeps/unix/sysv/linux/sys/quota.h @@ -0,0 +1,2 @@ +/* The kernel header file contains all declarations and definitions. */ +#include <linux/quota.h> |