aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2009-11-17 23:47:49 +0800
committerClaude Paroz <claude@2xlibre.net>2009-11-17 23:47:49 +0800
commit4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2 (patch)
treea5a9aa1d1c81f0b73d2a6b137c6e9e94981b4f6c /plugins/exchange-operations
parentf06fda60d98a7fba844a89429af34a65b700d0c7 (diff)
downloadgsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.gz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.bz2
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.lz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.xz
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.tar.zst
gsoc2013-evolution-4eb800f5fad1a749e8ff11d7b342ff66e1d8e3a2.zip
Remove markup from translatable strings in ui files
GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/exchange-oof.ui20
-rw-r--r--plugins/exchange-operations/exchange-permissions-dialog.ui6
-rw-r--r--plugins/exchange-operations/exchange-send-options.ui12
3 files changed, 25 insertions, 13 deletions
diff --git a/plugins/exchange-operations/exchange-oof.ui b/plugins/exchange-operations/exchange-oof.ui
index f7a0ca3b53..8e4c3b3df7 100644
--- a/plugins/exchange-operations/exchange-oof.ui
+++ b/plugins/exchange-operations/exchange-oof.ui
@@ -281,10 +281,9 @@ Would you like to change your status to "In the Office"? </property>
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;small&gt;The message specified below will be automatically sent to each person who sends
-mail to you while you are out of the office.&lt;/small&gt;</property>
+ <property name="label" translatable="yes">The message specified below will be automatically sent to each person who sends
+mail to you while you are out of the office.</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -292,6 +291,9 @@ mail to you while you are out of the office.&lt;/small&gt;</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="scale" value="0.8"/>
+ </attributes>
</object>
<packing>
<property name="padding">0</property>
@@ -318,9 +320,8 @@ mail to you while you are out of the office.&lt;/small&gt;</property>
<child>
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Status:&lt;/b&gt;</property>
+ <property name="label" translatable="yes">Status:</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -328,6 +329,9 @@ mail to you while you are out of the office.&lt;/small&gt;</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">0</property>
@@ -457,9 +461,8 @@ mail to you while you are out of the office.&lt;/small&gt;</property>
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Out of Office Message:&lt;/b&gt;</property>
+ <property name="label" translatable="yes">Out of Office Message:</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -467,6 +470,9 @@ mail to you while you are out of the office.&lt;/small&gt;</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/plugins/exchange-operations/exchange-permissions-dialog.ui b/plugins/exchange-operations/exchange-permissions-dialog.ui
index 7433ca6393..327a7eeedf 100644
--- a/plugins/exchange-operations/exchange-permissions-dialog.ui
+++ b/plugins/exchange-operations/exchange-permissions-dialog.ui
@@ -150,9 +150,8 @@
<child>
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Permissions&lt;/b&gt;</property>
+ <property name="label" translatable="yes">Permissions</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -160,6 +159,9 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/plugins/exchange-operations/exchange-send-options.ui b/plugins/exchange-operations/exchange-send-options.ui
index edb71f8e4c..d94795d363 100644
--- a/plugins/exchange-operations/exchange-send-options.ui
+++ b/plugins/exchange-operations/exchange-send-options.ui
@@ -116,9 +116,8 @@
<child>
<object class="GtkLabel" id="msg_settings_label">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Message Settings&lt;/b&gt;</property>
+ <property name="label" translatable="yes">Message Settings</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -130,6 +129,9 @@
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="padding">0</property>
@@ -338,9 +340,8 @@
<child>
<object class="GtkLabel" id="Track_options_label">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Tracking Options&lt;/b&gt;</property>
+ <property name="label" translatable="yes">Tracking Options</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -352,6 +353,9 @@
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="padding">6</property>