diff options
Diffstat (limited to 'plugins/org.eclipse.jet.core/src/org/eclipse/jet/internal/l10n/JET2Messages.properties')
-rw-r--r-- | plugins/org.eclipse.jet.core/src/org/eclipse/jet/internal/l10n/JET2Messages.properties | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/plugins/org.eclipse.jet.core/src/org/eclipse/jet/internal/l10n/JET2Messages.properties b/plugins/org.eclipse.jet.core/src/org/eclipse/jet/internal/l10n/JET2Messages.properties deleted file mode 100644 index 7ed3be7..0000000 --- a/plugins/org.eclipse.jet.core/src/org/eclipse/jet/internal/l10n/JET2Messages.properties +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# -# <copyright> -# -# Copyright (c) 2006, 2007 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM - Initial API and implementation -# -# </copyright> -# -# $Id: JET2Messages.properties,v 1.2 2007/04/12 18:02:42 pelder Exp $ -# -JET2Compiler_ErrorWritingJava=Error writing transformation loader Java class -JET2Compiler_UnknownTagLibrary=Unknown tag library id {0}. -JET2Compiler_UnknownAttribute=Unknown attribute: {0} -JET2Compiler_TagRequiresContent=Tag must have content. -JET2Compiler_MissingEndTag=No corresponding end tag </{0}> found. -JET2Compiler_MissingFile=Unable to resolve include of file: {0} -JET2Compiler_DeprecatedTag=Tag has been deprecated. -JET2Compiler_EndDirectiveOutOfContext=The end directive may only occur after <%@include fail="alternative" ...%> and <%@start%> -JET2Compiler_MissingStartTag=No corresponding start tag <{0}> found. -JET2Compiler_ErrorRemovingMarkers=Unexpected error removing resource markers -JET2Compiler_ErrorCreatingMarkers=Unexpected exception creating problem markers -JET2Compiler_SameJavaClassAsOther=This template creates the same Java class {0} as {1} -JET2Compiler_StartDirectiveOutOfContext=The start directive may only occur after an <%@include fail="alternative" ...%> -JET2Compiler_TagCannotHaveContent=Tag can only occur as an empty tag. -JET2Compiler_TagShouldBeEmptyFormat=Tag should be have format {0} -JET2Compiler_DeprecatedAttribute=Use of deprecated attribute: {0} -JET2Compiler_MissingDirectiveAttribute=The {0} directive requires an {1} attribute. -JET2Compiler_MissingRequiredAttribute=Missing required attribute: {0} -JET2Compiler_PrefixAlreadyAssigned=The namespace prefix "{0}" is already associated with the tag library {1}. - -ASTCompilerParseListener_UnsupportedDirective=Unsupported directive ''{0}'' - -JET2Context_SuccessfulExecution=Successful Execution -JET2Context_SuccessfulWithMessages=Successful execution with messages -JET2Context_SuccessfulWithWarnings=Successful execution with warnings -JET2Context_InvalidVariableName=Invalid variable name ''{0}'' -JET2Context_VariableNotFound=Variable is not defined: {0} -JET2Context_ErrorsInExecution=Errors occurred during execution -JET2Context_ExecutionCancelled=Execution cancelled -JET2Context_CommittingActions=Committing actions -JET2Context_CouldNotFindTemplate=Could not find template {0} - |