tor-browser

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

responsive.properties (8277B)


      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 Responsive Design Mode,
      6 # available from the Browser Tools sub-menu -> 'Responsive Design Mode'.
      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.editDeviceList2): Context menu item displayed in the
     15 # device selector.
     16 responsive.editDeviceList2=Edit List…
     17 
     18 # LOCALIZATION NOTE (responsive.exit): Tooltip text of the exit button.
     19 responsive.exit=Close Responsive Design Mode
     20 
     21 # LOCALIZATION NOTE (responsive.rotate): Tooltip text of the rotate button.
     22 responsive.rotate=Rotate viewport
     23 
     24 # LOCALIZATION NOTE (responsive.responsiveMode): Placeholder text for the
     25 # device selector.
     26 responsive.responsiveMode=Responsive
     27 
     28 # LOCALIZATION NOTE (responsive.enableTouch): Tooltip text for the touch
     29 # simulation button when it's disabled.
     30 responsive.enableTouch=Enable touch simulation
     31 
     32 # LOCALIZATION NOTE (responsive.disableTouch): Tooltip text for the touch
     33 # simulation button when it's enabled.
     34 responsive.disableTouch=Disable touch simulation
     35 
     36 # LOCALIZATION NOTE  (responsive.screenshot): Tooltip of the screenshot button.
     37 responsive.screenshot=Take a screenshot of the viewport
     38 
     39 # LOCALIZATION NOTE (responsive.screenshotGeneratedFilename): The auto generated
     40 # filename.
     41 # The first argument (%1$S) is the date string in yyyy-mm-dd format and the
     42 # second argument (%2$S) is the time string in HH.MM.SS format.
     43 responsive.screenshotGeneratedFilename=Screen Shot %1$S at %2$S
     44 
     45 # LOCALIZATION NOTE (responsive.remoteOnly): Message displayed in the tab's
     46 # notification box if a user tries to open Responsive Design Mode in a
     47 # non-remote tab.
     48 responsive.remoteOnly=Responsive Design Mode is only available for remote browser tabs, such as those used for web content in multi-process Firefox.
     49 
     50 # LOCALIZATION NOTE (responsive.changeDevicePixelRatio): Tooltip for the
     51 # device pixel ratio dropdown when is enabled.
     52 responsive.changeDevicePixelRatio=Change device pixel ratio of the viewport
     53 
     54 # LOCALIZATION NOTE (responsive.devicePixelRatio.auto): Tooltip for the device pixel ratio
     55 # dropdown when it is disabled because a device is selected.
     56 # The argument (%1$S) is the selected device (e.g. iPhone 6) that set
     57 # automatically the device pixel ratio value.
     58 responsive.devicePixelRatio.auto=Device pixel ratio automatically set by %1$S
     59 
     60 # LOCALIZATION NOTE (responsive.customDeviceName): Default value in a form to
     61 # add a custom device based on an arbitrary size (no association to an existing
     62 # device).
     63 responsive.customDeviceName=Custom Device
     64 
     65 # LOCALIZATION NOTE (responsive.customDeviceNameFromBase): Default value in a
     66 # form to add a custom device based on the properties of another.  %1$S is the
     67 # name of the device we're staring from, such as "Apple iPhone 6".
     68 responsive.customDeviceNameFromBase=%1$S (Custom)
     69 
     70 # LOCALIZATION NOTE (responsive.addDevice2): Button text that reveals a form to
     71 # be used for adding custom devices.
     72 responsive.addDevice2=Add Custom Device…
     73 
     74 # LOCALIZATION NOTE (responsive.deviceAdderName): Label of form field for the
     75 # name of a new device.
     76 responsive.deviceAdderName=Name
     77 
     78 # LOCALIZATION NOTE (responsive.deviceAdderSize): Label of form field for the
     79 # size of a new device.
     80 responsive.deviceAdderSize=Size
     81 
     82 # LOCALIZATION NOTE (responsive.deviceAdderPixelRatio2): Label of form field for
     83 # the device pixel ratio of a new device.
     84 responsive.deviceAdderPixelRatio2=Device Pixel Ratio
     85 
     86 # LOCALIZATION NOTE (responsive.deviceAdderUserAgent2): Label of form field for
     87 # the user agent of a new device.
     88 responsive.deviceAdderUserAgent2=User Agent String
     89 
     90 # LOCALIZATION NOTE (responsive.deviceAdderTouch2): Label of form field for the
     91 # touch input support of a new device.
     92 responsive.deviceAdderTouch2=Touch Screen
     93 
     94 # LOCALIZATION NOTE (responsive.deviceAdderSave): Button text that submits a
     95 # form to add a new device.
     96 responsive.deviceAdderSave=Save
     97 
     98 # LOCALIZATION NOTE (responsive.deviceAdderCancel): Button text that cancels a
     99 # form to add a new device.
    100 responsive.deviceAdderCancel=Cancel
    101 
    102 # LOCALIZATION NOTE (responsive.deviceDetails): Tooltip that appears when
    103 # hovering on a device in the device modal.  %1$S is the width of the device.
    104 # %2$S is the height of the device.  %3$S is the device pixel ratio value of the
    105 # device.  %4$S is the user agent of the device.  %5$S is a boolean value
    106 # noting whether touch input is supported.
    107 responsive.deviceDetails=Size: %1$S x %2$S\nDPR: %3$S\nUA: %4$S\nTouch: %5$S
    108 
    109 # LOCALIZATION NOTE (responsive.deviceDetails.browserAndOS): Used to display the browser
    110 # and the OS in a tooltip that appears when hovering on a device in the device modal.
    111 # %1$S: browser
    112 # %2$S: OS
    113 responsive.deviceDetails.browserAndOS=%1$S on %2$S
    114 
    115 # LOCALIZATION NOTE (responsive.deviceDetails.size): Used to display the pixel
    116 # size in a tooltip that appears when hovering on a device in the device modal.
    117 # %1$S: width
    118 # %2$S: height
    119 responsive.deviceDetails.size=Size: %1$S x %2$S
    120 
    121 # LOCALIZATION NOTE (responsive.deviceDetails.DPR): Used to display the DPR in a tooltip
    122 # that appears when hovering on a device in the device modal.
    123 # %1$S: device pixel ratio
    124 responsive.deviceDetails.DPR=DPR: %1$S
    125 
    126 # LOCALIZATION NOTE (responsive.deviceDetails.UA): Used to display the UA in a tooltip
    127 # that appears when hovering on a device in the device modal.
    128 # %1$S: user agent
    129 responsive.deviceDetails.UA=UA: %1$S
    130 
    131 # LOCALIZATION NOTE (responsive.deviceDetails.touch): Used to display a boolean value
    132 # which is whether the touch input is supported or not in a tooltip that appears when
    133 # hovering on a device in the device modal.
    134 # %1$S: touch
    135 responsive.deviceDetails.touch=Touch: %1$S
    136 
    137 # LOCALIZATION NOTE (responsive.devicePixelRatioOption): UI option in a menu to configure
    138 # the device pixel ratio. %1$S is the devicePixelRatio value of the device.
    139 responsive.devicePixelRatioOption=DPR: %1$S
    140 
    141 # LOCALIZATION NOTE (responsive.reloadConditions.touchSimulation): Label on checkbox used
    142 # to select whether to reload when touch simulation is toggled.
    143 responsive.reloadConditions.touchSimulation=Reload when touch simulation is toggled
    144 
    145 # LOCALIZATION NOTE (responsive.reloadConditions.userAgent): Label on checkbox used
    146 # to select whether to reload when user agent is changed.
    147 responsive.reloadConditions.userAgent=Reload when user agent is changed
    148 
    149 # LOCALIZATION NOTE (responsive.reloadNotification.description2): Text in notification bar
    150 # shown on first open to clarify that some features need a reload to apply.
    151 responsive.reloadNotification.description2=Device simulation changes require a reload to fully apply. Automatic reloads are disabled by default to avoid losing any changes in DevTools. You can enable reloading via the Settings menu.
    152 
    153 # LOCALIZATION NOTE (responsive.leftAlignViewport): Label on checkbox used in the settings
    154 # menu.
    155 responsive.leftAlignViewport=Left-align Viewport
    156 
    157 # LOCALIZATION NOTE (responsive.customUserAgent): This is the placeholder for the user
    158 # agent input in the responsive design mode toolbar.
    159 responsive.customUserAgent=Custom User Agent
    160 
    161 # LOCALIZATION NOTE (responsive.userAgentList): This is the title for the user agent
    162 # menu button, displayed next to custom user agent input in the toolbar
    163 responsive.userAgentList=Select a predefined User Agent
    164 
    165 responsive.showUserAgentInput=Show user agent
    166 
    167 # LOCALIZATION NOTE (responsive.deviceSettings): The header text for the device settings
    168 # view.
    169 responsive.deviceSettings=Device Settings
    170 
    171 # LOCALIZATION NOTE (responsive.deviceNameAlreadyInUse): This is the text shown when adding a new
    172 # device with an already existing device name.
    173 responsive.deviceNameAlreadyInUse=Device name already in use
    174 
    175 # LOCALIZATION NOTE (responsive.deviceFormUpdate): Button text that updates a custom
    176 # device when the form is submitted.
    177 responsive.deviceFormUpdate=Update