blob: a7e85f4854b9506e4108ee7d2d6f1eaf3793fc61 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
# Sample ResourceBundle properties file
# message shown when PrimitiveTypeEditor parsing string array value
MSG_ERR_ParseError=Unable to convert string \"%s\" to %s type.
## CustomCodeEditor
CTL_InsertCode=&Insert Code:
ACSD_CustomCodeEditor.label1=n.v.t.
ACSD_CustomCodeEditor=n.v.t.
# KeyStrokeEditor
CTL_VirtualKey=&Virtual Key:
CTL_KeyStroke=&Key Stroke:
CTL_Ctrl=&Ctrl
CTL_Alt=A&lt
CTL_Shift=&Shift
CTL_Meta=&Meta (Mac only)
CTL_CtrlAsText=Ctrl
CTL_AltAsText=Alt
CTL_ShiftAsText=Shift
CTL_MetaAsText=Meta
ACSD_VirtualKey=n.v.t.
ACSD_KeyStroke=n.v.t.
ACSD_CtrlKey=n.v.t.
ACSD_AltKey=n.v.t.
ACSD_ShiftKey=n.v.t.
ACSD_MetaKey=n.v.t.
ACSD_KeyStrokeCustomEditor=n.v.t.
CTL_KeyStrokeEditor_DisplayName=Key stroke editor
# EnumEditor
CTL_EnumEditorName=Enumerated values
#StringEditor
ACSN_StringEditorTextArea=String editor text area
ACSD_StringEditorTextArea=n.v.t.
StringEditor.htmlTipLabel.text=To format the text using html, prefix the text with <html>
#StringArrayCustomEditor
CTL_StringArrayEditor_DisplayName=String array editor
StringArrayCustomEditor.label.text=<html>&Enter the textual representation of string array content. Each row corresponds to one array field.
StringArrayCustomEditor.textArea.AccessibleContext.accessibleName=Model editor text area
StringArrayCustomEditor.textArea.AccessibleContext.accessibleDescription=n.v.t.
StringArrayCustomEditor.label.AccessibleContext.accessibleName=Model editor label
StringArrayCustomEditor.label.AccessibleContext.accessibleDescription=n.v.t.
#MnemonicsEditor
CTL_MnemonicsEditor_DisplayName=Mnemonic character (in place)
#ModifierEditor
LAB_AccessRights=A&ccess:
ACSD_AccessRights=n.v.t.
ACSN_OtherModifiers=Other Modifiers
ACSD_OtherModifiers=n.v.t.
LAB_Modifiers=Other Modifiers
# {0} will be replaced by the offending string
MSG_IllegalModifierString=Unknown modifier: {0}
ACSN_ModifierPanel=Modifiers Panel
ACSD_ModifierPanel=n.v.t.
ACSD_ModifierPanel_Modifier_Abstract=n.v.t.
ACSD_ModifierPanel_Modifier_Final=n.v.t.
ACSD_ModifierPanel_Modifier_Static=n.v.t.
ACSD_ModifierPanel_Modifier_Synchronized=n.v.t.
ACSD_ModifierPanel_Modifier_Transient=n.v.t.
ACSD_ModifierPanel_Modifier_Volatile=n.v.t.
ACSD_ModifierPanel_Modifier_Native=n.v.t.
LBL_ModifierPanel_Modifier_Abstract=a&bstract
LBL_ModifierPanel_Modifier_Final=&final
LBL_ModifierPanel_Modifier_Static=&static
LBL_ModifierPanel_Modifier_Synchronized=synch&ronized
LBL_ModifierPanel_Modifier_Transient=&transient
LBL_ModifierPanel_Modifier_Volatile=&volatile
LBL_ModifierPanel_Modifier_Native=nat&ive
LBL_ModifierPanel_Modifier_Default=<standaard>
#Icon property editor
CTL_ImageSourceType=Image Source Type:
CTL_ImageSourceName=&Naam:
ACSD_CTL_ImageSourceName=n.v.t.
CTL_URL=&URL
CTL_URLExample=(E.g. http://www.netbeans.org/images/logo.gif)
CTL_File=&Bestand
CTL_FileExample=(E.g. c:\\duke.gif)
CTL_Classpath=&Classpath
CTL_ClasspathExample=(E.g. /org/netbeans/resources/action.gif)
CTL_NoPicture=No &picture
CTL_Null=(null)
CTL_ButtonSelect=&Select File...
ACSD_CTL_ButtonSelect=n.v.t.
CTL_Preview=P&review:
ACSD_CTL_Preview=n.v.t.
CTL_ImagesExtensionName=JPEG & GIF & PNG Images
CTL_OpenDialogName=Select Image File
ACSD_IconCustomEditor=n.v.t.
ACSN_ResourceSelector=Resource Selector
ACSD_ResourceSelector=Resource Selector
ACSN_ResourceSelectorView=Resource Tree View
ACSD_ResourceSelectorView=Resource Tree View
MSG_IllegalValue=Invalid icon value! Probably malformed URL or unknown resource.
CustomIconEditor.externalRadio.text=External Image
CustomIconEditor.noIconRadio.text=No Image
CustomIconEditor.urlLabel.text=File or URL\:
CustomIconEditor.importButton.text=Import to Project...
CustomIconEditor.browseExternalButton.text=...
CustomIconEditor.fileLabel.text=File\:
CustomIconEditor.packageLabel.text=Package\:
CustomIconEditor.browseFileButton.text=...
CustomIconEditor.classPathRadio.text=Image Within Project
CustomIconEditor.classPathRadio.toolTipText=Image file located in project sources or libraries (classpath resource)
CustomIconEditor.externalRadio.toolTipText=Arbitrary image file, accessible via URL
CustomIconEditor.browseFileButton.toolTipText=Browse classpath
CustomIconEditor.browseExternalButton.toolTipText=Browse local disk
CustomIconEditor.importButton.toolTipText=Copy the selected file to project resources
CustomIconEditor.noIconRadio.toolTipText=No image specified (null)
CustomIconEditor_FileCombo_Select=Select...
#FileSelector
CTL_ClassPathName=Klassepad
CTL_OKButton=OK
CTL_CancelButton=Annuleren
CTL_CreateNewButton=Create &New
CTL_CreateNewButtonHint=Create a new folder under the selected folder
LBL_FileName=&File Name:
LBL_FolderName=&Folder Name:
ACSN_FileSelectorTreeView=Boom beeld
ACSD_FileSelectorTreeView=Boom beeld van bestandsverkiezer
ACSD_FileSelectorPanel=Bestand selectie dialoogvenster
#Import to project wizard
ImportImageWizard.Title=Import images to project
ImportImageWizard.Step1=Select image files to import
ImportImageWizard.Step2=Select target folder
TITLE_FileAlreadyExists=File Already Exists
FMT_ReplaceExistingFileQuestion=Do you want to replace the existing {0} file?
#SpinnerEditorEditor
CTL_SpinnerEditorEditor_DisplayName=Spinner Editor Editor
LBL_SpinnerEditorEditor_Type=Type\:
LBL_SpinnerEditorEditor_Format=Format\:
LBL_SpinnerEditorEditor_Default=Standaard
LBL_SpinnerEditorEditor_Date=Datum
LBL_SpinnerEditorEditor_List=Lijst
LBL_SpinnerEditorEditor_Number=Nummer
#FormatSelector
LBL_FormatSelector_CategoryTitle=&Category
ACSD_FormatSelector_Category=Type of the format
LBL_FormatSelector_FormatTitle=&Formatteer
ACSD_FormatSelector_Format=Predefined format
LBL_FormatSelector_Format=F&ormat:
ACSD_FormatSelector_Format2=Custom format
LBL_FormatSelector_ValueToFormat=&Value to format:
ACSD_FormatSelector_ValueToFormat=Value to format
LBL_FormatSelector_Test=&Test
ACSD_FormatSelector_Test=Tests formatting
LBL_FormatSelector_Preview=&Result:
ACSD_FormatSelector_Preview=Result of formatting test
LBL_FormatSelector_Category_number=number
LBL_FormatSelector_Category_date=date
LBL_FormatSelector_Category_time=time
LBL_FormatSelector_Category_percent=percent
LBL_FormatSelector_Category_currency=currency
LBL_FormatSelector_Category_mask=mask
LBL_FormatSelector_default=default
LBL_FormatSelector_default_integer=integer default
LBL_FormatSelector_custom=custom
LBL_FormatSelector_short=short
LBL_FormatSelector_medium=medium
LBL_FormatSelector_long=long
LBL_FormatSelector_full=full
LBL_FormatSelector_Example=Example
#AbstractFormatterFactoryEditor
CTL_AbstractFormatterFactoryEditor_DisplayName=Format Editor
MSG_AbstractFormatterFactory=[AbstractFormatterFactory]
#TableCustomizer
LBL_TableCustomizer_ACSN=Table Customizer
LBL_TableCustomizer_ACSD=n.v.t.
LBL_TableCustomizer_ModelTab=Table Model
LBL_TableCustomizer_ColumnsTab=Kolommen
LBL_TableCustomizer_RowsTab=Rows
LBL_TableCustomizer_Model_Hardcoded=&User Specified
LBL_TableCustomizer_Model_Hardcoded_ACSD=n.v.t.
LBL_TableCustomizer_Model_Bound=&Bound
LBL_TableCustomizer_Model_Bound_ACSD=n.v.t.
LBL_TableCustomizer_Model_FromComponent=&Value from Existing Component
LBL_TableCustomizer_Model_FromComponent_ACSD=n.v.t.
LBL_TableCustomizer_Model_Custom=Cus&tom Code
LBL_TableCustomizer_Model_Custom_ACSD=n.v.t.
LBL_TableCustomizer_Columns_Count=&Count\:
LBL_TableCustomizer_Columns_Count_ACSD=n.v.t.
LBL_TableCustomizer_Columns_Insert=&Insert
LBL_TableCustomizer_Columns_Insert_ACSD=n.v.t.
LBL_TableCustomizer_Columns_Delete=&Verwijderen
LBL_TableCustomizer_Columns_Delete_ACSD=n.v.t.
LBL_TableCustomizer_Columns_MoveUp=Naar &boven
LBL_TableCustomizer_Columns_MoveUp_ACSD=n.v.t.
LBL_TableCustomizer_Columns_MoveDown=Naar &onder
LBL_TableCustomizer_Columns_MoveDown_ACSD=n.v.t.
LBL_TableCustomizer_Columns_Table=Kolommen
LBL_TableCustomizer_Columns_Table_ACSD=n.v.t.
LBL_TableCustomizer_Column_Title=&Title\:
LBL_TableCustomizer_Column_Title_ACSD=n.v.t.
LBL_TableCustomizer_Column_Type=T&ype\:
LBL_TableCustomizer_Column_Type_ACSD=n.v.t.
LBL_TableCustomizer_Column_Editor=Edit&or\:
LBL_TableCustomizer_Column_Editor_ACSD=n.v.t.
LBL_TableCustomizer_Column_Renderer=&Renderer\:
LBL_TableCustomizer_Column_Renderer_ACSD=n.v.t.
LBL_TableCustomizer_Column_Expression=Ex&pression\:
LBL_TableCustomizer_Column_Warning_MaxExceeded=Maximum columns (100) exceeded - re-setting to previous column count
LBL_TableCustomizer_SelectionModel=&Selection Model\:
LBL_TableCustomizer_SelectionModel_ACSD=n.v.t.
LBL_TableCustomizer_ReorderingAllowed=&Allow to reorder columns by drag and drop
LBL_TableCustomizer_ReorderingAllowed_ACSD=n.v.t.
#LBL_TableCustomizer_Type_Object=Object
#LBL_TableCustomizer_Type_String=String
#LBL_TableCustomizer_Type_Boolean=Boolean
#LBL_TableCustomizer_Type_Integer=Integer
#LBL_TableCustomizer_Type_Byte=Byte
#LBL_TableCustomizer_Type_Short=Short
#LBL_TableCustomizer_Type_Long=Long
#LBL_TableCustomizer_Type_Float=Float
#LBL_TableCustomizer_Type_Double=Double
LBL_TableCustomizer_SelectionType_None=Not Allowed
LBL_TableCustomizer_SelectionType_Single=Single Selection
LBL_TableCustomizer_SelectionType_Contiguous=Single Contiguous Selection
LBL_TableCustomizer_SelectionType_Discontiguous=Multiple Discontiguous Selection
LBL_TableCustomizer_Resizable=Resi&zable
LBL_TableCustomizer_Resizable_ACSD=n.v.t.
LBL_TableCustomizer_Editable=&Editable
LBL_TableCustomizer_Editable_ACSD=n.v.t.
LBL_TableCustomizer_Width_Min=Mi&n. Width\:
LBL_TableCustomizer_Width_Min_ACSD=n.v.t.
LBL_TableCustomizer_Width_Pref=Pre&f. Width\:
LBL_TableCustomizer_Width_Pref_ACSD=n.v.t.
LBL_TableCustomizer_Width_Max=Ma&x. Width\:
LBL_TableCustomizer_Width_Max_ACSD=n.v.t.
LBL_TableCustomizer_Width_Default=Standaard
LBL_TableCustomizer_Rows_Count=Count:
LBL_TableCustomizer_Rows_Count_ACSD=n.v.t.
LBL_TableCustomizer_Rows_Insert=&Insert
LBL_TableCustomizer_Rows_Insert_ACSD=n.v.t.
LBL_TableCustomizer_Rows_Delete=&Verwijderen
LBL_TableCustomizer_Rows_Delete_ACSD=n.v.t.
LBL_TableCustomizer_Rows_MoveUp=Naar &boven
LBL_TableCustomizer_Rows_MoveUp_ACSD=n.v.t.
LBL_TableCustomizer_Rows_MoveDown=Naar &onder
LBL_TableCustomizer_Rows_MoveDown_ACSD=n.v.t.
LBL_TableCustomizer_Rows_Table=Rows
LBL_TableCustomizer_Rows_Table_ACSD=n.v.t.
LBL_TableCustomizer_Row_Warning_MaxExceeded=Maximum rows (100) exceeded - re-setting to previous row count
LBL_TableCustomizer_Title=Titel
LBL_TableCustomizer_Expression=Expression
LBL_TableCustomizer_Type=Type
LBL_TableCustomizer_ResizableH=Aanpasbaar
LBL_TableCustomizer_EditableH=Editable
MSG_TableCustomizer_ModelPropertyError=Unable to set the model of the table!