* grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add TRANSLATORS comment.
* util/grub-install.in: Add missing quote in the comment.
This commit is contained in:
parent
e7d2559bc1
commit
0c7d99c7c2
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* 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 <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments.
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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]")"
|
||||
|
|
Loading…
Reference in a new issue