* grub-core/commands/ieee1275/suspend.c: Likewise.
* grub-core/commands/parttool.c: Likewise.
* grub-core/commands/search_wrap.c: Likewise.
* grub-core/commands/videoinfo.c: Likewise.
* grub-core/gfxmenu/gui_label.c: Likewise.
* grub-core/hello/hello.c: Likewise.
* grub-core/kern/emu/main.c: Likewise.
* grub-core/net/net.c: Likewise.
* grub-core/normal/menu.c: Likewise.
* grub-core/normal/menu_text.c: Likewise.
* grub-core/normal/misc.c: Likewise.
* util/grub-editenv.c: Likewise.
* util/grub-install.in: Likewise.
* util/grub-kbdcomp.in: Likewise.
* util/grub-mkconfig.in: Likewise.
* util/grub-mknetdir.in: Likewise.
* util/grub-mkrescue.in: Likewise.
* util/grub-mkstandalone.in: Likewise.
* util/grub-reboot.in: Likewise.
* util/grub-set-default.in: Likewise.
* util/grub-setup.c: Likewise.
* util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
+2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/commands/gptsync.c: Fix typographic quoting.
+ * grub-core/commands/ieee1275/suspend.c: Likewise.
+ * grub-core/commands/parttool.c: Likewise.
+ * grub-core/commands/search_wrap.c: Likewise.
+ * grub-core/commands/videoinfo.c: Likewise.
+ * grub-core/gfxmenu/gui_label.c: Likewise.
+ * grub-core/hello/hello.c: Likewise.
+ * grub-core/kern/emu/main.c: Likewise.
+ * grub-core/net/net.c: Likewise.
+ * grub-core/normal/menu.c: Likewise.
+ * grub-core/normal/menu_text.c: Likewise.
+ * grub-core/normal/misc.c: Likewise.
+ * util/grub-editenv.c: Likewise.
+ * util/grub-install.in: Likewise.
+ * util/grub-kbdcomp.in: Likewise.
+ * util/grub-mkconfig.in: Likewise.
+ * util/grub-mknetdir.in: Likewise.
+ * util/grub-mkrescue.in: Likewise.
+ * util/grub-mkstandalone.in: Likewise.
+ * util/grub-reboot.in: Likewise.
+ * util/grub-set-default.in: Likewise.
+ * util/grub-setup.c: Likewise.
+ * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
+
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/acpihalt.c: Add TRANSLATORS comments.
return grub_errno;
}
- grub_printf_ (N_("New MBR is written to '%s'\n"), args[0]);
+ grub_printf_ (N_("New MBR is written to `%s'\n"), args[0]);
return GRUB_ERR_NONE;
}
int argc __attribute__ ((unused)),
char **args __attribute__ ((unused)))
{
- grub_puts_ (N_("Run 'go' to resume GRUB."));
+ grub_puts_ (N_("Run `go' to resume GRUB."));
grub_ieee1275_enter ();
grub_cls ();
return 0;
static grub_dl_t mymod;
static char helpmsg[] =
N_("Perform COMMANDS on partition.\n"
- "Use \"parttool PARTITION help\" for the list "
+ "Use `parttool PARTITION help' for the list "
"of available commands.");
int
" or filesystem UUID."
" If --set is specified, the first device found is"
" set to a variable. If no variable name is"
- " specified, \"root\" is used."),
+ " specified, `root' is used."),
options);
}
struct grub_video_mode_info info;
struct grub_video_edid_info edid_info;
- grub_printf_ (N_("Adapter '%s':\n"), adapter->name);
+ grub_printf_ (N_("Adapter `%s':\n"), adapter->name);
if (!adapter->iterate)
{
{
if (grub_strcmp (value, "@KEYMAP_LONG@") == 0)
value = _("Press enter to boot the selected OS, "
- "\'e\' to edit the commands before booting "
- "or \'c\' for a command-line. ESC to return previous menu.");
+ "`e' to edit the commands before booting "
+ "or `c' for a command-line. ESC to return previous menu.");
else if (grub_strcmp (value, "@KEYMAP_MIDDLE@") == 0)
value = _("Press enter to boot the selected OS, "
- "\'e\' to edit the commands before booting "
- "or \'c\' for a command-line.");
+ "`e' to edit the commands before booting "
+ "or `c' for a command-line.");
else if (grub_strcmp (value, "@KEYMAP_SHORT@") == 0)
- value = _("enter: boot, \'e\': options, \'c\': cmd-line");
+ value = _("enter: boot, `e': options, `c': cmd-line");
/* FIXME: Add more templates here if needed. */
self->template = grub_strdup (value);
self->text = grub_xasprintf (value, self->value);
GRUB_MOD_INIT(hello)
{
cmd = grub_register_extcmd ("hello", grub_cmd_hello, 0, 0,
- N_("Say \"Hello World\"."), 0);
+ N_("Say `Hello World'."), 0);
}
GRUB_MOD_FINI(hello)
hold = arguments.hold;
/* Wait until the ARGS.HOLD variable is cleared by an attached debugger. */
if (hold && verbosity > 0)
- printf (_("Run \"gdb %s %d\", and set ARGS.HOLD to zero.\n"),
+ /* TRANSLATORS: In this case GRUB tells user what he has to do. */
+ printf (_("Run `gdb %s %d', and set ARGS.HOLD to zero.\n"),
program_name, (int) getpid ());
while (hold)
{
else
return total;
}
- grub_error (GRUB_ERR_TIMEOUT, N_("timeout reading '%s'"), net->name);
+ grub_error (GRUB_ERR_TIMEOUT, N_("timeout reading `%s'"), net->name);
return -1;
}
void *userdata __attribute__((unused)))
{
grub_printf (" ");
- grub_printf_ (N_("Booting \'%s\'"), entry->title);
+ grub_printf_ (N_("Booting `%s'"), entry->title);
grub_printf ("\n\n");
}
void *userdata __attribute__((unused)))
{
grub_printf ("\n ");
- grub_printf_ (N_("Falling back to \'%s\'"), entry->title);
+ grub_printf_ (N_("Falling back to `%s'"), entry->title);
grub_printf ("\n\n");
grub_millisleep (DEFAULT_ENTRY_ERROR_DELAY_MS);
}
{
ret += grub_print_message_indented_real
(_("Press enter to boot the selected OS, "
- "\'e\' to edit the commands before booting "
- "or \'c\' for a command-line. ESC to return previous menu."),
+ "`e' to edit the commands before booting "
+ "or `c' for a command-line. ESC to return previous menu."),
STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
}
else
{
ret += grub_print_message_indented_real
(_("Press enter to boot the selected OS, "
- "\'e\' to edit the commands before booting "
- "or \'c\' for a command-line."),
+ "`e' to edit the commands before booting "
+ "or `c' for a command-line."),
STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
}
}
if (label && grub_strlen (label))
{
grub_xputs (" ");
- grub_printf_ (N_("- Label \"%s\""), label);
+ grub_printf_ (N_("- Label `%s'"), label);
}
grub_free (label);
}
"\n"N_("\
Tool to edit environment block.")
"\v"N_("\
-If FILENAME is '-', the default value %s is used."),
+If FILENAME is `-', the default value %s is used."),
NULL, help_filter, NULL
};
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'" "$0" "$opt" 1>&2
exit 1
fi
echo "$1"
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1
if (dest_partmap && !dest_partmap->embed)
{
- grub_util_warn (_("Partition style '%s' doesn't support embedding"),
+ grub_util_warn (_("Partition style `%s' doesn't support embedding"),
dest_partmap->name);
goto unable_to_embed;
}
if (fs && !fs->embed)
{
- grub_util_warn (_("File system '%s' doesn't support embedding"),
+ grub_util_warn (_("File system `%s' doesn't support embedding"),
fs->name);
goto unable_to_embed;
}
shift
if test $# -eq 0; then
- gettext_printf "%s: option requires an argument -- '%s'\n" "$0" "$opt" 1>&2
+ gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
exit 1
fi
echo $1