diff options
author | kruks23 <scardenas@openmailbox.org> | 2014-05-24 00:17:42 +0200 |
---|---|---|
committer | kruks23 <scardenas@openmailbox.org> | 2014-05-24 00:17:42 +0200 |
commit | d74faa3f7c6c8b93ea94e1ef54b9d23e0093f2d7 (patch) | |
tree | eba2ed2a1f42b0e7ba323fc749e22821c3202123 /res/layout/activity_muc_details.xml | |
parent | d6fd0343ae86917dd18e219be2556c65cbf032d7 (diff) |
More harcoded translations + Spanish
Diffstat (limited to 'res/layout/activity_muc_details.xml')
-rw-r--r-- | res/layout/activity_muc_details.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml index 73f21ad0..f866a485 100644 --- a/res/layout/activity_muc_details.xml +++ b/res/layout/activity_muc_details.xml @@ -13,7 +13,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="8dp" - android:text="Conference" /> + android:text="@string/muc_details_conference" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" @@ -28,7 +28,7 @@ android:layout_toLeftOf="@+id/muc_edit_subject" android:background="#eee" android:ems="10" - android:hint="Conferenece Subject" + android:hint="@string/muc_details_conference_subject" android:inputType="textAutoComplete" android:paddingBottom="12dp" android:paddingLeft="8dp" @@ -62,7 +62,7 @@ android:paddingLeft="8dp" android:paddingRight="8dp" android:paddingTop="8dp" - android:text="Your Nickname" /> + android:text="@string/muc_details_your_nickname" /> <RelativeLayout android:layout_width="match_parent" @@ -78,7 +78,7 @@ android:layout_toLeftOf="@+id/muc_edit_nick" android:background="#eee" android:ems="10" - android:hint="Your nickname" + android:hint="@string/muc_details_your_nickname" android:inputType="textEmailAddress" android:paddingBottom="12dp" android:paddingLeft="8dp" @@ -119,7 +119,7 @@ android:paddingLeft="8dp" android:paddingRight="8dp" android:paddingTop="8dp" - android:text="Other Members" /> + android:text="@string/muc_details_other_members" /> <LinearLayout android:id="@+id/muc_members" |