From 0c7d99c7c25e9a0f1a377819418a73a0a5cd73ed Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 2 Mar 2012 21:08:38 +0100 Subject: [PATCH] * grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add TRANSLATORS comment. * util/grub-install.in: Add missing quote in the comment. --- ChangeLog | 5 +++++ grub-core/fs/zfs/zfsinfo.c | 5 +++++ util/grub-install.in | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3baee5a13..ec639e40b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-02 Vladimir Serbinenko + + * grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add TRANSLATORS comment. + * util/grub-install.in: Add missing quote in the comment. + 2012-03-02 Vladimir Serbinenko * grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments. diff --git a/grub-core/fs/zfs/zfsinfo.c b/grub-core/fs/zfs/zfsinfo.c index fb4c65ac9..c2aca5afa 100644 --- a/grub-core/fs/zfs/zfsinfo.c +++ b/grub-core/fs/zfs/zfsinfo.c @@ -97,6 +97,11 @@ print_vdev_info (char *nvlist, int tab) char *devid = 0; print_tabs (tab); + /* TRANSLATORS: The virtual devices form a tree (in graph-theoretical + sense). The nodes like mirror or raidz have children: member devices. + The "real" devices which actually store data are called "leafs" + (again borrowed from graph theory) and can be either disks + (or partitions) or files. */ grub_puts_ (N_("Leaf virtual device (file or disk)")); print_state (nvlist, tab); diff --git a/util/grub-install.in b/util/grub-install.in index 78a0fe195..dbd4a050d 100644 --- a/util/grub-install.in +++ b/util/grub-install.in @@ -90,7 +90,7 @@ usage () { printf " --modules=%-14s%s\n" "$(gettext "MODULES")" "$(gettext "pre-load specified modules MODULES")" dirmsg="$(gettext_printf "install GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")" printf " --boot-directory=%-7s%s\n" "$(gettext "DIR")" "$dirmsg" - # TRANSLATORS: "TARGET" as in "target platform + # TRANSLATORS: "TARGET" as in "target platform". target_trans="$(gettext "TARGET")" # TRANSLATORS: "current" refers to the platform user's currently running on printf " --target=%-15s%s\n" "$target_trans" "$(gettext "install GRUB for TARGET platform [default=current]")"