This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils request related to translation


Nick Clifton <nickc@cambridge.redhat.com> writes:

|> Actually these are from a switch statement displaying the "class" of
|> an ELF file:
|> 
|>     case ELFCLASSNONE: return _("none");
|>     case ELFCLASS32:   return _("ELF32");
|>     case ELFCLASS64:   return _("ELF64");

I don't think it makes any sense to translate "ELF32" and "ELF64".

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]