mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed merge calls into conference dialog label
This commit is contained in:
parent
54818c51b4
commit
81bb7156dc
3 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
android:layout_marginTop="16dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:text="@string/dialog_delete"
|
||||
android:text="@string/calls_list_dialog_merge_into_conference_label"
|
||||
app:layout_constraintStart_toStartOf="@id/dialog_background"
|
||||
app:layout_constraintEnd_toEndOf="@id/dialog_background"
|
||||
app:layout_constraintTop_toBottomOf="@id/cancel"
|
||||
|
|
|
|||
|
|
@ -538,6 +538,7 @@
|
|||
<string name="calls_count_label">%s appels</string>
|
||||
<string name="calls_paused_count_label">%s appels en pause</string>
|
||||
<string name="calls_list_dialog_merge_into_conference_title">Fusionner les appels en une conférence ?</string>
|
||||
<string name="calls_list_dialog_merge_into_conference_label">Créer une conférence</string>
|
||||
|
||||
<string name="call_dialog_zrtp_validate_trust_title">Valider l\'appareil</string>
|
||||
<string name="call_dialog_zrtp_validate_trust_subtitle">Dites %s puis cliquez sur les lettres données par votre correspondant :</string>
|
||||
|
|
|
|||
|
|
@ -574,6 +574,7 @@
|
|||
<string name="calls_count_label">%s calls</string>
|
||||
<string name="calls_paused_count_label">%s paused calls</string>
|
||||
<string name="calls_list_dialog_merge_into_conference_title">Merge all calls into conference?</string>
|
||||
<string name="calls_list_dialog_merge_into_conference_label">Create conference</string>
|
||||
|
||||
<string name="call_dialog_zrtp_validate_trust_title">Validate the device</string>
|
||||
<string name="call_dialog_zrtp_validate_trust_subtitle">Say %s and click on the letters given by your correspondent:</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue