tor-browser

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

network-throttling.properties (2038B)


      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 # LOCALIZATION NOTE These strings are used inside the NetworkThrottlingMenu
      6 # component used to throttle network bandwidth.
      7 #
      8 # The correct localization of this file might be to keep it in
      9 # English, or another language commonly spoken among web developers.
     10 # You want to make that choice consistent across the developer tools.
     11 # A good criteria is the language in which you'd find the best
     12 # documentation on web development on the web.
     13 
     14 # LOCALIZATION NOTE (responsive.noThrottling): UI option in a menu to configure
     15 # network throttling.  This option is the default and disables throttling so you
     16 # just have normal network conditions.  There is not very much room in the UI
     17 # so a short string would be best if possible.
     18 responsive.noThrottling=No Throttling
     19 
     20 # LOCALIZATION NOTE (responsive.Offline): UI option in a menu to configure
     21 # network throttling.  The "Offline" options will make the browser behave as if
     22 # there was no network connection available.
     23 responsive.offline=Offline
     24 
     25 # LOCALIZATION NOTE (throttling.profile.description): Tooltip for the throttling
     26 # profile menu, which gives details about the hovered profile.
     27 # %1$S: Download speed value (number)
     28 # %2$S: Download speed unit (eg "Kbps", "Mbps")
     29 # %3$S: Upload speed value (number)
     30 # %4$S: Upload speed unit (eg "Kbps", "Mbps")
     31 # %5$S: Latency value, (number, in ms)
     32 throttling.profile.description = download %1$S%2$S, upload %3$S%4$S, latency %5$Sms
     33 
     34 # LOCALIZATION NOTE (throttling.profile.description): Text used for the throttling
     35 # profile menu items.
     36 # %1$S: Profile name
     37 # %2$S: Download speed value (number)
     38 # %3$S: Download speed unit (eg "Kbps", "Mbps")
     39 # %4$S: Upload speed value (number)
     40 # %5$S: Upload speed unit (eg "Kbps", "Mbps")
     41 # %6$S: Latency value, (number, in ms)
     42 throttling.profile.label = %1$S (↓ %2$S%3$S ↑ %4$S%5$S ⏲ %6$Sms)