layout/tools/layout-debug/ui/locale/en-US/layoutdebug.dtd

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!--
michael@0 2 -
michael@0 3 - This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 6
michael@0 7 <!ENTITY app.name.short "layoutdebug">
michael@0 8 <!ENTITY app.name.long "Layout Debugger">
michael@0 9 <!ENTITY app.version "prototype_a">
michael@0 10 <!ENTITY app.author "mozilla.org">
michael@0 11
michael@0 12 <!ENTITY ldb.MainWindow.title "Layout Debugger">
michael@0 13
michael@0 14 <!ENTITY ldb.Open.label "Open File…">
michael@0 15 <!ENTITY ldb.Open.accesskey "o">
michael@0 16 <!ENTITY ldb.Open.commandkey "o">
michael@0 17
michael@0 18 <!ENTITY ldb.BackButton.label "Back">
michael@0 19 <!ENTITY ldb.ForwardButton.label "Forward">
michael@0 20 <!ENTITY ldb.ReloadButton.label "Reload">
michael@0 21 <!ENTITY ldb.StopButton.label "Stop">
michael@0 22
michael@0 23
michael@0 24 <!ENTITY ldb.RegressionTestMenu.label "Regression-Test">
michael@0 25 <!ENTITY ldb.RegressionTestMenu.accesskey "R">
michael@0 26 <!ENTITY ldb.RunBaselineMenu.label "Run Baseline">
michael@0 27 <!ENTITY ldb.RunBaselineMenu.accesskey "B">
michael@0 28 <!ENTITY ldb.RunVerifyMenu.label "Run Verify">
michael@0 29 <!ENTITY ldb.RunVerifyMenu.accesskey "V">
michael@0 30 <!ENTITY ldb.RegressionPrintMode.label "Print Mode">
michael@0 31 <!ENTITY ldb.RegressionPrintMode.accesskey "P">
michael@0 32 <!ENTITY ldb.AddNewList.label "Add New List…">
michael@0 33 <!ENTITY ldb.AddNewList.accesskey "A">
michael@0 34 <!ENTITY ldb.RemoveListMenu.label "Remove List">
michael@0 35 <!ENTITY ldb.RemoveListMenu.accesskey "R">
michael@0 36
michael@0 37
michael@0 38 <!ENTITY ldb.ToggleMenu.label "Toggle">
michael@0 39 <!ENTITY ldb.ToggleMenu.accesskey "T">
michael@0 40
michael@0 41 <!ENTITY ldb.visualDebugging.label "Visual Debugging">
michael@0 42 <!ENTITY ldb.visualDebugging.accesskey "V">
michael@0 43 <!ENTITY ldb.visualEventDebugging.label "Visual Event Debugging">
michael@0 44 <!ENTITY ldb.visualEventDebugging.accesskey "E">
michael@0 45 <!ENTITY ldb.paintFlashing.label "Paint Flashing">
michael@0 46 <!ENTITY ldb.paintFlashing.accesskey "F">
michael@0 47 <!ENTITY ldb.paintDumping.label "Paint Dumping">
michael@0 48 <!ENTITY ldb.paintDumping.accesskey "P">
michael@0 49 <!ENTITY ldb.invalidateDumping.label "Invalidate Dumping">
michael@0 50 <!ENTITY ldb.invalidateDumping.accesskey "I">
michael@0 51 <!ENTITY ldb.eventDumping.label "Event Dumping">
michael@0 52 <!ENTITY ldb.eventDumping.accesskey "E">
michael@0 53 <!ENTITY ldb.motionEventDumping.label "Motion Event Dumping">
michael@0 54 <!ENTITY ldb.motionEventDumping.accesskey "M">
michael@0 55 <!ENTITY ldb.crossingEventDumping.label "Crossing Event Dumping">
michael@0 56 <!ENTITY ldb.crossingEventDumping.accesskey "C">
michael@0 57 <!ENTITY ldb.reflowCounts.label "Reflow Counts">
michael@0 58 <!ENTITY ldb.reflowCounts.accesskey "R">
michael@0 59
michael@0 60 <!ENTITY ldb.DumpMenu.label "Dump">
michael@0 61 <!ENTITY ldb.DumpMenu.accesskey "D">
michael@0 62
michael@0 63 <!ENTITY ldb.dumpWebShells.label "Web Shells">
michael@0 64 <!ENTITY ldb.dumpWebShells.accesskey "W">
michael@0 65 <!ENTITY ldb.dumpContent.label "Content">
michael@0 66 <!ENTITY ldb.dumpContent.accesskey "C">
michael@0 67 <!ENTITY ldb.dumpFrames.label "Frames">
michael@0 68 <!ENTITY ldb.dumpFrames.accesskey "F">
michael@0 69 <!ENTITY ldb.dumpViews.label "Views and Widgets">
michael@0 70 <!ENTITY ldb.dumpViews.accesskey "V">
michael@0 71 <!ENTITY ldb.dumpStyleSheets.label "Style Sheets">
michael@0 72 <!ENTITY ldb.dumpStyleSheets.accesskey "S">
michael@0 73 <!ENTITY ldb.dumpStyleContexts.label "Style Contexts">
michael@0 74 <!ENTITY ldb.dumpStyleContexts.accesskey "x">
michael@0 75 <!ENTITY ldb.dumpReflowStats.label "Reflow Statistics">
michael@0 76 <!ENTITY ldb.dumpReflowStats.accesskey "R">

mercurial