aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/addressbook-errors.xml.h
diff options
context:
space:
mode:
authorHao Sheng <hao.sheng@sun.com>2004-09-24 12:50:00 +0800
committerHarry Lu <haip@src.gnome.org>2004-09-24 12:50:00 +0800
commit809fa4df4490bcad9663458df09d4928f865ef55 (patch)
tree3064e4d2aaa7351bad937d584459469ab58482f4 /addressbook/addressbook-errors.xml.h
parentd362be429cf05a0e7aaa0582d55dbd97c4616256 (diff)
downloadgsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.gz
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.bz2
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.lz
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.xz
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.zst
gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.zip
Fix for #66523
2004-09-24 Hao Sheng <hao.sheng@sun.com> Fix for #66523 * gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_add_email): estimate the same mail address and popup a warning dialog. * addressbook-errors.xml: add the question message for the warning dialog. svn path=/trunk/; revision=27360
Diffstat (limited to 'addressbook/addressbook-errors.xml.h')
-rw-r--r--addressbook/addressbook-errors.xml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/addressbook-errors.xml.h b/addressbook/addressbook-errors.xml.h
index 2ad50c14e2..15b0cd5423 100644
--- a/addressbook/addressbook-errors.xml.h
+++ b/addressbook/addressbook-errors.xml.h
@@ -51,3 +51,8 @@ char *s = N_("Error saving contacts to {0}: {1}");
char *s = N_("The Evolution addressbook has quit unexpectedly.");
/* addressbook:backend-died secondary */
char *s = N_("Your contacts for {0} will not be available until Evolution is restarted.");
+/* addressbook:ask-list-add-exists primary */
+char *s = N_("Address '{0}' already exists.");
+/* addressbook:ask-list-add-exists secondary */
+char *s = N_("A contact already exists with this address. Would you like to add a new card with the same address anyway?");
+char *s = N_("_Add");