#
Main.title=Scrivenvar
Main.menu.file=_File
Main.menu.file.new=New
Main.menu.file.open=Open...
Main.menu.file.close=Close
Main.menu.file.close_all=Close All
Main.menu.file.save=Save
Main.menu.file.save_all=Save All
Main.menu.file.exit=Exit
Main.menu.edit=_Edit
Main.menu.edit.undo=_Undo
Main.menu.edit.redo=_Redo
Main.menu.edit.find=_Find
Main.menu.edit.find.replace=Re_place
Main.menu.edit.find.next=Find _Next
Main.menu.edit.find.previous=Find _Previous
Main.menu.insert=_Insert
Main.menu.insert.bold=Bold
Main.menu.insert.italic=Italic
Main.menu.insert.superscript=Superscript
Main.menu.insert.subscript=Subscript
Main.menu.insert.strikethrough=Strikethrough
Main.menu.insert.blockquote=Blockquote
Main.menu.insert.code=Inline Code
Main.menu.insert.fenced_code_block=Fenced Code Block
Main.menu.insert.fenced_code_block.prompt=Enter code here
Main.menu.insert.link=Link...
Main.menu.insert.image=Image...
Main.menu.insert.header_1=Header 1
Main.menu.insert.header_1.prompt=header 1
Main.menu.insert.header_2=Header 2
Main.menu.insert.header_2.prompt=header 2
Main.menu.insert.header_3=Header 3
Main.menu.insert.header_3.prompt=header 3
Main.menu.insert.header_4=Header 4
Main.menu.insert.header_4.prompt=header 4
Main.menu.insert.header_5=Header 5
Main.menu.insert.header_5.prompt=header 5
Main.menu.insert.header_6=Header 6
Main.menu.insert.header_6.prompt=header 6
Main.menu.insert.unordered_list=Unordered List
Main.menu.insert.ordered_list=Ordered List
Main.menu.insert.horizontal_rule=Horizontal Rule
Main.menu.tools=_Tools
Main.menu.tools.options=Options
Main.menu.help=_Help
Main.menu.help.about=About ${Main.title}
Main.statusbar.line=Line {0} of {1}
Main.statusbar.state.default=OK
Dialog.about.title=About
Dialog.about.header=${Main.title}
Dialog.about.content=Copyright 2016 White Magic Software, Ltd.\n\nBased on Markdown Writer FX by Karl Tauber
FileEditor.untitled=Untitled
FileEditor.loadFailed.message=Failed to load ''{0}''.\n\nReason: {1}
FileEditor.loadFailed.title=Load
FileEditor.saveFailed.message=Failed to save ''{0}''.\n\nReason: {1}
FileEditor.saveFailed.title=Save
Dialog.file.choose.open.title=Open File
Dialog.file.choose.save.title=Save File
Dialog.file.choose.filter.title.markdown=Markdown Files
Dialog.file.choose.filter.title.definition=Definition Files
Dialog.file.choose.filter.title.xml=XML Files
Dialog.file.choose.filter.title.all=All Files
Alert.file.close.title=Close
Alert.file.close.text=Save changes to {0}?
Pane.defintion.node.root.title=Definitions
BrowseDirectoryButton.chooser.title=Browse for local folder
BrowseDirectoryButton.tooltip=${BrowseDirectoryButton.chooser.title}
BrowseFileButton.chooser.title=Browse for local file
BrowseFileButton.chooser.allFilesFilter=All Files
BrowseFileButton.tooltip=${BrowseFileButton.chooser.title}
ImageDialog.title=Image
ImageDialog.chooser.imagesFilter=Images
ImageDialog.previewLabel.text=Markdown Preview\:
ImageDialog.textLabel.text=Alternate Text\:
ImageDialog.titleLabel.text=Title (tooltip)\:
ImageDialog.urlLabel.text=Image URL\:
# ########################################################################
LinkDialog.title=Link
LinkDialog.previewLabel.text=Markdown Preview\:
LinkDialog.textLabel.text=Link Text\:
LinkDialog.titleLabel.text=Title (tooltip)\:
LinkDialog.urlLabel.text=Link URL\:
# Options ################################################################
OptionsDialog.title=Options
OptionsDialog.generalTab.text=General
OptionsDialog.markdownTab.text=Markdown
GeneralOptionsPane.encodingLabel.text=En_coding\:
GeneralOptionsPane.lineSeparatorLabel.text=_Line separator\:
GeneralOptionsPane.lineSeparatorLabel2.text=(applies to new files only)
GeneralOptionsPane.platformDefault=Platform Default ({0})
GeneralOptionsPane.sepWindows=Windows (CRLF)
GeneralOptionsPane.sepUnix=Unix (LF)
MarkdownOptionsPane.abbreviationsExtCheckBox.text=A_bbreviations in the way of
MarkdownOptionsPane.abbreviationsExtLink.text=Markdown Extra
MarkdownOptionsPane.anchorlinksExtCheckBox.text=_Anchor links in headers
MarkdownOptionsPane.atxHeaderSpaceExtCheckBox.text=Requires a space char after Atx \# header prefixes, so that \#dasdsdaf is not a header
MarkdownOptionsPane.autolinksExtCheckBox.text=_Plain (undelimited) autolinks in the way of
MarkdownOptionsPane.autolinksExtLink.text=Github-flavoured-Markdown
MarkdownOptionsPane.definitionListsExtCheckBox.text=_Definition lists in the way of
MarkdownOptionsPane.definitionListsExtLink.text=Markdown Extra
MarkdownOptionsPane.extAnchorLinksExtCheckBox.text=Generate anchor links for headers using complete contents of the header
MarkdownOptionsPane.fencedCodeBlocksExtCheckBox.text=_Fenced Code Blocks in the way of
MarkdownOptionsPane.fencedCodeBlocksExtLabel.text=or
MarkdownOptionsPane.fencedCodeBlocksExtLink.text=Markdown Extra
MarkdownOptionsPane.fencedCodeBlocksExtLink2.text=Github-flavoured-Markdown
MarkdownOptionsPane.forceListItemParaExtCheckBox.text=Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
MarkdownOptionsPane.hardwrapsExtCheckBox.text=_Newlines in paragraph-like content as real line breaks, see
MarkdownOptionsPane.hardwrapsExtLink.text=Github-flavoured-Markdown
MarkdownOptionsPane.quotesExtCheckBox.text=Beautify single _quotes, double quotes and double angle quotes (\u00ab and \u00bb)
MarkdownOptionsPane.relaxedHrRulesExtCheckBox.text=Allow horizontal rules without a blank line following them
MarkdownOptionsPane.smartsExtCheckBox.text=Beautify apostrophes, _ellipses ("..." and ". . .") and dashes ("--" and "---")
MarkdownOptionsPane.strikethroughExtCheckBox.text=_Strikethrough
MarkdownOptionsPane.suppressHtmlBlocksExtCheckBox.text=Suppress the _output of HTML blocks
MarkdownOptionsPane.suppressInlineHtmlExtCheckBox.text=Suppress the o_utput of inline HTML elements
MarkdownOptionsPane.tablesExtCheckBox.text=_Tables similar to
MarkdownOptionsPane.tablesExtLabel.text=(like
MarkdownOptionsPane.tablesExtLabel2.text=tables, but with colspan support)
MarkdownOptionsPane.tablesExtLink.text=MultiMarkdown
MarkdownOptionsPane.tablesExtLink2.text=Markdown Extra
MarkdownOptionsPane.taskListItemsExtCheckBox.text=GitHub style task list items
MarkdownOptionsPane.wikilinksExtCheckBox.text=_Wiki-style links ("[[wiki link]]")