diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-06-28 23:37:09 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-28 23:37:09 +0800 |
commit | b599deee723c7660fa01031f961e9af6b30d2863 (patch) | |
tree | da03fdd002d38b326cc5ac9200f7b4bc4adfe3d1 /calendar/gui | |
parent | 683451fd84f8b0c465d6a0dcd1a1e8724dd80ac7 (diff) | |
download | gsoc2013-evolution-b599deee723c7660fa01031f961e9af6b30d2863.tar.gz gsoc2013-evolution-b599deee723c7660fa01031f961e9af6b30d2863.tar.zst gsoc2013-evolution-b599deee723c7660fa01031f961e9af6b30d2863.zip |
Adding translator comments to the "--to--" string. Removing three strings
2006-06-28 Andre Klapper <a9016009@gmx.de>
* gui/e-itip-control.glade: Adding translator comments to the
"--to--" string. Removing three strings from translations.
Fixes bug #325126.
svn path=/trunk/; revision=32201
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-itip-control.glade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/e-itip-control.glade b/calendar/gui/e-itip-control.glade index 344bcdeced..f53cf079cf 100644 --- a/calendar/gui/e-itip-control.glade +++ b/calendar/gui/e-itip-control.glade @@ -147,7 +147,7 @@ <child> <widget class="GtkLabel" id="dtstart_label"> - <property name="label" translatable="yes">date-start</property> + <property name="label" translatable="no">date-start</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">no</property> <property name="xalign">0.5</property> @@ -166,7 +166,7 @@ <child> <widget class="GtkLabel" id="label3"> <property name="label" translatable="yes">--to--</property> - <property name="justify">GTK_JUSTIFY_CENTER</property> + <property name="justify" comments="To Translators: in the sense of 'from a date --to-- a date">GTK_JUSTIFY_CENTER</property> <property name="wrap">no</property> <property name="xalign">0.5</property> <property name="yalign">0</property> @@ -183,7 +183,7 @@ <child> <widget class="GtkLabel" id="dtend_label"> - <property name="label" translatable="yes">date-end</property> + <property name="label" translatable="no">date-end</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">no</property> <property name="xalign">0.5</property> @@ -466,7 +466,7 @@ <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> <property name="activity_mode">no</property> <property name="show_text">no</property> - <property name="format" translatable="yes">%P %%</property> + <property name="format" translatable="no">%P %%</property> <property name="text_xalign">0.5</property> <property name="text_yalign">0.5</property> <property name="visible">yes</property> |