Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
#
# Copyright 2016 Karl Tauber and White Magic Software, Ltd.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#  * Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
#  * Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# ########################################################################
#
# Main Application Window
#
# ########################################################################

# The application title should exist only once in the entire code base.
# All other references should either refer to this value via the Messages
# class, or indirectly using ${Main.title}.
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}

# ########################################################################
#
# Status Bar
#
# ########################################################################

Main.statusbar.line=Line {0} of {1}
Main.statusbar.state.default=OK

# ########################################################################
#
# About Dialog
#
# ########################################################################

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

# ########################################################################
#
# File Editor
#
# ########################################################################

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

# ########################################################################
#
# File Open
#
# ########################################################################

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 Dialog
#
# ########################################################################

Alert.file.close.title=Close
Alert.file.close.text=Save changes to {0}?

# ########################################################################
#
# Definition Pane
#
# ########################################################################

Pane.defintion.node.root.title=Definitions

# Controls ###############################################################

# ########################################################################
#
# Browse Directory
#
# ########################################################################

BrowseDirectoryButton.chooser.title=Browse for local folder
BrowseDirectoryButton.tooltip=${BrowseDirectoryButton.chooser.title}

# ########################################################################
#
# Browse File
#
# ########################################################################

BrowseFileButton.chooser.title=Browse for local file
BrowseFileButton.chooser.allFilesFilter=All Files
BrowseFileButton.tooltip=${BrowseFileButton.chooser.title}

# Dialogs ################################################################

# ########################################################################
#
# Image
#
# ########################################################################

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\:

# ########################################################################
#
# Hyperlink
#
# ########################################################################

LinkDialog.title=Link
LinkDialog.previewLabel.text=Markdown Preview\:
LinkDialog.textLabel.text=Link Text\:
LinkDialog.titleLabel.text=Title (tooltip)\:
LinkDialog.urlLabel.text=Link URL\:

# Options ################################################################

# ########################################################################
#
# Options Dialog
#
# ########################################################################

OptionsDialog.title=Options
OptionsDialog.generalTab.text=General
OptionsDialog.markdownTab.text=Markdown

# ########################################################################
#
# General Options Pane
#
# ########################################################################

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)

# ########################################################################
#
# Markdown Options Pane
#
# ########################################################################

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]]")