blob: a42362845087f503dc0b26c495f05e44ff04030a [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=Filsystems-API
OpenIDE-Module-Display-Category=Infrastruktur
OpenIDE-Module-Short-Description=API f\u00f6r virtuell filsystem.
OpenIDE-Module-Long-Description=Ger tillg\u00e5ng till filliknande resurser, oberoende av de egentliga filerna. St\u00f6djer notifieringar vid \u00e4ndringar p\u00e5 disk.
# {0} = system name of the filesystem
LAB_FileSystemInvalid=Ogiltig {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=Roten {0} finns inte.
# {0} - filesystem
EXC_CannotDeleteRoot=Kan inte radera roten i filsystemet {0}.
# {0} = name of FS
EXC_CannotRenameRoot=Kan inte byta namn p\u00e5 roten i filsystemet {0}.
# {0} - folder that cannot be deleted
# {1} - filesystem
EXC_CannotDelete=Kan inte ta bort filen {0} i {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=Kan inte byta namn p\u00e5 filen {0} i {1} till {2}. New file exists: {3}. Rename result: {4}.
# {0} = display name of the filesystem
EXC_FSisRO=Filsystemet {0} \u00e4r icke-skrivbart.
# {0} = name of the file
# {1} = filesystem
EXC_FisRO=Filen {0} i {1} \u00e4r icke-skrivbar.
# {0} = name of the file
# {1} = name of "not folder"
# {2} = filesystem
EXC_FoNotFolder=Kan inte skapa filen {0} eftersom {1} p\u00e5 filsystemet {2} inte \u00e4r en mapp.
# {0} = name of the folder
EXC_SlashNotAllowed=Snedstreck i mappnamnet "{0}" \u00e4r inte till\u00e5tet.
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_FolderAlreadyExist=Mappen {0} finns redan i {1} ({2}).
# {0} = name of file to create
# {1} = filesystem
# {2} = full system name of the file
EXC_CannotCreateF=Kan inte skapa mappen {0} i {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=Filen {0} finns redan i filsystemet {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=Ogiltigt l\u00e5s [{0}] f\u00f6r filen {1} i {2} med nuvarande l\u00e5s [{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 inte modifiera filesystem.attributes-filen:
# Application error
# {0} = folder name
# {1} = name of file
EXC_ApplicationCreateError=Filen {1} kan inte hittas i mappen {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=Filen {0} finns inte.
# {0} = name of zip file
EXC_CanntRead=Kan inte l\u00e4sa fr\u00e5n filen {0}.
# {0} = name of zip file
EXC_NotValidFile=Fel i filen {0}.
# {0} - exception text
# {1} - name of zip file
EXC_NotValidJarFile2=Fel i JAR-filen {1}: {0}
#JAR_NotValidJarFileSystem=Invalid JAR.
JAR_UnknownJar=Ok\u00e4nd JAR
#JAR_JarFileSystem=Jar FS
#JAR_FileName=File name
CTL_MultiFileSystem=Multi-filsystem
EXC_FileOutsideModified=Filen {0} hittades inte. En annan applikation kan ha flyttat filen eller \u00e4ndrat namnet.
XML_NotValidXMLFileSystem=Ogiltigt XML-filsystem.
EXC_DefAttrReadErr=Kan inte l\u00e4sa DefaultAttributes.
EXC_UnreachableCode=Internt fel: on\u00e5bar kod.
EXC_FolderCopy=Mappkopiering st\u00f6ds inte.
XML_RootInvalid=FileSystem-elementet m\u00e5ste vara rotelementet.
XML_MisssingAttr=Attributet \"name\" saknas
XML_InaccurateParam=Ogiltigt antal parametrar
XML_UnknownElement=Ok\u00e4nt element.
XML_DuplElement=Duplicerade FileObject:
# FileUtil
# {0} - relative file path
# {1} - filesystem display name
LBL_file_in_filesystem={0} i {1}
# Logging
MSG_CACHED_INPUT_STREAM=\u00d6ppnar str\u00f6m f\u00f6r {0}