blob: e1813cbb837af5a745e630efff5b333df8df6695 [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=API de Sistema de Archivos
OpenIDE-Module-Display-Category=Infraestructura
OpenIDE-Module-Short-Description=API del sistema de archivos virtual.
OpenIDE-Module-Long-Description=Permite acceder a un archivo como un recurso de forma independiente a los archivos reales del sistema operativo. Soporta la notificaci\u00f3n de cambios en el disco.
# {0} = system name of the filesystem
LAB_FileSystemInvalid={0} no v\u00e1lido
# {0} = system name of the filesystem
# {0} = name of the file
# LAB_FileInvalid={0}
# {0} = file to the root
EXC_RootNotExist=La ra\u00edz {0} no existe.
# {0} - filesystem
EXC_CannotDeleteRoot=No se puede suprimir la ra\u00edz del sistema de archivos {0}
# {0} = name of FS
EXC_CannotRenameRoot=No se puede cambiar el nombre de la ra\u00edz del sistema de archivos {0}
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=No se puede suprimir el archivo {0} en {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_OperateChild=No se puede realizar la operaci\u00f3n puesto que {0} es secundario de {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_CopyChild=No se puede realizar la copia puesto que {0} es secundario de {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_MoveChild=No se puede realizar la copia puesto que {0} es secundario de {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=No se puede cambiar el nombre de {0} de {1} a {2}. Ya existe el nuevo archivo: {3}. Resultado del cambio de nombre: {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=No se puede cambiar el nombre del archivo {0} a {2} en {1}
# {0} = display name of the filesystem
EXC_FSisRO=El sistema de archivos {0} es de s\u00f3lo lectura.
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=El archivo {0} en {1} es de s\u00f3lo lectura.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=No se puede crear el archivo {0} porque {1} del sistema de archivos {2} no es una carpeta.
# {0} = name of the folder
EXC_SlashNotAllowed=La barra del nombre de la carpeta "{0}" no est\u00e1 permitida.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=Ya existe la carpeta {0} en {1} ({2}).
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=No se puede crear la carpeta {0} en {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=Ya existe el archivo {0} en el sistema de archivos {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=No se puede crear el archivo {2}.{3} en la carpeta {0} del sistema de archivos {1}.
# {0} = instance of tested lock
# {1} = name of the file
# {2} = filesystem
# {3} = instance of current lock
EXC_InvalidLock=Bloqueo [{0}] no v\u00e1lido para el archivo {1} en {2} con el bloqueo actual [{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=No se puede modificar el archivo filesystem.attributes:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=No se ha encontrado el archivo {1} en la carpeta {0}.
# Application error
# {0} = folder name
# {1} = name of file
# {2} = file system string representation
# {3} = file object string representation
EXC_ApplicationCreateErrorMulti=No se ha encontrado el archivo {1} en la carpeta {0} (sistema de archivos {2}, objeto de archivo {3}).
# {0} - unused
# {1} - unused
# {2} - file path
EXC_CannotLock={2} es de s\u00f3lo lectura.
# JAR
# {0} - entry path
# {1} - ZIP file path
EXC_CannotLock_JAR={0} es de s\u00f3lo lectura porque est\u00e1 dentro de {1}.
# {0} = name of zip file
EXC_FileNotExists=El archivo {0} no existe.
# {0} = name of zip file
EXC_CanntRead=No se puede leer desde el archivo {0}.
# {0} = name of zip file
EXC_NotValidFile=Error en el archivo {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Error en el archivo JAR {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=JAR desconocido
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Varios sistemas de archivos
EXC_FileOutsideModified=No se ha encontrado el archivo {0}. Puede que otra aplicaci\u00f3n lo haya movido o haya cambiado el nombre del archivo.
XML_NotValidXMLFileSystem=Sistema de Archivos XML no V\u00e1lido:
EXC_DefAttrReadErr=No se puede leer DefaultAttributes.
EXC_UnreachableCode=Error interno: c\u00f3digo inaccesible.
EXC_FolderCopy=La copia de carpetas no est\u00e1 soportada.
XML_RootInvalid=El elemento de sistema de archivos debe ser el elemento ra\u00edz
XML_MisssingAttr=Falta el atributo "nombre".
XML_InaccurateParam=N\u00famero de par\u00e1metros inexacto
XML_UnknownElement=Elemento desconocido.
XML_DuplElement=FileObject Duplicado:
# FileUtil
# {0} - relative file path
# {1} - filesystem display name
LBL_file_in_filesystem={0} en {1}
# Logging
MSG_CACHED_INPUT_STREAM=Abriendo flujo para {0}