blob: aa1c25ca4808768de8874633efd2a7aa3fc5670f [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.
# manifest
OpenIDE-Module-Name=Bestand systeem API
OpenIDE-Module-Display-Category=Infrastructuur
OpenIDE-Module-Short-Description=Virtueel bestand systeem API.
OpenIDE-Module-Long-Description=Verschaft toegang tot bestand-achtige middelen onafhankelijk van de werkelijke OS bestanden. Ondersteunt kennisgeving van wijzigingen op de schijf.
# {0} = system name of the filesystem
LAB_FileSystemInvalid=Ongeldig {0}
# {0} = system name of the filesystem
LAB_FileSystemValid={0}
# {0} = name of the file
# LAB_FileInvalid={0}
# {0} = file to the root
EXC_RootNotExist=Root {0} bestaat niet.
# {0} - filesystem
EXC_CannotDeleteRoot=Kan de root van bestandssysteem {0} niet verwijderen.
# {0} = name of FS
EXC_CannotRenameRoot=Kan de root van bestandssysteem {0} niet hernoemen.
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=Kan bestand {0} op {1} niet verwijderen.
# {0} - folder that cannot be deleted
# {1} - filesystem
# {2} - one file that is in the folder
# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
# {0} = original name of the file
# {1} = name of FS
# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
# {0} = original name of the file
# {1} = name of FS
# {2} = new name of the file (with extension)
# {3} = does the new file exists
# {4} = result of rename
EXC_CannotRename=Kan bestand {0} op {1} niet hernoemen naar {2}. New file exists: {3}. Rename result: {4}.
# {0} = display name of the filesystem
EXC_FSisRO=Bestandssysteem {0} is alleen-lezen.
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=Bestand {0} op {1} is alleen-lezen.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=Kan bestand {0} niet maken omdat {1} op bestandssysteem {2} geen map is.
# {0} = name of the folder
EXC_SlashNotAllowed=Slash in mapnaam "{0}" is niet toegestaan.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=Map {0} bestaat al op {1} ({2}).
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=Kan map {0} niet maken op {1} ({2}).
# {0} = name of the file to create folder in
# {1} = name of the filesystem
# {2} = name of the file to create
# {3} = extension of the file to create
# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_DataAlreadyExist=Bestand {0} bestaat al op bestandssysteem {1} ({2}).
# {0} = name of the folder to create in
# {1} = filesystem
# {2} = name of the file to create
# {3} = extension of the file to create
EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
# {0} = instance of tested lock
# {1} = name of the file
# {2} = filesystem
# {3} = instance of current lock
EXC_InvalidLock=Ongeldige slot[{0}] voor bestand {1} in {2} met huidig slot[{3}].
# When getOutputStream ().close () is called and we cannot delete the original file
# {0} name of file that we cannot delete
# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
# {0} name of file we rename from
# {1} name of file we rename to
# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
#FileAttributes locale
EXC_Cannot_modify=Kan het filesysteem.attributen bestand niet aanpassen:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=Kan bestand {1} niet vinden in folder {0}.
# {0} - unused
# {1} - unused
# {2} - file path
EXC_CannotLock={2} is read-only.
# JAR
# {0} - entry path
# {1} - ZIP file path
EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
# {0} = name of zip file
EXC_FileNotExists=Bestand {0} bestaat niet.
# {0} = name of zip file
EXC_CanntRead=Kan niet lezen van bestand {0}.
# {0} = name of zip file
EXC_NotValidFile=Fout in bestand {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Fout in JAR bestand {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=Onbekende JAR
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Multi-Bestandssysteem
EXC_FileOutsideModified=Bestand {0} niet gevonden. Het zou kunnen dat een andere applicatie het bestand verplaats heeft of de naam veranderd heeft.
XML_NotValidXMLFileSystem=Ongeldig XML bestandssysteem.
EXC_DefAttrReadErr=Kan DefaultAttributes niet lezen.
EXC_UnreachableCode=Interne fout: onbereikbare code.
EXC_FolderCopy=Kopi\u00ebren van mappen is niet ondersteund
XML_RootInvalid=FileSystem element moet het root element zijn.
XML_MisssingAttr=Eigenschap \"naam\" ontbreekt
XML_InaccurateParam=Onjuist aantal parameters
XML_UnknownElement=Onbekend element.
XML_DuplElement=GedupliceerdBestandObject:
# FileUtil
# {0} - relative file path
# {1} - filesystem display name
LBL_file_in_filesystem={0} in {1}
# Logging
MSG_CACHED_INPUT_STREAM=Opening stream for {0}