~ubuntu-branches/ubuntu/intrepid/gthumb/intrepid-proposed

« back to all changes in this revision

Viewing changes to src/gth-browser-actions-entries.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-08 14:52:50 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20070108145250-w2vp2cx7jypg6oum
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
          G_CALLBACK (gth_browser_activate_action_file_camera_import) },
71
71
 
72
72
        { "File_WriteToCD", GTK_STOCK_CDROM,
73
 
          N_("_Write To CD"), NULL,
 
73
          N_("_Write To CD..."), NULL,
74
74
          N_("Write selection to CD"),
75
75
          G_CALLBACK (gth_browser_activate_action_file_write_to_cd) },
76
76
 
160
160
          G_CALLBACK (gth_browser_activate_action_edit_catalog_move) },
161
161
 
162
162
        { "EditCatalog_EditSearch", NULL,
163
 
          N_("_Edit Search"), NULL,
 
163
          N_("_Edit Search..."), NULL,
164
164
          N_("Modify search criteria"),
165
165
          G_CALLBACK (gth_browser_activate_action_edit_catalog_edit_search) },
166
166
 
195
195
          G_CALLBACK (gth_browser_activate_action_edit_current_catalog_move) },
196
196
 
197
197
        { "EditCurrentCatalog_EditSearch", NULL,
198
 
          N_("_Edit Search"), NULL,
 
198
          N_("_Edit Search..."), NULL,
199
199
          N_("Modify search criteria"),
200
200
          G_CALLBACK (gth_browser_activate_action_edit_current_catalog_edit_search) },
201
201
 
240
240
          G_CALLBACK (gth_browser_activate_action_edit_dir_move) },
241
241
 
242
242
        { "EditDir_Categories", NULL,
243
 
          N_("Ca_tegories"), NULL,
 
243
          N_("Ca_tegories..."), NULL,
244
244
          N_("Assign categories to the selected folder"),
245
245
          G_CALLBACK (gth_browser_activate_action_edit_dir_categories) },
246
246
 
270
270
          G_CALLBACK (gth_browser_activate_action_edit_current_dir_move) },
271
271
 
272
272
        { "EditCurrentDir_Categories", NULL,
273
 
          N_("Ca_tegories"), NULL,
 
273
          N_("Ca_tegories..."), NULL,
274
274
          N_("Assign categories to the current folder"),
275
275
          G_CALLBACK (gth_browser_activate_action_edit_current_dir_categories) },
276
276
 
277
277
        { "EditCurrentDir_New", NULL,
278
 
          N_("_New Folder..."), NULL,
 
278
          N_("_New Folder..."), "<shift><ctrl>N",
279
279
          N_("Create a new folder"),
280
280
          G_CALLBACK (gth_browser_activate_action_edit_current_dir_new) },
281
281
 
282
 
        { "View_NextImage", GTHUMB_STOCK_NEXT_IMAGE,
 
282
        { "View_NextImage", GTK_STOCK_GO_FORWARD,
283
283
          N_("Next"), NULL,
284
284
          N_("View next image"),
285
285
          G_CALLBACK (gth_browser_activate_action_view_next_image) },
286
286
 
287
 
        { "View_PrevImage", GTHUMB_STOCK_PREVIOUS_IMAGE,
 
287
        { "View_PrevImage", GTK_STOCK_GO_BACK,
288
288
          N_("Previous"), NULL,
289
289
          N_("View previous image"),
290
290
          G_CALLBACK (gth_browser_activate_action_view_prev_image) },
291
291
 
 
292
        { "View_CloseImageMode", GTK_STOCK_CLOSE,
 
293
          NULL, NULL,
 
294
          NULL,
 
295
          G_CALLBACK (gth_browser_activate_action_close_image_mode) },
 
296
 
292
297
        { "Go_Back", GTK_STOCK_GO_BACK,
293
298
          NULL, "<alt>Left",
294
299
          N_("Go to the previous visited location"),
340
345
          G_CALLBACK (gth_browser_activate_action_bookmarks_add) },
341
346
 
342
347
        { "Bookmarks_Edit", NULL,
343
 
          N_("_Edit Bookmarks"), "<control>B",
 
348
          N_("_Edit Bookmarks..."), "<control>B",
344
349
          N_("Edit bookmarks"),
345
350
          G_CALLBACK (gth_browser_activate_action_bookmarks_edit) },
346
351
 
350
355
          G_CALLBACK (gth_browser_activate_action_tools_slideshow) },
351
356
 
352
357
        { "Tools_FindImages", GTK_STOCK_FIND,
353
 
          NULL, NULL, 
 
358
          N_("_Find..."), NULL, 
 
359
          NULL,
 
360
          G_CALLBACK (gth_browser_activate_action_tools_find_images) },
 
361
 
 
362
        { "ToolBar_FindImages", GTK_STOCK_FIND,
 
363
          N_("_Find"), NULL, 
354
364
          NULL,
355
365
          G_CALLBACK (gth_browser_activate_action_tools_find_images) },
356
366
 
357
367
        { "Tools_IndexImage", GTHUMB_STOCK_INDEX_IMAGE,
358
 
          N_("Create _Index Image"), NULL,
 
368
          N_("Create _Index Image..."), NULL,
359
369
          " ",
360
370
          G_CALLBACK (gth_browser_activate_action_tools_index_image) },
361
371
 
362
372
        { "Tools_WebExporter", NULL,
363
 
          N_("Create _Web Album"), NULL,
 
373
          N_("Create _Web Album..."), NULL,
364
374
          " ",
365
375
          G_CALLBACK (gth_browser_activate_action_tools_web_exporter) },
366
376
 
367
377
        { "Tools_ConvertFormat", GTK_STOCK_CONVERT,
368
 
          N_("Convert F_ormat"), NULL,
 
378
          N_("Convert F_ormat..."), NULL,
369
379
          "Convert image format",
370
380
          G_CALLBACK (gth_browser_activate_action_tools_convert_format) },
371
381
 
375
385
          G_CALLBACK (gth_browser_activate_action_tools_find_duplicates) },
