Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1eeeb7bc0437d9264f12c381c94d2ccbcfbe82d3 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
###############################################################################
# Copyright (c) 2009 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
#-------------------------------------------------------------------------------
# Copyright (c) 2000, 2007 IBM Corporation 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:
# IBM Corporation - initial implementation.
#-------------------------------------------------------------------------------
# NLS_MESSAGEFORMAT_VAR

################################################################################
# BEGIN NO TRANSLATION
###############################################################################
# !! DO NOT TRANSLATE THE FOLLOWING LINE !!
fontNameAction_CSS_Default=arial, helvetica, sans-serif
# !! DO NOT TRANSLATE THE FOLLOWING LINE !!
fontNameAction_CSS_Default_Mozilla=arial,helvetica,sans-serif
################################################################################
# END NO TRANSLATION
################################################################################



# Font Style Names
fontStyle_normal=Normal
fontStyle_sectionHeading=Section Heading
fontStyle_subsectionHeading=Subsection Heading
fontStyle_subSubsectionHeading=Sub Subsection Heading
fontStyle_quote=Quote
fontStyle_codeSample=Code Sample

# HTML Block Tags
blockTag_paragraph=Paragraph
blockTag_heading1=Heading 1
blockTag_heading2=Heading 2
blockTag_heading3=Heading 3
blockTag_heading4=Heading 4
blockTag_heading5=Heading 5
blockTag_heading6=Heading 6
blockTag_address=Address
blockTag_preformattedText=Preformatted Text

# HTML Font Names
fontName_default=Default
fontName_arial=Arial
fontName_courierNew=Courier New
fontName_timesNewRoman=Times New Roman
fontName_verdana=Verdana

# Rich Text Editor Tool Buttons
addHorizontalBarAction_toolTipText=Add Horizontal Bar
addImageAction_toolTipText=Add Image
addLineAction_toolTipText=Add Line
addLinkAction_toolTipText=Add Link
addOrderedListAction_toolTipText=Add Ordered List
addTableAction_toolTipText=Add Table
addUnorderedListAction_toolTipText=Add Unordered List
boldAction_toolTipText=Bold
clearContentAction_toolTipText=Clear Content
copyAction_toolTipText=Copy
cutAction_toolTipText=Cut
findReplaceAction_toolTipText=Find/Replace
indentAction_toolTipText=Indent
italicAction_toolTipText=Italic
justifyCenterAction_toolTipText=Justify Center
justifyFullAction_toolTipText=Justify Full
justifyLeftAction_toolTipText=Justify Left
justifyRightAction_toolTipText=Justify Right
outdentAction_toolTipText=Outdent
pasteAction_toolTipText=Paste
pastePlainTextAction_toolTipText=Paste as plain text
subscriptAction_toolTipText=Subscript
superscriptAction_toolTipText=Superscript
underlineAction_toolTipText=Underline
tidy_clean_text=Default Clean
tidy_cleaner_text=Clean MS HTML
tidy_cleanest_text=Clean Word 2000 HTML
tidy_clean_toolTipText=Clean with JTidy using default options
tidy_cleaner_toolTipText=Clean HTML of MS HTML
tidy_cleanest_toolTipText=Clean Word 2000 HTML
addCodeAction_toolTipText=Insert custom html (javascript or video)

# Rich Text Editor Comboboxes
fontStyleAction_toolTipText=Set Font Style
blockTagAction_toolTipText=Set Block Tag
fontNameAction_toolTipText=Set Font
fontNameAction_DefaultFontName=Default font
fontSizeAction_toolTipText=Set Font Size

# Rich Text Editor Context Menu Items
cutAction_text=&Cut
copyAction_text=C&opy
pasteAction_text=&Paste
pastePlainTextAction_text=Paste &as plain text

# Rich Text Editor Tabs
richTextTab_text=Rich Text
richTextTab_toolTipText=Edit content in rich text
htmlTab_text=HTML
htmlTab_toolTipText=Edit content in HTML

# Add Dialogs
addImageDialog_title=Add Image
addLinkDialog_title=Add Link
addTableDialog_title=Add Table
findReplaceDialog_title=Find/Replace
urlLabel_text=URL:
summaryLabel_text=Summary:
captionLabel_text=Caption:
rowsLabel_text=Rows:
columnsLabel_text=Columns:
widthLabel_text=Width:
tableStyleLabel_text=Style:
tableHeaderNone_text=Table with no headers
tableHeaderCols_text=Table with column headers
tableHeaderRows_text=Table with row headers
tableHeaderBoth_text=Table with column and row headers
browseButton_text=Browse...
addCodeDialog_title=Insert Custom Html
addCodeDialog_Msg=Input your html for javascript or video:

# Clear Editor Content Dialog
clearContentDialog_title=Clear Editor Content Confirmation
clearContentDialog_text=Do you really want to clear the content of this rich text editor?

# Find/Replace Dialog
findLabel_text=Find:
replaceLabel_text=Replace with:
optionsGroup_text=Options
caseSensitiveCheckbox_text=Case sensitive
wholeWordCheckbox_text=Whole word
directionGroup_text=Direction
forwardRadioButton_text=Forward
backwardRadioButton_text=Backward
findButton_text=Find
replaceButton_text=Replace
replaceFindButton_text=Replace/Find
replaceallButton_text=Replace All
# taken from org.eclipse.ui.workbench.texteditor
FindReplace_Status_noMatch_label=String Not Found

# Preference Page
maxCharsPerLineLabel_text=Maximum characters per line:
indentHTMLCheckbox_text=Indent HTML tags
indentSizeLabel_text=Indent Size:
urlDisplayNameLabel_text=URL Display Name:


Back to the top