* grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments.
* grub-core/commands/lsmmap.c: Likewise. * grub-core/commands/minicmd.c: Likewise. * grub-core/commands/mips/loongson/lsspd.c: Likewise. * grub-core/commands/regexp.c: Likewise. * grub-core/gdb/gdb.c: Likewise. * grub-core/term/gfxterm.c: Likewise. * util/grub-mkconfig.in: Likewise. * util/grub-mkfont.c: Likewise. * util/grub-mklayout.c: Likewise. * util/grub-mknetdir.in: Likewise. * util/grub-mkrescue.in: Likewise. * util/grub.d/30_os-prober.in: Likewise.
This commit is contained in:
parent
49ce9e50eb
commit
e7d2559bc1
14 changed files with 88 additions and 11 deletions
|
@ -76,7 +76,12 @@ GRUB_MOD_INIT (gdb)
|
|||
{
|
||||
grub_gdb_idtinit ();
|
||||
cmd = grub_register_command ("gdbstub", grub_cmd_gdbstub,
|
||||
N_("PORT"), N_("Start GDB stub on given port"));
|
||||
N_("PORT"),
|
||||
/* TRANSLATORS: GDB stub is a small part of
|
||||
GDB functionality running on local host
|
||||
which allows remote debugger to
|
||||
connect to it. */
|
||||
N_("Start GDB stub on given port"));
|
||||
cmd_break = grub_register_command ("gdbstub_break", grub_cmd_gdb_break,
|
||||
/* TRANSLATORS: this refers to triggering
|
||||
a breakpoint so that the user will land
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue