diff options
| author | Matthias Clasen <mclasen@redhat.com> | 2022-06-01 14:01:21 -0400 |
|---|---|---|
| committer | Matthias Clasen <mclasen@redhat.com> | 2022-06-01 14:47:08 -0400 |
| commit | c96113e6d810395d7196bf66a97192d4d221acd1 (patch) | |
| tree | ba87a97350a7c0979a05ab8eff5856185b44edbd /gtk/ui | |
| parent | 3e766a4fe2e3a5ade7cef1e76f37b46a1daab258 (diff) | |
| download | gtk+-fix-ui-file-translation.tar.gz | |
Fix ui files to work for translationsfix-ui-file-translation
We need to keep using translatable="yes", since
that is what the installed its file is looking
for.
Fixes: #4957
Diffstat (limited to 'gtk/ui')
| -rw-r--r-- | gtk/ui/gtkaboutdialog.ui | 8 | ||||
| -rw-r--r-- | gtk/ui/gtkappchooserdialog.ui | 10 | ||||
| -rw-r--r-- | gtk/ui/gtkappchooserwidget.ui | 2 | ||||
| -rw-r--r-- | gtk/ui/gtkassistant.ui | 12 | ||||
| -rw-r--r-- | gtk/ui/gtkcolorchooserdialog.ui | 6 | ||||
| -rw-r--r-- | gtk/ui/gtkcoloreditor.ui | 20 | ||||
| -rw-r--r-- | gtk/ui/gtkdropdown.ui | 4 | ||||
| -rw-r--r-- | gtk/ui/gtkemojichooser.ui | 42 | ||||
| -rw-r--r-- | gtk/ui/gtkfilechooserwidget.ui | 28 | ||||
| -rw-r--r-- | gtk/ui/gtkfontchooserdialog.ui | 6 | ||||
| -rw-r--r-- | gtk/ui/gtkfontchooserwidget.ui | 22 | ||||
| -rw-r--r-- | gtk/ui/gtklockbutton.ui | 4 | ||||
| -rw-r--r-- | gtk/ui/gtkpagesetupunixdialog.ui | 16 | ||||
| -rw-r--r-- | gtk/ui/gtkplacesview.ui | 22 | ||||
| -rw-r--r-- | gtk/ui/gtkplacesviewrow.ui | 2 | ||||
| -rw-r--r-- | gtk/ui/gtkprintunixdialog.ui | 100 | ||||
| -rw-r--r-- | gtk/ui/gtksidebarrow.ui | 2 |
17 files changed, 153 insertions, 153 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index 20a98cac74..7c9c9cfafc 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -59,7 +59,7 @@ <child> <object class="GtkStackPage"> <property name="name">main</property> - <property name="title" translatable="1">About</property> + <property name="title" translatable="yes">About</property> <property name="child"> <object class="GtkBox" id="page_vbox"> <property name="orientation">1</property> @@ -120,7 +120,7 @@ <object class="GtkStackPage"> <property name="name">credits</property> <property name="visible">0</property> - <property name="title" translatable="1">Credits</property> + <property name="title" translatable="yes">Credits</property> <property name="child"> <object class="GtkBox" id="credits_page"> <property name="orientation">1</property> @@ -160,7 +160,7 @@ <object class="GtkStackPage"> <property name="name">license</property> <property name="visible">0</property> - <property name="title" translatable="1">License</property> + <property name="title" translatable="yes">License</property> <property name="child"> <object class="GtkBox" id="license_page"> <property name="orientation">1</property> @@ -203,7 +203,7 @@ <object class="GtkStackPage"> <property name="name">system</property> <property name="visible">0</property> - <property name="title" translatable="1">System</property> + <property name="title" translatable="yes">System</property> <property name="child"> <object class="GtkBox" id="system_page"> <property name="orientation">1</property> diff --git a/gtk/ui/gtkappchooserdialog.ui b/gtk/ui/gtkappchooserdialog.ui index dece4176c6..212bd0c18e 100644 --- a/gtk/ui/gtkappchooserdialog.ui +++ b/gtk/ui/gtkappchooserdialog.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface domain="gtk40"> <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"> <object class="GtkBox" id="dialog-vbox1"> <property name="orientation">1</property> @@ -42,12 +42,12 @@ <child type="action"> <object class="GtkButton" id="cancel_button"> <property name="use-underline">1</property> - <property name="label" translatable="1">_Cancel</property> + <property name="label" translatable="yes">_Cancel</property> </object> </child> <child type="action"> <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> </object> </child> @@ -57,13 +57,13 @@ </action-widgets> </template> <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="receives-default">1</property> <signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/> </object> <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="receives-default">1</property> <signal name="clicked" handler="software_button_clicked_cb" swapped="no"/> diff --git a/gtk/ui/gtkappchooserwidget.ui b/gtk/ui/gtkappchooserwidget.ui index ac2c485abf..dd88524e97 100644 --- a/gtk/ui/gtkappchooserwidget.ui +++ b/gtk/ui/gtkappchooserwidget.ui @@ -97,7 +97,7 @@ </child> <child> <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="valign">3</property> <property name="wrap">1</property> diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui index 4e8c906a90..759a228131 100644 --- a/gtk/ui/gtkassistant.ui +++ b/gtk/ui/gtkassistant.ui @@ -37,7 +37,7 @@ <child> <object class="GtkButton" id="close"> <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="use-underline">1</property> <style> @@ -49,7 +49,7 @@ <child> <object class="GtkButton" id="cancel"> <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="use-underline">1</property> <style> @@ -61,7 +61,7 @@ <child> <object class="GtkButton" id="last"> <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="use-underline">1</property> <style> @@ -72,7 +72,7 @@ </child> <child> <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="use-underline">1</property> <style> @@ -83,7 +83,7 @@ </child> <child> <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="use-underline">1</property> <style> @@ -95,7 +95,7 @@ <child> <object class="GtkButton" id="apply"> <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="use-underline">1</property> <style> diff --git a/gtk/ui/gtkcolorchooserdialog.ui b/gtk/ui/gtkcolorchooserdialog.ui index 6cf8eac1cb..0b582aad37 100644 --- a/gtk/ui/gtkcolorchooserdialog.ui +++ b/gtk/ui/gtkcolorchooserdialog.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface domain="gtk40"> <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> <child internal-child="content_area"> <object class="GtkBox" id="dialog-vbox1"> @@ -30,12 +30,12 @@ <child type="action"> <object class="GtkButton" id="cancel_button"> <property name="use-underline">1</property> - <property name="label" translatable="1">_Cancel</property> + <property name="label" translatable="yes">_Cancel</property> </object> </child> <child type="action"> <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> </object> </child> diff --git a/gtk/ui/gtkcoloreditor.ui b/gtk/ui/gtkcoloreditor.ui index 2058143128..a964eedbca 100644 --- a/gtk/ui/gtkcoloreditor.ui +++ b/gtk/ui/gtkcoloreditor.ui @@ -40,7 +40,7 @@ <property name="icon-name">color-select-symbolic</property> <property name="halign">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"/> <style> <class name="circular"/> @@ -50,7 +50,7 @@ <property name="row">0</property> </layout> <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> </object> </child> @@ -77,7 +77,7 @@ <property name="row">0</property> </layout> <accessibility> - <property name="label" translatable="1">Hexadecimal color or color name</property> + <property name="label" translatable="yes">Hexadecimal color or color name</property> </accessibility> </object> </child> @@ -92,7 +92,7 @@ <property name="row">1</property> </layout> <accessibility> - <property name="label" translatable="1">Hue</property> + <property name="label" translatable="yes">Hue</property> </accessibility> </object> </child> @@ -111,7 +111,7 @@ <property name="column-span">2</property> </layout> <accessibility> - <property name="label" translatable="1">Alpha value</property> + <property name="label" translatable="yes">Alpha value</property> </accessibility> </object> </child> @@ -129,7 +129,7 @@ <property name="column-span">2</property> </layout> <accessibility> - <property name="label" translatable="1">Saturation and value</property> + <property name="label" translatable="yes">Saturation and value</property> </accessibility> </object> </child> @@ -153,7 +153,7 @@ <property name="column-spacing">6</property> <child> <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> <property name="column">0</property> <property name="row">0</property> @@ -189,7 +189,7 @@ <property name="column-spacing">6</property> <child> <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> <property name="column">0</property> <property name="row">0</property> @@ -226,7 +226,7 @@ <property name="column-spacing">6</property> <child> <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> <property name="column">0</property> <property name="row">0</property> @@ -235,7 +235,7 @@ </child> <child> <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> <property name="column">0</property> <property name="row">1</property> diff --git a/gtk/ui/gtkdropdown.ui b/gtk/ui/gtkdropdown.ui index 40ba360767..cf86ccfede 100644 --- a/gtk/ui/gtkdropdown.ui +++ b/gtk/ui/gtkdropdown.ui @@ -16,7 +16,7 @@ <property name="name">empty</property> <property name="child"> <object class="GtkLabel"> - <property name="label" translatable="1">(None)</property> + <property name="label" translatable="yes">(None)</property> <property name="xalign">0</property> </object> </property> @@ -65,7 +65,7 @@ <property name="hexpand">1</property> <property name="max-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> </child> </object> diff --git a/gtk/ui/gtkemojichooser.ui b/gtk/ui/gtkemojichooser.ui index 280b152ce1..1b3d7c4918 100644 --- a/gtk/ui/gtkemojichooser.ui +++ b/gtk/ui/gtkemojichooser.ui @@ -66,7 +66,7 @@ </child> <child> <object class="GtkLabel" id="people.heading"> - <property name="label" translatable="1" context="emoji category">Smileys & People</property> + <property name="label" translatable="yes" context="emoji category">Smileys & People</property> <property name="xalign">0</property> </object> </child> @@ -91,7 +91,7 @@ </child> <child> <object class="GtkLabel" id="body.heading"> - <property name="label" translatable="1" context="emoji category">Body & Clothing</property> + <property name="label" translatable="yes" context="emoji category">Body & Clothing</property> <property name="xalign">0</property> </object> </child> @@ -116,7 +116,7 @@ </child> <child> <object class="GtkLabel" id="nature.heading"> - <property name="label" translatable="1" context="emoji category">Animals & Nature</property> + <property name="label" translatable="yes" context="emoji category">Animals & Nature</property> <property name="xalign">0</property> </object> </child> @@ -130,7 +130,7 @@ </child> <child> <object class="GtkLabel" id="food.heading"> - <property name="label" translatable="1" context="emoji category">Food & Drink</property> + <property name="label" translatable="yes" context="emoji category">Food & Drink</property> <property name="xalign">0</property> </object> </child> @@ -144,7 +144,7 @@ </child> <child> <object class="GtkLabel" id="travel.heading"> - <property name="label" translatable="1" context="emoji category">Travel & Places</property> + <property name="label" translatable="yes" context="emoji category">Travel & Places</property> <property name="xalign">0</property> </object> </child> @@ -158,7 +158,7 @@ </child> <child> <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> </object> </child> @@ -172,7 +172,7 @@ </child> <child> <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> </object> </child> @@ -186,7 +186,7 @@ </child> <child> <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> </object> </child> @@ -200,7 +200,7 @@ </child> <child> <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> </object> </child> @@ -227,7 +227,7 @@ <child> <object class="GtkButton" id="recent.button"> <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> <class name="emoji-section"/> </style> @@ -236,7 +236,7 @@ <child> <object class="GtkButton" id="people.button"> <property name="has-frame">0</property> - <property name="tooltip-text" translatable="1" context="emoji category">Smileys & People</property> + <property name="tooltip-text" translatable="yes" context="emoji category">Smileys & People</property> <style> <class name="emoji-section"/> </style> @@ -245,7 +245,7 @@ <child> <object class="GtkButton" id="body.button"> <property name="has-frame">0</property> - <property name="tooltip-text" translatable="1" context="emoji category">Body & Clothing</property> + <property name="tooltip-text" translatable="yes" context="emoji category">Body & Clothing</property> <style> <class name="emoji-section"/> </style> @@ -254,7 +254,7 @@ <child> <object class="GtkButton" id="nature.button"> <property name="has-frame">0</property> - <property name="tooltip-text" translatable="1" context="emoji category">Animals & Nature</property> + <property name="tooltip-text" translatable="yes" context="emoji category">Animals & Nature</property> <style> <class name="emoji-section"/> </style> @@ -263,7 +263,7 @@ <child> <object class="GtkButton" id="food.button"> <property name="has-frame">0</property> - <property name="tooltip-text" translatable="1" context="emoji category">Food & Drink</property> + <property name="tooltip-text" translatable="yes" context="emoji category">Food & Drink</property> <style> <class name="emoji-section"/> </style> @@ -272,7 +272,7 @@ <child> <object class="GtkButton" id="travel.button"> <property name="has-frame">0</property> - <property name="tooltip-text" translatable="1" context="emoji category">Travel & Places</property> + <property name="tooltip-text" translatable="yes" context="emoji category">Travel & Places</property> <style> <class name="emoji-section"/> </style> @@ -281,7 +281,7 @@ <child> <object class="GtkButton" id="activities.button"> <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> <class name="emoji-section"/> </style> @@ -290,7 +290,7 @@ <child> <object class="GtkButton" id="objects.button"> <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> <class name="emoji-section"/> </style> @@ -299,7 +299,7 @@ <child> <object class="GtkButton" id="symbols.button"> <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> <class name="emoji-section"/> </style> @@ -308,7 +308,7 @@ <child> <object class="GtkButton" id="flags.button"> <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> <class name="emoji-section"/> </style> @@ -346,7 +346,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">No Results Found</property> + <property name="label" translatable="yes">No Results Found</property> <attributes> <attribute name="weight" value="bold"></attribute> <attribute name="scale" value="1.44"></attribute> @@ -359,7 +359,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Try a different search</property> + <property name="label" translatable="yes">Try a different search</property> <style> <class name="dim-label"/> </style> diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui index f9d0426511..22cd76a881 100644 --- a/gtk/ui/gtkfilechooserwidget.ui +++ b/gtk/ui/gtkfilechooserwidget.ui @@ -61,7 +61,7 @@ </child> <child> <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="icon-name">folder-new-symbolic</property> </object> @@ -165,7 +165,7 @@ </child> <child> <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="expand">1</property> <child> @@ -183,7 +183,7 @@ </child> <child> <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="visible">0</property> <property name="expand">1</property> @@ -199,7 +199,7 @@ </child> <child> <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> <child> <object class="GtkCellRendererText" id="list_size_renderer"> @@ -211,7 +211,7 @@ </child> <child> <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> <child> <object class="GtkCellRendererText" id="list_type_renderer"> @@ -223,7 +223,7 @@ </child> <child> <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> <child> <object class="GtkCellRendererText" id="list_date_renderer"> @@ -246,7 +246,7 @@ <property name="visible">0</property> <child type="center"> <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> </child> </object> @@ -294,7 +294,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">No Results Found</property> + <property name="label" translatable="yes">No Results Found</property> <attributes> <attribute name="weight" value="bold"></attribute> <attribute name="scale" value="1.44"></attribute> @@ -307,7 +307,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Try a different search</property> + <property name="label" translatable="yes">Try a different search</property> <style> <class name="dim-label"/> </style> @@ -343,7 +343,7 @@ <object class="GtkBox" id="filter_combo_hbox"> <child> <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="valign">1</property> <signal name="notify::selected" handler="filter_combo_changed" swapped="no"/> @@ -375,7 +375,7 @@ <property name="row-spacing">6</property> <child> <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="mnemonic-widget">new_folder_name_entry</property> <attributes> @@ -401,7 +401,7 @@ <child> <object class="GtkButton" id="new_folder_create_button"> <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> <signal name="clicked" handler="new_folder_create_clicked"/> <style> @@ -437,7 +437,7 @@ <property name="column-spacing">6</property> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Name</property> + <property name="label" translatable="yes">Name</property> <property name="halign">1</property> <property name="mnemonic-widget">rename_file_name_entry</property> <attributes> @@ -462,7 +462,7 @@ <child> <object class="GtkButton" id="rename_file_rename_button"> <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> <signal name="clicked" handler="rename_file_rename_clicked"/> <style> diff --git a/gtk/ui/gtkfontchooserdialog.ui b/gtk/ui/gtkfontchooserdialog.ui index b99ed11ba8..bed630820e 100644 --- a/gtk/ui/gtkfontchooserdialog.ui +++ b/gtk/ui/gtkfontchooserdialog.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface domain="gtk40"> <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"> <object class="GtkBox" id="dialog-vbox1"> <property name="orientation">1</property> @@ -21,12 +21,12 @@ <child type="action"> <object class="GtkButton" id="cancel_button"> <property name="use-underline">1</property> - <property name="label" translatable="1">_Cancel</property> + <property name="label" translatable="yes">_Cancel</property> </object> </child> <child type="action"> <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> </object> </child> diff --git a/gtk/ui/gtkfontchooserwidget.ui b/gtk/ui/gtkfontchooserwidget.ui index fdd9cf597a..24437263d0 100644 --- a/gtk/ui/gtkfontchooserwidget.ui +++ b/gtk/ui/gtkfontchooserwidget.ui @@ -61,7 +61,7 @@ <object class="GtkSearchEntry" id="search_entry"> <property name="hexpand">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"/> </object> </child> @@ -76,7 +76,7 @@ <property name="spacing">6</property> <child> <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="margin-bottom">10</property> <style> @@ -86,13 +86,13 @@ </child> <child> <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"/> </object> </child> <child> <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"/> </object> </child> @@ -185,10 +185,10 @@ </child> <child> <object class="GtkEntry" id="preview"> - <property name="placeholder-text" translatable="1">Preview text</property> + <property name="placeholder-text" translatable="yes">Preview text</property> <child> <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"/> </object> </child> @@ -201,7 +201,7 @@ </child> <child> <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="valign">4</property> <layout> @@ -217,7 +217,7 @@ <property name="round-digits">0</property> <child> <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"/> </object> </child> @@ -267,7 +267,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">No Fonts Found</property> + <property name="label" translatable="yes">No Fonts Found</property> <attributes> <attribute name="weight" value="bold"></attribute> <attribute name="scale" value="1.2"></attribute> @@ -321,7 +321,7 @@ </child> <child> <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="attributes" bind-source="preview" bind-property="attributes" bind-flags="bidirectional"/> </object> @@ -348,7 +348,7 @@ <property name="column-spacing">12</property> <child> <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="valign">4</property> <layout> diff --git a/gtk/ui/gtklockbutton.ui b/gtk/ui/gtklockbutton.ui index 9cf27e7389..7bf5761509 100644 --- a/gtk/ui/gtklockbutton.ui +++ b/gtk/ui/gtklockbutton.ui @@ -17,13 +17,13 @@ <child> <object class="GtkLabel" id="label_lock"> <property name="xalign">0</property> - <property name="label" translatable="1">Lock</property> + <property name="label" translatable="yes">Lock</property> </object> </child> <child> <object class="GtkLabel" id="label_unlock"> <property name="xalign">0</property> - <property name="label" translatable="1">Unlock</property> + <property name="label" translatable="yes">Unlock</property> </object> </child> </object> diff --git a/gtk/ui/gtkpagesetupunixdialog.ui b/gtk/ui/gtkpagesetupunixdialog.ui index 79b5edce16..ded0b2a826 100644 --- a/gtk/ui/gtkpagesetupunixdialog.ui +++ b/gtk/ui/gtkpagesetupunixdialog.ui @@ -2,7 +2,7 @@ <interface domain="gtk40"> <template class="GtkPageSetupUnixDialog" parent="GtkDialog"> <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"> <object class="GtkBox" id="dialog-vbox1"> <property name="orientation">1</property> @@ -24,7 +24,7 @@ <object class="GtkLabel" id="printer_combo_label"> <property name="halign">1</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="mnemonic-widget">printer_combo</property> <layout> @@ -48,7 +48,7 @@ <object class="GtkLabel" id="paper_size_combo_label"> <property name="halign">1</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="mnemonic-widget">paper_size_combo</property> <layout> @@ -83,7 +83,7 @@ <object class="GtkLabel" id="orientation_label"> <property name="halign">1</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="mnemonic-widget">portrait_radio</property> <layout> @@ -95,7 +95,7 @@ <child> <object class="GtkCheckButton" id="portrait_radio"> <property name="active">1</property> - <property name="label" translatable="1">Portrait</property> + <property name="label" translatable="yes">Portrait</property> <layout> <property name="column">1</property> <property name="row">3</property> @@ -106,7 +106,7 @@ <object class="GtkCheckButton" id="reverse_portrait_radio"> <property name="active">1</property> <property name="group">portrait_radio</property> - <property name="label" translatable="1">Reverse portrait</property> + <property name="label" translatable="yes">Reverse portrait</property> <layout> <property name="column">2</property> <property name="row">3</property> @@ -118,7 +118,7 @@ <property name="hexpand">1</property> <property name="active">1</property> <property name="group">portrait_radio</property> - <property name="label" translatable="1">Landscape</property> + <property name="label" translatable="yes">Landscape</property> <layout> <property name="column">1</property> <property name="row">4</property> @@ -129,7 +129,7 @@ <object class="GtkCheckButton" id="reverse_landscape_radio"> <property name="hexpand">1</property> <property name="group">portrait_radio</property> - <property name="label" translatable="1">Reverse landscape</property> + <property name="label" translatable="yes">Reverse landscape</property> <layout> <property name="column">2</property> <property name="row">4</property> diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui index 2544baed5a..729a50073d 100644 --- a/gtk/ui/gtkplacesview.ui +++ b/gtk/ui/gtkplacesview.ui @@ -25,7 +25,7 @@ <child> <object class="GtkLabel"> <property name="hexpand">1</property> - <property name="label" translatable="1">Server Addresses</property> + <property name="label" translatable="yes">Server Addresses</property> <attributes> <attribute name="weight" value="bold"></attribute> </attributes> @@ -37,7 +37,7 @@ <child> <object class="GtkLabel"> <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="width-chars">40</property> <property name="max-width-chars">40</property> @@ -63,7 +63,7 @@ <child> <object class="GtkLabel"> <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> <attributes> <attribute name="weight" value="bold"></attribute> @@ -76,7 +76,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Prefix</property> + <property name="label" translatable="yes">Prefix</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"></attribute> @@ -115,7 +115,7 @@ </child> <child> <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> <class name="dim-label"/> </style> @@ -138,7 +138,7 @@ <property name="margin-bottom">12</property> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Recent Servers</property> + <property name="label" translatable="yes">Recent Servers</property> <attributes> <attribute name="weight" value="bold"></attribute> </attributes> @@ -218,7 +218,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">No results found</property> + <property name="label" translatable="yes">No results found</property> <attributes> <attribute name="weight" value="bold"></attribute> <attribute name="scale" value="1.44"></attribute> @@ -227,7 +227,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label" translatable="1">Try a different search</property> + <property name="label" translatable="yes">Try a different search</property> <style> <class name="dim-label"/> </style> @@ -249,7 +249,7 @@ <object class="GtkLabel"> <property name="hexpand">1</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="use-underline">1</property> <attributes> @@ -259,7 +259,7 @@ </child> <child type="end"> <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="sensitive">0</property> <property name="receives-default">1</property> @@ -274,7 +274,7 @@ <object class="GtkEntry" id="address_entry"> <property name="hexpand">1</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="completion">address_entry_completion</property> <signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes"/> diff --git a/gtk/ui/gtkplacesviewrow.ui b/gtk/ui/gtkplacesviewrow.ui index 9ecd5b4a60..9c41a72be0 100644 --- a/gtk/ui/gtkplacesviewrow.ui +++ b/gtk/ui/gtkplacesviewrow.ui @@ -50,7 +50,7 @@ <property name="visible">0</property> <property name="halign">3</property> <property name="valign">3</property> - <property name="tooltip-text" translatable="1">Unmount</property> + <property name="tooltip-text" translatable="yes">Unmount</property> <child> <object class="GtkImage" id="eject_icon"> <property name="icon-name">media-eject-symbolic</property> diff --git a/gtk/ui/gtkprintunixdialog.ui b/gtk/ui/gtkprintunixdialog.ui index 087d846763..bc04e45fe9 100644 --- a/gtk/ui/gtkprintunixdialog.ui +++ b/gtk/ui/gtkprintunixdialog.ui @@ -80,7 +80,7 @@ </child> <child> <object class="GtkColumnViewColumn"> - <property name="title" translatable="1">Name</property> + <property name="title" translatable="yes">Name</property> <property name="factory"> <object class="GtkBuilderListItemFactory"> <property name="bytes"><