aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@helixcode.com>2000-08-09 14:33:19 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-08-09 14:33:19 +0800
commite2ad42ace22072585464100751aa299c246dc274 (patch)
tree6000105de168ab5069b5a9999f1c866f81b1c6c8 /widgets/table/e-table-header-item.c
parentbfb04358030f4fb84ffa074b2c8f00ce9e9c0c63 (diff)
downloadgsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar.gz
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar.bz2
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar.lz
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar.xz
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.tar.zst
gsoc2013-evolution-e2ad42ace22072585464100751aa299c246dc274.zip
Tag some strings for translation.
2000-08-08 Miguel de Icaza <miguel@helixcode.com> * e-table-header-item.c: Tag some strings for translation. svn path=/trunk/; revision=4642
Diffstat (limited to 'widgets/table/e-table-header-item.c')
-rw-r--r--widgets/table/e-table-header-item.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 0ba2cfc730..506ad546ca 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -1153,21 +1153,21 @@ ethi_popup_customize_view(GtkWidget *widget, EthiHeaderInfo *info)
/* Bit 1 is always disabled. */
/* Bit 2 is disabled if not "sortable". */
static EPopupMenu ethi_context_menu [] = {
- { "Sort Ascending", NULL, GTK_SIGNAL_FUNC(ethi_popup_sort_ascending), 2},
- { "Sort Descending", NULL, GTK_SIGNAL_FUNC(ethi_popup_sort_descending), 2},
- { "Unsort", NULL, GTK_SIGNAL_FUNC(ethi_popup_unsort), 0},
- { "", NULL, GTK_SIGNAL_FUNC(NULL), 0},
- { "Group By This Field", NULL, GTK_SIGNAL_FUNC(ethi_popup_group_field), 0},
- { "Group By Box", NULL, GTK_SIGNAL_FUNC(ethi_popup_group_box), 1},
- { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
- { "Remove This Column", NULL, GTK_SIGNAL_FUNC(ethi_popup_remove_column), 0},
- { "Field Chooser", NULL, GTK_SIGNAL_FUNC(ethi_popup_field_chooser), 0},
- { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
- { "Alignment", NULL, GTK_SIGNAL_FUNC(ethi_popup_alignment), 1},
- { "Best Fit", NULL, GTK_SIGNAL_FUNC(ethi_popup_best_fit), 1},
- { "Format Columns...", NULL, GTK_SIGNAL_FUNC(ethi_popup_format_columns), 1},
- { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
- { "Customize Current View...", NULL, GTK_SIGNAL_FUNC(ethi_popup_customize_view), 1},
+ { N_("Sort Ascending"), NULL, GTK_SIGNAL_FUNC(ethi_popup_sort_ascending), 2},
+ { N_("Sort Descending"), NULL, GTK_SIGNAL_FUNC(ethi_popup_sort_descending), 2},
+ { N_("Unsort"), NULL, GTK_SIGNAL_FUNC(ethi_popup_unsort), 0},
+ { "", NULL, GTK_SIGNAL_FUNC(NULL), 0},
+ { N_("Group By This Field"), NULL, GTK_SIGNAL_FUNC(ethi_popup_group_field), 0},
+ { N_("Group By Box"), NULL, GTK_SIGNAL_FUNC(ethi_popup_group_box), 1},
+ { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
+ { N_("Remove This Column"), NULL, GTK_SIGNAL_FUNC(ethi_popup_remove_column), 0},
+ { N_("Field Chooser"), NULL, GTK_SIGNAL_FUNC(ethi_popup_field_chooser), 0},
+ { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
+ { N_("Alignment"), NULL, GTK_SIGNAL_FUNC(ethi_popup_alignment), 1},
+ { N_("Best Fit"), NULL, GTK_SIGNAL_FUNC(ethi_popup_best_fit), 1},
+ { N_("Format Columns..."), NULL, GTK_SIGNAL_FUNC(ethi_popup_format_columns), 1},
+ { "", NULL, GTK_SIGNAL_FUNC(NULL), 1},
+ { N_("Customize Current View..."), NULL, GTK_SIGNAL_FUNC(ethi_popup_customize_view), 1},
{ NULL, NULL, NULL, 0 }
};