Bugzilla – Bug 151486
Don't translate labels in elilo.conf
Last modified: 2008-10-14 07:21:48 UTC
The label tags in elilo.conf should be left untranslated, instead the description tag should be used for that.
See /usr/share/doc/packages/elilo/elilo.txt in the elilo package for the valid options in elilo.conf.
yes, Idea will be included apropriately into Code11 Bootloader environment structure
reassign to yast2-bootloader maintainer
This seems to me that we will need to update the perl-Bootloader interface in order to let pass both translated and untranslated label - it is not currently possible. What leaves anyway will be labels set manually by user - they can hardly be translated or untranslated; I don't think it is worth having two label text entries in the dialog.
*** Bug 269198 has been marked as a duplicate of this bug. ***
few notes- I cannot find anything in elilo.txt for translated string. Description tag is already supported by perl-Bootloader (and gui also contain it). So is possible fix it, if we translate label and if this label is not match to allowed chars and length, then we add it to description?
I don't understand.
(In reply to comment #10 from Andreas Schwab) > I don't understand. > You write, that label should have non-translated label and description should have translated and richer. I ask you, if this is always or if use this only when translated label contain forbidden characters.
> I ask you, if this is always or if use this only > when translated label contain forbidden characters. I cannot parse that sentence.
(In reply to comment #12 from Andreas Schwab) > > I ask you, if this is always or if use this only > > when translated label contain forbidden characters. > > I cannot parse that sentence. > OK, virtual example. label is Memtest Fr translate is memteste (which is correct in label) De translate Mälukatse (which is not correct) So always use as label Memtest and translate to description or Fr translate use in label because it is possible and only De translate add to description?
Don't translate labels in elilo.conf.
Created attachment 244560 [details] patch I create patch for this bug. It should do what is expected, but user can change it if want (it is only proposal). jozo - please check it
it was added
fixed in yast2-bootloader 2.17.27