Remove markup from translatable strings in GTKBuilder files. Fixes #99759

This commit is contained in:
Claude Paroz 2009-08-06 11:53:34 +02:00
parent 13b5e27cbd
commit 339738a567
12 changed files with 401 additions and 186 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.14"/>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="preferred_apps_dialog">
<property name="border_width">5</property>
@ -29,8 +29,10 @@
<object class="GtkLabel" id="web_browser_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Web Browser&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Web Browser</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -208,8 +210,10 @@
<object class="GtkLabel" id="mail_reader_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Mail Reader&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Mail Reader</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -322,8 +326,10 @@
<object class="GtkLabel" id="messenger_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Instant Messenger&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Instant Messenger</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -452,8 +458,10 @@
<object class="GtkLabel" id="image_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Image Viewer&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Image Viewer</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -567,8 +575,10 @@
<object class="GtkLabel" id="media_player_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Multimedia Player&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Multimedia Player</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -681,8 +691,10 @@
<object class="GtkLabel" id="video_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Video Player&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Video Player</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -815,8 +827,10 @@
<object class="GtkLabel" id="text_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Text Editor&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Text Editor</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -930,8 +944,10 @@
<object class="GtkLabel" id="terminal_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Terminal Emulator&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Terminal Emulator</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -1078,8 +1094,10 @@
<object class="GtkLabel" id="visual_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Visual&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Visual</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@ -1189,8 +1207,10 @@
<object class="GtkLabel" id="mobility_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;Mobility&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Mobility</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>