diff --git a/Linphone/Localizable.xcstrings b/Linphone/Localizable.xcstrings index 19838c969..a23575b43 100644 --- a/Linphone/Localizable.xcstrings +++ b/Linphone/Localizable.xcstrings @@ -6,12 +6,6 @@ }, ": %@" : { - }, - "." : { - - }, - "[Forgotten password?](https://subscribe.linphone.org/)" : { - }, "[https://sip.linphone.org](https://sip.linphone.org)" : { @@ -150,15 +144,6 @@ }, "9" : { - }, - "A subject and at least one participant is required to create a meeting" : { - - }, - "Accept all" : { - - }, - "Account successfully logged out" : { - }, "account_settings_audio_video_conference_factory_uri_title" : { "extractionState" : "manual", @@ -550,21 +535,6 @@ } } } - }, - "Active" : { - - }, - "Administrateur" : { - - }, - "All calls will be removed from the history." : { - - }, - "All contacts" : { - - }, - "All modifications will be canceled." : { - }, "assistant_account_create" : { "localizations" : { @@ -5680,15 +5650,6 @@ } } } - }, - "Send cancellation notifications" : { - - }, - "Send Logs" : { - - }, - "Send notification to participants ?" : { - }, "settings_advanced_title" : { "extractionState" : "manual", diff --git a/Linphone/UI/Main/Settings/Fragments/AccountProfileFragment.swift b/Linphone/UI/Main/Settings/Fragments/AccountProfileFragment.swift index 55905fb1f..1776e5030 100644 --- a/Linphone/UI/Main/Settings/Fragments/AccountProfileFragment.swift +++ b/Linphone/UI/Main/Settings/Fragments/AccountProfileFragment.swift @@ -610,7 +610,7 @@ struct AccountProfileFragment: View { content: Text("manage_account_dialog_international_prefix_help_message"), titleFirstButton: nil, actionFirstButton: {}, - titleSecondButton: Text("Ok"), + titleSecondButton: Text("dialog_ok"), actionSecondButton: { self.isShowPopup.toggle() } @@ -634,7 +634,7 @@ struct AccountProfileFragment: View { isShowPopup: $isShowLogoutPopup, title: Text("manage_account_dialog_remove_account_title"), content: contentPopup1 + contentPopup2, - titleFirstButton: Text("Cancel"), + titleFirstButton: Text("dialog_cancel"), actionFirstButton: { self.isShowLogoutPopup.toggle() }, diff --git a/Linphone/UI/Main/Settings/Fragments/AccountSettingsFragment.swift b/Linphone/UI/Main/Settings/Fragments/AccountSettingsFragment.swift index f2b28a1d7..91f8dfcd4 100644 --- a/Linphone/UI/Main/Settings/Fragments/AccountSettingsFragment.swift +++ b/Linphone/UI/Main/Settings/Fragments/AccountSettingsFragment.swift @@ -351,7 +351,7 @@ struct AccountSettingsFragment: View { VStack(spacing: 0) { VStack(spacing: 30) { VStack(alignment: .leading) { - Text("Transport") + Text("assistant_sip_account_transport_protocol") .default_text_style_700(styleSize: 15) .padding(.bottom, -5)