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 Font Inspector strings.
6# The Font Inspector is a panel accessible in the Inspector sidebar.
7
8# LOCALIZATION NOTE (fontinspector.system) This label indicates that the font is a local
9# system font.
10fontinspector.system=system
11
12# LOCALIZATION NOTE (fontinspector.noFontsUsedOnCurrentElement): This label is shown when
13# no fonts were used on the selected element.
14fontinspector.noFontsUsedOnCurrentElement=No fonts used on the current element.
15
16# LOCALIZATION NOTE (fontinspector.copyURL): This is the text that appears in a tooltip
17# displayed when the user hovers over the copy icon next to the font URL.
18# Clicking the copy icon copies the full font URL to the user's clipboard
19fontinspector.copyURL=Copy URL
20
21# LOCALIZATION NOTE (fontinspector.customInstanceName): Think of instances as presets
22# (groups of settings that apply in bulk to a thing). Instances have names. When the user
23# creates a new instance, it doesn't have a name. This is the text that appears as the
24# default name for a new instance. It shows up in a dropdown from which users can select
25# between predefined instances and this custom instance.
26fontinspector.customInstanceName=Custom
27
28# LOCALIZATION NOTE (fontinspector.fontInstanceLabel): This label is shown next to the UI
29# in the font editor which allows a user to select a font instance option from a
30# dropdown. An instance is like a preset. A "font instance" is the term used by the font
31# authors to mean a group of predefined font settings.
32fontinspector.fontInstanceLabel=Instance
33
34# LOCALIZATION NOTE (fontinspector.fontSizeLabel): This label is shown next to the UI
35# in the font editor which allows the user to change the font size.
36fontinspector.fontSizeLabel=Size
37
38# LOCALIZATION NOTE (fontinspector.fontWeightLabel): This label is shown next to the UI
39# in the font editor which allows the user to change the font weight.
40fontinspector.fontWeightLabel=Weight
41
42# LOCALIZATION NOTE (fontinspector.fontItalicLabel): This label is shown next to the UI
43# in the font editor which allows the user to change the style of the font to italic.
44fontinspector.fontItalicLabel=Italic
45
46# LOCALIZATION NOTE (fontinspector.showMore): Label for a collapsed list of fonts.
47fontinspector.showMore=Show more
48
49# LOCALIZATION NOTE (fontinspector.showLess): Label for an expanded list of fonts.
50fontinspector.showLess=Show less
51
52# LOCALIZATION NOTE (fontinspector.letterSpacingLabel): Label for the UI to change the
53# letter spacing in the font editor.
54fontinspector.letterSpacingLabel=Spacing
55
56# LOCALIZATION NOTE (fontinspector.lineHeightLabelCapitalized): Label for the UI to change the line height in the font editor.
57fontinspector.lineHeightLabelCapitalized=Line Height
58
59# LOCALIZATION NOTE (fontinspector.allFontsOnPageHeader): Header for the section listing
60# all the fonts on the current page.
61fontinspector.allFontsOnPageHeader=All Fonts on Page
62
63# LOCALIZATION NOTE (fontinspector.fontsUsedLabel): Label for the Font Editor section
64# which shows the fonts used on the selected element.
65fontinspector.fontsUsedLabel=Fonts Used
66
67# LOCALIZATION NOTE (fontinspector.previewTextPlaceholder): Placeholder for the input
68# where the user can type text to get a preview of it using a font.
69fontinspector.previewTextPlaceholder=Font Preview Text
70