mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 12:05:06 -05:00
Removed hardcoded strings from layout
This commit is contained in:
parent
88a2dd6289
commit
6f2be3226e
@ -9,7 +9,6 @@
|
||||
<!-- Intro text -->
|
||||
<TextView
|
||||
android:id="@+id/password_prompt_intro"
|
||||
android:text="In order to be able to use the account "Test" you need to specify the server password(s)"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@ -18,7 +17,6 @@
|
||||
<!-- Password prompt for the incoming server -->
|
||||
<TextView
|
||||
android:id="@+id/password_prompt_incoming_server"
|
||||
android:text="Incoming server (imap.googlemail.com):"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
@ -37,14 +35,13 @@
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/password_prompt_outgoing_server"
|
||||
android:text="Outgoing server (smtp.googlemail.com):"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
<CheckBox
|
||||
android:id="@+id/use_incoming_server_password"
|
||||
android:checked="true"
|
||||
android:text="Use the incoming server password"
|
||||
android:text="@string/settings_import_use_incoming_server_password"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
<EditText
|
||||
|
@ -1087,6 +1087,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
|
||||
<item quantity="one">Setting password...</item>
|
||||
<item quantity="other">Setting passwords...</item>
|
||||
</plurals>
|
||||
<string name="settings_import_use_incoming_server_password">Use the incoming server password</string>
|
||||
<string name="activate_account_action">Activate</string>
|
||||
|
||||
<string name="settings_unknown_version">Unable to handle file of version <xliff:g id="version">%s</xliff:g></string>
|
||||
|
Loading…
Reference in New Issue
Block a user