From f2360677061f7ffaa3701355bef63f57184dee2f Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 5 Jan 2021 10:45:32 +0100 Subject: [PATCH] Added English string.xml --- app/src/main/res/layout/fragment_settings.xml | 8 +++---- .../main/res/layout/fragment_statistic.xml | 10 ++++----- app/src/main/res/values-en/strings.xml | 17 +++++++++++++++ app/src/main/res/values/strings.xml | 21 ++++++++----------- 4 files changed, 35 insertions(+), 21 deletions(-) create mode 100644 app/src/main/res/values-en/strings.xml diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 6d629eb..3ceecd5 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -45,7 +45,7 @@ + + Location + Total time: + Total distance: + Language + Statistics + Start Route + Routes + Colorblind + Settings + Imperial system + Coupons collected: + Visited locations: + 65+ mode + Coupons + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c322028..9b25e32 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,20 +1,17 @@ - Next Location - - Hello blank fragment + Next Location Locaties Routes Statistieken Instellingen - Taal - Imperiaal systeem - 65+ stand - Kleurenblind - Statistieken - Totale afstand: - Bezochte locaties: - Totale tijd: - Coupons gespaard: + Taal + Imperiaal systeem + 65+ stand + Kleurenblind + Totale afstand: + Bezochte locaties: + Totale tijd: + Coupons gespaard: Coupons Start Route \ No newline at end of file