grub/kern
Carles Pina i Estany 203ffbfa31 Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved.
YYYY-MM-DD  Carles Pina i Estany <carles@pina.cat>

	* Makefile.in: Add uptrans target to help to update .pot file
	* conf/common.rmk: Add grub-gettext_lib target, dependency and SOURCES, CFLAGS, LDFLAGS
	* kern/misc.c: Define grub_gettext symbol and add implement grub_gettext_dummy function
	* po/TODO: Temporary file with instructions of what Makefile.in will do
	* po/ca.po: Catalan translation stub
	* include/grub/misc.h: Define macro _(char *s). Declare grub_gettext_dummy and grub_gettext
	* gettext/gettext.c: New file with gettext implementation
	* normal/menu.c (print_message): add _( ) to some strings
	* util/grub.d/10_linux.in: include grub-gettext_lib file. For the Linux menuentry, call eval_gettext
	* util/grub.d/00_header.in: add locale_prefix and gettext locale detection and setting up the access to the mo directory
	* util/grub-mkconfig_lib.in: add get_locale_lang
	* util/grub-gettext_lib.in: new file
2009-11-13 20:39:33 +00:00
..
efi 2009-06-11 Pavel Roskin <proski@gnu.org> 2009-06-11 16:54:52 +00:00
generic remove all trailing whitespace 2009-06-10 21:04:23 +00:00
i386 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 13:34:51 +00:00
ieee1275 2009-07-11 Bean <bean123ch@gmail.com> 2009-07-11 03:59:15 +00:00
powerpc 2009-07-01 Pavel Roskin <proski@gnu.org> 2009-07-01 14:49:22 +00:00
sparc64 2009-07-01 Pavel Roskin <proski@gnu.org> 2009-07-01 14:49:22 +00:00
x86_64 2009-07-01 Pavel Roskin <proski@gnu.org> 2009-07-02 00:21:07 +00:00
command.c 2009-11-09 Robert Millan <rmh.grub@aybabtu.com> 2009-11-09 14:45:28 +00:00
corecmd.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
device.c 2009-07-13 Pavel Roskin <proski@gnu.org> 2009-07-13 22:21:49 +00:00
disk.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
dl.c 2009-07-21 Pavel Roskin <proski@gnu.org> 2009-07-21 20:18:44 +00:00
elf.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
env.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
err.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
file.c 2009-08-30 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-30 20:19:09 +00:00
fs.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
handler.c 2009-03-04 Bean <bean123ch@gmail.com> 2009-03-04 05:56:31 +00:00
list.c 2009-11-09 Robert Millan <rmh.grub@aybabtu.com> 2009-11-09 14:45:28 +00:00
main.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
misc.c Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved. 2009-11-13 20:39:33 +00:00
mm.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
parser.c 2009-07-25 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-25 15:13:07 +00:00
partition.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
reader.c 2009-05-02 Bean <bean123ch@gmail.com> 2009-05-02 19:49:34 +00:00
rescue_parser.c 2009-09-08 Felix Zielcke <fzielcke@z-51.de> 2009-09-08 15:00:28 +00:00
rescue_reader.c 2009-05-02 Bean <bean123ch@gmail.com> 2009-05-02 19:49:34 +00:00
term.c 2009-09-21 Felix Zielcke <fzielcke@z-51.de> 2009-09-21 14:37:04 +00:00
time.c actually add kern/time.c 2008-08-05 12:38:12 +00:00