From e585d9489289f98db9eef52a4ed3febdf1ede658 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Mon, 25 May 2020 15:46:53 +1000 Subject: [PATCH] Prepare home screen for localization --- res/layout-sw400dp/activity_seed.xml | 8 +++--- res/layout/activity_home.xml | 4 +-- res/layout/activity_seed.xml | 8 +++--- res/values/strings.xml | 27 ++++++++++++++----- .../securesms/loki/activities/HomeActivity.kt | 6 ++--- .../securesms/loki/activities/SeedActivity.kt | 12 ++++----- 6 files changed, 39 insertions(+), 26 deletions(-) diff --git a/res/layout-sw400dp/activity_seed.xml b/res/layout-sw400dp/activity_seed.xml index caa3272d57..f5bc0db14e 100644 --- a/res/layout-sw400dp/activity_seed.xml +++ b/res/layout-sw400dp/activity_seed.xml @@ -25,7 +25,7 @@ android:textSize="@dimen/very_large_font_size" android:textStyle="bold" android:textColor="@color/text" - android:text="Meet your recovery phrase" /> + android:text="@string/activity_seed_title_2" /> + android:text="@string/activity_seed_explanation" /> + android:text="@string/activity_seed_reveal_button_title" /> + android:text="@string/copy" /> \ No newline at end of file diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml index 4079874f8a..1bafe1d074 100644 --- a/res/layout/activity_home.xml +++ b/res/layout/activity_home.xml @@ -87,7 +87,7 @@ android:layout_height="wrap_content" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" - android:text="You don't have any contacts yet" /> + android:text="@string/activity_home_empty_state_message" />