blob: d0ae118e250c1f21af4a3cdc8e37ee4894493762 [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=File System API
OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
OpenIDE-Module-Short-Description=Virtual File System API.
OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
# {0} = system name of the filesystem
LAB_FileSystemInvalid=Invalid {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} does not exist.
# {0} - filesystem
EXC_CannotDeleteRoot=\u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u0430\u0442\u0430 \u043f\u0430\u043f\u043a\u0430 \u043d\u0430 {0}.
# {0} = name of FS
EXC_CannotRenameRoot=\u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u043f\u0440\u0435\u0438\u043c\u0435\u043d\u0443\u0432\u0430\u043c \u043e\u0441\u043d\u043e\u0432\u043d\u0430\u0442\u0430 \u043f\u0430\u043f\u043a\u0430 \u043d\u0430 {0}.
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=\u041d\u0435 \u043c\u043e\u0434\u0430 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u044f \u0444\u0430\u0439\u043b {0\} \u0432 {1}.
# {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=\u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u043f\u0440\u0435\u0438\u043c\u0435\u043d\u0443\u0432\u0430\u043c \u0444\u0430\u0439\u043b {0} \u043e\u0442 \u043f\u0430\u043f\u043a\u0430 {1} \u0432 {2} New file exists: {3}. Rename result: {4}.
# {0} = display name of the filesystem
EXC_FSisRO=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {0} \u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=File {0} in {1} is read-only.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
# {0} = name of the folder
EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=Cannot create folder {0} in {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=File {0} already exists in filesystem {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=Invalid lock [{0}] for file {1} in {2} with current lock [{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=Cannot modify filesystem.attributes file:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=File {1} cannot be found 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=File {0} does not exist.
# {0} = name of zip file
EXC_CanntRead=Cannot read from file {0}.
# {0} = name of zip file
EXC_NotValidFile=Error in file {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Error in JAR file {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=Unknown JAR
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Multi-Filesystem
EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
XML_NotValidXMLFileSystem=Invalid XML FileSystem.
EXC_DefAttrReadErr=Cannot read DefaultAttributes.
EXC_UnreachableCode=Internal error: unreachable code.
EXC_FolderCopy=Folder copying not supported.
XML_RootInvalid=FileSystem element must be the root element.
XML_MisssingAttr=Attribute \"name\" is missing
XML_InaccurateParam=Inaccurate number of parameters
XML_UnknownElement=Unknown element.
XML_DuplElement=Duplicated FileObject:
# 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}