| | # |
| | -# Copyright (c) 2016 Karl Tauber <karl at jformdesigner dot com> |
| | +# Copyright 2016 Karl Tauber and White Magic Software, Ltd. |
| | +# |
| | # All rights reserved. |
| | # |
 |
| | # |
| | |
| | -#---- Main Application Window ---- |
| | +# ######################################################################## |
| | +# |
| | +# Main Application Window |
| | +# |
| | +# ######################################################################## |
| | |
| | # The application title should exist only once in the entire code base. |
 |
| | Main.menu.help.about=About ${Main.title} |
| | |
| | -#---- About ---- |
| | +# ######################################################################## |
| | +# |
| | +# 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 |
| | |
| | -#---- FileEditor ---- |
| | +# ######################################################################## |
| | +# |
| | +# 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 |
| | - |
| | |
| | -#---- FileEditorTabPane ---- |
| | +# ######################################################################## |
| | +# |
| | +# File Open |
| | +# |
| | +# ######################################################################## |
| | |
| | Dialog.file.choose.open.title=Open File |
| | Dialog.file.choose.save.title=Save File |
| | - |
| | -Alert.file.close.title=Close |
| | -Alert.file.close.text=''{0}'' has been modified. Save changes? |
| | |
| | Dialog.file.choose.filter.title.markdown=Markdown Files |
| | Dialog.file.choose.filter.title.definition=Definition Files |
| | Dialog.file.choose.filter.title.all=All Files |
| | |
| | -#---- DefinitionPane ---- |
| | +# ######################################################################## |
| | +# |
| | +# Alert Dialog |
| | +# |
| | +# ######################################################################## |
| | + |
| | +Alert.file.close.title=Close |
| | +Alert.file.close.text=''{0}'' has been modified. Save changes? |
| | + |
| | +# ######################################################################## |
| | +# |
| | +# Definition Pane |
| | +# |
| | +# ######################################################################## |
| | |
| | Pane.defintion.node.root.title=Definitions |
| | |
| | -#==== Controls ================================================================ |
| | +# Controls ############################################################### |
| | |
| | -#---- BrowseDirectoryButton ---- |
| | +# ######################################################################## |
| | +# |
| | +# Browse Directory |
| | +# |
| | +# ######################################################################## |
| | |
| | BrowseDirectoryButton.chooser.title=Browse for local folder |
| | BrowseDirectoryButton.tooltip=${BrowseDirectoryButton.chooser.title} |
| | - |
| | |
| | -#---- BrowseFileButton ---- |
| | +# ######################################################################## |
| | +# |
| | +# Browse File |
| | +# |
| | +# ######################################################################## |
| | |
| | BrowseFileButton.chooser.title=Browse for local file |
| | BrowseFileButton.chooser.allFilesFilter=All Files |
| | BrowseFileButton.tooltip=${BrowseFileButton.chooser.title} |
| | - |
| | |
| | -#==== Dialogs ================================================================= |
| | +# Dialogs ################################################################ |
| | |
| | -#---- ImageDialog ---- |
| | +# ######################################################################## |
| | +# |
| | +# 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\: |
| | - |
| | |
| | -#---- LinkDialog ---- |
| | +# ######################################################################## |
| | +# |
| | +# 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 ################################################################ |
| | |
| | -#---- OptionsDialog ---- |
| | +# ######################################################################## |
| | +# |
| | +# Options Dialog |
| | +# |
| | +# ######################################################################## |
| | |
| | OptionsDialog.title=Options |
| | OptionsDialog.generalTab.text=General |
| | OptionsDialog.markdownTab.text=Markdown |
| | - |
| | |
| | -#---- GeneralOptionsPane ---- |
| | +# ######################################################################## |
| | +# |
| | +# 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) |
| | - |
| | |
| | -#---- MarkdownOptionsPane ---- |
| | +# ######################################################################## |
| | +# |
| | +# Markdown Options Pane |
| | +# |
| | +# ######################################################################## |
| | |
| | MarkdownOptionsPane.abbreviationsExtCheckBox.text=A_bbreviations in the way of |