forked from GehDoc/vscode-textile-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
28 lines (28 loc) · 2.56 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
{
"displayName": "Textile Language Features",
"description": "Provides rich language support for Textile.",
"textile.preview.breaks.desc": "Sets how line-breaks are rendered in the Textile preview. Setting it to 'true' creates a <br> for every newline.",
"textile.preview.linkify": "Enable or disable conversion of URL-like text to links in the Textile preview.",
"textile.preview.doubleClickToSwitchToEditor.desc": "Double click in the Textile preview to switch to the editor.",
"textile.preview.fontFamily.desc": "Controls the font family used in the Textile preview.",
"textile.preview.fontSize.desc": "Controls the font size in pixels used in the Textile preview.",
"textile.preview.lineHeight.desc": "Controls the line height used in the Textile preview. This number is relative to the font size.",
"textile.preview.markEditorSelection.desc": "Mark the current editor selection in the Textile preview.",
"textile.preview.scrollEditorWithPreview.desc": "When a Textile preview is scrolled, update the view of the editor.",
"textile.preview.scrollPreviewWithEditor.desc": "When a Textile editor is scrolled, update the view of the preview.",
"textile.preview.title": "Open Preview",
"textile.previewSide.title": "Open Preview to the Side",
"textile.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
"textile.showSource.title": "Show Source",
"textile.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the Textile preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the Textile file. All '\\' need to be written as '\\\\'.",
"textile.showPreviewSecuritySelector.title": "Change Preview Security Settings",
"textile.trace.desc": "Enable debug logging for the Textile extension.",
"textile.preview.refresh.title": "Refresh Preview",
"textile.preview.toggleLock.title": "Toggle Preview Locking",
"configuration.textile.preview.openTextileLinks.description": "Controls how links to other Textile files in the textile preview should be opened.",
"configuration.textile.preview.openTextileLinks.inEditor": "Try to open links in the editor",
"configuration.textile.preview.openTextileLinks.inPreview": "Try to open links in the Textile preview",
"configuration.textile.links.openLocation.description": "Controls where links in Textile files should be opened.",
"configuration.textile.links.openLocation.currentGroup": "Open links in the active editor group.",
"configuration.textile.links.openLocation.beside": "Open links beside the active editor."
}