diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-07 01:15:20 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-07 01:15:20 +0800 |
commit | 4c47304e3d9113bbad034ea78428372fb586a408 (patch) | |
tree | a6d8709a31ae30cac73b8504c1a4800a61e6f112 /widgets/misc | |
parent | b864a0a5031b30cba6941613d6e25785a521cdc0 (diff) | |
download | gsoc2013-evolution-4c47304e3d9113bbad034ea78428372fb586a408.tar.gz gsoc2013-evolution-4c47304e3d9113bbad034ea78428372fb586a408.tar.zst gsoc2013-evolution-4c47304e3d9113bbad034ea78428372fb586a408.zip |
Bug #574755 - Add translator comments
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-send-options.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/misc/e-send-options.ui b/widgets/misc/e-send-options.ui index c5911d456a..5ca5e7045f 100644 --- a/widgets/misc/e-send-options.ui +++ b/widgets/misc/e-send-options.ui @@ -194,7 +194,7 @@ <property name="row_spacing">12</property> <child> <object class="GtkRadioButton" id="reply-within"> - <property name="label" translatable="yes">Wi_thin</property> + <property name="label" translatable="yes" comments="Translators: This is part of 'Within [ X ] days', where [ X ] is a spinner with a number" context="ESendOptionsWithin">Wi_thin</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -227,7 +227,7 @@ <object class="GtkLabel" id="label93"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">days</property> + <property name="label" translatable="yes" comments="Translators: This is part of 'Within [ X ] days', where [ X ] is a spinner with a number" context="ESendOptionsWithin">days</property> </object> <packing> <property name="left_attach">2</property> @@ -334,7 +334,7 @@ <object class="GtkLabel" id="label96"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_After:</property> + <property name="label" translatable="yes" comments="Translators: This is part of 'After [ X ] days', where [ X ] is a spinner with a number" context="ESendOptionsAfter">_After</property> <property name="use_underline">True</property> <property name="mnemonic_widget">expire-after</property> </object> @@ -361,7 +361,7 @@ <object class="GtkLabel" id="label97"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">days</property> + <property name="label" translatable="yes" comments="Translators: This is part of 'After [ X ] days', where [ X ] is a spinner with a number" context="ESendOptionsAfter">days</property> </object> <packing> <property name="expand">False</property> @@ -423,7 +423,7 @@ <object class="GtkLabel" id="until-label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Until:</property> + <property name="label" translatable="yes" comments="Translators: This is part of 'Until [ date ]', where [ date ] is a date picker" context="ESendOptions">_Until</property> <property name="use_underline">True</property> <property name="mnemonic_widget">until-date</property> </object> |