All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.core.internal.filesystem.messages.properties Maven / Gradle / Ivy

Go to download

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

There is a newer version: 1.9.22.1
Show newest version
###############################################################################
# Copyright (c) 2005, 2010 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
### File store plugin messages.

copying = Copying: {0}.
couldnotDelete = Could not delete: {0}.
couldnotDeleteReadOnly = Could not delete read-only file: {0}.
couldNotLoadLibrary = Could not load library: {0}.  This library provides platform-specific optimizations for certain file system operations.  This library is not present on all platforms, so this may not be an error.  The resources plug-in will safely fall back to using java.io.File functionality.
couldNotMove = Could not move: {0}.
couldNotRead = Could not read file: {0}.
couldNotWrite = Could not write file: {0}.
deleteProblem = Problems encountered while deleting files.
deleting = Deleting: {0}.
failedCreateAccessDenied=Cannot create file, access denied: {0}.
failedCreateWrongType=Cannot create file because existing file of wrong type exists: {0}.
failedMove = Critical failure moving: {0} to: {1}. Content is lost.
failedReadDuringWrite = Could not read from source when writing file: {0}
fileExists = File already exists on disk: {0}.
fileNotFound = File not found: {0}.
moving = Moving: {0}.
noFileSystem=No file system is defined for scheme: {0}
noImplDelete = This file system does not support deletion: {0}.
noImplWrite = This file system is read only: {0}.
noScheme=Must specify a URI scheme:
notAFile = Resource is not a file: {0}.
readOnlyParent = Parent of resource: {0} is marked as read-only.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy