diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-09-28 10:30:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-28 10:30:14 +0800 |
commit | 7029abc8cd37639e1126219e64d07faa6705e5e9 (patch) | |
tree | fdf900516888082689e1199cbd9e99025e29db4a | |
parent | 7352689ab7e6cfa835d52035f76756879306cfa9 (diff) | |
download | gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.tar.gz gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.tar.zst gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.zip |
Use consistent terminology for mail messages (#480621).
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
* mail/em-account-editor.c:
* mail/evolution-mail.schemas.in:
* mail/mail-config.glade:
* plugins/bbdb/bbdb.c (bbdb_page_factory):
* plugins/bogo-junk-plugin/bf-junk-filter.c:
* plugins/face/org-gnome-face-eplug.xml:
* plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml:
* plugins/print-message/org-gnome-print-message.eplug.xml:
Use consistent terminology for mail messages (#480621).
svn path=/trunk/; revision=34326
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/em-account-editor.c | 6 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 2 | ||||
-rw-r--r-- | mail/mail-config.glade | 26 | ||||
-rw-r--r-- | plugins/bbdb/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/bbdb/bbdb.c | 2 | ||||
-rw-r--r-- | plugins/bogo-junk-plugin/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/bogo-junk-plugin/bf-junk-filter.c | 2 | ||||
-rw-r--r-- | plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in | 2 | ||||
-rw-r--r-- | plugins/face/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/face/org-gnome-face.eplug.xml | 2 | ||||
-rw-r--r-- | plugins/new-mail-notify/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml | 2 | ||||
-rw-r--r-- | plugins/print-message/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/print-message/org-gnome-print-message.eplug.xml | 2 |
15 files changed, 55 insertions, 23 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b55544c979..2cad686331 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2007-09-27 Matthew Barnes <mbarnes@redhat.com> + * em-account-editor.c: + * evolution-mail.schemas.in: + * mail-config.glade: + Use consistent terminology for mail messages (#480621). + +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #477045 * em-format-html.c (efh_format_headers): diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index f4b8efe01e..5570c26989 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2053,7 +2053,7 @@ emae_receive_options_item(EConfig *ec, EConfigItem *item, struct _GtkWidget *par row = ((GtkTable *)parent)->nrows; box = gtk_hbox_new(FALSE, 4); - w = gtk_check_button_new_with_mnemonic (_("Automatically check for _new mail every")); + w = gtk_check_button_new_with_mnemonic (_("Check for _new messages every")); emae_account_toggle_widget(emae, (GtkToggleButton *)w, E_ACCOUNT_SOURCE_AUTO_CHECK); gtk_box_pack_start((GtkBox *)box, w, FALSE, FALSE, 0); @@ -2397,7 +2397,7 @@ static EMConfigItem emae_editor_items[] = { /* Most sections for this is auto-generated fromt the camel config */ { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, - { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Mail"), }, + { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Messages"), }, { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, { E_CONFIG_PAGE, "30.send", "vboxTransportBorder", emae_send_page }, @@ -2488,7 +2488,7 @@ static EMConfigItem emae_druid_items[] = { /* Most sections for this is auto-generated fromt the camel config */ { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, - { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Mail"), }, + { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Messages"), }, { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, { E_CONFIG_PAGE, "30.send", "vboxTransportBorder", emae_send_page }, diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index afc6170be0..5a876b123e 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -250,7 +250,7 @@ <long> Load images for HTML messages over http(s). Possible values are: 0 - Never load images off the net - 1 - Load images in mail from contacts + 1 - Load images in messages from contacts 2 - Always load images off the net </long> </locale> diff --git a/mail/mail-config.glade b/mail/mail-config.glade index b17679cbfd..1a2faca02f 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -3630,7 +3630,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="pgp_encrypt_to_self"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Always encrypt to _myself when sending encrypted mail</property> + <property name="label" translatable="yes">Always encrypt to _myself when sending encrypted messages</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -3810,7 +3810,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="smime_encrypt_to_self"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Also encrypt to sel_f when sending encrypted mail</property> + <property name="label" translatable="yes">Also encrypt to sel_f when sending encrypted messages</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -4975,7 +4975,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="mlimit_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Do not format text contents in mails if the text si_ze exceeds</property> + <property name="label" translatable="yes">Do not format text contents in messages if the text si_ze exceeds</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5471,7 +5471,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="label498"> <property name="visible">True</property> - <property name="label" translatable="yes"><span weight="bold">New Mail Notification</span></property> + <property name="label" translatable="yes"><span weight="bold">New Message Notification</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -5543,7 +5543,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radNotifyNot"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Do not notify me when new mail arrives</property> + <property name="label" translatable="yes">_Do not notify me when new messages arrive</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5562,7 +5562,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radNotifyBeep"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Beep when new mail arrives</property> + <property name="label" translatable="yes">_Beep when new messages arrive</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5582,7 +5582,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radNotifyPlaySound"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Play sound file when new mail arri_ves</property> + <property name="label" translatable="yes">Play sound file when new messages arri_ve</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5924,7 +5924,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radImagesSometimes"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Load images in mail from contacts</property> + <property name="label" translatable="yes">_Load images in messages from contacts</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5990,7 +5990,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="lblHtmlMail"> <property name="visible">True</property> - <property name="label" translatable="yes">HTML Mail</property> + <property name="label" translatable="yes">HTML Messages</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -6424,7 +6424,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="photo_show"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Show the photograph of sender in the email preview</property> + <property name="label" translatable="yes">_Show the photograph of sender in the message preview</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -6495,7 +6495,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="label524"> <property name="visible">True</property> - <property name="label" translatable="yes"><span weight="bold">Displayed Mail _Headers</span></property> + <property name="label" translatable="yes"><span weight="bold">Displayed Message _Headers</span></property> <property name="use_underline">True</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -6804,7 +6804,7 @@ For example: "Work" or "Personal"</property> <property name="visible">True</property> <property name="tooltip" translatable="yes">Checks incoming mail messages to be Junk</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Check in_coming mail for junk</property> + <property name="label" translatable="yes">Check in_coming messages for junk</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -6891,7 +6891,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="junk_empty_check"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Delete junk mails on e_xit</property> + <property name="label" translatable="yes">Delete junk messages on e_xit</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index eec6a27361..d4c93712af 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,8 @@ +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + + * bbdb.c (bbdb_page_factory): + Use consistent terminology for mail messages (#480621). + 2007-08-24 Suman Manjunath <msuman@novell.com> ** Fix for bug #440807 diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index 131e081f36..8a0d2924cb 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -472,7 +472,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) gtk_box_pack_start (GTK_BOX (hbox), inner_vbox, FALSE, FALSE, 0); /* Enable BBDB checkbox */ - check = gtk_check_button_new_with_mnemonic (_("_Automatically create entries in the addressbook when responding to mail")); + check = gtk_check_button_new_with_mnemonic (_("_Automatically create entries in the addressbook when responding to messages")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), gconf_client_get_bool (target->gconf, GCONF_KEY_ENABLE, NULL)); g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (enable_toggled_cb), stuff); gtk_box_pack_start (GTK_BOX (inner_vbox), check, FALSE, FALSE, 0); diff --git a/plugins/bogo-junk-plugin/ChangeLog b/plugins/bogo-junk-plugin/ChangeLog index 4479eddb61..a803432bcc 100644 --- a/plugins/bogo-junk-plugin/ChangeLog +++ b/plugins/bogo-junk-plugin/ChangeLog @@ -1,3 +1,8 @@ +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + + * bf-junk-filter.c: + Use consistent terminology for mail messages (#480621). + 2007-09-07 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #473903 diff --git a/plugins/bogo-junk-plugin/bf-junk-filter.c b/plugins/bogo-junk-plugin/bf-junk-filter.c index e47e0382d8..7d7be8ee0a 100644 --- a/plugins/bogo-junk-plugin/bf-junk-filter.c +++ b/plugins/bogo-junk-plugin/bf-junk-filter.c @@ -300,7 +300,7 @@ org_gnome_bogo_convert_unicode (struct _EPlugin *epl, struct _EConfigHookItemFac if (data->old) return data->old; - check = gtk_check_button_new_with_mnemonic (_("Convert mail text to _Unicode")); + check = gtk_check_button_new_with_mnemonic (_("Convert message text to _Unicode")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), em_junk_bf_unicode); g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (convert_unicode_cb), "/apps/evolution/mail/junk/bogofilter/unicode"); diff --git a/plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in b/plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in index ad4c67c07a..d4bfbb5b70 100644 --- a/plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in +++ b/plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in @@ -7,7 +7,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Convert mail text to Unicode</short> + <short>Convert mail messages to Unicode</short> <long> Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from different character sets. diff --git a/plugins/face/ChangeLog b/plugins/face/ChangeLog index 11d9b0814d..bdf008141e 100644 --- a/plugins/face/ChangeLog +++ b/plugins/face/ChangeLog @@ -1,5 +1,10 @@ 2007-09-27 Matthew Barnes <mbarnes@redhat.com> + * org-gnome-face-eplug.xml: + Use consistent terminology for mail messages (#480621). + +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #474000 * face.c: diff --git a/plugins/face/org-gnome-face.eplug.xml b/plugins/face/org-gnome-face.eplug.xml index 2c50e65685..cc56aac359 100644 --- a/plugins/face/org-gnome-face.eplug.xml +++ b/plugins/face/org-gnome-face.eplug.xml @@ -4,7 +4,7 @@ location="@PLUGINDIR@/liborg-gnome-face@SOEXT@"> <author name="Sankar P" email="psankar@novell.com"/> - <_description>Attach Face header to outgoing mails. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in mails that are sent further.</_description> + <_description>Attach Face header to outgoing messages. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in messages that are sent further.</_description> <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> <menu id="org.gnome.evolution.mail.composer" target="widget"> diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog index 9a7d8b1e58..cca3ae6b95 100644 --- a/plugins/new-mail-notify/ChangeLog +++ b/plugins/new-mail-notify/ChangeLog @@ -1,3 +1,8 @@ +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + + * org-gnome-new-mail-notify.eplug.xml: + Use consistent terminology for mail messages (#480621). + 2007-05-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #414195 from Loïc Minier diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml index d088388ab5..bd9521e60c 100644 --- a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml +++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml @@ -5,7 +5,7 @@ _name="New Mail Notification" location="@PLUGINDIR@/liborg-gnome-new-mail-notify@SOEXT@"> - <_description>Generates a D-BUS message when new mail arrives.</_description> + <_description>Generates a D-BUS message when new mail messages arrive.</_description> <author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/> <hook class="org.gnome.evolution.mail.events:1.0"> diff --git a/plugins/print-message/ChangeLog b/plugins/print-message/ChangeLog index 017a5d71ef..791ab42cbd 100644 --- a/plugins/print-message/ChangeLog +++ b/plugins/print-message/ChangeLog @@ -1,3 +1,8 @@ +2007-08-27 Matthew Barnes <mbarnes@redhat.com> + + * org-gnome-print-message.eplug.xml: + Use consistent terminology for mail messages (#480621). + 2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #355766 diff --git a/plugins/print-message/org-gnome-print-message.eplug.xml b/plugins/print-message/org-gnome-print-message.eplug.xml index 9fc21bb900..839aae2b61 100644 --- a/plugins/print-message/org-gnome-print-message.eplug.xml +++ b/plugins/print-message/org-gnome-print-message.eplug.xml @@ -5,7 +5,7 @@ id="org.gnome.evolution.plugin.compose.PrintMessage" location="@PLUGINDIR@/liborg-gnome-print-message@SOEXT@" _name="Print Message"> - <_description>Gives an option to print mail from composer</_description> + <_description>Gives an option to print from the composer.</_description> <author name="Vivek Jain" email="jvivek@novell.com"/> <!-- hook into the popup menu --> |