aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-28 13:46:22 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-28 13:46:22 +0800
commit8d0007578eef6f69c3a2af9b7954f44c671ec331 (patch)
treecaccb84b05739a54233c3873dcde59836e818a7b /plugins/groupwise-features
parentb57e4b7290682269e804aa2b8d91d1daa5f6577a (diff)
downloadgsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.gz
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.bz2
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.lz
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.xz
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.tar.zst
gsoc2013-evolution-8d0007578eef6f69c3a2af9b7954f44c671ec331.zip
Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a gettext context to the string "Read")
svn path=/trunk/; revision=34910
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r--plugins/groupwise-features/ChangeLog21
-rw-r--r--plugins/groupwise-features/proxy-add-dialog.glade9
2 files changed, 18 insertions, 12 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 77d14ff61f..075bd3661a 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-28 Andre Klapper <a9016009@gmx.de>
+
+ * proxy-add-dialog.glade: string "Read" needs gettext context,
+ translator comments.
+
2008-01-24 Milan Crha <mcrha@redhat.com>
** Part of bug #511488
@@ -23,9 +28,9 @@
2007-11-12 indu <indu_ait@yahoo.co.in>
- ** Fix for bug #458515
- * status-track.c: (recipient->undelivered_date)
- string corrected
+ ** Fix for bug #458515
+ * status-track.c: (recipient->undelivered_date):
+ string corrected
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
@@ -45,10 +50,10 @@
Use standard icon names where applicable.
2007-08-17 Johnny Jacob <jjohnny@novell.com>
-
- ** Fix for bug #458715.
+
+ ** Fix for bug #458715.
- * proxy.c : (proxy_page_changed_cb) : Do not include "<All User
+ * proxy.c : (proxy_page_changed_cb) : Do not include "<All User
Access>" in the list. And use g_malloc0.
2007-08-16 Milan Crha <mcrha@redhat.com>
@@ -117,7 +122,7 @@
2007-02-05 Sankar P <psankar@novell.com>
- * junk-settings.c:
+ * junk-settings.c:
Include missing header file
2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
@@ -141,7 +146,7 @@
2007-01-18 Raghavendran <raghavguru7@gmail.com>
* org-gnome-groupwise-features.xml:
- * mail-send-options.c :
+ * mail-send-options.c :
Added code for implementing Send options via
a data hook .
2006-11-17 Harish Krishnaswamy <kharish@novell.com>
diff --git a/plugins/groupwise-features/proxy-add-dialog.glade b/plugins/groupwise-features/proxy-add-dialog.glade
index 06c8c4823c..a8622f232b 100644
--- a/plugins/groupwise-features/proxy-add-dialog.glade
+++ b/plugins/groupwise-features/proxy-add-dialog.glade
@@ -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>