Reworks string for assistant and launchscreen
This commit is contained in:
parent
5b376b61f0
commit
4f513aa42e
3 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/assistant_check"
|
||||
android:text="@string/assistant_create_account"
|
||||
android:text="@string/assistant_finish"
|
||||
android:background="@drawable/assistant_button"
|
||||
style="@style/font8"
|
||||
android:contentDescription="@string/content_description_valid"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<string name="decline">Refuser</string>
|
||||
<string name="conference">Conférence</string>
|
||||
<!--Launch screen-->
|
||||
<string name="app_description">le client SIP libre</string>
|
||||
<string name="app_description">Le client SIP <i>libre</i></string>
|
||||
<!--Assistant-->
|
||||
<string name="welcome">Bienvenue</string>
|
||||
<string name="assistant">Assistant</string>
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
<string name="welcome">Welcome</string>
|
||||
<string name="assistant">Assistant</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_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>
|
||||
|
|
Loading…
Reference in a new issue