Fix version number link

This commit is contained in:
Margaux Clerc 2014-07-10 14:21:24 +02:00
parent 7d839f6c07
commit 55977fa706
4 changed files with 20 additions and 8 deletions

View file

@ -26,14 +26,23 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/about_text" android:text="@string/about_text"
android:autoLink="web"
android:gravity="center" android:gravity="center"
android:paddingTop="50sp" android:paddingTop="50sp"
android:textStyle="bold" android:textStyle="bold"
android:textColor="@color/text_contrast" android:textColor="@color/text_contrast"
android:id="@+id/AboutText"/> android:id="@+id/AboutText"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/about_link"
android:autoLink="web"
android:gravity="center"
android:textStyle="bold"
android:textColor="@color/text_contrast"
android:id="@+id/AboutLink"/>
<Button android:id="@+id/exit" <Button android:id="@+id/exit"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View file

@ -8,8 +8,9 @@
<string name="wait_dialog_text">Démarrage</string> <string name="wait_dialog_text">Démarrage</string>
<string name="notification_registered">Enregistré comme %s </string> <string name="notification_registered">Enregistré comme %s </string>
<string name="notification_register_failure">Erreur lors de l\'enregistrement en tant que %s</string> <string name="notification_register_failure">Erreur lors de l\'enregistrement en tant que %s</string>
<string name="about_text">Linphone %s téléphone compatible SIP (rfc 3261) sous licence GPL V2\n http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string> <string name="about_text">Linphone %s téléphone compatible SIP (rfc 3261) sous licence GPL V2 </string>
<string name="about_link">http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string>
<string name="setup_welcome">Cet assistant va vous aider à configurer un compte SIP pour vos appels.</string> <string name="setup_welcome">Cet assistant va vous aider à configurer un compte SIP pour vos appels.</string>
<string name="setup_create_account">Créer un compte linphone.org</string> <string name="setup_create_account">Créer un compte linphone.org</string>
<string name="setup_login_linphone">J\'ai déjà un compte linphone.org</string> <string name="setup_login_linphone">J\'ai déjà un compte linphone.org</string>

View file

@ -8,8 +8,9 @@
<string name="wait_dialog_text">Загружается</string> <string name="wait_dialog_text">Загружается</string>
<string name="notification_registered">Зарегистрирован в %s </string> <string name="notification_registered">Зарегистрирован в %s </string>
<string name="notification_register_failure">Ошибка регистрации в %s</string> <string name="notification_register_failure">Ошибка регистрации в %s</string>
<string name="about_text">Linphone %s SIP (rfc 3261) совместимый телефон под GPL V2 лицензией\n http://www.linphone.org\n\nИнструкции\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string> <string name="about_text">Linphone %s SIP (rfc 3261) совместимый телефон под GPL V2 лицензией</string>
<string name="about_link">http://www.linphone.org\n\nИнструкции\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string>
<string name="setup_welcome">Этот помощник поможет Вам настроить учётную запись SIP для звонков.</string> <string name="setup_welcome">Этот помощник поможет Вам настроить учётную запись SIP для звонков.</string>
<string name="setup_create_account">Создать учётную запись на linphone.org</string> <string name="setup_create_account">Создать учётную запись на linphone.org</string>
<string name="setup_login_linphone">Уже есть учётная запись на linphone.org</string> <string name="setup_login_linphone">Уже есть учётная запись на linphone.org</string>

View file

@ -14,8 +14,9 @@
<string name="wait_dialog_text">Starting up</string> <string name="wait_dialog_text">Starting up</string>
<string name="notification_registered">Registered to %s </string> <string name="notification_registered">Registered to %s </string>
<string name="notification_register_failure">Fails to register to %s</string> <string name="notification_register_failure">Fails to register to %s</string>
<string name="about_text">Linphone %s SIP (rfc 3261) compatible phone under GNU Public License V2\n http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string> <string name="about_text">Linphone %s SIP (rfc 3261) compatible phone under GNU Public License V2</string>
<string name="about_link">http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications</string>
<string name="setup_welcome">This assistant will help you to use a SIP account for your calls.</string> <string name="setup_welcome">This assistant will help you to use a SIP account for your calls.</string>
<string name="setup_create_account">Create an account on linphone.org</string> <string name="setup_create_account">Create an account on linphone.org</string>
<string name="setup_login_linphone">I already have a linphone.org account</string> <string name="setup_login_linphone">I already have a linphone.org account</string>