[gnac/devel] Removed markup from GTKBuilder translatable strings
- From: Benoît Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnac/devel] Removed markup from GTKBuilder translatable strings
- Date: Tue, 25 May 2010 11:29:55 +0000 (UTC)
commit 74cf0014603f6cccd258c0d3a76ffe3a33ce8e0a
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date: Tue May 25 12:29:35 2010 +0100
Removed markup from GTKBuilder translatable strings
data/profiles/ui/gnac-profiles-flac.xml | 12 +++++---
data/profiles/ui/gnac-profiles-lame.xml | 12 +++++---
data/profiles/ui/gnac-profiles-manager.xml | 24 +++++++++++-----
data/profiles/ui/gnac-profiles-properties.xml | 18 ++++++++----
data/profiles/ui/gnac-profiles-speex.xml | 36 ++++++++++++++++--------
data/profiles/ui/gnac-profiles-vorbis.xml | 12 +++++---
data/ui/gnac-pref-window.xml | 24 +++++++++++-----
src/gnac-prefs.c | 2 +-
8 files changed, 93 insertions(+), 47 deletions(-)
---
diff --git a/data/profiles/ui/gnac-profiles-flac.xml b/data/profiles/ui/gnac-profiles-flac.xml
index 27facaf..5090c25 100755
--- a/data/profiles/ui/gnac-profiles-flac.xml
+++ b/data/profiles/ui/gnac-profiles-flac.xml
@@ -55,8 +55,10 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>fastest</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">fastest</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -79,8 +81,10 @@
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>highest</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">highest</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/data/profiles/ui/gnac-profiles-lame.xml b/data/profiles/ui/gnac-profiles-lame.xml
index de089dc..208ce7d 100755
--- a/data/profiles/ui/gnac-profiles-lame.xml
+++ b/data/profiles/ui/gnac-profiles-lame.xml
@@ -326,8 +326,10 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>worst</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">worst</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -350,8 +352,10 @@
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>best</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">best</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/data/profiles/ui/gnac-profiles-manager.xml b/data/profiles/ui/gnac-profiles-manager.xml
index 7dcc3fc..3372287 100644
--- a/data/profiles/ui/gnac-profiles-manager.xml
+++ b/data/profiles/ui/gnac-profiles-manager.xml
@@ -143,8 +143,10 @@
<child type="label">
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Profiles list</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Profiles list</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -176,8 +178,10 @@
<child type="label">
<object class="GtkLabel" id="label-description">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Profile description</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Profile description</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -209,8 +213,10 @@
<child type="label">
<object class="GtkLabel" id="label-import">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Importing file...</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Importing file...</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -308,8 +314,10 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Status</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Status</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/data/profiles/ui/gnac-profiles-properties.xml b/data/profiles/ui/gnac-profiles-properties.xml
index 17cccd8..d4c3b8c 100755
--- a/data/profiles/ui/gnac-profiles-properties.xml
+++ b/data/profiles/ui/gnac-profiles-properties.xml
@@ -95,8 +95,10 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Profile informations</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Profile informations</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -159,11 +161,13 @@
<child>
<object class="GtkLabel" id="format_decription_label">
<property name="visible">True</property>
- <property name="label"><i>Description</i></property>
- <property name="use_markup">True</property>
+ <property name="label">Description</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
<property name="angle">8.1699999999999999</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
</child>
</object>
@@ -190,8 +194,10 @@
<child type="label">
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Profile configuration</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Profile configuration</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/data/profiles/ui/gnac-profiles-speex.xml b/data/profiles/ui/gnac-profiles-speex.xml
index 2ef49e4..a949e39 100644
--- a/data/profiles/ui/gnac-profiles-speex.xml
+++ b/data/profiles/ui/gnac-profiles-speex.xml
@@ -118,8 +118,10 @@
<child>
<object class="GtkLabel" id="label14">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>worst</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">worst</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -142,8 +144,10 @@
<child>
<object class="GtkLabel" id="label15">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>best</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">best</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -266,8 +270,10 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>worst</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">worst</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -290,8 +296,10 @@
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>best</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">best</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -329,8 +337,10 @@
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>worst</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">worst</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -353,8 +363,10 @@
<child>
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>best</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">best</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/data/profiles/ui/gnac-profiles-vorbis.xml b/data/profiles/ui/gnac-profiles-vorbis.xml
index 9b1015c..e9fc2c1 100755
--- a/data/profiles/ui/gnac-profiles-vorbis.xml
+++ b/data/profiles/ui/gnac-profiles-vorbis.xml
@@ -212,8 +212,10 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>worst</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">worst</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -236,8 +238,10 @@
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>best</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">best</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/data/ui/gnac-pref-window.xml b/data/ui/gnac-pref-window.xml
index 8cf0ee6..dc30aaa 100644
--- a/data/ui/gnac-pref-window.xml
+++ b/data/ui/gnac-pref-window.xml
@@ -126,8 +126,10 @@
<child type="label">
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Display</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Display</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -305,7 +307,6 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="label" translatable="yes">Output folder:</property>
- <property name="use_markup">True</property>
</object>
</child>
</object>
@@ -347,8 +348,10 @@
<child type="label">
<object class="GtkLabel" id="conversion_frame_label">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Conversion</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Conversion</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -461,8 +464,11 @@
<object class="GtkLabel" id="example_label">
<property name="visible">True</property>
<property name="xalign">0.94999998807907104</property>
- <property name="use_markup">True</property>
<property name="ellipsize">start</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.8"/>
+ </attributes>
</object>
<packing>
<property name="right_attach">2</property>
@@ -532,8 +538,10 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>File and folder naming</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">File and folder naming</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/src/gnac-prefs.c b/src/gnac-prefs.c
index cb92cbe..93ede22 100644
--- a/src/gnac-prefs.c
+++ b/src/gnac-prefs.c
@@ -499,7 +499,7 @@ gnac_prefs_update_example_label(GtkWidget *widget,
preview = libgnac_output_get_preview_from_pattern(pattern,
gnac_gconf_get_boolean(GNAC_GCONF_STRIP_SPECIAL));
- clean_label = g_markup_printf_escaped("<small><i>%s.%s</i></small>",
+ clean_label = g_markup_printf_escaped("%s.%s",
preview, gnac_profiles_get_extension());
gtk_label_set_markup(GTK_LABEL(label), clean_label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]