~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to editor/src/org/netbeans/modules/editor/Bundle.properties

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
2
#
 
3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
4
#
 
5
# The contents of this file are subject to the terms of either the GNU
 
6
# General Public License Version 2 only ("GPL") or the Common
 
7
# Development and Distribution License("CDDL") (collectively, the
 
8
# "License"). You may not use this file except in compliance with the
 
9
# License. You can obtain a copy of the License at
 
10
# http://www.netbeans.org/cddl-gplv2.html
 
11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
12
# specific language governing permissions and limitations under the
 
13
# License.  When distributing the software, include this License Header
 
14
# Notice in each file and include the License file at
 
15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
 
16
# particular file as subject to the "Classpath" exception as provided
 
17
# by Sun in the GPL Version 2 section of the License file that
 
18
# accompanied this code. If applicable, add the following below the
 
19
# License Header, with the fields enclosed by brackets [] replaced by
 
20
# your own identifying information:
 
21
# "Portions Copyrighted [year] [name of copyright owner]"
 
22
#
 
23
# Contributor(s):
 
24
#
 
25
# The Original Software is NetBeans. The Initial Developer of the Original
 
26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
27
# Microsystems, Inc. All Rights Reserved.
 
28
#
 
29
# If you wish your version of this file to be governed by only the CDDL
 
30
# or only the GPL Version 2, indicate your decision by adding
 
31
# "[Contributor] elects to include this software in this distribution
 
32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
 
33
# single choice of license, a recipient has the option to distribute
 
34
# your version of this file under either the CDDL, the GPL Version 2 or
 
35
# to extend the choice of license to its licensees as provided above.
 
36
# However, if you add GPL Version 2 code and therefore, elected the GPL
 
37
# Version 2 license, then the option applies only if the new code is
 
38
# made subject to such option by the copyright holder.
 
39
 
 
40
OpenIDE-Module-Name=Editor
 
41
OpenIDE-Module-Display-Category=Editing
 
42
OpenIDE-Module-Short-Description=Enables editing of files in the IDE.
 
43
OpenIDE-Module-Long-Description=The Editor module enables you to edit source files within the IDE. It provides syntax coloring for Java and HTML files, word matching, code completion, and other basic and advanced features.
 
44
 
 
45
Services/IndentEngine/org-netbeans-modules-editor-java-JavaIndentEngine.settings=Java Indentation Engine
 
46
Services/IndentEngine/org-netbeans-modules-editor-SimpleIndentEngine.settings=Simple Indentation Engine
 
47
Services/IndentEngine/org-netbeans-modules-editor-html-LineWrapIndentEngine.settings=Line Wrapping Indentation Engine
 
48
Templates/Services/IndentEngine/org-netbeans-modules-editor-java-JavaIndentEngine.settings=Java Indentation Engine
 
49
Templates/Services/IndentEngine/org-netbeans-modules-editor-SimpleIndentEngine.settings=Simple Indentation Engine
 
50
Templates/Services/IndentEngine/org-netbeans-modules-editor-html-LineWrapIndentEngine.settings=Line Wrapping Indentation Engine
 
51
Menu/View/CodeFolds=&Code Folds
 
52
Editors/text/base/Popup/org-netbeans-modules-editor-NbSelectInPopupAction.instance=Select in
 
53
 
 
54
MSG_NegativeValue=Negative value is not allowed
 
55
MSG_OutOfRange=Value is out of range
 
56
 
 
57
CTL_Toolbar_name={0} Toolbar
 
58
CTL_Toolbar_hint=Toolbar contents customization
 
59
PROP_addToolbarSeparator=Add Separator
 
60
 
 
61
generate-goto-popup=Generate Goto Popup
 
62
generate-fold-popup=Generate Fold Popup
 
63
goto_source_main_menu_edit_item=Go to &Source
 
64
goto_super_implementation_main_menu_edit_item=Go to Super &Implementation
 
65
goto_declaration_main_menu_edit_item=Go to &Declaration
 
66
show_editor_toolbar_main_menu_view_item=S&how Editor Toolbar
 
67
show_line_numbers_main_menu_view_item=&Show Line Numbers
 
68
jump_back_main_menu_item=&Back
 
69
jump_forward_main_menu_item=&Forward
 
70
toggle_comment_main_menu_item=&Toggle Comment
 
71
comment_main_menu_item=Co&mment
 
72
uncomment_main_menu_item=&Uncomment
 
