* loader/efi/appleloader.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* loader/efi/chainloader.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/efi/linux.c: Include `<grub/i18n.h>'.
(grub_cmd_linux): Capitalise Linux.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/ieee1275/linux.c: Include `<grub/i18n.h>'.
(grub_cmd_linux): Capitalise Linux.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/linux.c: Include `<grub/i18n.h>'.
(grub_cmd_linux): Capitalise Linux.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/pc/chainloader.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/pc/linux.c: Include `<grub/i18n.h>'.
(grub_cmd_linux): Capitalise Linux.
(GRUB_MOD_INIT): Gettextizze.
* loader/i386/xnu.c: Include `<grub/i18n.h>'.
(grub_cpu_xnu_init): Gettextizze.
* loader/multiboot_loader.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* loader/powerpc/ieee1275/linux.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* loader/sparc64/ieee1275/linux.c: Include `<grub/i18n.h>'.
(grub_linux_load64): Capitalise Linux.
(GRUB_MOD_INIT): Gettextizze.
* loader/xnu.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* po/POTFILES: Add `loader/efi/appleloader.c',
`loader/efi/chainloader.c', `loader/i386/efi/linux.c',
`loader/i386/ieee1275/linux.c', `loader/i386/linux.c',
`loader/i386/pc/chainloader.c', `loader/i386/pc/linux.c',
`loader/i386/xnu.c', `loader/multiboot_loader.c',
`loader/powerpc/ieee1275/linux.c', `loader/sparc64/ieee1275/linux.c'
and `loader/xnu.c'.
+2010-01-08 Carles Pina i Estany <carles@pina.cat>
+
+ * loader/efi/appleloader.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/efi/chainloader.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/efi/linux.c: Include `<grub/i18n.h>'.
+ (grub_cmd_linux): Capitalise Linux.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/ieee1275/linux.c: Include `<grub/i18n.h>'.
+ (grub_cmd_linux): Capitalise Linux.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/linux.c: Include `<grub/i18n.h>'.
+ (grub_cmd_linux): Capitalise Linux.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/pc/chainloader.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/pc/linux.c: Include `<grub/i18n.h>'.
+ (grub_cmd_linux): Capitalise Linux.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/i386/xnu.c: Include `<grub/i18n.h>'.
+ (grub_cpu_xnu_init): Gettextizze.
+ * loader/multiboot_loader.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/powerpc/ieee1275/linux.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/sparc64/ieee1275/linux.c: Include `<grub/i18n.h>'.
+ (grub_linux_load64): Capitalise Linux.
+ (GRUB_MOD_INIT): Gettextizze.
+ * loader/xnu.c: Include `<grub/i18n.h>'.
+ (GRUB_MOD_INIT): Gettextizze.
+ * po/POTFILES: Add `loader/efi/appleloader.c',
+ `loader/efi/chainloader.c', `loader/i386/efi/linux.c',
+ `loader/i386/ieee1275/linux.c', `loader/i386/linux.c',
+ `loader/i386/pc/chainloader.c', `loader/i386/pc/linux.c',
+ `loader/i386/xnu.c', `loader/multiboot_loader.c',
+ `loader/powerpc/ieee1275/linux.c', `loader/sparc64/ieee1275/linux.c'
+ and `loader/xnu.c'.
+
2010-01-08 Robert Millan <rmh.grub@aybabtu.com>
* src/mkisofs.c: Remove `ifdef linux' portability kludge.
#include <grub/efi/api.h>
#include <grub/efi/efi.h>
#include <grub/command.h>
+#include <grub/i18n.h>
static grub_dl_t my_mod;
GRUB_MOD_INIT(appleloader)
{
cmd = grub_register_command ("appleloader", grub_cmd_appleloader,
- "[OPTS]", "Boot legacy system.");
+ "[OPTS]", N_("Boot legacy system."));
my_mod = mod;
}
#include <grub/efi/efi.h>
#include <grub/efi/disk.h>
#include <grub/command.h>
+#include <grub/i18n.h>
static grub_dl_t my_mod;
GRUB_MOD_INIT(chainloader)
{
cmd = grub_register_command ("chainloader", grub_cmd_chainloader,
- 0, "Load another boot loader.");
+ 0, N_("Load another boot loader."));
my_mod = mod;
}
#include <grub/pci.h>
#include <grub/command.h>
#include <grub/memory.h>
+#include <grub/i18n.h>
#define GRUB_LINUX_CL_OFFSET 0x1000
#define GRUB_LINUX_CL_END_OFFSET 0x2000
if (grub_file_read (file, &lh, sizeof (lh)) != sizeof (lh))
{
- grub_error (GRUB_ERR_READ_ERROR, "cannot read the linux header");
+ grub_error (GRUB_ERR_READ_ERROR, "cannot read the Linux header");
goto fail;
}
GRUB_MOD_INIT(linux)
{
cmd_linux = grub_register_command ("linux", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd = grub_register_command ("initrd", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/cpu/linux.h>
#include <grub/ieee1275/ieee1275.h>
#include <grub/command.h>
+#include <grub/i18n.h>
#define GRUB_OFW_LINUX_PARAMS_ADDR 0x90000
#define GRUB_OFW_LINUX_KERNEL_ADDR 0x100000
if (grub_file_read (file, &lh, sizeof (lh)) != sizeof (lh))
{
- grub_error (GRUB_ERR_READ_ERROR, "cannot read the linux header");
+ grub_error (GRUB_ERR_READ_ERROR, "cannot read the Linux header");
goto fail;
}
GRUB_MOD_INIT(linux)
{
cmd_linux = grub_register_command ("linux", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd = grub_register_command ("initrd", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/video_fb.h>
#include <grub/command.h>
#include <grub/i386/pc/vbe.h>
+#include <grub/i18n.h>
#define GRUB_LINUX_CL_OFFSET 0x1000
#define GRUB_LINUX_CL_END_OFFSET 0x2000
if (grub_file_read (file, &lh, sizeof (lh)) != sizeof (lh))
{
- grub_error (GRUB_ERR_READ_ERROR, "cannot read the linux header");
+ grub_error (GRUB_ERR_READ_ERROR, "cannot read the Linux header");
goto fail;
}
GRUB_MOD_INIT(linux)
{
cmd_linux = grub_register_command ("linux", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd = grub_register_command ("initrd", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/dl.h>
#include <grub/command.h>
#include <grub/machine/biosnum.h>
+#include <grub/i18n.h>
static grub_dl_t my_mod;
static int boot_drive;
GRUB_MOD_INIT(chainloader)
{
cmd = grub_register_command ("chainloader", grub_cmd_chainloader,
- 0, "Load another boot loader.");
+ 0, N_("Load another boot loader."));
my_mod = mod;
}
#include <grub/dl.h>
#include <grub/cpu/linux.h>
#include <grub/command.h>
+#include <grub/i18n.h>
#define GRUB_LINUX_CL_OFFSET 0x9000
#define GRUB_LINUX_CL_END_OFFSET 0x90FF
if (grub_file_read (file, &lh, sizeof (lh)) != sizeof (lh))
{
- grub_error (GRUB_ERR_READ_ERROR, "cannot read the linux header");
+ grub_error (GRUB_ERR_READ_ERROR, "cannot read the Linux header");
goto fail;
}
{
cmd_linux =
grub_register_command ("linux16", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd =
grub_register_command ("initrd16", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/term.h>
#include <grub/command.h>
#include <grub/gzio.h>
+#include <grub/i18n.h>
char grub_xnu_cmdline[1024];
grub_uint32_t grub_xnu_heap_will_be_at;
{
cmd_devprop_load = grub_register_command ("xnu_devprop_load",
grub_cmd_devprop_load,
- 0, "Load device-properties dump.");
+ 0, N_("Load device-properties dump."));
}
void
#include <grub/misc.h>
#include <grub/gzio.h>
#include <grub/command.h>
+#include <grub/i18n.h>
grub_dl_t my_mod;
cmd_multiboot =
#ifdef GRUB_USE_MULTIBOOT2
grub_register_command ("multiboot2", grub_cmd_multiboot_loader,
- 0, "Load a multiboot 2 kernel.");
+ 0, N_("Load a multiboot 2 kernel."));
#else
grub_register_command ("multiboot", grub_cmd_multiboot_loader,
- 0, "Load a multiboot kernel.");
+ 0, N_("Load a multiboot kernel."));
#endif
cmd_module =
grub_register_command ("module", grub_cmd_module_loader,
- 0, "Load a multiboot module.");
+ 0, N_("Load a multiboot module."));
my_mod = mod;
}
#include <grub/ieee1275/ieee1275.h>
#include <grub/machine/loader.h>
#include <grub/command.h>
+#include <grub/i18n.h>
#define ELF32_LOADMASK (0xc0000000UL)
#define ELF64_LOADMASK (0xc000000000000000ULL)
GRUB_MOD_INIT(linux)
{
cmd_linux = grub_register_command ("linux", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd = grub_register_command ("initrd", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/machine/loader.h>
#include <grub/gzio.h>
#include <grub/command.h>
+#include <grub/i18n.h>
static grub_dl_t my_mod;
return grub_error (GRUB_ERR_OUT_OF_MEMORY,
"couldn't map physical memory");
- grub_dprintf ("loader", "Loading linux at vaddr 0x%lx, paddr 0x%lx, size 0x%lx\n",
+ grub_dprintf ("loader", "Loading Linux at vaddr 0x%lx, paddr 0x%lx, size 0x%lx\n",
linux_addr, paddr, linux_size);
linux_paddr = paddr;
fetch_translations ();
cmd_linux = grub_register_command ("linux", grub_cmd_linux,
- 0, "Load Linux.");
+ 0, N_("Load Linux."));
cmd_initrd = grub_register_command ("initrd", grub_cmd_initrd,
- 0, "Load initrd.");
+ 0, N_("Load initrd."));
my_mod = mod;
}
#include <grub/command.h>
#include <grub/misc.h>
#include <grub/env.h>
+#include <grub/i18n.h>
struct grub_xnu_devtree_key *grub_xnu_devtree_root = 0;
static int driverspackagenum = 0;
GRUB_MOD_INIT(xnu)
{
cmd_kernel = grub_register_command ("xnu_kernel", grub_cmd_xnu_kernel, 0,
- "Load XNU image.");
+ N_("Load XNU image."));
cmd_kernel64 = grub_register_command ("xnu_kernel64", grub_cmd_xnu_kernel64,
- 0, "Load 64-bit XNU image.");
+ 0, N_("Load 64-bit XNU image."));
cmd_mkext = grub_register_command ("xnu_mkext", grub_cmd_xnu_mkext, 0,
- "Load XNU extension package.");
+ N_("Load XNU extension package."));
cmd_kext = grub_register_command ("xnu_kext", grub_cmd_xnu_kext, 0,
- "Load XNU extension.");
+ N_("Load XNU extension."));
cmd_kextdir = grub_register_command ("xnu_kextdir", grub_cmd_xnu_kextdir,
- "DIRECTORY [OSBundleRequired]",
- "Load XNU extension directory.");
+ N_("DIRECTORY [OSBundleRequired]"),
+ N_("Load XNU extension directory."));
cmd_ramdisk = grub_register_command ("xnu_ramdisk", grub_cmd_xnu_ramdisk, 0,
- "Load XNU ramdisk. "
- "It will be seen as md0.");
+ N_("Load XNU ramdisk. "
+ "It will be seen as md0."));
cmd_splash = grub_register_command ("xnu_splash", grub_cmd_xnu_splash, 0,
- "Load a splash image for XNU.");
+ N_("Load a splash image for XNU."));
#ifndef GRUB_UTIL
cmd_resume = grub_register_command ("xnu_resume", grub_cmd_xnu_resume,
- 0, "Load XNU hibernate image.");
+ 0, N_("Load XNU hibernate image."));
#endif
grub_cpu_xnu_init ();
lib/arg.c
+loader/efi/appleloader.c
+loader/efi/chainloader.c
loader/i386/bsd.c
+loader/i386/efi/linux.c
+loader/i386/ieee1275/linux.c
+loader/i386/linux.c
+loader/i386/pc/chainloader.c
+loader/i386/pc/linux.c
+loader/i386/xnu.c
+loader/multiboot_loader.c
+loader/powerpc/ieee1275/linux.c
+loader/sparc64/ieee1275/linux.c
+loader/xnu.c
normal/auth.c
normal/color.c