From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7544790092566816843==" MIME-Version: 1.0 From: Mark Wielaard To: elfutils-devel@lists.fedorahosted.org Subject: [COMMITTED] Regenerate .po files. Date: Wed, 24 Aug 2016 19:44:41 +0200 Message-ID: <1472060681-18199-1-git-send-email-mjw@redhat.com> --===============7544790092566816843== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: Mark Wielaard --- po/ChangeLog | 4 ++ po/de.po | 166 ++++++++++++++++++++++++++++++++++++++++++++++++-------= --- po/es.po | 165 ++++++++++++++++++++++++++++++++++++++++++++++++-------= -- po/ja.po | 164 ++++++++++++++++++++++++++++++++++++++++++++++++-------= -- po/pl.po | 2 +- po/uk.po | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++-----= ---- 6 files changed, 568 insertions(+), 101 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 5ea4e53..c3a2cb5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2016-08-24 Mark Wielaard + + * *.po: Regenerate. + 2016-08-04 Mark Wielaard = * *.po: Update for 0.167. diff --git a/po/de.po b/po/de.po index 01f06d7..726cab1 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n" -"POT-Creation-Date: 2016-08-04 13:31+0200\n" +"POT-Creation-Date: 2016-08-19 14:38+0200\n" "PO-Revision-Date: 2009-06-29 15:15+0200\n" "Last-Translator: Michael M=C3=BCnch \n" "Language-Team: German\n" @@ -287,6 +287,7 @@ msgstr "Nur eine Option von -e, -p, -k, -K, oder --core= erlaubt" msgid "cannot load kernel symbols" msgstr "Konnte Kernel Symbole nicht laden" = +#. Non-fatal to have no modules since we do have the kernel. #: libdwfl/argp-std.c:234 msgid "cannot find kernel modules" msgstr "Konnte Kernel Module nicht finden" @@ -533,6 +534,7 @@ msgstr "" msgid " Build ID: " msgstr " Build ID: " = +#. A non-null terminated version string. #: libebl/eblobjnote.c:152 #, c-format msgid " Linker version: %.*s\n" @@ -792,11 +794,13 @@ msgstr "" msgid "Miscellaneous:" msgstr "Verschiedenes:" = +#. Short description of program. #: src/addr2line.c:87 msgid "" "Locate source files and line information for ADDRs (in a.out by default)." msgstr "" = +#. Strings for arguments in help texts. #: src/addr2line.c:91 msgid "[ADDR...]" msgstr "" @@ -929,10 +933,12 @@ msgstr "Vollst=C3=A4ndigen Pfad f=C3=BCr Dateiabgleic= h verwenden." msgid "Update only older files in archive." msgstr "Nur =C3=A4ltere Datein im Archiv aktualisieren" = +#. Short description of program. #: src/ar.c:99 msgid "Create, modify, and extract from archives." msgstr "Erstelle, =C3=A4ndere, extrahiere von Archiven" = +#. Strings for arguments in help texts. #: src/ar.c:102 msgid "[MEMBER] [COUNT] ARCHIVE [FILE...]" msgstr "[MEMBER] [COUNT] ARCHIVE [FILE...]" @@ -1105,6 +1111,7 @@ msgstr "" msgid "%s (default)" msgstr "" = +#. The archive is too big. #: src/arlib.c:209 #, c-format msgid "the archive '%s' is too large" @@ -1141,10 +1148,12 @@ msgstr "" msgid "Output nothing; yield exit status only" msgstr "" = +#. Short description of program. #: src/elfcmp.c:77 msgid "Compare relevant parts of two ELF files for equality." msgstr "" = +#. Strings for arguments in help texts. #: src/elfcmp.c:81 #, fuzzy msgid "FILE1 FILE2" @@ -1326,6 +1335,75 @@ msgstr "" msgid "cannot get relocation: %s" msgstr "" = +#: src/elfcompress.c:121 src/strip.c:255 src/unstrip.c:121 +#, c-format +msgid "-o option specified twice" +msgstr "" + +#: src/elfcompress.c:128 +#, fuzzy, c-format +msgid "-t option specified twice" +msgstr "Option -d zweimal angegeben" + +#: src/elfcompress.c:137 +#, fuzzy, c-format +msgid "unknown compression type '%s'" +msgstr "unbekannter Typ" + +#. We need at least one input file. +#: src/elfcompress.c:149 src/elfcompress.c:1310 +#, fuzzy, c-format +msgid "No input file given" +msgstr "Eingabedatei '%s' ignoriert" + +#: src/elfcompress.c:155 src/elfcompress.c:1315 +#, c-format +msgid "Only one input file allowed together with '-o'" +msgstr "" + +#: src/elfcompress.c:1272 +msgid "Place (de)compressed output into FILE" +msgstr "" + +#: src/elfcompress.c:1275 +msgid "" +"What type of compression to apply. TYPE can be 'none' (decompress), " +"'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'z= lib-" +"gnu' (.zdebug GNU style compression, 'gnu' is an alias)" +msgstr "" + +#: src/elfcompress.c:1278 +msgid "" +"SECTION name to (de)compress, SECTION is an extended wildcard pattern " +"(defaults to '.?(z)debug*')" +msgstr "" + +#: src/elfcompress.c:1281 +msgid "Print a message for each section being (de)compressed" +msgstr "" + +#: src/elfcompress.c:1284 +msgid "Force compression of section even if it would become larger" +msgstr "" + +#: src/elfcompress.c:1287 src/strip.c:88 +msgid "Relax a few rules to handle slightly broken ELF files" +msgstr "" + +#: src/elfcompress.c:1290 +#, fuzzy +msgid "Be silent when a section cannot be compressed" +msgstr "konnte Abschnittsdaten nicht holen: %s" + +#. Strings for arguments in help texts. +#: src/elfcompress.c:1299 src/elflint.c:78 src/readelf.c:126 +msgid "FILE..." +msgstr "DATEI..." + +#: src/elfcompress.c:1300 +msgid "Compress or decompress sections in an ELF file." +msgstr "" + #: src/elflint.c:64 msgid "Be extremely strict, flag level 2 features." msgstr "" @@ -1344,14 +1422,11 @@ msgid "" "certain ways" msgstr "" = +#. Short description of program. #: src/elflint.c:74 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec." msgstr "" = -#: src/elflint.c:78 src/readelf.c:126 -msgid "FILE..." -msgstr "DATEI..." - #: src/elflint.c:155 src/readelf.c:298 #, c-format msgid "cannot open input file" @@ -1380,6 +1455,7 @@ msgstr "Dateiname fehlt.\n" msgid " error while freeing sub-ELF descriptor: %s\n" msgstr "" = +#. We cannot do anything. #: src/elflint.c:306 #, fuzzy, c-format msgid "Not an ELF file - it has the wrong magic bytes at the start\n" @@ -1579,6 +1655,7 @@ msgid "" "st_shndx (%)\n" msgstr "" = +#. || sym->st_shndx > SHN_HIRESERVE always false #: src/elflint.c:725 #, c-format msgid "section [%2d] '%s': symbol %zu: invalid section index\n" @@ -1695,6 +1772,9 @@ msgid "" "'%s'\n" msgstr "" = +#. This test is more strict than the psABIs which +#. usually allow the symbol to be in the middle of +#. the .got section, allowing negative offsets. #: src/elflint.c:991 #, c-format msgid "" @@ -2527,6 +2607,7 @@ msgid "" "section [%2d] '%s': offset %zu: invalid length in attribute subsection\n" msgstr "" = +#. Tag_File #: src/elflint.c:3512 #, c-format msgid "" @@ -3068,10 +3149,12 @@ msgstr "" msgid "Use PATH as root of debuginfo hierarchy" msgstr "" = +#. Short description of program. #: src/findtextrel.c:72 msgid "Locate source of text relocations in FILEs (a.out by default)." msgstr "" = +#. Strings for arguments in help texts. #: src/findtextrel.c:76 src/nm.c:108 src/objdump.c:71 src/size.c:83 #: src/strings.c:88 src/strip.c:96 msgid "[FILE...]" @@ -3245,6 +3328,7 @@ msgstr "Sortierreihenfolge umkehren" msgid "Decode low-level symbol names into source code names" msgstr "" = +#. Short description of program. #: src/nm.c:105 msgid "List symbols from FILEs (a.out by default)." msgstr "" @@ -3260,7 +3344,7 @@ msgid "%s: INTERNAL ERROR %d (%s): %s" msgstr "%s: INTERNER FEHLER %d (%s-%s): %s" = #: src/nm.c:395 src/nm.c:407 src/size.c:305 src/size.c:314 src/size.c:325 -#: src/strip.c:2288 +#: src/strip.c:2300 #, c-format msgid "while closing '%s'" msgstr "beim Schliessen von '%s'" @@ -3270,6 +3354,7 @@ msgstr "beim Schliessen von '%s'" msgid "%s: File format not recognized" msgstr "%s: Dateiformat nicht erkannt" = +#. Note: 0 is no valid offset. #: src/nm.c:457 #, fuzzy msgid "" @@ -3314,6 +3399,7 @@ msgstr "Kann Suchbaum nicht erstellen" msgid "cannot get section header string table index" msgstr "" = +#. We always print this prolog. #: src/nm.c:787 #, c-format msgid "" @@ -3327,6 +3413,7 @@ msgstr "" "Symbole aus %s:\n" "\n" = +#. The header line. #: src/nm.c:790 #, c-format msgid "" @@ -3349,6 +3436,7 @@ msgstr "%s: entry size in section `%s' is not what we= expect" msgid "%s: entries (%zd) in section %zd `%s' is too large" msgstr "%s: entry size in section `%s' is not what we expect" = +#. XXX Add machine specific object file types. #: src/nm.c:1542 #, c-format msgid "%s%s%s%s: Invalid operation" @@ -3384,6 +3472,7 @@ msgstr "Eingabeauswahloptionen:" msgid "Only display information for section NAME." msgstr "" = +#. Short description of program. #: src/objdump.c:67 msgid "Show information from FILEs (a.out by default)." msgstr "" @@ -3427,10 +3516,12 @@ msgstr "Inhalt des Abschnitts %s:\n" msgid "cannot disassemble" msgstr "Disassemblieren nicht m=C3=B6glich" = +#. Short description of program. #: src/ranlib.c:65 msgid "Generate an index to speed access to archives." msgstr "Erstelle einen Index zur Beschleunigung des Zugriffs auf Archive." = +#. Strings for arguments in help texts. #: src/ranlib.c:68 msgid "ARCHIVE" msgstr "ARCHIV" @@ -3563,6 +3654,7 @@ msgid "" "decompress section before dumping data (when used with -p or -x)" msgstr "" = +#. Short description of program. #: src/readelf.c:122 msgid "Print information from ELF file in human-readable form." msgstr "Informationen aus der ELF-Datei in menschenlesbarer Form ausgeben." @@ -3692,6 +3784,7 @@ msgstr "" msgid "OS Specific: (%x)\n" msgstr "" = +#. && e_type <=3D ET_HIPROC always true #: src/readelf.c:959 #, c-format msgid "Processor Specific: (%x)\n" @@ -3815,6 +3908,7 @@ msgstr "" msgid " (% in [0].sh_size)" msgstr "" = +#. We managed to get the zeroth section. #: src/readelf.c:1060 #, c-format msgid " (% in [0].sh_link)" @@ -4015,6 +4109,12 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" = +#. The .rel.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. +#. The .rela.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. #: src/readelf.c:1896 src/readelf.c:2086 #, c-format msgid "" @@ -4138,6 +4238,7 @@ msgstr "" msgid " %#06x: Parent %d: %s\n" msgstr "" = +#. Print the header. #: src/readelf.c:2957 #, c-format msgid "" @@ -4257,11 +4358,13 @@ msgstr "" msgid " %-13s %4\n" msgstr " %-13s %4\n" = +#. Unknown subsection, print and skip. #: src/readelf.c:3520 #, c-format msgid " %-4u %12\n" msgstr " %-4u %12\n" = +#. Tag_File #: src/readelf.c:3525 #, c-format msgid " File: %11\n" @@ -4540,6 +4643,8 @@ msgstr "" msgid " [%6tx] empty list\n" msgstr " [%6tx] %s..%s\n" = +#. We have an address range entry. +#. First address range entry in a list. #: src/readelf.c:5016 #, c-format msgid " [%6tx] %s..%s\n" @@ -4679,6 +4784,7 @@ msgstr "" msgid "cannot get line data section data: %s" msgstr "" = +#. Print what we got so far. #: src/readelf.c:6565 #, c-format msgid "" @@ -4766,11 +4872,13 @@ msgstr "" msgid " set discriminator to %u\n" msgstr "" = +#. Unknown, ignore it. #: src/readelf.c:6841 #, fuzzy msgid " unknown opcode" msgstr "unbekannter Typ" = +#. Takes no argument. #: src/readelf.c:6853 msgid " copy" msgstr "" @@ -4805,6 +4913,7 @@ msgstr "" msgid " set '%s' to %\n" msgstr "" = +#. Takes no argument. #: src/readelf.c:6910 msgid " set basic block flag" msgstr "" @@ -4824,10 +4933,12 @@ msgstr "" msgid " advance address by fixed value %u to %s\n" msgstr "" = +#. Takes no argument. #: src/readelf.c:6954 msgid " set prologue end flag" msgstr "" = +#. Takes no argument. #: src/readelf.c:6959 msgid " set epilogue begin flag" msgstr "" @@ -4837,6 +4948,9 @@ msgstr "" msgid " set isa to %u\n" msgstr "" = +#. This is a new opcode the generator but not we know about. +#. Read the parameters associated with it but then discard +#. everything. Read all the parameters for this opcode. #: src/readelf.c:6977 #, c-format msgid " unknown opcode with % parameter:" @@ -4849,6 +4963,7 @@ msgstr[1] "" msgid "cannot get .debug_loc content: %s" msgstr "" = +#. First entry in a list. #: src/readelf.c:7084 #, c-format msgid " [%6tx] %s..%s" @@ -5240,6 +5355,7 @@ msgstr "" msgid "Display the total sizes (bsd only)" msgstr "" = +#. Short description of program. #: src/size.c:79 msgid "List section sizes of FILEs (a.out by default)." msgstr "" @@ -5414,6 +5530,7 @@ msgstr "" msgid "Alias for --radix=3Do" msgstr "Alias f=C3=BCr --radix=3Do" = +#. Short description of program. #: src/strings.c:84 msgid "Print the strings of printable characters in files." msgstr "" @@ -5483,10 +5600,7 @@ msgstr "" msgid "Remove .comment section" msgstr "" = -#: src/strip.c:88 -msgid "Relax a few rules to handle slightly broken ELF files" -msgstr "" - +#. Short description of program. #: src/strip.c:93 msgid "Discard symbols from object files." msgstr "" @@ -5511,11 +5625,6 @@ msgstr "" msgid "-F option specified twice" msgstr "" = -#: src/strip.c:255 src/unstrip.c:121 -#, c-format -msgid "-o option specified twice" -msgstr "" - #: src/strip.c:279 #, c-format msgid "-R option supports only .comment section" @@ -5536,6 +5645,12 @@ msgstr "" msgid "%s: cannot use -o or -f when stripping archive" msgstr "" = +#. We would like to support ar archives, but currently it just +#. doesn't work at all since we call elf_clone on the members +#. which doesn't really support ar members. +#. result =3D handle_ar (fd, elf, NULL, fname, +#. preserve_dates ? tv : NULL); +#. #: src/strip.c:385 #, fuzzy, c-format msgid "%s: no support for stripping archive" @@ -5566,7 +5681,7 @@ msgstr "" msgid "while generating output file: %s" msgstr "" = -#: src/strip.c:1034 src/strip.c:2079 +#: src/strip.c:1034 src/strip.c:2091 #, c-format msgid "%s: error while creating ELF header: %s" msgstr "" @@ -5596,42 +5711,42 @@ msgstr "" msgid "no memory to create section header string table" msgstr "" = -#: src/strip.c:1869 +#: src/strip.c:1877 #, fuzzy, c-format msgid "bad relocation" msgstr "Relocations anzeigen" = -#: src/strip.c:1990 src/strip.c:2103 +#: src/strip.c:2002 src/strip.c:2115 #, c-format msgid "while writing '%s': %s" msgstr "" = -#: src/strip.c:2001 +#: src/strip.c:2013 #, c-format msgid "while creating '%s'" msgstr "" = -#: src/strip.c:2024 +#: src/strip.c:2036 #, c-format msgid "while computing checksum for debug information" msgstr "" = -#: src/strip.c:2088 +#: src/strip.c:2100 #, c-format msgid "%s: error while reading the file: %s" msgstr "" = -#: src/strip.c:2128 src/strip.c:2148 +#: src/strip.c:2140 src/strip.c:2160 #, fuzzy, c-format msgid "while writing '%s'" msgstr "beim Schliessen von '%s'" = -#: src/strip.c:2185 src/strip.c:2192 +#: src/strip.c:2197 src/strip.c:2204 #, c-format msgid "error while finishing '%s': %s" msgstr "" = -#: src/strip.c:2209 src/strip.c:2281 +#: src/strip.c:2221 src/strip.c:2293 #, c-format msgid "cannot set access and modification date of '%s'" msgstr "" @@ -6042,9 +6157,6 @@ msgstr "" #~ msgid "unknown option '-%c %s'" #~ msgstr "unbekannte Option '-%c %s'" = -#~ msgid "input file '%s' ignored" -#~ msgstr "Eingabedatei '%s' ignoriert" - #~ msgid "undefined symbol `%s' in %s" #~ msgstr "undefiniertes Symbol `%s' in %s" = diff --git a/po/es.po b/po/es.po index a63dbe5..b0855e6 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils.master.es\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n" -"POT-Creation-Date: 2016-08-04 13:31+0200\n" +"POT-Creation-Date: 2016-08-19 14:38+0200\n" "PO-Revision-Date: 2011-01-10 15:17-0300\n" "Last-Translator: Claudio Rodrigo Pereyra Diaz \n" @@ -290,6 +290,7 @@ msgstr "S=C3=B3lo uno de -e, -p, -k, -K, =C3=B3 --core = est=C3=A1 permitido" msgid "cannot load kernel symbols" msgstr "No se pueden cargar s=C3=ADmbolos de kernel" = +#. Non-fatal to have no modules since we do have the kernel. #: libdwfl/argp-std.c:234 msgid "cannot find kernel modules" msgstr "no se pueden hallar m=C3=B3dulos de kernel" @@ -530,6 +531,7 @@ msgstr "" msgid " Build ID: " msgstr " Build ID: " = +#. A non-null terminated version string. #: libebl/eblobjnote.c:152 #, c-format msgid " Linker version: %.*s\n" @@ -793,6 +795,7 @@ msgstr "" msgid "Miscellaneous:" msgstr "Miscel=C3=A1neos:" = +#. Short description of program. #: src/addr2line.c:87 msgid "" "Locate source files and line information for ADDRs (in a.out by default)." @@ -800,6 +803,7 @@ msgstr "" "Localizar archivos fuente e informaci=C3=B3n de l=C3=ADnea para DIRECCION= ES (en a.out " "por defecto)." = +#. Strings for arguments in help texts. #: src/addr2line.c:91 msgid "[ADDR...]" msgstr "[DIREC...]" @@ -932,10 +936,12 @@ msgstr "Usar la ruta total para fichero coincidente." msgid "Update only older files in archive." msgstr "Actualizar s=C3=B3lo ficheros antiguos en archivo." = +#. Short description of program. #: src/ar.c:99 msgid "Create, modify, and extract from archives." msgstr "Crear, modificar, y extraer de archivos." = +#. Strings for arguments in help texts. #: src/ar.c:102 msgid "[MEMBER] [COUNT] ARCHIVE [FILE...]" msgstr "[MIEMBRO] [CONTAR] ARCHIVO [FICHERO...]" @@ -1108,6 +1114,7 @@ msgstr "" msgid "%s (default)" msgstr "" = +#. The archive is too big. #: src/arlib.c:209 #, c-format msgid "the archive '%s' is too large" @@ -1146,10 +1153,12 @@ msgstr "" msgid "Output nothing; yield exit status only" msgstr "Nada de salida; producir estado de salida =C3=BAnicamente" = +#. Short description of program. #: src/elfcmp.c:77 msgid "Compare relevant parts of two ELF files for equality." msgstr "Comparar partes relevantes de dos ficheros ELF para igualdad." = +#. Strings for arguments in help texts. #: src/elfcmp.c:81 msgid "FILE1 FILE2" msgstr "FICHERO1 FICHERO2" @@ -1333,6 +1342,77 @@ msgstr "No se puede obtener contenido de secci=C3=B3= n %zu: %s" msgid "cannot get relocation: %s" msgstr "No se puede obtener reubicaci=C3=B3n: %s" = +#: src/elfcompress.c:121 src/strip.c:255 src/unstrip.c:121 +#, c-format +msgid "-o option specified twice" +msgstr "opci=C3=B3n -o especificada dos veces" + +#: src/elfcompress.c:128 +#, fuzzy, c-format +msgid "-t option specified twice" +msgstr "opci=C3=B3n -f especificada dos veces" + +#: src/elfcompress.c:137 +#, fuzzy, c-format +msgid "unknown compression type '%s'" +msgstr "tipo desconocido" + +#. We need at least one input file. +#: src/elfcompress.c:149 src/elfcompress.c:1310 +#, fuzzy, c-format +msgid "No input file given" +msgstr "archivo de entrada vac=C3=ADo" + +#: src/elfcompress.c:155 src/elfcompress.c:1315 +#, fuzzy, c-format +msgid "Only one input file allowed together with '-o'" +msgstr "S=C3=B3lo se permite ingresar un archivo junto con '-o' y '-f'" + +#: src/elfcompress.c:1272 +#, fuzzy +msgid "Place (de)compressed output into FILE" +msgstr "Colocar la salida obtenida en FICHERO" + +#: src/elfcompress.c:1275 +msgid "" +"What type of compression to apply. TYPE can be 'none' (decompress), " +"'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'z= lib-" +"gnu' (.zdebug GNU style compression, 'gnu' is an alias)" +msgstr "" + +#: src/elfcompress.c:1278 +msgid "" +"SECTION name to (de)compress, SECTION is an extended wildcard pattern " +"(defaults to '.?(z)debug*')" +msgstr "" + +#: src/elfcompress.c:1281 +msgid "Print a message for each section being (de)compressed" +msgstr "" + +#: src/elfcompress.c:1284 +msgid "Force compression of section even if it would become larger" +msgstr "" + +#: src/elfcompress.c:1287 src/strip.c:88 +msgid "Relax a few rules to handle slightly broken ELF files" +msgstr "Relaja algunas reglas para manejar ficheros ELF rotos" + +#: src/elfcompress.c:1290 +#, fuzzy +msgid "Be silent when a section cannot be compressed" +msgstr "" +"Secci=C3=B3n [%2zu] '%s': direcci=C3=B3n de secciones de datos de hilo-lo= cal no cero\n" + +#. Strings for arguments in help texts. +#: src/elfcompress.c:1299 src/elflint.c:78 src/readelf.c:126 +msgid "FILE..." +msgstr "FICHERO..." + +#: src/elfcompress.c:1300 +msgid "Compress or decompress sections in an ELF file." +msgstr "" + #: src/elflint.c:64 msgid "Be extremely strict, flag level 2 features." msgstr "Sea extremadamente estricto, caracter=C3=ADstica de marca de nivel= 2." @@ -1353,14 +1433,11 @@ msgstr "" "Binario ha sido creado con GNU Id y por lo tanto se sabe que puede estar " "roto de alguna forma" = +#. Short description of program. #: src/elflint.c:74 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec." msgstr "Chequeo minucioso de ficheros ELF de acuerdo con gABI/psABI " = -#: src/elflint.c:78 src/readelf.c:126 -msgid "FILE..." -msgstr "FICHERO..." - #: src/elflint.c:155 src/readelf.c:298 #, c-format msgid "cannot open input file" @@ -1389,6 +1466,7 @@ msgstr "Falta el nombre de archivo.\n" msgid " error while freeing sub-ELF descriptor: %s\n" msgstr " error al liberar descriptor sub-ELF: %s\n" = +#. We cannot do anything. #: src/elflint.c:306 #, c-format msgid "Not an ELF file - it has the wrong magic bytes at the start\n" @@ -1605,6 +1683,7 @@ msgstr "" "Secci=C3=B3n [%2d] '%s': s=C3=ADmbolo %zu: XINDEX es utilizado para =C3= =ADndice que pueda " "caber en st_shndx (%)\n" = +#. || sym->st_shndx > SHN_HIRESERVE always false #: src/elflint.c:725 #, c-format msgid "section [%2d] '%s': symbol %zu: invalid section index\n" @@ -1745,6 +1824,9 @@ msgstr "" "Secci=C3=B3n [%2d] '%s': s=C3=ADmbolo _GLOBAL_OFFSET_TABLE_ se refiere a = secci=C3=B3n [%2d] " "'%s'\n" = +#. This test is more strict than the psABIs which +#. usually allow the symbol to be in the middle of +#. the .got section, allowing negative offsets. #: src/elflint.c:991 #, c-format msgid "" @@ -2725,6 +2807,7 @@ msgstr "" "Secci=C3=B3n [%2d] '%s': compensaci=C3=B3n %zu: longitud inv=C3=A1lida en= sub-secci=C3=B3n de " "atributo\n" = +#. Tag_File #: src/elflint.c:3512 #, c-format msgid "" @@ -3357,11 +3440,13 @@ msgstr "Agregar RUTA a todos los nombres de fichero= s" msgid "Use PATH as root of debuginfo hierarchy" msgstr "Usar RUTA como root de jerarqu=C3=ADa de debuginfo" = +#. Short description of program. #: src/findtextrel.c:72 msgid "Locate source of text relocations in FILEs (a.out by default)." msgstr "" "Localizar origen de reubicaciones de texto en FICHEROS (a.out por defecto= )." = +#. Strings for arguments in help texts. #: src/findtextrel.c:76 src/nm.c:108 src/objdump.c:71 src/size.c:83 #: src/strings.c:88 src/strip.c:96 msgid "[FILE...]" @@ -3543,6 +3628,7 @@ msgstr "Invertir el orden" msgid "Decode low-level symbol names into source code names" msgstr "" = +#. Short description of program. #: src/nm.c:105 msgid "List symbols from FILEs (a.out by default)." msgstr "Listar s=C3=ADmbolos de FICHEROS (a.out por defecto)." @@ -3558,7 +3644,7 @@ msgid "%s: INTERNAL ERROR %d (%s): %s" msgstr "%s: ERROR INTERNO %d (%s-%s): %s" = #: src/nm.c:395 src/nm.c:407 src/size.c:305 src/size.c:314 src/size.c:325 -#: src/strip.c:2288 +#: src/strip.c:2300 #, c-format msgid "while closing '%s'" msgstr "error al cerrar '%s'" @@ -3568,6 +3654,7 @@ msgstr "error al cerrar '%s'" msgid "%s: File format not recognized" msgstr "%s: No se reconoce el formato del fichero" = +#. Note: 0 is no valid offset. #: src/nm.c:457 #, fuzzy msgid "" @@ -3612,6 +3699,7 @@ msgstr "No se puede crear el =C3=A1rbol de b=C3=BAsqu= eda" msgid "cannot get section header string table index" msgstr "no se puede obtener =C3=ADndice de cadena de encabezamiento de sec= ci=C3=B3n" = +#. We always print this prolog. #: src/nm.c:787 #, c-format msgid "" @@ -3625,6 +3713,7 @@ msgstr "" "S=C3=ADmbolos de %s:\n" "\n" = +#. The header line. #: src/nm.c:790 #, c-format msgid "" @@ -3651,6 +3740,7 @@ msgid "%s: entries (%zd) in section %zd `%s' is too l= arge" msgstr "" "%s: el tama=C3=B1o de la entrada en la secci=C3=B3n `%s' no es el que esp= er=C3=A1bamos " = +#. XXX Add machine specific object file types. #: src/nm.c:1542 #, c-format msgid "%s%s%s%s: Invalid operation" @@ -3686,6 +3776,7 @@ msgstr "Selecci=C3=B3n de opci=C3=B3n de salida:" msgid "Only display information for section NAME." msgstr "S=C3=B3lo muestra informaci=C3=B3n para NOMBRE de secci=C3=B3n." = +#. Short description of program. #: src/objdump.c:67 msgid "Show information from FILEs (a.out by default)." msgstr "Muestra informaci=C3=B3n de FICHEROS (a.out por defecto)." @@ -3732,10 +3823,12 @@ msgstr "Contenido de la secci=C3=B3n %s:\n" msgid "cannot disassemble" msgstr "No se puede desensamblar" = +#. Short description of program. #: src/ranlib.c:65 msgid "Generate an index to speed access to archives." msgstr " Generar un =C3=ADndice para acelerar el acceso a los archivos." = +#. Strings for arguments in help texts. #: src/ranlib.c:68 msgid "ARCHIVE" msgstr "ARCHIVO " @@ -3870,6 +3963,7 @@ msgid "" "decompress section before dumping data (when used with -p or -x)" msgstr "" = +#. Short description of program. #: src/readelf.c:122 msgid "Print information from ELF file in human-readable form." msgstr "" @@ -4001,6 +4095,7 @@ msgstr "CORE (Fichero n=C3=BAcleo)" msgid "OS Specific: (%x)\n" msgstr "OS Specific: (%x)\n" = +#. && e_type <=3D ET_HIPROC always true #: src/readelf.c:959 #, c-format msgid "Processor Specific: (%x)\n" @@ -4130,6 +4225,7 @@ msgstr " Cantidad de entradas en los encabezamientos= de secci=C3=B3n: %" msgid " (% in [0].sh_size)" msgstr " (% en [0].sh_size)" = +#. We managed to get the zeroth section. #: src/readelf.c:1060 #, c-format msgid " (% in [0].sh_link)" @@ -4369,6 +4465,12 @@ msgstr[1] "" "Secci=C3=B3n de reubicaci=C3=B3n [%2zu] '%s' para secci=C3=B3n [%2u] '%s'= en compensaci=C3=B3n " "%#0 contiene entradas %d:\n" = +#. The .rel.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. +#. The .rela.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. #: src/readelf.c:1896 src/readelf.c:2086 #, c-format msgid "" @@ -4519,6 +4621,7 @@ msgstr "" msgid " %#06x: Parent %d: %s\n" msgstr " %#06x: Principal %d: %s\n" = +#. Print the header. #: src/readelf.c:2957 #, c-format msgid "" @@ -4672,11 +4775,13 @@ msgstr " Propietario Tama=C3=B1o\n" msgid " %-13s %4\n" msgstr " %-13s %4\n" = +#. Unknown subsection, print and skip. #: src/readelf.c:3520 #, c-format msgid " %-4u %12\n" msgstr " %-4u %12\n" = +#. Tag_File #: src/readelf.c:3525 #, c-format msgid " File: %11\n" @@ -4970,6 +5075,8 @@ msgstr " [%6tx] (direcci=C3=B3n base) %s\n" msgid " [%6tx] empty list\n" msgstr " [%6tx] lista vac=C3=ADa\n" = +#. We have an address range entry. +#. First address range entry in a list. #: src/readelf.c:5016 #, c-format msgid " [%6tx] %s..%s\n" @@ -5129,6 +5236,7 @@ msgstr "" msgid "cannot get line data section data: %s" msgstr "No se puede obtener secci=C3=B3n de datos de l=C3=ADnea: %s" = +#. Print what we got so far. #: src/readelf.c:6565 #, c-format msgid "" @@ -5239,11 +5347,13 @@ msgstr "" msgid " set discriminator to %u\n" msgstr " establecer discriminador a %u\n" = +#. Unknown, ignore it. #: src/readelf.c:6841 #, fuzzy msgid " unknown opcode" msgstr "c=C3=B3digo operativo desconocido " = +#. Takes no argument. #: src/readelf.c:6853 msgid " copy" msgstr "Copiar" @@ -5278,6 +5388,7 @@ msgstr " Establecer columna a %\n" msgid " set '%s' to %\n" msgstr "Establecer '%s' a %\n" = +#. Takes no argument. #: src/readelf.c:6910 msgid " set basic block flag" msgstr "Establecer bandera de bloque b=C3=A1sico" @@ -5297,10 +5408,12 @@ msgstr "Direcci=C3=B3n de avance por constante %u a= %s\n" msgid " advance address by fixed value %u to %s\n" msgstr "direcci=C3=B3n de avance por valor corregido %u a %s\n" = +#. Takes no argument. #: src/readelf.c:6954 msgid " set prologue end flag" msgstr " Establecer bandera prologue_end" = +#. Takes no argument. #: src/readelf.c:6959 msgid " set epilogue begin flag" msgstr " Establecer bandera epilogue_begin" @@ -5310,6 +5423,9 @@ msgstr " Establecer bandera epilogue_begin" msgid " set isa to %u\n" msgstr " establecer isa para %u\n" = +#. This is a new opcode the generator but not we know about. +#. Read the parameters associated with it but then discard +#. everything. Read all the parameters for this opcode. #: src/readelf.c:6977 #, c-format msgid " unknown opcode with % parameter:" @@ -5322,6 +5438,7 @@ msgstr[1] " opc=C3=B3digo con par=C3=A1metros % desconocido:" msgid "cannot get .debug_loc content: %s" msgstr "no es posible obtener contenido de .debug_loc: %s" = +#. First entry in a list. #: src/readelf.c:7084 #, c-format msgid " [%6tx] %s..%s" @@ -5772,6 +5889,7 @@ msgstr "" msgid "Display the total sizes (bsd only)" msgstr "Muestra el tama=C3=B1o total (bsd solamente)" = +#. Short description of program. #: src/size.c:79 msgid "List section sizes of FILEs (a.out by default)." msgstr "Lista los tama=C3=B1os de secci=C3=B3n de FICHEROS (por defecto a.= out). " @@ -5949,6 +6067,7 @@ msgstr "Imprimir ubicaci=C3=B3n de la cadena en base = 8, 10, o 16 respectivamente." msgid "Alias for --radix=3Do" msgstr "Alias para --radix=3Do" = +#. Short description of program. #: src/strings.c:84 msgid "Print the strings of printable characters in files." msgstr "Imprimir las cadenas de caracteres imprimibles en archivos." @@ -6018,10 +6137,7 @@ msgstr "" msgid "Remove .comment section" msgstr "Quitar secci=C3=B3n de comentario" = -#: src/strip.c:88 -msgid "Relax a few rules to handle slightly broken ELF files" -msgstr "Relaja algunas reglas para manejar ficheros ELF rotos" - +#. Short description of program. #: src/strip.c:93 msgid "Discard symbols from object files." msgstr "Descarta s=C3=ADmbolos de archivos objeto." @@ -6046,11 +6162,6 @@ msgstr "opci=C3=B3n -f especificada dos veces" msgid "-F option specified twice" msgstr "opci=C3=B3n -F especificada dos veces" = -#: src/strip.c:255 src/unstrip.c:121 -#, c-format -msgid "-o option specified twice" -msgstr "opci=C3=B3n -o especificada dos veces" - #: src/strip.c:279 #, c-format msgid "-R option supports only .comment section" @@ -6071,6 +6182,12 @@ msgstr "mientras se abr=C3=ADa '%s'" msgid "%s: cannot use -o or -f when stripping archive" msgstr "%s: no puede utilizarse -o o -f cuando se extrae un archivo" = +#. We would like to support ar archives, but currently it just +#. doesn't work at all since we call elf_clone on the members +#. which doesn't really support ar members. +#. result =3D handle_ar (fd, elf, NULL, fname, +#. preserve_dates ? tv : NULL); +#. #: src/strip.c:385 #, fuzzy, c-format msgid "%s: no support for stripping archive" @@ -6101,7 +6218,7 @@ msgstr "Fichero illformed '%s'" msgid "while generating output file: %s" msgstr "al generar fichero de salida: %s" = -#: src/strip.c:1034 src/strip.c:2079 +#: src/strip.c:1034 src/strip.c:2091 #, c-format msgid "%s: error while creating ELF header: %s" msgstr "%s: error al crear encabezamiento ELF: %s" @@ -6131,42 +6248,42 @@ msgstr "al crear tabla de cadenas de encabezamiento= de secci=C3=B3n: %s" msgid "no memory to create section header string table" msgstr "al crear tabla de cadenas de encabezamiento de secci=C3=B3n: %s" = -#: src/strip.c:1869 +#: src/strip.c:1877 #, fuzzy, c-format msgid "bad relocation" msgstr "Mostrar reubicaciones" = -#: src/strip.c:1990 src/strip.c:2103 +#: src/strip.c:2002 src/strip.c:2115 #, c-format msgid "while writing '%s': %s" msgstr "al escribir '%s': %s" = -#: src/strip.c:2001 +#: src/strip.c:2013 #, c-format msgid "while creating '%s'" msgstr "al crear '%s'" = -#: src/strip.c:2024 +#: src/strip.c:2036 #, c-format msgid "while computing checksum for debug information" msgstr "al computar la suma de verificaci=C3=B3n para informaci=C3=B3n de = depuraci=C3=B3n" = -#: src/strip.c:2088 +#: src/strip.c:2100 #, c-format msgid "%s: error while reading the file: %s" msgstr "%s: error al leer el fichero: %s" = -#: src/strip.c:2128 src/strip.c:2148 +#: src/strip.c:2140 src/strip.c:2160 #, c-format msgid "while writing '%s'" msgstr "al escribir '%s'" = -#: src/strip.c:2185 src/strip.c:2192 +#: src/strip.c:2197 src/strip.c:2204 #, c-format msgid "error while finishing '%s': %s" msgstr "Error al terminar '%s': %s" = -#: src/strip.c:2209 src/strip.c:2281 +#: src/strip.c:2221 src/strip.c:2293 #, c-format msgid "cannot set access and modification date of '%s'" msgstr "no es posible establecer acceso y fecha de modificaci=C3=B3n de '%= s'" diff --git a/po/ja.po b/po/ja.po index ff788f3..5d6f281 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n" -"POT-Creation-Date: 2016-08-04 13:31+0200\n" +"POT-Creation-Date: 2016-08-19 14:38+0200\n" "PO-Revision-Date: 2009-09-20 15:32+0900\n" "Last-Translator: Hyu_gabaru Ryu_ichi \n" "Language-Team: Japanese \n" @@ -285,6 +285,7 @@ msgstr "-e =E3=81=8B=E3=80=81-p=E3=80=81-k=E3=80=81-K= =E3=80=81--core =E3=81=AE=E3=81=B2=E3=81=A8=E3=81=A4=E3=81=A0=E3=81=91=E3= =81=8C=E8=AA=8D=E3=82=81=E3=82=89=E3=82=8C=E3=81=BE=E3=81=99" msgid "cannot load kernel symbols" msgstr "=E3=82=AB=E3=83=BC=E3=83=8D=E3=83=AB=E3=82=B7=E3=83=B3=E3=83=9C=E3= =83=AB=E3=82=92=E3=83=AD=E3=83=BC=E3=83=89=E3=81=A7=E3=81=8D=E3=81=BE=E3=81= =9B=E3=82=93" = +#. Non-fatal to have no modules since we do have the kernel. #: libdwfl/argp-std.c:234 msgid "cannot find kernel modules" msgstr "=E3=82=AB=E3=83=BC=E3=83=8D=E3=83=AB=E3=83=A2=E3=82=B8=E3=83=A5=E3= =83=BC=E3=83=AB=E3=82=92=E8=A6=8B=E3=81=A4=E3=81=91=E3=82=89=E3=82=8C=E3=81= =BE=E3=81=9B=E3=82=93" @@ -531,6 +532,7 @@ msgstr "" msgid " Build ID: " msgstr " =E3=83=93=E3=83=AB=E3=83=88 ID: " = +#. A non-null terminated version string. #: libebl/eblobjnote.c:152 #, c-format msgid " Linker version: %.*s\n" @@ -792,11 +794,13 @@ msgstr "" msgid "Miscellaneous:" msgstr "=E9=9B=91=E5=89=87:" = +#. Short description of program. #: src/addr2line.c:87 msgid "" "Locate source files and line information for ADDRs (in a.out by default)." msgstr "" = +#. Strings for arguments in help texts. #: src/addr2line.c:91 msgid "[ADDR...]" msgstr "" @@ -927,10 +931,12 @@ msgstr "=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E7=85=A7= =E5=90=88=E3=81=AB=E3=83=95=E3=83=AB=E3=83=91=E3=82=B9=E3=82=92=E4=BD=BF=E3= =81=86=E3=80=82" msgid "Update only older files in archive." msgstr "=E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96=E3=81=AE=E5=8F=A4=E3= =81=84=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E3=81=BF=E6=9B=B4=E6=96= =B0=E3=81=99=E3=82=8B=E3=80=82" = +#. Short description of program. #: src/ar.c:99 msgid "Create, modify, and extract from archives." msgstr "=E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96=E3=81=8B=E3=82=89=E4= =BD=9C=E6=88=90=E3=82=84=E3=80=81=E4=BF=AE=E6=AD=A3=E3=80=81=E6=8A=BD=E5=87= =BA=E3=81=99=E3=82=8B=E3=80=82" = +#. Strings for arguments in help texts. #: src/ar.c:102 msgid "[MEMBER] [COUNT] ARCHIVE [FILE...]" msgstr "[=E3=83=A1=E3=83=B3=E3=83=90=E3=83=BC] [=E5=90=88=E8=A8=88] =E3=82= =A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96 [=E3=83=95=E3=82=A1=E3=82=A4=E3=83= =AB...]" @@ -1103,6 +1109,7 @@ msgstr "" msgid "%s (default)" msgstr "" = +#. The archive is too big. #: src/arlib.c:209 #, c-format msgid "the archive '%s' is too large" @@ -1139,10 +1146,12 @@ msgstr "" msgid "Output nothing; yield exit status only" msgstr "" = +#. Short description of program. #: src/elfcmp.c:77 msgid "Compare relevant parts of two ELF files for equality." msgstr "" = +#. Strings for arguments in help texts. #: src/elfcmp.c:81 msgid "FILE1 FILE2" msgstr "" @@ -1325,6 +1334,76 @@ msgstr "" msgid "cannot get relocation: %s" msgstr "" = +#: src/elfcompress.c:121 src/strip.c:255 src/unstrip.c:121 +#, c-format +msgid "-o option specified twice" +msgstr "-o =E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C 2 =E5=9B= =9E=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99" + +#: src/elfcompress.c:128 +#, fuzzy, c-format +msgid "-t option specified twice" +msgstr "-f =E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C 2 =E5=9B= =9E=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99" + +#: src/elfcompress.c:137 +#, fuzzy, c-format +msgid "unknown compression type '%s'" +msgstr "=E4=B8=8D=E6=98=8E=E3=81=AA=E3=82=BF=E3=82=A4=E3=83=97" + +#. We need at least one input file. +#: src/elfcompress.c:149 src/elfcompress.c:1310 +#, fuzzy, c-format +msgid "No input file given" +msgstr "=E5=85=A5=E5=8A=9B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C=E7= =A9=BA=E3=81=A7=E3=81=99" + +#: src/elfcompress.c:155 src/elfcompress.c:1315 +#, fuzzy, c-format +msgid "Only one input file allowed together with '-o'" +msgstr "'-o' =E3=81=A8 '-f' =E3=81=A8=E4=B8=80=E7=B7=92=E3=81=AE=E5=A0=B4= =E5=90=88=E3=81=AF=E5=85=A5=E5=8A=9B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3= =81=AF 1 =E3=81=A4=E3=81=97=E3=81=8B=E8=AA=8D=E3=82=81=E3=82=89=E3=82=8C=E3= =81=BE=E3=81=9B=E3=82=93" + +#: src/elfcompress.c:1272 +#, fuzzy +msgid "Place (de)compressed output into FILE" +msgstr "=E3=81=AF=E3=81=8E=E5=8F=96=E3=81=A3=E3=81=9F=E5=87=BA=E5=8A=9B=E3= =82=92 =E3=81=B5=E3=81=81=E3=81=84=E3=82=8B =E3=81=AB=E7=BD=AE=E3=81=8F" + +#: src/elfcompress.c:1275 +msgid "" +"What type of compression to apply. TYPE can be 'none' (decompress), " +"'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'z= lib-" +"gnu' (.zdebug GNU style compression, 'gnu' is an alias)" +msgstr "" + +#: src/elfcompress.c:1278 +msgid "" +"SECTION name to (de)compress, SECTION is an extended wildcard pattern " +"(defaults to '.?(z)debug*')" +msgstr "" + +#: src/elfcompress.c:1281 +msgid "Print a message for each section being (de)compressed" +msgstr "" + +#: src/elfcompress.c:1284 +msgid "Force compression of section even if it would become larger" +msgstr "" + +#: src/elfcompress.c:1287 src/strip.c:88 +msgid "Relax a few rules to handle slightly broken ELF files" +msgstr "=E5=B0=91=E3=81=97=E5=A3=8A=E3=82=8C=E3=81=9F ELF =E3=83=95=E3=82= =A1=E3=82=A4=E3=83=AB=E3=82=92=E5=8F=96=E3=82=8A=E6=89=B1=E3=81=86=E3=81=9F= =E3=82=81=E3=81=AB=E3=83=AB=E3=83=BC=E3=83=AB=E3=82=92=E5=B0=91=E3=81=97=E7= =B7=A9=E5=92=8C=E3=81=99=E3=82=8B" + +#: src/elfcompress.c:1290 +#, fuzzy +msgid "Be silent when a section cannot be compressed" +msgstr "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3 [%2d] '%s': =E3=82= =BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92= =E5=BE=97=E3=82=89=E3=82=8C=E3=81=BE=E3=81=9B=E3=82=93\n" + +#. Strings for arguments in help texts. +#: src/elfcompress.c:1299 src/elflint.c:78 src/readelf.c:126 +msgid "FILE..." +msgstr "=E3=81=B5=E3=81=81=E3=81=84=E3=82=8B..." + +#: src/elfcompress.c:1300 +msgid "Compress or decompress sections in an ELF file." +msgstr "" + #: src/elflint.c:64 msgid "Be extremely strict, flag level 2 features." msgstr "=E9=9D=9E=E5=B8=B8=E3=81=AB=E5=8E=B3=E5=AF=86=E3=81=AB=E3=82=84=E3= =81=A3=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=81=E3=83=95=E3=83= =A9=E3=82=B0=E3=83=AC=E3=83=99=E3=83=AB 2 =E6=A9=9F=E8=83=BD=E3=80=82" @@ -1344,14 +1423,11 @@ msgid "" msgstr "" "=E3=83=90=E3=82=A4=E3=83=8A=E3=83=AA=E3=83=BC=E3=81=AF GNU ld =E3=81=A7= =E4=BD=9C=E6=88=90=E3=81=95=E3=82=8C=E3=80=81=E5=BE=93=E3=81=A3=E3=81=A6=E3= =81=82=E3=82=8B=E6=96=B9=E6=B3=95=E3=81=A7=E5=A3=8A=E3=82=8C=E3=81=A6=E3=81= =84=E3=82=8B=E3=81=AE=E3=81=8C=E7=9F=A5=E3=82=89=E3=82=8C=E3=81=A6=E3=81=84= =E3=82=8B" = +#. Short description of program. #: src/elflint.c:74 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec." msgstr "ELF =E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C gABI/psABI =E4= =BB=95=E6=A7=98=E3=81=B8=E6=BA=96=E6=8B=A0=E3=81=97=E3=81=A6=E3=81=84=E3=82= =8B=E3=81=8B=E3=81=AE=E5=8E=B3=E5=AF=86=E3=81=AA=E3=83=81=E3=82=A7=E3=83=83= =E3=82=AF=E3=80=82" = -#: src/elflint.c:78 src/readelf.c:126 -msgid "FILE..." -msgstr "=E3=81=B5=E3=81=81=E3=81=84=E3=82=8B..." - #: src/elflint.c:155 src/readelf.c:298 #, c-format msgid "cannot open input file" @@ -1380,6 +1456,7 @@ msgstr "=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D= =E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81=9B=E3=82=93=E3=80=82\n" msgid " error while freeing sub-ELF descriptor: %s\n" msgstr "=E5=89=AF-ELF =E8=A8=98=E8=BF=B0=E5=AD=90=E3=82=92=E8=A7=A3=E6=94= =BE=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E6=99=82=E3=81=AB=E3=82=A8=E3=83=A9= =E3=83=BC: %s\n" = +#. We cannot do anything. #: src/elflint.c:306 #, c-format msgid "Not an ELF file - it has the wrong magic bytes at the start\n" @@ -1592,6 +1669,7 @@ msgstr "" "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3 [%2d] '%s': =E3=82=B7=E3=83= =B3=E3=83=9C=E3=83=AB %zu: st_shndx (%) =E3=81=AB=E9=81=A9=E5=90=88= =E3=81=99=E3=82=8B=E3=82=A4=E3=83=B3=E3=83=87=E3=83=83" "=E3=82=AF=E3=82=B9=E7=94=A8=E3=81=AB=E4=BD=BF=E3=82=8F=E3=82=8C=E3=82=8B = XINDEX\n" = +#. || sym->st_shndx > SHN_HIRESERVE always false #: src/elflint.c:725 #, c-format msgid "section [%2d] '%s': symbol %zu: invalid section index\n" @@ -1736,6 +1814,9 @@ msgstr "" "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3 [%2d] '%s': _GLOBAL_OFFSET_= TABLE_ =E3=82=B7=E3=83=B3=E3=83=9C=E3=83=AB=E3=81=AF=E3=82=BB=E3=82=AF=E3= =82=B7=E3=83=A7=E3=83=B3 [%2d] '%s' " "=E3=82=92=E5=8F=82=E7=85=A7=E3=81=97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99\= n" = +#. This test is more strict than the psABIs which +#. usually allow the symbol to be in the middle of +#. the .got section, allowing negative offsets. #: src/elflint.c:991 #, c-format msgid "" @@ -2607,6 +2688,7 @@ msgid "" "section [%2d] '%s': offset %zu: invalid length in attribute subsection\n" msgstr "" = +#. Tag_File #: src/elflint.c:3512 #, c-format msgid "" @@ -3148,10 +3230,12 @@ msgstr "" msgid "Use PATH as root of debuginfo hierarchy" msgstr "" = +#. Short description of program. #: src/findtextrel.c:72 msgid "Locate source of text relocations in FILEs (a.out by default)." msgstr "" = +#. Strings for arguments in help texts. #: src/findtextrel.c:76 src/nm.c:108 src/objdump.c:71 src/size.c:83 #: src/strings.c:88 src/strip.c:96 msgid "[FILE...]" @@ -3323,6 +3407,7 @@ msgstr "=E4=B8=A6=E3=81=B9=E6=9B=BF=E3=81=88=E3=81=AE= =E6=84=8F=E5=91=B3=E3=82=92=E9=80=86=E3=81=AB=E3=81=99=E3=82=8B" msgid "Decode low-level symbol names into source code names" msgstr "" = +#. Short description of program. #: src/nm.c:105 msgid "List symbols from FILEs (a.out by default)." msgstr "=E3=81=B5=E3=81=81=E3=81=84=E3=82=8B =E3=81=8B=E3=82=89=E3=82=B7= =E3=83=B3=E3=83=9C=E3=83=AB=E3=82=92=E8=A1=A8=E7=A4=BA (=E3=83=87=E3=83=95= =E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7=E3=81=AFa.out)=E3=80=82" @@ -3338,7 +3423,7 @@ msgid "%s: INTERNAL ERROR %d (%s): %s" msgstr "%s: =E5=86=85=E9=83=A8=E3=82=A8=E3=83=A9=E3=83=BC %d (%s-%s): %s" = #: src/nm.c:395 src/nm.c:407 src/size.c:305 src/size.c:314 src/size.c:325 -#: src/strip.c:2288 +#: src/strip.c:2300 #, c-format msgid "while closing '%s'" msgstr "'%s' =E3=82=92=E9=96=89=E3=81=98=E3=81=A6=E3=81=84=E3=82=8B=E6=9C= =80=E4=B8=AD" @@ -3348,6 +3433,7 @@ msgstr "'%s' =E3=82=92=E9=96=89=E3=81=98=E3=81=A6=E3= =81=84=E3=82=8B=E6=9C=80=E4=B8=AD" msgid "%s: File format not recognized" msgstr "%s: =E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=BD=A2=E5=BC=8F=E3=82= =92=E8=AA=8D=E8=AD=98=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=9B=E3=82=93=E3=81=A7= =E3=81=97=E3=81=9F" = +#. Note: 0 is no valid offset. #: src/nm.c:457 #, fuzzy msgid "" @@ -3392,6 +3478,7 @@ msgstr "=E6=A4=9C=E7=B4=A2=E3=83=84=E3=83=AA=E3=83=BC= =E3=82=92=E7=94=9F=E6=88=90=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=9B=E3=82=93" msgid "cannot get section header string table index" msgstr "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=98=E3=83=83=E3= =83=80=E3=83=BC=E6=96=87=E5=AD=97=E5=88=97=E3=83=86=E3=83=BC=E3=83=96=E3=83= =AB=E7=B4=A2=E5=BC=95=E3=81=8C=E5=BE=97=E3=82=89=E3=82=8C=E3=81=BE=E3=81=9B= =E3=82=93" = +#. We always print this prolog. #: src/nm.c:787 #, c-format msgid "" @@ -3405,6 +3492,7 @@ msgstr "" "%s =E3=81=8B=E3=82=89=E3=81=AE=E3=82=B7=E3=83=B3=E3=83=9C=E3=83=AB:\n" "\n" = +#. The header line. #: src/nm.c:790 #, c-format msgid "" @@ -3429,6 +3517,7 @@ msgstr "%s: =E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3= =83=B3 `%s' =E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95=E3=81=AF=E9=A0=85=E7=9B=AE= =E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95=E3=81=AE=E6=95=B4=E6=95=B0=E5=80=8D msgid "%s: entries (%zd) in section %zd `%s' is too large" msgstr "%s: =E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E9=A0= =85=E7=9B=AE=E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95 `%s' =E3=81=AF=E4=BA=88=E6= =9C=9F=E3=81=97=E3=81=9F=E3=82=82=E3=81=AE=E3=81=A8=E3=81=AF=E7=95=B0=E3=81= =AA=E3=82=8A=E3=81=BE=E3=81=99" = +#. XXX Add machine specific object file types. #: src/nm.c:1542 #, c-format msgid "%s%s%s%s: Invalid operation" @@ -3464,6 +3553,7 @@ msgstr "=E5=87=BA=E5=8A=9B=E9=81=B8=E6=8A=9E:" msgid "Only display information for section NAME." msgstr "" = +#. Short description of program. #: src/objdump.c:67 msgid "Show information from FILEs (a.out by default)." msgstr "" @@ -3507,10 +3597,12 @@ msgstr "" msgid "cannot disassemble" msgstr "" = +#. Short description of program. #: src/ranlib.c:65 msgid "Generate an index to speed access to archives." msgstr "" = +#. Strings for arguments in help texts. #: src/ranlib.c:68 msgid "ARCHIVE" msgstr "" @@ -3647,6 +3739,7 @@ msgid "" "decompress section before dumping data (when used with -p or -x)" msgstr "" = +#. Short description of program. #: src/readelf.c:122 msgid "Print information from ELF file in human-readable form." msgstr "ELF =E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8B=E3=82=89=E4=BA= =BA=E9=96=93=E3=81=8C=E8=AA=AD=E3=82=81=E3=82=8B=E5=BD=A2=E3=81=A7=E6=83=85= =E5=A0=B1=E3=82=92=E5=8D=B0=E5=88=B7=E3=81=99=E3=82=8B=E3=80=82" @@ -3776,6 +3869,7 @@ msgstr "CORE (=E3=82=B3=E3=82=A2=E3=83=95=E3=82=A1=E3= =82=A4=E3=83=AB)" msgid "OS Specific: (%x)\n" msgstr "OS =E5=9B=BA=E6=9C=89: (%x)\n" = +#. && e_type <=3D ET_HIPROC always true #: src/readelf.c:959 #, c-format msgid "Processor Specific: (%x)\n" @@ -3903,6 +3997,7 @@ msgstr " =E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83= =B3=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E9=A0=85=E7=9B=AE=E3=81=AE=E6=95=B0= : %" msgid " (% in [0].sh_size)" msgstr " ([0].sh_size =E3=81=AE %)" = +#. We managed to get the zeroth section. #: src/readelf.c:1060 #, c-format msgid " (% in [0].sh_link)" @@ -4130,6 +4225,12 @@ msgstr[0] "" "=E3=82=AA=E3=83=95=E3=82=BB=E3=83=83=E3=83=88 %5$#0 =E3=81=AE=E3= =82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3 [%3$2u] '%4$s' =E7=94=A8=E3=81= =AE=E3=83=AA=E3=83=AD=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=BB= =E3=82=AF" "=E3=82=B7=E3=83=A7=E3=83=B3 [%1$2zu] '%2$s' =E3=81=AB=E3=81=AF %6$d =E5= =80=8B=E3=81=AE=E9=A0=85=E7=9B=AE=E3=81=8C=E3=81=82=E3=82=8A=E3=81=BE=E3=81= =99:\n" = +#. The .rel.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. +#. The .rela.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. #: src/readelf.c:1896 src/readelf.c:2086 #, c-format msgid "" @@ -4261,6 +4362,7 @@ msgstr " %#06x: =E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7= =E3=83=B3: %hd =E3=83=95=E3=83=A9=E3=82=B0: %s =E7=B4=A2=E5=BC=95: %hd = =E6=95=B0: %hd =E5=90=8D msgid " %#06x: Parent %d: %s\n" msgstr " %#06x: =E8=A6=AA %d: %s\n" = +#. Print the header. #: src/readelf.c:2957 #, c-format msgid "" @@ -4398,11 +4500,13 @@ msgstr " =E6=89=80=E6=9C=89=E8=80=85 =E5= =A4=A7=E3=81=8D=E3=81=95\n" msgid " %-13s %4\n" msgstr " %-13s %4\n" = +#. Unknown subsection, print and skip. #: src/readelf.c:3520 #, c-format msgid " %-4u %12\n" msgstr " %-4u %12\n" = +#. Tag_File #: src/readelf.c:3525 #, c-format msgid " File: %11\n" @@ -4695,6 +4799,8 @@ msgstr "" "\n" " [%6tx] =E3=82=BC=E3=83=AD=E7=B5=82=E7=AB=AF\n" = +#. We have an address range entry. +#. First address range entry in a list. #: src/readelf.c:5016 #, c-format msgid " [%6tx] %s..%s\n" @@ -4853,6 +4959,7 @@ msgstr "" msgid "cannot get line data section data: %s" msgstr "=E3=83=A9=E3=82=A4=E3=83=B3=E3=83=87=E3=83=BC=E3=82=BF=E3=82=BB=E3= =82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E5=BE= =97=E3=82=89=E3=82=8C=E3=81=BE=E3=81=9B=E3=82=93: %s" = +#. Print what we got so far. #: src/readelf.c:6565 #, fuzzy, c-format msgid "" @@ -4959,11 +5066,13 @@ msgstr "" msgid " set discriminator to %u\n" msgstr "=E3=82=AB=E3=83=A9=E3=83=A0=E3=82=92 % =E3=81=AB=E8=A8=AD= =E5=AE=9A=E3=81=99=E3=82=8B\n" = +#. Unknown, ignore it. #: src/readelf.c:6841 #, fuzzy msgid " unknown opcode" msgstr "=E4=B8=8D=E6=98=8E=E3=81=AA=E5=91=BD=E4=BB=A4=E3=82=B3=E3=83=BC=E3= =83=89" = +#. Takes no argument. #: src/readelf.c:6853 msgid " copy" msgstr "=E8=A4=87=E5=86=99" @@ -4998,6 +5107,7 @@ msgstr "=E3=82=AB=E3=83=A9=E3=83=A0=E3=82=92 % =E3=81=AB=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B\n" msgid " set '%s' to %\n" msgstr " '%s' =E3=82=92 % =E3=81=AB=E8=A8=AD=E5=AE=9A=E3=81=99= =E3=82=8B\n" = +#. Takes no argument. #: src/readelf.c:6910 msgid " set basic block flag" msgstr "=E5=9F=BA=E6=9C=AC=E3=83=96=E3=83=AD=E3=83=83=E3=82=AF=E3=83=95=E3= =83=A9=E3=82=B0=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B" @@ -5017,10 +5127,12 @@ msgstr "=E3=82=A2=E3=83=89=E3=83=AC=E3=82=B9=E3=82= =92=E5=AE=9A=E6=95=B0 %u =E3=81=A0=E3=81=91=E6=B8=88=E3=82=81=E3=81=A6 %s = =E3=81=AB=E3=81=99=E3=82=8B\n" msgid " advance address by fixed value %u to %s\n" msgstr "=E3=82=A2=E3=83=89=E3=83=AC=E3=82=B9=E3=82=92=E5=9B=BA=E5=AE=9A=E5= =80=A4 %u =E3=81=A0=E3=81=91=E9=80=B2=E3=82=81=E3=81=A6 %s =E3=81=AB=E3=81= =99=E3=82=8B\n" = +#. Takes no argument. #: src/readelf.c:6954 msgid " set prologue end flag" msgstr "=E3=83=97=E3=83=AD=E3=83=AD=E3=83=BC=E3=82=B0=E7=B5=82=E4=BA=86=E3= =83=95=E3=83=A9=E3=82=B0=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B" = +#. Takes no argument. #: src/readelf.c:6959 msgid " set epilogue begin flag" msgstr "=E3=82=A8=E3=83=94=E3=83=AD=E3=83=BC=E3=82=B0=E9=96=8B=E5=A7=8B=E3= =83=95=E3=83=A9=E3=82=B0=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B" @@ -5030,6 +5142,9 @@ msgstr "=E3=82=A8=E3=83=94=E3=83=AD=E3=83=BC=E3=82=B0= =E9=96=8B=E5=A7=8B=E3=83=95=E3=83=A9=E3=82=B0=E3=82=92=E8=A8=AD=E5=AE=9A=E3= =81=99=E3=82=8B" msgid " set isa to %u\n" msgstr " =E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92 % =E3=81=AB= =E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8B\n" = +#. This is a new opcode the generator but not we know about. +#. Read the parameters associated with it but then discard +#. everything. Read all the parameters for this opcode. #: src/readelf.c:6977 #, c-format msgid " unknown opcode with % parameter:" @@ -5041,6 +5156,7 @@ msgstr[0] " % =E5=80=8B=E3=81=AE=E3=83=91=E3= =83=A9=E3=83=A1=E3=83=BC=E3=82=BF=E3=83=BC=E3=81=AE=E3=81=82=E3=82=8B=E4=B8= =8D=E6=98=8E=E3=81=AA=E5=91=BD=E4=BB=A4=E3=82=B3=E3=83=BC=E3=83=89:" msgid "cannot get .debug_loc content: %s" msgstr ".debug_loc =E3=81=AE=E5=86=85=E5=AE=B9=E3=82=92=E5=BE=97=E3=82=89= =E3=82=8C=E3=81=BE=E3=81=9B=E3=82=93: %s" = +#. First entry in a list. #: src/readelf.c:7084 #, c-format msgid " [%6tx] %s..%s" @@ -5496,6 +5612,7 @@ msgstr "=E3=83=AD=E3=83=BC=E3=83=89=E5=8F=AF=E8=83=BD= =E3=82=BB=E3=82=B0=E3=83=A1=E3=83=B3=E3=83=88=E3=81=AE=E3=81=9F=E3=82=81=E3= =81=AE=E5=8D=B0=E5=88=B7=E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95=E3=81=A8=E8=A8= =B1=E5=8F=AF=E3=83=95 msgid "Display the total sizes (bsd only)" msgstr "=E5=90=88=E8=A8=88=E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95=E3=82=92=E8= =A1=A8=E7=A4=BA (bsd =E3=81=AE=E3=81=BF)" = +#. Short description of program. #: src/size.c:79 msgid "List section sizes of FILEs (a.out by default)." msgstr "=E3=81=B5=E3=81=81=E3=81=84=E3=82=8B =E3=81=AE=E3=82=BB=E3=82=AF= =E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E5=A4=A7=E3=81=8D=E3=81=95=E3=81=AE=E4= =B8=80=E8=A6=A7 (=E7=9C=81=E7=95=A5=E5=80=A4=E3=81=AF a.out)" @@ -5672,6 +5789,7 @@ msgstr "" msgid "Alias for --radix=3Do" msgstr "" = +#. Short description of program. #: src/strings.c:84 msgid "Print the strings of printable characters in files." msgstr "" @@ -5741,10 +5859,7 @@ msgstr "" msgid "Remove .comment section" msgstr ".comment =E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E5= =8F=96=E3=82=8A=E9=99=A4=E3=81=8F" = -#: src/strip.c:88 -msgid "Relax a few rules to handle slightly broken ELF files" -msgstr "=E5=B0=91=E3=81=97=E5=A3=8A=E3=82=8C=E3=81=9F ELF =E3=83=95=E3=82= =A1=E3=82=A4=E3=83=AB=E3=82=92=E5=8F=96=E3=82=8A=E6=89=B1=E3=81=86=E3=81=9F= =E3=82=81=E3=81=AB=E3=83=AB=E3=83=BC=E3=83=AB=E3=82=92=E5=B0=91=E3=81=97=E7= =B7=A9=E5=92=8C=E3=81=99=E3=82=8B" - +#. Short description of program. #: src/strip.c:93 msgid "Discard symbols from object files." msgstr "=E3=82=AA=E3=83=96=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=83=95=E3= =82=A1=E3=82=A4=E3=83=AB=E3=81=8B=E3=82=89=E3=82=B7=E3=83=B3=E3=83=9C=E3=83= =AB=E3=82=92=E7=A0=B4=E6=A3=84=E3=81=99=E3=82=8B" @@ -5769,11 +5884,6 @@ msgstr "-f =E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3= =83=B3=E3=81=8C 2 =E5=9B=9E=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3= =81=84=E3=81=BE=E3=81=99" msgid "-F option specified twice" msgstr "-F =E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C 2 =E5=9B= =9E=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99" = -#: src/strip.c:255 src/unstrip.c:121 -#, c-format -msgid "-o option specified twice" -msgstr "-o =E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C 2 =E5=9B= =9E=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=81=BE=E3=81=99" - #: src/strip.c:279 #, c-format msgid "-R option supports only .comment section" @@ -5794,6 +5904,12 @@ msgstr "'%s' =E3=82=92=E9=96=8B=E3=81=84=E3=81=A6=E3= =81=84=E3=82=8B=E9=96=93" msgid "%s: cannot use -o or -f when stripping archive" msgstr "%s: =E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96=E3=81=8B=E3=82= =89=E6=8A=9C=E3=81=8D=E5=87=BA=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E6=99=82= =E3=81=AF -o =E3=82=84 -f =E3=81=AF=E4=BD=BF=E3=81=88=E3=81=BE=E3=81=9B=E3= =82=93" = +#. We would like to support ar archives, but currently it just +#. doesn't work at all since we call elf_clone on the members +#. which doesn't really support ar members. +#. result =3D handle_ar (fd, elf, NULL, fname, +#. preserve_dates ? tv : NULL); +#. #: src/strip.c:385 #, fuzzy, c-format msgid "%s: no support for stripping archive" @@ -5824,7 +5940,7 @@ msgstr "=E4=B8=8D=E9=81=A9=E6=A0=BC=E3=81=AA=E3=83=95= =E3=82=A1=E3=82=A4=E3=83=AB '%s'" msgid "while generating output file: %s" msgstr "=E5=87=BA=E5=8A=9B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E7= =94=9F=E6=88=90=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E9=96=93: %s" = -#: src/strip.c:1034 src/strip.c:2079 +#: src/strip.c:1034 src/strip.c:2091 #, c-format msgid "%s: error while creating ELF header: %s" msgstr "%s: ELF =E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E3=82=92=E7=94=9F=E6= =88=90=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E9=96=93=E3=81=AB=E3=82=A8=E3=83= =A9=E3=83=BC: %s" @@ -5854,42 +5970,42 @@ msgstr "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83= =B3=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E6=96=87=E5=AD=97=E5=88=97=E3=83=86= =E3=83=BC=E3=83=96=E3=83=AB=E3=82=92=E7=94=9F=E6=88=90=E4=B8=AD: %s" msgid "no memory to create section header string table" msgstr "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=98=E3=83=83=E3= =83=80=E3=83=BC=E6=96=87=E5=AD=97=E5=88=97=E3=83=86=E3=83=BC=E3=83=96=E3=83= =AB=E3=82=92=E7=94=9F=E6=88=90=E4=B8=AD: %s" = -#: src/strip.c:1869 +#: src/strip.c:1877 #, fuzzy, c-format msgid "bad relocation" msgstr "=E3=83=AA=E3=83=AD=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3= =82=92=E8=A1=A8=E7=A4=BA" = -#: src/strip.c:1990 src/strip.c:2103 +#: src/strip.c:2002 src/strip.c:2115 #, c-format msgid "while writing '%s': %s" msgstr "'%s' =E3=82=92=E6=9B=B8=E8=BE=BC=E3=81=BF=E4=B8=AD: %s" = -#: src/strip.c:2001 +#: src/strip.c:2013 #, c-format msgid "while creating '%s'" msgstr "'%s' =E3=82=92=E7=94=9F=E6=88=90=E4=B8=AD" = -#: src/strip.c:2024 +#: src/strip.c:2036 #, c-format msgid "while computing checksum for debug information" msgstr "=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E6=83=85=E5=A0=B1=E3=81=AE=E3= =83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=B5=E3=83=A0=E3=82=92=E8=A8=88=E7=AE= =97=E4=B8=AD" = -#: src/strip.c:2088 +#: src/strip.c:2100 #, c-format msgid "%s: error while reading the file: %s" msgstr "%s: =E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E8=AA=AD=E8=BE= =BC=E3=81=BF=E4=B8=AD=E3=81=AB=E3=82=A8=E3=83=A9=E3=83=BC: %s" = -#: src/strip.c:2128 src/strip.c:2148 +#: src/strip.c:2140 src/strip.c:2160 #, fuzzy, c-format msgid "while writing '%s'" msgstr "'%s' =E3=82=92=E6=9B=B8=E8=BE=BC=E3=81=BF=E4=B8=AD: %s" = -#: src/strip.c:2185 src/strip.c:2192 +#: src/strip.c:2197 src/strip.c:2204 #, c-format msgid "error while finishing '%s': %s" msgstr "'%s' =E3=81=AE=E7=B5=82=E4=BA=86=E4=B8=AD=E3=81=AB=E3=82=A8=E3=83= =A9=E3=83=BC: %s" = -#: src/strip.c:2209 src/strip.c:2281 +#: src/strip.c:2221 src/strip.c:2293 #, c-format msgid "cannot set access and modification date of '%s'" msgstr "'%s' =E3=81=AE=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B9=E3=81=A8=E5=A4= =89=E6=9B=B4=E6=97=A5=E4=BB=98=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=A7=E3=81=8D= =E3=81=BE=E3=81=9B=E3=82=93" diff --git a/po/pl.po b/po/pl.po index 4f51fc7..4c003ad 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n" -"POT-Creation-Date: 2016-08-18 15:30+0200\n" +"POT-Creation-Date: 2016-08-19 14:38+0200\n" "PO-Revision-Date: 2016-08-18 15:32+0200\n" "Last-Translator: Piotr Dr=C4=85g \n" "Language-Team: Polish \n" diff --git a/po/uk.po b/po/uk.po index 2160c81..31a36af 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n" -"POT-Creation-Date: 2016-08-04 13:31+0200\n" +"POT-Creation-Date: 2016-08-19 14:38+0200\n" "PO-Revision-Date: 2015-09-26 16:41+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -292,6 +292,7 @@ msgstr "" msgid "cannot load kernel symbols" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=B7=D0= =B0=D0=B2=D0=B0=D0=BD=D1=82=D0=B0=D0=B6=D0=B8=D1=82=D0=B8 =D1=81=D0=B8=D0= =BC=D0=B2=D0=BE=D0=BB=D0=B8 =D1=8F=D0=B4=D1=80=D0=B0" = +#. Non-fatal to have no modules since we do have the kernel. #: libdwfl/argp-std.c:234 msgid "cannot find kernel modules" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=B2=D0= =B8=D1=8F=D0=B2=D0=B8=D1=82=D0=B8 =D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=96 =D1= =8F=D0=B4=D1=80=D0=B0" @@ -527,6 +528,7 @@ msgstr " =D0=90=D1=80=D0=B3.: " msgid " Build ID: " msgstr " =D0=86=D0=B4. =D0=B7=D0=B1=D0=B8=D1=80=D0=B0=D0=BD=D0=BD=D1=8F= : " = +#. A non-null terminated version string. #: libebl/eblobjnote.c:152 #, c-format msgid " Linker version: %.*s\n" @@ -787,11 +789,13 @@ msgstr "=D0=92=D0=B8=D0=B2=D0=B5=D1=81=D1=82=D0=B8 = =D1=83=D1=81=D1=96 =D0=B4=D0=B0=D0=BD=D1=96 =D1=83 =D0=BE=D0=B4=D0=B8=D0=BD= =D1=80=D1=8F=D0=B4=D0=BE=D0=BA =D1=96 =D0=B4=D0=BE=D0=B4=D0=B0=D1=82=D0=B8= =D0=B2 msgid "Miscellaneous:" msgstr "=D0=86=D0=BD=D1=88=D0=B5:" = +#. Short description of program. #: src/addr2line.c:87 msgid "" "Locate source files and line information for ADDRs (in a.out by default)." msgstr "=D0=A8=D1=83=D0=BA=D0=B0=D1=82=D0=B8 =D0=90=D0=94=D0=A0=D0=95=D0= =A1=D0=98 =D1=83 =D1=84=D0=B0=D0=B9=D0=BB=D0=B0=D1=85 =D0=BA=D0=BE=D0=B4=D1= =96=D0=B2 =D1=82=D0=B0 =D0=B4=D0=B0=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0=BE = =D1=80=D1=8F=D0=B4=D0=BA=D0=B8 (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0=BE, =D1= =83 a.out)." = +#. Strings for arguments in help texts. #: src/addr2line.c:91 msgid "[ADDR...]" msgstr "[=D0=90=D0=94=D0=A0=D0=95=D0=A1=D0=90...]" @@ -923,10 +927,12 @@ msgstr "=D0=92=D0=B8=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1= =82=D0=BE=D0=B2=D1=83=D0=B2=D0=B0=D1=82=D0=B8 =D0=B4=D0=BB=D1=8F =D0=BF=D0= =BE=D1=80=D1=96=D0=B2=D0=BD=D1=8F=D0=BD=D0=BD=D1=8F =D0=BF=D0=BE=D0=B2=D0= =BD=D0=B8=D0=B9 msgid "Update only older files in archive." msgstr "=D0=9E=D0=BD=D0=BE=D0=B2=D0=BB=D1=8E=D0=B2=D0=B0=D1=82=D0=B8 =D1= =83 =D0=B0=D1=80=D1=85=D1=96=D0=B2=D1=96 =D0=BB=D0=B8=D1=88=D0=B5 =D1=81=D1= =82=D0=B0=D1=80=D1=96=D1=88=D1=96 =D1=84=D0=B0=D0=B9=D0=BB=D0=B8." = +#. Short description of program. #: src/ar.c:99 msgid "Create, modify, and extract from archives." msgstr "=D0=A1=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BD=D1=8F, =D0=B7=D0= =BC=D1=96=D0=BD=D0=B0 =D0=B0=D1=80=D1=85=D1=96=D0=B2=D1=96=D0=B2 =D1=96 =D0= =B2=D0=B8=D0=B4=D0=BE=D0=B1=D1=83=D0=B2=D0=B0=D0=BD=D0=BD=D1=8F =D0=B4=D0= =B0=D0=BD=D0=B8=D1=85 =D0=B7 =D0=B0=D1=80=D1=85=D1=96=D0=B2=D1=96=D0=B2." = +#. Strings for arguments in help texts. #: src/ar.c:102 msgid "[MEMBER] [COUNT] ARCHIVE [FILE...]" msgstr "[=D0=95=D0=9B=D0=95=D0=9C=D0=95=D0=9D=D0=A2] [=D0=9D=D0=9E=D0=9C= =D0=95=D0=A0] =D0=90=D0=A0=D0=A5=D0=86=D0=92 [=D0=A4=D0=90=D0=99=D0=9B...]" @@ -1104,6 +1110,7 @@ msgstr "" msgid "%s (default)" msgstr "%s (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0=BE)" = +#. The archive is too big. #: src/arlib.c:209 #, c-format msgid "the archive '%s' is too large" @@ -1142,10 +1149,12 @@ msgstr "=D0=86=D0=B3=D0=BD=D0=BE=D1=80=D1=83=D0=B2= =D0=B0=D1=82=D0=B8 =D0=B2=D1=96=D0=B4=D0=BC=D1=96=D0=BD=D0=BD=D0=BE=D1=81= =D1=82=D1=96 =D1=83 =D1=96=D0=B4=D0=B5=D0=BD=D1=82=D0=B8=D1=84=D1=96=D0=BA= =D0=B0=D1=82=D0=BE msgid "Output nothing; yield exit status only" msgstr "=D0=9D=D1=96=D1=87=D0=BE=D0=B3=D0=BE =D0=BD=D0=B5 =D0=B2=D0=B8=D0= =B2=D0=BE=D0=B4=D0=B8=D1=82=D0=B8; =D0=B2=D0=B8=D0=B7=D0=BD=D0=B0=D1=87=D0= =B8=D1=82=D0=B8 =D0=BB=D0=B8=D1=88=D0=B5 =D1=81=D1=82=D0=B0=D0=BD =D0=B2=D0= =B8=D1=85=D0=BE=D0=B4=D1=83" = +#. Short description of program. #: src/elfcmp.c:77 msgid "Compare relevant parts of two ELF files for equality." msgstr "=D0=9F=D0=BE=D1=80=D1=96=D0=B2=D0=BD=D1=8E=D1=94 =D0=B2=D1=96=D0= =B4=D0=BF=D0=BE=D0=B2=D1=96=D0=B4=D0=BD=D1=96 =D1=87=D0=B0=D1=81=D1=82=D0= =B8=D0=BD=D0=B8 =D0=B4=D0=B2=D0=BE=D1=85 =D1=84=D0=B0=D0=B9=D0=BB=D1=96=D0= =B2 ELF." = +#. Strings for arguments in help texts. #: src/elfcmp.c:81 msgid "FILE1 FILE2" msgstr "=D0=A4=D0=90=D0=99=D0=9B1 =D0=A4=D0=90=D0=99=D0=9B2" @@ -1327,6 +1336,79 @@ msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE= =D1=81=D1=8F =D0=BE=D1=82=D1=80=D0=B8=D0=BC=D0=B0=D1=82=D0=B8 =D0=B2=D0=BC= =D1=96=D1=81=D1=82 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 %zu: %s" msgid "cannot get relocation: %s" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=BE=D1= =82=D1=80=D0=B8=D0=BC=D0=B0=D1=82=D0=B8 =D0=BF=D0=B5=D1=80=D0=B5=D1=81=D1= =83=D0=B2=D0=B0=D0=BD=D0=BD=D1=8F: %s" = +#: src/elfcompress.c:121 src/strip.c:255 src/unstrip.c:121 +#, c-format +msgid "-o option specified twice" +msgstr "=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80 -o =D0=B2=D0=BA= =D0=B0=D0=B7=D0=B0=D0=BD=D0=BE =D0=B4=D0=B2=D1=96=D1=87=D1=96" + +#: src/elfcompress.c:128 +#, fuzzy, c-format +msgid "-t option specified twice" +msgstr "=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80 -f =D0=B2=D0=BA= =D0=B0=D0=B7=D0=B0=D0=BD=D0=BE =D0=B4=D0=B2=D1=96=D1=87=D1=96" + +#: src/elfcompress.c:137 +#, fuzzy, c-format +msgid "unknown compression type '%s'" +msgstr "=D0=BD=D0=B5=D0=B2=D0=B8=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8= =D0=B9 =D1=82=D0=B8=D0=BF" + +#. We need at least one input file. +#: src/elfcompress.c:149 src/elfcompress.c:1310 +#, fuzzy, c-format +msgid "No input file given" +msgstr "=D0=B2=D1=85=D1=96=D0=B4=D0=BD=D0=B8=D0=B9 =D1=84=D0=B0=D0=B9=D0= =BB =D1=94 =D0=BF=D0=BE=D1=80=D0=BE=D0=B6=D0=BD=D1=96=D0=BC" + +#: src/elfcompress.c:155 src/elfcompress.c:1315 +#, fuzzy, c-format +msgid "Only one input file allowed together with '-o'" +msgstr "" +"=D0=A0=D0=B0=D0=B7=D0=BE=D0=BC =D0=B7 =C2=AB-o=C2=BB =D0=B0=D0=B1=D0=BE = =C2=AB-f=C2=BB =D0=BC=D0=BE=D0=B6=D0=BD=D0=B0 =D0=B2=D0=B8=D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D1=82=D0=BE=D0=B2=D1=83=D0=B2=D0=B0=D1=82=D0=B8 =D0=BB=D0= =B8=D1=88=D0=B5 =D0=BE=D0=B4=D0=B8=D0=BD =D1=84=D0=B0=D0=B9=D0=BB =D0=B2=D1= =85=D1=96=D0=B4=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D0=BD=D0=B8=D1=85" + +#: src/elfcompress.c:1272 +#, fuzzy +msgid "Place (de)compressed output into FILE" +msgstr "=D0=92=D0=B8=D0=B2=D0=B5=D1=81=D1=82=D0=B8 =D0=B4=D0=B0=D0=BD=D1= =96 =D0=BF=D1=96=D1=81=D0=BB=D1=8F =D0=B2=D0=B8=D0=BB=D1=83=D1=87=D0=B5=D0= =BD=D0=BD=D1=8F =D0=B4=D0=BE =D0=A4=D0=90=D0=99=D0=9B=D0=B0" + +#: src/elfcompress.c:1275 +msgid "" +"What type of compression to apply. TYPE can be 'none' (decompress), " +"'zlib' (ELF ZLIB compression, the default, 'zlib-gabi' is an alias) or 'z= lib-" +"gnu' (.zdebug GNU style compression, 'gnu' is an alias)" +msgstr "" + +#: src/elfcompress.c:1278 +msgid "" +"SECTION name to (de)compress, SECTION is an extended wildcard pattern " +"(defaults to '.?(z)debug*')" +msgstr "" + +#: src/elfcompress.c:1281 +msgid "Print a message for each section being (de)compressed" +msgstr "" + +#: src/elfcompress.c:1284 +msgid "Force compression of section even if it would become larger" +msgstr "" + +#: src/elfcompress.c:1287 src/strip.c:88 +msgid "Relax a few rules to handle slightly broken ELF files" +msgstr "" +"=D0=97=D0=BD=D0=B5=D1=85=D1=82=D1=83=D0=B2=D0=B0=D1=82=D0=B8 =D0=B4=D0=B5= =D0=BA=D1=96=D0=BB=D1=8C=D0=BA=D0=BE=D0=BC=D0=B0 =D0=BF=D1=80=D0=B0=D0=B2= =D0=B8=D0=BB=D0=B0=D0=BC=D0=B8 =D0=B4=D0=BB=D1=8F =D0=BE=D0=B1=D1=80=D0=BE= =D0=B1=D0=BA=D0=B8 =D1=82=D1=80=D0=BE=D1=85=D0=B8 =D0=BF=D0=BE=D1=88=D0=BA= =D0=BE=D0=B4=D0=B6=D0=B5=D0=BD=D0=B8=D1=85 =D1=84=D0=B0=D0=B9=D0=BB=D1=96= =D0=B2 ELF" + +#: src/elfcompress.c:1290 +#, fuzzy +msgid "Be silent when a section cannot be compressed" +msgstr "" +"=D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB [%2zu] =C2=AB%s=C2=BB: =D0=B0=D0=B4= =D1=80=D0=B5=D1=81=D0=B0 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=96=D0=B2 = =D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D0=BD= =D0=B8=D1=85 =D0=BF=D0=BE=D1=82=D0=BE=D0=BA=D1=96=D0=B2 =D0=BD=D0=B5 =D1=94= =D0=BD=D1=83=D0=BB=D1=8C=D0=BE=D0=B2=D0=BE=D1=8E\n" + +#. Strings for arguments in help texts. +#: src/elfcompress.c:1299 src/elflint.c:78 src/readelf.c:126 +msgid "FILE..." +msgstr "=D0=A4=D0=90=D0=99=D0=9B..." + +#: src/elfcompress.c:1300 +msgid "Compress or decompress sections in an ELF file." +msgstr "" + #: src/elflint.c:64 msgid "Be extremely strict, flag level 2 features." msgstr "=D0=92=D0=B8=D1=81=D0=BE=D0=BA=D0=B0 =D1=81=D1=82=D1=80=D0=BE=D0= =B3=D1=96=D1=81=D1=82=D1=8C, =D1=83=D0=B2=D1=96=D0=BC=D0=BA=D0=BD=D1=83=D1= =82=D0=B8 =D0=BC=D0=BE=D0=B6=D0=BB=D0=B8=D0=B2=D0=BE=D1=81=D1=82=D1=96 =D1= =80=D1=96=D0=B2=D0=BD=D1=8F 2." @@ -1347,15 +1429,12 @@ msgstr "" "=D0=91=D1=96=D0=BD=D0=B0=D1=80=D0=BD=D0=B8=D0=B9 =D1=84=D0=B0=D0=B9=D0=BB= =D0=B1=D1=83=D0=BB=D0=BE =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BE = =D0=B7=D0=B0 =D0=B4=D0=BE=D0=BF=D0=BE=D0=BC=D0=BE=D0=B3=D0=BE=D1=8E GNU ld,= =D1=82=D0=BE=D0=BC=D1=83 =D0=B2=D1=96=D0=BD, =D0=BE=D1=87=D0=B5=D0=B2=D0= =B8=D0=B4=D0=BD=D0=BE, =D1=94 =D0=B4=D0=BE " "=D0=BF=D0=B5=D0=B2=D0=BD=D0=BE=D1=97 =D0=BC=D1=96=D1=80=D0=B8 =D0=BD=D0= =B5=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D0=B8=D0=BC" = +#. Short description of program. #: src/elflint.c:74 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec." msgstr "" "=D0=9F=D0=B5=D0=B4=D0=B0=D0=BD=D1=82=D0=B8=D1=87=D0=BD=D0=B0 =D0=BF=D0=B5= =D1=80=D0=B5=D0=B2=D1=96=D1=80=D0=BA=D0=B0 =D1=84=D0=B0=D0=B9=D0=BB=D1=96= =D0=B2 ELF =D0=BD=D0=B0 =D1=81=D1=83=D0=BC=D1=96=D1=81=D0=BD=D1=96=D1=81=D1= =82=D1=8C =D0=B7=D1=96 =D1=81=D0=BF=D0=B5=D1=86=D0=B8=D1=84=D1=96=D0=BA=D0= =B0=D1=86=D1=96=D1=8F=D0=BC=D0=B8 gABI/psABI." = -#: src/elflint.c:78 src/readelf.c:126 -msgid "FILE..." -msgstr "=D0=A4=D0=90=D0=99=D0=9B..." - #: src/elflint.c:155 src/readelf.c:298 #, c-format msgid "cannot open input file" @@ -1384,6 +1463,7 @@ msgstr "=D0=9D=D0=B5 =D0=B2=D0=BA=D0=B0=D0=B7=D0=B0= =D0=BD=D0=BE =D0=BD=D0=B0=D0=B7=D0=B2=D0=B8 =D1=84=D0=B0=D0=B9=D0=BB=D0=B0.= \n" msgid " error while freeing sub-ELF descriptor: %s\n" msgstr " =D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=B0 =D0=BF=D1=96=D0=B4 =D1= =87=D0=B0=D1=81 =D1=81=D0=BF=D1=80=D0=BE=D0=B1=D0=B8 =D0=B2=D0=B8=D0=B2=D1= =96=D0=BB=D1=8C=D0=BD=D0=B5=D0=BD=D0=BD=D1=8F =D0=B4=D0=B5=D1=81=D0=BA=D1= =80=D0=B8=D0=BF=D1=82=D0=BE=D1=80=D0=B0 =D1=81=D1=83=D0=B1-ELF: %s\n" = +#. We cannot do anything. #: src/elflint.c:306 #, c-format msgid "Not an ELF file - it has the wrong magic bytes at the start\n" @@ -1597,6 +1677,7 @@ msgstr "" "=D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB [%2d] =C2=AB%s=C2=BB: =D1=81=D0=B8= =D0=BC=D0=B2=D0=BE=D0=BB %zu: XINDEX =D0=B2=D0=B8=D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B0=D0=BD=D0=BE =D0=B4=D0=BB=D1=8F =D1=96=D0=BD=D0=B4=D0=B5= =D0=BA=D1=81=D1=83=D0=B2=D0=B0=D0=BD=D0=BD=D1=8F, =D1=8F=D0=BA=D0=B5 =D0=BD= =D0=B5 " "=D0=B2=D1=96=D0=B4=D0=BF=D0=BE=D0=B2=D1=96=D0=B4=D0=B0=D1=94 st_shndx (%<= PRIu32>)\n" = +#. || sym->st_shndx > SHN_HIRESERVE always false #: src/elflint.c:725 #, c-format msgid "section [%2d] '%s': symbol %zu: invalid section index\n" @@ -1741,6 +1822,9 @@ msgstr "" "=D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB [%2d] =C2=AB%s=C2=BB: =D1=81=D0=B8= =D0=BC=D0=B2=D0=BE=D0=BB _GLOBAL_OFFSET_TABLE_ =D0=BF=D0=BE=D1=81=D0=B8=D0= =BB=D0=B0=D1=94=D1=82=D1=8C=D1=81=D1=8F =D0=BD=D0=B0 =D1=80=D0=BE=D0=B7=D0= =B4=D1=96=D0=BB [%2d] " "'%s'\n" = +#. This test is more strict than the psABIs which +#. usually allow the symbol to be in the middle of +#. the .got section, allowing negative offsets. #: src/elflint.c:991 #, c-format msgid "" @@ -2713,6 +2797,7 @@ msgid "" msgstr "" "=D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB [%2d] =C2=AB%s=C2=BB: =D0=B7=D0=BC= =D1=96=D1=89=D0=B5=D0=BD=D0=BD=D1=8F %zu: =D0=BD=D0=B5=D0=BA=D0=BE=D1=80=D0= =B5=D0=BA=D1=82=D0=BD=D0=B0 =D0=B4=D0=BE=D0=B2=D0=B6=D0=B8=D0=BD=D0=B0 =D1= =83 =D0=BF=D1=96=D0=B4=D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=96 =D0=B0=D1= =82=D1=80=D0=B8=D0=B1=D1=83=D1=82=D1=96=D0=B2\n" = +#. Tag_File #: src/elflint.c:3512 #, c-format msgid "" @@ -3334,10 +3419,12 @@ msgstr "=D0=94=D0=BE=D0=B4=D0=B0=D0=B2=D0=B0=D1=82= =D0=B8 =D0=A8=D0=9B=D0=AF=D0=A5 =D0=B4=D0=BE =D0=B2=D1=81=D1=96=D1=85 =D0= =BD=D0=B0=D0=B7=D0=B2 =D1=84=D0=B0=D0=B9=D0=BB=D1=96=D0=B2" msgid "Use PATH as root of debuginfo hierarchy" msgstr "=D0=92=D0=B8=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=BE=D0=B2=D1=83= =D0=B2=D0=B0=D1=82=D0=B8 =D0=A8=D0=9B=D0=AF=D0=A5 =D1=8F=D0=BA =D0=BA=D0=BE= =D1=80=D0=B5=D0=BD=D0=B5=D0=B2=D0=B8=D0=B9 =D0=BA=D0=B0=D1=82=D0=B0=D0=BB= =D0=BE=D0=B3 =D0=B4=D0=BB=D1=8F =D1=96=D1=94=D1=80=D0=B0=D1=80=D1=85=D1=96= =D1=97 debuginfo" = +#. Short description of program. #: src/findtextrel.c:72 msgid "Locate source of text relocations in FILEs (a.out by default)." msgstr "=D0=A8=D1=83=D0=BA=D0=B0=D1=94 =D0=B4=D0=B6=D0=B5=D1=80=D0=B5=D0= =BB=D0=BE =D0=BF=D0=B5=D1=80=D0=B5=D1=81=D1=83=D0=B2=D0=B0=D0=BD=D0=BE=D0= =B3=D0=BE =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83 =D1=83 =D0=A4=D0=90=D0=99=D0= =9B=D0=90=D0=A5 (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0=BE, a.out)." = +#. Strings for arguments in help texts. #: src/findtextrel.c:76 src/nm.c:108 src/objdump.c:71 src/size.c:83 #: src/strings.c:88 src/strip.c:96 msgid "[FILE...]" @@ -3516,6 +3603,7 @@ msgstr "=D0=97=D0=BC=D1=96=D0=BD=D0=B8=D1=82=D0=B8 = =D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA =D0=BD=D0=B0 =D0=BF=D1=80=D0=BE= =D1=82=D0=B8=D0=BB=D0=B5=D0=B6=D0=BD=D0=B8=D0=B9" msgid "Decode low-level symbol names into source code names" msgstr "=D0=92=D0=B8=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D1=82=D0=B8 =D0=B7=D0= =B0 =D0=BD=D0=B8=D0=B7=D1=8C=D0=BA=D0=BE=D1=80=D1=96=D0=B2=D0=BD=D0=B5=D0= =B2=D0=B8=D0=BC=D0=B8 =D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BC=D0=B8 =D1=81=D0= =B8=D0=BC=D0=B2=D0=BE=D0=BB=D1=96=D0=B2 =D0=BD=D0=B0=D0=B7=D0=B2=D0=B8 =D1= =83 =D0=BF=D0=BE=D1=87=D0=B0=D1=82=D0=BA=D0=BE=D0=B2=D0=BE=D0=BC=D1=83 =D0= =BA=D0=BE=D0=B4=D1=96" = +#. Short description of program. #: src/nm.c:105 msgid "List symbols from FILEs (a.out by default)." msgstr "=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D0=B8 =D1=81=D0=BF=D0= =B8=D1=81=D0=BE=D0=BA =D1=81=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB=D1=96=D0=B2 =D0= =B7 =D0=A4=D0=90=D0=99=D0=9B=D1=96=D0=B2 (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0= =BE =D0=B7 a.out)." @@ -3530,7 +3618,7 @@ msgid "%s: INTERNAL ERROR %d (%s): %s" msgstr "%s: =D0=92=D0=9D=D0=A3=D0=A2=D0=A0=D0=86=D0=A8=D0=9D=D0=AF =D0=9F= =D0=9E=D0=9C=D0=98=D0=9B=D0=9A=D0=90 %d (%s): %s" = #: src/nm.c:395 src/nm.c:407 src/size.c:305 src/size.c:314 src/size.c:325 -#: src/strip.c:2288 +#: src/strip.c:2300 #, c-format msgid "while closing '%s'" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D0=B7=D0=B0=D0=BA=D1=80=D0= =B8=D1=82=D1=82=D1=8F =C2=AB%s=C2=BB" @@ -3540,6 +3628,7 @@ msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D0=B7= =D0=B0=D0=BA=D1=80=D0=B8=D1=82=D1=82=D1=8F =C2=AB%s=C2=BB" msgid "%s: File format not recognized" msgstr "%s: =D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D1=80= =D0=BE=D0=B7=D0=BF=D1=96=D0=B7=D0=BD=D0=B0=D1=82=D0=B8 =D1=84=D0=BE=D1=80= =D0=BC=D0=B0=D1=82 =D1=84=D0=B0=D0=B9=D0=BB=D0=B0" = +#. Note: 0 is no valid offset. #: src/nm.c:457 msgid "" "\n" @@ -3583,6 +3672,7 @@ msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE= =D1=81=D1=8F =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B8=D1=82=D0=B8 =D0=B4=D0=B5= =D1=80=D0=B5=D0=B2=D0=BE =D0=BF=D0=BE=D1=88=D1=83=D0=BA=D1=83" msgid "cannot get section header string table index" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=B2=D0= =B8=D0=B7=D0=BD=D0=B0=D1=87=D0=B8=D1=82=D0=B8 =D1=96=D0=BD=D0=B4=D0=B5=D0= =BA=D1=81 =D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=B0 =D1=80=D0= =BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 =D1=83 =D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1= =86=D1=96 =D1=80=D1=8F=D0=B4=D0=BA=D1=96=D0=B2" = +#. We always print this prolog. #: src/nm.c:787 #, c-format msgid "" @@ -3596,6 +3686,7 @@ msgstr "" "=D0=A1=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB=D0=B8 =D0=B7 %s:\n" "\n" = +#. The header line. #: src/nm.c:790 #, c-format msgid "" @@ -3620,6 +3711,7 @@ msgstr "%s: =D1=80=D0=BE=D0=B7=D0=BC=D1=96=D1=80 =D1= =80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 %zd =C2=AB%s=C2=BB =D0=BD=D0=B5 =D1= =94 =D0=BA=D1=80=D0=B0=D1=82=D0=BD=D0=B8=D0=BC =D0=B4=D0=BE = msgid "%s: entries (%zd) in section %zd `%s' is too large" msgstr "%s: =D1=80=D0=BE=D0=B7=D0=BC=D1=96=D1=80 =D0=B7=D0=B0=D0=BF=D0=B8= =D1=81=D1=83 =D1=83 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=96 %zd =C2=AB%s= =C2=BB =D0=BD=D0=B5 =D1=94 =D0=BE=D1=87=D1=96=D0=BA=D1=83=D0=B2=D0=B0=D0=BD= =D0=B8=D0=BC" = +#. XXX Add machine specific object file types. #: src/nm.c:1542 #, c-format msgid "%s%s%s%s: Invalid operation" @@ -3654,6 +3746,7 @@ msgstr "=D0=92=D0=B8=D0=B1=D1=96=D1=80 =D0=B2=D0=B8= =D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D0=BD=D0=B8=D1=85:" msgid "Only display information for section NAME." msgstr "=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D0=B8 =D1=96=D0=BD=D1= =84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D1=96=D1=8E =D0=BB=D0=B8=D1=88=D0=B5 =D0= =B7 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 =D0=9D=D0=90=D0=97=D0=92=D0= =90." = +#. Short description of program. #: src/objdump.c:67 msgid "Show information from FILEs (a.out by default)." msgstr "=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D0=B8 =D1=96=D0=BD=D1= =84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D1=96=D1=8E =D0=B7 =D0=A4=D0=90=D0=99=D0= =9B=D1=96=D0=B2 (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0=BE a.out)." @@ -3700,10 +3793,12 @@ msgstr "=D0=92=D0=BC=D1=96=D1=81=D1=82 =D1=80=D0=BE= =D0=B7=D0=B4=D1=96=D0=BB=D1=83 %s:\n" msgid "cannot disassemble" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=B4=D0= =B8=D0=B7=D0=B0=D1=81=D0=B5=D0=BC=D0=B1=D0=BB=D1=8E=D0=B2=D0=B0=D1=82=D0=B8" = +#. Short description of program. #: src/ranlib.c:65 msgid "Generate an index to speed access to archives." msgstr "=D0=A1=D1=82=D0=B2=D0=BE=D1=80=D1=8E=D0=B2=D0=B0=D1=82=D0=B8 =D0= =BF=D0=BE=D0=BA=D0=B0=D0=B6=D1=87=D0=B8=D0=BA =D0=B4=D0=BB=D1=8F =D0=BF=D1= =80=D0=B8=D1=88=D0=B2=D0=B8=D0=B4=D1=88=D0=B5=D0=BD=D0=BD=D1=8F =D0=B4=D0= =BE=D1=81=D1=82=D1=83=D0=BF=D1=83 =D0=B4=D0=BE =D0=B0=D1=80=D1=85=D1=96=D0= =B2=D1=96=D0=B2." = +#. Strings for arguments in help texts. #: src/ranlib.c:68 msgid "ARCHIVE" msgstr "=D0=90=D0=A0=D0=A5=D0=86=D0=92" @@ -3837,6 +3932,7 @@ msgid "" "decompress section before dumping data (when used with -p or -x)" msgstr "" = +#. Short description of program. #: src/readelf.c:122 msgid "Print information from ELF file in human-readable form." msgstr "=D0=92=D0=B8=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D0=B8 =D0=B2=D1=96=D0= =B4=D0=BE=D0=BC=D0=BE=D1=81=D1=82=D1=96 =D0=B7 =D1=84=D0=B0=D0=B9=D0=BB=D0= =B0 ELF =D1=83 =D0=BF=D1=80=D0=B8=D0=B4=D0=B0=D1=82=D0=BD=D0=BE=D0=BC=D1=83= =D0=B4=D0=BB=D1=8F =D1=87=D0=B8=D1=82=D0=B0=D0=BD=D0=BD=D1=8F =D1=84=D0=BE= =D1=80=D0=BC=D0=B0=D1=82=D1=96." @@ -3966,6 +4062,7 @@ msgstr "CORE (=D0=A4=D0=B0=D0=B9=D0=BB =D1=8F=D0=B4= =D1=80=D0=B0)" msgid "OS Specific: (%x)\n" msgstr "=D0=9E=D0=A1-=D1=81=D0=BF=D0=B5=D1=86=D0=B8=D1=84=D1=96=D1=87=D0= =BD=D0=B5: (%x)\n" = +#. && e_type <=3D ET_HIPROC always true #: src/readelf.c:959 #, c-format msgid "Processor Specific: (%x)\n" @@ -4093,6 +4190,7 @@ msgstr " =D0=9A=D1=96=D0=BB=D1=8C=D0=BA=D1=96=D1=81= =D1=82=D1=8C =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=96=D0=B2 =D0=B7=D0=B0=D0=B3= =D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D1=96=D0=B2 =D1=80=D0=BE=D0=B7=D0=B4=D1=96= =D0=BB=D1=96 msgid " (% in [0].sh_size)" msgstr " (% =D1=83 [0].sh_size)" = +#. We managed to get the zeroth section. #: src/readelf.c:1060 #, c-format msgid " (% in [0].sh_link)" @@ -4345,6 +4443,12 @@ msgstr[2] "" "=D0=A0=D0=BE=D0=B7=D0=B4=D1=96=D0=BB =D0=BF=D0=B5=D1=80=D0=B5=D1=81=D1=83= =D0=B2=D0=B0=D0=BD=D0=BD=D1=8F [%2zu] =C2=AB%s=C2=BB =D0=B4=D0=BB=D1=8F =D1= =80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 [%2u] =C2=AB%s=C2=BB =D0=B7=D0=B0 = =D0=B7=D0=BC=D1=96=D1=89=D0=B5=D0=BD=D0=BD=D1=8F=D0=BC " "%#0 =D0=BC=D1=96=D1=81=D1=82=D0=B8=D1=82=D1=8C %d =D0=B7=D0=B0=D0= =BF=D0=B8=D1=81=D1=96=D0=B2:\n" = +#. The .rel.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. +#. The .rela.dyn section does not refer to a specific section but +#. instead of section index zero. Do not try to print a section +#. name. #: src/readelf.c:1896 src/readelf.c:2086 #, c-format msgid "" @@ -4504,6 +4608,7 @@ msgstr " %#06x: =D0=92=D0=B5=D1=80=D1=81=D1=96=D1=8F= : %hd =D0=9F=D1=80=D0=B0=D0=BF.: %s =D0=86=D0=BD=D0=B4=D0=B5=D0=BA=D1=81= : %hd =D0=9A-=D1=82=D1=8C: % msgid " %#06x: Parent %d: %s\n" msgstr " %#06x: =D0=B1=D0=B0=D1=82=D1=8C=D0=BA=D1=96=D0=B2=D1=81=D1=8C=D0= =BA=D0=B8=D0=B9 %d: %s\n" = +#. Print the header. #: src/readelf.c:2957 #, c-format msgid "" @@ -4666,11 +4771,13 @@ msgstr " =D0=92=D0=BB=D0=B0=D1=81=D0=BD=D0=B8=D0= =BA =D0=A0=D0=BE=D0=B7=D0=BC=D1=96=D1=80\n" msgid " %-13s %4\n" msgstr " %-13s %4\n" = +#. Unknown subsection, print and skip. #: src/readelf.c:3520 #, c-format msgid " %-4u %12\n" msgstr " %-4u %12\n" = +#. Tag_File #: src/readelf.c:3525 #, c-format msgid " File: %11\n" @@ -4971,6 +5078,8 @@ msgstr " [%6tx] =D0=B1=D0=B0=D0=B7=D0=BE=D0=B2=D0=B0= =D0=B0=D0=B4=D1=80=D0=B5=D1=81=D0=B0 %s\n" msgid " [%6tx] empty list\n" msgstr " [%6tx] =D0=BF=D0=BE=D1=80=D0=BE=D0=B6=D0=BD=D1=96=D0=B9 =D1=81= =D0=BF=D0=B8=D1=81=D0=BE=D0=BA\n" = +#. We have an address range entry. +#. First address range entry in a list. #: src/readelf.c:5016 #, c-format msgid " [%6tx] %s..%s\n" @@ -5128,6 +5237,7 @@ msgstr "" msgid "cannot get line data section data: %s" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=BE=D1= =82=D1=80=D0=B8=D0=BC=D0=B0=D1=82=D0=B8 =D0=B4=D0=B0=D0=BD=D1=96 =D1=80=D0= =BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83 =D0=BB=D1=96=D0=BD=D1=96=D0=B9=D0=BD=D0= =B8=D1=85 =D0=B4=D0=B0=D0=BD=D0=B8=D1=85: %s" = +#. Print what we got so far. #: src/readelf.c:6565 #, c-format msgid "" @@ -5239,10 +5349,12 @@ msgstr "" msgid " set discriminator to %u\n" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =D1= =80=D0=BE=D0=B7=D1=80=D1=96=D0=B7=D0=BD=D0=B5=D0=BD=D0=BD=D1=8F =D0=B4=D0= =BB=D1=8F %u\n" = +#. Unknown, ignore it. #: src/readelf.c:6841 msgid " unknown opcode" msgstr " =D0=BD=D0=B5=D0=B2=D1=96=D0=B4=D0=BE=D0=BC=D0=B8=D0=B9 =D0=BA=D0= =BE=D0=B4 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=86=D1=96=D1=97" = +#. Takes no argument. #: src/readelf.c:6853 msgid " copy" msgstr " =D0=BA=D0=BE=D0=BF=D1=96=D1=8F" @@ -5277,6 +5389,7 @@ msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2= =D0=B8=D1=82=D0=B8 =D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=BD=D1=8F =D1=81= =D1=82=D0=BE=D0=B2=D0=BF=D1=87=D0=B8=D0=BA=D0=B0 %\n" msgid " set '%s' to %\n" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =C2= =AB%s=C2=BB =D1=83 %\n" = +#. Takes no argument. #: src/readelf.c:6910 msgid " set basic block flag" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B0=D0=BF=D0=BE=D1=80=D0=B5=D1=86=D1=8C =D0=B1=D0=B0=D0=B7=D0= =BE=D0=B2=D0=BE=D0=B3=D0=BE =D0=B1=D0=BB=D0=BE=D0=BA=D1=83" @@ -5296,10 +5409,12 @@ msgstr " =D0=B7=D0=B1=D1=96=D0=BB=D1=8C=D1=88=D0=B8= =D1=82=D0=B8 =D0=B0=D0=B4=D1=80=D0=B5=D1=81=D1=83 =D0=BD=D0=B0 =D1=81=D1=82= =D0=B0=D0=BB=D1=83 =D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BD=D1=83 %u =D0= =B4 msgid " advance address by fixed value %u to %s\n" msgstr " =D0=B7=D0=B1=D1=96=D0=BB=D1=8C=D1=88=D0=B8=D1=82=D0=B8 =D0=B0=D0= =B4=D1=80=D0=B5=D1=81=D1=83 =D0=BD=D0=B0 =D1=84=D1=96=D0=BA=D1=81=D0=BE=D0= =B2=D0=B0=D0=BD=D1=83 =D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BD=D1=83 %u = =D0=B4=D0=BE %s\n" = +#. Takes no argument. #: src/readelf.c:6954 msgid " set prologue end flag" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B0=D0=BF=D0=BE=D1=80=D0=B5=D1=86=D1=8C =D0=BA=D1=96=D0=BD=D1= =86=D1=8F =D0=B2=D1=81=D1=82=D1=83=D0=BF=D1=83" = +#. Takes no argument. #: src/readelf.c:6959 msgid " set epilogue begin flag" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B0=D0=BF=D0=BE=D1=80=D0=B5=D1=86=D1=8C =D0=BF=D0=BE=D1=87=D0= =B0=D1=82=D0=BA=D1=83 =D0=B5=D0=BF=D1=96=D0=BB=D0=BE=D0=B3=D1=83" @@ -5309,6 +5424,9 @@ msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2= =D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B0=D0=BF=D0=BE=D1=80=D0=B5=D1=86=D1=8C = =D0=BF=D0=BE=D1=87=D0=B0=D1=82=D0=BA=D1=83 =D0=B5=D0=BF=D1=96=D0=BB=D0=BE= =D0=B3=D1=83" msgid " set isa to %u\n" msgstr " =D0=B2=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 isa = =D1=83 %u\n" = +#. This is a new opcode the generator but not we know about. +#. Read the parameters associated with it but then discard +#. everything. Read all the parameters for this opcode. #: src/readelf.c:6977 #, c-format msgid " unknown opcode with % parameter:" @@ -5322,6 +5440,7 @@ msgstr[2] " =D0=BD=D0=B5=D0=B2=D1=96=D0=B4=D0=BE=D0= =BC=D0=B8=D0=B9 =D0=BA=D0=BE=D0=B4 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=86=D1= =96=D1=97 =D0=B7 % =D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5 msgid "cannot get .debug_loc content: %s" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=BE=D1= =82=D1=80=D0=B8=D0=BC=D0=B0=D1=82=D0=B8 =D0=B2=D0=BC=D1=96=D1=81=D1=82 .deb= ug_loc: %s" = +#. First entry in a list. #: src/readelf.c:7084 #, c-format msgid " [%6tx] %s..%s" @@ -5768,6 +5887,7 @@ msgstr "" msgid "Display the total sizes (bsd only)" msgstr "=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D1=83=D0=B2=D0=B0=D1=82=D0=B8 =D0= =B7=D0=B0=D0=B3=D0=B0=D0=BB=D1=8C=D0=BD=D1=96 =D1=80=D0=BE=D0=B7=D0=BC=D1= =96=D1=80=D0=B8 (=D0=BB=D0=B8=D1=88=D0=B5 bsd)" = +#. Short description of program. #: src/size.c:79 msgid "List section sizes of FILEs (a.out by default)." msgstr "=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D0=B8 =D1=80=D0=BE=D0= =B7=D0=BC=D1=96=D1=80=D0=B8 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=96=D0= =B2 =D0=A4=D0=90=D0=99=D0=9B=D1=96=D0=B2 (=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=D0= =BE a.out)." @@ -5963,6 +6083,7 @@ msgstr "=D0=92=D0=B8=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D0= =B8 =D0=B0=D0=B4=D1=80=D0=B5=D1=81=D1=83 =D1=80=D1=8F=D0=B4=D0=BA=D0=B0 =D0= =B7=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BC=D0=B8 8, 10 =D1=82 msgid "Alias for --radix=3Do" msgstr "=D0=97=D0=B0=D0=BC=D1=96=D0=BD=D0=BD=D0=B8=D0=BA --radix=3Do" = +#. Short description of program. #: src/strings.c:84 msgid "Print the strings of printable characters in files." msgstr "=D0=92=D0=B8=D0=B2=D0=B5=D1=81=D1=82=D0=B8 =D1=80=D1=8F=D0=B4=D0= =BA=D0=B8 =D1=84=D0=B0=D0=B9=D0=BB=D1=96=D0=B2 =D0=B7 =D1=81=D0=B8=D0=BC=D0= =B2=D0=BE=D0=BB=D1=96=D0=B2, =D0=BF=D1=80=D0=B8=D0=B4=D0=B0=D1=82=D0=BD=D0= =B8=D1=85 =D0=B4=D0=BB=D1=8F =D0=B4=D1=80=D1=83=D0=BA=D1=83." @@ -6035,11 +6156,7 @@ msgstr "" msgid "Remove .comment section" msgstr "=D0=92=D0=B8=D0=BB=D1=83=D1=87=D0=B8=D1=82=D0=B8 =D1=80=D0=BE=D0= =B7=D0=B4=D1=96=D0=BB .comment" = -#: src/strip.c:88 -msgid "Relax a few rules to handle slightly broken ELF files" -msgstr "" -"=D0=97=D0=BD=D0=B5=D1=85=D1=82=D1=83=D0=B2=D0=B0=D1=82=D0=B8 =D0=B4=D0=B5= =D0=BA=D1=96=D0=BB=D1=8C=D0=BA=D0=BE=D0=BC=D0=B0 =D0=BF=D1=80=D0=B0=D0=B2= =D0=B8=D0=BB=D0=B0=D0=BC=D0=B8 =D0=B4=D0=BB=D1=8F =D0=BE=D0=B1=D1=80=D0=BE= =D0=B1=D0=BA=D0=B8 =D1=82=D1=80=D0=BE=D1=85=D0=B8 =D0=BF=D0=BE=D1=88=D0=BA= =D0=BE=D0=B4=D0=B6=D0=B5=D0=BD=D0=B8=D1=85 =D1=84=D0=B0=D0=B9=D0=BB=D1=96= =D0=B2 ELF" - +#. Short description of program. #: src/strip.c:93 msgid "Discard symbols from object files." msgstr "=D0=92=D1=96=D0=B4=D0=BA=D0=B8=D0=BD=D1=83=D1=82=D0=B8 =D1=81=D0= =B8=D0=BC=D0=B2=D0=BE=D0=BB=D0=B8 =D0=B7 =D0=BE=D0=B1=E2=80=99=D1=94=D0=BA= =D1=82=D0=BD=D0=B8=D1=85 =D1=84=D0=B0=D0=B9=D0=BB=D1=96=D0=B2" @@ -6065,11 +6182,6 @@ msgstr "=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82= =D1=80 -f =D0=B2=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=D0=BE =D0=B4=D0=B2=D1=96=D1= =87=D1=96" msgid "-F option specified twice" msgstr "=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80 -F =D0=B2=D0=BA= =D0=B0=D0=B7=D0=B0=D0=BD=D0=BE =D0=B4=D0=B2=D1=96=D1=87=D1=96" = -#: src/strip.c:255 src/unstrip.c:121 -#, c-format -msgid "-o option specified twice" -msgstr "=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80 -o =D0=B2=D0=BA= =D0=B0=D0=B7=D0=B0=D0=BD=D0=BE =D0=B4=D0=B2=D1=96=D1=87=D1=96" - #: src/strip.c:279 #, c-format msgid "-R option supports only .comment section" @@ -6092,6 +6204,12 @@ msgstr "" "%s: =D0=BD=D0=B5 =D0=BC=D0=BE=D0=B6=D0=BD=D0=B0 =D0=B2=D0=B8=D0=BA=D0=BE= =D1=80=D0=B8=D1=81=D1=82=D0=BE=D0=B2=D1=83=D0=B2=D0=B0=D1=82=D0=B8 -o =D0= =B0=D0=B1=D0=BE -f =D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D0=B2=D0=B8=D0=BB= =D1=83=D1=87=D0=B5=D0=BD=D0=BD=D1=8F =D0=B4=D0=BE=D0=B4=D0=B0=D1=82=D0=BA= =D0=BE=D0=B2=D0=BE=D0=B3=D0=BE =D0=B2=D0=BC=D1=96=D1=81=D1=82=D1=83 " "=D0=B0=D1=80=D1=85=D1=96=D0=B2=D1=83" = +#. We would like to support ar archives, but currently it just +#. doesn't work at all since we call elf_clone on the members +#. which doesn't really support ar members. +#. result =3D handle_ar (fd, elf, NULL, fname, +#. preserve_dates ? tv : NULL); +#. #: src/strip.c:385 #, c-format msgid "%s: no support for stripping archive" @@ -6122,7 +6240,7 @@ msgstr "=D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=BE=D0= =B2=D0=B5 =D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D1=83=D0=B2=D0=B0=D0=BD=D0= =BD=D1=8F =D1=84=D0=B0=D0=B9=D0=BB=D0=B0 =C2=AB%s=C2=BB" msgid "while generating output file: %s" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D1=81=D0=BF=D1=80=D0=BE=D0= =B1=D0=B8 =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BD=D1=8F =D1=84=D0= =B0=D0=B9=D0=BB=D0=B0 =D0=B7 =D0=B2=D0=B8=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0= =B8=D0=BC=D0=B8 =D0=B4=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8: %s" = -#: src/strip.c:1034 src/strip.c:2079 +#: src/strip.c:1034 src/strip.c:2091 #, c-format msgid "%s: error while creating ELF header: %s" msgstr "%s: =D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=B0 =D0=BF=D1=96=D0=B4 = =D1=87=D0=B0=D1=81 =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BD=D1=8F = =D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=B0 ELF: %s" @@ -6152,42 +6270,42 @@ msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D1= =81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BD=D1=8F =D1=82=D0=B0=D0=B1=D0= =BB=D0=B8=D1=86=D1=96 =D1=80=D1=8F=D0=B4=D0=BA=D1=96=D0=B2 =D0=B7=D0=B0=D0= =B3=D0=BE=D0=BB msgid "no memory to create section header string table" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D1=81=D1=82=D0=B2=D0=BE=D1= =80=D0=B5=D0=BD=D0=BD=D1=8F =D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=96 =D1= =80=D1=8F=D0=B4=D0=BA=D1=96=D0=B2 =D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0= =B2=D0=BA=D0=B0 =D1=80=D0=BE=D0=B7=D0=B4=D1=96=D0=BB=D1=83: %s" = -#: src/strip.c:1869 +#: src/strip.c:1877 #, c-format msgid "bad relocation" msgstr "=D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=BE=D0=B2=D0=B5 =D0=BF=D0= =B5=D1=80=D0=B5=D1=81=D1=83=D0=B2=D0=B0=D0=BD=D0=BD=D1=8F" = -#: src/strip.c:1990 src/strip.c:2103 +#: src/strip.c:2002 src/strip.c:2115 #, c-format msgid "while writing '%s': %s" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D0=B7=D0=B0=D0=BF=D0=B8=D1= =81=D1=83 =C2=AB%s=C2=BB: %s" = -#: src/strip.c:2001 +#: src/strip.c:2013 #, c-format msgid "while creating '%s'" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D1=81=D0=BF=D1=80=D0=BE=D0= =B1=D0=B8 =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=BD=D1=8F =C2=AB%s= =C2=BB" = -#: src/strip.c:2024 +#: src/strip.c:2036 #, c-format msgid "while computing checksum for debug information" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D0=BE=D0=B1=D1=87=D0=B8=D1= =81=D0=BB=D0=B5=D0=BD=D0=BD=D1=8F =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0= =BB=D1=8C=D0=BD=D0=BE=D1=97 =D1=81=D1=83=D0=BC=D0=B8 =D0=B4=D0=BB=D1=8F =D0= =B4=D1=96=D0=B0=D0=B3=D0=BD=D0=BE=D1=81=D1=82=D0=B8=D1=87=D0=BD=D0=B8=D1=85= =D0=B4=D0=B0=D0=BD=D0=B8=D1=85" = -#: src/strip.c:2088 +#: src/strip.c:2100 #, c-format msgid "%s: error while reading the file: %s" msgstr "%s: =D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=B0 =D0=BF=D1=96=D0=B4 = =D1=87=D0=B0=D1=81 =D1=87=D0=B8=D1=82=D0=B0=D0=BD=D0=BD=D1=8F =D1=84=D0=B0= =D0=B9=D0=BB=D0=B0: %s" = -#: src/strip.c:2128 src/strip.c:2148 +#: src/strip.c:2140 src/strip.c:2160 #, c-format msgid "while writing '%s'" msgstr "=D0=BF=D1=96=D0=B4 =D1=87=D0=B0=D1=81 =D1=81=D0=BF=D1=80=D0=BE=D0= =B1=D0=B8 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=83 =C2=AB%s=C2=BB" = -#: src/strip.c:2185 src/strip.c:2192 +#: src/strip.c:2197 src/strip.c:2204 #, c-format msgid "error while finishing '%s': %s" msgstr "=D0=BF=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=B0 =D0=BF=D1=96=D0=B4 =D1= =87=D0=B0=D1=81 =D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=BD=D1= =8F =C2=AB%s=C2=BB: %s" = -#: src/strip.c:2209 src/strip.c:2281 +#: src/strip.c:2221 src/strip.c:2293 #, c-format msgid "cannot set access and modification date of '%s'" msgstr "=D0=BD=D0=B5 =D0=B2=D0=B4=D0=B0=D0=BB=D0=BE=D1=81=D1=8F =D0=B2=D1= =81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B0=D0= =B2=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D1=83 =D1=82=D0=B0 =D0=B4=D0= =B0=D1=82=D1=83 =D0=B7=D0=BC=D1=96=D0=BD=D0=B8 =C2=AB%s=C2=BB" -- = 2.7.4 --===============7544790092566816843==--