You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
staticletvpnLocationTitle=NSLocalizedString("vpn.location.title", value:"Location", comment:"Location section title in VPN settings")
212
204
213
-
staticletvpnExclusionsTitle=NSLocalizedString("vpn.exclusions.title", value:"Exclusions", comment:"Exclusions section title in VPN settings")
205
+
staticletvpnExclusionsTitle=NSLocalizedString("vpn.exclusions.title", value:"VPN Exclusions", comment:"Exclusions section title in VPN settings")
214
206
215
207
staticletvpnExcludedSitesTitle=NSLocalizedString("vpn.excluded.sites.title", value:"Excluded Websites", comment:"Excluded Sites title in VPN settings")
216
208
217
-
staticletvpnExcludedAppsTitle=NSLocalizedString("vpn.excluded.apps.title", value:"Excluded Apps", comment:"Excluded Apps title in VPN settings")
218
-
219
209
staticletvpnGeneralTitle=NSLocalizedString("vpn.general.title", value:"General", comment:"General section title in VPN settings")
220
210
221
211
staticletvpnShortcutsSettingsTitle=NSLocalizedString("vpn.shortcuts.settings.title", value:"Shortcuts", comment:"Shortcuts section title in VPN settings")
@@ -226,6 +216,12 @@ extension UserText {
226
216
227
217
staticletvpnNotificationsConnectionDropsOrStatusChangesTitle=NSLocalizedString("vpn.notifications.connection.drops.or.status.changes.title", value:"VPN connection drops or status changes", comment:"Title of the VPN notification option")
228
218
219
+
// MARK: - Excluded Apps
220
+
221
+
staticletvpnExcludedAppsTitle=NSLocalizedString("vpn.excluded.apps.title", value:"Excluded Apps", comment:"Excluded Apps title in VPN settings")
222
+
223
+
staticletvpnExcludedAppsDescription=NSLocalizedString("vpn.excluded.apps.description", value:"Add apps that aren’t compatible with VPNs to use them without turning off the VPN.", comment:"Excluded Apps description in VPN settings")
224
+
229
225
// MARK: - Location
230
226
231
227
staticletvpnLocationChangeButtonTitle=NSLocalizedString("vpn.location.change.button.title", value:"Change...", comment:"Title of the VPN location preference change button")
@@ -261,7 +257,7 @@ extension UserText {
261
257
262
258
// MARK: - Excluded Apps
263
259
264
-
staticletvpnExcludedAppsAddApp=NSLocalizedString("vpn.excluded.apps.add.app", value:"Add Application", comment:"Add Application button for the excluded apps view")
260
+
staticletvpnExcludedAppsAddApp=NSLocalizedString("vpn.excluded.apps.add.app", value:"Browse Applications", comment:"Add Application button for the excluded apps view")
0 commit comments