From 884da93184141757f7da749f97761c127849ce32 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Fri, 24 May 2019 16:55:12 -0700 Subject: [PATCH] Moves finalized onboarding strings to strings.xml --- app/src/main/res/values/static_strings.xml | 60 ---------------------- app/src/main/res/values/strings.xml | 60 ++++++++++++++++++++++ 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/app/src/main/res/values/static_strings.xml b/app/src/main/res/values/static_strings.xml index 49195c31a..e82fe4c69 100644 --- a/app/src/main/res/values/static_strings.xml +++ b/app/src/main/res/values/static_strings.xml @@ -13,64 +13,4 @@ 1$s is produced by Mozilla. - - - - Welcome to %s! - - Already have an account? - - Get to know %s - - Choose your theme - - Try dark theme: easier on your battery and your eyes. - - Get the most out of %s. - - You are signed in to another Firefox browser on this phone. - - Sign in to Firefox - - Stay signed in - - Sign out - - Protect yourself - - %s blocks ad trackers that follow you around the web. - - - Browse privately - - When you see the %s icon, private browsing is just a tap away. - - - Your privacy - - We’ve designed %s to give you control over what you share - online and what you share with us. - - - Read our privacy notice - - - Start browsing - - - - Automatic - - Adapts to your device settings - - Dark theme - - Light theme diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 019e806c4..c2ff5bc6a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -588,4 +588,64 @@ Don’t allow Allow + + + + Welcome to %s! + + Already have an account? + + Get to know %s + + Choose your theme + + Try dark theme: easier on your battery and your eyes. + + Get the most out of %s. + + You are signed in to another Firefox browser on this phone. + + Sign in to Firefox + + Stay signed in + + Sign out + + Protect yourself + + %s blocks ad trackers that follow you around the web. + + + Browse privately + + When you see the %s icon, private browsing is just a tap away. + + + Your privacy + + We’ve designed %s to give you control over what you share + online and what you share with us. + + + Read our privacy notice + + + Start browsing + + + + Automatic + + Adapts to your device settings + + Dark theme + + Light theme