res/layout/contactdialog.xml
changeset 209 f5b9da8365f5
parent 200 121fe5a66404
child 267 ab5493f08c57
child 269 d78115a6b45b
--- a/res/layout/contactdialog.xml	Fri May 22 16:55:36 2009 +0200
+++ b/res/layout/contactdialog.xml	Fri May 22 18:06:34 2009 +0200
@@ -4,18 +4,18 @@
 	android:layout_height="fill_parent">
 
 	<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:text="Chat" />
+		android:layout_height="wrap_content" android:text="@string/CDChat" />
 
 	<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:text="Alias" />
+		android:layout_height="wrap_content" android:text="@string/CDAlias" />
 
 	<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:text="Change group" />
+		android:layout_height="wrap_content" android:text="@string/CDGroup" />
 
 	<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:text="Resend suscription" />
+		android:layout_height="wrap_content" android:text="@string/CDResend" />
 
 	<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:text="User infos" />
+		android:layout_height="wrap_content" android:text="@string/CDInfos" />
 
 </LinearLayout>
\ No newline at end of file