* 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
|
@ -69,6 +69,9 @@ hook (const struct grub_video_mode_info *info)
|
|||
if (info->mode_type & GRUB_VIDEO_MODE_TYPE_YUV)
|
||||
grub_xputs (_("YUV "));
|
||||
if (info->mode_type & GRUB_VIDEO_MODE_TYPE_PLANAR)
|
||||
/* TRANSLATORS: "Planar" is the video memory where you have to write
|
||||
in several different banks "plans" to control the different color
|
||||
components of the same pixel. */
|
||||
grub_xputs (_("Planar "));
|
||||
if (info->mode_type & GRUB_VIDEO_MODE_TYPE_HERCULES)
|
||||
grub_xputs (_("Hercules "));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue