forked from mirrors/linphone-iphone
Removed unused translation strings
This commit is contained in:
parent
0aba4044a1
commit
57c823ba4e
3 changed files with 3 additions and 42 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue