evolution r34910 - in trunk: mail plugins/groupwise-features ui



Author: msuman
Date: Mon Jan 28 05:46:22 2008
New Revision: 34910
URL: http://svn.gnome.org/viewvc/evolution?rev=34910&view=rev

Log:
Patch from Andre Klapper  <a9016009 gmx de> ** Fix for bug #339156 (Added a gettext context to the string "Read")

Modified:
   trunk/mail/ChangeLog
   trunk/mail/em-filter-i18n.h
   trunk/mail/message-tag-followup.c
   trunk/plugins/groupwise-features/ChangeLog
   trunk/plugins/groupwise-features/proxy-add-dialog.glade
   trunk/ui/ChangeLog
   trunk/ui/evolution-mail-message.xml

Modified: trunk/mail/em-filter-i18n.h
==============================================================================
--- trunk/mail/em-filter-i18n.h	(original)
+++ trunk/mail/em-filter-i18n.h	Mon Jan 28 05:46:22 2008
@@ -49,6 +49,7 @@
 char *s = N_("Move to Folder");
 char *s = N_("Pipe to Program");
 char *s = N_("Play Sound");
+/* Translators: "Read" as in "has been read" (em-filter-i18n.h) */
 char *s = N_("Read");
 char *s = N_("Recipients");
 char *s = N_("Regex Match");

Modified: trunk/mail/message-tag-followup.c
==============================================================================
--- trunk/mail/message-tag-followup.c	(original)
+++ trunk/mail/message-tag-followup.c	Mon Jan 28 05:46:22 2008
@@ -78,6 +78,7 @@
 	N_("For Your Information"),
 	N_("Forward"),
 	N_("No Response Necessary"),
+	/* Translators: "Read" as in "has been read" (message-tag-followup.c) */
 	N_("Read"),
 	N_("Reply"),
 	N_("Reply to All"),

Modified: trunk/plugins/groupwise-features/proxy-add-dialog.glade
==============================================================================
--- trunk/plugins/groupwise-features/proxy-add-dialog.glade	(original)
+++ trunk/plugins/groupwise-features/proxy-add-dialog.glade	Mon Jan 28 05:46:22 2008
@@ -433,7 +433,7 @@
 				<widget class="GtkCheckButton" id="mailRead">
 				  <property name="visible">True</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">_Read</property>
+				  <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property>
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>
@@ -457,7 +457,8 @@
 				<widget class="GtkCheckButton" id="appRead">
 				  <property name="visible">True</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">_Read</property>
+				  <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property>
+
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>
@@ -481,7 +482,7 @@
 				<widget class="GtkCheckButton" id="noteRead">
 				  <property name="visible">True</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">_Read</property>
+				  <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property>
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>
@@ -505,7 +506,7 @@
 				<widget class="GtkCheckButton" id="taskRead">
 				  <property name="visible">True</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">_Read</property>
+				  <property name="label" translatable="yes" context="yes" comments="To Translators: strip the part in front of the | and the | itself">permission to read|_Read</property>
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>

Modified: trunk/ui/evolution-mail-message.xml
==============================================================================
--- trunk/ui/evolution-mail-message.xml	(original)
+++ trunk/ui/evolution-mail-message.xml	Mon Jan 28 05:46:22 2008
@@ -347,6 +347,7 @@
 	  <separator f="" name="emaillist4"/>
 
           <submenu name="MessageMarkAs" _label="Mar_k as">
+	    <!-- Translators: "Read" as in "has been read" (evolution-mail-message.xml) -->
             <menuitem name="MessageMarkAsRead" verb="" _label="_Read"/>
             <menuitem name="MessageMarkAsUnRead" verb="" _label="_Unread"/>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]