From 8d848e0e56a38c4da1d9c47ebe2ac3e7d0a7da39 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 29 Apr 2000 18:16:43 +0000 Subject: Added e_card_phone_new e_card_delivery_address_new, 2000-04-29 Christopher James Lahey * backend/ebook/e-card.c, backend/ebook/e-card.h: Added e_card_phone_new e_card_delivery_address_new, e_card_delivery_address_to_string, e_card_name_copy, e_card_name_new, e_card_name_to_string, and made e_card_name_free public. Removed some unused code. * backend/pas/pas-backend-file.c: Fixed a warning. * contact-editor/Makefile.am: Added e-contact-editor-fullname.[ch] and fullname.glade. Added e-name libs and includes. * contact-editor/e-contact-editor-fullname.c, contact-editor/e-contact-editor-fullname.h, contact-editor/fullname-strings.h, contact-editor/fullname.glade: New dialog for editing the fields of a name separately. * contact-editor/e-contact-editor.c, contact-editor/e-contact-editor.h: Create an EContactEditorFullname when you click on the Full Name button. Maintain a parsed name at all times. * gui/component/Makefile.am, gui/minicard/Makefile.am: Added e-name libs. svn path=/trunk/; revision=2683 --- addressbook/gui/contact-editor/fullname-strings.h | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 addressbook/gui/contact-editor/fullname-strings.h (limited to 'addressbook/gui/contact-editor/fullname-strings.h') diff --git a/addressbook/gui/contact-editor/fullname-strings.h b/addressbook/gui/contact-editor/fullname-strings.h new file mode 100644 index 0000000000..cd6b118547 --- /dev/null +++ b/addressbook/gui/contact-editor/fullname-strings.h @@ -0,0 +1,25 @@ +/* + * 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_("Check Full Name"); +gchar *s = N_("Title:"); +gchar *s = N_("First:"); +gchar *s = N_("Middle:"); +gchar *s = N_("Last:"); +gchar *s = N_("Suffix:"); +gchar *s = N_("\n" + "Mr.\n" + "Mrs.\n" + "Dr.\n" + ""); +gchar *s = N_("\n" + "Senior\n" + "Junior\n" + "II\n" + "III\n" + "Esquire\n" + ""); +gchar *s = N_("Show this again when name is incomplete or unclear"); -- cgit v1.2.3