Merge branch 'fix-ui-file-translation-main' into 'main'

Fix ui files to work for translations

Closes #4957

See merge request GNOME/gtk!4798
This commit is contained in:
Matthias Clasen 2022-06-06 22:45:44 +00:00
commit 526b62e0be
17 changed files with 153 additions and 153 deletions

View File

@ -59,7 +59,7 @@
<child> <child>
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">main</property> <property name="name">main</property>
<property name="title" translatable="1">About</property> <property name="title" translatable="yes">About</property>
<property name="child"> <property name="child">
<object class="GtkBox" id="page_vbox"> <object class="GtkBox" id="page_vbox">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -120,7 +120,7 @@
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">credits</property> <property name="name">credits</property>
<property name="visible">0</property> <property name="visible">0</property>
<property name="title" translatable="1">Credits</property> <property name="title" translatable="yes">Credits</property>
<property name="child"> <property name="child">
<object class="GtkBox" id="credits_page"> <object class="GtkBox" id="credits_page">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -160,7 +160,7 @@
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">license</property> <property name="name">license</property>
<property name="visible">0</property> <property name="visible">0</property>
<property name="title" translatable="1">License</property> <property name="title" translatable="yes">License</property>
<property name="child"> <property name="child">
<object class="GtkBox" id="license_page"> <object class="GtkBox" id="license_page">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -203,7 +203,7 @@
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">system</property> <property name="name">system</property>
<property name="visible">0</property> <property name="visible">0</property>
<property name="title" translatable="1">System</property> <property name="title" translatable="yes">System</property>
<property name="child"> <property name="child">
<object class="GtkBox" id="system_page"> <object class="GtkBox" id="system_page">
<property name="orientation">1</property> <property name="orientation">1</property>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40"> <interface domain="gtk40">
<template class="GtkAppChooserDialog" parent="GtkDialog"> <template class="GtkAppChooserDialog" parent="GtkDialog">
<property name="title" translatable="1">Select Application</property> <property name="title" translatable="yes">Select Application</property>
<child internal-child="content_area"> <child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -42,12 +42,12 @@
<child type="action"> <child type="action">
<object class="GtkButton" id="cancel_button"> <object class="GtkButton" id="cancel_button">
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="label" translatable="1">_Cancel</property> <property name="label" translatable="yes">_Cancel</property>
</object> </object>
</child> </child>
<child type="action"> <child type="action">
<object class="GtkButton" id="ok_button"> <object class="GtkButton" id="ok_button">
<property name="label" translatable="1">_Select</property> <property name="label" translatable="yes">_Select</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
</object> </object>
</child> </child>
@ -57,13 +57,13 @@
</action-widgets> </action-widgets>
</template> </template>
<object class="GtkButton" id="show_more_button"> <object class="GtkButton" id="show_more_button">
<property name="label" translatable="1">_View All Applications</property> <property name="label" translatable="yes">_View All Applications</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/> <signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
</object> </object>
<object class="GtkButton" id="software_button"> <object class="GtkButton" id="software_button">
<property name="label" translatable="1">_Find New Applications</property> <property name="label" translatable="yes">_Find New Applications</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<signal name="clicked" handler="software_button_clicked_cb" swapped="no"/> <signal name="clicked" handler="software_button_clicked_cb" swapped="no"/>

View File

@ -97,7 +97,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="no_apps_label"> <object class="GtkLabel" id="no_apps_label">
<property name="label" translatable="1">No applications found.</property> <property name="label" translatable="yes">No applications found.</property>
<property name="halign">3</property> <property name="halign">3</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="wrap">1</property> <property name="wrap">1</property>

View File

@ -37,7 +37,7 @@
<child> <child>
<object class="GtkButton" id="close"> <object class="GtkButton" id="close">
<property name="visible">0</property> <property name="visible">0</property>
<property name="label" translatable="1">_Close</property> <property name="label" translatable="yes">_Close</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>
@ -49,7 +49,7 @@
<child> <child>
<object class="GtkButton" id="cancel"> <object class="GtkButton" id="cancel">
<property name="visible">0</property> <property name="visible">0</property>
<property name="label" translatable="1">_Cancel</property> <property name="label" translatable="yes">_Cancel</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>
@ -61,7 +61,7 @@
<child> <child>
<object class="GtkButton" id="last"> <object class="GtkButton" id="last">
<property name="visible">0</property> <property name="visible">0</property>
<property name="label" translatable="1">_Finish</property> <property name="label" translatable="yes">_Finish</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>
@ -72,7 +72,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="back"> <object class="GtkButton" id="back">
<property name="label" translatable="1">_Back</property> <property name="label" translatable="yes">_Back</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>
@ -83,7 +83,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="forward"> <object class="GtkButton" id="forward">
<property name="label" translatable="1">_Next</property> <property name="label" translatable="yes">_Next</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>
@ -95,7 +95,7 @@
<child> <child>
<object class="GtkButton" id="apply"> <object class="GtkButton" id="apply">
<property name="visible">0</property> <property name="visible">0</property>
<property name="label" translatable="1">_Apply</property> <property name="label" translatable="yes">_Apply</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<style> <style>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40"> <interface domain="gtk40">
<template class="GtkColorChooserDialog" parent="GtkDialog"> <template class="GtkColorChooserDialog" parent="GtkDialog">
<property name="title" translatable="1">Select a Color</property> <property name="title" translatable="yes">Select a Color</property>
<property name="resizable">0</property> <property name="resizable">0</property>
<child internal-child="content_area"> <child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
@ -30,12 +30,12 @@
<child type="action"> <child type="action">
<object class="GtkButton" id="cancel_button"> <object class="GtkButton" id="cancel_button">
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="label" translatable="1">_Cancel</property> <property name="label" translatable="yes">_Cancel</property>
</object> </object>
</child> </child>
<child type="action"> <child type="action">
<object class="GtkButton" id="ok_button"> <object class="GtkButton" id="ok_button">
<property name="label" translatable="1">_Select</property> <property name="label" translatable="yes">_Select</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
</object> </object>
</child> </child>

View File

