mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-18 04:38:27 +00:00
Remove duplicate account_settings_outbound_proxy_title localizable key
This commit is contained in:
parent
ae63f770f3
commit
26022e7f09
3 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import Foundation
|
||||
|
||||
public enum AppGitInfo {
|
||||
public static let branch = "master"
|
||||
public static let commit = "127e12b38"
|
||||
public static let tag = "6.1.0-alpha"
|
||||
public static let branch = "release/6.2"
|
||||
public static let commit = "ae63f770f"
|
||||
public static let tag = "6.2.0-beta"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
"account_settings_apply_international_prefix_title" = "Format phone numbers using international prefix";
|
||||
"account_settings_replace_plus_by_00_title" = "Replace + by 00 when formatting phone numbers";
|
||||
"account_settings_nat_policy_title" = "NAT policy settings";
|
||||
"account_settings_outbound_proxy_title" = "Outbound proxy";
|
||||
"account_settings_push_notification_not_available_title" = "Push notifications aren't available!";
|
||||
"account_settings_push_notification_title" = "Allow push notifications";
|
||||
"account_settings_sip_proxy_url_title" = "Registrar URI";
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
"account_settings_apply_international_prefix_title" = "Formater les numéros en utilisant l'indicatif international";
|
||||
"account_settings_replace_plus_by_00_title" = "Remplacer + par 00 lors du formatage des numéros de téléphone";
|
||||
"account_settings_nat_policy_title" = "Paramètres de politique NAT";
|
||||
"account_settings_outbound_proxy_title" = "Serveur mandataire sortant";
|
||||
"account_settings_push_notification_not_available_title" = "Notifications push non disponibles";
|
||||
"account_settings_push_notification_title" = "Activer les notifications";
|
||||
"account_settings_sip_proxy_url_title" = "Registrar URI";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue