Add support for different languages: Closes #3823.
This commit is contained in:
parent
847514f833
commit
877a21686c
11 changed files with 87 additions and 66 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="xalign">2.2351741291171123e-10</property>
|
||||
<property name="yalign">0</property>
|
||||
<property name="label" translatable="yes"><span weight="bold"size="larger">Please enter your email password</span></property>
|
||||
<property name="label">(set in password-dialog.vala)</property>
|
||||
<property name="use_markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
@ -222,13 +222,15 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
<object class="GtkLabel" id="general_category_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="ypad">6</property>
|
||||
<property name="label" translatable="yes"><span weight="bold">General</span></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="label">General</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
@ -238,14 +240,16 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label7">
|
||||
<object class="GtkLabel" id="imap_settings_category_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_top">6</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="ypad">6</property>
|
||||
<property name="label" translatable="yes"><span weight="bold">IMAP settings</span></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="label" translatable="yes">IMAP settings</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
@ -342,14 +346,16 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label11">
|
||||
<object class="GtkLabel" id="smtp_settings_category_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_top">6</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="ypad">6</property>
|
||||
<property name="label" translatable="yes"><span weight="bold">SMTP settings</span></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="label" translatable="yes">SMTP settings</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue