Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 02179b61df42f72430266c0aea8d1b350646bc9c (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
###############################################################################
# Copyright (c) 2007, 2013 David Green and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     David Green - initial API and implementation
###############################################################################

content-type.name.0 = WikiText

menu.label.0 = WikiText
menu.tooltip.0 = Commands for WikiText lightweight markup
command.label.0 = Generate Docbook
command.tooltip.0 = Generate Docbook from WikiText source
command.label.1 = Generate HTML
command.tooltip.1 = Generate HTML from WikiText source
command.label.2 = Generate Eclipse Help
command.tooltip.2 = Generate Eclipse Help (*.html and *-toc.xml) from WikiText source
command.name.0 = Generate Docbook
command.name.1 = Generate HTML
command.name.2 = Generate Eclipse Help (*.html and *-toc.xml)
command.name.3 = Show Markup Cheat Sheet
command.label.3 = Markup Cheat Sheet
command.tooltip.3 = show help for wiki markup syntax
editor.name.0 = WikiText Editor
context.description.0 = WikiText markup editing context
context.name.0 = WikiText Markup Source Context
context.description.1 = WikiText markup editing context
context.name.1 = WikiText Markup Source Context
category.description.0 = commands for editing lightweight markup
category.name.0 = WikiText Markup Editing Commands
command.description.0 = display the markup cheat sheet
command.name.4 = Display Cheat Sheet
page.name.0 = WikiText
Bundle-Vendor.0 = Eclipse Mylyn
Bundle-Name.0 = Mylyn WikiText UI
page.name.1 = WikiText
page.name.2 = Templates

folding.label=Folding
empty.label

command.description.5 = Open a popup dialog with a quick outline of the current document
command.name.5 = Quick Outline

contextType.0=Lightweight Markup

themeElementCategory.label=WikiText
fontDefinition.text.label=Text Font
fontDefinition.text.description=Text font used when displaying text in the WikiText editor.
fontDefinition.monospace.label=Monospace Font
fontDefinition.monospace.description=Text font used when displaying monospace text in the WikiText editor.\n\
	Used to display text that is teletype, preformatted or code.
	
command.name = Generate Markup
commandParameter.name = TargetLanguage
extension.name = WikiText Nature
extension.name.0 = WikiText Validation
extension-point.name = Markup Language Cheat Seet
extension-point.name.0 = Markup Language Content Assist
relativeFilePathHyperlinkDetector-extension-point.name = File reference regex hyperlink detector extension point

Back to the top