@ -40,7 +40,7 @@
<property name="icon-name">color-select-symbolic</property> <property name="icon-name">color-select-symbolic</property>
<property name="halign">3</property> <property name="halign">3</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="tooltip-text" translatable="1">Pick a color from the screen</property> <property name="tooltip-text" translatable="yes">Pick a color from the screen</property>
<signal name="clicked" handler="pick_color"/> <signal name="clicked" handler="pick_color"/>
<style> <style>
<class name="circular"/> <class name="circular"/>
@ -50,7 +50,7 @@
<property name="row">0</property> <property name="row">0</property>
</layout> </layout>
<accessibility> <accessibility>
<property name="label" translatable="1">Pick a color from the screen</property> <property name="label" translatable="yes">Pick a color from the screen</property>
</accessibility> </accessibility>
</object> </object>
</child> </child>
@ -77,7 +77,7 @@
<property name="row">0</property> <property name="row">0</property>
</layout> </layout>
<accessibility> <accessibility>
<property name="label" translatable="1">Hexadecimal color or color name</property> <property name="label" translatable="yes">Hexadecimal color or color name</property>
</accessibility> </accessibility>
</object> </object>
</child> </child>
@ -92,7 +92,7 @@
<property name="row">1</property> <property name="row">1</property>
</layout> </layout>
<accessibility> <accessibility>
<property name="label" translatable="1">Hue</property> <property name="label" translatable="yes">Hue</property>
</accessibility> </accessibility>
</object> </object>
</child> </child>
@ -108,7 +108,7 @@
<property name="column-span">2</property> <property name="column-span">2</property>
</layout> </layout>
<accessibility> <accessibility>
<property name="label" translatable="1">Alpha value</property> <property name="label" translatable="yes">Alpha value</property>
</accessibility> </accessibility>
</object> </object>
</child> </child>
@ -126,7 +126,7 @@
<property name="column-span">2</property> <property name="column-span">2</property>
</layout> </layout>
<accessibility> <accessibility>
<property name="label" translatable="1">Saturation and value</property> <property name="label" translatable="yes">Saturation and value</property>
</accessibility> </accessibility>
</object> </object>
</child> </child>
@ -150,7 +150,7 @@
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkLabel" id="label4"> <object class="GtkLabel" id="label4">
<property name="label" translatable="1" context="Color channel">A</property> <property name="label" translatable="yes" context="Color channel">A</property>
<layout> <layout>
<property name="column">0</property> <property name="column">0</property>
<property name="row">0</property> <property name="row">0</property>
@ -186,7 +186,7 @@
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkLabel" id="label3"> <object class="GtkLabel" id="label3">
<property name="label" translatable="1" context="Color channel">H</property> <property name="label" translatable="yes" context="Color channel">H</property>
<layout> <layout>
<property name="column">0</property> <property name="column">0</property>
<property name="row">0</property> <property name="row">0</property>
@ -223,7 +223,7 @@
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="label1">
<property name="label" translatable="1" context="Color Channel">S</property> <property name="label" translatable="yes" context="Color Channel">S</property>
<layout> <layout>
<property name="column">0</property> <property name="column">0</property>
<property name="row">0</property> <property name="row">0</property>
@ -232,7 +232,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="label2"> <object class="GtkLabel" id="label2">
<property name="label" translatable="1" context="Color Channel">V</property> <property name="label" translatable="yes" context="Color Channel">V</property>
<layout> <layout>
<property name="column">0</property> <property name="column">0</property>
<property name="row">1</property> <property name="row">1</property>

View File

@ -16,7 +16,7 @@
<property name="name">empty</property> <property name="name">empty</property>
<property name="child"> <property name="child">
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">(None)</property> <property name="label" translatable="yes">(None)</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</property> </property>
@ -65,7 +65,7 @@
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="max-width-chars">6</property> <property name="max-width-chars">6</property>
<property name="width-chars">6</property> <property name="width-chars">6</property>
<property name="placeholder-text" translatable="1">Search…</property> <property name="placeholder-text" translatable="yes">Search…</property>
</object> </object>
</child> </child>
</object> </object>

View File

