blob: 0cae581753fbb7ec7a814e93046a046ee310f3eb [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 do Sistema de Arquivos
OpenIDE-Module-Display-Category=Infraestrutura
OpenIDE-Module-Short-Description=API do Sistema de Arquivos Virtual.
OpenIDE-Module-Long-Description=Permite acesso a arquivos como recurso, de uma forma independente dos sistemas do OS atual. Suporta notifica\u00e7\u00f5es de mudan\u00e7as em disco.
# {0} = system name of the filesystem
LAB_FileSystemInvalid=Inv\u00e1lido {0}
# {0} = system name of the filesystem
# {0} = name of the file
# LAB_FileInvalid={0}
# {0} = file to the root
EXC_RootNotExist=A raiz {0} n\u00e3o existe.
# {0} - filesystem
EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel excluir a raiz do sistema de arquivos {0}.
# {0} = name of FS
EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de arquivos {0}.
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=N\u00e3o \u00e9 poss\u00edvel excluir o arquivo {0} em {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_OperateChild=N\u00e3o \u00e9 poss\u00edvel executar a opera\u00e7\u00e3o, j\u00e1 que {0} \u00e9 filha de {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_CopyChild=N\u00e3o \u00e9 poss\u00edvel executar a c\u00f3pia, j\u00e1 que {0} \u00e9 filha de {1}.
# {0} - target folder
# {1} - the folder to operate on
EXC_MoveChild=N\u00e3o \u00e9 poss\u00edvel executar a c\u00f3pia, j\u00e1 que {0} \u00e9 filha 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=N\u00e3o \u00e9 poss\u00edvel renomear o arquivo {0} em {1} para {2}. O novo arquivo existe: {3}. Renomear resultado: {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=N\u00e3o \u00e9 poss\u00edvel renomear o arquivo {0} como {2} em {1}
# {0} = display name of the filesystem
EXC_FSisRO=O sistema de arquivos {0} \u00e9 somente para leitura.
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=O arquivo {0} em {1} \u00e9 somente para leitura.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=N\u00e3o \u00e9 poss\u00edvel criar o arquivo {0} porque {1} no sistema de arquivos {2} n\u00e3o \u00e9 uma pasta.
# {0} = name of the folder
EXC_SlashNotAllowed=A barra invertida no nome da pasta "{0}" n\u00e3o \u00e9 permitida.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=A pasta {0} j\u00e1 existe na pasta {1} ({2}).
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=N\u00e3o \u00e9 poss\u00edvel criar a pasta {0} na pasta {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=O arquivo {0} j\u00e1 existe no sistema de arquivos {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=N\u00e3o \u00e9 poss\u00edvel criar o arquivo {2}.{3} na pasta {0} no sistema de arquivos {1}.
# {0} = instance of tested lock
# {1} = name of the file
# {2} = filesystem
# {3} = instance of current lock
EXC_InvalidLock=Bloqueio [{0}] inv\u00e1lido para arquivo {1} em {2} com bloqueio atual [{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=N\u00e3o \u00e9 poss\u00edvel modificar o arquivo filesystem.attributes:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=O arquivo {1} n\u00e3o pode ser localizado na pasta {0}.
# Application error
# {0} = folder name
# {1} = name of file
# {2} = file system string representation
# {3} = file object string representation
EXC_ApplicationCreateErrorMulti=O arquivo {1} n\u00e3o pode ser localizado na pasta {0} (FileSystem {2}, FileObject {3}).
# {0} - unused
# {1} - unused
# {2} - file path
EXC_CannotLock={2} \u00e9 somente para leitura.
# JAR
# {0} - entry path
# {1} - ZIP file path
EXC_CannotLock_JAR={0} \u00e9 somente para leitura porque est\u00e1 em {1}.
# {0} = name of zip file
EXC_FileNotExists=O arquivo {0} n\u00e3o existe.
# {0} = name of zip file
EXC_CanntRead=N\u00e3o \u00e9 poss\u00edvel ler do arquivo {0}.
# {0} = name of zip file
EXC_NotValidFile=Erro no arquivo {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Erro no arquivo JAR {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=JAR Desconhecido
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Sistema com V\u00e1rios Arquivos
EXC_FileOutsideModified=O arquivo {0} n\u00e3o foi localizado. Outra aplica\u00e7\u00e3o pode ter movido ou renomeado o arquivo.
XML_NotValidXMLFileSystem=Sistema de Arquivos XML Inv\u00e1lido.
EXC_DefAttrReadErr=N\u00e3o \u00e9 poss\u00edvel ler DefaultAttributes.
EXC_UnreachableCode=Erro interno: c\u00f3digo inating\u00edvel.
EXC_FolderCopy=C\u00f3pia de pasta n\u00e3o suportada.
XML_RootInvalid=O elemento Sistema de Arquivos precisa ser o elemento-raiz.
XML_MisssingAttr=Est\u00e1 faltando o atributo \\"name\\"
XML_InaccurateParam=N\u00famero de par\u00e2metros inexato
XML_UnknownElement=Elemento desconhecido.
XML_DuplElement=FileObject Duplicado:
# FileUtil
# {0} - relative file path
# {1} - filesystem display name
LBL_file_in_filesystem={0} em {1}
# Logging
MSG_CACHED_INPUT_STREAM=Abrindo fluxo de {0}