You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gfxboot-theme-calculate/po
..
bin
Makefile
README
bg.po
bn.po
bootloader.pot
br.po
cs.po
da.po
de.po
el.po
es.po
fi.po
fr.po
gl.po
hu.po
it.po
ja.po
ka.po
ku.po
lt.po
nb.po
nl.po
pl.po
pt.po
pt_BR.po
ro.po
ru.po
sk.po
sl.po
sr.po
sv.po
th.po
tr.po
uk.po
urd.po
zh_CN.po
zh_TW.po

README

boot loader translations

------------------------

o How do I add a new text?

- Use the gfxboot/po/bin/add_text script; example:

add_text help 'Help'

This will define txt_help; the 'txt_' prefix is optional.

o How do I remove a text that's no longer needed?

- Use the gfxboot/po/bin/rm_text script; example:

rm_text help

This will remove txt_help; the removed lines are stored in the 'old'
directory.

o How do I add a new language?

- Copy bootloader.pot to <lang>.po. Remember to get <lang>.po translated.