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

« back to all changes in this revision

Viewing changes to projects/projectui/src/org/netbeans/modules/project/ui/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-2007 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=Project UI
 
41
OpenIDE-Module-Display-Category=Infrastructure
 
42
OpenIDE-Module-Short-Description=Supplies the basic user interface for projects in the IDE.
 
43
OpenIDE-Module-Long-Description=\
 
44
    GUI infrastructure for working with projects in the IDE: the Projects and Files tabs, \
 
45
    the project chooser dialog, the project-sensitive New File wizard, etc.
 
46
 
 
47
# ProjectXMLCatalogReader
 
48
LBL_project_xml_schemas=Project XML Schemas
 
49
HINT_project_xml_schemas=Permits validation of project.xml and private.xml files from the IDE.
 
50
 
 
51
#BrowseFolders
 
52
BTN_BrowseFolders_Select_Option=&Select Folder
 
53
BTN_BrowseFolders_Cancel_Option=Cancel
 
54
ACSN_BrowseFolders_Cancel_Option=Cancel
 
55
ACSD_BrowseFolders_Cancel_Option=N/A
 
56
ACSN_BrowseFolders_Select_Option=Select Folder
 
57
ACSD_BrowseFolders_Select_Option=N/A
 
58
LBL_BrowseFolders_jLabel1=&Folders\:
 
59
LBL_BrowseFolders_Dialog=Browse Folders
 
60
# ProjectTab
 
61
LBL_projectTab_tc=Files
 
62
LBL_projectTabLogical_tc=Projects
 
63
# {0} - display name of currently selected group
 
64
LBL_projectTabLogical_tc_with_group=Projects - {0}
 
65
 
 
66
LBL_ProjectMode=Projects
 
67
LBL_ProjectsPhysicalTabAction_Name=&Files
 
68
LBL_ProjectsLogicalTabAction_Name=Pro&jects
 
69
 
 
70
# {0} Display name of the group, {1} Display name of the project, 
 
71
# {2} Original name of the folder, 
 
72
FMT_PhysicalView_GroupName={1} - {0}
 
73
 
 
74
#Nodes
 
75
LBL_OpenProjectsNode_Name=Projects
 
76
 
 
77
#Badged version of the project name {0} = orignal name
 
78
LBL_MainProject_BadgedNamePattern={0} [Main]
 
79
 
 
80
#Dialogs
 
81
LBL_PrjChooser_Title=Open Project
 
82
BTN_PrjChooser_ApproveButtonText=Open Project
 
83
BTN_PrjChooser_ApproveButtonTooltipText=Opens the project located in the selected folder.
 
84
MNM_PrjChooser_ApproveButtonText=O
 
85
LBL_PrjChooser_ProjectDirectoryFilter_Name=Project Folder
 
86
LBL_PrjChooser_ProjectName_Label=&Project Name\:
 
87
LBL_PrjChooser_Main_CheckBox=Open as &Main Project
 
88
LBL_PrjChooser_Subprojects_CheckBox=Open &Required Projects\:
 
89
MSG_PrjChooser_WaitMessage=Please wait ...
 
90
# {0} number of projects
 
91
LBL_PrjChooser_Multiselection={0} Projects
 
92
# {0} - display name of subproject
 
93
# {1} - location of subproject on disk
 
94
LBL_PrjChooser_SubprojectName_Format={0} ({1})
 
95
LBL_PrjChooser_Unrecognized=<unrecognized project; missing plug-in?>
 
96
 
 
97
#SystemFile system
 
98
  #Menus
 
99
Menu/File/New=New
 
100
Menu/File/New/org-netbeans-core-actions-NewTemplateCallableAction.instance=Folder/File...
 
101
Menu/File/Open=Open
 
102
Menu/File/Open/org-netbeans-modules-project-ui-OpenProjectAction.instance=Project...
 
103
 
 
104
Menu/BuildProject=&Build
 
105
Menu/RunProject=&Run
 
106
Menu/RunProject/RunOther=Ru&n File
 
107
Mount/PrjAllRoots.instance=This Computer
 
108
 
 
109
Actions/Project=Project
 
110
Actions/Build=Build
 
111
 
 
112
Templates/Project=Project
 
113
Templates/Project/Import=Projects with Existing Sources
 
114
Templates/Project/Samples=Samples
 
115
Templates/Licenses=Licenses
 
116
Templates/Licenses/license-default.txt=Default License
 
117
Toolbars/Build=Build
 
118
 
 
119
# PhysicalViewFactoryImpl
 
120
HINT_project=Project in {0}
 
121
HINT_group=Source folder in {0}
 
122
 
 
123
#NoMainProjectWarning
 
124
LBL_NoMainProjectWarning_jLabel1=The main project has not been set.
 
125
LBL_NoMainProjectWarning_jLabel2=&Select the main project\:
 
126
LBL_NoMainClassWarning_ChooseMainProject_OK=OK
 
127
AD_NoMainClassWarning_ChooseMainProject_OK=N/A
 