@ -66,7 +66,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="people.heading"> <object class="GtkLabel" id="people.heading">
<property name="label" translatable="1" context="emoji category">Smileys &amp; People</property> <property name="label" translatable="yes" context="emoji category">Smileys &amp; People</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -91,7 +91,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="body.heading"> <object class="GtkLabel" id="body.heading">
<property name="label" translatable="1" context="emoji category">Body &amp; Clothing</property> <property name="label" translatable="yes" context="emoji category">Body &amp; Clothing</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -116,7 +116,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="nature.heading"> <object class="GtkLabel" id="nature.heading">
<property name="label" translatable="1" context="emoji category">Animals &amp; Nature</property> <property name="label" translatable="yes" context="emoji category">Animals &amp; Nature</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -130,7 +130,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="food.heading"> <object class="GtkLabel" id="food.heading">
<property name="label" translatable="1" context="emoji category">Food &amp; Drink</property> <property name="label" translatable="yes" context="emoji category">Food &amp; Drink</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -144,7 +144,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="travel.heading"> <object class="GtkLabel" id="travel.heading">
<property name="label" translatable="1" context="emoji category">Travel &amp; Places</property> <property name="label" translatable="yes" context="emoji category">Travel &amp; Places</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -158,7 +158,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="activities.heading"> <object class="GtkLabel" id="activities.heading">
<property name="label" translatable="1" context="emoji category">Activities</property> <property name="label" translatable="yes" context="emoji category">Activities</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -172,7 +172,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="objects.heading"> <object class="GtkLabel" id="objects.heading">
<property name="label" translatable="1" context="emoji category">Objects</property> <property name="label" translatable="yes" context="emoji category">Objects</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -186,7 +186,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="symbols.heading"> <object class="GtkLabel" id="symbols.heading">
<property name="label" translatable="1" context="emoji category">Symbols</property> <property name="label" translatable="yes" context="emoji category">Symbols</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -200,7 +200,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="flags.heading"> <object class="GtkLabel" id="flags.heading">
<property name="label" translatable="1" context="emoji category">Flags</property> <property name="label" translatable="yes" context="emoji category">Flags</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
</child> </child>
@ -227,7 +227,7 @@
<child> <child>
<object class="GtkButton" id="recent.button"> <object class="GtkButton" id="recent.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Recent</property> <property name="tooltip-text" translatable="yes" context="emoji category">Recent</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -236,7 +236,7 @@
<child> <child>
<object class="GtkButton" id="people.button"> <object class="GtkButton" id="people.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Smileys &amp; People</property> <property name="tooltip-text" translatable="yes" context="emoji category">Smileys &amp; People</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -245,7 +245,7 @@
<child> <child>
<object class="GtkButton" id="body.button"> <object class="GtkButton" id="body.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Body &amp; Clothing</property> <property name="tooltip-text" translatable="yes" context="emoji category">Body &amp; Clothing</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -254,7 +254,7 @@
<child> <child>
<object class="GtkButton" id="nature.button"> <object class="GtkButton" id="nature.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Animals &amp; Nature</property> <property name="tooltip-text" translatable="yes" context="emoji category">Animals &amp; Nature</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -263,7 +263,7 @@
<child> <child>
<object class="GtkButton" id="food.button"> <object class="GtkButton" id="food.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Food &amp; Drink</property> <property name="tooltip-text" translatable="yes" context="emoji category">Food &amp; Drink</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -272,7 +272,7 @@
<child> <child>
<object class="GtkButton" id="travel.button"> <object class="GtkButton" id="travel.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Travel &amp; Places</property> <property name="tooltip-text" translatable="yes" context="emoji category">Travel &amp; Places</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -281,7 +281,7 @@
<child> <child>
<object class="GtkButton" id="activities.button"> <object class="GtkButton" id="activities.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Activities</property> <property name="tooltip-text" translatable="yes" context="emoji category">Activities</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -290,7 +290,7 @@
<child> <child>
<object class="GtkButton" id="objects.button"> <object class="GtkButton" id="objects.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Objects</property> <property name="tooltip-text" translatable="yes" context="emoji category">Objects</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -299,7 +299,7 @@
<child> <child>
<object class="GtkButton" id="symbols.button"> <object class="GtkButton" id="symbols.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Symbols</property> <property name="tooltip-text" translatable="yes" context="emoji category">Symbols</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -308,7 +308,7 @@
<child> <child>
<object class="GtkButton" id="flags.button"> <object class="GtkButton" id="flags.button">
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="tooltip-text" translatable="1" context="emoji category">Flags</property> <property name="tooltip-text" translatable="yes" context="emoji category">Flags</property>
<style> <style>
<class name="emoji-section"/> <class name="emoji-section"/>
</style> </style>
@ -346,7 +346,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">No Results Found</property> <property name="label" translatable="yes">No Results Found</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
<attribute name="scale" value="1.44"></attribute> <attribute name="scale" value="1.44"></attribute>
@ -359,7 +359,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Try a different search</property> <property name="label" translatable="yes">Try a different search</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>

View File

@ -61,7 +61,7 @@
</child> </child>
<child> <child>
<object class="GtkMenuButton" id="browse_new_folder_button"> <object class="GtkMenuButton" id="browse_new_folder_button">
<property name="tooltip-text" translatable="1">Create Folder</property> <property name="tooltip-text" translatable="yes">Create Folder</property>
<property name="popover">new_folder_popover</property> <property name="popover">new_folder_popover</property>
<property name="icon-name">folder-new-symbolic</property> <property name="icon-name">folder-new-symbolic</property>
</object> </object>
@ -165,7 +165,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="list_name_column"> <object class="GtkTreeViewColumn" id="list_name_column">
<property name="title" translatable="1">Name</property> <property name="title" translatable="yes">Name</property>
<property name="resizable">1</property> <property name="resizable">1</property>
<property name="expand">1</property> <property name="expand">1</property>
<child> <child>
@ -183,7 +183,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="list_location_column"> <object class="GtkTreeViewColumn" id="list_location_column">
<property name="title" translatable="1">Location</property> <property name="title" translatable="yes">Location</property>
<property name="resizable">1</property> <property name="resizable">1</property>
<property name="visible">0</property> <property name="visible">0</property>
<property name="expand">1</property> <property name="expand">1</property>
@ -199,7 +199,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="list_size_column"> <object class="GtkTreeViewColumn" id="list_size_column">
<property name="title" translatable="1">Size</property> <property name="title" translatable="yes">Size</property>
<property name="sizing">2</property> <property name="sizing">2</property>
<child> <child>
<object class="GtkCellRendererText" id="list_size_renderer"> <object class="GtkCellRendererText" id="list_size_renderer">
@ -211,7 +211,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="list_type_column"> <object class="GtkTreeViewColumn" id="list_type_column">
<property name="title" translatable="1">Type</property> <property name="title" translatable="yes">Type</property>
<property name="resizable">1</property> <property name="resizable">1</property>
<child> <child>
<object class="GtkCellRendererText" id="list_type_renderer"> <object class="GtkCellRendererText" id="list_type_renderer">
@ -223,7 +223,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="list_time_column"> <object class="GtkTreeViewColumn" id="list_time_column">
<property name="title" translatable="1">Modified</property> <property name="title" translatable="yes">Modified</property>
<property name="sizing">2</property> <property name="sizing">2</property>
<child> <child>
<object class="GtkCellRendererText" id="list_date_renderer"> <object class="GtkCellRendererText" id="list_date_renderer">
@ -246,7 +246,7 @@
<property name="visible">0</property> <property name="visible">0</property>
<child type="center"> <child type="center">
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Remote location — only searching the current folder</property> <property name="label" translatable="yes">Remote location — only searching the current folder</property>
</object> </object>
</child> </child>
</object> </object>
@ -294,7 +294,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">No Results Found</property> <property name="label" translatable="yes">No Results Found</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
<attribute name="scale" value="1.44"></attribute> <attribute name="scale" value="1.44"></attribute>
@ -307,7 +307,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Try a different search</property> <property name="label" translatable="yes">Try a different search</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -343,7 +343,7 @@
<object class="GtkBox" id="filter_combo_hbox"> <object class="GtkBox" id="filter_combo_hbox">
<child> <child>
<object class="GtkDropDown" id="filter_combo"> <object class="GtkDropDown" id="filter_combo">
<property name="tooltip-text" translatable="1">Select which types of files are shown</property> <property name="tooltip-text" translatable="yes">Select which types of files are shown</property>
<property name="focus-on-click">0</property> <property name="focus-on-click">0</property>
<property name="valign">1</property> <property name="valign">1</property>
<signal name="notify::selected" handler="filter_combo_changed" swapped="no"/> <signal name="notify::selected" handler="filter_combo_changed" swapped="no"/>
@ -375,7 +375,7 @@
<property name="row-spacing">6</property> <property name="row-spacing">6</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Folder Name</property> <property name="label" translatable="yes">Folder Name</property>
<property name="halign">1</property> <property name="halign">1</property>
<property name="mnemonic-widget">new_folder_name_entry</property> <property name="mnemonic-widget">new_folder_name_entry</property>
<attributes> <attributes>
@ -401,7 +401,7 @@
<child> <child>
<object class="GtkButton" id="new_folder_create_button"> <object class="GtkButton" id="new_folder_create_button">
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="label" translatable="1">_Create</property> <property name="label" translatable="yes">_Create</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<signal name="clicked" handler="new_folder_create_clicked"/> <signal name="clicked" handler="new_folder_create_clicked"/>
<style> <style>
@ -437,7 +437,7 @@
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Name</property> <property name="label" translatable="yes">Name</property>
<property name="halign">1</property> <property name="halign">1</property>
<property name="mnemonic-widget">rename_file_name_entry</property> <property name="mnemonic-widget">rename_file_name_entry</property>
<attributes> <attributes>
@ -462,7 +462,7 @@
<child> <child>
<object class="GtkButton" id="rename_file_rename_button"> <object class="GtkButton" id="rename_file_rename_button">
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="label" translatable="1">_Rename</property> <property name="label" translatable="yes">_Rename</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<signal name="clicked" handler="rename_file_rename_clicked"/> <signal name="clicked" handler="rename_file_rename_clicked"/>
<style> <style>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40"> <interface domain="gtk40">
<template class="GtkFontChooserDialog" parent="GtkDialog"> <template class="GtkFontChooserDialog" parent="GtkDialog">
<property name="title" translatable="1">Select Font</property> <property name="title" translatable="yes">Select Font</property>
<child internal-child="content_area"> <child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -21,12 +21,12 @@
<child type="action"> <child type="action">
<object class="GtkButton" id="cancel_button"> <object class="GtkButton" id="cancel_button">
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="label" translatable="1">_Cancel</property> <property name="label" translatable="yes">_Cancel</property>
</object> </object>
</child> </child>
<child type="action"> <child type="action">
<object class="GtkButton" id="select_button"> <object class="GtkButton" id="select_button">
<property name="label" translatable="1">_Select</property> <property name="label" translatable="yes">_Select</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
</object> </object>
</child> </child>

