[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r21969 - in /fsf/trunk/libc: ChangeLog NEWS manual/argp.texi manual/conf.texi po/cs.po po/de.po po/eo.po po/nl.po



Author: eglibc
Date: Wed Dec 12 00:02:12 2012
New Revision: 21969

Log:
Import glibc-mainline for 2012-12-12

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/NEWS
    fsf/trunk/libc/manual/argp.texi
    fsf/trunk/libc/manual/conf.texi
    fsf/trunk/libc/po/cs.po
    fsf/trunk/libc/po/de.po
    fsf/trunk/libc/po/eo.po
    fsf/trunk/libc/po/nl.po

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed Dec 12 00:02:12 2012
@@ -1,3 +1,21 @@
+2012-12-11  David S. Miller  <davem@xxxxxxxxxxxxx>
+
+	* po/cs.po: Update from translation team.
+
+	* po/de.po: Update from translation team.
+	* po/eo.po: Likewise.
+	* po/nl.po: Likewise.
+
+2012-12-11  Siddhesh Poyarekar  <siddhesh@xxxxxxxxxx>
+
+	[BZ #14246]
+	* manual/argp.texi (Argp Helper Functions): Move node to follow
+	Argp Parsing State.
+
+	[BZ #14872]
+	* manual/conf.texi (Limits on File System Capacity): Mention if
+	terminating null is included in the max size.
+
 2012-12-10  Andreas Jaeger  <aj@xxxxxxx>
 
 	* po/cs.po: Update from translation team.

Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Wed Dec 12 00:02:12 2012
@@ -14,16 +14,16 @@
   12140, 13013, 13412, 13542, 13601, 13603, 13604, 13629, 13679, 13696,
   13698, 13717, 13741, 13759, 13761, 13763, 13881, 13939, 13950, 13952,
   13966, 14042, 14047, 14090, 14150, 14151, 14152, 14154, 14157, 14166,
-  14173, 14195, 14197, 14237, 14251, 14252, 14283, 14298, 14303, 14307,
-  14328, 14331, 14336, 14337, 14347, 14349, 14368, 14376, 14417, 14447,
-  14459, 14476, 14477, 14501, 14505, 14510, 14516, 14518, 14519, 14530,
-  14532, 14538, 14543, 14544, 14545, 14557, 14562, 14568, 14576, 14579,
-  14583, 14587, 14595, 14602, 14610, 14621, 14638, 14645, 14648, 14652,
-  14660, 14661, 14669, 14672, 14683, 14694, 14716, 14719, 14743, 14767,
-  14783, 14784, 14785, 14793, 14796, 14797, 14801, 14803, 14805, 14807,
-  14811, 14815, 14821, 14822, 14824, 14828, 14831, 14833, 14835, 14838,
-  14856, 14863, 14865, 14866, 14868, 14869, 14871, 14879, 14889, 14893,
-  14898, 14914.
+  14173, 14195, 14197, 14237, 14246, 14251, 14252, 14283, 14298, 14303,
+  14307, 14328, 14331, 14336, 14337, 14347, 14349, 14368, 14376, 14417,
+  14447, 14459, 14476, 14477, 14501, 14505, 14510, 14516, 14518, 14519,
+  14530, 14532, 14538, 14543, 14544, 14545, 14557, 14562, 14568, 14576,
+  14579, 14583, 14587, 14595, 14602, 14610, 14621, 14638, 14645, 14648,
+  14652, 14660, 14661, 14669, 14672, 14683, 14694, 14716, 14719, 14743,
+  14767, 14783, 14784, 14785, 14793, 14796, 14797, 14801, 14803, 14805,
+  14807, 14811, 14815, 14821, 14822, 14824, 14828, 14831, 14833, 14835,
+  14838, 14856, 14863, 14865, 14866, 14868, 14869, 14871, 14872, 14879,
+  14889, 14893, 14898, 14914.
 
 * CVE-2011-4609 svc_run() produces high cpu usage when accept fails with
   EMFILE has been fixed (Bugzilla #14889).

Modified: fsf/trunk/libc/manual/argp.texi
==============================================================================
--- fsf/trunk/libc/manual/argp.texi (original)
+++ fsf/trunk/libc/manual/argp.texi Wed Dec 12 00:02:12 2012
@@ -561,6 +561,92 @@
 @code{ARGP_KEY_ERROR}.  No further calls are made, except the final call
 with @code{ARGP_KEY_FINI}.
 
+@node Argp Parsing State, Argp Helper Functions, Argp Special Keys, Argp Parser Functions
+@subsubsection Argp Parsing State
+
+The third argument to argp parser functions (@pxref{Argp Parser
+Functions}) is a pointer to a @code{struct argp_state}, which contains
+information about the state of the option parsing.
+
+@comment argp.h
+@comment GNU
+@deftp {Data Type} {struct argp_state}
+This structure has the following fields, which may be modified as noted:
+
+@table @code
+@item const struct argp *const root_argp
+The top level argp parser being parsed.  Note that this is often
+@emph{not} the same @code{struct argp} passed into @code{argp_parse} by
+the invoking program.  @xref{Argp}.  It is an internal argp parser that
+contains options implemented by @code{argp_parse} itself, such as
+@samp{--help}.
+
+@item int argc
+@itemx char **argv
+The argument vector being parsed.  This may be modified.
+
+@item int next
+The index in @code{argv} of the next argument to be parsed.  This may be
+modified.
+
+One way to consume all remaining arguments in the input is to set
+@code{@var{state}->next = @var{state}->argc}, perhaps after recording
+the value of the @code{next} field to find the consumed arguments.  The
+current option can be re-parsed immediately by decrementing this field,
+then modifying @code{@var{state}->argv[@var{state}->next]} to reflect
+the option that should be reexamined.
+
+@item unsigned flags
+The flags supplied to @code{argp_parse}.  These may be modified, although
+some flags may only take effect when @code{argp_parse} is first
+invoked.  @xref{Argp Flags}.
+
+@item unsigned arg_num
+While calling a parsing function with the @var{key} argument
+@code{ARGP_KEY_ARG}, this represents the number of the current arg,
+starting at 0.  It is incremented after each @code{ARGP_KEY_ARG} call
+returns.  At all other times, this is the number of @code{ARGP_KEY_ARG}
+arguments that have been processed.
+
+@item int quoted
+If non-zero, the index in @code{argv} of the first argument following a
+special @samp{--} argument.  This prevents anything that follows from
+being interpreted as an option.  It is only set after argument parsing
+has proceeded past this point.
+
+@item void *input
+An arbitrary pointer passed in from the caller of @code{argp_parse}, in
+the @var{input} argument.
+
+@item void **child_inputs
+These are values that will be passed to child parsers.  This vector will
+be the same length as the number of children in the current parser.  Each
+child parser will be given the value of
+@code{@var{state}->child_inputs[@var{i}]} as @emph{its}
+@code{@var{state}->input} field, where @var{i} is the index of the child
+in the this parser's @code{children} field.  @xref{Argp Children}.
+
+@item void *hook
+For the parser function's use.  Initialized to 0, but otherwise ignored
+by argp.
+
+@item char *name
+The name used when printing messages.  This is initialized to
+@code{argv[0]}, or @code{program_invocation_name} if @code{argv[0]} is
+unavailable.
+
+@item FILE *err_stream
+@itemx FILE *out_stream
+The stdio streams used when argp prints.  Error messages are printed to
+@code{err_stream}, all other output, such as @samp{--help} output) to
+@code{out_stream}.  These are initialized to @code{stderr} and
+@code{stdout} respectively.  @xref{Standard Streams}.
+
+@item void *pstate
+Private, for use by the argp implementation.
+@end table
+@end deftp
+
 @node Argp Helper Functions, , Argp Parsing State, Argp Parser Functions
 @subsubsection Functions For Use in Argp Parsers
 
@@ -639,92 +725,6 @@
 @noindent
 If a parser function will @emph{only} be used when @code{ARGP_NO_EXIT}
 is not set, the return may be omitted.
-
-@node Argp Parsing State, Argp Helper Functions, Argp Special Keys, Argp Parser Functions
-@subsubsection Argp Parsing State
-
-The third argument to argp parser functions (@pxref{Argp Parser
-Functions}) is a pointer to a @code{struct argp_state}, which contains
-information about the state of the option parsing.
-
-@comment argp.h
-@comment GNU
-@deftp {Data Type} {struct argp_state}
-This structure has the following fields, which may be modified as noted:
-
-@table @code
-@item const struct argp *const root_argp
-The top level argp parser being parsed.  Note that this is often
-@emph{not} the same @code{struct argp} passed into @code{argp_parse} by
-the invoking program.  @xref{Argp}.  It is an internal argp parser that
-contains options implemented by @code{argp_parse} itself, such as
-@samp{--help}.
-
-@item int argc
-@itemx char **argv
-The argument vector being parsed.  This may be modified.
-
-@item int next
-The index in @code{argv} of the next argument to be parsed.  This may be
-modified.
-
-One way to consume all remaining arguments in the input is to set
-@code{@var{state}->next = @var{state}->argc}, perhaps after recording
-the value of the @code{next} field to find the consumed arguments.  The
-current option can be re-parsed immediately by decrementing this field,
-then modifying @code{@var{state}->argv[@var{state}->next]} to reflect
-the option that should be reexamined.
-
-@item unsigned flags
-The flags supplied to @code{argp_parse}.  These may be modified, although
-some flags may only take effect when @code{argp_parse} is first
-invoked.  @xref{Argp Flags}.
-
-@item unsigned arg_num
-While calling a parsing function with the @var{key} argument
-@code{ARGP_KEY_ARG}, this represents the number of the current arg,
-starting at 0.  It is incremented after each @code{ARGP_KEY_ARG} call
-returns.  At all other times, this is the number of @code{ARGP_KEY_ARG}
-arguments that have been processed.
-
-@item int quoted
-If non-zero, the index in @code{argv} of the first argument following a
-special @samp{--} argument.  This prevents anything that follows from
-being interpreted as an option.  It is only set after argument parsing
-has proceeded past this point.
-
-@item void *input
-An arbitrary pointer passed in from the caller of @code{argp_parse}, in
-the @var{input} argument.
-
-@item void **child_inputs
-These are values that will be passed to child parsers.  This vector will
-be the same length as the number of children in the current parser.  Each
-child parser will be given the value of
-@code{@var{state}->child_inputs[@var{i}]} as @emph{its}
-@code{@var{state}->input} field, where @var{i} is the index of the child
-in the this parser's @code{children} field.  @xref{Argp Children}.
-
-@item void *hook
-For the parser function's use.  Initialized to 0, but otherwise ignored
-by argp.
-
-@item char *name
-The name used when printing messages.  This is initialized to
-@code{argv[0]}, or @code{program_invocation_name} if @code{argv[0]} is
-unavailable.
-
-@item FILE *err_stream
-@itemx FILE *out_stream
-The stdio streams used when argp prints.  Error messages are printed to
-@code{err_stream}, all other output, such as @samp{--help} output) to
-@code{out_stream}.  These are initialized to @code{stderr} and
-@code{stdout} respectively.  @xref{Standard Streams}.
-
-@item void *pstate
-Private, for use by the argp implementation.
-@end table
-@end deftp
 
 @node Argp Children, Argp Help Filtering, Argp Parser Functions, Argp Parsers
 @subsection Combining Multiple Argp Parsers

Modified: fsf/trunk/libc/manual/conf.texi
==============================================================================
--- fsf/trunk/libc/manual/conf.texi (original)
+++ fsf/trunk/libc/manual/conf.texi Wed Dec 12 00:02:12 2012
@@ -1147,14 +1147,16 @@
 @comment limits.h
 @comment POSIX.1
 @deftypevr Macro int NAME_MAX
-The uniform system limit (if any) for the length of a file name component.
+The uniform system limit (if any) for the length of a file name component, not
+including the terminating null character.
 @end deftypevr
 
 @comment limits.h
 @comment POSIX.1
 @deftypevr Macro int PATH_MAX
 The uniform system limit (if any) for the length of an entire file name (that
-is, the argument given to system calls such as @code{open}).
+is, the argument given to system calls such as @code{open}), including the
+terminating null character.
 @end deftypevr
 
 @cindex limits, pipe buffer size

Modified: fsf/trunk/libc/po/cs.po
==============================================================================
--- fsf/trunk/libc/po/cs.po (original)
+++ fsf/trunk/libc/po/cs.po Wed Dec 12 00:02:12 2012
@@ -22,9 +22,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: libc 2.16-pre1\n"
-"POT-Creation-Date: 2012-06-21 07:51-0700\n"
-"PO-Revision-Date: 2012-12-10 19:54+0100\n"
+"Project-Id-Version: libc 2.17-pre1\n"
+"POT-Creation-Date: 2012-12-07 15:10-0500\n"
+"PO-Revision-Date: 2012-12-11 19:50+0100\n"
 "Last-Translator: Petr Pisar <petr.pisar@xxxxxxxx>\n"
 "Language-Team: Czech <translation-team-cs@xxxxxxxxxxxxxxxxxxxxx>\n"
 "Language: cs\n"
@@ -32,43 +32,43 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: argp/argp-help.c:226
+#: argp/argp-help.c:227
 #, c-format
 msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
 msgstr "%.*s: Parametr ARGP_HELP_FMT vyÃÂaduje hodnotu"
 
-#: argp/argp-help.c:236
+#: argp/argp-help.c:237
 #, c-format
 msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
 msgstr "%.*s: NeznÃÂmÃÂ parametr ARGP_HELP_FMT"
 
-#: argp/argp-help.c:249
+#: argp/argp-help.c:250
 #, c-format
 msgid "Garbage in ARGP_HELP_FMT: %s"
 msgstr "Nesmysly v ARGP_HELP_FMT: %s"
 
-#: argp/argp-help.c:1213
+#: argp/argp-help.c:1214
 msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options."
 msgstr "Argumenty poÃÂadovanÃÂ dlouhÃÂmi pÃÂepÃÂnaÃÂi jsou takÃÂ poÃÂadovÃÂny jejich krÃÂtkÃÂmi formami."
 
-#: argp/argp-help.c:1599
+#: argp/argp-help.c:1600
 msgid "Usage:"
 msgstr "PouÃÂitÃÂ:"
 
-#: argp/argp-help.c:1603
+#: argp/argp-help.c:1604
 msgid "  or: "
 msgstr "  nebo: "
 
-#: argp/argp-help.c:1615
+#: argp/argp-help.c:1616
 msgid " [OPTION...]"
 msgstr " [PÃÂEPÃÂNAÃÂÃÂÂ]"
 
-#: argp/argp-help.c:1642
+#: argp/argp-help.c:1643
 #, c-format
 msgid "Try `%s --help' or `%s --usage' for more information.\n"
 msgstr "VÃÂce informacÃÂ zÃÂskÃÂte pÃÂÃÂkazy ÃÂÂ%s --helpÃÂÂ nebo ÃÂÂ%s --usageÃÂÂ.\n"
 
-#: argp/argp-help.c:1670
+#: argp/argp-help.c:1671
 #, c-format
 msgid "Report bugs to %s.\n"
 msgstr ""
@@ -123,7 +123,7 @@
 "%s%s%s:%u: %s%sPÃÂedpoklad ÃÂÂ%sÃÂÂ nesplnÃÂn.\n"
 "%n"
 
-#: catgets/gencat.c:109 catgets/gencat.c:113 nscd/nscd.c:115 nss/makedb.c:118
+#: catgets/gencat.c:109 catgets/gencat.c:113 nscd/nscd.c:115 nss/makedb.c:119
 msgid "NAME"
 msgstr "NÃÂZEV"
 
@@ -137,7 +137,7 @@
 msgid "Do not use existing catalog, force new output file"
 msgstr " NepouÃÂÃÂvÃÂ existujÃÂcÃÂ katalog, vytvoÃÂÃÂ novÃÂ vÃÂstupnÃÂ soubor"
 
-#: catgets/gencat.c:113 nss/makedb.c:118
+#: catgets/gencat.c:113 nss/makedb.c:119
 msgid "Write output to file NAME"
 msgstr "ZapsÃÂnÃÂ vÃÂstup do souboru SOUBOR"
 
@@ -157,28 +157,27 @@
 "-o VÃÂSTUPNÃÂ_SOUBOR [VSTUPNÃÂ_SOUBOR]ÃÂÂ\n"
 "[ VÃÂSTUPNÃÂ_SOUBOR [VSTUPNÃÂ_SOUBOR]ÃÂÂ]"
 
-#: catgets/gencat.c:234 debug/pcprofiledump.c:207 debug/xtrace.sh:57
-#: elf/ldconfig.c:301 elf/ldd.bash.in:55 elf/pldd.c:56 elf/sln.c:85
-#: elf/sotruss.ksh:49 elf/sprof.c:370 iconv/iconv_prog.c:407
-#: iconv/iconvconfig.c:382 locale/programs/locale.c:278
-#: locale/programs/localedef.c:367 login/programs/pt_chown.c:91
-#: malloc/memusage.sh:64 malloc/memusagestat.c:538 nscd/nscd.c:456
-#: nss/getent.c:965 nss/makedb.c:369 posix/getconf.c:1121
-#: sunrpc/rpc_main.c:1446 sunrpc/rpcinfo.c:691
+#: catgets/gencat.c:235 debug/pcprofiledump.c:208 elf/ldconfig.c:302
+#: elf/pldd.c:222 elf/sln.c:85 elf/sprof.c:371 iconv/iconv_prog.c:408
+#: iconv/iconvconfig.c:383 locale/programs/locale.c:279
+#: locale/programs/localedef.c:363 login/programs/pt_chown.c:88
+#: malloc/memusagestat.c:536 nscd/nscd.c:459 nss/getent.c:965 nss/makedb.c:371
+#: posix/getconf.c:1121 sunrpc/rpcinfo.c:691
 #: sysdeps/unix/sysv/linux/lddlibc4.c:61
+#, c-format
 msgid ""
 "For bug reporting instructions, please see:\n"
-"<http://www.gnu.org/software/libc/bugs.html>.\n"
+"%s.\n"
 msgstr ""
 "Rady, jak nahlÃÂsit chybu, naleznete na:\n"
-"<http://www.gnu.org/software/libc/bugs.html>.\n"
-
-#: catgets/gencat.c:248 debug/pcprofiledump.c:221 debug/xtrace.sh:65
-#: elf/ldconfig.c:315 elf/ldd.bash.in:38 elf/pldd.c:220 elf/sotruss.ksh:76
-#: elf/sprof.c:385 iconv/iconv_prog.c:422 iconv/iconvconfig.c:397
-#: locale/programs/locale.c:293 locale/programs/localedef.c:383
-#: login/programs/pt_chown.c:62 malloc/memusage.sh:72
-#: malloc/memusagestat.c:556 nscd/nscd.c:470 nss/getent.c:86 nss/makedb.c:383
+"%s.\n"
+
+#: catgets/gencat.c:251 debug/pcprofiledump.c:224 debug/xtrace.sh:64
+#: elf/ldconfig.c:318 elf/ldd.bash.in:38 elf/pldd.c:238 elf/sotruss.ksh:75
+#: elf/sprof.c:388 iconv/iconv_prog.c:425 iconv/iconvconfig.c:400
+#: locale/programs/locale.c:296 locale/programs/localedef.c:389
+#: login/programs/pt_chown.c:62 malloc/memusage.sh:71
+#: malloc/memusagestat.c:552 nscd/nscd.c:475 nss/getent.c:86 nss/makedb.c:387
 #: posix/getconf.c:1103 sysdeps/unix/sysv/linux/lddlibc4.c:68
 #, c-format
 msgid ""
@@ -191,96 +190,96 @@
 "naleznete ve zdrojovÃÂch textech. Toto programovÃÂ vybavenÃÂ je zcela BEZ ZÃÂRUKY,\n"
 "a to iÃÂbez zÃÂruky PRODEJNOSTI nebo VHODNOSTI PRO NÃÂJAKÃÂ KONKRÃÂTNÃÂ ÃÂÃÂEL.\n"
 
-#: catgets/gencat.c:253 debug/pcprofiledump.c:226 debug/xtrace.sh:69
-#: elf/ldconfig.c:320 elf/pldd.c:225 elf/sprof.c:391 iconv/iconv_prog.c:427
-#: iconv/iconvconfig.c:402 locale/programs/locale.c:298
-#: locale/programs/localedef.c:388 malloc/memusage.sh:76
-#: malloc/memusagestat.c:561 nscd/nscd.c:475 nss/getent.c:91 nss/makedb.c:388
+#: catgets/gencat.c:256 debug/pcprofiledump.c:229 debug/xtrace.sh:68
+#: elf/ldconfig.c:323 elf/pldd.c:243 elf/sprof.c:394 iconv/iconv_prog.c:430
+#: iconv/iconvconfig.c:405 locale/programs/locale.c:301
+#: locale/programs/localedef.c:394 malloc/memusage.sh:75
+#: malloc/memusagestat.c:557 nscd/nscd.c:480 nss/getent.c:91 nss/makedb.c:392
 #: posix/getconf.c:1108
 #, c-format
 msgid "Written by %s.\n"
 msgstr "Autor: %s.\n"
 
-#: catgets/gencat.c:284
+#: catgets/gencat.c:287
 msgid "*standard input*"
 msgstr "*standardnÃÂ vstup*"
 
-#: catgets/gencat.c:290 iconv/iconv_charmap.c:171 iconv/iconv_prog.c:293
-#: nss/makedb.c:247
+#: catgets/gencat.c:293 iconv/iconv_charmap.c:169 iconv/iconv_prog.c:293
+#: nss/makedb.c:248
 #, c-format
 msgid "cannot open input file `%s'"
 msgstr "vstupnÃÂ soubor ÃÂÂ%sÃÂÂ nelze otevÃÂÃÂt"
 
-#: catgets/gencat.c:419 catgets/gencat.c:494
+#: catgets/gencat.c:422 catgets/gencat.c:497
 msgid "illegal set number"
 msgstr "nepovolenÃÂ ÃÂÃÂslo sady"
 
-#: catgets/gencat.c:446
+#: catgets/gencat.c:449
 msgid "duplicate set definition"
 msgstr "duplicitnÃÂ definice sady"
 
-#: catgets/gencat.c:448 catgets/gencat.c:620 catgets/gencat.c:672
+#: catgets/gencat.c:451 catgets/gencat.c:623 catgets/gencat.c:675
 msgid "this is the first definition"
 msgstr "toto je prvnÃÂ definice"
 
-#: catgets/gencat.c:519
+#: catgets/gencat.c:522
 #, c-format
 msgid "unknown set `%s'"
 msgstr "neznÃÂmÃÂ sada ÃÂÂ%sÃÂÂ"
 
-#: catgets/gencat.c:560
+#: catgets/gencat.c:563
 msgid "invalid quote character"
 msgstr "chybnÃÂ znak sÃÂuvozovkami"
 
-#: catgets/gencat.c:573
+#: catgets/gencat.c:576
 #, c-format
 msgid "unknown directive `%s': line ignored"
 msgstr "neznÃÂmÃÂ direktiva ÃÂÂ%sÃÂÂ: ÃÂÃÂdek ignorovÃÂn"
 
-#: catgets/gencat.c:618
+#: catgets/gencat.c:621
 msgid "duplicated message number"
 msgstr "duplicitnÃÂ ÃÂÃÂslo zprÃÂvy"
 
-#: catgets/gencat.c:669
+#: catgets/gencat.c:672
 msgid "duplicated message identifier"
 msgstr "duplicitnÃÂ identifikÃÂtor zprÃÂvy"
 
-#: catgets/gencat.c:726
+#: catgets/gencat.c:729
 msgid "invalid character: message ignored"
 msgstr "chybnÃÂ znak: zprÃÂva ignorovÃÂna"
 
-#: catgets/gencat.c:769
+#: catgets/gencat.c:772
 msgid "invalid line"
 msgstr "chybnÃÂ ÃÂÃÂdek"
 
-#: catgets/gencat.c:823
+#: catgets/gencat.c:826
 msgid "malformed line ignored"
 msgstr "deformovanÃÂ ÃÂÃÂdek budeÃÂignorovÃÂn"
 
-#: catgets/gencat.c:987 catgets/gencat.c:1028
+#: catgets/gencat.c:990 catgets/gencat.c:1031
 #, c-format
 msgid "cannot open output file `%s'"
 msgstr "vÃÂstupnÃÂ soubor ÃÂÂ%sÃÂÂ nelze otevÃÂÃÂt"
 
-#: catgets/gencat.c:1190 locale/programs/linereader.c:559
+#: catgets/gencat.c:1193 locale/programs/linereader.c:559
 msgid "invalid escape sequence"
 msgstr "chybnÃÂ escape sekvence"
 
-#: catgets/gencat.c:1212
+#: catgets/gencat.c:1215
 msgid "unterminated message"
 msgstr "neukonÃÂenÃÂ zprÃÂva"
 
-#: catgets/gencat.c:1236
+#: catgets/gencat.c:1239
 #, c-format
 msgid "while opening old catalog file"
 msgstr "bÃÂhem otvÃÂrÃÂnÃÂ starÃÂho katalogu"
 
-#: catgets/gencat.c:1327
+#: catgets/gencat.c:1330
 #, c-format
 msgid "conversion modules not available"
 msgstr "pÃÂevodnÃÂ modul nenÃÂ dostupnÃÂ"
 
-#: catgets/gencat.c:1353
+#: catgets/gencat.c:1356
 #, c-format
 msgid "cannot determine escape character"
 msgstr "nelze urÃÂit escapovacÃÂ znak"
@@ -316,8 +315,8 @@
 msgid "Usage: xtrace [OPTION]... PROGRAM [PROGRAMOPTION]...\\n"
 msgstr "PouÃÂitÃÂ: xtrace [PÃÂEPÃÂNAÃÂ]ÃÂÂ PROGRAM [PÃÂEPÃÂNAÃÂ_PROGRAMU]ÃÂÂ\\n"
 
-#: debug/xtrace.sh:32 elf/sotruss.ksh:57 elf/sotruss.ksh:68
-#: elf/sotruss.ksh:136 malloc/memusage.sh:26
+#: debug/xtrace.sh:32 elf/sotruss.ksh:56 elf/sotruss.ksh:67
+#: elf/sotruss.ksh:135 malloc/memusage.sh:26
 msgid "Try \\`%s --help' or \\`%s --usage' for more information.\\n"
 msgstr "VÃÂce informacÃÂ lze zÃÂskat pÃÂÃÂkazem ÃÂÂ%s --helpÃÂÂ nebo ÃÂÂ%s --usageÃÂÂ.\\n"
 
@@ -351,21 +350,26 @@
 "krÃÂtkÃÂch pÃÂepÃÂnaÃÂÃÂ.\n"
 "\n"
 
+#: debug/xtrace.sh:57 elf/ldd.bash.in:55 elf/sotruss.ksh:49
+#: malloc/memusage.sh:64
+msgid "For bug reporting instructions, please see:\\\\n%s.\\\\n"
+msgstr "NÃÂvod, jak nahlÃÂsit chybu, naleznete na:\\\\n%s.\\\\n"
+
 # ÃÂÃÂkÃÂ, ÃÂe ÃÂÃÂdnÃÂ pÃÂepÃÂnaÃÂ takovÃÂho jmÃÂna nebyl nalezen.
-#: debug/xtrace.sh:126
+#: debug/xtrace.sh:125
 msgid "xtrace: unrecognized option \\`$1'\\n"
 msgstr "xtrace: nerozpoznanÃÂ pÃÂepÃÂnaÃÂ ÃÂÂ$1ÃÂÂ\\n"
 
-#: debug/xtrace.sh:139
+#: debug/xtrace.sh:138
 msgid "No program name given\\n"
 msgstr "NezadÃÂn ÃÂÃÂdnÃÂ nÃÂzev programu\\n"
 
-#: debug/xtrace.sh:147
+#: debug/xtrace.sh:146
 #, sh-format
 msgid "executable \\`$program' not found\\n"
 msgstr "spustitelnÃÂ program ÃÂÂ$programÃÂÂ nenalezen\\n"
 
-#: debug/xtrace.sh:151
+#: debug/xtrace.sh:150
 #, sh-format
 msgid "\\`$program' is no executable\\n"
 msgstr "ÃÂÂ$programÃÂÂ nenÃÂ spustitelnÃÂ\\n"
@@ -394,85 +398,85 @@
 msgid "unknown"
 msgstr "neznÃÂmÃÂ"
 
-#: elf/cache.c:115
+#: elf/cache.c:121
 msgid "Unknown OS"
 msgstr "NeznÃÂmÃÂ OS"
 
-#: elf/cache.c:120
+#: elf/cache.c:126
 #, c-format
 msgid ", OS ABI: %s %d.%d.%d"
 msgstr ", ABI OS: %s %d.%d.%d"
 
-#: elf/cache.c:137 elf/ldconfig.c:1306
+#: elf/cache.c:143 elf/ldconfig.c:1309
 #, c-format
 msgid "Can't open cache file %s\n"
 msgstr "Soubor sÃÂkeÃÂÃÂ %s nelze otevÃÂÃÂt\n"
 
-#: elf/cache.c:151
+#: elf/cache.c:157
 #, c-format
 msgid "mmap of cache file failed.\n"
 msgstr "mmap na souboru sÃÂkeÃÂÃÂ selhala.\n"
 
-#: elf/cache.c:155 elf/cache.c:169
+#: elf/cache.c:161 elf/cache.c:175
 #, c-format
 msgid "File is not a cache file.\n"
 msgstr "Soubor neobsahuje keÃÂ.\n"
 
-#: elf/cache.c:202 elf/cache.c:212
+#: elf/cache.c:208 elf/cache.c:218
 #, c-format
 msgid "%d libs found in cache `%s'\n"
 msgstr "VÃÂkeÃÂi ÃÂÂ%2$sÃÂÂ nalezeno knihoven: %1$d\n"
 
-#: elf/cache.c:406
+#: elf/cache.c:412
 #, c-format
 msgid "Can't create temporary cache file %s"
 msgstr "Nelze vytvoÃÂit doÃÂasnÃÂ soubor sÃÂkeÃÂÃÂ %s"
 
-#: elf/cache.c:414 elf/cache.c:424 elf/cache.c:428 elf/cache.c:433
+#: elf/cache.c:420 elf/cache.c:430 elf/cache.c:434 elf/cache.c:439
 #, c-format
 msgid "Writing of cache data failed"
 msgstr "ZÃÂpis keÃÂovanÃÂch dat selhal"
 
-#: elf/cache.c:438
+#: elf/cache.c:444
 #, c-format
 msgid "Changing access rights of %s to %#o failed"
 msgstr "ZmÃÂna pÃÂÃÂstupovÃÂch prÃÂv kÃÂ%s na %#o se nezdaÃÂila"
 
-#: elf/cache.c:443
+#: elf/cache.c:449
 #, c-format
 msgid "Renaming of %s to %s failed"
 msgstr "PÃÂejmenovÃÂnÃÂ zÃÂ%s na %s selhalo"
 
-#: elf/dl-close.c:386 elf/dl-open.c:460
+#: elf/dl-close.c:378 elf/dl-open.c:474
 msgid "cannot create scope list"
 msgstr "seznam rozsahÃÂ nelze vytvoÃÂit"
 
-#: elf/dl-close.c:773
+#: elf/dl-close.c:771
 msgid "shared object not open"
 msgstr "sdÃÂlenÃÂ objekt nenÃÂ otevÃÂen"
 
-#: elf/dl-deps.c:114
+#: elf/dl-deps.c:112
 msgid "DST not allowed in SUID/SGID programs"
 msgstr "V SUID/SGIDÃÂÂprogramech nenÃÂ DSTÃÂÂpovoleno"
 
-#: elf/dl-deps.c:127
+#: elf/dl-deps.c:125
 msgid "empty dynamic string token substitution"
 msgstr "prÃÂzdnÃÂ nahrazenÃÂ dynamickÃÂho ÃÂetÃÂzcovÃÂho dÃÂlku (DST)"
 
-#: elf/dl-deps.c:133
+#: elf/dl-deps.c:131
 #, c-format
 msgid "cannot load auxiliary `%s' because of empty dynamic string token substitution\n"
 msgstr "pomocnou ÃÂÂ%sÃÂÂ nelze naÃÂÃÂst kvÃÂli prÃÂzdnÃÂmu nahrazenÃÂ dynamickÃÂch ÃÂetÃÂzcovÃÂch dÃÂlkÃÂ\n"
 
-#: elf/dl-deps.c:486
+#: elf/dl-deps.c:483
 msgid "cannot allocate dependency list"
 msgstr "dynamickÃÂ seznam nelze alokovat"
 
-#: elf/dl-deps.c:522 elf/dl-deps.c:582
+#: elf/dl-deps.c:520 elf/dl-deps.c:580
 msgid "cannot allocate symbol search list"
 msgstr "seznam pro vyhledÃÂvÃÂnÃÂ symbolÃÂ nelze alokovat"
 
-#: elf/dl-deps.c:562
+#: elf/dl-deps.c:560
 msgid "Filters not supported with LD_TRACE_PRELINKING"
 msgstr "Filtry sÃÂLD_TRACE_PRELINKING nejsou podporovÃÂny"
 
@@ -496,187 +500,191 @@
 msgid "internal error: symidx out of range of fptr table"
 msgstr "vnitÃÂnÃÂ chyba: symidx mimo rozsah tabulky fptr"
 
-#: elf/dl-load.c:470
+#: elf/dl-hwcaps.c:173 elf/dl-hwcaps.c:185
+msgid "cannot create capability list"
+msgstr "nelze vytvoÃÂit seznam kvalifikacÃÂ"
+
+#: elf/dl-load.c:471
 msgid "cannot allocate name record"
 msgstr "nelze alokovat pamÃÂÃÂ pro zÃÂznam jmÃÂna"
 
-#: elf/dl-load.c:547 elf/dl-load.c:663 elf/dl-load.c:748 elf/dl-load.c:861
+#: elf/dl-load.c:548 elf/dl-load.c:664 elf/dl-load.c:749 elf/dl-load.c:862
 msgid "cannot create cache for search path"
 msgstr "keÃÂ pro vyhledÃÂvacÃÂ cestu nelze vytvoÃÂit"
 
-#: elf/dl-load.c:638
+#: elf/dl-load.c:639
 msgid "cannot create RUNPATH/RPATH copy"
 msgstr "nelze vytvoÃÂit kopii RUNPATH/RPATH"
 
-#: elf/dl-load.c:734
+#: elf/dl-load.c:735
 msgid "cannot create search path array"
 msgstr "nelze vytvoÃÂit pole vyhledÃÂvacÃÂch cest"
 
-#: elf/dl-load.c:932
+#: elf/dl-load.c:934
 msgid "cannot stat shared object"
 msgstr "nelze zÃÂskat informace oÃÂsdÃÂlenÃÂm objektu"
 
-#: elf/dl-load.c:1010
+#: elf/dl-load.c:1012
 msgid "cannot open zero fill device"
 msgstr "nulami vyplnÃÂnÃÂ zaÃÂÃÂzenÃÂ (zero) nelze otevÃÂÃÂt"
 
-#: elf/dl-load.c:1056 elf/dl-load.c:2317
+#: elf/dl-load.c:1059 elf/dl-load.c:2339
 msgid "cannot create shared object descriptor"
 msgstr "deskriptor sdÃÂlenÃÂho objektu nelze vytvoÃÂit"
 
-#: elf/dl-load.c:1075 elf/dl-load.c:1731 elf/dl-load.c:1834
+#: elf/dl-load.c:1078 elf/dl-load.c:1751 elf/dl-load.c:1854
 msgid "cannot read file data"
 msgstr "data ze souboru nelze naÃÂÃÂst"
 
-#: elf/dl-load.c:1121
+#: elf/dl-load.c:1124
 msgid "ELF load command alignment not page-aligned"
 msgstr "ZarovnÃÂnÃÂ kÃÂdu zavadÃÂÃÂe formÃÂtu ELF nelÃÂcuje se strÃÂnkou"
 
-#: elf/dl-load.c:1128
+#: elf/dl-load.c:1131
 msgid "ELF load command address/offset not properly aligned"
 msgstr "Adresa/ofset kÃÂdu zavadÃÂÃÂe formÃÂtu ELF nenÃÂ sprÃÂvnÃÂ zarovnÃÂna"
 
-#: elf/dl-load.c:1211
+#: elf/dl-load.c:1216
 msgid "cannot allocate TLS data structures for initial thread"
 msgstr "DatovÃÂ struktury TLS prvnÃÂho vlÃÂkna nelze alokovat"
 
-#: elf/dl-load.c:1234
+#: elf/dl-load.c:1239
 msgid "cannot handle TLS data"
 msgstr "nelze zpracovat data TLS"
 
-#: elf/dl-load.c:1253
+#: elf/dl-load.c:1258
 msgid "object file has no loadable segments"
 msgstr "objektovÃÂ soubor nemÃÂ ÃÂÃÂdnÃÂ nahratelnÃÂ segmenty"
 
-#: elf/dl-load.c:1289
+#: elf/dl-load.c:1294
 msgid "failed to map segment from shared object"
 msgstr "namapovÃÂnÃÂ segmentu ze sdÃÂlenÃÂho objektu se nepodaÃÂilo"
 
-#: elf/dl-load.c:1315
+#: elf/dl-load.c:1320
 msgid "cannot dynamically load executable"
 msgstr "spustitelnÃÂ kÃÂd nelze dynamicky nahrÃÂt"
 
-#: elf/dl-load.c:1377
+#: elf/dl-load.c:1383
 msgid "cannot change memory protections"
 msgstr "ochrany pamÃÂti nelze zmÃÂnit"
 
-#: elf/dl-load.c:1396
+#: elf/dl-load.c:1402
 msgid "cannot map zero-fill pages"
 msgstr "nulami vyplnÃÂnÃÂ strÃÂnky nelze mapovat"
 
-#: elf/dl-load.c:1410
+#: elf/dl-load.c:1416
 msgid "object file has no dynamic section"
 msgstr "objektovÃÂ soubor nemÃÂ ÃÂÃÂdnou dynamickou sekci"
 
-#: elf/dl-load.c:1433
+#: elf/dl-load.c:1439
 msgid "shared object cannot be dlopen()ed"
 msgstr "sdÃÂlenÃÂ objekt nebylo moÃÂnÃÂ naÃÂÃÂst funkcÃÂ dlopen()"
 
-#: elf/dl-load.c:1446
+#: elf/dl-load.c:1452
 msgid "cannot allocate memory for program header"
 msgstr "nelze alokovat pamÃÂÃÂ pro hlaviÃÂku programu"
 
-#: elf/dl-load.c:1463 elf/dl-open.c:178
+#: elf/dl-load.c:1469 elf/dl-open.c:180
 msgid "invalid caller"
 msgstr "nepÃÂÃÂpustnÃÂ kÃÂd volÃÂnÃÂ"
 
-#: elf/dl-load.c:1502
+#: elf/dl-load.c:1508
 msgid "cannot enable executable stack as shared object requires"
 msgstr "nemohu povolit spustitelnost zÃÂsobnÃÂku, jak vyÃÂaduje sdÃÂlenÃÂ objekt"
 
-#: elf/dl-load.c:1515
+#: elf/dl-load.c:1521
 msgid "cannot close file descriptor"
 msgstr "deskriptor souboru nelze zavÃÂÃÂt"
 
-#: elf/dl-load.c:1731
+#: elf/dl-load.c:1751
 msgid "file too short"
 msgstr "soubor je pÃÂÃÂliÃÂ krÃÂtkÃÂ"
 
-#: elf/dl-load.c:1767
+#: elf/dl-load.c:1787
 msgid "invalid ELF header"
 msgstr "neplatnÃÂ hlaviÃÂka ELF"
 
-#: elf/dl-load.c:1779
+#: elf/dl-load.c:1799
 msgid "ELF file data encoding not big-endian"
 msgstr "KÃÂdovÃÂnÃÂ dat souboru ELF nemÃÂ velkou endianitu"
 
-#: elf/dl-load.c:1781
+#: elf/dl-load.c:1801
 msgid "ELF file data encoding not little-endian"
 msgstr "KÃÂdovÃÂnÃÂ dat souboru ELF nemÃÂ malou endianitu"
 
-#: elf/dl-load.c:1785
+#: elf/dl-load.c:1805
 msgid "ELF file version ident does not match current one"
 msgstr "ident verze souboru ELFÃÂÂse neshoduje se souÃÂasnou"
 
-#: elf/dl-load.c:1789
+#: elf/dl-load.c:1809
 msgid "ELF file OS ABI invalid"
 msgstr "ChybnÃÂ ABIÃÂÂOS souboru ELF"
 
-#: elf/dl-load.c:1792
+#: elf/dl-load.c:1812
 msgid "ELF file ABI version invalid"
 msgstr "ChybnÃÂ verze ABIÃÂÂsouboru ELF"
 
-#: elf/dl-load.c:1795
+#: elf/dl-load.c:1815
 msgid "nonzero padding in e_ident"
 msgstr "nenulovÃÂ vÃÂplÃÂ vÃÂe_ident"
 
-#: elf/dl-load.c:1798
+#: elf/dl-load.c:1818
 msgid "internal error"
 msgstr "vnitÃÂnÃÂ chyba"
 
-#: elf/dl-load.c:1805
+#: elf/dl-load.c:1825
 msgid "ELF file version does not match current one"
 msgstr "Verze souboru ELDÃÂÂse neshoduje se souÃÂasnou"
 
-#: elf/dl-load.c:1813
+#: elf/dl-load.c:1833
 msgid "only ET_DYN and ET_EXEC can be loaded"
 msgstr "jen ET_DYN a ET_EXEC mohou bÃÂt nahrÃÂni"
 
-#: elf/dl-load.c:1819
+#: elf/dl-load.c:1839
 msgid "ELF file's phentsize not the expected size"
 msgstr "phentsize souboru ELF mÃÂ neoÃÂekÃÂvanou velikost"
 
-#: elf/dl-load.c:2336
+#: elf/dl-load.c:2358
 msgid "wrong ELF class: ELFCLASS64"
 msgstr "chybnÃÂ tÃÂÃÂda ELF:ÃÂÂELFCLASS64"
 
-#: elf/dl-load.c:2337
+#: elf/dl-load.c:2359
 msgid "wrong ELF class: ELFCLASS32"
 msgstr "chybnÃÂ tÃÂÃÂda ELF:ÃÂÂELFCLASS32"
 
-#: elf/dl-load.c:2340
+#: elf/dl-load.c:2362
 msgid "cannot open shared object file"
 msgstr "sdÃÂlenÃÂ objektovÃÂ soubor nelze otevÃÂÃÂt"
 
-#: elf/dl-lookup.c:756 ports/sysdeps/mips/dl-lookup.c:773
+#: elf/dl-lookup.c:757 ports/sysdeps/mips/dl-lookup.c:774
 msgid "relocation error"
 msgstr "chyba pÃÂi pÃÂemisÃÂovÃÂnÃÂ"
 
-#: elf/dl-lookup.c:785 ports/sysdeps/mips/dl-lookup.c:802
+#: elf/dl-lookup.c:786 ports/sysdeps/mips/dl-lookup.c:803
 msgid "symbol lookup error"
 msgstr "chyba pÃÂi vyhledÃÂvÃÂnÃÂ symbolu"
 
-#: elf/dl-open.c:108
+#: elf/dl-open.c:110
 msgid "cannot extend global scope"
 msgstr "globÃÂlnÃÂ rozsah nelze rozÃÂÃÂÃÂit"
 
-#: elf/dl-open.c:510
+#: elf/dl-open.c:524
 msgid "TLS generation counter wrapped!  Please report this."
 msgstr "ÃÂÃÂtaÃÂ generÃÂtoru TLS oÃÂÃÂznut! ProsÃÂm, tuto skuteÃÂnost nahlaste."
 
-#: elf/dl-open.c:532
+#: elf/dl-open.c:546
 msgid "cannot load any more object with static TLS"
 msgstr "nelze zavÃÂst ÃÂÃÂdnÃÂ dalÃÂÃÂ objekt se statickÃÂm TLS"
 
-#: elf/dl-open.c:581
+#: elf/dl-open.c:599
 msgid "invalid mode for dlopen()"
 msgstr "neplatnÃÂ mÃÂd pro dlopen()"
 
-#: elf/dl-open.c:598
+#: elf/dl-open.c:616
 msgid "no more namespaces available for dlmopen()"
 msgstr "pro dlmopen() jiÃÂ nenÃÂ dostupnÃÂ ÃÂÃÂdnÃÂ dalÃÂÃÂ jmennÃÂ prostor"
 
-#: elf/dl-open.c:616
+#: elf/dl-open.c:634
 msgid "invalid target namespace in dlmopen()"
 msgstr "neplatnÃÂ cÃÂlovÃÂ jmennÃÂ prostor vÃÂdlmopen()"
 
@@ -706,23 +714,19 @@
 msgid "cannot apply additional memory protection after relocation"
 msgstr "po pÃÂemÃÂstÃÂnÃÂ nelze nelze uplatnit dodateÃÂnou ochranu pamÃÂti"
 
-#: elf/dl-sym.c:162
+#: elf/dl-sym.c:163
 msgid "RTLD_NEXT used in code not dynamically loaded"
 msgstr "RTLD_NEXT je pouÃÂito pro kÃÂd, kterÃÂ nenÃÂ dynamicky zaveden"
 
-#: elf/dl-sysdep.c:488 elf/dl-sysdep.c:500
-msgid "cannot create capability list"
-msgstr "nelze vytvoÃÂit seznam kvalifikacÃÂ"
-
-#: elf/dl-tls.c:872
+#: elf/dl-tls.c:875
 msgid "cannot create TLS data structures"
 msgstr "datovÃÂ struktury TLS nelze vytvoÃÂit"
 
-#: elf/dl-version.c:171
+#: elf/dl-version.c:166
 msgid "version lookup error"
 msgstr "chyba pÃÂi vyhledÃÂvÃÂnÃÂ verze"
 
-#: elf/dl-version.c:302
+#: elf/dl-version.c:297
 msgid "cannot allocate version reference table"
 msgstr "tabulku odkazÃÂ na verze nelze alokovat"
 
@@ -790,156 +794,156 @@
 msgid "Configure Dynamic Linker Run Time Bindings."
 msgstr "NastavÃÂ vazby dynamickÃÂho linkeru pro dobu bÃÂhu"
 
-#: elf/ldconfig.c:338
+#: elf/ldconfig.c:341
 #, c-format
 msgid "Path `%s' given more than once"
 msgstr "Cesta ÃÂÂ%sÃÂÂ zadÃÂna vÃÂce krÃÂt"
 
-#: elf/ldconfig.c:378
+#: elf/ldconfig.c:381
 #, c-format
 msgid "%s is not a known library type"
 msgstr "%s nenÃÂ knihovna znÃÂmÃÂho typu"
 
-#: elf/ldconfig.c:406
+#: elf/ldconfig.c:409
 #, c-format
 msgid "Can't stat %s"
 msgstr "Nelze zÃÂskat informace oÃÂ%s"
 
-#: elf/ldconfig.c:480
+#: elf/ldconfig.c:483
 #, c-format
 msgid "Can't stat %s\n"
 msgstr "Nelze zÃÂskat informace oÃÂ%s\n"
 
-#: elf/ldconfig.c:490
+#: elf/ldconfig.c:493
 #, c-format
 msgid "%s is not a symbolic link\n"
 msgstr "%s nenÃÂ symbolickÃÂ odkaz\n"
 
-#: elf/ldconfig.c:509
+#: elf/ldconfig.c:512
 #, c-format
 msgid "Can't unlink %s"
 msgstr "Nelze smazat odkaz na %s"
 
-#: elf/ldconfig.c:515
+#: elf/ldconfig.c:518
 #, c-format
 msgid "Can't link %s to %s"
 msgstr "Odkaz na %2$s z %1$s nelze vytvoÃÂit"
 
-#: elf/ldconfig.c:521
+#: elf/ldconfig.c:524
 msgid " (changed)\n"
 msgstr " (zmÃÂnÃÂno)\n"
 
-#: elf/ldconfig.c:523
+#: elf/ldconfig.c:526
 msgid " (SKIPPED)\n"
 msgstr " (PÃÂESKOÃÂENO)\n"
 
-#: elf/ldconfig.c:578
+#: elf/ldconfig.c:581
 #, c-format
 msgid "Can't find %s"
 msgstr "%s nezle nalÃÂzt"
 
-#: elf/ldconfig.c:594 elf/ldconfig.c:767 elf/ldconfig.c:826 elf/ldconfig.c:860
+#: elf/ldconfig.c:597 elf/ldconfig.c:770 elf/ldconfig.c:829 elf/ldconfig.c:863
 #, c-format
 msgid "Cannot lstat %s"
 msgstr "Informace oÃÂsymbolickÃÂm odkazu %s nelze zÃÂskat"
 
-#: elf/ldconfig.c:601
+#: elf/ldconfig.c:604
 #, c-format
 msgid "Ignored file %s since it is not a regular file."
 msgstr "Soubor %s ignorovÃÂn, neb se nejednÃÂ o obyÃÂejnÃÂ soubor."
 
-#: elf/ldconfig.c:610
+#: elf/ldconfig.c:613
 #, c-format
 msgid "No link created since soname could not be found for %s"
 msgstr "ProtoÃÂe nebyl nalezen nÃÂzev sdÃÂlenÃÂ knihovny (soname) %s, ÃÂÃÂdnÃÂ odkaz nebyl vytvoÃÂeni."
 
-#: elf/ldconfig.c:693
+#: elf/ldconfig.c:696
 #, c-format
 msgid "Can't open directory %s"
 msgstr "AdresÃÂÃÂ %s nelze otevÃÂÃÂt"
 
-#: elf/ldconfig.c:785 elf/ldconfig.c:847 elf/readlib.c:90
+#: elf/ldconfig.c:788 elf/ldconfig.c:850 elf/readlib.c:90
 #, c-format
 msgid "Input file %s not found.\n"
 msgstr "VstupnÃÂ soubor %s nebyl nalezen.\n"
 
-#: elf/ldconfig.c:792
+#: elf/ldconfig.c:795
 #, c-format
 msgid "Cannot stat %s"
 msgstr "Informace oÃÂ%s nelze zÃÂskat"
 
-#: elf/ldconfig.c:921
+#: elf/ldconfig.c:924
 #, c-format
 msgid "libc5 library %s in wrong directory"
 msgstr "libc5 knihovna %s je ve ÃÂpatnÃÂm adresÃÂÃÂi"
 
-#: elf/ldconfig.c:924
+#: elf/ldconfig.c:927
 #, c-format
 msgid "libc6 library %s in wrong directory"
 msgstr "libc6 knihovna %s je ve ÃÂpatnÃÂm adresÃÂÃÂi"
 
-#: elf/ldconfig.c:927
+#: elf/ldconfig.c:930
 #, c-format
 msgid "libc4 library %s in wrong directory"
 msgstr "libc4 knihovna %s je ve ÃÂpatnÃÂm adresÃÂÃÂi"
 
-#: elf/ldconfig.c:955
+#: elf/ldconfig.c:958
 #, c-format
 msgid "libraries %s and %s in directory %s have same soname but different type."
 msgstr "knihovny %s a %s zÃÂadresÃÂÃÂe %s majÃÂ stejnÃÂ nÃÂzev (soname), ale rozdÃÂlnÃÂ typ."
 
-#: elf/ldconfig.c:1064
+#: elf/ldconfig.c:1067
 #, c-format
 msgid "Warning: ignoring configuration file that cannot be opened: %s"
 msgstr "Pozor: soubor, kterÃÂ nelze otevÃÂÃÂt, bude ignorovÃÂn: %s"
 
-#: elf/ldconfig.c:1130
+#: elf/ldconfig.c:1133
 #, c-format
 msgid "%s:%u: bad syntax in hwcap line"
 msgstr "%s:%u: chybnÃÂ syntaxe na ÃÂÃÂdku hwcap"
 
-#: elf/ldconfig.c:1136
+#: elf/ldconfig.c:1139
 #, c-format
 msgid "%s:%u: hwcap index %lu above maximum %u"
 msgstr "%s:%u: index hwcap %lu pÃÂesÃÂhl maximum %u"
 
-#: elf/ldconfig.c:1143 elf/ldconfig.c:1151
+#: elf/ldconfig.c:1146 elf/ldconfig.c:1154
 #, c-format
 msgid "%s:%u: hwcap index %lu already defined as %s"
 msgstr "%s:%u: index hwcap %lu jiÃÂ definovÃÂn jako %s"
 
-#: elf/ldconfig.c:1154
+#: elf/ldconfig.c:1157
 #, c-format
 msgid "%s:%u: duplicate hwcap %lu %s"
 msgstr "%s:%u: duplicitnÃÂ hwcap %lu %s"
 
-#: elf/ldconfig.c:1176
+#: elf/ldconfig.c:1179
 #, c-format
 msgid "need absolute file name for configuration file when using -r"
 msgstr "PÃÂi pouÃÂitÃÂ -r je tÃÂeba zadat absolutnÃÂ jmÃÂno konfiguraÃÂnÃÂho souboru"
 
-#: elf/ldconfig.c:1183 locale/programs/xmalloc.c:65 malloc/obstack.c:433
+#: elf/ldconfig.c:1186 locale/programs/xmalloc.c:65 malloc/obstack.c:433
 #: malloc/obstack.c:435 posix/getconf.c:1076 posix/getconf.c:1296
 #, c-format
 msgid "memory exhausted"
 msgstr "pamÃÂÃÂ vyÃÂerpÃÂna"
 
-#: elf/ldconfig.c:1215
+#: elf/ldconfig.c:1218
 #, c-format
 msgid "%s:%u: cannot read directory %s"
 msgstr "%s:%u: adresÃÂÃÂ %s nelze naÃÂÃÂst"
 
-#: elf/ldconfig.c:1259
+#: elf/ldconfig.c:1262
 #, c-format
 msgid "relative path `%s' used to build cache"
 msgstr "pro vybudovÃÂnÃÂ keÃÂe byla pouÃÂita relativnÃÂ cesta ÃÂÂ%sÃÂÂ"
 
-#: elf/ldconfig.c:1285
+#: elf/ldconfig.c:1288
 #, c-format
 msgid "Can't chdir to /"
 msgstr "Nelze se pÃÂepnout do adresÃÂÃÂe /"
 
-#: elf/ldconfig.c:1326
+#: elf/ldconfig.c:1329
 #, c-format
 msgid "Can't open cache file directory %s\n"
 msgstr "AdresÃÂÃÂ %s se soubory keÃÂÃÂ nelze otevÃÂÃÂt\n"
@@ -966,47 +970,47 @@
 "  -u, --unused            vypÃÂÃÂe nepouÃÂitÃÂ pÃÂÃÂmÃÂ zÃÂvislosti\n"
 "  -v, --verbose           vypÃÂÃÂe vÃÂechny informace\n"
 
-#: elf/ldd.bash.in:81
+#: elf/ldd.bash.in:80
 msgid "ldd: option \\`$1' is ambiguous"
 msgstr "ldd: pÃÂepÃÂnaÃÂ ÃÂÂ$1ÃÂÂ nenÃÂ jednoznaÃÂnÃÂ"
 
 # ÃÂÃÂkÃÂ, ÃÂe ÃÂÃÂdnÃÂ pÃÂepÃÂnaÃÂ takovÃÂho jmÃÂna nebyl nalezen.
-#: elf/ldd.bash.in:88
+#: elf/ldd.bash.in:87
 msgid "unrecognized option"
 msgstr "nerozpoznanÃÂ pÃÂepÃÂnaÃÂ"
 
-#: elf/ldd.bash.in:89 elf/ldd.bash.in:127
+#: elf/ldd.bash.in:88 elf/ldd.bash.in:126
 msgid "Try \\`ldd --help' for more information."
 msgstr "VÃÂce informacÃÂ zÃÂskÃÂte pÃÂÃÂkazem ÃÂÂldd --helpÃÂÂ."
 
-#: elf/ldd.bash.in:126
+#: elf/ldd.bash.in:125
 msgid "missing file arguments"
 msgstr "postrÃÂdÃÂm souborovÃÂ argumenty"
 
 #. TRANS No such file or directory.  This is a ``file doesn't exist'' error
 #. TRANS for ordinary files that are referenced in contexts where they are
 #. TRANS expected to already exist.
-#: elf/ldd.bash.in:149 sysdeps/gnu/errlist.c:36
+#: elf/ldd.bash.in:148 sysdeps/gnu/errlist.c:36
 msgid "No such file or directory"
 msgstr "AdresÃÂÃÂ nebo soubor neexistuje"
 
-#: elf/ldd.bash.in:152 inet/rcmd.c:488
+#: elf/ldd.bash.in:151 inet/rcmd.c:488
 msgid "not regular file"
 msgstr "nenÃÂ obyÃÂejnÃÂm souborem"
 
-#: elf/ldd.bash.in:155
+#: elf/ldd.bash.in:154
 msgid "warning: you do not have execution permission for"
 msgstr "varovÃÂnÃÂ:ÃÂÂnemÃÂte prÃÂva ke spuÃÂtÃÂnÃÂ"
 
-#: elf/ldd.bash.in:184
+#: elf/ldd.bash.in:183
 msgid "\tnot a dynamic executable"
 msgstr "\tnenÃÂ dynamickÃÂm spustitelnÃÂm kÃÂdem"
 
-#: elf/ldd.bash.in:192
+#: elf/ldd.bash.in:191
 msgid "exited with unknown exit code"
 msgstr "skonÃÂil sÃÂneznÃÂm vÃÂstupnÃÂm kÃÂdem"
 
-#: elf/ldd.bash.in:197
+#: elf/ldd.bash.in:196
 msgid "error: you do not have read permission for"
 msgstr "chyba: nemÃÂte oprÃÂvnÃÂnÃÂ ÃÂÃÂst"
 
@@ -1045,55 +1049,55 @@
 msgid "cannot read object name"
 msgstr "nÃÂzev objektu nelze pÃÂeÃÂÃÂst"
 
-#: elf/pldd.c:67
+#: elf/pldd.c:65
 msgid "List dynamic shared objects loaded into process."
 msgstr "VypÃÂÃÂe dynamickÃÂ sdÃÂlenÃÂ objekty zavedenÃÂ do procesu."
 
-#: elf/pldd.c:71
+#: elf/pldd.c:69
 msgid "PID"
 msgstr "PID"
 
-#: elf/pldd.c:102
+#: elf/pldd.c:100
 #, c-format
 msgid "Exactly one parameter with process ID required.\n"
 msgstr "Je tÃÂeba prÃÂvÃÂ jeden parametr sÃÂID procesu.\n"
 
-#: elf/pldd.c:114
+#: elf/pldd.c:112
 #, c-format
 msgid "invalid process ID '%s'"
 msgstr "neplatnÃÂ ID procesu ÃÂÂ%sÃÂÂ"
 
-#: elf/pldd.c:122
+#: elf/pldd.c:120
 #, c-format
 msgid "cannot open %s"
 msgstr "%s nelze otevÃÂÃÂt"
 
-#: elf/pldd.c:147
+#: elf/pldd.c:145
 #, c-format
 msgid "cannot open %s/task"
 msgstr "%s/task nelze otevÃÂÃÂt"
 
-#: elf/pldd.c:150
+#: elf/pldd.c:148
 #, c-format
 msgid "cannot prepare reading %s/task"
 msgstr "ÃÂtenÃÂ %s/task nelze pÃÂipravit"
 
-#: elf/pldd.c:163
+#: elf/pldd.c:161
 #, c-format
 msgid "invalid thread ID '%s'"
 msgstr "neplatnÃÂ ID vlÃÂkna ÃÂÂ%sÃÂÂ"
 
-#: elf/pldd.c:174
+#: elf/pldd.c:172
 #, c-format
 msgid "cannot attach to process %lu"
 msgstr "kÃÂprocesu %lu se nelze pÃÂipojit"
 
-#: elf/pldd.c:246
+#: elf/pldd.c:264
 #, c-format
 msgid "cannot get information about process %lu"
 msgstr "oÃÂprocesu %lu nelze zÃÂskat ÃÂdaje"
 
-#: elf/pldd.c:259
+#: elf/pldd.c:277
 #, c-format
 msgid "process %lu is no ELF program"
 msgstr "proces %lu nenÃÂ programem ELF"
@@ -1226,19 +1230,19 @@
 msgid "Mandatory arguments to long options are also mandatory for any corresponding\\nshort options.\\n"
 msgstr "Argumenty poÃÂadovanÃÂ dlouhÃÂmi pÃÂepÃÂnaÃÂi jsou takÃÂ poÃÂadovÃÂny jejich krÃÂtkÃÂmi\\nformami.\\n"
 
-#: elf/sotruss.ksh:56
+#: elf/sotruss.ksh:55
 msgid "%s: option requires an argument -- '%s'\\n"
 msgstr "%s: pÃÂepÃÂnaÃÂ vyÃÂaduje argumentÃÂÃÂÂ ÃÂÂ%sÃÂÂ\\n"
 
-#: elf/sotruss.ksh:62
+#: elf/sotruss.ksh:61
 msgid "%s: option is ambiguous; possibilities:"
 msgstr "%s: pÃÂepÃÂnaÃÂ nenÃÂ jednoznaÃÂnÃÂ: moÃÂnosti:"
 
-#: elf/sotruss.ksh:80
+#: elf/sotruss.ksh:79
 msgid "Written by %s.\\n"
 msgstr "Autor: %s.\\n"
 
-#: elf/sotruss.ksh:87
+#: elf/sotruss.ksh:86
 msgid ""
 "Usage: %s [-ef] [-F FROMLIST] [-o FILENAME] [-T TOLIST] [--exit]\n"
 "\t    [--follow] [--from FROMLIST] [--output FILENAME] [--to TOLIST]\n"
@@ -1250,7 +1254,7 @@
 "\t    [--to CÃÂLOVÃÂ_SEZNAM] [--help] [--usage] [--version] [--]\n"
 "\t    SPUSTITELNÃÂ_PROGRAM [PÃÂEPÃÂNAÃÂE_PROGRAMUÃÂÂ]\\n"
 
-#: elf/sotruss.ksh:135
+#: elf/sotruss.ksh:134
 msgid "%s: unrecognized option '%c%s'\\n"
 msgstr "%s: nerozpoznanÃÂ pÃÂepÃÂnaÃÂ ÃÂÂ%c%sÃÂÂ\\n"
 
@@ -1278,99 +1282,99 @@
 msgid "SHOBJ [PROFDATA]"
 msgstr "SDÃÂLENÃÂ_OBJEKT [PROF_DATA]"
 
-#: elf/sprof.c:429
+#: elf/sprof.c:432
 #, c-format
 msgid "failed to load shared object `%s'"
 msgstr "sdÃÂlenÃÂ objekt ÃÂÂ%sÃÂÂ se nepodaÃÂilo zavÃÂst"
 
-#: elf/sprof.c:438
+#: elf/sprof.c:441
 #, c-format
 msgid "cannot create internal descriptors"
 msgstr "internÃÂ deskriptory nelze vytvoÃÂit"
 
-#: elf/sprof.c:550
+#: elf/sprof.c:553
 #, c-format
 msgid "Reopening shared object `%s' failed"
 msgstr "ZnovuotevÃÂenÃÂ sdÃÂlenÃÂho objektu ÃÂÂ%sÃÂÂ nebylo ÃÂspÃÂÃÂnÃÂ"
 
-#: elf/sprof.c:557 elf/sprof.c:652
+#: elf/sprof.c:560 elf/sprof.c:655
 #, c-format
 msgid "reading of section headers failed"
 msgstr "ÃÂtenÃÂ hlaviÃÂek sekcÃÂ selhalo"
 
-#: elf/sprof.c:565 elf/sprof.c:660
+#: elf/sprof.c:568 elf/sprof.c:663
 #, c-format
 msgid "reading of section header string table failed"
 msgstr "chyba pÃÂi naÃÂÃÂtÃÂnÃÂ tabulky ÃÂetÃÂzcÃÂ z hlaviÃÂky sekce"
 
-#: elf/sprof.c:591
+#: elf/sprof.c:594
 #, c-format
 msgid "*** Cannot read debuginfo file name: %m\n"
 msgstr "*** Nelze pÃÂeÃÂÃÂst nÃÂzev souboru sÃÂladÃÂcÃÂmi informaci: %m\n"
 
-#: elf/sprof.c:612
+#: elf/sprof.c:615
 #, c-format
 msgid "cannot determine file name"
 msgstr "nÃÂzev souboru nelze urÃÂit"
 
-#: elf/sprof.c:645
+#: elf/sprof.c:648
 #, c-format
 msgid "reading of ELF header failed"
 msgstr "chyba pÃÂi ÃÂtenÃÂ hlaviÃÂky ELF"
 
-#: elf/sprof.c:681
+#: elf/sprof.c:684
 #, c-format
 msgid "*** The file `%s' is stripped: no detailed analysis possible\n"
 msgstr ""
 "*** Ze souboru ÃÂÂ%sÃÂÂ byly odstranÃÂny ladÃÂcÃÂ informace: podrobnÃÂ analÃÂza\n"
 "nenÃÂ moÃÂnÃÂ\n"
 
-#: elf/sprof.c:711
+#: elf/sprof.c:714
 #, c-format
 msgid "failed to load symbol data"
 msgstr "data symbolÃÂ se nepodaÃÂila naÃÂÃÂst"
 
-#: elf/sprof.c:776
+#: elf/sprof.c:779
 #, c-format
 msgid "cannot load profiling data"
 msgstr "profilovacÃÂ data nelze naÃÂÃÂst"
 
-#: elf/sprof.c:785
+#: elf/sprof.c:788
 #, c-format
 msgid "while stat'ing profiling data file"
 msgstr "bÃÂhem funkce stat() na soubor profilovacÃÂch informacÃÂ"
 
-#: elf/sprof.c:793
+#: elf/sprof.c:796
 #, c-format
 msgid "profiling data file `%s' does not match shared object `%s'"
 msgstr "profilovacÃÂ data ÃÂÂ%sÃÂÂ nesouhlasÃÂ se sdÃÂlenÃÂm objektem ÃÂÂ%sÃÂÂ"
 
-#: elf/sprof.c:804
+#: elf/sprof.c:807
 #, c-format
 msgid "failed to mmap the profiling data file"
 msgstr "soubor profilovacÃÂch dat se nepodaÃÂilo namapovat mmapem"
 
-#: elf/sprof.c:812
+#: elf/sprof.c:815
 #, c-format
 msgid "error while closing the profiling data file"
 msgstr "chyba bÃÂhem uzavÃÂrÃÂnÃÂ souboru profilovacÃÂch dat"
 
-#: elf/sprof.c:821 elf/sprof.c:919
+#: elf/sprof.c:824 elf/sprof.c:922
 #, c-format
 msgid "cannot create internal descriptor"
 msgstr "internÃÂ deskriptor nelze vytvoÃÂit"
 
-#: elf/sprof.c:895
+#: elf/sprof.c:898
 #, c-format
 msgid "`%s' is no correct profile data file for `%s'"
 msgstr "ÃÂÂ%sÃÂÂ nejsou sprÃÂvnÃÂ profilovacÃÂ data pro ÃÂÂ%sÃÂÂ"
 
-#: elf/sprof.c:1076 elf/sprof.c:1134
+#: elf/sprof.c:1079 elf/sprof.c:1137
 #, c-format
 msgid "cannot allocate symbol data"
 msgstr "pamÃÂÃÂ pro symboly nelze alokovat"
 
-#: iconv/iconv_charmap.c:143 iconv/iconv_prog.c:445
+#: iconv/iconv_charmap.c:143 iconv/iconv_prog.c:448
 #, c-format
 msgid "cannot open output file"
 msgstr "vÃÂstupnÃÂ soubor nelze otevÃÂÃÂt"
@@ -1385,18 +1389,18 @@
 msgid "illegal input sequence at position %Zd"
 msgstr "nepovolenÃÂ vstupnÃÂ sekvence na pozici %Zd"
 
-#: iconv/iconv_charmap.c:482 iconv/iconv_prog.c:536
+#: iconv/iconv_charmap.c:482 iconv/iconv_prog.c:539
 #, c-format
 msgid "incomplete character or shift sequence at end of buffer"
 msgstr "nekompletnÃÂ znak nebo shift sekvence na konci vyrovnÃÂvacÃÂ pamÃÂti"
 
-#: iconv/iconv_charmap.c:527 iconv/iconv_charmap.c:563 iconv/iconv_prog.c:579
-#: iconv/iconv_prog.c:615
+#: iconv/iconv_charmap.c:527 iconv/iconv_charmap.c:563 iconv/iconv_prog.c:582
+#: iconv/iconv_prog.c:618
 #, c-format
 msgid "error while reading the input"
 msgstr "chyba bÃÂhem ÃÂtenÃÂ vstupu"
 
-#: iconv/iconv_charmap.c:545 iconv/iconv_prog.c:597
+#: iconv/iconv_charmap.c:545 iconv/iconv_prog.c:600
 #, c-format
 msgid "unable to allocate buffer for input"
 msgstr "vyrovnÃÂvacÃÂ pamÃÂÃÂ pro vstup nelze alokovat"
@@ -1479,27 +1483,27 @@
 msgid "error while closing output file"
 msgstr "chyba bÃÂhem uzavÃÂrÃÂnÃÂ vÃÂstupnÃÂho souboru"
 
-#: iconv/iconv_prog.c:455
+#: iconv/iconv_prog.c:458
 #, c-format
 msgid "conversion stopped due to problem in writing the output"
 msgstr "konverze zastavena kvÃÂli problÃÂmu pÃÂi zÃÂpisu vÃÂstupu"
 
-#: iconv/iconv_prog.c:532
+#: iconv/iconv_prog.c:535
 #, c-format
 msgid "illegal input sequence at position %ld"
 msgstr "nepovolenÃÂ vstupnÃÂ sekvence na pozici %ld"
 
-#: iconv/iconv_prog.c:540
+#: iconv/iconv_prog.c:543
 #, c-format
 msgid "internal error (illegal descriptor)"
 msgstr "vnitÃÂnÃÂ chyba (nepÃÂÃÂpustnÃÂ deskriptor)"
 
-#: iconv/iconv_prog.c:543
+#: iconv/iconv_prog.c:546
 #, c-format
 msgid "unknown iconv() error %d"
 msgstr "neznÃÂmÃÂ chyba funkce iconv() (%d)"
 
-#: iconv/iconv_prog.c:788
+#: iconv/iconv_prog.c:791
 msgid ""
 "The following list contain all the coded character sets known.  This does\n"
 "not necessarily mean that all combinations of these names can be used for\n"
@@ -1544,12 +1548,12 @@
 msgid "no output file produced because warnings were issued"
 msgstr "vÃÂstupnÃÂ soubor nebyl vytvoÃÂen, protoÃÂe se vyskytla varovÃÂnÃÂ"
 
-#: iconv/iconvconfig.c:431
+#: iconv/iconvconfig.c:434
 #, c-format
 msgid "while inserting in search tree"
 msgstr "bÃÂhem vklÃÂdÃÂnÃÂ do vyhledÃÂvacÃÂho stromu"
 
-#: iconv/iconvconfig.c:1240
+#: iconv/iconvconfig.c:1243
 #, c-format
 msgid "cannot generate output file"
 msgstr "vÃÂstupnÃÂ soubor nelze vytvoÃÂit"
@@ -2647,7 +2651,7 @@
 msgid "Cannot set LC_ALL to default locale"
 msgstr "LC_ALL nelze nastavit na implicitnÃÂ nÃÂrodnÃÂ prostÃÂedÃÂ"
 
-#: locale/programs/locale.c:518
+#: locale/programs/locale.c:521
 #, c-format
 msgid "while preparing output"
 msgstr "bÃÂhem pÃÂÃÂpravy vÃÂstupu"
@@ -2746,7 +2750,7 @@
 msgstr "FATÃÂLNÃÂ CHYBA: systÃÂm nedefinuje ÃÂÂ_POSIX2_LOCALEDEFÃÂÂ"
 
 #: locale/programs/localedef.c:253 locale/programs/localedef.c:269
-#: locale/programs/localedef.c:595 locale/programs/localedef.c:615
+#: locale/programs/localedef.c:601 locale/programs/localedef.c:621
 #, c-format
 msgid "cannot open locale definition file `%s'"
 msgstr "soubor ÃÂÂ%sÃÂÂ definice nÃÂrodnÃÂho prostÃÂedÃÂ nelze otevÃÂÃÂt"
@@ -2756,7 +2760,7 @@
 msgid "cannot write output files to `%s'"
 msgstr "vÃÂstupnÃÂ soubory nelze do ÃÂÂ%sÃÂÂ zapsat"
 
-#: locale/programs/localedef.c:362
+#: locale/programs/localedef.c:367
 #, c-format
 msgid ""
 "System's directory for character maps : %s\n"
@@ -2769,18 +2773,18 @@
 "                 lokalizaÃÂnÃÂ cesta: %s\n"
 "%s"
 
-#: locale/programs/localedef.c:563
+#: locale/programs/localedef.c:569
 #, c-format
 msgid "circular dependencies between locale definitions"
 msgstr "kruhovÃÂ zÃÂvislosti mezi definicemi nÃÂrodnÃÂho prostÃÂedÃÂ"
 
-#: locale/programs/localedef.c:569
+#: locale/programs/localedef.c:575
 #, c-format
 msgid "cannot add already read locale `%s' a second time"
 msgstr "jiÃÂ naÃÂtenÃÂ nÃÂrodnÃÂ prostÃÂedÃÂ ÃÂÂ%sÃÂÂ nelze po druhÃÂ pÃÂidat"
 
 #: locale/programs/locarchive.c:113 locale/programs/locarchive.c:347
-#: nss/makedb.c:289
+#: nss/makedb.c:290
 #, c-format
 msgid "cannot create temporary file"
 msgstr "doÃÂasnÃÂ soubor nelze vytvoÃÂit"
@@ -2974,12 +2978,12 @@
 msgid "repertoire map file `%s' not found"
 msgstr "soubor ÃÂÂ%sÃÂÂ repertoÃÂru znakÃÂ nebyl nalezen"
 
-#: login/programs/pt_chown.c:77
+#: login/programs/pt_chown.c:78
 #, c-format
 msgid "Set the owner, group and access permission of the slave pseudo terminal corresponding to the master pseudo terminal passed on file descriptor `%d'.  This is the helper program for the `grantpt' function.  It is not intended to be run directly from the command line.\n"
 msgstr "NastavÃÂ vlastnÃÂka, skupinu a pÃÂÃÂstupovÃÂ prÃÂva podÃÂÃÂzenÃÂmu pseudoterminÃÂlu,ÃÂÂkterÃÂ pÃÂÃÂsluÃÂÃÂ nadÃÂÃÂzenÃÂmu pseudoterminÃÂlu, na zÃÂkladÃÂ deskriptoru souboru ÃÂÂ%dÃÂÂ. Toto je pomocnÃÂ program pro funkci ÃÂÂgrantptÃÂÂ a nenÃÂ urÃÂen pro pÃÂÃÂmÃÂ volÃÂnÃÂ zÃÂpÃÂÃÂkazovÃÂ ÃÂÃÂdky.\n"
 
-#: login/programs/pt_chown.c:87
+#: login/programs/pt_chown.c:92
 #, c-format
 msgid ""
 "The owner is set to the current user, the group is set to `%s', and the access permission is set to `%o'.\n"
@@ -2990,33 +2994,33 @@
 "\n"
 "%s"
 
-#: login/programs/pt_chown.c:191
+#: login/programs/pt_chown.c:198
 #, c-format
 msgid "too many arguments"
 msgstr "pÃÂÃÂliÃÂ mnoho argumentÃÂ"
 
-#: login/programs/pt_chown.c:199
+#: login/programs/pt_chown.c:206
 #, c-format
 msgid "needs to be installed setuid `root'"
 msgstr "je tÃÂeba bÃÂt nainstalovÃÂn se SUID bitem a vlastnÃÂkem ÃÂÂrootÃÂÂ"
 
-#: malloc/mcheck.c:349
+#: malloc/mcheck.c:348
 msgid "memory is consistent, library is buggy\n"
 msgstr "pamÃÂÃÂ je konzistentnÃÂ, knihovna je chybnÃÂ\n"
 
-#: malloc/mcheck.c:352
+#: malloc/mcheck.c:351
 msgid "memory clobbered before allocated block\n"
 msgstr "pamÃÂÃÂ pÃÂed zaÃÂÃÂtkem pÃÂidÃÂlenÃÂho bloku pÃÂepsÃÂna\n"
 
-#: malloc/mcheck.c:355
+#: malloc/mcheck.c:354
 msgid "memory clobbered past end of allocated block\n"
 msgstr "pamÃÂÃÂ za koncem pÃÂidÃÂlenÃÂho bloku pÃÂepsÃÂna\n"
 
-#: malloc/mcheck.c:358
+#: malloc/mcheck.c:357
 msgid "block freed twice\n"
 msgstr "blok uvolnÃÂn dvakrÃÂt\n"
 
-#: malloc/mcheck.c:361
+#: malloc/mcheck.c:360
 msgid "bogus mcheck_status, library is buggy\n"
 msgstr "pochybnÃÂ mcheck_status, knihovna je chybnÃÂ\n"
 
@@ -3078,7 +3082,7 @@
 "krÃÂtkÃÂch forem.\n"
 "\n"
 
-#: malloc/memusage.sh:100
+#: malloc/memusage.sh:99
 msgid ""
 "Syntax: memusage [--data=FILE] [--progname=NAME] [--png=FILE] [--unbuffered]\n"
 "\t    [--buffer=SIZE] [--no-timer] [--time-based] [--total]\n"
@@ -3090,47 +3094,47 @@
 "\t    [--total] [--title=ÃÂETÃÂZEC] [--x-size=VELIKOST] [--y-size=VELIKOST]\n"
 "\t    PROGRAM [PÃÂEPÃÂNAÃÂ_PROGRAMU]ÃÂÂ"
 
-#: malloc/memusage.sh:192
+#: malloc/memusage.sh:191
 msgid "memusage: option \\`${1##*=}' is ambiguous"
 msgstr "memusage: pÃÂepÃÂnaÃÂ ÃÂÂ${1##*=}ÃÂÂ nenÃÂ jednoznaÃÂnÃÂ"
 
-#: malloc/memusage.sh:201
+#: malloc/memusage.sh:200
 msgid "memusage: unrecognized option \\`$1'"
 msgstr "memusage: nerozpoznanÃÂ pÃÂepÃÂnaÃÂ ÃÂÂ$1ÃÂÂ"
 
-#: malloc/memusage.sh:214
+#: malloc/memusage.sh:213
 msgid "No program name given"
 msgstr "NezadÃÂn ÃÂÃÂdnÃÂ nÃÂzev programu"
 
-#: malloc/memusagestat.c:56
+#: malloc/memusagestat.c:55
 msgid "Name output file"
 msgstr "NÃÂzev vÃÂstupnÃÂho souboru"
 
-#: malloc/memusagestat.c:57
+#: malloc/memusagestat.c:56
 msgid "Title string used in output graphic"
 msgstr "Text nadpisu pouÃÂitÃÂ ve vÃÂstupnÃÂ grafice"
 
-#: malloc/memusagestat.c:58
+#: malloc/memusagestat.c:57
 msgid "Generate output linear to time (default is linear to number of function calls)"
 msgstr "VytvoÃÂÃÂ vÃÂstup lineÃÂrnÃÂ vÃÂÃÂase (implicitnÃÂ chovÃÂnÃÂ je linearita vzhledem kÃÂpoÃÂtu volÃÂnÃÂ funkce) "
 
-#: malloc/memusagestat.c:60
+#: malloc/memusagestat.c:59
 msgid "Also draw graph for total memory consumption"
 msgstr "VykreslÃÂ takÃÂ graf celkovÃÂ spotÃÂeby pamÃÂti"
 
-#: malloc/memusagestat.c:61
+#: malloc/memusagestat.c:60
 msgid "Make output graphic VALUE pixels wide"
 msgstr "VytvoÃÂÃÂ vÃÂstupnÃÂ grafiku ÃÂirokou VELIKOST pixelÃÂ"
 
-#: malloc/memusagestat.c:62
+#: malloc/memusagestat.c:61
 msgid "Make output graphic VALUE pixels high"
 msgstr "VytvoÃÂÃÂ vÃÂstupnÃÂ grafiku vysokou VELIKOST pixelÃÂ"
 
-#: malloc/memusagestat.c:67
+#: malloc/memusagestat.c:66
 msgid "Generate graphic from memory profiling data"
 msgstr "VykreslÃÂ obrÃÂzek na zÃÂkladÃÂ dat zÃÂÃÂetÃÂenÃÂ"
 
-#: malloc/memusagestat.c:70
+#: malloc/memusagestat.c:69
 msgid "DATAFILE [OUTFILE]"
 msgstr "DATOVÃÂ_SOUBOR [VÃÂSTUPNÃÂ_SOUBOR]"
 
@@ -4035,23 +4039,23 @@
 msgid "setgroups failed"
 msgstr "funkce setgroups() selhala"
 
-#: nscd/grpcache.c:390 nscd/hstcache.c:440 nscd/initgrcache.c:411
+#: nscd/grpcache.c:407 nscd/hstcache.c:440 nscd/initgrcache.c:411
 #: nscd/pwdcache.c:383 nscd/servicescache.c:338
 #, c-format
 msgid "short write in %s: %s"
 msgstr "neÃÂplnÃÂ zÃÂpis v %s(): %s"
 
-#: nscd/grpcache.c:435 nscd/initgrcache.c:77
+#: nscd/grpcache.c:452 nscd/initgrcache.c:77
 #, c-format
 msgid "Haven't found \"%s\" in group cache!"
 msgstr "ÃÂÂ%sÃÂÂ nebylo v cache pamÃÂti pro skupiny nalezeno!"
 
-#: nscd/grpcache.c:437 nscd/initgrcache.c:79
+#: nscd/grpcache.c:454 nscd/initgrcache.c:79
 #, c-format
 msgid "Reloading \"%s\" in group cache!"
 msgstr "Znovu se nahrÃÂvÃÂ ÃÂÂ%sÃÂÂ do keÃÂe skupin!"
 
-#: nscd/grpcache.c:516
+#: nscd/grpcache.c:533
 #, c-format
 msgid "Invalid numeric gid \"%s\"!"
 msgstr "ChybnÃÂ ÃÂÃÂselnÃÂ GID ÃÂÂ%sÃÂÂ!"
@@ -4134,7 +4138,7 @@
 msgid "Name Service Cache Daemon."
 msgstr "NSC (Name Service Cache) dÃÂmon [pro keÃÂovÃÂnÃÂ jmennÃÂch sluÃÂeb]."
 
-#: nscd/nscd.c:164 nss/getent.c:999 nss/makedb.c:207
+#: nscd/nscd.c:164 nss/getent.c:999 nss/makedb.c:208
 #, c-format
 msgid "wrong number of arguments"
 msgstr "chybnÃÂ poÃÂet argumentÃÂ"
@@ -4163,32 +4167,32 @@
 msgid "Could not create log file"
 msgstr "Soubor s protokolem nelze vytvoÃÂit"
 
-#: nscd/nscd.c:346 nscd/nscd.c:371 nscd/nscd_stat.c:173
+#: nscd/nscd.c:348 nscd/nscd.c:373 nscd/nscd_stat.c:173
 #, c-format
 msgid "Only root is allowed to use this option!"
 msgstr "Tento pÃÂepÃÂnaÃÂ je dostupnÃÂ pouze superuÃÂivateli!"
 
-#: nscd/nscd.c:386
+#: nscd/nscd.c:388
 #, c-format
 msgid "'%s' is not a known database"
 msgstr "ÃÂÂ%sÃÂÂ nenÃÂ znÃÂmÃÂ databÃÂze"
 
-#: nscd/nscd.c:411 nscd/nscd_stat.c:192
+#: nscd/nscd.c:413 nscd/nscd_stat.c:192
 #, c-format
 msgid "write incomplete"
 msgstr "neÃÂplnÃÂ zÃÂpis"
 
-#: nscd/nscd.c:422
+#: nscd/nscd.c:424
 #, c-format
 msgid "cannot read invalidate ACK"
 msgstr "zneplatnÃÂnÃÂ ACKÃÂÂ(potvrzenÃÂ) nelze naÃÂÃÂst"
 
-#: nscd/nscd.c:428
+#: nscd/nscd.c:430
 #, c-format
 msgid "invalidation failed"
 msgstr "zneplatnÃÂnÃÂ selhalo"
 
-#: nscd/nscd.c:438
+#: nscd/nscd.c:440
 #, c-format
 msgid "secure services not implemented anymore"
 msgstr "bezpeÃÂnÃÂ sluÃÂby jiÃÂ nejsou implementovÃÂny"
@@ -4524,31 +4528,31 @@
 msgid "Unknown database: %s\n"
 msgstr "NeznÃÂmÃÂ databÃÂze: %s\n"
 
-#: nss/makedb.c:117
+#: nss/makedb.c:118
 msgid "Convert key to lower case"
 msgstr "PÃÂevÃÂdÃÂ klÃÂÃÂe na malÃÂ pÃÂsmena"
 
-#: nss/makedb.c:120
+#: nss/makedb.c:121
 msgid "Do not print messages while building database"
 msgstr "BÃÂhem tvorby databÃÂze nevypisuje zprÃÂvy"
 
-#: nss/makedb.c:122
+#: nss/makedb.c:123
 msgid "Print content of database file, one entry a line"
 msgstr "VypÃÂÃÂe obsah databÃÂzovÃÂho souboru, jeden zÃÂznam na ÃÂÃÂdek"
 
-#: nss/makedb.c:123
+#: nss/makedb.c:124
 msgid "CHAR"
 msgstr "ZNAK"
 
-#: nss/makedb.c:124
+#: nss/makedb.c:125
 msgid "Generated line not part of iteration"
 msgstr "VytvoÃÂenÃÂ ÃÂÃÂdek nenÃÂ souÃÂÃÂstÃÂ iterace"
 
-#: nss/makedb.c:129
+#: nss/makedb.c:130
 msgid "Create simple database from textual input."
 msgstr "VytvÃÂÃÂÃÂ jednoduchÃÂ databÃÂze zÃÂtextovÃÂho vstupu."
 
-#: nss/makedb.c:132
+#: nss/makedb.c:133
 msgid ""
 "INPUT-FILE OUTPUT-FILE\n"
 "-o OUTPUT-FILE INPUT-FILE\n"
@@ -4558,66 +4562,66 @@
 "-o VÃÂSTUPNÃÂ_SOUBOR VSTUPNÃÂ_SOUBOR\n"
 "-u VSTUPNÃÂ_SOUBOR"
 
-#: nss/makedb.c:228
+#: nss/makedb.c:229
 #, c-format
 msgid "cannot open database file `%s'"
 msgstr "databÃÂzovÃÂ soubor ÃÂÂ%sÃÂÂ nelze otevÃÂÃÂt"
 
-#: nss/makedb.c:273
+#: nss/makedb.c:274
 #, c-format
 msgid "no entries to be processed"
 msgstr "nebyly zpracovÃÂny ÃÂÃÂdnÃÂ zÃÂznamy"
 
-#: nss/makedb.c:283
+#: nss/makedb.c:284
 #, c-format
 msgid "cannot create temporary file name"
 msgstr "nÃÂzev doÃÂasnÃÂho souboru nelze vytvoÃÂit"
 
-#: nss/makedb.c:305
+#: nss/makedb.c:306
 #, c-format
 msgid "cannot stat newly created file"
 msgstr "nad novÃÂ vytvoÃÂenÃÂm souborem nelze zavolat stat()"
 
-#: nss/makedb.c:316
+#: nss/makedb.c:317
 #, c-format
 msgid "cannot rename temporary file"
 msgstr "doÃÂasnÃÂ soubor nelze pÃÂejmenovat"
 
-#: nss/makedb.c:529 nss/makedb.c:552
+#: nss/makedb.c:533 nss/makedb.c:556
 #, c-format
 msgid "cannot create search tree"
 msgstr "vyhledÃÂvacÃÂ strom nelze vytvoÃÂit"
 
-#: nss/makedb.c:558
+#: nss/makedb.c:562
 msgid "duplicate key"
 msgstr "duplicitnÃÂ klÃÂÃÂ"
 
-#: nss/makedb.c:570
+#: nss/makedb.c:574
 #, c-format
 msgid "problems while reading `%s'"
 msgstr "problÃÂmy bÃÂhem ÃÂtenÃÂ ÃÂÂ%sÃÂÂ"
 
-#: nss/makedb.c:794
+#: nss/makedb.c:801
 #, c-format
 msgid "failed to write new database file"
 msgstr "novÃÂ databÃÂzovÃÂ soubor se nezdaÃÂilo zapsat"
 
-#: nss/makedb.c:807
+#: nss/makedb.c:814
 #, c-format
 msgid "cannot stat database file"
 msgstr "nad databÃÂzovÃÂm souborem nelze zavolat stat()"
 
-#: nss/makedb.c:812
+#: nss/makedb.c:819
 #, c-format
 msgid "cannot map database file"
 msgstr "databÃÂzovÃÂ soubor nelze otevÃÂÃÂt"
 
-#: nss/makedb.c:815
+#: nss/makedb.c:822
 #, c-format
 msgid "file not a database file"
 msgstr "soubor nenÃÂ databÃÂzÃÂ"
 
-#: nss/makedb.c:866
+#: nss/makedb.c:873
 #, c-format
 msgid "cannot set file creation context for `%s'"
 msgstr "kontext vzniku souboru ÃÂÂ%sÃÂÂ nelze nastavit"
@@ -4801,7 +4805,7 @@
 msgid "No previous regular expression"
 msgstr "PÃÂedchozÃÂ regulÃÂrnÃÂ vÃÂraz neexistuje"
 
-#: posix/wordexp.c:1829
+#: posix/wordexp.c:1830
 msgid "parameter null or not set"
 msgstr "parametr je nullovÃÂ nebo prÃÂzdnÃÂ"
 
@@ -5067,8 +5071,8 @@
 msgstr "NeznÃÂmÃÂ signÃÂl %d"
 
 #: sunrpc/auth_unix.c:111 sunrpc/clnt_tcp.c:123 sunrpc/clnt_udp.c:134
-#: sunrpc/clnt_unix.c:124 sunrpc/svc_tcp.c:171 sunrpc/svc_tcp.c:216
-#: sunrpc/svc_udp.c:145 sunrpc/svc_unix.c:171 sunrpc/svc_unix.c:212
+#: sunrpc/clnt_unix.c:124 sunrpc/svc_tcp.c:188 sunrpc/svc_tcp.c:233
+#: sunrpc/svc_udp.c:162 sunrpc/svc_unix.c:188 sunrpc/svc_unix.c:229
 #: sunrpc/xdr.c:630 sunrpc/xdr.c:790 sunrpc/xdr_array.c:97
 #: sunrpc/xdr_rec.c:151 sunrpc/xdr_ref.c:76
 msgid "out of memory\n"
@@ -5233,246 +5237,253 @@
 msgid "Cannot receive reply to broadcast"
 msgstr "OdpovÃÂÃÂ na vÃÂesmÃÂrovÃÂ vysÃÂlÃÂnÃÂ nepÃÂiÃÂla"
 
-#: sunrpc/rpc_main.c:280
+#: sunrpc/rpc_main.c:277
 #, c-format
 msgid "%s: output would overwrite %s\n"
 msgstr "%s: vÃÂstup by pÃÂepsal %s\n"
 
-#: sunrpc/rpc_main.c:287
+#: sunrpc/rpc_main.c:284
 #, c-format
 msgid "%s: unable to open %s: %m\n"
 msgstr "%s: %s nelze otevÃÂÃÂt: %m\n"
 
-#: sunrpc/rpc_main.c:299
+#: sunrpc/rpc_main.c:296
 #, c-format
 msgid "%s: while writing output %s: %m"
 msgstr "%s: bÃÂhem zÃÂpisu do %s: %m"
 
-#: sunrpc/rpc_main.c:334
-#, c-format
-msgid "cannot find C preprocessor: %s \n"
-msgstr "preprocesor jazyka C nelze nalÃÂzt: %s \n"
-
-#: sunrpc/rpc_main.c:342
-msgid "cannot find any C preprocessor (cpp)\n"
-msgstr "ÃÂÃÂdnÃÂ preprocesor jazyka C (cpp) nelze nalÃÂzt\n"
-
-#: sunrpc/rpc_main.c:411
+#: sunrpc/rpc_main.c:332 sunrpc/rpc_main.c:371
+#, c-format
+msgid "cannot find C preprocessor: %s\n"
+msgstr "preprocesor jazyka C nelze nalÃÂzt: %s\n"
+
+#: sunrpc/rpc_main.c:407
 #, c-format
 msgid "%s: C preprocessor failed with signal %d\n"
 msgstr "%s: preprocesor jazyka C ukonÃÂen signÃÂlem %d\n"
 
-#: sunrpc/rpc_main.c:414
+#: sunrpc/rpc_main.c:410
 #, c-format
 msgid "%s: C preprocessor failed with exit code %d\n"
 msgstr "%s: preprocesor jazyka C skonÃÂil s vÃÂstupnÃÂm kÃÂdem %d\n"
 
-#: sunrpc/rpc_main.c:454
+#: sunrpc/rpc_main.c:450
 #, c-format
 msgid "illegal nettype: `%s'\n"
 msgstr "nepovolenÃÂ nettype: ÃÂÂ%sÃÂÂ\n"
 
-#: sunrpc/rpc_main.c:1089
+#: sunrpc/rpc_main.c:1085
 #, c-format
 msgid "rpcgen: too many defines\n"
 msgstr "rpcgen: pÃÂÃÂliÃÂ mnoho definic\n"
 
-#: sunrpc/rpc_main.c:1101
+#: sunrpc/rpc_main.c:1097
 #, c-format
 msgid "rpcgen: arglist coding error\n"
 msgstr "rpcgen: chyba pÃÂi vklÃÂdÃÂnÃÂ do seznamu argumentÃÂ\n"
 
 #. TRANS: the file will not be removed; this is an
 #. TRANS: informative message.
-#: sunrpc/rpc_main.c:1134
+#: sunrpc/rpc_main.c:1130
 #, c-format
 msgid "file `%s' already exists and may be overwritten\n"
 msgstr "soubor ÃÂÂ%sÃÂÂ jiÃÂ existuje a mÃÂÃÂe bÃÂt pÃÂepsÃÂn\n"
 
-#: sunrpc/rpc_main.c:1179
+#: sunrpc/rpc_main.c:1175
 #, c-format
 msgid "Cannot specify more than one input file!\n"
 msgstr "VÃÂce neÃÂ jeden vstupnÃÂ soubor nelze zadat!\n"
 
-#: sunrpc/rpc_main.c:1349
+#: sunrpc/rpc_main.c:1345
 #, c-format
 msgid "This implementation doesn't support newstyle or MT-safe code!\n"
 msgstr "Tato implementace nepodporuje novÃÂ MT-bezpeÃÂnÃÂ kÃÂd!\n"
 
-#: sunrpc/rpc_main.c:1358
+#: sunrpc/rpc_main.c:1354
 #, c-format
 msgid "Cannot use netid flag with inetd flag!\n"
 msgstr "PÃÂÃÂznaky netid a inetd nelze pouÃÂÃÂt souÃÂasnÃÂ!\n"
 
-#: sunrpc/rpc_main.c:1367
+#: sunrpc/rpc_main.c:1363
 #, c-format
 msgid "Cannot use netid flag without TIRPC!\n"
 msgstr "PÃÂÃÂznak netid nelze bez TIRPC pouÃÂÃÂt!\n"
 
-#: sunrpc/rpc_main.c:1374
+#: sunrpc/rpc_main.c:1370
 #, c-format
 msgid "Cannot use table flags with newstyle!\n"
 msgstr "PÃÂi pouÃÂitÃÂ novÃÂho stylu nelze pÃÂÃÂznaky tabulky pouÃÂÃÂt!\n"
 
-#: sunrpc/rpc_main.c:1393
+#: sunrpc/rpc_main.c:1389
 #, c-format
 msgid "\"infile\" is required for template generation flags.\n"
 msgstr "ÃÂÂvst_souborÃÂÂ je vyÃÂadovÃÂn pÃÂi pouÃÂitÃÂ pÃÂÃÂznakÃÂ tvorby vzoru.\n"
 
-#: sunrpc/rpc_main.c:1398
+#: sunrpc/rpc_main.c:1394
 #, c-format
 msgid "Cannot have more than one file generation flag!\n"
 msgstr "VÃÂce neÃÂ jeden pÃÂÃÂznak tvorby souboru nelze pouÃÂÃÂt!\n"
 
-#: sunrpc/rpc_main.c:1407
+#: sunrpc/rpc_main.c:1403
 #, c-format
 msgid "usage: %s infile\n"
 msgstr "PouÃÂitÃÂ: %s vstupnÃÂ_soubor\n"
 
-#: sunrpc/rpc_main.c:1408
+#: sunrpc/rpc_main.c:1404
 #, c-format
 msgid "\t%s [-abkCLNTM][-Dname[=value]] [-i size] [-I [-K seconds]] [-Y path] infile\n"
 msgstr ""
 "\t%s [-abkCLNTM][-DnÃÂzev[=hodnota]] [-i velikost] [-I [-K sekundy]]\n"
 "           [-Y cesta] vst_soubor\n"
 
-#: sunrpc/rpc_main.c:1410
+#: sunrpc/rpc_main.c:1406
 #, c-format
 msgid "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o outfile] [infile]\n"
 msgstr ""
 "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o vÃÂst_soubor]\n"
 "           [vst_soubor]\n"
 
-#: sunrpc/rpc_main.c:1412
+#: sunrpc/rpc_main.c:1408
 #, c-format
 msgid "\t%s [-s nettype]* [-o outfile] [infile]\n"
 msgstr "\t%s [-s nettype]* [-o vÃÂst_soubor] [vst_soubor]\n"
 
-#: sunrpc/rpc_main.c:1413
+#: sunrpc/rpc_main.c:1409
 #, c-format
 msgid "\t%s [-n netid]* [-o outfile] [infile]\n"
 msgstr "\t%s [-n netid]* [-o vÃÂst_soubor] [vst_soubor]\n"
 
-#: sunrpc/rpc_main.c:1421
+#: sunrpc/rpc_main.c:1417
 #, c-format
 msgid "options:\n"
 msgstr "pÃÂepÃÂnaÃÂe:\n"
 
-#: sunrpc/rpc_main.c:1422
+#: sunrpc/rpc_main.c:1418
 #, c-format
 msgid "-a\t\tgenerate all files, including samples\n"
 msgstr "-a\t\tgeneruje vÃÂechny soubory vÃÂetnÃÂ pÃÂÃÂkladÃÂ\n"
 
-#: sunrpc/rpc_main.c:1423
+#: sunrpc/rpc_main.c:1419
 #, c-format
 msgid "-b\t\tbackward compatibility mode (generates code for SunOS 4.1)\n"
 msgstr "-b\t\treÃÂim zpÃÂtnÃÂ kompatibility (generuje kÃÂod pro SunOS 4.1)\n"
 
-#: sunrpc/rpc_main.c:1424
+#: sunrpc/rpc_main.c:1420
 #, c-format
 msgid "-c\t\tgenerate XDR routines\n"
 msgstr "-c\t\tgeneruje rutiny XDR\n"
 
-#: sunrpc/rpc_main.c:1425
+#: sunrpc/rpc_main.c:1421
 #, c-format
 msgid "-C\t\tANSI C mode\n"
 msgstr "-C\t\treÃÂim jazyka C ANSI\n"
 
-#: sunrpc/rpc_main.c:1426
+#: sunrpc/rpc_main.c:1422
 #, c-format
 msgid "-Dname[=value]\tdefine a symbol (same as #define)\n"
 msgstr "-DnÃÂzev[=hodnota]\tdefinuje symbol (stejnÃÂ jako #define)\n"
 
-#: sunrpc/rpc_main.c:1427
+#: sunrpc/rpc_main.c:1423
 #, c-format
 msgid "-h\t\tgenerate header file\n"
 msgstr "-h\t\tgeneruje hlaviÃÂkovÃÂ soubor\n"
 
-#: sunrpc/rpc_main.c:1428
+#: sunrpc/rpc_main.c:1424
 #, c-format
 msgid "-i size\t\tsize at which to start generating inline code\n"
 msgstr "-i velikost\t\tvelikost, pÃÂi kterÃÂ zaÃÂne generovat inline kÃÂd\n"
 
-#: sunrpc/rpc_main.c:1429
+#: sunrpc/rpc_main.c:1425
 #, c-format
 msgid "-I\t\tgenerate code for inetd support in server (for SunOS 4.1)\n"
 msgstr "-I\t\tgeneruje kÃÂd pro podporu inetd vÃÂserveru (pro SunOS 4.1)\n"
 
-#: sunrpc/rpc_main.c:1430
+#: sunrpc/rpc_main.c:1426
 #, c-format
 msgid "-K seconds\tserver exits after K seconds of inactivity\n"
 msgstr "-K sekundy\tserver skonÃÂÃÂ po K sekundÃÂch neÃÂinnosti\n"
 
-#: sunrpc/rpc_main.c:1431
+#: sunrpc/rpc_main.c:1427
 #, c-format
 msgid "-l\t\tgenerate client side stubs\n"
 msgstr "-l\t\tgeneruje prÃÂzdnou kostru na stranÃÂ klienta\n"
 
-#: sunrpc/rpc_main.c:1432
+#: sunrpc/rpc_main.c:1428
 #, c-format
 msgid "-L\t\tserver errors will be printed to syslog\n"
 msgstr "-L\t\tchyby serveru budou zaznamenÃÂvÃÂny do systÃÂmovÃÂho protokolu\n"
 
-#: sunrpc/rpc_main.c:1433
+#: sunrpc/rpc_main.c:1429
 #, c-format
 msgid "-m\t\tgenerate server side stubs\n"
 msgstr "ÃÂÂm\t\tgeneruje prÃÂzdnou kostry na stranÃÂ serveru\n"
 
-#: sunrpc/rpc_main.c:1434
+#: sunrpc/rpc_main.c:1430
 #, c-format
 msgid "-M\t\tgenerate MT-safe code\n"
 msgstr "-M\t\tgeneruje MT-bezpeÃÂnÃÂ kÃÂd\n"
 
 # netid = Network Identifier
-#: sunrpc/rpc_main.c:1435
+#: sunrpc/rpc_main.c:1431
 #, c-format
 msgid "-n netid\tgenerate server code that supports named netid\n"
 msgstr "-n netid\tgeneruje kÃÂd serveru, kterÃÂ podporuje danÃÂ netid\n"
 
-#: sunrpc/rpc_main.c:1436
+#: sunrpc/rpc_main.c:1432
 #, c-format
 msgid "-N\t\tsupports multiple arguments and call-by-value\n"
 msgstr "-N\t\tpodporuje nÃÂsobnÃÂ argumenty a volÃÂnÃÂ hodnotou\n"
 
-#: sunrpc/rpc_main.c:1437
+#: sunrpc/rpc_main.c:1433
 #, c-format
 msgid "-o outfile\tname of the output file\n"
 msgstr "-o vÃÂstup\tnÃÂzev vÃÂstupnÃÂho souboru\n"
 
-#: sunrpc/rpc_main.c:1438
+#: sunrpc/rpc_main.c:1434
 #, c-format
 msgid "-s nettype\tgenerate server code that supports named nettype\n"
 msgstr "-s typsÃÂtÃÂ\tgeneruje kÃÂd serveru, kterÃÂ podporuje jmenovanÃÂ typ sÃÂtÃÂ\n"
 
-#: sunrpc/rpc_main.c:1439
+#: sunrpc/rpc_main.c:1435
 #, c-format
 msgid "-Sc\t\tgenerate sample client code that uses remote procedures\n"
 msgstr "-Sc\t\tgeneruje kÃÂd vzorovÃÂho klienta, kterÃÂ pouÃÂÃÂvÃÂ vzdÃÂlenÃÂ procedury\n"
 
-#: sunrpc/rpc_main.c:1440
+#: sunrpc/rpc_main.c:1436
 #, c-format
 msgid "-Ss\t\tgenerate sample server code that defines remote procedures\n"
 msgstr "ÃÂSs\t\tgeneruje ukÃÂzkovÃÂ kÃÂd serveru, kterÃÂ definuje vzdÃÂlenÃÂ procedury\n"
 
-#: sunrpc/rpc_main.c:1441
+#: sunrpc/rpc_main.c:1437
 #, c-format
 msgid "-Sm \t\tgenerate makefile template \n"
 msgstr "-Sm\t\tgeneruje ÃÂablonu pro makefile\n"
 
-#: sunrpc/rpc_main.c:1442
+#: sunrpc/rpc_main.c:1438
 #, c-format
 msgid "-t\t\tgenerate RPC dispatch table\n"
 msgstr "-t\t\tgeneruje rozhodovacÃÂ (dispatch) tabulku RPC\n"
 
-#: sunrpc/rpc_main.c:1443
+#: sunrpc/rpc_main.c:1439
 #, c-format
 msgid "-T\t\tgenerate code to support RPC dispatch tables\n"
 msgstr "-T\t\tgeneruje kÃÂd pro podporu rozhodovacÃÂch tabulek RPC\n"
 
-#: sunrpc/rpc_main.c:1444
+#: sunrpc/rpc_main.c:1440
 #, c-format
 msgid "-Y path\t\tdirectory name to find C preprocessor (cpp)\n"
 msgstr "-Y cesta\t\tnÃÂzev adresÃÂÃÂe, kde se nachÃÂzÃÂ preprocesor jazyka C (cpp)\n"
+
+#: sunrpc/rpc_main.c:1442
+#, c-format
+msgid ""
+"\n"
+"For bug reporting instructions, please see:\n"
+"%s.\n"
+msgstr ""
+"\n"
+"NÃÂvod, jak nahlÃÂsit chybu, naleznete na:\n"
+"%s.\n"
 
 #: sunrpc/rpc_scan.c:112
 msgid "constant or identifier expected"
@@ -5609,59 +5620,59 @@
 msgid "never registered prog %d\n"
 msgstr "nikdy neregistrovanÃÂ program %d\n"
 
-#: sunrpc/svc_tcp.c:147
+#: sunrpc/svc_tcp.c:164
 msgid "svc_tcp.c - tcp socket creation problem"
 msgstr "svc_tcp.cÃÂÃÂÂÃÂ pÃÂi vytvÃÂÃÂenÃÂ tcp soketu vznikla chyba"
 
-#: sunrpc/svc_tcp.c:162
+#: sunrpc/svc_tcp.c:179
 msgid "svc_tcp.c - cannot getsockname or listen"
 msgstr "svc_tcp.cÃÂÃÂÂ pÃÂi getsockname nebo listen vznikla chyba"
 
-#: sunrpc/svc_udp.c:120
+#: sunrpc/svc_udp.c:137
 msgid "svcudp_create: socket creation problem"
 msgstr "svcudp_create: soket nelze vytvoÃÂit"
 
-#: sunrpc/svc_udp.c:134
+#: sunrpc/svc_udp.c:151
 msgid "svcudp_create - cannot getsockname"
 msgstr "svcudp_create - pÃÂi getsockname vznikla chyba"
 
-#: sunrpc/svc_udp.c:166
+#: sunrpc/svc_udp.c:183
 msgid "svcudp_create: xp_pad is too small for IP_PKTINFO\n"
 msgstr "svcudp_create: xp_pad je pro IP_PKTINFO pÃÂÃÂliÃÂ malÃÂ\n"
 
-#: sunrpc/svc_udp.c:474
+#: sunrpc/svc_udp.c:495
 msgid "enablecache: cache already enabled"
 msgstr "enablecache: cache jiÃÂ je povolena"
 
-#: sunrpc/svc_udp.c:480
+#: sunrpc/svc_udp.c:501
 msgid "enablecache: could not allocate cache"
 msgstr "enablecache: cache nebylo moÃÂno alokovat"
 
-#: sunrpc/svc_udp.c:489
+#: sunrpc/svc_udp.c:510
 msgid "enablecache: could not allocate cache data"
 msgstr "enablecache: nebylo moÃÂno alokovat mÃÂsto pro data v cache"
 
-#: sunrpc/svc_udp.c:497
+#: sunrpc/svc_udp.c:518
 msgid "enablecache: could not allocate cache fifo"
 msgstr "enablecache: nebylo moÃÂno alokovat frontu pro cache"
 
-#: sunrpc/svc_udp.c:533
+#: sunrpc/svc_udp.c:554
 msgid "cache_set: victim not found"
 msgstr "cache_set: obÃÂÃÂ nenalezena"
 
-#: sunrpc/svc_udp.c:544
+#: sunrpc/svc_udp.c:565
 msgid "cache_set: victim alloc failed"
 msgstr "cache_set: alokace novÃÂ poloÃÂky cache se nezdaÃÂila"
 
-#: sunrpc/svc_udp.c:551
+#: sunrpc/svc_udp.c:572
 msgid "cache_set: could not allocate new rpc_buffer"
 msgstr "cache_set: neÃÂlo alokovat vyrovnÃÂvacÃÂ pamÃÂÃÂ pro rpc"
 
-#: sunrpc/svc_unix.c:145
+#: sunrpc/svc_unix.c:162
 msgid "svc_unix.c - AF_UNIX socket creation problem"
 msgstr "svc_unix.cÃÂÃÂÂ pÃÂi vytvÃÂÃÂenÃÂ AF_UNIX soketu vznikla chyba"
 
-#: sunrpc/svc_unix.c:161
+#: sunrpc/svc_unix.c:178
 msgid "svc_unix.c - cannot getsockname or listen"
 msgstr "svc_unix.cÃÂÃÂÂ pÃÂi getsockname nebo listen vznikla chyba"
 
@@ -5772,40 +5783,40 @@
 msgstr "ProfilovacÃÂ ÃÂasovaÃÂ vyprÃÂel (SIGPROF)"
 
 #: sysdeps/generic/siglist.h:53
+msgid "User defined signal 1"
+msgstr "UÃÂivatelem definovanÃÂ signÃÂl 1 (SIGUSR1)"
+
+#: sysdeps/generic/siglist.h:54
+msgid "User defined signal 2"
+msgstr "UÃÂivatelem definovanÃÂ signÃÂl 2 (SIGUSR2)"
+
+#: sysdeps/generic/siglist.h:58
+msgid "EMT trap"
+msgstr "EMT past (SIGEMT)"
+
+#: sysdeps/generic/siglist.h:61
+msgid "Bad system call"
+msgstr "ChybnÃÂ volÃÂnÃÂ systÃÂmu (SIGSYS)"
+
+#: sysdeps/generic/siglist.h:64
+msgid "Stack fault"
+msgstr "PoruÃÂen zÃÂsobnÃÂk (SIGSTKFLT)"
+
+#: sysdeps/generic/siglist.h:67
+msgid "Information request"
+msgstr "ÃÂÃÂdost o informaci (SIGINFO)"
+
+#: sysdeps/generic/siglist.h:69
+msgid "Power failure"
+msgstr "VÃÂpadek napÃÂjenÃÂ (SIGPWR)"
+
+#: sysdeps/generic/siglist.h:72
+msgid "Resource lost"
+msgstr "ProstÃÂedek byl ztracen (SIGLOST)"
+
+#: sysdeps/generic/siglist.h:75
 msgid "Window changed"
 msgstr "Okno se zmÃÂnilo (SIGWINCH)"
-
-#: sysdeps/generic/siglist.h:54
-msgid "User defined signal 1"
-msgstr "UÃÂivatelem definovanÃÂ signÃÂl 1 (SIGUSR1)"
-
-#: sysdeps/generic/siglist.h:55
-msgid "User defined signal 2"
-msgstr "UÃÂivatelem definovanÃÂ signÃÂl 2 (SIGUSR2)"
-
-#: sysdeps/generic/siglist.h:59
-msgid "EMT trap"
-msgstr "EMT past (SIGEMT)"
-
-#: sysdeps/generic/siglist.h:62
-msgid "Bad system call"
-msgstr "ChybnÃÂ volÃÂnÃÂ systÃÂmu (SIGSYS)"
-
-#: sysdeps/generic/siglist.h:65
-msgid "Stack fault"
-msgstr "PoruÃÂen zÃÂsobnÃÂk (SIGSTKFLT)"
-
-#: sysdeps/generic/siglist.h:68
-msgid "Information request"
-msgstr "ÃÂÃÂdost o informaci (SIGINFO)"
-
-#: sysdeps/generic/siglist.h:70
-msgid "Power failure"
-msgstr "VÃÂpadek napÃÂjenÃÂ (SIGPWR)"
-
-#: sysdeps/generic/siglist.h:73
-msgid "Resource lost"
-msgstr "ProstÃÂedek byl ztracen (SIGLOST)"
 
 #. TRANS Operation not permitted; only the owner of the file (or other resource)
 #. TRANS or processes with special privileges can perform the operation.
@@ -6749,417 +6760,422 @@
 msgid "cannot read header from `%s'"
 msgstr "hlaviÃÂku ze souboru ÃÂÂ%sÃÂÂ nelze pÃÂeÃÂÃÂst"
 
-#: timezone/zdump.c:215
+#: timezone/zdump.c:246
 msgid "lacks alphabetic at start"
 msgstr "na zaÃÂÃÂtku chybÃÂ pÃÂsmeno"
 
-#: timezone/zdump.c:217
+#: timezone/zdump.c:248
 msgid "has fewer than 3 alphabetics"
 msgstr "mÃÂ mÃÂnÃÂ neÃÂ 3 pÃÂsmena"
 
-#: timezone/zdump.c:219
+#: timezone/zdump.c:250
 msgid "has more than 6 alphabetics"
 msgstr "mÃÂ vÃÂce nÃÂÃÂ 6 pÃÂsmen"
 
-#: timezone/zdump.c:227
+#: timezone/zdump.c:258
 msgid "differs from POSIX standard"
 msgstr "nesouhlasÃÂ se standardem POSIX"
 
-#: timezone/zdump.c:233
+#: timezone/zdump.c:264
 #, c-format
 msgid "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"
 msgstr "%s: varovÃÂnÃÂ: zÃÂna ÃÂÂ%sÃÂÂ zkratka ÃÂÂ%sÃÂÂ %s\n"
 
-#: timezone/zdump.c:244
+#: timezone/zdump.c:273
 #, c-format
 msgid ""
 "%s: usage is %s [ --version ] [ --help ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"
 "\n"
-"Report bugs to tz@xxxxxxxxxxxxxxxxxx\n"
+"Report bugs to %s.\n"
 msgstr ""
 "%s: pouÃÂitÃÂ je %s [--version] [--help] [-v] [-c [DOLNÃÂ_ROK,]HORNÃÂ_ROK ] ÃÂASOVÃÂ_PÃÂSMOÃÂÂ\n"
 "\n"
-"Chyby vÃÂprogramu hlaste anglicky na tz@xxxxxxxxxxxxxxxxxx\n"
-
-#: timezone/zdump.c:313
+"Chyby vÃÂprogramu hlaste anglicky na %s.\n"
+
+#: timezone/zdump.c:340
 #, c-format
 msgid "%s: wild -c argument %s\n"
 msgstr "%s: divokÃÂ argument -c: %s\n"
 
-#: timezone/zdump.c:400
+#: timezone/zdump.c:426
 msgid "Error writing to standard output"
 msgstr "Chyba pÃÂi psanÃÂ na standardnÃÂ vÃÂstup"
 
-#: timezone/zdump.c:423
+#: timezone/zdump.c:439
 #, c-format
 msgid "%s: use of -v on system with floating time_t other than float or double\n"
 msgstr "%s:ÃÂÂpouÃÂitÃÂ ÃÂÂv na systÃÂmu sÃÂdesetinnou strukturou time_t jinou neÃÂ neÃÂ sÃÂfloat nebo double\n"
 
-#: timezone/zic.c:388
+#: timezone/zic.c:361
 #, c-format
 msgid "%s: Memory exhausted: %s\n"
 msgstr "%s: PamÃÂÃÂ vyÃÂerpÃÂna: %s\n"
 
-#: timezone/zic.c:434
+#: timezone/zic.c:401
 #, c-format
 msgid "\"%s\", line %d: %s"
 msgstr "ÃÂÂ%sÃÂÂ, ÃÂÃÂdek %d: %s"
 
-#: timezone/zic.c:437
+#: timezone/zic.c:404
 #, c-format
 msgid " (rule from \"%s\", line %d)"
 msgstr " (pravidlo zÃÂÃÂÂ%sÃÂÂ, ÃÂÃÂdek %d)"
 
-#: timezone/zic.c:449
+#: timezone/zic.c:415
 msgid "warning: "
 msgstr "varovÃÂnÃÂ: "
 
-#: timezone/zic.c:459
+#: timezone/zic.c:425
 #, c-format
 msgid ""
 "%s: usage is %s [ --version ] [ --help ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n"
 "\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"
 "\n"
-"Report bugs to tz@xxxxxxxxxxxxxxxxxx\n"
+"Report bugs to %s.\n"
 msgstr ""
 "%s: pouÃÂitÃÂ je %s [--version] [--help] [-v] [-l MÃÂSTNÃÂ_ÃÂAS] \\\n"
 "\t[-p POSIXOVÃÂ_PRAVIDLA] [-d ADRESÃÂÃÂ] [-L PÃÂESTUPNÃÂCH_SEKUND]\n"
 "\t[-y TYP_ROKU] [SOUBORÃÂÂ]\n"
-
-#: timezone/zic.c:496
+"\n"
+"Chyby hlaste anglicky na %s.\n"
+
+#: timezone/zic.c:460
 msgid "wild compilation-time specification of zic_t"
 msgstr "divokÃÂ urÃÂenÃÂ zic_t vÃÂdobÃÂ pÃÂekladu"
 
-#: timezone/zic.c:515
+#: timezone/zic.c:479
 #, c-format
 msgid "%s: More than one -d option specified\n"
 msgstr "%s: PÃÂepÃÂnaÃÂ -d zadÃÂn vÃÂce neÃÂ jednou\n"
 
-#: timezone/zic.c:525
+#: timezone/zic.c:489
 #, c-format
 msgid "%s: More than one -l option specified\n"
 msgstr "%s: PÃÂepÃÂnaÃÂ -l zadÃÂn vÃÂce neÃÂ jednou\n"
 
-#: timezone/zic.c:535
+#: timezone/zic.c:499
 #, c-format
 msgid "%s: More than one -p option specified\n"
 msgstr "%s: PÃÂepÃÂnaÃÂ -p zadÃÂn vÃÂce neÃÂ jednou\n"
 
-#: timezone/zic.c:545
+#: timezone/zic.c:509
 #, c-format
 msgid "%s: More than one -y option specified\n"
 msgstr "%s: PÃÂepÃÂnaÃÂ -y zadÃÂn vÃÂce neÃÂ jednou\n"
 
-#: timezone/zic.c:555
+#: timezone/zic.c:519
 #, c-format
 msgid "%s: More than one -L option specified\n"
 msgstr "%s: PÃÂepÃÂnaÃÂ -L zadÃÂn vÃÂce neÃÂ jednou\n"
 
-#: timezone/zic.c:604
+#: timezone/zic.c:566
 msgid "link to link"
 msgstr "odkaz na odkaz"
 
-#: timezone/zic.c:669
+#: timezone/zic.c:629
 msgid "hard link failed, symbolic link used"
 msgstr "pevnÃÂ odkaz nevytvoÃÂen, pouÃÂit symbolickÃÂ"
 
-#: timezone/zic.c:677
+#: timezone/zic.c:637
 #, c-format
 msgid "%s: Can't link from %s to %s: %s\n"
 msgstr "%s: Odkaz na %s z %s nelze vytvoÃÂit: %s\n"
 
-#: timezone/zic.c:749 timezone/zic.c:751
+#: timezone/zic.c:697 timezone/zic.c:699
 msgid "same rule name in multiple files"
 msgstr "stejnÃÂ jmÃÂno pravidla je pouÃÂito ve vÃÂce souborech"
 
-#: timezone/zic.c:792
+#: timezone/zic.c:740
 msgid "unruly zone"
 msgstr "ÃÂasovÃÂ pÃÂsmo bez pravidel"
 
 # Za %s se nic nedosazuje, zprava je vypsana tak jak je.
 # XXX: According source code "%s" should be "%%"
-#: timezone/zic.c:799
+#: timezone/zic.c:747
 #, c-format
 msgid "%s in ruleless zone"
 msgstr "%s v ÃÂasovÃÂm pÃÂsmu bez pravidel"
 
-#: timezone/zic.c:820
+#: timezone/zic.c:767
 msgid "standard input"
 msgstr "standardnÃÂ vstup"
 
-#: timezone/zic.c:825
+#: timezone/zic.c:772
 #, c-format
 msgid "%s: Can't open %s: %s\n"
 msgstr "%s: %s nelze otevÃÂÃÂt: %s\n"
 
-#: timezone/zic.c:836
+#: timezone/zic.c:783
 msgid "line too long"
 msgstr "ÃÂÃÂdek je pÃÂÃÂliÃÂ dlouhÃÂ"
 
-#: timezone/zic.c:856
+#: timezone/zic.c:803
 msgid "input line of unknown type"
 msgstr "vstupnÃÂ ÃÂÃÂdek neznÃÂmÃÂho typu"
 
-#: timezone/zic.c:872
+#: timezone/zic.c:819
 #, c-format
 msgid "%s: Leap line in non leap seconds file %s\n"
 msgstr "%s: ÃÂÃÂdek Leap v souboru nepÃÂestupnÃÂch sekund %s\n"
 
-#: timezone/zic.c:879 timezone/zic.c:1316 timezone/zic.c:1338
+#: timezone/zic.c:826 timezone/zic.c:1243 timezone/zic.c:1265
 #, c-format
 msgid "%s: panic: Invalid l_value %d\n"
 msgstr "%s: fatÃÂlnÃÂ chyba: NepÃÂÃÂpustnÃÂ l_hodnota %d\n"
 
-#: timezone/zic.c:887
+#: timezone/zic.c:834
 #, c-format
 msgid "%s: Error reading %s\n"
 msgstr "%s: Chyba pÃÂi ÃÂtenÃÂ %s\n"
 
-#: timezone/zic.c:894
+#: timezone/zic.c:841
 #, c-format
 msgid "%s: Error closing %s: %s\n"
 msgstr "%s: Chyba pÃÂi uzavÃÂrÃÂnÃÂ %s: %s\n"
 
-#: timezone/zic.c:899
+#: timezone/zic.c:846
 msgid "expected continuation line not found"
 msgstr "oÃÂekÃÂvanÃÂ pokraÃÂovacÃÂ ÃÂÃÂdek nebyl nalezen"
 
-#: timezone/zic.c:943 timezone/zic.c:2541 timezone/zic.c:2560
+#: timezone/zic.c:887 timezone/zic.c:2411 timezone/zic.c:2425
 msgid "time overflow"
 msgstr "pÃÂeteÃÂenÃÂ ÃÂasu"
 
-#: timezone/zic.c:947
+#: timezone/zic.c:891
 msgid "24:00 not handled by pre-1998 versions of zic"
 msgstr "verze zicu pÃÂed rokem 1998 nepodporovaly 24:00"
 
-#: timezone/zic.c:950
+#: timezone/zic.c:894
 msgid "values over 24 hours not handled by pre-2007 versions of zic"
 msgstr "verze zicu pÃÂed rokem 2007 nepodporovaly hodnoty nad 24 hodin"
 
-#: timezone/zic.c:963
+#: timezone/zic.c:905
 msgid "wrong number of fields on Rule line"
 msgstr "ÃÂpatnÃÂ poÃÂet poloÃÂek v ÃÂÃÂdku Rule"
 
-#: timezone/zic.c:967
+#: timezone/zic.c:909
 msgid "nameless rule"
 msgstr "bezejmennÃÂ pravidlo"
 
-#: timezone/zic.c:972
+#: timezone/zic.c:914
 msgid "invalid saved time"
 msgstr "neplatnÃÂ uloÃÂenÃÂ ÃÂas"
 
-#: timezone/zic.c:993
+#: timezone/zic.c:932
 msgid "wrong number of fields on Zone line"
 msgstr "ÃÂpatnÃÂ poÃÂet poloÃÂek v ÃÂÃÂdku Zone"
 
-#: timezone/zic.c:999
+#: timezone/zic.c:938
 #, c-format
 msgid "\"Zone %s\" line and -l option are mutually exclusive"
 msgstr "ÃÂÃÂdek ÃÂÂZone %sÃÂÂ a volba -l se navzÃÂjem vyluÃÂujÃÂ"
 
-#: timezone/zic.c:1007
+#: timezone/zic.c:946
 #, c-format
 msgid "\"Zone %s\" line and -p option are mutually exclusive"
 msgstr "ÃÂÃÂdek ÃÂÂZone %sÃÂÂ a volba -p se navzÃÂjem vyluÃÂujÃÂ"
 
-#: timezone/zic.c:1019
+#: timezone/zic.c:958
 #, c-format
 msgid "duplicate zone name %s (file \"%s\", line %d)"
 msgstr "duplicitnÃÂ oznaÃÂenÃÂ ÃÂasovÃÂho pÃÂsma %s (soubor ÃÂÂ%sÃÂÂ, ÃÂÃÂdek %d)"
 
-#: timezone/zic.c:1035
+#: timezone/zic.c:972
 msgid "wrong number of fields on Zone continuation line"
 msgstr "ÃÂpatnÃÂ poÃÂet poloÃÂek v pokraÃÂovacÃÂm ÃÂÃÂdku Zone"
 
-#: timezone/zic.c:1075
+#: timezone/zic.c:1009
 msgid "invalid UTC offset"
 msgstr "neplatnÃÂ posunutÃÂ vÃÂÃÂi UTC"
 
-#: timezone/zic.c:1078
+#: timezone/zic.c:1012
 msgid "invalid abbreviation format"
 msgstr "neplatnÃÂ formÃÂt zkratky"
 
-#: timezone/zic.c:1107
+#: timezone/zic.c:1041
 msgid "Zone continuation line end time is not after end time of previous line"
 msgstr "KoncovÃÂ ÃÂas pokraÃÂovacÃÂho ÃÂÃÂdku Zone nenÃÂ vÃÂtÃÂÃÂ neÃÂ koncovÃÂ ÃÂas pÃÂedchÃÂzejÃÂcÃÂho ÃÂÃÂdku"
 
-#: timezone/zic.c:1135
+#: timezone/zic.c:1066
 msgid "wrong number of fields on Leap line"
 msgstr "ÃÂpatnÃÂ poÃÂet poloÃÂek v ÃÂÃÂdku Leap"
 
-#: timezone/zic.c:1144
+#: timezone/zic.c:1075
 msgid "invalid leaping year"
 msgstr "neplatnÃÂ pÃÂestupnÃÂ rok"
 
-#: timezone/zic.c:1164 timezone/zic.c:1270
+#: timezone/zic.c:1095 timezone/zic.c:1197
 msgid "invalid month name"
 msgstr "neplatnÃÂ nÃÂzev mÃÂsÃÂce"
 
-#: timezone/zic.c:1177 timezone/zic.c:1383 timezone/zic.c:1397
+#: timezone/zic.c:1108 timezone/zic.c:1310 timezone/zic.c:1324
 msgid "invalid day of month"
 msgstr "neplatnÃÂ den mÃÂsÃÂce"
 
-#: timezone/zic.c:1182
+#: timezone/zic.c:1113
 msgid "time before zero"
 msgstr "ÃÂas menÃÂÃÂ neÃÂ nula"
 
-#: timezone/zic.c:1186
+#: timezone/zic.c:1117
 msgid "time too small"
 msgstr "ÃÂas je pÃÂÃÂliÃÂ malÃÂ"
 
-#: timezone/zic.c:1190
+#: timezone/zic.c:1121
 msgid "time too large"
 msgstr "ÃÂas je pÃÂÃÂliÃÂ velkÃÂ"
 
-#: timezone/zic.c:1194 timezone/zic.c:1299
+#: timezone/zic.c:1125 timezone/zic.c:1226
 msgid "invalid time of day"
 msgstr "neplatnÃÂ dennÃÂ ÃÂas"
 
-#: timezone/zic.c:1213
+#: timezone/zic.c:1144
 msgid "illegal CORRECTION field on Leap line"
 msgstr "chybnÃÂ poloÃÂka KOREKCE na ÃÂÃÂdku Leap"
 
-#: timezone/zic.c:1218
+#: timezone/zic.c:1149
 msgid "illegal Rolling/Stationary field on Leap line"
 msgstr "chybnÃÂ poloÃÂka Rolling/Stationary na ÃÂÃÂdku Leap"
 
-#: timezone/zic.c:1234
+#: timezone/zic.c:1163
 msgid "wrong number of fields on Link line"
 msgstr "ÃÂpatnÃÂ poÃÂet poloÃÂek v ÃÂÃÂdku Link"
 
-#: timezone/zic.c:1238
+#: timezone/zic.c:1167
 msgid "blank FROM field on Link line"
 msgstr "prÃÂzdnÃÂ poloÃÂka OD v ÃÂÃÂdku Link"
 
-#: timezone/zic.c:1242
+#: timezone/zic.c:1171
 msgid "blank TO field on Link line"
 msgstr "prÃÂzdnÃÂ poloÃÂka DO v ÃÂÃÂdku Link"
 
-#: timezone/zic.c:1320
+#: timezone/zic.c:1247
 msgid "invalid starting year"
 msgstr "neplatnÃÂ poÃÂÃÂteÃÂnÃÂ rok"
 
-#: timezone/zic.c:1342
+#: timezone/zic.c:1269
 msgid "invalid ending year"
 msgstr "neplatnÃÂ koncovÃÂ rok"
 
-#: timezone/zic.c:1346
+#: timezone/zic.c:1273
 msgid "starting year greater than ending year"
 msgstr "poÃÂÃÂteÃÂnÃÂ rok vÃÂtÃÂÃÂ neÃÂ koncovÃÂ"
 
-#: timezone/zic.c:1353
+#: timezone/zic.c:1280
 msgid "typed single year"
 msgstr "zadÃÂn jeden rok"
 
-#: timezone/zic.c:1388
+#: timezone/zic.c:1315
 msgid "invalid weekday name"
 msgstr "neplatnÃÂ nÃÂzev dne"
 
-#: timezone/zic.c:1566
+#: timezone/zic.c:1481
 #, c-format
 msgid "%s: Can't remove %s: %s\n"
 msgstr "%s: %s nelze smazat: %s\n"
 
-#: timezone/zic.c:1576
+#: timezone/zic.c:1491
 #, c-format
 msgid "%s: Can't create %s: %s\n"
 msgstr "%s: %s nelze vytvoÃÂit: %s\n"
 
-#: timezone/zic.c:1773
+#: timezone/zic.c:1683
 #, c-format
 msgid "%s: Error writing %s\n"
 msgstr "%s: Chyba pÃÂi zÃÂpisu %s\n"
 
-#: timezone/zic.c:2070
+#: timezone/zic.c:1964
 msgid "no POSIX environment variable for zone"
 msgstr "ÃÂÃÂdnÃÂ promÃÂnnÃÂ prostÃÂedÃÂ pro zÃÂnu podle POSIXU"
 
-#: timezone/zic.c:2237
+#: timezone/zic.c:2131
 msgid "can't determine time zone abbreviation to use just after until time"
 msgstr "zkratku ÃÂasovÃÂho pÃÂsma pro pouÃÂitÃÂ ihned po ÃÂasovÃÂm ÃÂdaji nelze nelÃÂzt"
 
-#: timezone/zic.c:2283
+#: timezone/zic.c:2175
 msgid "too many transitions?!"
 msgstr "pÃÂÃÂliÃÂ mnoho pÃÂechodÃÂ?!"
 
-#: timezone/zic.c:2302
+#: timezone/zic.c:2190
 msgid "internal error - addtype called with bad isdst"
 msgstr "vnitÃÂnÃÂ chybaÃÂÃÂÂ addtype volÃÂn s chybnÃÂm isdst"
 
-#: timezone/zic.c:2306
+#: timezone/zic.c:2194
 msgid "internal error - addtype called with bad ttisstd"
 msgstr "vnitÃÂnÃÂ chybaÃÂÃÂÂ addtype volÃÂn s chybnÃÂm ttisstd"
 
-#: timezone/zic.c:2310
+#: timezone/zic.c:2198
 msgid "internal error - addtype called with bad ttisgmt"
 msgstr "vnitÃÂnÃÂ chybaÃÂÃÂÂ addtype volÃÂn s chybnÃÂm ttisgmt"
 
-#: timezone/zic.c:2329
+#: timezone/zic.c:2217
 msgid "too many local time types"
 msgstr "pÃÂÃÂliÃÂ mnoho lokÃÂlnÃÂch ÃÂasovÃÂch typÃÂ"
 
-#: timezone/zic.c:2333
+#: timezone/zic.c:2221
 msgid "UTC offset out of range"
 msgstr "posun od UTC mimo povolenÃÂ rozsah"
 
-#: timezone/zic.c:2361
+#: timezone/zic.c:2245
 msgid "too many leap seconds"
 msgstr "pÃÂÃÂliÃÂ mnoho pÃÂestupnÃÂch sekund"
 
-#: timezone/zic.c:2367
+#: timezone/zic.c:2251
 msgid "repeated leap second moment"
 msgstr "pÃÂestupnÃÂ sekunda opakovÃÂna"
 
-#: timezone/zic.c:2419
+#: timezone/zic.c:2301
 msgid "Wild result from command execution"
 msgstr "VykonanÃÂ pÃÂÃÂkaz dal podivnÃÂ vÃÂsledek"
 
-#: timezone/zic.c:2420
+#: timezone/zic.c:2302
 #, c-format
 msgid "%s: command was '%s', result was %d\n"
 msgstr "%s: pÃÂÃÂkaz byl ÃÂÂ%sÃÂÂ, a jeho vÃÂsledek byl %d\n"
 
-#: timezone/zic.c:2518
+#: timezone/zic.c:2393
 msgid "Odd number of quotation marks"
 msgstr "LichÃÂ poÃÂet uvozovek"
 
-#: timezone/zic.c:2607
+#: timezone/zic.c:2470
 msgid "use of 2/29 in non leap-year"
 msgstr "pouÃÂitÃÂ 29. ÃÂnora v nepÃÂestupnÃÂm roce"
 
-#: timezone/zic.c:2642
+#: timezone/zic.c:2505
 msgid "rule goes past start/end of month--will not work with pre-2004 versions of zic"
 msgstr "pravidlo zasahuje za zaÃÂÃÂtek/konec mÃÂsÃÂce ÃÂÂÃÂverze zicu pÃÂed rokem 2004 nebudou fungovat"
 
-#: timezone/zic.c:2674
+#: timezone/zic.c:2536
 msgid "time zone abbreviation lacks alphabetic at start"
 msgstr "zkratka ÃÂasovÃÂ zÃÂny nezaÃÂÃÂnÃÂ pÃÂsmenem"
 
-#: timezone/zic.c:2676
-msgid "time zone abbreviation has more than 3 alphabetics"
-msgstr "zkratka ÃÂasovÃÂ zÃÂny mÃÂ vÃÂce neÃÂ 3 pÃÂsmena"
-
-#: timezone/zic.c:2678
+#: timezone/zic.c:2538
+msgid "time zone abbreviation has fewer than 3 alphabetics"
+msgstr "zkratka ÃÂasovÃÂ zÃÂny mÃÂ mÃÂnÃÂ neÃÂ 3 pÃÂsmena"
+
+#: timezone/zic.c:2540
 msgid "time zone abbreviation has too many alphabetics"
 msgstr "zkratka ÃÂasovÃÂ zÃÂny mÃÂ pÃÂÃÂliÃÂ mnoho pÃÂsmen"
 
-#: timezone/zic.c:2688
+#: timezone/zic.c:2550
 msgid "time zone abbreviation differs from POSIX standard"
 msgstr "zkratka ÃÂasovÃÂ zÃÂny nesouhlasÃÂ se standardem POSIX"
 
-#: timezone/zic.c:2700
+#: timezone/zic.c:2562
 msgid "too many, or too long, time zone abbreviations"
 msgstr "pÃÂÃÂliÃÂ mnoho nebo pÃÂÃÂliÃÂ dlouhÃÂ zkratky ÃÂasovÃÂho pÃÂsma"
 
-#: timezone/zic.c:2741
+#: timezone/zic.c:2602
 #, c-format
 msgid "%s: Can't create directory %s: %s\n"
 msgstr "%s: AdresÃÂÃÂ %s nelze vytvoÃÂit: %s\n"
 
-#: timezone/zic.c:2763
+#: timezone/zic.c:2623
 #, c-format
 msgid "%s: %d did not sign extend correctly\n"
 msgstr "%s: pÃÂi pÃÂetypovÃÂnÃÂ %d doÃÂlo k chybÃÂ znamÃÂnka\n"
+
+#~ msgid "cannot find any C preprocessor (cpp)\n"
+#~ msgstr "ÃÂÃÂdnÃÂ preprocesor jazyka C (cpp) nelze nalÃÂzt\n"
 
 #~ msgid "Try \\`%s --help' or `%s --usage' for more information.\\n"
 #~ msgstr "VÃÂce informacÃÂ lze zÃÂskat pÃÂÃÂkazem ÃÂÂ%s --helpÃÂÂ nebo ÃÂÂ%s --usageÃÂÂ.\\n"

Modified: fsf/trunk/libc/po/de.po
==============================================================================
--- fsf/trunk/libc/po/de.po (original)
+++ fsf/trunk/libc/po/de.po Wed Dec 12 00:02:12 2012
@@ -6,9 +6,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: GNU libc 2.16-pre1\n"
-"POT-Creation-Date: 2012-06-21 07:51-0700\n"
-"PO-Revision-Date: 2012-06-30 21:21+0200\n"
+"Project-Id-Version: GNU libc 2.17-pre1\n"
+"POT-Creation-Date: 2012-12-07 15:10-0500\n"
+"PO-Revision-Date: 2012-12-08 15:07+0100\n"
 "Last-Translator: Jochen Hein <jochen@xxxxxxxxxx>\n"
 "Language-Team: German <translation-team-de@xxxxxxxxxxxxxxxxxxxxx>\n"
 "Language: de\n"
@@ -16,43 +16,43 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: argp/argp-help.c:226
+#: argp/argp-help.c:227
 #, c-format
 msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
 msgstr "%.*s: ARGP_HELP_FMT Parameter verlangt einen Wert"
 
-#: argp/argp-help.c:236
+#: argp/argp-help.c:237
 #, c-format
 msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
 msgstr "%.*s: Unbekannter ARGP_HELP_FMT Parameter"
 
-#: argp/argp-help.c:249
+#: argp/argp-help.c:250
 #, c-format
 msgid "Garbage in ARGP_HELP_FMT: %s"
 msgstr "Murks in ARGP_HELP_FMT: %s"
 
-#: argp/argp-help.c:1213
+#: argp/argp-help.c:1214
 msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options."
 msgstr "Obligatorische oder optionale Argumente von langen Optionen sind ebenfalls obligatorische bzw. optionale Argumente fÃÂr jede zugehÃÂrige kurze Option."
 
-#: argp/argp-help.c:1599
+#: argp/argp-help.c:1600
 msgid "Usage:"
 msgstr "Aufruf:"
 
-#: argp/argp-help.c:1603
+#: argp/argp-help.c:1604
 msgid "  or: "
 msgstr "  oder: "
 
-#: argp/argp-help.c:1615
+#: argp/argp-help.c:1616
 msgid " [OPTION...]"
 msgstr " [Option...]"
 
-#: argp/argp-help.c:1642
+#: argp/argp-help.c:1643
 #, c-format
 msgid "Try `%s --help' or `%s --usage' for more information.\n"
 msgstr "ÃÂ%s --helpÃÂ oder ÃÂ%s --usageÃÂ gibt weitere Informationen.\n"
 
-#: argp/argp-help.c:1670
+#: argp/argp-help.c:1671
 #, c-format
 msgid "Report bugs to %s.\n"
 msgstr "Fehler (auf Englisch) bitte an ÃÂ%sÃÂ melden.\n"
@@ -104,7 +104,7 @@
 "%s%s%s:%u: %s%sZusicherung ÃÂ%sÃÂ nicht erfÃÂllt.\n"
 "%n"
 
-#: catgets/gencat.c:109 catgets/gencat.c:113 nscd/nscd.c:115 nss/makedb.c:118
+#: catgets/gencat.c:109 catgets/gencat.c:113 nscd/nscd.c:115 nss/makedb.c:119
 msgid "NAME"
 msgstr "NAME"
 
@@ -116,7 +116,7 @@
 msgid "Do not use existing catalog, force new output file"
 msgstr "Verwende nicht den existierenden Katalog; erzwinge eine neue Ausgabedatei"
 
-#: catgets/gencat.c:113 nss/makedb.c:118
+#: catgets/gencat.c:113 nss/makedb.c:119
 msgid "Write output to file NAME"
 msgstr "Die Ausgabe in die Datei NAME schreiben"
 
@@ -137,28 +137,27 @@
 "-o AUSGABEDATEI [EINGABEDATEI]...\n"
 "[AUSGABEDATEI [EINGABEDATEI]...]"
 
-#: catgets/gencat.c:234 debug/pcprofiledump.c:207 debug/xtrace.sh:57
-#: elf/ldconfig.c:301 elf/ldd.bash.in:55 elf/pldd.c:56 elf/sln.c:85
-#: elf/sotruss.ksh:49 elf/sprof.c:370 iconv/iconv_prog.c:407
-#: iconv/iconvconfig.c:382 locale/programs/locale.c:278
-#: locale/programs/localedef.c:367 login/programs/pt_chown.c:91
-#: malloc/memusage.sh:64 malloc/memusagestat.c:538 nscd/nscd.c:456
-#: nss/getent.c:965 nss/makedb.c:369 posix/getconf.c:1121
-#: sunrpc/rpc_main.c:1446 sunrpc/rpcinfo.c:691
+#: catgets/gencat.c:235 debug/pcprofiledump.c:208 elf/ldconfig.c:302
+#: elf/pldd.c:222 elf/sln.c:85 elf/sprof.c:371 iconv/iconv_prog.c:408
+#: iconv/iconvconfig.c:383 locale/programs/locale.c:279
+#: locale/programs/localedef.c:363 login/programs/pt_chown.c:88
+#: malloc/memusagestat.c:536 nscd/nscd.c:459 nss/getent.c:965 nss/makedb.c:371
+#: posix/getconf.c:1121 sunrpc/rpcinfo.c:691
 #: sysdeps/unix/sysv/linux/lddlibc4.c:61
+#, c-format
 msgid ""
 "For bug reporting instructions, please see:\n"
-"<http://www.gnu.org/software/libc/bugs.html>.\n"
+"%s.\n"
 msgstr ""
-"Eine Anleitung zum Melden von Programmfehlern finden Sie unter\n"
-"<http://www.gnu.org/software/libc/bugs.html>.\n"
-
-#: catgets/gencat.c:248 debug/pcprofiledump.c:221 debug/xtrace.sh:65
-#: elf/ldconfig.c:315 elf/ldd.bash.in:38 elf/pldd.c:220 elf/sotruss.ksh:76
-#: elf/sprof.c:385 iconv/iconv_prog.c:422 iconv/iconvconfig.c:397
-#: locale/programs/locale.c:293 locale/programs/localedef.c:383
-#: login/programs/pt_chown.c:62 malloc/memusage.sh:72
-#: malloc/memusagestat.c:556 nscd/nscd.c:470 nss/getent.c:86 nss/makedb.c:383
+"Eine Anleitung zum Melden von Programmfehlern finden Sie hier:\n"
+"%s.\n"
+
+#: catgets/gencat.c:251 debug/pcprofiledump.c:224 debug/xtrace.sh:64
+#: elf/ldconfig.c:318 elf/ldd.bash.in:38 elf/pldd.c:238 elf/sotruss.ksh:75
+#: elf/sprof.c:388 iconv/iconv_prog.c:425 iconv/iconvconfig.c:400
+#: locale/programs/locale.c:296 locale/programs/localedef.c:389
+#: login/programs/pt_chown.c:62 malloc/memusage.sh:71
+#: malloc/memusagestat.c:552 nscd/nscd.c:475 nss/getent.c:86 nss/makedb.c:387
 #: posix/getconf.c:1103 sysdeps/unix/sysv/linux/lddlibc4.c:68
 #, c-format
 msgid ""
@@ -171,96 +170,96 @@
 "Es gibt KEINERLEI Garantie; nicht einmal fÃÂr die TAUGLICHKEIT oder\n"
 "VERWENDBARKEIT FÃÂR EINEN ANGEGEBENEN ZWECK.\n"
 
-#: catgets/gencat.c:253 debug/pcprofiledump.c:226 debug/xtrace.sh:69
-#: elf/ldconfig.c:320 elf/pldd.c:225 elf/sprof.c:391 iconv/iconv_prog.c:427
-#: iconv/iconvconfig.c:402 locale/programs/locale.c:298
-#: locale/programs/localedef.c:388 malloc/memusage.sh:76
-#: malloc/memusagestat.c:561 nscd/nscd.c:475 nss/getent.c:91 nss/makedb.c:388
+#: catgets/gencat.c:256 debug/pcprofiledump.c:229 debug/xtrace.sh:68
+#: elf/ldconfig.c:323 elf/pldd.c:243 elf/sprof.c:394 iconv/iconv_prog.c:430
+#: iconv/iconvconfig.c:405 locale/programs/locale.c:301
+#: locale/programs/localedef.c:394 malloc/memusage.sh:75
+#: malloc/memusagestat.c:557 nscd/nscd.c:480 nss/getent.c:91 nss/makedb.c:392
 #: posix/getconf.c:1108
 #, c-format
 msgid "Written by %s.\n"
 msgstr "Implementiert von %s.\n"
 
-#: catgets/gencat.c:284
+#: catgets/gencat.c:287

[... 8710 lines stripped ...]
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits