Translating more strings

This commit is contained in:
Pierre Pronchery 2013-12-12 02:11:36 +01:00
parent 9e0ef4e8a3
commit cd0699fde1

View File

@ -127,17 +127,17 @@ static void _camera_on_snapshot(gpointer data);
/* variables */ /* variables */
static DesktopToolbar _camera_toolbar[] = static DesktopToolbar _camera_toolbar[] =
{ {
{ "Snapshot", G_CALLBACK(_camera_on_snapshot), "camera-photo", 0, 0, { N_("Snapshot"), G_CALLBACK(_camera_on_snapshot), "camera-photo", 0, 0,
NULL }, NULL },
{ "", NULL, NULL, 0, 0, NULL }, { "", NULL, NULL, 0, 0, NULL },
{ "Gallery", G_CALLBACK(_camera_on_gallery), "image-x-generic", 0, 0, { N_("Gallery"), G_CALLBACK(_camera_on_gallery), "image-x-generic", 0,
NULL }, 0, NULL },
#ifdef EMBEDDED #ifdef EMBEDDED
{ "", NULL, NULL, 0, 0, NULL }, { "", NULL, NULL, 0, 0, NULL },
{ "Properties", G_CALLBACK(_camera_on_properties), { N_("Properties"), G_CALLBACK(_camera_on_properties),
GTK_STOCK_PROPERTIES, GDK_MOD1_MASK, GDK_KEY_Return, NULL }, GTK_STOCK_PROPERTIES, GDK_MOD1_MASK, GDK_KEY_Return, NULL },
{ "", NULL, NULL, 0, 0, NULL }, { "", NULL, NULL, 0, 0, NULL },
{ "Preferences", G_CALLBACK(_camera_on_preferences), { N_("Preferences"), G_CALLBACK(_camera_on_preferences),
GTK_STOCK_PREFERENCES, GDK_CONTROL_MASK, GDK_KEY_P, NULL }, GTK_STOCK_PREFERENCES, GDK_CONTROL_MASK, GDK_KEY_P, NULL },
#endif #endif
{ NULL, NULL, NULL, 0, 0, NULL } { NULL, NULL, NULL, 0, 0, NULL }