View File

@ -61,7 +61,7 @@
<object class="GtkSearchEntry" id="search_entry"> <object class="GtkSearchEntry" id="search_entry">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="activates-default">1</property> <property name="activates-default">1</property>
<property name="placeholder-text" translatable="1">Search font name</property> <property name="placeholder-text" translatable="yes">Search font name</property>
<signal name="stop-search" handler="stop_search_cb" swapped="no"/> <signal name="stop-search" handler="stop_search_cb" swapped="no"/>
</object> </object>
</child> </child>
@ -76,7 +76,7 @@
<property name="spacing">6</property> <property name="spacing">6</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Filter by</property> <property name="label" translatable="yes">Filter by</property>
<property name="width-chars">20</property> <property name="width-chars">20</property>
<property name="margin-bottom">10</property> <property name="margin-bottom">10</property>
<style> <style>
@ -86,13 +86,13 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="monospace_button"> <object class="GtkCheckButton" id="monospace_button">
<property name="label" translatable="1">Monospace</property> <property name="label" translatable="yes">Monospace</property>
<signal name="notify::active" handler="monospace_check_changed"/> <signal name="notify::active" handler="monospace_check_changed"/>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="language_button"> <object class="GtkCheckButton" id="language_button">
<property name="label" translatable="1">Language</property> <property name="label" translatable="yes">Language</property>
<signal name="notify::active" handler="language_check_changed"/> <signal name="notify::active" handler="language_check_changed"/>
</object> </object>
</child> </child>
@ -185,10 +185,10 @@
</child> </child>
<child> <child>
<object class="GtkEntry" id="preview"> <object class="GtkEntry" id="preview">
<property name="placeholder-text" translatable="1">Preview text</property> <property name="placeholder-text" translatable="yes">Preview text</property>
<child> <child>
<object class="GtkEventControllerScroll"> <object class="GtkEventControllerScroll">
<property name="flags" translatable="1">horizontal</property> <property name="flags" translatable="yes">horizontal</property>
<signal name="scroll" handler="resize_by_scroll_cb"/> <signal name="scroll" handler="resize_by_scroll_cb"/>
</object> </object>
</child> </child>
@ -201,7 +201,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="size_label"> <object class="GtkLabel" id="size_label">
<property name="label" translatable="1">Size</property> <property name="label" translatable="yes">Size</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="valign">4</property> <property name="valign">4</property>
<layout> <layout>
@ -217,7 +217,7 @@
<property name="round-digits">0</property> <property name="round-digits">0</property>
<child> <child>
<object class="GtkEventControllerScroll"> <object class="GtkEventControllerScroll">
<property name="flags" translatable="1">horizontal</property> <property name="flags" translatable="yes">horizontal</property>
<signal name="scroll" handler="resize_by_scroll_cb"/> <signal name="scroll" handler="resize_by_scroll_cb"/>
</object> </object>
</child> </child>
@ -267,7 +267,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">No Fonts Found</property> <property name="label" translatable="yes">No Fonts Found</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
<attribute name="scale" value="1.2"></attribute> <attribute name="scale" value="1.2"></attribute>
@ -321,7 +321,7 @@
</child> </child>
<child> <child>
<object class="GtkEntry" id="preview2"> <object class="GtkEntry" id="preview2">
<property name="placeholder-text" translatable="1">Preview text</property> <property name="placeholder-text" translatable="yes">Preview text</property>
<property name="text" bind-source="preview" bind-property="text" bind-flags="bidirectional"/> <property name="text" bind-source="preview" bind-property="text" bind-flags="bidirectional"/>
<property name="attributes" bind-source="preview" bind-property="attributes" bind-flags="bidirectional"/> <property name="attributes" bind-source="preview" bind-property="attributes" bind-flags="bidirectional"/>
</object> </object>
@ -348,7 +348,7 @@
<property name="column-spacing">12</property> <property name="column-spacing">12</property>
<child> <child>
<object class="GtkLabel" id="size_label2"> <object class="GtkLabel" id="size_label2">
<property name="label" translatable="1">Size</property> <property name="label" translatable="yes">Size</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="valign">4</property> <property name="valign">4</property>
<layout> <layout>

