aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-editor-dialog.glade.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2001-01-06 02:23:51 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-06 02:23:51 +0800
commitec532d28e42f4c0fb912bf7442b092e65d273178 (patch)
treeadeed36f523048363d3cdfbf425a32cea0e1a28b /calendar/gui/dialogs/task-editor-dialog.glade.h
parent601f4bc6b207a54bb4ec6a633eb4568e40474777 (diff)
downloadgsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.gz
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.bz2
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.lz
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.xz
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.zst
gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.zip
get categories button (init_widgets): listen for button click
2001-01-05 JP Rosevear <jpr@helixcode.com> * gui/dialogs/task-editor.c (get_widgets): get categories button (init_widgets): listen for button click (fill_widgets): fill in the categories area (dialog_to_comp_object): set the cal component categories (categories_clicked): throw up the categories dialog and update when ok is clicked * gui/dialogs/task-editor-dialog.glade: Tweak to name the categories button and make it active * gui/calendar-model.c (get_categories): We can get the string list of categories directly now * cal-util/cal-component.c (cal_component_get_categories): new function to get the categories list as a string (cal_component_set_categories): same but for setting (free_icalcomponent): init the categories var (scan_categories): kill (scan_property): assign the prop to the categories var (cal_component_get_categories_list): deal with renaming var to categories (cal_component_set_categories_list): fix brokeness svn path=/trunk/; revision=7268
Diffstat (limited to 'calendar/gui/dialogs/task-editor-dialog.glade.h')
-rw-r--r--calendar/gui/dialogs/task-editor-dialog.glade.h36
1 files changed, 25 insertions, 11 deletions
diff --git a/calendar/gui/dialogs/task-editor-dialog.glade.h b/calendar/gui/dialogs/task-editor-dialog.glade.h
index 5aa32dd38b..20f7db3014 100644
--- a/calendar/gui/dialogs/task-editor-dialog.glade.h
+++ b/calendar/gui/dialogs/task-editor-dialog.glade.h
@@ -1,20 +1,34 @@
/*
- * Translatable strings file generated by extract-ui.
- * Add this file to your project's POTFILES.in
+ * Translatable strings file generated by Glade.
+ * Add this file to your project's POTFILES.in.
* DO NOT compile it as part of your application.
*/
+gchar *s = N_("task-editor-dialog");
+gchar *s = N_("S_ummary");
+gchar *s = N_("Sta_rt Date:");
+gchar *s = N_("_Due Date:");
gchar *s = N_("% Comp_lete:");
+gchar *s = N_("_Status:");
+gchar *s = N_("Not Started\n"
+ "In Progress\n"
+ "Completed\n"
+ "Cancelled\n"
+ "");
+gchar *s = N_("_Priority:");
+gchar *s = N_("High\n"
+ "Normal\n"
+ "Low\n"
+ "");
gchar *s = N_("C_lassification:");
+gchar *s = N_("None\n"
+ "Public\n"
+ "Private\n"
+ "Confidential\n"
+ "");
+gchar *s = N_("_Contacts...");
gchar *s = N_("Ca_tegories...");
-gchar *s = N_("Date Completed:");
-gchar *s = N_("Details");
-gchar *s = N_("S_ummary");
-gchar *s = N_("Sta_rt Date:");
gchar *s = N_("Task");
+gchar *s = N_("Date Completed:");
gchar *s = N_("URL:");
-gchar *s = N_("_Contacts...");
-gchar *s = N_("_Due Date:");
-gchar *s = N_("_Priority:");
-gchar *s = N_("_Status:");
-gchar *s = N_("task-editor-dialog");
+gchar *s = N_("Details");