removed "(Fastest)" from "None" and added translation context (bug

2006-08-23  Sven Neumann  <sven@gimp.org>

        * libgimpbase/gimpbaseenums.[ch]: removed "(Fastest)" from "None"
        and added translation context (bug #343576).

        * app/actions/select-actions.c (select_actions): added translation
        context for "None" and "All".

        * app/widgets/gimpactiongroup.c: strip translation context from
        all labels.

        * libgimpwidgets/gimppageselector.c: fixed singular form.
This commit is contained in:
Sven Neumann
2006-08-23 14:55:39 +00:00
committed by Sven Neumann
parent 37735d3f22
commit bc3c41b648
8 changed files with 266 additions and 232 deletions

View File

@ -47,13 +47,13 @@ static const GimpActionEntry select_actions[] =
{ "select-menu", NULL, N_("_Select") },
{ "select-all", GIMP_STOCK_SELECTION_ALL,
N_("_All"), "<control>A",
N_("select|_All"), "<control>A",
N_("Select everything"),
G_CALLBACK (select_all_cmd_callback),
GIMP_HELP_SELECTION_ALL },
{ "select-none", GIMP_STOCK_SELECTION_NONE,
N_("_None"), "<control><shift>A",
N_("select|_None"), "<control><shift>A",
N_("Dismiss the selection"),
G_CALLBACK (select_none_cmd_callback),
GIMP_HELP_SELECTION_NONE },