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
Mike Khiretskiy 98fb63e0fc
Исправление голландского
9 years ago
..
bin po/bin/po2txt: Fix warning with Perl >= 5.12. 12 years ago
Makefile - Avoid mentioning the distribution name in "insert boot disk" messages. 19 years ago
README imported SuSE theme from gfxboot 3.2.5 19 years ago
bg.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
bootloader.pot Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
de.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
es.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
fr.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
it.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
nl_BE.po Исправление голландского 9 years ago
nl_NL.po Исправление голландского 9 years ago
pl.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
pt_BR.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
ro.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
ru.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago
uk.po Удалены переводы пунктов для загрузки дистрибутивов 9 years ago

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.