After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352358 - harmonize some error messages
harmonize some error messages
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-08-22 09:20 UTC by André Klapper
Modified: 2013-09-13 00:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The error message strings are harmonized. (2.90 KB, patch)
2006-09-18 04:50 UTC, ushveen kaur
committed Details | Review

Description André Klapper 2006-08-22 09:20:27 UTC
#: ../addressbook/addressbook.error.xml.h:1
msgid ""
"A contact already exists with this address. Would you like to add a new card "
"with the same address anyway?"

#: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:4
msgid ""
"The name or email address of this contact already exists\n"
"in this folder.  Would you like to add it anyway?"

#: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:4
msgid ""
"The changed email or name of this contact already\n"
"exists in this folder.  Would you like to add it anyway?"

don't know if those three are related. has to be checked.


#: ../addressbook/gui/component/addressbook-view.c:445
msgid "A Folder with this name already exists"

#: ../filter/filter.error.xml.h:7
msgid "Name "{0}" already used."

#: ../mail/mail.error.xml.h:1
msgid ""
"A folder named "{1}" already exists. Please use a different name."

#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:35
msgid "Folder already exists"

also see bug 308276.
Comment 1 ushveen kaur 2006-09-18 04:50:42 UTC
Created attachment 72962 [details] [review]
The error message strings are harmonized.

#: ../addressbook/addressbook.error.xml.h:1
The error message mentioned in this file is displayed when we try to add an already existing named contact in a contact list.So this can not be harmonised with the rest.

#: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:4
#: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:4
The above two are harmonised in the attached patch.


#: ../addressbook/gui/component/addressbook-view.c:445
#: ../mail/mail.error.xml.h:1
The above mentioned 2 are harmonised in the patch.

#: ../filter/filter.error.xml.h:7
This is displayed when a new filter is created with same name,thus no need of harmonisation.
Comment 2 Pavel Šefránek 2006-09-20 14:32:25 UTC
Does this patch close the bug 308276? Or is there any way to merge these twos bug reports?
Comment 3 Johnny Jacob 2007-08-27 05:18:56 UTC
Committed to svn trunk rev 341466.