128
CTL_NoMainProjectWarning_Title=Warning
 
129
 
 
130
ACC_InfiniteProgressName=Infinite Progress Bar
 
131
ACC_InfiniteProgressDesc=Shows some tasks are in progress.
 
132
 
 
133
# ExitDialog
 
134
CTL_ExitTitle=Save
 
135
CTL_Save=&Save
 
136
ACSD_Save=Save.
 
137
CTL_SaveAll=Save &All
 
138
ACSD_SaveAll=Save all.
 
139
CTL_DiscardAll=&Discard All
 
140
ACSD_DiscardAll=Discard all.
 
141
EXC_Save=An exception occurred while saving
 
142
ACSN_ListOfChangedFiles=List
 
143
ACSD_ListOfChangedFiles=List of changed files for save
 
144
ACSD_ExitDialog=Dialog for save any changes
 
145
 
 
146
#ProjectOpenListSettings
 
147
TXT_SelectTemplate=Select Project
 
148
CTL_Categories=&Categories\:
 
149
CTL_Projects=&Projects\:
 
150
CTL_Files=&File Types\:
 
151
 
 
152
TXT_NoDescription=
 
153
 
 
154
CTL_Description=&Description\:
 
155
 
 
156
#TemplateChooserPanelGUI
 
157
LBL_TemplateChooserPanelGUI_Name=Choose File Type
 
158
LBL_TemplateChooserPanelGUI_jLabel1=&Project\:
 
159
LBL_TemplateChooserPanelGUI_jLabel2=File types:
 
160
LBL_TemplateChooserPanelGUI_jLabel3=Description:
 
161
LBL_TemplateChooserPanelGUI_jTextArea=No description
 
162
LBL_TemplateChooserPanelGUI_showRecommendedTemplatesCheckBox=Only Show File Types Supported in Selected Project
 
163
LBL_TargetChooser_FileName_Label=File &Name\:
 
164
LBL_TargetChooser_FolderName_Label=Folder &Name\:
 
165
LBL_TargetChooser_Project_Label=&Project\:
 
166
LBL_TargetChooser_Folder_Label=Fo&lder\:
 
167
LBL_TargetChooser_ParentFolder_Label=Pa&rent Folder\:
 
168
LBL_TargetChooser_Browse_Button=Bro&wse...
 
169
LBL_TargetChooser_CreatedFile_Label=&Created File\:
 
170
LBL_TargetChooser_CreatedFolder_Label=&Created Folder\:
 
171
LBL_TargetChooser_Location_Label=Loca&tion\:
 
172
# 0 - name of group, 1 - name of project
 
173
FMT_TargetChooser_GroupProjectNameBadge={0} [{1}]
 
174
 
 
175
#NewFileWizard
 
176
LBL_NewFileWizard_Title=New File
 
177
LBL_NewFileWizard_Subtitle=New
 
178
LBL_NewFileWizard_MessageFormat={0} {1}
 
179
ACSN_NewFileWizard=New file wizard
 
180
ACSD_NewFileWizard=Choose new file type
 
181
 
 
182
#NewProjectWizard
 
183
LBL_NewProjectWizard_Title=New Project
 
184
LBL_NewProjectWizard_Subtitle=New
 
185
LBL_NewProjectWizard_MessageFormat={0} {1}
 
186
ACSN_NewProjectWizard=New project wizard
 
187
ACSD_NewProjectWizard=Choose type of new project
 
188
LBL_NewProjectWizard_Name=Choose Project
 
189
LBL_NewProjectWizard_Dots=...
 
190
 
 
191
LBL_TemplatesPanel_Name=Choose File Type
 
192
LBL_TemplatesPanel_Dots=...
 
193
LBL_TemplatesPanel_PleaseWait=Please wait...
 
194
 
 
195
#Templates
 
196
Templates/Other/Folder=Folder
 
197
 
 
198
#Dialog for new File/Folder outside of project
 
199
LBL_NonProject_OK_Button=OK
 
200
LBL_NonProject_Cancel_Button=Cancel
 
201
LBL_NonProject_File_Name=&File Name\:
 
202
LBL_NonProject_File_Title=New Empty File
 
203
LBL_NonProject_Folder_Name=&Folder Name\:
 
204
LBL_NonProject_Folder_Title=New Folder
 
205
ACD_NonProject_File_TextField=File Name to Create
 
206
ACD_NonProject_File_Dialog=New File
 
207
ACD_NonProject_Folder_TextField=Folder Name to Create
 
208
ACD_NonProject_Folder_Dialog=New Folder
 
209
CTL_Templates=&Templates\:
 
210
 
 
211
#SimpleTargetChooserPanel
 
212
LBL_SimpleTargetChooserPanel_Name=Name and Location
 
213
LBL_SimpleTargetChooserPanelGUI_NewFilePrefix=new
 
214
 
 
215
#ProjectUtilities
 
216
MSG_fs_or_folder_does_not_exist=The target folder does not exist.
 
217
MSG_fs_is_readonly=The target folder is read-only.
 