376
386
 
377
387
        { "Tools_Preferences", GTK_STOCK_PREFERENCES,
378
 
          NULL, NULL, 
 
388
          N_("_Preferences..."), NULL, 
379
389
          N_("Edit various preferences"),
380
390
          G_CALLBACK (gth_browser_activate_action_tools_preferences) },
381
391
 
382
392
        { "Tools_ScaleSeries", GTHUMB_STOCK_RESIZE,
383
 
          N_("Scale Images"), NULL,
 
393
          N_("Scale Images..."), NULL,
384
394
          N_("Scale Images"),
385
395
          G_CALLBACK (gth_browser_activate_action_tools_resize_images) }
386
396
};
413
423
          N_("View image comment"),
414
424
          G_CALLBACK (gth_browser_activate_action_view_show_info), 
415
425
          TRUE },
 
426
          
416
427
        { "SortReversed", NULL,
417
428
          N_("_Reversed Order"), NULL,
418
429
          N_("Reverse images order"),
433
444
          N_("by _Size"), NULL,
434
445
          N_("Sort images by file size"), GTH_SORT_METHOD_BY_SIZE },
435
446
        { "SortByTime", NULL,
436
 
          N_("by _Time"), NULL,
437
 
          N_("Sort images by modification time"), GTH_SORT_METHOD_BY_TIME },
 
447
          N_("by Modification _Time"), NULL,
 
448
          N_("Sort images by file modification time"), GTH_SORT_METHOD_BY_TIME },
 
449
        { "SortByExifDate", NULL,
 
450
          N_("by _Exif Time"), NULL,
 
451
          N_("Sort images by Exif DateTime tag"), GTH_SORT_METHOD_BY_EXIF_DATE },
 
452
        { "SortByComment", NULL,
 
453
          N_("by _Comment"), NULL,
 
454
          N_("Sort images by comment"), GTH_SORT_METHOD_BY_COMMENT },
438
455
        { "SortManual", NULL,
439
456
          N_("_Manual Order"), NULL,
440
457
          N_("Sort images manually"), GTH_SORT_METHOD_MANUAL }
442
459
static guint gth_browser_sort_by_entries_size = G_N_ELEMENTS (gth_browser_sort_by_entries);
443
460
 
444
461
 
 
462
static GtkRadioActionEntry gth_browser_view_as_entries[] = {
 
463
        { "View_AsSlides", NULL,
 
464
          N_("View As Slides"), NULL,
 
465
          N_("View As Slides"), GTH_VIEW_AS_THUMBNAILS },
 
466
        { "View_AsList", NULL,
 
467
          N_("View As List"), NULL,
 
468
          N_("View As List"), GTH_VIEW_AS_LIST }
 
469
};
 
470
static guint gth_browser_view_as_entries_size = G_N_ELEMENTS (gth_browser_view_as_entries);
 
471
 
 
472
 
 
473
 
 
474
 
445
475
static GtkRadioActionEntry gth_browser_content_entries[] = {
446
476
        { "View_ShowFolders", GTK_STOCK_DIRECTORY,
447
477
          N_("_Folders"), "<alt>1",