tor-browser

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

layoutdebug.ftl (2303B)


      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 ### This file is not in a locales directory to prevent it from being
      6 ### translated as the layout debugger is only available in debug builds.
      7 
      8 layoutdebug-main-window =
      9     .title = Layout Debugger
     10 
     11 layoutdebug-back-button =
     12     .label = Back
     13 layoutdebug-forward-button =
     14     .label = Forward
     15 layoutdebug-reload-button =
     16     .label = Reload
     17 layoutdebug-stop-button =
     18     .label = Stop
     19 
     20 ## Toggle Menu
     21 
     22 layoutdebug-toggle-menu =
     23     .label = Toggle
     24     .accesskey = T
     25 layoutdebug-paint-dumping =
     26     .label = Paint Dumping
     27     .accesskey = P
     28 layoutdebug-invalidate-dumping =
     29     .label = Invalidate Dumping
     30     .accesskey = I
     31 layoutdebug-event-dumping =
     32     .label = Event Dumping
     33     .accesskey = E
     34 layoutdebug-motion-event-dumping =
     35     .label = Motion Event Dumping
     36     .accesskey = M
     37 layoutdebug-crossing-event-dumping =
     38     .label = Crossing Event Dumping
     39     .accesskey = C
     40 layoutdebug-reflow-counts =
     41     .label = Reflow Counts
     42     .accesskey = R
     43 layoutdebug-paged-mode =
     44     .label = Paged Mode
     45     .accesskey = g
     46 layoutdebug-deterministic-frame-dumping =
     47     .label = Deterministic Frame Dumping
     48     .accesskey = D
     49 layoutdebug-anonymous-subtree-dumping =
     50     .label = Anonymous Subtree Dumping
     51     .accesskey = A
     52 
     53 ## Dump Menu
     54 
     55 layoutdebug-dump-menu =
     56     .label = Dump
     57     .accesskey = D
     58 layoutdebug-dump-content =
     59     .label = Content
     60     .accesskey = C
     61 layoutdebug-dump-frames =
     62     .label = Frames (app units)
     63     .accesskey = F
     64 layoutdebug-dump-frames-in-css-pixels =
     65     .label = Frames (CSS pixels)
     66     .accesskey = p
     67 layoutdebug-dump-text-runs =
     68     .label = Text Runs
     69     .accesskey = T
     70 layoutdebug-dump-counter-manager =
     71     .label = CSS Counters
     72     .accesskey = n
     73 layoutdebug-dump-retained-display-list =
     74     .label = Retained Display List
     75     .accesskey = L
     76 layoutdebug-dump-style-sheets =
     77     .label = Style Sheets
     78     .accesskey = S
     79 layoutdebug-dump-matched-rules =
     80     .label = Matched CSS Rules
     81     .accesskey = M
     82 layoutdebug-dump-computed-styles =
     83     .label = Style Contexts
     84     .accesskey = x
     85 layoutdebug-dump-reflow-stats =
     86     .label = Reflow Statistics
     87     .accesskey = R