diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/log_silders.xml | 8 | ||||
-rw-r--r-- | res/layout/vpnstatus.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/log_silders.xml b/res/layout/log_silders.xml index 5df97490..1035cb4a 100644 --- a/res/layout/log_silders.xml +++ b/res/layout/log_silders.xml @@ -27,7 +27,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Timestamps"/> + android:text="@string/timestamps"/> <RadioGroup android:id="@+id/timeFormatRadioGroup" @@ -38,21 +38,21 @@ <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="None" + android:text="@string/timestamps_none" android:id="@+id/radioNone" /> <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Short" + android:text="@string/timestamp_short" android:id="@+id/radioShort" /> <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="ISO" + android:text="@string/timestamp_iso" android:id="@+id/radioISO" /> diff --git a/res/layout/vpnstatus.xml b/res/layout/vpnstatus.xml index 0c765fe6..eb7c53ee 100644 --- a/res/layout/vpnstatus.xml +++ b/res/layout/vpnstatus.xml @@ -9,7 +9,7 @@ <TextView - android:text="Upload" + android:text="@string/uploaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -18,7 +18,7 @@ tools:text="4 Mbit/s 6.7 GB"/> <TextView - android:text="Download" + android:text="@string/downloaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -34,7 +34,7 @@ <TextView - android:text="Vpn Status" + android:text="@string/vpn_status" style="@style/logWindowStatusTitle"/> <TextView |