Add support for different languages: Closes #3823.

This commit is contained in:
Matthew Pirocchi 2012-06-26 11:14:38 -07:00
parent 847514f833
commit 877a21686c
11 changed files with 87 additions and 66 deletions

View file

@ -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">&lt;span weight="bold"size="larger"&gt;Please enter your email password&lt;/span&gt;</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">&lt;span weight="bold"&gt;General&lt;/span&gt;</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">&lt;span weight="bold"&gt;IMAP settings&lt;/span&gt;</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">&lt;span weight="bold"&gt;SMTP settings&lt;/span&gt;</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>