Added English string.xml
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/taal"
|
android:text="@string/language"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/imperiaal_systeem"
|
android:text="@string/imperial_system"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/_65_stand"
|
android:text="@string/_65_mode"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/kleurenblind"
|
android:text="@string/colorblind"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:text="@string/statistieken"
|
android:text="@string/statistics"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="30sp"
|
android:textSize="30sp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/totale_afstand"
|
android:text="@string/total_distance"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/bezochte_locaties"
|
android:text="@string/visited_locations"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/totale_tijd"
|
android:text="@string/total_time"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/coupons_gespaard"
|
android:text="@string/coupons_collected"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
|||||||
17
app/src/main/res/values-en/strings.xml
Normal file
17
app/src/main/res/values-en/strings.xml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="locations">Location</string>
|
||||||
|
<string name="total_time">Total time:</string>
|
||||||
|
<string name="total_distance">Total distance:</string>
|
||||||
|
<string name="language">Language</string>
|
||||||
|
<string name="statistics">Statistics</string>
|
||||||
|
<string name="start_route">Start Route</string>
|
||||||
|
<string name="routes">Routes</string>
|
||||||
|
<string name="colorblind">Colorblind</string>
|
||||||
|
<string name="settings">Settings</string>
|
||||||
|
<string name="imperial_system">Imperial system</string>
|
||||||
|
<string name="coupons_collected">Coupons collected:</string>
|
||||||
|
<string name="visited_locations">Visited locations:</string>
|
||||||
|
<string name="_65_mode">65+ mode</string>
|
||||||
|
<string name="coupons">Coupons</string>
|
||||||
|
</resources>
|
||||||
@@ -1,20 +1,17 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Next Location</string>
|
<string name="app_name" translatable="false">Next Location</string>
|
||||||
<!-- TODO: Remove or change this placeholder text -->
|
|
||||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
|
||||||
<string name="locations">Locaties</string>
|
<string name="locations">Locaties</string>
|
||||||
<string name="routes">Routes</string>
|
<string name="routes">Routes</string>
|
||||||
<string name="statistics">Statistieken</string>
|
<string name="statistics">Statistieken</string>
|
||||||
<string name="settings">Instellingen</string>
|
<string name="settings">Instellingen</string>
|
||||||
<string name="taal">Taal</string>
|
<string name="language">Taal</string>
|
||||||
<string name="imperiaal_systeem">Imperiaal systeem</string>
|
<string name="imperial_system">Imperiaal systeem</string>
|
||||||
<string name="_65_stand">65+ stand</string>
|
<string name="_65_mode">65+ stand</string>
|
||||||
<string name="kleurenblind">Kleurenblind</string>
|
<string name="colorblind">Kleurenblind</string>
|
||||||
<string name="statistieken">Statistieken</string>
|
<string name="total_distance">Totale afstand:</string>
|
||||||
<string name="totale_afstand">Totale afstand:</string>
|
<string name="visited_locations">Bezochte locaties:</string>
|
||||||
<string name="bezochte_locaties">Bezochte locaties:</string>
|
<string name="total_time">Totale tijd:</string>
|
||||||
<string name="totale_tijd">Totale tijd:</string>
|
<string name="coupons_collected">Coupons gespaard:</string>
|
||||||
<string name="coupons_gespaard">Coupons gespaard:</string>
|
|
||||||
<string name="coupons">Coupons</string>
|
<string name="coupons">Coupons</string>
|
||||||
<string name="start_route">Start Route</string>
|
<string name="start_route">Start Route</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user