Reworks string for assistant and launchscreen

This commit is contained in:
Margaux Clerc 2016-02-26 17:30:44 +01:00
parent 5b376b61f0
commit 4f513aa42e
3 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,7 @@
<Button <Button
android:id="@+id/assistant_check" android:id="@+id/assistant_check"
android:text="@string/assistant_create_account" android:text="@string/assistant_finish"
android:background="@drawable/assistant_button" android:background="@drawable/assistant_button"
style="@style/font8" style="@style/font8"
android:contentDescription="@string/content_description_valid" android:contentDescription="@string/content_description_valid"

View file

@ -42,7 +42,7 @@
<string name="decline">Refuser</string> <string name="decline">Refuser</string>
<string name="conference">Conférence</string> <string name="conference">Conférence</string>
<!--Launch screen--> <!--Launch screen-->
<string name="app_description">le client SIP libre</string> <string name="app_description">Le client SIP <i>libre</i></string>
<!--Assistant--> <!--Assistant-->
<string name="welcome">Bienvenue</string> <string name="welcome">Bienvenue</string>
<string name="assistant">Assistant</string> <string name="assistant">Assistant</string>

View file

@ -57,6 +57,7 @@
<string name="welcome">Welcome</string> <string name="welcome">Welcome</string>
<string name="assistant">Assistant</string> <string name="assistant">Assistant</string>
<string name="assistant_create_account">Create account</string> <string name="assistant_create_account">Create account</string>
<string name="assistant_finish">Finish configuration</string>
<string name="assistant_validate_account">Your account is created. Please check your mails to validate your account. Once it is done, come back here and click on the button.</string> <string name="assistant_validate_account">Your account is created. Please check your mails to validate your account. Once it is done, come back here and click on the button.</string>
<string name="assistant_welcome_desc">This assistant will help you to use a SIP account for your calls.</string> <string name="assistant_welcome_desc">This assistant will help you to use a SIP account for your calls.</string>
<string name="assistant_linphone_login_desc">Enter your username and password of Linphone account</string> <string name="assistant_linphone_login_desc">Enter your username and password of Linphone account</string>