* grub-core/commands/acpi.c: Add TRANSLATORS comments.
* grub-core/commands/gptsync.c: Likewise. * grub-core/commands/hashsum.c: Likewise. * grub-core/commands/i386/pc/sendkey.c: Likewise. * grub-core/commands/legacycfg.c: Likewise. * grub-core/io/gzio.c: Likewise. * grub-core/net/net.c: Likewise. * grub-core/term/gfxterm.c: Likewise. * grub-core/term/terminfo.c: Likewise. * grub-core/tests/test_blockarg.c: Likewise. * grub-core/video/video.c: Likewise. * util/grub-install.in: Likewise. * util/grub-mkfont.c: Likewise.
This commit is contained in:
parent
b2b149cbbd
commit
bb51c6c647
14 changed files with 57 additions and 3 deletions
|
@ -1102,7 +1102,7 @@ static const struct grub_arg_option background_image_cmd_options[] =
|
|||
{
|
||||
{"mode", 'm', 0, N_("Background image mode."),
|
||||
/* TRANSLATORS: This refers to background image mode (stretched or
|
||||
in left-top conrner). Note that GRUB will accept only original
|
||||
in left-top corner). Note that GRUB will accept only original
|
||||
keywords stretch and normal, not the translated ones.
|
||||
So please put both in translation
|
||||
e.g. stretch(=%STRETCH%)|normal(=%NORMAL). Since many people
|
||||
|
|
|
@ -629,6 +629,8 @@ static const struct grub_arg_option options[] =
|
|||
{"visual-utf8", 'v', 0, N_("Terminal is visually-ordered UTF-8."), 0,
|
||||
ARG_TYPE_NONE},
|
||||
{"geometry", 'g', 0, N_("Terminal has specified geometry."),
|
||||
/* TRANSLATORS: "x" has to be entered in, like an identifier, so please don't
|
||||
use better Unicode codepoints. */
|
||||
N_("WIDTHxHEIGHT."), ARG_TYPE_STRING},
|
||||
{0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue