From f38c7b22fd2ed89960ceb4611f11fc308b858e15 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 13 May 2014 11:23:11 +0200 Subject: further translations --- res/layout/activity_contact_details.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'res/layout') diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index ac5f48558..cb001b790 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -14,7 +14,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="8dp" - android:text="Contact Details" /> + android:text="@string/action_contact_details" /> @@ -51,7 +50,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:paddingLeft="16dp" - android:text="online" android:textSize="24sp" android:textStyle="bold" /> @@ -64,13 +62,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="8dp" - android:text="Your account" /> + android:text="@string/your_account" /> + android:text="@string/subscriptions" /> @@ -92,7 +89,7 @@ android:id="@+id/details_receive_presence" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Receive presence updates" + android:text="@string/receive_presence_updates" android:textSize="18sp" android:textColor="#5b5b5b" /> @@ -112,7 +109,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="8dp" - android:text="Keys" /> + android:text="@string/keys" />