View File

@ -17,13 +17,13 @@
<child> <child>
<object class="GtkLabel" id="label_lock"> <object class="GtkLabel" id="label_lock">
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="1">Lock</property> <property name="label" translatable="yes">Lock</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkLabel" id="label_unlock"> <object class="GtkLabel" id="label_unlock">
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="1">Unlock</property> <property name="label" translatable="yes">Unlock</property>
</object> </object>
</child> </child>
</object> </object>

View File

@ -2,7 +2,7 @@
<interface domain="gtk40"> <interface domain="gtk40">
<template class="GtkPageSetupUnixDialog" parent="GtkDialog"> <template class="GtkPageSetupUnixDialog" parent="GtkDialog">
<property name="resizable">0</property> <property name="resizable">0</property>
<property name="title" translatable="1">Page Setup</property> <property name="title" translatable="yes">Page Setup</property>
<child internal-child="content_area"> <child internal-child="content_area">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="orientation">1</property> <property name="orientation">1</property>
@ -24,7 +24,7 @@
<object class="GtkLabel" id="printer_combo_label"> <object class="GtkLabel" id="printer_combo_label">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">_Format for:</property> <property name="label" translatable="yes">_Format for:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">printer_combo</property> <property name="mnemonic-widget">printer_combo</property>
<layout> <layout>
@ -48,7 +48,7 @@
<object class="GtkLabel" id="paper_size_combo_label"> <object class="GtkLabel" id="paper_size_combo_label">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">_Paper size:</property> <property name="label" translatable="yes">_Paper size:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">paper_size_combo</property> <property name="mnemonic-widget">paper_size_combo</property>
<layout> <layout>
@ -83,7 +83,7 @@
<object class="GtkLabel" id="orientation_label"> <object class="GtkLabel" id="orientation_label">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">_Orientation:</property> <property name="label" translatable="yes">_Orientation:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">portrait_radio</property> <property name="mnemonic-widget">portrait_radio</property>
<layout> <layout>
@ -95,7 +95,7 @@
<child> <child>
<object class="GtkCheckButton" id="portrait_radio"> <object class="GtkCheckButton" id="portrait_radio">
<property name="active">1</property> <property name="active">1</property>
<property name="label" translatable="1">Portrait</property> <property name="label" translatable="yes">Portrait</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">3</property> <property name="row">3</property>
@ -106,7 +106,7 @@
<object class="GtkCheckButton" id="reverse_portrait_radio"> <object class="GtkCheckButton" id="reverse_portrait_radio">
<property name="active">1</property> <property name="active">1</property>
<property name="group">portrait_radio</property> <property name="group">portrait_radio</property>
<property name="label" translatable="1">Reverse portrait</property> <property name="label" translatable="yes">Reverse portrait</property>
<layout> <layout>
<property name="column">2</property> <property name="column">2</property>
<property name="row">3</property> <property name="row">3</property>
@ -118,7 +118,7 @@
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="active">1</property> <property name="active">1</property>
<property name="group">portrait_radio</property> <property name="group">portrait_radio</property>
<property name="label" translatable="1">Landscape</property> <property name="label" translatable="yes">Landscape</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">4</property> <property name="row">4</property>
@ -129,7 +129,7 @@
<object class="GtkCheckButton" id="reverse_landscape_radio"> <object class="GtkCheckButton" id="reverse_landscape_radio">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="group">portrait_radio</property> <property name="group">portrait_radio</property>
<property name="label" translatable="1">Reverse landscape</property> <property name="label" translatable="yes">Reverse landscape</property>
<layout> <layout>
<property name="column">2</property> <property name="column">2</property>
<property name="row">4</property> <property name="row">4</property>

View File

@ -25,7 +25,7 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="label" translatable="1">Server Addresses</property> <property name="label" translatable="yes">Server Addresses</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -37,7 +37,7 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="label" translatable="1">Server addresses are made up of a protocol prefix and an address. Examples:</property> <property name="label" translatable="yes">Server addresses are made up of a protocol prefix and an address. Examples:</property>
<property name="wrap">1</property> <property name="wrap">1</property>
<property name="width-chars">40</property> <property name="width-chars">40</property>
<property name="max-width-chars">40</property> <property name="max-width-chars">40</property>
@ -63,7 +63,7 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="label" translatable="1">Available Protocols</property> <property name="label" translatable="yes">Available Protocols</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
@ -76,7 +76,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Prefix</property> <property name="label" translatable="yes">Prefix</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
@ -115,7 +115,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1" comments="Translators: Server as any successfully connected network address">No recent servers found</property> <property name="label" translatable="yes" comments="Translators: Server as any successfully connected network address">No recent servers found</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -138,7 +138,7 @@
<property name="margin-bottom">12</property> <property name="margin-bottom">12</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Recent Servers</property> <property name="label" translatable="yes">Recent Servers</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -218,7 +218,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">No results found</property> <property name="label" translatable="yes">No results found</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
<attribute name="scale" value="1.44"></attribute> <attribute name="scale" value="1.44"></attribute>
@ -227,7 +227,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="1">Try a different search</property> <property name="label" translatable="yes">Try a different search</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -249,7 +249,7 @@
<object class="GtkLabel"> <object class="GtkLabel">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="1">Connect to _Server</property> <property name="label" translatable="yes">Connect to _Server</property>
<property name="mnemonic-widget">address_entry</property> <property name="mnemonic-widget">address_entry</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<attributes> <attributes>
@ -259,7 +259,7 @@
</child> </child>
<child type="end"> <child type="end">
<object class="GtkButton" id="connect_button"> <object class="GtkButton" id="connect_button">
<property name="label" translatable="1">Con_nect</property> <property name="label" translatable="yes">Con_nect</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="receives-default">1</property> <property name="receives-default">1</property>
@ -274,7 +274,7 @@
<object class="GtkEntry" id="address_entry"> <object class="GtkEntry" id="address_entry">
<property name="hexpand">1</property> <property name="hexpand">1</property>
<property name="width-chars">20</property> <property name="width-chars">20</property>
<property name="placeholder-text" translatable="1">Enter server address…</property> <property name="placeholder-text" translatable="yes">Enter server address…</property>
<property name="secondary-icon-name">dialog-question-symbolic</property> <property name="secondary-icon-name">dialog-question-symbolic</property>
<property name="completion">address_entry_completion</property> <property name="completion">address_entry_completion</property>
<signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes"/> <signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes"/>

