tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ipProtection.ftl (5617B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # As this feature is currently not localized, this brand is temporarily defined
      6 # in this file. It should be moved to toolkit/toolkit/branding/brandings.ftl
      7 # before exposing it to localization
      8 -firefox-vpn-brand-name = Firefox VPN
      9 
     10 ## Toolbar button tooltip reflects VPN state
     11 
     12 ipprotection-button =
     13   .label = { -firefox-vpn-brand-name }
     14   .tooltiptext = { -firefox-vpn-brand-name }
     15 
     16 ipprotection-button-error =
     17   .label = Turn { -firefox-vpn-brand-name } on
     18   .tooltiptext = Turn { -firefox-vpn-brand-name } on
     19 
     20 ##
     21 
     22 # The word "Beta" is intended to be uppercase in the experiment label.
     23 ipprotection-experiment-badge =
     24   .label = BETA
     25 
     26 ipprotection-help-button =
     27   .tooltiptext = Open { -firefox-vpn-brand-name } support page
     28 
     29 ipprotection-title = { -firefox-vpn-brand-name }
     30 
     31 ## Feature introduction callout
     32 
     33 ipprotection-feature-introduction-title = Free { -firefox-vpn-brand-name }, right inside your browser
     34 ipprotection-feature-introduction-link-text = You’ve been selected for early access to our new, <a data-l10n-name="learn-more-vpn">built-in VPN</a>. Hide your location and add extra encryption to your browsing in { -brand-product-name }. Sign in to get started.
     35 ipprotection-feature-introduction-button-primary = Next
     36 ipprotection-feature-introduction-button-secondary-not-now = Not now
     37 ipprotection-feature-introduction-button-secondary-no-thanks = No thanks
     38 
     39 ## Panel
     40 
     41 upgrade-vpn-title = Get peace of mind with full-device protection
     42 upgrade-vpn-paragraph = Protect yourself beyond the browser with <a data-l10n-name="learn-more-vpn">{ -mozilla-vpn-brand-name }</a>. Customize your VPN location, set site-specific locations, and enjoy enhanced security whether you’re at home or on public Wi-Fi.
     43 upgrade-vpn-button = Upgrade
     44 
     45 signed-out-vpn-title = Sign in to boost your browser’s privacy with free { -firefox-vpn-brand-name }
     46 signed-out-vpn-message = You’ve been selected for early access to our new, <a data-l10n-name="learn-more-vpn-signed-out">built-in VPN</a>. Enhance your browser’s protection by hiding your location and encrypting your traffic.
     47 sign-in-vpn = Next
     48 
     49 ## Status card
     50 
     51 ipprotection-connection-status-on =
     52   .label = VPN is on
     53 ipprotection-connection-status-off =
     54   .label = VPN is off
     55 
     56 # The panel status card has a header, as well as VPN server location name displayed under it when the VPN is on.
     57 # Location refers to the VPN server geographical position.
     58 ipprotection-location-title =
     59   .title = Location selected based on fastest server
     60 
     61 ipprotection-site-settings-control =
     62   .label = Website settings
     63 
     64 # Variables:
     65 #   $sitename (String) - The name of the site that we're currently on (eg. example.com)
     66 ipprotection-site-settings-button-vpn-off =
     67   .label = { $sitename }
     68   .description = VPN is off
     69 
     70 # Variables:
     71 #   $sitename (String) - The name of the site that we're currently on (eg. example.com)
     72 ipprotection-site-settings-button-vpn-on =
     73   .label = { $sitename }
     74   .description = VPN is on
     75 
     76 # When VPN is toggled on
     77 ipprotection-toggle-active =
     78   .aria-label = Turn VPN off
     79 # When VPN is toggled off
     80 ipprotection-toggle-inactive =
     81   .aria-label = Turn VPN on
     82 
     83 # Button to turn off the VPN
     84 ipprotection-button-turn-vpn-off = Turn off VPN
     85 # Button to turn on the VPN
     86 ipprotection-button-turn-vpn-on = Turn on VPN
     87 
     88 ## Messages and errors
     89 
     90 ipprotection-message-generic-error =
     91   .heading = Couldn’t connect to VPN
     92   .message = Try again in a few minutes.
     93 
     94 ipprotection-message-bandwidth-warning =
     95   .heading = You’re almost at your bandwidth limit
     96   .message = You have 1 GB of the allocated 150 GB left this month.
     97 
     98 ipprotection-message-continuous-onboarding-intro = Turn on VPN to hide your location and add extra encryption to your browsing.
     99 ipprotection-message-continuous-onboarding-autostart = <a data-l10n-name="setting-link">Set VPN to turn on</a> every time you open { -brand-short-name } for an extra layer of protection.
    100 ipprotection-message-continuous-onboarding-site-settings = { -brand-short-name } will remember which websites you’ve set to use VPN. Update these in <a data-l10n-name="setting-link">settings</a> anytime.
    101 
    102 ## IP Protection Settings
    103 
    104 ip-protection-description =
    105   .label = { -firefox-vpn-brand-name }
    106   .description = Hides your location and adds extra encryption to your browsing in { -brand-short-name }.
    107 ip-protection-learn-more = Learn more
    108 
    109 ip-protection-site-exceptions =
    110   .label = Site specific settings
    111 
    112 # Variables:
    113 #   $count (number) - The number of sites saved as VPN exclusions.
    114 ip-protection-site-exceptions-all-sites-button =
    115   .label = Manage website settings
    116   .description =
    117     { $count ->
    118         [one] { $count } website
    119        *[other] { $count } websites
    120     }
    121 
    122 ip-protection-autostart =
    123   .label = Turn on VPN automatically
    124 ip-protection-autostart-checkbox =
    125   .label = When I open { -brand-short-name }
    126 ip-protection-autostart-private-checkbox =
    127   .label = In private windows
    128 
    129 ip-protection-contact-support-link =
    130   .label = Contact support
    131 ip-protection-upgrade-link =
    132   .label = Upgrade to { -mozilla-vpn-brand-name }
    133 
    134 ## IP Protection dialogs
    135 
    136 ip-protection-exceptions-dialog-window =
    137   .title = Where to use { -firefox-vpn-brand-name }
    138 ip-protection-exclusions-desc = Use VPN for all websites except ones on this list. Add websites to this list by turning { -firefox-vpn-brand-name } on or off for any site in the VPN panel.
    139 
    140 ipprotection-site-settings-title =
    141   .title = VPN site settings
    142 
    143 ##