73
shift_line_left_main_menu_item=Shift &Left
 
74
shift_line_right_main_menu_item=Shift &Right
 
75
format_main_menu_item=&Format
 
76
word_match_next_main_menu_item=Insert &Next Matching Word
 
77
word_match_previous_main_menu_item=Insert &Previous Matching Word
 
78
select_all_main_menu_item=Select &All
 
79
select_identifier_main_menu_item=Select &Identifier
 
80
find_next_main_menu_item=Find Ne&xt
 
81
find_previous_main_menu_item=Find Pre&vious
 
82
find_selection_main_menu_item=Find &Selection
 
83
start_macro_recording_main_menu_item=Start &Macro Recording
 
84
stop_macro_recording_main_menu_item=Stop Macro Recordin&g
 
85
remove_trailing_spaces_main_menu_item=Remove &Trailing Spaces
 
86
paste_formatted_main_menu_item=Paste F&ormatted
 
87
 
 
88
CTL_ExportHtmlAction=Print to &HTML...
 
89
CTL_ExportHtml=Print to HTML
 
90
CTL_OutputDir=HTML File Name:
 
91
CTL_Select=Browse...
 
92
CTL_ShowLineNumbers=Show Line Numbers.
 
93
CTL_OpenHTML=Open generated HTML in browser.
 
94
CTL_Selection=Print only selected text.
 
95
ERR_IOError=Can not create HTML file {0} in the folder {1}.
 
96
ACSN_ExportToHTML=Print to HTML
 
97
ACSD_ExportToHTML=Converts the document to HTML file
 
98
MNE_OutputDir=F
 
99
AN_OutputDir=HTML file name
 
100
AD_OutputDir=Name of HTML file, where the converted context will be saved
 
101
MNE_Select=B
 
102
AN_Select=Browse
 
103
AD_Select=Browse the HTML file or directory
 
104
MNE_ShowLineNumbers=N
 
105
AN_ShowLineNumbers=Show line numbers
 
106
AD_ShowLineNumbers=Print also the line numbers into the HTML document
 
107
MNE_OpenHTML=O
 
108
AN_OpenHTML=Open generated HTML in browser
 
109
AD_OpenHTML=Open generated HTML in browser
 
110
MNE_Selection=S
 
111
AN_Selection=Print only selected text
 
112
AD_Selection=Only selected text will be converted to HTML file
 
113
TXT_HTMLFileType=HTML Files
 
114
MSG_DocError=Can not open document.
 
115
MSG_FileExists=File {0} already exists. Overwrite?
 
116
 
 
117
# Coloring profile names
 
118
Editors/FontsColors/NetBeans=NetBeans
 
119
 
 
120
# Syntax Colorings
 
121
default=Default
 
122
identifier=Identifier
 
123
keyword=Keyword
 
124
operator=Operator
 
125
string=String
 
126
comment=Comment
 
127
number=Number
 
128
whitespace=Whitespace
 
129
error=Error
 
130
char=Character
 
131
separator=Separator
 
132
 
 
133
markup-element=Markup Element (Tag)
 
134
markup-attribute=Markup Attribute
 
135
markup-attribute-value=Markup Attribute Value
 
136
entity-reference=Entity Reference
 
137
 
 
138
# Semantic Colorings
 
139
constructor=Constructor
 
140
method=Method
 
141
field=Field
 
142
local-variable=Local Variable
 
143
method-parameter=Method Parameter
 
144
class=Class
 
145
interface=Interface
 
146
enum=Enum
 
147
unused=Unused Element
 
148
deprecated=Deprecated Element
 
149
abstract=Abstract Class or Method
 
150
static=Static Element
 
151
private=Private Element
 
152
protected=Protected Element
 
153
public=Public Element
 
154
 
 
155
# Highlights
 
156
selection=Selected Text
 
157
guarded=Guarded Block
 
158
block-search=Search Block
 
159
status-bar=Status Bar
 
160
status-bar-bold=Status Bar (highlighted)
 
161
inc-search=Incremental Search
 
162
line-number=Line Number
 
163
code-folding-bar=Code Folding Bar
 
164
code-folding=Code Folding
 
165
highlight-search=Highlight Search
 
166
highlight-caret-row=Highlight Caret Row
 
167
caret-color-insert-mode=Caret Color
 
168
text-limit-line-color=Text Limit Line
 
169
hyperlinks=Hyperlinks
 
170
synchronized-text-blocks=Synchronized text blocks