compapp.projects.wizard/src/org/netbeans/modules/compapp/projects/wizard/Bundle.properties
author Rudolf Balada <rbalada@netbeans.org>
Mon, 23 Jun 2008 17:15:13 +0200
changeset 4311 d5f6df7ecebb
parent 4309 9f1a200dd09f
permissions -rw-r--r--
Added PatchesInfo reference into English bundle.properties files (fixed the original changeset 3ef588ff73ea)
     1 #
     2 # The contents of this file are subject to the terms of the Common Development
     3 # and Distribution License (the License). You may not use this file except in
     4 # compliance with the License.
     5 #
     6 # You can obtain a copy of the License at http://www.netbeans.org/cddl.html
     7 # or http://www.netbeans.org/cddl.txt.
     8 #
     9 # The contents of this file are subject to the terms of the Common Development
    10 # and Distribution License (the License). You may not use this file except in
    11 # compliance with the License.
    12 # 
    13 # You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    14 # or http://www.netbeans.org/cddl.txt.
    15 # 
    16 # When distributing Covered Code, include this CDDL Header Notice in each file
    17 # and include the License file at http://www.netbeans.org/cddl.txt.
    18 # If applicable, add the following below the CDDL Header, with the fields
    19 # enclosed by brackets [] replaced by your own identifying information:
    20 # "Portions Copyrighted [year] [name of copyright owner]"
    21 # 
    22 # The Original Software is NetBeans. The Initial Developer of the Original
    23 # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    24 # Microsystems, Inc. All Rights Reserved.
    25 
    26 OpenIDE-Module-Name=CAPS Generic Wizard
    27 OpenIDE-Module-Display-Category=SOA
    28 OpenIDE-Module-Short-Description=Supplies the generic wizard interface for CAPS projects in the IDE.
    29 OpenIDE-Module-Long-Description=For the list of included fixed bugs please check <A HREF="http://wiki.netbeans.org/NetBeans6.1PatchesInfo">http://wiki.netbeans.org/NetBeans6.1PatchesInfo</A> <BR> <BR> \
    30 GUI infrastructure for working with projects in the IDE: the Projects and Files tabs, the project chooser dialog, the project-sensitive New File wizard, etc.
    31 
    32 #BrowseFolders
    33 BTN_BrowseFolders_Select_Option=Select Folder
    34 BTN_BrowseFolders_Cancel_Option=Cancel
    35 ACSN_BrowseFolders_Cancel_Option=Cancel
    36 ACSD_BrowseFolders_Cancel_Option=N/A
    37 MNE_BrowseFolders_Select_Option=S
    38 ACSN_BrowseFolders_Select_Option=Select Folder
    39 ACSD_BrowseFolders_Select_Option=N/A
    40 LBL_BrowseFolders_jLabel1=Folders:
    41 MNE_BrowseFolders_jLabel1=F
    42 
    43 # ProjectTab
    44 #LBL_ProjectTab=Projects
    45 LBL_projectTab_tc=Files
    46 LBL_projectTabLogical_tc=Projects
    47 
    48 LBL_ProjectMode=Projects
    49 LBL_ProjectsPhysicalTabAction_Name=&Files
    50 LBL_ProjectsLogicalTabAction_Name=Pro&jects
    51 
    52 # {0} Display name of the group, {1} Display name of the project,
    53 # {2} Original name of the folder,
    54 FMT_PhysicalView_GroupName={1} - {0}
    55 
    56 #Nodes
    57 LBL_OpenProjectsNode_Name=Projects
    58 
    59 #Badged version of the project name {0} = orignal name
    60 LBL_MainProject_BadgedNamePattern={0} [Main]
    61 
    62 #Dialogs
    63 LBL_PrjChooser_Title=Open Project
    64 BTN_PrjChooser_ApproveButtonText=Open Project Folder
    65 BTN_PrjChooser_ApproveButtonTooltipText=Opens the project located in the selected folder.
    66 MNM_PrjChooser_ApproveButtonText=O
    67 LBL_PrjChooser_ProjectDirectoryFilter_Name=Project Folder
    68 LBL_PrjChooser_ProjectName_Label=Project Name:
    69 LBL_PrjChooser_Main_CheckBox=Open as &Main Project
    70 LBL_PrjChooser_Subprojects_CheckBox=Open &Required Projects\:
    71 # {0} - display name of subproject
    72 # {1} - location of subproject on disk
    73 LBL_PrjChooser_SubprojectName_Format={0} ({1})
    74 
    75 #SystemFile system
    76   #Menus
    77 Menu/File/New=New
    78 Menu/File/New/org-netbeans-core-actions-NewTemplateCallableAction.instance=Folder/File...
    79 Menu/File/Open=Open
    80 Menu/File/Open/org-netbeans-modules-project-ui-OpenProjectAction.instance=Project...
    81 
    82 Menu/BuildProject=&Build
    83 Menu/RunProject=&Run
    84 Menu/RunProject/RunOther=Ru&n Other
    85 Mount/PrjAllRoots.instance=This Computer
    86 
    87 Actions/Project=Project
    88 
    89 Templates/Project=Project
    90 Templates/Project/Import=Projects with Existing Sources
    91 Templates/Project/Samples=Samples
    92 
    93 # PhysicalViewFactoryImpl
    94 HINT_project=Project in {0}
    95 HINT_group=Source folder in {0}
    96 
    97 #NoMainProjectWarning
    98 LBL_NoMainProjectWarning_jLabel1=The main project has not been set.
    99 LBL_NoMainProjectWarning_jLabel2=Select the main project:
   100 MNE_NoMainProjectWarning_jLabel2=S
   101 LBL_NoMainClassWarning_ChooseMainProject_OK=OK
   102 
   103 ACC_InfiniteProgressName=Infinite Progress Bar
   104 ACC_InfiniteProgressDesc=Shows some tasks are in progress.
   105 
   106 # ExitDialog
   107 CTL_ExitTitle=Save
   108 # Note that the '&' goes just before the mnemonic character
   109 CTL_Save=Save
   110 CTL_Save_MNM=S
   111 ACSD_Save=Save.
   112 # Note that the '&' goes just before the mnemonic character
   113 CTL_SaveAll=Save All
   114 CTL_SaveAll_MNM=A
   115 ACSD_SaveAll=Save all.
   116 # Note that the '&' goes just before the mnemonic character
   117 CTL_DiscardAll=Discard All
   118 CTL_DiscardAll_MNM=D
   119 ACSD_DiscardAll=Discard all.
   120 EXC_Save=An exception occurred while saving
   121 ACSN_ListOfChangedFiles=List
   122 ACSD_ListOfChangedFiles=List of changed files for save
   123 ACSD_ExitDialog=Dialog for save any changes
   124 CTL_NoMainProjectWarning_Title=Warning - Running Main Project
   125 
   126 #ProjectOpenListSettings
   127 TXT_SelectTemplate=Select Project
   128 TXT_UISettings=UISettings
   129 CTL_Categories=Categories\:
   130 CTL_Projects=Projects\:
   131 CTL_Files=File Types\:
   132 MNE_Categories=C
   133 MNE_Projects=P
   134 MNE_Files=F
   135 
   136 TXT_NoDescription=No description.
   137 
   138 CTL_Description=Description\:
   139 
   140 CTL_DescriptionMnemonic=D
   141 
   142 #TemplateChooserPanelGUI
   143 LBL_TemplateChooserPanelGUI_Name=Choose File Type
   144 LBL_TemplateChooserPanelGUI_jLabel1=Project:
   145 MNE_TemplateChooserPanelGUI_jLabel1=P
   146 LBL_TemplateChooserPanelGUI_jLabel2=File types:
   147 LBL_TemplateChooserPanelGUI_jLabel3=Description:
   148 LBL_TemplateChooserPanelGUI_jTextArea=No description
   149 LBL_TemplateChooserPanelGUI_showRecommendedTemplatesCheckBox=Only Show File Types Supported in Selected Project
   150 
   151 #Target chooser
   152 LBL_TargetChooser_FileName_Label=File Name\:
   153 LBL_TargetChooser_FolderName_Label=Folder Name\:
   154 LBL_TargetChooser_Project_Label=Project\:
   155 LBL_TargetChooser_Folder_Label=Folder\:
   156 LBL_TargetChooser_ParentFolder_Label=Parent Folder\:
   157 LBL_TargetChooser_Browse_Button=Browse...
   158 LBL_TargetChooser_CreatedFile_Label=Created File\:
   159 LBL_TargetChooser_CreatedFolder_Label=Created Folder\:
   160 LBL_TargetChooser_Location_Label=Location\:
   161 MNE_TargetChooser_FileName_Label=N
   162 MNE_TargetChooser_FolderName_Label=N
   163 MNE_TargetChooser_Project_Label=P
   164 MNE_TargetChooser_Folder_Label=l
   165 MNE_TargetChooser_ParentFolder_Label=r
   166 MNE_TargetChooser_Browse_Button=w
   167 MNE_TargetChooser_CreatedFile_Label=C
   168 MNE_TargetChooser_CreatedFolder_Label=C
   169 MNE_TargetChooser_Location_Label=t
   170 # 0 - name of group, 1 - name of project
   171 FMT_TargetChooser_GroupProjectNameBadge={0} [{1}]
   172 
   173 #NewFileWizard
   174 LBL_NewFileWizard_Title=New File
   175 LBL_NewFileWizard_Subtitle=New
   176 LBL_NewFileWizard_MessageFormat={0} {1}
   177 ACSN_NewFileWizard=New file wizard
   178 ACSD_NewFileWizard=Choose new file type
   179 
   180 #NewProjectWizard
   181 LBL_NewProjectWizard_Title=New Project
   182 LBL_NewProjectWizard_Subtitle=New
   183 LBL_NewProjectWizard_MessageFormat={0} {1}
   184 ACSN_NewProjectWizard=New project wizard
   185 ACSD_NewProjectWizard=Choose type of new project
   186 LBL_NewProjectWizard_Name=Choose Project
   187 LBL_NewProjectWizard_Dots=...
   188 
   189 LBL_TemplatesPanel_Name=Choose File Type
   190 LBL_TemplatesPanel_Dots=...
   191 
   192 #Templates
   193 Templates/Other/Folder=Folder
   194 
   195 #Dialog for new File/Folder outside of project
   196 LBL_NonProject_OK_Button=OK
   197 LBL_NonProject_Cancel_Button=Cancel
   198 LBL_NonProject_File_Name=File Name\:
   199 LBL_NonProject_File_Title=New Empty File
   200 LBL_NonProject_Folder_Name=Folder Name\:
   201 LBL_NonProject_Folder_Title=New Folder
   202 
   203 CTL_Templates=Templates\:
   204 MNE_Templates=T
   205 
   206 #SimpleTargetChooserPanel
   207 LBL_SimpleTargetChooserPanel_Name=Name and Location
   208 LBL_SimpleTargetChooserPanelGUI_NewFilePrefix=new
   209 
   210 #ProjectUtilities
   211 MSG_fs_or_folder_does_not_exist=The target folder does not exist.
   212 MSG_fs_is_readonly=The target folder is read-only.
   213 # {0} - name of the existing file
   214 MSG_file_already_exist=The file {0} already exists.
   215 MSG_NodeNotFound_ProjectsTab=The document node could not be found in the Projects tab.
   216 MSG_NodeNotFound_FilesTab=The document node could not be found in the Files tab.
   217 #Hacks
   218 LBL_MultipleProjects=Multiple Projects
   219 
   220 #TemplatesPanelGUI
   221 ACSN_CategoriesPanel=Categories of types new objects
   222 ACSD_CategoriesPanel=List of categories of new objects which can be choosen
   223 ACSN_TemplatesPanel=Types of new objects
   224 ACSD_TemplatesPanel=List of types of new objects which can be choosen
   225 
   226 ACSN_jLabel1=Project
   227 ACSD_jLabel1=List of available projects
   228 ACSN_BrowseFolders_jLabel1=Folders\:
   229 ACSN_BrowseFolders_folderPanel=Folders:
   230 ACSD_BrowseFolders_folderPanel=The tree contains the folders contained in the project's directory
   231 ACSN_BrowseFolders=Browse folders to choose a target folder
   232 ACSD_ProjectChooserAccessory_jCheckBoxMain=N/A
   233 ACSD_ProjectChooserAccessory_jCheckBoxSubprojects=Opens also the projects of which depends the selected project
   234 ACSN_ProjectChooserAccessory_jListSubprojects=List of the subprojects
   235 ACSD_ProjectChooserAccessory_jListSubprojects=List of the projects of which depends the selected project
   236 AD_SimpleTargetChooserPanelGUI=N/A
   237 AD_documentNameTextField=N/A
   238 AD_projectTextField=N/A
   239 AD_locationComboBox=N/A
   240 AD_folderTextField=N/A
   241 AD_browseButton=N/A
   242 AD_fileTextField=N/A
   243 
   244 # ProgressDialogFactory
   245 ProgressDialogFactory.dialog_title_prefix=
   246 ProgressDialogFactory.dialog_cancel_text=Cancel
   247 ProgressDialogFactory.progress_msg_canceled=Canceled.
   248 ProgressDialogFactory.progress_msg_done=Finished.