From b27e0a9b0970ac47fe00f4c47f13e70cea38c7aa Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 12 Jan 2001 08:44:59 +0000 Subject: added i18n for etable. 2001-01-12 Miguel de Icaza * gui/widgets/e-addressbook-view.c: added i18n for etable. svn path=/trunk/; revision=7449 --- addressbook/gui/widgets/e-addressbook-view.c | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 0c977a2a35..2a817a7851 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -560,6 +560,39 @@ status_message (GtkObject *object, const gchar *status, EAddressbookView *eav) status); } +#ifdef JUST_FOR_TRANSLATORS +static char *list [] = { + N_("Name"), + N_("Email"), + N_("Primary"), + N_("Business"), + N_("Home"), + N_("Organization"), + N_("Mobile"), + N_("Car"), + N_("Business Fax"), + N_("Home Fax"), + N_("Business 2"), + N_("Home 2"), + N_("ISDN"), + N_("Other"), + N_("Pager"), + N_("Email 2"), + N_("Email 3"), + N_("Web Site"), + N_("Department"), + N_("Office"), + N_("Title"), + N_("Profession"), + N_("Manager"), + N_("Assistant"), + N_("Nickname"), + N_("Spouse"), + N_("Note"), + N_("Free-busy URL"), +}; +#endif + #define SPEC " \ \ \ -- cgit v1.2.3