res/values/strings.xml
changeset 995 6318bee856fd
parent 994 87c97dcb7136
child 996 476e8690b0ea
--- a/res/values/strings.xml	Tue Sep 25 22:40:22 2012 +0200
+++ b/res/values/strings.xml	Sat Sep 29 04:47:42 2012 +0200
@@ -198,11 +198,15 @@
 	<string name="account_wizard_create_account">I want to register for a new account</string>
 
 	<!-- Create an account Activity -->
+	<string name="create_account_text">Enter the required informations to create your account</string>
 	<string name="create_account_err_username">Bad JabberID</string>
 	<string name="create_account_err_passwords">Passwords do not match.</string>
 	<string name="create_account_username">Username</string>
 	<string name="create_account_password">Password</string>
 	<string name="create_account_confirm_password">Confirm password</string>
+	<string name="create_account_err_conflict">This account is already used. Please try another one</string>
+	<string name="create_account_err_connection">The selected server is not available. Please try another one</string>
+			
 
 	<!-- ContactList Activity  -->
 	<string name="contact_list_menu_add_contact">Add a contact</string>