summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-10-12 15:09:03 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-11-03 13:30:52 +0100
commitb942b99f5aa828f7f44937be6970b11c63a2f013 (patch)
treec1cc756eeefadd9b1a90e4033e8232f63206d7a7
parent62127ea0335fb84365ddd42f9628ded000898868 (diff)
downloadmullvadvpn-b942b99f5aa828f7f44937be6970b11c63a2f013.tar.xz
mullvadvpn-b942b99f5aa828f7f44937be6970b11c63a2f013.zip
Update translations
-rw-r--r--ios/MullvadVPN/SettingsDNSTextCell.swift2
-rw-r--r--ios/MullvadVPN/en.lproj/Preferences.strings18
-rw-r--r--ios/MullvadVPN/en.lproj/Settings.strings3
3 files changed, 22 insertions, 1 deletions
diff --git a/ios/MullvadVPN/SettingsDNSTextCell.swift b/ios/MullvadVPN/SettingsDNSTextCell.swift
index baf3e3a772..e98300781e 100644
--- a/ios/MullvadVPN/SettingsDNSTextCell.swift
+++ b/ios/MullvadVPN/SettingsDNSTextCell.swift
@@ -30,7 +30,7 @@ class SettingsDNSTextCell: SettingsCell, UITextFieldDelegate {
textField.backgroundColor = .clear
textField.textColor = UIColor.TextField.textColor
textField.textMargins = UIMetrics.settingsCellLayoutMargins
- textField.placeholder = NSLocalizedString("DNS_TEXT_CELL_PLACEHOLDER", tableName: "Preferences", value: "Enter IP", comment: "")
+ textField.placeholder = NSLocalizedString("DNS_TEXT_CELL_PLACEHOLDER", tableName: "Settings", value: "Enter IP", comment: "")
textField.cornerRadius = 0
textField.keyboardType = .numbersAndPunctuation
textField.returnKeyType = .done
diff --git a/ios/MullvadVPN/en.lproj/Preferences.strings b/ios/MullvadVPN/en.lproj/Preferences.strings
index 7f70361f6c..74e87385d1 100644
--- a/ios/MullvadVPN/en.lproj/Preferences.strings
+++ b/ios/MullvadVPN/en.lproj/Preferences.strings
@@ -1,8 +1,26 @@
/* No comment provided by engineer. */
+"ADD_CUSTOM_DNS_SERVER_CELL_LABEL" = "Add a server";
+
+/* No comment provided by engineer. */
"BLOCK_ADS_CELL_LABEL" = "Block ads";
/* No comment provided by engineer. */
"BLOCK_TRACKERS_CELL_LABEL" = "Block trackers";
+/* No comment provided by engineer. */
+"CUSTOM_DNS_CELL_LABEL" = "Use custom DNS";
+
+/* No comment provided by engineer. */
+"CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_ACCESSIBILITY_HINT" = "Disable Block Ads and Block trackers to activate this setting.";
+
+/* No comment provided by engineer. */
+"CUSTOM_DNS_DISABLE_ADTRACKER_BLOCKING_FOOTNOTE" = "Disable Block Ads and Block trackers to activate this setting.";
+
+/* No comment provided by engineer. */
+"CUSTOM_DNS_NO_DNS_ENTRIES_ACCESSIBILITY_HINT" = "Please add at least one DNS domain to activate this setting.";
+
+/* No comment provided by engineer. */
+"CUSTOM_DNS_NO_DNS_ENTRIES_FOOTNOTE" = "Please add at least one DNS domain to activate this setting.";
+
/* Navigation title */
"NAVIGATION_TITLE" = "Preferences";
diff --git a/ios/MullvadVPN/en.lproj/Settings.strings b/ios/MullvadVPN/en.lproj/Settings.strings
index b221be2c46..ccc9fa8df3 100644
--- a/ios/MullvadVPN/en.lproj/Settings.strings
+++ b/ios/MullvadVPN/en.lproj/Settings.strings
@@ -10,6 +10,9 @@
/* No comment provided by engineer. */
"APP_VERSION_CELL_LABEL" = "App version";
+/* No comment provided by engineer. */
+"DNS_TEXT_CELL_PLACEHOLDER" = "Enter IP";
+
/* Navigation title */
"NAVIGATION_TITLE" = "Settings";