tor-browser

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

styleeditor.properties (3502B)


      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 Style Editor.
      6 # LOCALIZATION NOTE The correct localization of this file might be to keep it
      7 # in English, or another language commonly spoken among web developers.
      8 # You want to make that choice consistent across the developer tools.
      9 # A good criteria is the language in which you'd find the best documentation
     10 # on web development on the web.
     11 
     12 # LOCALIZATION NOTE  (inlineStyleSheet): This is the name used for an style sheet
     13 # that is declared inline in the <style> element. Shown in the stylesheets list.
     14 # the argument is the index (order) of the containing <style> element in the
     15 # document.
     16 inlineStyleSheet=<inline style sheet #%S>
     17 
     18 # LOCALIZATION NOTE  (constructedStyleSheet): This is the name used for an style sheet
     19 # that is inserted via document.adoptedStyleSheets. Shown in the stylesheets list.
     20 # the argument is the index (order) of the stylesheet in document.adoptedStyleSheets.
     21 constructedStyleSheet=<constructed style sheet #%S>
     22 
     23 # LOCALIZATION NOTE  (newStyleSheet): This is the default name for a new
     24 # user-created style sheet.
     25 newStyleSheet=New style sheet #%S
     26 
     27 # LOCALIZATION NOTE  (error-load): This is shown when loading fails.
     28 error-load=Style sheet could not be loaded.
     29 
     30 # LOCALIZATION NOTE  (error-save): This is shown when saving fails.
     31 error-save=Style sheet could not be saved.
     32 
     33 # LOCALIZATION NOTE  (importStyleSheet.title): This is the file picker title,
     34 # when you import a style sheet into the Style Editor.
     35 importStyleSheet.title=Import style sheet
     36 
     37 # LOCALIZATION NOTE  (importStyleSheet.filter): This is the *.css filter title
     38 importStyleSheet.filter=CSS files
     39 
     40 # LOCALIZATION NOTE  (saveStyleSheet.title): This is the file picker title,
     41 # when you save a style sheet from the Style Editor.
     42 saveStyleSheet.title=Save style sheet
     43 
     44 # LOCALIZATION NOTE  (saveStyleSheet.filter): This is the *.css filter title
     45 saveStyleSheet.filter=CSS files
     46 
     47 # LOCALIZATION NOTE  (saveStyleSheet.commandkey): This the key to use in
     48 # conjunction with accel (Command on Mac or Ctrl on other platforms) to Save
     49 saveStyleSheet.commandkey=S
     50 
     51 # LOCALIZATION NOTE  (focusFilterInput.commandkey): This is the key to use in
     52 # conjunction with accel (Command on Mac or Ctrl on other platforms) to focus the
     53 # filter input. Don't use "F" as it's used by the CodeMirror editor to perform an
     54 # in-file search; if possible, keep it the same as sources.search.key2.
     55 focusFilterInput.commandkey=P
     56 
     57 # LOCALIZATION NOTE  (showOriginalSources.label): This is the label on the context
     58 # menu item to toggle showing original sources in the editor.
     59 showOriginalSources.label=Show Original Sources
     60 
     61 # LOCALIZATION NOTE  (showOriginalSources.accesskey): This is the access key for
     62 # the menu item to toggle showing original sources in the editor.
     63 showOriginalSources.accesskey=o
     64 
     65 # LOCALIZATION NOTE  (showAtRulesSidebar.label): This is the label on the context
     66 # menu item to toggle showing at-rules shortcuts in a sidebar.
     67 # "@media" and "@supports" should not be translated as they are CSS rule identifiers.
     68 showAtRulesSidebar.label=Show At-rules Sidebar (@media, @supports, …)
     69 
     70 # LOCALIZATION NOTE  (showAtRulesSidebar.accesskey): This is the access key for
     71 # the menu item to toggle showing the at-rules sidebar.
     72 showAtRulesSidebar.accesskey=a