218
# {0} - name of the existing file
 
219
MSG_file_already_exist=The file {0} already exists.
 
220
MSG_NodeNotFound_ProjectsTab=The document node could not be found in the Projects tab.
 
221
MSG_NodeNotFound_FilesTab=The document node could not be found in the Files tab.
 
222
#Hacks
 
223
LBL_MultipleProjects=Multiple Projects
 
224
LBL_NoMainProject=No main project
 
225
 
 
226
#TemplatesPanelGUI
 
227
ACSN_CategoriesPanel=Categories of types new objects
 
228
ACSD_CategoriesPanel=List of categories of new objects which can be choosen
 
229
ACSN_TemplatesPanel=Types of new objects
 
230
ACSD_TemplatesPanel=List of types of new objects which can be choosen
 
231
 
 
232
ACSN_jLabel1=Project
 
233
 
 
234
ACSD_jLabel1=List of available projects
 
235
 
 
236
ACSN_BrowseFolders_jLabel1=Folders\:
 
237
ACSN_BrowseFolders_folderPanel=Folders:
 
238
ACSD_BrowseFolders_folderPanel=The tree contains the folders contained in the project's directory
 
239
 
 
240
ACSN_BrowseFolders=Browse folders to choose a target folder
 
241
 
 
242
ACSD_ProjectChooserAccessory_jCheckBoxMain=N/A
 
243
ACSD_ProjectChooserAccessory_jCheckBoxSubprojects=Opens also the projects of which depends the selected project
 
244
 
 
245
ACSN_ProjectChooserAccessory_jListSubprojects=List of the subprojects
 
246
 
 
247
ACSD_ProjectChooserAccessory_jListSubprojects=List of the projects of which depends the selected project
 
248
 
 
249
AD_SimpleTargetChooserPanelGUI=N/A
 
250
 
 
251
AD_documentNameTextField=N/A
 
252
 
 
253
AD_projectTextField=N/A
 
254
 
 
255
AD_locationComboBox=N/A
 
256
 
 
257
AD_folderTextField=N/A
 
258
 
 
259
AD_browseButton=N/A
 
260
 
 
261
AD_fileTextField=N/A
 
262
 
 
263
AN_ProjectChooserAccessory=N/A
 
264
AD_ProjectChooserAccessory=N/A
 
265
 
 
266
AN_ProjectName=N/A
 
267
AD_ProjectName=N/A
 
268
 
 
269
AD_NoMainProjectWarning_jList1=N/A
 
270
 
 
271
AD_NoMainProjectWarninig=N/A
 
272
# {0} - name of the file
 
273
# {1} - an integer representing the invalid characters:
 
274
#       0: both '/' and '\\' are invalid
 
275
#       1: '\\' is invalid
 
276
MSG_not_valid_filename=The filename {0} is not permitted as it contains {1,choice,0#a slash (/) or a backslash (\\)|1#a backslash (\\)}.
 
277
# {0} - name of the file
 
278
# {1} - an integer representing the invalid characters:
 
279
#       0: both '/' and '\\' are invalid
 
280
#       1: '\\' is invalid
 
281
MSG_not_valid_folder=The folder name {0} is not permitted as it contains {1,choice,0#a slash (/) or a backslash (\\)|1#a backslash (\\)}.
 
282
 
 
283
#OpenProjectList:
 
284
#Dialog caption:
 
285
CAP_Opening_Projects=Opening Projects
 
286
LBL_Opening_Projects_Progress=Opening Projects
 
287
LBL_Opening_Projects=Opening Project:
 
288
 
 
289
MSG_Cannot_Create_Folder=Cannot create folder: {0}
 
290
 
 
291
#localized folder name to show in toolbar customizer
 
292
Actions/Window/SelectDocumentNode=Select Document in
 
293
#Open Project when select node failes
 
294
MSG_openProject_confirm=<html>\
 
295
    Do you want to open project <b>{0}</b>?
 
296
MSG_openProject_confirm_title=Confirm Open Project
 
297
 
 
298
# NetBeans projects folder name
 
299
#NOI18N 
 
300
DIR_NetBeansProjects=NetBeansProjects
 
301
 
 
302
 
 
303
# {0} = full name of class of the project
 
304
# {1} = just the class name of the project without package
 
305
# {2} = number of incarnations
 
306
UI_OPEN_PROJECTS=Opening {2} {1} Projects
 
307
UI_CLOSED_PROJECTS=Closing {2} {1} Projects
 
308
UI_OPEN_PROJECTS_ICON_BASE=org/netbeans/modules/project/ui/resources/open.gif
 
309
UI_CLOSED_PROJECTS_ICON_BASE=org/netbeans/modules/project/ui/resources/close.gif
 
310
UI_INIT_PROJECTS=Initializing {2} {1} Projects
 
311
UI_INIT_PROJECTS_ICON_BASE=org/netbeans/modules/project/ui/resources/open.gif
 
312
 
 
313
OpeningProjectPanel.openingProjectLabel.text=Opening Project\: