blob: 6736c4ed064ddc4fc9144a0e140fa4265844ce16 [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=Dateisystem-API
OpenIDE-Module-Display-Category=Infrastruktur
OpenIDE-Module-Short-Description=Virtuelle Dateisystem-API.
OpenIDE-Module-Long-Description=Erlaubt den Zugriff auf datei\u00e4hnliche Ressourcen unabh\u00e4ngig vom tats\u00e4chlichen Betriebssystem. Unterst\u00fctzt die Benachrichtigung \u00fcber \u00c4nderungen am Datentr\u00e4ger.
# {0} = system name of the filesystem
LAB_FileSystemInvalid={0} ung\u00fcltig
# {0} = system name of the filesystem
# {0} = name of the file
# LAB_FileInvalid={0}
# {0} = file to the root
EXC_RootNotExist=Root {0} ist nicht vorhanden.
# {0} - filesystem
EXC_CannotDeleteRoot=Root des Dateisystems {0} kann nicht gel\u00f6scht werden.
# {0} = name of FS
EXC_CannotRenameRoot=Root des Dateisystems {0} kann nicht umbenannt werden.
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=Datei {0} in {1} kann nicht gel\u00f6scht werden.
# {0} - target folder
# {1} - the folder to operate on
EXC_OperateChild=Vorgang kann nicht ausgef\u00fchrt werden: {0} ist {1} untergeordnet.
# {0} - target folder
# {1} - the folder to operate on
EXC_CopyChild=Kopieren kann nicht ausgef\u00fchrt werden: {0} ist {1} untergeordnet.
# {0} - target folder
# {1} - the folder to operate on
EXC_MoveChild=Kopieren kann nicht ausgef\u00fchrt werden: {0} ist {1} untergeordnet.
# {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=Datei {0} in {1} kann nicht in {2} umbenannt werden. Neue Datei vorhanden: {3}. Ergebnis umbenennen: {4}.
# Simpler version of the above message
# {0} name of file we rename from
# {1} name of the filesystem we are on
# {2} name of file we rename to
EXC_CannotRenameFromTo=Datei {0} kann nicht in {2} umbenannt werden in {1}
# {0} = display name of the filesystem
EXC_FSisRO=Dateisystem {0} ist schreibgesch\u00fctzt.
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=Datei {0} in {1} ist schreibgesch\u00fctzt.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=Datei {0} kann nicht erstellt werden, da {1} im Dateisystem {2} kein Ordner ist.
# {0} = name of the folder
EXC_SlashNotAllowed=Schr\u00e4gstrich im Ordnernamen "{0}" ist nicht zul\u00e4ssig.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=Ordner {0} ist bereits in {1} ({2}) vorhanden.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=Ordner {0} kann nicht in {1} ({2}) erstellt werden.
# {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=Datei {0} ist bereits im Dateisystem {1} ({2}) vorhanden.
# {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=Datei {2}.{3} kann nicht im Ordner {0} im Dateisystem {1} erstellt werden.
# {0} = instance of tested lock
# {1} = name of the file
# {2} = filesystem
# {3} = instance of current lock
EXC_InvalidLock=Ung\u00fcltige Sperre [{0}] f\u00fcr Datei {1} in {2} mit der aktuellen Sperre [{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}.
#FileAttributes locale
EXC_Cannot_modify=Datei filesystem.attributes kann nicht ge\u00e4ndert werden:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=Datei {1} wird im Ordner {0} nicht gefunden.
# Application error
# {0} = folder name
# {1} = name of file
# {2} = file system string representation
# {3} = file object string representation
EXC_ApplicationCreateErrorMulti=Datei {1} wird im Ordner {0} (FileSystem {2}, FileObject {3}) nicht gefunden.
# {0} - unused
# {1} - unused
# {2} - file path
EXC_CannotLock={2} ist schreibgesch\u00fctzt.
# JAR
# {0} - entry path
# {1} - ZIP file path
EXC_CannotLock_JAR={0} ist schreibgesch\u00fctzt, da er sich in {1} befindet.
# {0} = name of zip file
EXC_FileNotExists=Datei {0} ist nicht vorhanden.
# {0} = name of zip file
EXC_CanntRead=Aus Datei {0} kann nicht gelesen werden.
# {0} = name of zip file
EXC_NotValidFile=Fehler in Datei {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Fehler in JAR-Datei {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=Unbekanntes JAR-Archiv
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Mehrfach-Dateisystem
EXC_FileOutsideModified=Datei {0} nicht gefunden. Die Datei wurde m\u00f6glicherweise von einer anderen Anwendung verschoben oder umbenannt.
XML_NotValidXMLFileSystem=Ung\u00fcltiges XML-FileSystem.
EXC_DefAttrReadErr=DefaultAttributes kann nicht gelesen werden.
EXC_UnreachableCode=Interner Fehler: Code nicht zug\u00e4nglich.
EXC_FolderCopy=Das Kopieren des Ordners wird nicht unterst\u00fctzt.
XML_RootInvalid=Das FileSystem-Element muss das Root-Element sein.
XML_MisssingAttr=Attribut "name" fehlt
XML_InaccurateParam=Falsche Anzahl Parameter
XML_UnknownElement=Unbekanntes Element.
XML_DuplElement=Dupliziertes FileObject:
# FileUtil
# {0} - relative file path
# {1} - filesystem display name
LBL_file_in_filesystem={0} in {1}
# Logging
MSG_CACHED_INPUT_STREAM=Stream f\u00fcr {0} wird ge\u00f6ffnet