Hidden not working setting + updated french translation & README + bumped version
This commit is contained in:
parent
48c12206d8
commit
4e0ac519fd
4 changed files with 9 additions and 3 deletions
|
@ -130,7 +130,7 @@ If you have your own push server, replace this file by yours.
|
||||||
|
|
||||||
We no longer use transifex for the translation process, instead we have deployed our own instance of [Weblate](https://weblate.linphone.org/).
|
We no longer use transifex for the translation process, instead we have deployed our own instance of [Weblate](https://weblate.linphone.org/).
|
||||||
|
|
||||||
Inscriptions are currently disabled but you can [contact us](https://weblate.linphone.org/contact/) to request an access if you want to contribute.
|
Due to the full app rewrite we can't re-use previous translations, so we'll be very happy if you want to contribute.
|
||||||
|
|
||||||
# CONTRIBUTIONS
|
# CONTRIBUTIONS
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 4490
|
versionCode 4491
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,8 @@
|
||||||
linphone:title="@{@string/account_settings_apply_prefix_for_calls_title}"
|
linphone:title="@{@string/account_settings_apply_prefix_for_calls_title}"
|
||||||
linphone:subtitle="@{@string/account_settings_apply_prefix_for_calls_summary}"
|
linphone:subtitle="@{@string/account_settings_apply_prefix_for_calls_summary}"
|
||||||
linphone:listener="@{viewModel.dialPrefixListener}"
|
linphone:listener="@{viewModel.dialPrefixListener}"
|
||||||
linphone:checked="@={viewModel.dialPrefix}"/>
|
linphone:checked="@={viewModel.dialPrefix}"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
<include
|
<include
|
||||||
layout="@layout/settings_widget_switch"
|
layout="@layout/settings_widget_switch"
|
||||||
|
|
|
@ -587,4 +587,9 @@
|
||||||
<string name="advanced_settings_debug_title">Paramètres de deboggage</string>
|
<string name="advanced_settings_debug_title">Paramètres de deboggage</string>
|
||||||
<string name="advanced_settings_other_title">Autres paramètres</string>
|
<string name="advanced_settings_other_title">Autres paramètres</string>
|
||||||
<string name="call_settings_system_wide_overlay_title">Afficher la notification flottante en dehors de l\'app</string>
|
<string name="call_settings_system_wide_overlay_title">Afficher la notification flottante en dehors de l\'app</string>
|
||||||
|
<string name="account_settings_apply_prefix_for_calls_summary">Quand un nombre est saisi, applique le préfixe</string>
|
||||||
|
<string name="call_settings_full_screen_title">Plein écran pendant un appel</string>
|
||||||
|
<string name="call_settings_full_screen_summary">Cache la barre de status et de navigation</string>
|
||||||
|
<string name="chat_room_file_not_found">Fichier non trouvé</string>
|
||||||
|
<string name="account_settings_apply_prefix_for_calls_title">Applique le préfixe pour les appels sortant et les messages</string>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue