diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-26 20:50:17 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-26 20:50:17 +0800 |
commit | 128425f45d977b583a0340043a56c2b8dd08f925 (patch) | |
tree | d6e370950b2fdeac36a966bef92d3728685ada74 /addressbook/contact-editor/e-contact-editor-strings.h | |
parent | c93a2e37f54523d409556426d4179761c8838b9f (diff) | |
download | gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar.gz gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar.bz2 gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar.lz gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar.xz gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.tar.zst gsoc2013-evolution-128425f45d977b583a0340043a56c2b8dd08f925.zip |
Prefixed the ADDR_ flags.
2000-04-26 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card-types.h, backend/ebook/e-card.c,
gui/minicard/e-minicard.c: Prefixed the ADDR_ flags.
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor-strings.h: Edited the glade file.
Removed all the fields that we don't use.
* contact-editor/e-contact-editor.c,
contact-editor/e-contact-editor.h: Made the phone fields work
properly. The address and email fields are temporarily turned off
until they can be made to work as the phone fields do.
svn path=/trunk/; revision=2625
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor-strings.h')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-strings.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-strings.h b/addressbook/contact-editor/e-contact-editor-strings.h index b0795c166b..28fce326e1 100644 --- a/addressbook/contact-editor/e-contact-editor-strings.h +++ b/addressbook/contact-editor/e-contact-editor-strings.h @@ -20,26 +20,20 @@ gchar *s = N_("Categories..."); gchar *s = N_("This is the mailing address"); gchar *s = N_("A_ddress..."); gchar *s = N_("Business"); +gchar *s = N_("Wants HTML mail"); gchar *s = N_("General"); gchar *s = N_("Department:"); gchar *s = N_("Office:"); gchar *s = N_("Profession:"); gchar *s = N_("Nickname:"); gchar *s = N_("Spouse's name:"); -gchar *s = N_("Directory Server:"); -gchar *s = N_("Email alias:"); gchar *s = N_("Address:"); gchar *s = N_("Birthday:"); gchar *s = N_("Assistant's name:"); gchar *s = N_("Manager's name:"); gchar *s = N_("Anniversary:"); -gchar *s = N_("Call Now"); gchar *s = N_("Internet Free-Busy"); -gchar *s = N_("Online NetMeeting settings"); gchar *s = N_("Details"); -gchar *s = N_("Activities"); -gchar *s = N_("Certificates"); -gchar *s = N_("All Fields"); gchar *s = N_("Add"); gchar *s = N_("Delete"); gchar *s = N_("Phone Types"); |