tor-browser

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

changes.properties (3071B)


      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 This file contains the strings for the Changes panel accessible from
      6 # the Inspector sidebar.
      7 
      8 # LOCALIZATION NOTE (changes.noChanges): This text is shown when no changes are available.
      9 changes.noChanges=No changes found.
     10 
     11 # LOCALIZATION NOTE (changes.noChangesDescription): This text is shown when no changes are
     12 # available and provides additional context for the purpose of the Changes panel.
     13 changes.noChangesDescription=Changes to CSS in Inspector will appear here.
     14 
     15 # LOCALIZATION NOTE (changes.inlineStyleSheetLabel2): This label appears in the Changes
     16 # panel above changes done to inline stylesheets.
     17 changes.inlineStyleSheetLabel2=Inline
     18 
     19 # LOCALIZATION NOTE (changes.elementStyleLabel): This label appears in the Changes
     20 # panel above changes done to element styles.
     21 changes.elementStyleLabel=Element
     22 
     23 # LOCALIZATION NOTE (changes.iframeLabel): This label appears next to URLs of stylesheets
     24 # and element inline styles hosted by iframes. Lowercase intentional.
     25 changes.iframeLabel=iframe
     26 
     27 # LOCALIZATION NOTE (changes.contextmenu.copy): Label for "Copy" option in Changes panel
     28 # context menu
     29 changes.contextmenu.copy=Copy
     30 
     31 # LOCALIZATION NOTE (changes.contextmenu.copy.accessKey): Access key for "Copy"
     32 # option in the Changes panel.
     33 changes.contextmenu.copy.accessKey=C
     34 
     35 # LOCALIZATION NOTE (changes.contextmenu.copyAllChanges): Label for "Copy All Changes"
     36 # option in Changes panel context menu which copies all changed CSS declarations from a
     37 # stylesheet
     38 changes.contextmenu.copyAllChanges=Copy All Changes
     39 
     40 # LOCALIZATION NOTE (changes.contextmenu.copyAllChangesDescription): Detailed explanation
     41 # for "Copy All Changes" option in Changes panel. Used as title attribute on "Copy All
     42 # Changes" button
     43 changes.contextmenu.copyAllChangesDescription=Copy a list of all CSS changes to clipboard.
     44 
     45 # LOCALIZATION NOTE (changes.contextmenu.copyDeclaration): Label for "Copy Declaration"
     46 # option in Changes panel context menu which copies the target CSS declaration.
     47 changes.contextmenu.copyDeclaration=Copy Declaration
     48 
     49 # LOCALIZATION NOTE (changes.contextmenu.copyRule): Label for "Copy Rule" option in
     50 # Changes panel context menu which copies the complete contents of a CSS rule.
     51 changes.contextmenu.copyRule=Copy Rule
     52 
     53 # LOCALIZATION NOTE (changes.contextmenu.copyRuleDescription): Detailed explanation for
     54 # "Copy Rule" option in Changes panel. Used as title attribute on "Copy Rule" button.
     55 changes.contextmenu.copyRuleDescription=Copy contents of this CSS rule to clipboard.
     56 
     57 # LOCALIZATION NOTE (changes.contextmenu.selectAll): Label for "Select All" option in the
     58 # Changes panel context menu to select all text content.
     59 changes.contextmenu.selectAll=Select All
     60 
     61 # LOCALIZATION NOTE (changes.contextmenu.selectAll.accessKey): Access key for "Select All"
     62 # option in the Changes panel.
     63 changes.contextmenu.selectAll.accessKey=A