Mark headerbar titles for translation
This commit is contained in:
parent
6868e0b5ae
commit
efe6dc9062
5 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<object class="GtkHeaderBar" id="header">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title">Add an account</property>
|
||||
<property name="title" translatable="yes">Add an account</property>
|
||||
<property name="has_subtitle">False</property>
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<object class="GtkHeaderBar" id="header">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title">Edit Account</property>
|
||||
<property name="subtitle">Account Name</property>
|
||||
<property name="title" translatable="yes">Edit Account</property>
|
||||
<property name="subtitle" translatable="yes">Account Name</property>
|
||||
<property name="has_subtitle">False</property>
|
||||
<property name="show_close_button">True</property>
|
||||
<child>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<object class="GtkHeaderBar" id="header">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title">Accounts</property>
|
||||
<property name="title" translatable="yes">Accounts</property>
|
||||
<property name="has_subtitle">False</property>
|
||||
<property name="show_close_button">True</property>
|
||||
</object>
|
||||
|
|
|
|||
|
|
@ -119,8 +119,8 @@
|
|||
<object class="GtkHeaderBar" id="header">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title">Remove account</property>
|
||||
<property name="subtitle">Account name</property>
|
||||
<property name="title" translatable="yes">Remove account</property>
|
||||
<property name="subtitle" translatable="yes">Account name</property>
|
||||
<property name="show_close_button">True</property>
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<object class="GtkHeaderBar" id="header">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title">Server Settings</property>
|
||||
<property name="subtitle">Account Name</property>
|
||||
<property name="title" translatable="yes">Server Settings</property>
|
||||
<property name="subtitle" translatable="yes">Account Name</property>
|
||||
<property name="show_close_button">True</property>
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue