* grub-core/net/http.c: Add TRANSLATORS comments.
* grub-core/normal/cmdline.c: Likewise. * grub-core/normal/misc.c: Likewise. * grub-core/partmap/msdos.c: Likewise. * grub-core/parttool/msdospart.c: Likewise. * grub-core/script/execute.c: Likewise. * grub-core/script/main.c: Likewise. * grub-core/term/terminfo.c: Likewise. * grub-core/video/bitmap.c: Likewise. * util/grub-install.in: Likewise. * util/grub-mkimage.c: Likewise. * util/grub-mklayout.c: Likewise. * util/grub-setup.c: Likewise.
This commit is contained in:
parent
0fc19bd089
commit
ef292a8775
14 changed files with 49 additions and 1 deletions
|
@ -42,6 +42,9 @@ struct embed_signature
|
|||
};
|
||||
|
||||
const char message_warn[][200] = {
|
||||
/* TRANSLATORS: MBR gap and boot track is the same thing and is the space
|
||||
between MBR and first partitition. If your language translates well only
|
||||
"boot track", you can just use it everywhere. */
|
||||
[TYPE_RAID] = N_("Sector %llu is already in use by raid controller `%s';"
|
||||
" avoiding it. "
|
||||
"Please ask the manufacturer not to store data in MBR gap"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue