From 7b882d7d9fb3be955bda415388e95820b92422b6 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 16 May 2005 06:11:11 +0000 Subject: moved e-error to e-util 2005-05-16 Not Zed * moved e-error to e-util * Makefile.am: renamed error xml file & u18n stuff. svn path=/trunk/; revision=29361 --- addressbook/ChangeLog | 6 ++ addressbook/Makefile.am | 11 +-- addressbook/addressbook-errors.xml | 100 --------------------- addressbook/addressbook-errors.xml.h | 68 -------------- addressbook/addressbook.error.xml | 100 +++++++++++++++++++++ addressbook/gui/component/addressbook-config.c | 2 +- addressbook/gui/component/addressbook-view.c | 2 +- addressbook/gui/component/addressbook.c | 2 +- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- .../gui/contact-list-editor/e-contact-list-model.c | 2 +- 10 files changed, 115 insertions(+), 180 deletions(-) delete mode 100644 addressbook/addressbook-errors.xml delete mode 100644 addressbook/addressbook-errors.xml.h create mode 100644 addressbook/addressbook.error.xml (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bcf6623141..3d76917669 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2005-05-16 Not Zed + + * moved e-error to e-util + + * Makefile.am: renamed error xml file & u18n stuff. + 2005-05-16 Srinivasa Ragavan * gui/components/GNOME_Evolution_Addressbook.server.in.in: Added tooltips diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 4fde08a4a9..c1ff2aa617 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -5,19 +5,16 @@ endif SUBDIRS = \ util printing gui importers tools $(CONDUIT_SUBDIR) -error_DATA = addressbook-errors.xml -error_i18n = $(error_DATA:.xml=.xml.h) +error_DATA = addressbook.error errordir = $(privdatadir)/errors -%.xml.h: %.xml - $(top_builddir)/e-util/e-error-tool $^ +@EVO_PLUGIN_RULE@ EXTRA_DIST = \ ChangeLog.pre-1-4 \ - $(error_DATA) + addressbook.error.xml dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -BUILT_SOURCES = $(error_i18n) - +BUILT_SOURCES = $(error_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml deleted file mode 100644 index fbcc3a0d78..0000000000 --- a/addressbook/addressbook-errors.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - This addressbook could not be opened. - This addressbook server might be unreachable or the server name may be misspelled or your network connection could be down. - - - - Failed to authenticate with LDAP server. - Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on. - - - - This addressbook server does not have any suggested search bases. - This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases. - - - - This server does not support LDAPv3 schema information. - - - - Could not get schema information for LDAP server. - - - - LDAP server did not respond with valid schema information. - - - - Could not remove addressbook. - - - - Delete address book '{0}'? - This address book will be removed permanently. -