blob: 8f06ccb1df6bdf994dbea0153d2850e7159585f1 [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2009, 2019 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
MarkupConfig_title= Markup Configuration
MarkupConfigs_label= Markup &Configurations:
MarkupConfig_YamlMetadata_Enable_label= &YAML Metadata block \n(yaml_metadata_block).
MarkupConfig_TexMathDollars_Enable_label= LaTeX &math sections using TeX shortcuts \u203A\u200A$\u200A\u2039 and \u203A\u200A$$\u200A\u2039 \n(tex_math_dollars).
MarkupConfig_TexMathSBackslash_Enable_label= LaTeX &math sections using LaTeX shortcuts \u203A\u200A\\(\u200A\u2039 and \u203A\u200A\\[\u200A\u2039 \n(tex_math_single_backslash).
MarkupConfig_NeedsBuild_title= Markup Configuration Changed
MarkupConfig_NeedsFullBuild_message= The configuration for one or several markup languages have changed. A full rebuild is required for changes to take effect. Do the full build now?
MarkupConfig_NeedsProjectBuild_message= The configuration for one or several markup languages have changed. A rebuild of the project is required for changes to take effect. Build the project now?
Base_Editors_label= Editors
Base_Editors_SeeAlso_info= See also the preference pages for:
DocTemplates_title= Wikitext Document Templates
EditorOptions_SmartInsert_label= 'Smart Insert'
EditorOptions_SmartInsert_AsDefault_label= &Enable by default
EditorOptions_SmartInsert_description= The 'Smart Insert' mode enables automatic <a href=\"org.eclipse.statet.docmlet.preferencePages.WikitextCodeStyle\">indentation</a> on new lines and brackets, and:
EditorOptions_SmartInsert_TabAction_label= &Tab key:
EditorOptions_SmartInsert_CloseAuto_label= Automatically close
EditorOptions_SmartInsert_CloseBrackets_label= &brackets\u2004\u203A\u200A{\u2004}\u200A\u2039 and \u203A\u200A[\u2004]\u200A\u2039
EditorOptions_SmartInsert_CloseParentheses_label= &parentheses\u2004\u203A\u200A(\u2004)\u200A\u2039
EditorOptions_SmartInsert_CloseMathDollar_label= &math\u2004\u203A\u200A$\u200A\u2026\u200A$\u200A\u2039
EditorOptions_SmartInsert_HardWrapAuto_label= Automatically wrap line
EditorOptions_SmartInsert_HardWrapText_label= in t&ext
EditorOptions_Folding_Enable_label= Enable code &folding
EditorOptions_Folding_RestoreState_Enable_label= Restore expand/collapse states when opening file
EditorOptions_MarkOccurrences_Enable_label= Enable mark &occurrences
EditorOptions_ProblemChecking_Enable_label= Enable s&yntax checking as you type
EditorOptions_AnnotationAppearance_info= The appearance of occurrences, error and other indicators can be configured on the <a href=\"org.eclipse.ui.editors.preferencePages.Annotations\">Annotation</a> preference page.