-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from PDConSec:fix/eng-translation-and-doc
Log setting, doc, localisation
- Loading branch information
Showing
16 changed files
with
180 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ node_modules | |
.vscode-test/ | ||
*.vsix | ||
/package.nls.*.json | ||
logs | ||
vscode-print.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
{ | ||
"configuration.title.print": "Printing", | ||
"commands.category": "Printing", | ||
"commands.title.print": "Print", | ||
"commands.title.printFolder": "Print content of folder", | ||
"commands.title.help": "Open the manual", | ||
"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": "[Stylesheet preview is available online](https://highlightjs.org/static/demo/). Only 'light' versions are offered because paper is white.", | ||
"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.folder.fileNames.title":"Include file names", | ||
"print.folder.fileNames.description":"Include file names as section titles when printing content of a folder", | ||
"print.folder.include.title": "Folder content include pattern", | ||
"print.folder.include.description": "A glob pattern for inclusions when printing the content of a folder. Empty means all.", | ||
"print.folder.exclude.title": "Folder content exclude pattern", | ||
"print.folder.exclude.description": "A glob pattern for exclusions when printing the content of a folder. Files of types that are known to be binary are always excluded.", | ||
"print.folder.maxLines.title": "Maximum lines", | ||
"print.folder.maxLines.description": "Upper limit for file size, in lines of text. Files larger than this are ignored.", | ||
"print.fontSize.title": "Font size", | ||
"print.fontSize.description": "Font size", | ||
"print.lineNumbers.title": "Numbering", | ||
"print.lineNumbers.description": "Print with line numbers", | ||
"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.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.renderMarkdown.title": "Render Markdown", | ||
"print.renderMarkdown.description": "Render Markdown as HTML when printing", | ||
"print.webserverUptimeSeconds.title": "Webserver timeout ", | ||
"print.webserverUptimeSeconds.description": "Time in seconds that the embedded webserver remains available after starting to service a print job." | ||
} | ||
"configuration.title.print": "Printing", | ||
"commands.category": "Printing", | ||
"commands.title.print": "Print", | ||
"commands.title.printFolder": "Print content of folder", | ||
"commands.title.help": "Open the manual", | ||
"commands.title.openLog": "Open the vscode-print log file", | ||
"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": "[Stylesheet preview is available online](https://highlightjs.org/static/demo/). Only 'light' versions are offered because paper is white.", | ||
"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.folder.fileNames.title": "Include file names", | ||
"print.folder.fileNames.description": "Include file names as section titles when printing content of a folder", | ||
"print.folder.include.title": "Folder content include pattern", | ||
"print.folder.include.description": "A glob pattern for inclusions when printing the content of a folder. Empty means all.", | ||
"print.folder.exclude.title": "Folder content exclude pattern", | ||
"print.folder.exclude.description": "A glob pattern for exclusions when printing the content of a folder. Files of types that are known to be binary are always excluded.", | ||
"print.folder.maxLines.title": "Maximum lines", | ||
"print.folder.maxLines.description": "Upper limit for file size, in lines of text. Files larger than this are ignored.", | ||
"print.fontSize.title": "Font size", | ||
"print.fontSize.description": "Font size", | ||
"print.lineNumbers.title": "Numbering", | ||
"print.lineNumbers.description": "Print with line numbers", | ||
"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.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.renderMarkdown.title": "Render Markdown", | ||
"print.renderMarkdown.description": "Render Markdown as HTML when printing", | ||
"print.webserverUptimeSeconds.title": "Webserver timeout ", | ||
"print.webserverUptimeSeconds.description": "Time in seconds that the embedded webserver remains available after starting to service a print job.", | ||
"print.logLevel.markdownDescription": "Log level `Error` will log only errors (very few entries) whereas `info` will log errors, warnings and info. `Silly` will log absolutely everything. `Debug` is good for troubleshooting but the log file will grow fast." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.