Remove markup from translatable strings in GTKBuilder files. Fixes #99759
This commit is contained in:
parent
13b5e27cbd
commit
339738a567
12 changed files with 401 additions and 186 deletions
|
@ -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"><b>Web Browser</b></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"><b>Mail Reader</b></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"><b>Instant Messenger</b></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"><b>Image Viewer</b></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"><b>Multimedia Player</b></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"><b>Video Player</b></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"><b>Text Editor</b></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"><b>Terminal Emulator</b></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"><b>Visual</b></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"><b>Mobility</b></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue