* grub-core/commands/acpihalt.c: Add TRANSLATORS comments.
* grub-core/commands/keystatus.c: Likewise. * grub-core/commands/loadenv.c: Likewise. * grub-core/commands/probe.c: Likewise. * grub-core/commands/regexp.c: Likewise. * grub-core/commands/true.c: Likewise. * grub-core/commands/videoinfo.c: Likewise. * grub-core/disk/cryptodisk.c: Likewise. * grub-core/disk/ldm.c: Likewise. * grub-core/disk/loopback.c: Likewise. * grub-core/disk/luks.c: Likewise. * grub-core/fs/zfs/zfsinfo.c: Likewise. * grub-core/kern/disk.c: Likewise. * grub-core/kern/emu/hostdisk.c: Likewise.
This commit is contained in:
parent
0c7d99c7c2
commit
40211ab884
15 changed files with 54 additions and 8 deletions
|
@ -38,6 +38,8 @@ static struct grub_loopback *loopback_list;
|
|||
|
||||
static const struct grub_arg_option options[] =
|
||||
{
|
||||
/* TRANSLATORS: The disk is simply removed from the list of available ones,
|
||||
not wiped, avoid to scare user. */
|
||||
{"delete", 'd', 0, N_("Delete the specified loopback drive."), 0, 0},
|
||||
{0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
@ -224,6 +226,8 @@ GRUB_MOD_INIT(loopback)
|
|||
{
|
||||
cmd = grub_register_extcmd ("loopback", grub_cmd_loopback, 0,
|
||||
N_("[-d] DEVICENAME FILE."),
|
||||
/* TRANSLATORS: The file itself is not destroyed
|
||||
or transformed into drive. */
|
||||
N_("Make a virtual drive from a file."), options);
|
||||
grub_disk_dev_register (&grub_loopback_dev);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue