OS X: translate 'About' in app menu

Cherry-pick and fix commit 513ef7fd5d:
Ensure that the app name 'GIMP' is shown only once after 'About' and its 
translation.
This commit is contained in:
Sven Claussner
2014-05-15 07:39:22 +02:00
parent d98a0c22e9
commit 7a75d4df3b
2 changed files with 202 additions and 214 deletions

View File

@ -39,254 +39,237 @@
#include "gimp-intl.h" #include "gimp-intl.h"
static gboolean
static gboolean dialogs_actions_toolbox_exists (Gimp *gimp); dialogs_actions_toolbox_exists (Gimp *gimp);
const GimpStringActionEntry dialogs_dockable_actions[] = const GimpStringActionEntry dialogs_dockable_actions[] =
{ {
{ "dialogs-toolbox", NULL, { "dialogs-toolbox", NULL, NC_("windows-action", "Tool_box"), "<primary>B",
NC_("windows-action", "Tool_box"), "<primary>B", NULL /* set in dialogs_actions_update() */, "gimp-toolbox",
NULL /* set in dialogs_actions_update() */,
"gimp-toolbox",
GIMP_HELP_TOOLBOX }, GIMP_HELP_TOOLBOX },
{ "dialogs-tool-options", GIMP_STOCK_TOOL_OPTIONS, { "dialogs-tool-options", GIMP_STOCK_TOOL_OPTIONS, NC_("dialogs-action",
NC_("dialogs-action", "Tool _Options"), NULL, "Tool _Options"),
NC_("dialogs-action", "Open the tool options dialog"), NULL, NC_("dialogs-action", "Open the tool options dialog"),
"gimp-tool-options", "gimp-tool-options",
GIMP_HELP_TOOL_OPTIONS_DIALOG }, GIMP_HELP_TOOL_OPTIONS_DIALOG },
{ "dialogs-device-status", GIMP_STOCK_DEVICE_STATUS, { "dialogs-device-status", GIMP_STOCK_DEVICE_STATUS, NC_("dialogs-action",
NC_("dialogs-action", "_Device Status"), NULL, "_Device Status"),
NC_("dialogs-action", "Open the device status dialog"), NULL, NC_("dialogs-action", "Open the device status dialog"),
"gimp-device-status", "gimp-device-status",
GIMP_HELP_DEVICE_STATUS_DIALOG }, GIMP_HELP_DEVICE_STATUS_DIALOG },
{ "dialogs-layers", GIMP_STOCK_LAYERS, { "dialogs-layers", GIMP_STOCK_LAYERS, NC_("dialogs-action", "_Layers"),
NC_("dialogs-action", "_Layers"), "<primary>L", "<primary>L", NC_("dialogs-action", "Open the layers dialog"),
NC_("dialogs-action", "Open the layers dialog"), "gimp-layer-list",
"gimp-layer-list", GIMP_HELP_LAYER_DIALOG },
GIMP_HELP_LAYER_DIALOG },
{ "dialogs-channels", GIMP_STOCK_CHANNELS, { "dialogs-channels", GIMP_STOCK_CHANNELS, NC_("dialogs-action",
NC_("dialogs-action", "_Channels"), NULL, "_Channels"), NULL, NC_(
NC_("dialogs-action", "Open the channels dialog"), "dialogs-action", "Open the channels dialog"), "gimp-channel-list",
"gimp-channel-list",
GIMP_HELP_CHANNEL_DIALOG }, GIMP_HELP_CHANNEL_DIALOG },
{ "dialogs-vectors", GIMP_STOCK_PATHS, { "dialogs-vectors", GIMP_STOCK_PATHS, NC_("dialogs-action", "_Paths"),
NC_("dialogs-action", "_Paths"), NULL, NULL, NC_("dialogs-action", "Open the paths dialog"),
NC_("dialogs-action", "Open the paths dialog"), "gimp-vectors-list",
"gimp-vectors-list", GIMP_HELP_PATH_DIALOG },
GIMP_HELP_PATH_DIALOG },
{ "dialogs-indexed-palette", GIMP_STOCK_COLORMAP, { "dialogs-indexed-palette", GIMP_STOCK_COLORMAP, NC_("dialogs-action",
NC_("dialogs-action", "Color_map"), NULL, "Color_map"), NULL,
NC_("dialogs-action", "Open the colormap dialog"), NC_("dialogs-action", "Open the colormap dialog"),
"gimp-indexed-palette", "gimp-indexed-palette",
GIMP_HELP_INDEXED_PALETTE_DIALOG }, GIMP_HELP_INDEXED_PALETTE_DIALOG },
{ "dialogs-histogram", GIMP_STOCK_HISTOGRAM, { "dialogs-histogram", GIMP_STOCK_HISTOGRAM, NC_("dialogs-action",
NC_("dialogs-action", "Histogra_m"), NULL, "Histogra_m"), NULL, NC_(
NC_("dialogs-action", "Open the histogram dialog"), "dialogs-action", "Open the histogram dialog"), "gimp-histogram-editor",
"gimp-histogram-editor",
GIMP_HELP_HISTOGRAM_DIALOG }, GIMP_HELP_HISTOGRAM_DIALOG },
{ "dialogs-selection-editor", GIMP_STOCK_TOOL_RECT_SELECT, { "dialogs-selection-editor", GIMP_STOCK_TOOL_RECT_SELECT, NC_(
NC_("dialogs-action", "_Selection Editor"), NULL, "dialogs-action", "_Selection Editor"), NULL, NC_(
NC_("dialogs-action", "Open the selection editor"), "dialogs-action", "Open the selection editor"), "gimp-selection-editor",
"gimp-selection-editor",
GIMP_HELP_SELECTION_DIALOG }, GIMP_HELP_SELECTION_DIALOG },
{ "dialogs-navigation", GIMP_STOCK_NAVIGATION, { "dialogs-navigation", GIMP_STOCK_NAVIGATION, NC_("dialogs-action",
NC_("dialogs-action", "Na_vigation"), NULL, "Na_vigation"), NULL,
NC_("dialogs-action", "Open the display navigation dialog"), NC_("dialogs-action", "Open the display navigation dialog"),
"gimp-navigation-view", "gimp-navigation-view",
GIMP_HELP_NAVIGATION_DIALOG }, GIMP_HELP_NAVIGATION_DIALOG },
{ "dialogs-undo-history", GIMP_STOCK_UNDO_HISTORY, { "dialogs-undo-history", GIMP_STOCK_UNDO_HISTORY, NC_("dialogs-action",
NC_("dialogs-action", "Undo _History"), NULL, "Undo _History"),
NC_("dialogs-action", "Open the undo history dialog"), NULL, NC_("dialogs-action", "Open the undo history dialog"),
"gimp-undo-history", "gimp-undo-history",
GIMP_HELP_UNDO_DIALOG }, GIMP_HELP_UNDO_DIALOG },
{ "dialogs-cursor", GIMP_STOCK_CURSOR, { "dialogs-cursor", GIMP_STOCK_CURSOR, NC_("dialogs-action", "Pointer"),
NC_("dialogs-action", "Pointer"), NULL, NULL, NC_("dialogs-action", "Open the pointer information dialog"),
NC_("dialogs-action", "Open the pointer information dialog"), "gimp-cursor-view",
"gimp-cursor-view", GIMP_HELP_POINTER_INFO_DIALOG },
GIMP_HELP_POINTER_INFO_DIALOG },
{ "dialogs-sample-points", GIMP_STOCK_SAMPLE_POINT, { "dialogs-sample-points", GIMP_STOCK_SAMPLE_POINT, NC_("dialogs-action",
NC_("dialogs-action", "_Sample Points"), NULL, "_Sample Points"),
NC_("dialogs-action", "Open the sample points dialog"), NULL, NC_("dialogs-action", "Open the sample points dialog"),
"gimp-sample-point-editor", "gimp-sample-point-editor",
GIMP_HELP_SAMPLE_POINT_DIALOG }, GIMP_HELP_SAMPLE_POINT_DIALOG },
{ "dialogs-colors", GIMP_STOCK_DEFAULT_COLORS, { "dialogs-colors", GIMP_STOCK_DEFAULT_COLORS, NC_("dialogs-action",
NC_("dialogs-action", "Colo_rs"), NULL, "Colo_rs"), NULL, NC_(
NC_("dialogs-action", "Open the FG/BG color dialog"), "dialogs-action", "Open the FG/BG color dialog"), "gimp-color-editor",
"gimp-color-editor",
GIMP_HELP_COLOR_DIALOG }, GIMP_HELP_COLOR_DIALOG },
{ "dialogs-brushes", GIMP_STOCK_BRUSH, { "dialogs-brushes", GIMP_STOCK_BRUSH, NC_("dialogs-action", "_Brushes"),
NC_("dialogs-action", "_Brushes"), "<primary><shift>B", "<primary><shift>B", NC_("dialogs-action", "Open the brushes dialog"),
NC_("dialogs-action", "Open the brushes dialog"), "gimp-brush-grid|gimp-brush-list",
"gimp-brush-grid|gimp-brush-list", GIMP_HELP_BRUSH_DIALOG },
GIMP_HELP_BRUSH_DIALOG },
{ "dialogs-brush-editor", GIMP_STOCK_BRUSH, { "dialogs-brush-editor", GIMP_STOCK_BRUSH, NC_("dialogs-action",
NC_("dialogs-action", "Brush Editor"), NULL, "Brush Editor"), NULL, NC_(
NC_("dialogs-action", "Open the brush editor"), "dialogs-action", "Open the brush editor"), "gimp-brush-editor",
"gimp-brush-editor",
GIMP_HELP_BRUSH_EDIT }, GIMP_HELP_BRUSH_EDIT },
{ "dialogs-dynamics", GIMP_STOCK_DYNAMICS, { "dialogs-dynamics", GIMP_STOCK_DYNAMICS, NC_("dialogs-action",
NC_("dialogs-action", "Paint Dynamics"), NULL, "Paint Dynamics"), NULL, NC_(
NC_("dialogs-action", "Open paint dynamics dialog"), "dialogs-action", "Open paint dynamics dialog"), "gimp-dynamics-list",
"gimp-dynamics-list",
GIMP_HELP_DYNAMICS_DIALOG }, GIMP_HELP_DYNAMICS_DIALOG },
{ "dialogs-dynamics-editor", GIMP_STOCK_DYNAMICS, { "dialogs-dynamics-editor", GIMP_STOCK_DYNAMICS, NC_(
NC_("dialogs-action", "Paint Dynamics Editor"), NULL, "dialogs-action", "Paint Dynamics Editor"), NULL, NC_(
NC_("dialogs-action", "Open the paint dynamics editor"), "dialogs-action", "Open the paint dynamics editor"),
"gimp-dynamics-editor", "gimp-dynamics-editor",
GIMP_HELP_DYNAMICS_EDITOR_DIALOG }, GIMP_HELP_DYNAMICS_EDITOR_DIALOG },
{ "dialogs-patterns", GIMP_STOCK_PATTERN, { "dialogs-patterns", GIMP_STOCK_PATTERN, NC_("dialogs-action",
NC_("dialogs-action", "P_atterns"), "<primary><shift>P", "P_atterns"),
NC_("dialogs-action", "Open the patterns dialog"), "<primary><shift>P", NC_("dialogs-action", "Open the patterns dialog"),
"gimp-pattern-grid|gimp-pattern-list", "gimp-pattern-grid|gimp-pattern-list",
GIMP_HELP_PATTERN_DIALOG }, GIMP_HELP_PATTERN_DIALOG },
{ "dialogs-gradients", GIMP_STOCK_GRADIENT, { "dialogs-gradients", GIMP_STOCK_GRADIENT, NC_("dialogs-action",
NC_("dialogs-action", "_Gradients"), "<primary>G", "_Gradients"), "<primary>G",
NC_("dialogs-action", "Open the gradients dialog"), NC_("dialogs-action", "Open the gradients dialog"),
"gimp-gradient-list|gimp-gradient-grid", "gimp-gradient-list|gimp-gradient-grid",
GIMP_HELP_GRADIENT_DIALOG }, GIMP_HELP_GRADIENT_DIALOG },
{ "dialogs-gradient-editor", GIMP_STOCK_GRADIENT, { "dialogs-gradient-editor", GIMP_STOCK_GRADIENT, NC_("dialogs-action",
NC_("dialogs-action", "Gradient Editor"), NULL, "Gradient Editor"),
NC_("dialogs-action", "Open the gradient editor"), NULL, NC_("dialogs-action", "Open the gradient editor"),
"gimp-gradient-editor", "gimp-gradient-editor",
GIMP_HELP_GRADIENT_EDIT }, GIMP_HELP_GRADIENT_EDIT },
{ "dialogs-palettes", GIMP_STOCK_PALETTE, { "dialogs-palettes", GIMP_STOCK_PALETTE, NC_("dialogs-action",
NC_("dialogs-action", "Pal_ettes"), NULL, "Pal_ettes"), NULL, NC_(
NC_("dialogs-action", "Open the palettes dialog"), "dialogs-action", "Open the palettes dialog"),
"gimp-palette-list|gimp-palette-grid", "gimp-palette-list|gimp-palette-grid",
GIMP_HELP_PALETTE_DIALOG }, GIMP_HELP_PALETTE_DIALOG },
{ "dialogs-palette-editor", GIMP_STOCK_PALETTE, { "dialogs-palette-editor", GIMP_STOCK_PALETTE, NC_("dialogs-action",
NC_("dialogs-action", "Palette Editor"), NULL, "Palette Editor"), NULL,
NC_("dialogs-action", "Open the palette editor"), NC_("dialogs-action", "Open the palette editor"), "gimp-palette-editor",
"gimp-palette-editor", GIMP_HELP_PALETTE_EDIT },
GIMP_HELP_PALETTE_EDIT },
{ "dialogs-tool-presets", GIMP_STOCK_TOOL_PRESET, { "dialogs-tool-presets", GIMP_STOCK_TOOL_PRESET, NC_("dialogs-action",
NC_("dialogs-action", "Tool presets"), NULL, "Tool presets"), NULL,
NC_("dialogs-action", "Open tool presets dialog"), NC_("dialogs-action", "Open tool presets dialog"),
"gimp-tool-preset-list", "gimp-tool-preset-list",
GIMP_HELP_TOOL_PRESET_DIALOG }, GIMP_HELP_TOOL_PRESET_DIALOG },
{ "dialogs-fonts", GIMP_STOCK_FONT, { "dialogs-fonts", GIMP_STOCK_FONT, NC_("dialogs-action", "_Fonts"), NULL,
NC_("dialogs-action", "_Fonts"), NULL, NC_("dialogs-action", "Open the fonts dialog"),
NC_("dialogs-action", "Open the fonts dialog"), "gimp-font-list|gimp-font-grid",
"gimp-font-list|gimp-font-grid", GIMP_HELP_FONT_DIALOG },
GIMP_HELP_FONT_DIALOG },
{ "dialogs-buffers", GIMP_STOCK_BUFFER, { "dialogs-buffers", GIMP_STOCK_BUFFER, NC_("dialogs-action", "B_uffers"),
NC_("dialogs-action", "B_uffers"), "", "", NC_("dialogs-action", "Open the named buffers dialog"),
NC_("dialogs-action", "Open the named buffers dialog"), "gimp-buffer-list|gimp-buffer-grid",
"gimp-buffer-list|gimp-buffer-grid", GIMP_HELP_BUFFER_DIALOG },
GIMP_HELP_BUFFER_DIALOG },
{ "dialogs-images", GIMP_STOCK_IMAGES, { "dialogs-images", GIMP_STOCK_IMAGES, NC_("dialogs-action", "_Images"),
NC_("dialogs-action", "_Images"), NULL, NULL, NC_("dialogs-action", "Open the images dialog"),
NC_("dialogs-action", "Open the images dialog"), "gimp-image-list|gimp-image-grid",
"gimp-image-list|gimp-image-grid", GIMP_HELP_IMAGE_DIALOG },
GIMP_HELP_IMAGE_DIALOG },
{ "dialogs-document-history", "document-open-recent", { "dialogs-document-history", "document-open-recent", NC_(
NC_("dialogs-action", "Document Histor_y"), "", "dialogs-action", "Document Histor_y"), "", NC_(
NC_("dialogs-action", "Open the document history dialog"), "dialogs-action", "Open the document history dialog"),
"gimp-document-list|gimp-document-grid", "gimp-document-list|gimp-document-grid",
GIMP_HELP_DOCUMENT_DIALOG }, GIMP_HELP_DOCUMENT_DIALOG },
{ "dialogs-templates", GIMP_STOCK_TEMPLATE, { "dialogs-templates", GIMP_STOCK_TEMPLATE, NC_("dialogs-action",
NC_("dialogs-action", "_Templates"), "", "_Templates"), "", NC_(
NC_("dialogs-action", "Open the image templates dialog"), "dialogs-action", "Open the image templates dialog"),
"gimp-template-list|gimp-template-grid", "gimp-template-list|gimp-template-grid",
GIMP_HELP_TEMPLATE_DIALOG }, GIMP_HELP_TEMPLATE_DIALOG },
{ "dialogs-error-console", GIMP_STOCK_WARNING, { "dialogs-error-console", GIMP_STOCK_WARNING, NC_("dialogs-action",
NC_("dialogs-action", "Error Co_nsole"), NULL, "Error Co_nsole"), NULL,
NC_("dialogs-action", "Open the error console"), NC_("dialogs-action", "Open the error console"), "gimp-error-console",
"gimp-error-console", GIMP_HELP_ERRORS_DIALOG } };
GIMP_HELP_ERRORS_DIALOG }
};
gint n_dialogs_dockable_actions = G_N_ELEMENTS (dialogs_dockable_actions); gint n_dialogs_dockable_actions = G_N_ELEMENTS(dialogs_dockable_actions);
static const GimpStringActionEntry dialogs_toplevel_actions[] = static const GimpStringActionEntry dialogs_toplevel_actions[] =
{ {
{ "dialogs-preferences", GTK_STOCK_PREFERENCES, { "dialogs-preferences", GTK_STOCK_PREFERENCES, NC_("dialogs-action",
NC_("dialogs-action", "_Preferences"), NULL, "_Preferences"), NULL,
NC_("dialogs-action", "Open the preferences dialog"), NC_("dialogs-action", "Open the preferences dialog"),
"gimp-preferences-dialog", "gimp-preferences-dialog",
GIMP_HELP_PREFS_DIALOG }, GIMP_HELP_PREFS_DIALOG },
{ "dialogs-input-devices", GIMP_STOCK_INPUT_DEVICE, { "dialogs-input-devices", GIMP_STOCK_INPUT_DEVICE, NC_("dialogs-action",
NC_("dialogs-action", "_Input Devices"), NULL, "_Input Devices"),
NC_("dialogs-action", "Open the input devices editor"), NULL, NC_("dialogs-action", "Open the input devices editor"),
"gimp-input-devices-dialog", "gimp-input-devices-dialog",
GIMP_HELP_INPUT_DEVICES }, GIMP_HELP_INPUT_DEVICES },
{ "dialogs-keyboard-shortcuts", GIMP_STOCK_CHAR_PICKER, { "dialogs-keyboard-shortcuts", GIMP_STOCK_CHAR_PICKER, NC_(
NC_("dialogs-action", "_Keyboard Shortcuts"), NULL, "dialogs-action", "_Keyboard Shortcuts"), NULL, NC_(
NC_("dialogs-action", "Open the keyboard shortcuts editor"), "dialogs-action", "Open the keyboard shortcuts editor"),
"gimp-keyboard-shortcuts-dialog", "gimp-keyboard-shortcuts-dialog",
GIMP_HELP_KEYBOARD_SHORTCUTS }, GIMP_HELP_KEYBOARD_SHORTCUTS },
{ "dialogs-module-dialog", GTK_STOCK_EXECUTE, { "dialogs-module-dialog", GTK_STOCK_EXECUTE, NC_("dialogs-action",
NC_("dialogs-action", "_Modules"), NULL, "_Modules"), NULL, NC_(
NC_("dialogs-action", "Open the module manager dialog"), "dialogs-action", "Open the module manager dialog"),
"gimp-module-dialog", "gimp-module-dialog",
GIMP_HELP_MODULE_DIALOG }, GIMP_HELP_MODULE_DIALOG },
{ "dialogs-tips", GIMP_STOCK_INFO, { "dialogs-tips", GIMP_STOCK_INFO, NC_("dialogs-action", "_Tip of the Day"),
NC_("dialogs-action", "_Tip of the Day"), NULL, NULL, NC_("dialogs-action", "Show some helpful tips on using GIMP"),
NC_("dialogs-action", "Show some helpful tips on using GIMP"), "gimp-tips-dialog",
"gimp-tips-dialog", GIMP_HELP_TIPS_DIALOG },
GIMP_HELP_TIPS_DIALOG },
{ "dialogs-about", GTK_STOCK_ABOUT,
NC_("dialogs-action", "_About"), NULL,
NC_("dialogs-action", "About GIMP"),
"gimp-about-dialog",
GIMP_HELP_ABOUT_DIALOG }
};
{ "dialogs-about", GTK_STOCK_ABOUT,
#if defined (G_OS_WIN32)
NC_("dialogs-action", "About GIMP"), NULL,
#elif defined (PLATFORM_OSX)
NC_("dialogs-action", "About"), NULL,
#else /* UNIX: use GNOME HIG */
NC_("dialogs-action", "_About"), NULL,
#endif
NC_("dialogs-action", "About GIMP"), "gimp-about-dialog",
GIMP_HELP_ABOUT_DIALOG } };
static gboolean static gboolean
dialogs_actions_toolbox_exists (Gimp *gimp) dialogs_actions_toolbox_exists (Gimp *gimp)
{ {
GimpDialogFactory *factory = gimp_dialog_factory_get_singleton (); GimpDialogFactory *factory = gimp_dialog_factory_get_singleton ();
gboolean toolbox_found = FALSE; gboolean toolbox_found = FALSE;
GList *iter; GList *iter;
/* First look in session managed windows */ /* First look in session managed windows */
toolbox_found = toolbox_found = gimp_dialog_factory_find_widget (
gimp_dialog_factory_find_widget (factory, "gimp-toolbox-window") != NULL; factory, "gimp-toolbox-window") != NULL;
/* Then in image windows */ /* Then in image windows */
if (! toolbox_found) if (!toolbox_found)
{ {
GList *windows = gimp ? gimp_get_image_windows (gimp) : NULL; GList *windows = gimp ? gimp_get_image_windows (gimp) : NULL;
for (iter = windows; iter; iter = g_list_next (iter)) for (iter = windows; iter; iter = g_list_next(iter))
{ {
GimpImageWindow *window = GIMP_IMAGE_WINDOW (windows->data); GimpImageWindow *window = GIMP_IMAGE_WINDOW(windows->data);
if (gimp_image_window_has_toolbox (window)) if (gimp_image_window_has_toolbox (window))
{ {
@ -304,36 +287,36 @@ dialogs_actions_toolbox_exists (Gimp *gimp)
void void
dialogs_actions_setup (GimpActionGroup *group) dialogs_actions_setup (GimpActionGroup *group)
{ {
gimp_action_group_add_string_actions (group, "dialogs-action", gimp_action_group_add_string_actions (
dialogs_dockable_actions, group, "dialogs-action", dialogs_dockable_actions,
G_N_ELEMENTS (dialogs_dockable_actions), G_N_ELEMENTS(dialogs_dockable_actions),
G_CALLBACK (dialogs_create_dockable_cmd_callback)); G_CALLBACK(dialogs_create_dockable_cmd_callback));
gimp_action_group_add_string_actions (group, "dialogs-action", gimp_action_group_add_string_actions (
dialogs_toplevel_actions, group, "dialogs-action", dialogs_toplevel_actions,
G_N_ELEMENTS (dialogs_toplevel_actions), G_N_ELEMENTS(dialogs_toplevel_actions),
G_CALLBACK (dialogs_create_toplevel_cmd_callback)); G_CALLBACK(dialogs_create_toplevel_cmd_callback));
} }
void void
dialogs_actions_update (GimpActionGroup *group, dialogs_actions_update (GimpActionGroup *group, gpointer data)
gpointer data)
{ {
Gimp *gimp = action_data_get_gimp (data); Gimp *gimp = action_data_get_gimp (data);
const gchar *toolbox_label = NULL; const gchar *toolbox_label = NULL;
const gchar *toolbox_tooltip = NULL; const gchar *toolbox_tooltip = NULL;
if (dialogs_actions_toolbox_exists (gimp)) if (dialogs_actions_toolbox_exists (gimp))
{ {
toolbox_label = _("Toolbox"); toolbox_label = _("Toolbox");
toolbox_tooltip = _("Raise the toolbox"); toolbox_tooltip = _("Raise the toolbox");
} }
else else
{ {
toolbox_label = _("New Toolbox"); toolbox_label = _("New Toolbox");
toolbox_tooltip = _("Create a new toolbox"); toolbox_tooltip = _("Create a new toolbox");
} }
gimp_action_group_set_action_label (group, "dialogs-toolbox", toolbox_label); gimp_action_group_set_action_label (group, "dialogs-toolbox", toolbox_label);
gimp_action_group_set_action_tooltip (group, "dialogs-toolbox", toolbox_tooltip); gimp_action_group_set_action_tooltip (group, "dialogs-toolbox",
toolbox_tooltip);
} }

View File

@ -13,7 +13,7 @@
# Mario Blättermann <mario.blaettermann@gmail.com>, 2011, 2012. # Mario Blättermann <mario.blaettermann@gmail.com>, 2011, 2012.
# Daniel Winzen <d@winzen4.de>, 2013. # Daniel Winzen <d@winzen4.de>, 2013.
# Christian Kirbach <christian.kirbach@gmail.com>, 2011, 2012, 2013. # Christian Kirbach <christian.kirbach@gmail.com>, 2011, 2012, 2013.
# Sven Claussner <sclaussner@src.gnome.org>, 2013. # Sven Claussner <sclaussner@src.gnome.org>, 2013, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
@ -21,8 +21,8 @@ msgstr ""
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=gimp&keywords=I18N+L10N&component=general\n" "product=gimp&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2014-02-26 18:28+0000\n" "POT-Creation-Date: 2014-02-26 18:28+0000\n"
"PO-Revision-Date: 2014-02-27 19:34+0100\n" "PO-Revision-Date: 2014-05-15 07:08+0100\n"
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n" "Last-Translator: Sven Claussner <sclaussner@src.gnome.org>\n"
"Language-Team: Deutsch <gnome-de@gnome.org>\n" "Language-Team: Deutsch <gnome-de@gnome.org>\n"
"Language: de\n" "Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -1359,16 +1359,21 @@ msgctxt "dialogs-action"
msgid "Show some helpful tips on using GIMP" msgid "Show some helpful tips on using GIMP"
msgstr "Zeigt hilfreiche Tipps zur Benutzung von GIMP" msgstr "Zeigt hilfreiche Tipps zur Benutzung von GIMP"
#: ../app/actions/dialogs-actions.c:264 #: ../app/actions/dialogs-actions.c:245 ../app/actions/dialogs-actions.c:251
msgctxt "dialogs-action"
msgid "About GIMP"
msgstr "Über GIMP"
#: ../app/actions/dialogs-actions.c:247
msgctxt "dialogs-action"
msgid "About"
msgstr "Über"
#: ../app/actions/dialogs-actions.c:249
msgctxt "dialogs-action" msgctxt "dialogs-action"
msgid "_About" msgid "_About"
msgstr "_Info" msgstr "_Info"
#: ../app/actions/dialogs-actions.c:265
msgctxt "dialogs-action"
msgid "About GIMP"
msgstr "Informationen zu GIMP"
#: ../app/actions/dialogs-actions.c:328 #: ../app/actions/dialogs-actions.c:328
#: ../app/dialogs/preferences-dialog.c:1937 ../app/widgets/gimptoolbox.c:540 #: ../app/dialogs/preferences-dialog.c:1937 ../app/widgets/gimptoolbox.c:540
msgid "Toolbox" msgid "Toolbox"