View File

@ -50,7 +50,7 @@
<property name="visible">0</property> <property name="visible">0</property>
<property name="halign">3</property> <property name="halign">3</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="tooltip-text" translatable="1">Unmount</property> <property name="tooltip-text" translatable="yes">Unmount</property>
<child> <child>
<object class="GtkImage" id="eject_icon"> <object class="GtkImage" id="eject_icon">
<property name="icon-name">media-eject-symbolic</property> <property name="icon-name">media-eject-symbolic</property>

View File

@ -80,7 +80,7 @@
</child> </child>
<child> <child>
<object class="GtkColumnViewColumn"> <object class="GtkColumnViewColumn">
<property name="title" translatable="1">Name</property> <property name="title" translatable="yes">Name</property>
<property name="factory"> <property name="factory">
<object class="GtkBuilderListItemFactory"> <object class="GtkBuilderListItemFactory">
<property name="bytes"><![CDATA[ <property name="bytes"><![CDATA[
@ -111,7 +111,7 @@
</child> </child>
<child> <child>
<object class="GtkColumnViewColumn"> <object class="GtkColumnViewColumn">
<property name="title" translatable="1" comments="this is the header for the location column in the print dialog">Location</property> <property name="title" translatable="yes" comments="this is the header for the location column in the print dialog">Location</property>
<property name="factory"> <property name="factory">
<object class="GtkBuilderListItemFactory"> <object class="GtkBuilderListItemFactory">
<property name="bytes"><![CDATA[ <property name="bytes"><![CDATA[
@ -142,7 +142,7 @@
</child> </child>
<child> <child>
<object class="GtkColumnViewColumn"> <object class="GtkColumnViewColumn">
<property name="title" translatable="1" comments="this is the header for the printer status column in the print dialog">Status</property> <property name="title" translatable="yes" comments="this is the header for the printer status column in the print dialog">Status</property>
<property name="expand">1</property> <property name="expand">1</property>
<property name="factory"> <property name="factory">
<object class="GtkBuilderListItemFactory"> <object class="GtkBuilderListItemFactory">
@ -196,7 +196,7 @@
<object class="GtkLabel" id="label_widget1"> <object class="GtkLabel" id="label_widget1">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Range</property> <property name="label" translatable="yes">Range</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -209,7 +209,7 @@
<property name="column-spacing">12</property> <property name="column-spacing">12</property>
<child> <child>
<object class="GtkCheckButton" id="all_pages_radio"> <object class="GtkCheckButton" id="all_pages_radio">
<property name="label" translatable="1">_All Pages</property> <property name="label" translatable="yes">_All Pages</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="active">1</property> <property name="active">1</property>
<layout> <layout>
@ -221,7 +221,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="current_page_radio"> <object class="GtkCheckButton" id="current_page_radio">
<property name="label" translatable="1">C_urrent Page</property> <property name="label" translatable="yes">C_urrent Page</property>
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="group">all_pages_radio</property> <property name="group">all_pages_radio</property>
@ -234,7 +234,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="selection_radio"> <object class="GtkCheckButton" id="selection_radio">
<property name="label" translatable="1">Se_lection</property> <property name="label" translatable="yes">Se_lection</property>
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="group">all_pages_radio</property> <property name="group">all_pages_radio</property>
@ -247,8 +247,8 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="page_range_radio"> <object class="GtkCheckButton" id="page_range_radio">
<property name="label" translatable="1">Pag_es:</property> <property name="label" translatable="yes">Pag_es:</property>
<property name="tooltip-text" translatable="1">Specify one or more page ranges, <property name="tooltip-text" translatable="yes">Specify one or more page ranges,
e.g. 13, 7, 11</property> e.g. 13, 7, 11</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="group">all_pages_radio</property> <property name="group">all_pages_radio</property>
@ -261,7 +261,7 @@
</child> </child>
<child> <child>
<object class="GtkEntry" id="page_range_entry"> <object class="GtkEntry" id="page_range_entry">
<property name="tooltip-text" translatable="1">Specify one or more page ranges, <property name="tooltip-text" translatable="yes">Specify one or more page ranges,
e.g. 13, 7, 11</property> e.g. 13, 7, 11</property>
<property name="activates-default">1</property> <property name="activates-default">1</property>
<signal name="notify::has-focus" handler="page_range_entry_focus_changed" swapped="no"/> <signal name="notify::has-focus" handler="page_range_entry_focus_changed" swapped="no"/>
@ -284,7 +284,7 @@
<object class="GtkLabel" id="label_widget2"> <object class="GtkLabel" id="label_widget2">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Copies</property> <property name="label" translatable="yes">Copies</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -299,7 +299,7 @@
<object class="GtkLabel" id="label4"> <object class="GtkLabel" id="label4">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Copie_s:</property> <property name="label" translatable="yes">Copie_s:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">copies_spin</property> <property name="mnemonic-widget">copies_spin</property>
<layout> <layout>
@ -322,7 +322,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="collate_check"> <object class="GtkCheckButton" id="collate_check">
<property name="label" translatable="1">C_ollate</property> <property name="label" translatable="yes">C_ollate</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<signal name="toggled" handler="update_collate_icon" swapped="no"/> <signal name="toggled" handler="update_collate_icon" swapped="no"/>
<layout> <layout>
@ -333,7 +333,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="reverse_check"> <object class="GtkCheckButton" id="reverse_check">
<property name="label" translatable="1">_Reverse</property> <property name="label" translatable="yes">_Reverse</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<signal name="toggled" handler="update_collate_icon" swapped="no"/> <signal name="toggled" handler="update_collate_icon" swapped="no"/>
<layout> <layout>
@ -363,7 +363,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="label1">
<property name="label" translatable="1">General</property> <property name="label" translatable="yes">General</property>
</object> </object>
</property> </property>
</object> </object>
@ -390,7 +390,7 @@
<object class="GtkLabel" id="label_widget3"> <object class="GtkLabel" id="label_widget3">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Layout</property> <property name="label" translatable="yes">Layout</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -405,7 +405,7 @@
<object class="GtkLabel" id="label5"> <object class="GtkLabel" id="label5">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">T_wo-sided:</property> <property name="label" translatable="yes">T_wo-sided:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">duplex</property> <property name="mnemonic-widget">duplex</property>
<layout> <layout>
@ -427,7 +427,7 @@
<object class="GtkLabel" id="label6"> <object class="GtkLabel" id="label6">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Pages per _side:</property> <property name="label" translatable="yes">Pages per _side:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">pages_per_sheet</property> <property name="mnemonic-widget">pages_per_sheet</property>
<layout> <layout>
@ -451,7 +451,7 @@
<object class="GtkLabel" id="label7"> <object class="GtkLabel" id="label7">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Page or_dering:</property> <property name="label" translatable="yes">Page or_dering:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">number_up_layout</property> <property name="mnemonic-widget">number_up_layout</property>
<layout> <layout>
@ -474,7 +474,7 @@
<object class="GtkLabel" id="label8"> <object class="GtkLabel" id="label8">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">_Only print:</property> <property name="label" translatable="yes">_Only print:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">page_set_combo</property> <property name="mnemonic-widget">page_set_combo</property>
<layout> <layout>
@ -506,7 +506,7 @@
<object class="GtkLabel" id="label9"> <object class="GtkLabel" id="label9">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Sc_ale:</property> <property name="label" translatable="yes">Sc_ale:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">scale_spin</property> <property name="mnemonic-widget">scale_spin</property>
<layout> <layout>
@ -551,7 +551,7 @@
<object class="GtkLabel" id="label_widget4"> <object class="GtkLabel" id="label_widget4">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Paper</property> <property name="label" translatable="yes">Paper</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -566,7 +566,7 @@
<object class="GtkLabel" id="label11"> <object class="GtkLabel" id="label11">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Paper _type:</property> <property name="label" translatable="yes">Paper _type:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">paper_type</property> <property name="mnemonic-widget">paper_type</property>
<layout> <layout>
@ -588,7 +588,7 @@
<object class="GtkLabel" id="label12"> <object class="GtkLabel" id="label12">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Paper _source:</property> <property name="label" translatable="yes">Paper _source:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">paper_source</property> <property name="mnemonic-widget">paper_source</property>
<layout> <layout>
@ -610,7 +610,7 @@
<object class="GtkLabel" id="label13"> <object class="GtkLabel" id="label13">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Output t_ray:</property> <property name="label" translatable="yes">Output t_ray:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">output_tray</property> <property name="mnemonic-widget">output_tray</property>
<layout> <layout>
@ -632,7 +632,7 @@
<object class="GtkLabel" id="paper_size_combo_label"> <object class="GtkLabel" id="paper_size_combo_label">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">_Paper size:</property> <property name="label" translatable="yes">_Paper size:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">paper_size_combo</property> <property name="mnemonic-widget">paper_size_combo</property>
<layout> <layout>
@ -655,7 +655,7 @@
<object class="GtkLabel" id="orientation_combo_label"> <object class="GtkLabel" id="orientation_combo_label">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">4</property> <property name="valign">4</property>
<property name="label" translatable="1">Or_ientation:</property> <property name="label" translatable="yes">Or_ientation:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">orientation_combo</property> <property name="mnemonic-widget">orientation_combo</property>
<layout> <layout>
@ -706,7 +706,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label2"> <object class="GtkLabel" id="label2">
<property name="label" translatable="1">Page Setup</property> <property name="label" translatable="yes">Page Setup</property>
</object> </object>
</property> </property>
</object> </object>
@ -729,7 +729,7 @@
<object class="GtkLabel" id="label_widget5"> <object class="GtkLabel" id="label_widget5">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Job Details</property> <property name="label" translatable="yes">Job Details</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -744,7 +744,7 @@
<object class="GtkLabel" id="label16"> <object class="GtkLabel" id="label16">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Pri_ority:</property> <property name="label" translatable="yes">Pri_ority:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">job_prio</property> <property name="mnemonic-widget">job_prio</property>
<layout> <layout>
@ -765,7 +765,7 @@
<object class="GtkLabel" id="label17"> <object class="GtkLabel" id="label17">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">_Billing info:</property> <property name="label" translatable="yes">_Billing info:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">billing_info</property> <property name="mnemonic-widget">billing_info</property>
<layout> <layout>
@ -798,7 +798,7 @@
<object class="GtkLabel" id="label_widget6"> <object class="GtkLabel" id="label_widget6">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Print Document</property> <property name="label" translatable="yes">Print Document</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -811,7 +811,7 @@
<property name="column-spacing">12</property> <property name="column-spacing">12</property>
<child> <child>
<object class="GtkCheckButton" id="print_now_radio"> <object class="GtkCheckButton" id="print_now_radio">
<property name="label" translatable="1" comments="this is one of the choices for the print at option in the print dialog">_Now</property> <property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog">_Now</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="active">1</property> <property name="active">1</property>
<signal name="toggled" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/> <signal name="toggled" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/>
@ -825,11 +825,11 @@
<child> <child>
<object class="GtkCheckButton" id="print_at_radio"> <object class="GtkCheckButton" id="print_at_radio">
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="label" translatable="1" comments="this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time.">A_t:</property> <property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time.">A_t:</property>
<property name="has-tooltip">1</property> <property name="has-tooltip">1</property>
<property name="tooltip-markup" translatable="1">Specify the time of print, <property name="tooltip-markup" translatable="yes">Specify the time of print,
e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property> e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property>
<property name="tooltip-text" translatable="1" comments="Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported.">Specify the time of print, <property name="tooltip-text" translatable="yes" comments="Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported.">Specify the time of print,
e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property> e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="group">print_now_radio</property> <property name="group">print_now_radio</property>
@ -845,9 +845,9 @@
<object class="GtkEntry" id="print_at_entry"> <object class="GtkEntry" id="print_at_entry">
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="has-tooltip">1</property> <property name="has-tooltip">1</property>
<property name="tooltip-markup" translatable="1">Specify the time of print, <property name="tooltip-markup" translatable="yes">Specify the time of print,
e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property> e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property>
<property name="tooltip-text" translatable="1" comments="Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported.">Specify the time of print, <property name="tooltip-text" translatable="yes" comments="Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported.">Specify the time of print,
e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property> e.g. 1530, 235 pm, 141520, 114630 am, 4 pm</property>
<signal name="changed" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/> <signal name="changed" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/>
<layout> <layout>
@ -859,10 +859,10 @@
<child> <child>
<object class="GtkCheckButton" id="print_hold_radio"> <object class="GtkCheckButton" id="print_hold_radio">
<property name="sensitive">0</property> <property name="sensitive">0</property>
<property name="label" translatable="1" comments="this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets &apos;released&apos;.">On _hold</property> <property name="label" translatable="yes" comments="this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets &apos;released&apos;.">On _hold</property>
<property name="has-tooltip">1</property> <property name="has-tooltip">1</property>
<property name="tooltip-markup" translatable="1">Hold the job until it is explicitly released</property> <property name="tooltip-markup" translatable="yes">Hold the job until it is explicitly released</property>
<property name="tooltip-text" translatable="1">Hold the job until it is explicitly released</property> <property name="tooltip-text" translatable="yes">Hold the job until it is explicitly released</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="group">print_now_radio</property> <property name="group">print_now_radio</property>
<signal name="toggled" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/> <signal name="toggled" handler="update_print_at_option" object="GtkPrintUnixDialog" swapped="yes"/>
@ -889,7 +889,7 @@
<object class="GtkLabel" id="label_widget7"> <object class="GtkLabel" id="label_widget7">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1">Add Cover Page</property> <property name="label" translatable="yes">Add Cover Page</property>
<attributes> <attributes>
<attribute name="weight" value="bold"></attribute> <attribute name="weight" value="bold"></attribute>
</attributes> </attributes>
@ -904,7 +904,7 @@
<object class="GtkLabel" id="label18"> <object class="GtkLabel" id="label18">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1" comments="this is the label used for the option in the print dialog that controls the front cover page.">Be_fore:</property> <property name="label" translatable="yes" comments="this is the label used for the option in the print dialog that controls the front cover page.">Be_fore:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">cover_before</property> <property name="mnemonic-widget">cover_before</property>
<layout> <layout>
@ -925,7 +925,7 @@
<object class="GtkLabel" id="label19"> <object class="GtkLabel" id="label19">
<property name="halign">1</property> <property name="halign">1</property>
<property name="valign">3</property> <property name="valign">3</property>
<property name="label" translatable="1" comments="this is the label used for the option in the print dialog that controls the back cover page.">_After:</property> <property name="label" translatable="yes" comments="this is the label used for the option in the print dialog that controls the back cover page.">_After:</property>
<property name="use-underline">1</property> <property name="use-underline">1</property>
<property name="mnemonic-widget">cover_after</property> <property name="mnemonic-widget">cover_after</property>
<layout> <layout>
@ -954,7 +954,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label3"> <object class="GtkLabel" id="label3">
<property name="label" translatable="1">Job</property> <property name="label" translatable="yes">Job</property>
</object> </object>
</property> </property>
</object> </object>
@ -984,7 +984,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label20"> <object class="GtkLabel" id="label20">
<property name="label" translatable="1" comments="This will appear as a tab label in the print dialog.">Image Quality</property> <property name="label" translatable="yes" comments="This will appear as a tab label in the print dialog.">Image Quality</property>
</object> </object>
</property> </property>
</object> </object>
@ -1013,7 +1013,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label21"> <object class="GtkLabel" id="label21">
<property name="label" translatable="1" comments="This will appear as a tab label in the print dialog.">Color</property> <property name="label" translatable="yes" comments="This will appear as a tab label in the print dialog.">Color</property>
</object> </object>
</property> </property>
</object> </object>
@ -1042,7 +1042,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label22"> <object class="GtkLabel" id="label22">
<property name="label" translatable="1" comments="This will appear as a tab label in the print dialog. It&apos;s a typographical term, as in &quot;Binding and finishing&quot;">Finishing</property> <property name="label" translatable="yes" comments="This will appear as a tab label in the print dialog. It&apos;s a typographical term, as in &quot;Binding and finishing&quot;">Finishing</property>
</object> </object>
</property> </property>
</object> </object>
@ -1071,7 +1071,7 @@
</property> </property>
<property name="tab"> <property name="tab">
<object class="GtkLabel" id="label23"> <object class="GtkLabel" id="label23">
<property name="label" translatable="1">Advanced</property> <property name="label" translatable="yes">Advanced</property>
</object> </object>
</property> </property>
</object> </object>
@ -1087,7 +1087,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="label24"> <object class="GtkLabel" id="label24">
<property name="label" translatable="1">Some of the settings in the dialog conflict</property> <property name="label" translatable="yes">Some of the settings in the dialog conflict</property>
</object> </object>
</child> </child>
</object> </object>

View File

@ -47,7 +47,7 @@
<property name="valign">3</property> <property name="valign">3</property>
<property name="margin-start">4px</property> <property name="margin-start">4px</property>
<property name="icon-name">media-eject-symbolic</property> <property name="icon-name">media-eject-symbolic</property>
<property name="tooltip-text" translatable="1">Unmount</property> <property name="tooltip-text" translatable="yes">Unmount</property>
<style> <style>
<class name="sidebar-button"/> <class name="sidebar-button"/>
</style> </style>