forked from PDConSec/vsc-print
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.en.json
35 lines (35 loc) · 2.28 KB
/
package.nls.en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"configuration.title.print": "Printing",
"commands.category": "Printing",
"commands.title.print": "Print",
"commands.title.printFolder": "Print Folder",
"commands.title.browse": "Browse for stylesheets",
"print.renderMarkdown.title": "Render Markdown",
"print.renderMarkdown.description": "Render markdown as HTML when printing",
"print.lineNumbers.title": "print.lineNumbers",
"print.lineNumbers.description": "Print with line numbers",
"print.alternateBrowser.title": "Alternate browser",
"print.alternateBrowser.description": "Use the alternate browser",
"print.browserPath.title": "Browser path",
"print.browserPath.description": "Path to the executable of an alternate browser",
"print.colourScheme.title": "Colour scheme",
"print.colourScheme.markdownDescription": "Press `F1` then `Print: Browse for stylesheet` to choose a highlightjs compatible stylesheet. If you choose a file outside the stylesheet cache it will be copied to the cache. Paper is white so choose light themes for dark text.",
"print.printAndClose.title": "Close after printing",
"print.printAndClose.description": "Show the Print dialog when the browser is ready, and try to close the page after printing is done or cancelled",
"print.editorContextMenuItemPosition.title": "Editor context-menu position",
"print.editorContextMenuItemPosition.markdownDescription": "The position of `Print` in the editor context menu",
"print.editorTitleMenuButton.description": "Print the content of the active editor",
"print.fontSize.title": "Font size",
"print.fontSize.description": "Font size",
"print.lineSpacing.title": "Line spacing",
"print.lineSpacing.description": "Vertical spacing of lines",
"print.lineSpacing.single": "Single spaced",
"print.lineSpacing.line-and-a-half": "Line and a half",
"print.lineSpacing.double": "Double spaced",
"print.folder.fileNames.title": "Print file names",
"print.folder.fileNames.description": "Whether to title the content of each file with its file name.",
"print.folder.include": "Patterns to include when printing. Empty includes everything.",
"print.folder.exclude": "Patterns to exclude when printing.",
"print.folder.maxLines": "Files with more lines than this will be ignored.",
"print.folder.gitignore": "If files from .gitignore should be ignored."
}