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 358249 - "Work email" field in minicard view untranslated
"Work email" field in minicard view untranslated
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Javier F. Serrador
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2006-09-29 08:23 UTC by Javier F. Serrador
Modified: 2013-09-10 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (99.56 KB, image/png)
2006-09-29 13:50 UTC, André Klapper
  Details
Proposed patch (1.32 KB, patch)
2006-09-29 18:53 UTC, Srinivasa Ragavan
none Details | Review

Description Javier F. Serrador 2006-09-29 08:23:48 UTC
This string is in:
addressbook/gui/widgets/e-minicard.c:   { "WORK",  N_ ("Work Email")  }
Comment 1 André Klapper 2006-09-29 13:49:45 UTC
confirming.
this also happens for "Home Email" and "Other Email". note that the strings are missing a colon at the end.
this also affects the strings "(Work)", "(Home)" and "(Other)" in the preview pane.

 strings are included in the evolution po files, though. :-/
could also be that the strings must be added to evolution-data-server/addressbook/libebook/e-contact.c , don't know exactly. :-/

i also still see this in the evolution.po:

#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:10
#: ../addressbook/gui/widgets/eab-contact-display.c:785
#: ../smime/lib/e-cert.c:827
msgid "Email"
msgstr "E-Mail"

#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:11
msgid "Email 2"
msgstr "E-Mail 2"

#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:12
msgid "Email 3"
msgstr "E-Mail 3"


that "2", "3" stuff is bad, i thought we would have fixed that already. :-(
Comment 2 André Klapper 2006-09-29 13:50:36 UTC
Created attachment 73636 [details]
screenshot
Comment 3 Srinivasa Ragavan 2006-09-29 18:53:00 UTC
Created attachment 73665 [details] [review]
Proposed patch