-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.nls.json
38 lines (38 loc) · 3.62 KB
/
package.nls.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
36
37
38
{
"configuration.title.print": "Printing",
"commands.category": "Printing",
"commands.title.print": "Print",
"commands.title.preview": "Print preview",
"commands.title.help": "Open the manual",
"commands.title.openLog": "Open the log file",
"print.alternateBrowser.description": "Use the alternate browser",
"print.browserPath.description": "Path to the executable of an alternate browser",
"print.colourScheme.markdownDescription": "[Stylesheet preview is available online](https://highlightjs.org/demo/). Only 'light' versions are offered because paper is white.",
"print.editorContextMenuItemPosition.description": "The position of 'Print' in the editor context menu",
"print.editorTitleMenuButtonPrint.description": "Show Print icon on the toolbar above an active editor",
"print.editorTitleMenuButtonPreview.description": "Show Print Preview icon on the toolbar above an active editor",
"print.filepathAsDocumentHeading.description": "Optional heading at the start of each file",
"print.filepathHeadingForIndividuallyPrintedDocuments.description": "Show the file path as a heading when a document is printed individually",
"print.filepathInDocumentTitle.description": "HTML page title, used by some browsers in the page header. For the heading that can appear at the start of the document, see 'Filepath as Document Heading'",
"print.filepathInDocumentTitle.markdownEnumDescription1": "`filename.ext`",
"print.filepathInDocumentTitle.markdownEnumDescription2": "`C:\\...\\folder-containing\\filename.ext` (you will have to edit the name when saving a PDF)",
"print.filepathInDocumentTitle.markdownEnumDescription3": "A path relative to the workspace folder",
"print.folder.fileNames.description": "Include file names as section titles when printing content of a directory",
"print.folder.include.description": "Folder content include pattern",
"print.folder.exclude.description": "A glob pattern for exclusions when printing the content of a directory.",
"print.folder.maxFiles.description": "The maximum number of files that folder print will render. For a folder with more files, you get only the summary.",
"print.folder.maxLines.description": "Upper limit for file size, in lines of text. Files larger than this are ignored.",
"print.folder.includeFileList.description": "Begin with a list of files when printing the content of a directory.",
"print.fontSize.description": "Font size",
"print.lineNumbers.description": "Print with line numbers",
"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.preview.description": "Preview the rendered document in a brower",
"print.renderMarkdown.description": "Render Markdown as HTML when printing",
"print.rejectUnauthorisedTls.description": "Reject unauthorised TLS",
"print.stylesheets": "URLs or paths for extra CSS stylesheets. For workspace relative paths, use 'workspace.resource/path/to/your.css'. Otherwise, paths should be relative to the base document ('./my.css' would be in the same folder as the document), or absolute (https://...)",
"print.logLevel.description": "Log level 'Error' will log only errors (very few entries) whereas 'info' will log errors, warnings and info. 'Debug' is good for troubleshooting. 'Silly' will log absolutely everything but the log file will grow fast.",
"print.krokiUrl.markdownDescription": "URL for Kroki diagram rendering service. To get you going this defaults to the internet service but you should [install your own](https://kroki.io/#install) as soon as possible."
}