tor-browser

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

components.properties (2808B)


      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 in the shared React components,
      6 # so files in `devtools/client/shared/components/*`.
      7 
      8 # LOCALIZATION NOTE (frame.unknownSource): When we do not know the source filename of
      9 # a frame, we use this string instead.
     10 frame.unknownSource=(unknown)
     11 
     12 # LOCALIZATION NOTE (frame.viewsourceindebugger): The label for the tooltip when hovering over
     13 # a source link that links to the debugger.
     14 # %S represents the URL to match in the debugger.
     15 frame.viewsourceindebugger=View source in Debugger → %S
     16 
     17 # LOCALIZATION NOTE (frame.viewsourceinstyleeditor): The label for the tooltip when hovering over
     18 # a source link that links to the Style Editor.
     19 # %S represents the URL to match in the style editor.
     20 frame.viewsourceinstyleeditor=View source in Style Editor → %S
     21 
     22 # LOCALIZATION NOTE (notificationBox.closeTooltip): The content of a tooltip that
     23 # appears when hovering over the close button in a notification box.
     24 notificationBox.closeTooltip=Close this message
     25 
     26 # LOCALIZATION NOTE (appErrorBoundary.description): This is the information displayed
     27 # once the panel errors.
     28 # %S represents the name of panel which has the crash.
     29 appErrorBoundary.description=The %S panel has crashed.
     30 
     31 # LOCALIZATION NOTE (appErrorBoundary.fileBugButton): This is the text that appears in
     32 # the button to visit the bug filing link.
     33 appErrorBoundary.fileBugButton=File Bug Report
     34 
     35 # LOCALIZATION NOTE (appErrorBoundary.reloadPanelInfo): This is the text that appears
     36 # after the panel errors to instruct the user to reload the panel.
     37 appErrorBoundary.reloadPanelInfo=Close and reopen the toolbox to clear this error.
     38 
     39 # LOCALIZATION NOTE(searchModifier.regExpModifier): A search option
     40 # when searching text in a file
     41 searchModifier.regExpModifier=Use Regular Expression
     42 
     43 # LOCALIZATION NOTE(searchModifier.caseSensitiveModifier): A search option
     44 # when searching text in a file
     45 searchModifier.caseSensitiveModifier=Match Case
     46 
     47 # LOCALIZATION NOTE(searchModifier.wholeWordModifier): A search option
     48 # when searching text in a file
     49 searchModifier.wholeWordModifier=Match Whole Word
     50 
     51 # LOCALIZATION NOTE (searchBox.clearButtonTitle): The title of the SearchBox clear input
     52 # button, which is displayed when the input is not empty.
     53 searchBox.clearButtonTitle=Clear filter input
     54 
     55 # LOCALIZATION NOTE treeNode.collapseButtonTitle): The title of the Tree node toggle
     56 # button when the node is expanded.
     57 treeNode.collapseButtonTitle=Collapse
     58 
     59 # LOCALIZATION NOTE treeNode.expandButtonTitle): The title of the Tree node toggle
     60 # button when the node is collapsed.
     61 treeNode.expandButtonTitle=Expand