mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 23:48:36 +00:00
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)" : {
|
"[https://sip.linphone.org](https://sip.linphone.org)" : {
|
||||||
|
|
||||||
|
|
@ -150,15 +144,6 @@
|
||||||
},
|
},
|
||||||
"9" : {
|
"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" : {
|
"account_settings_audio_video_conference_factory_uri_title" : {
|
||||||
"extractionState" : "manual",
|
"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" : {
|
"assistant_account_create" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
|
|
@ -5680,15 +5650,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"Send cancellation notifications" : {
|
|
||||||
|
|
||||||
},
|
|
||||||
"Send Logs" : {
|
|
||||||
|
|
||||||
},
|
|
||||||
"Send notification to participants ?" : {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"settings_advanced_title" : {
|
"settings_advanced_title" : {
|
||||||
"extractionState" : "manual",
|
"extractionState" : "manual",
|
||||||
|
|
|
||||||
|
|
@ -610,7 +610,7 @@ struct AccountProfileFragment: View {
|
||||||
content: Text("manage_account_dialog_international_prefix_help_message"),
|
content: Text("manage_account_dialog_international_prefix_help_message"),
|
||||||
titleFirstButton: nil,
|
titleFirstButton: nil,
|
||||||
actionFirstButton: {},
|
actionFirstButton: {},
|
||||||
titleSecondButton: Text("Ok"),
|
titleSecondButton: Text("dialog_ok"),
|
||||||
actionSecondButton: {
|
actionSecondButton: {
|
||||||
self.isShowPopup.toggle()
|
self.isShowPopup.toggle()
|
||||||
}
|
}
|
||||||
|
|
@ -634,7 +634,7 @@ struct AccountProfileFragment: View {
|
||||||
isShowPopup: $isShowLogoutPopup,
|
isShowPopup: $isShowLogoutPopup,
|
||||||
title: Text("manage_account_dialog_remove_account_title"),
|
title: Text("manage_account_dialog_remove_account_title"),
|
||||||
content: contentPopup1 + contentPopup2,
|
content: contentPopup1 + contentPopup2,
|
||||||
titleFirstButton: Text("Cancel"),
|
titleFirstButton: Text("dialog_cancel"),
|
||||||
actionFirstButton: {
|
actionFirstButton: {
|
||||||
self.isShowLogoutPopup.toggle()
|
self.isShowLogoutPopup.toggle()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@ struct AccountSettingsFragment: View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
VStack(spacing: 30) {
|
VStack(spacing: 30) {
|
||||||
VStack(alignment: .leading) {
|
VStack(alignment: .leading) {
|
||||||
Text("Transport")
|
Text("assistant_sip_account_transport_protocol")
|
||||||
.default_text_style_700(styleSize: 15)
|
.default_text_style_700(styleSize: 15)
|
||||||
.padding(.bottom, -5)
|
.padding(.bottom, -5)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue