diff options
Diffstat (limited to 'org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties')
-rw-r--r-- | org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties index 79b608aeb..af64c6ee7 100644 --- a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties +++ b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties @@ -1,18 +1,18 @@ -############################################################################### -# Copyright (c) 2000, 2005 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 -############################################################################### - -StringSubstitutionEngine.3=Reference to undefined variable {0} -StringSubstitutionEngine.4=Variable {0} does not accept arguments - -StringVariableManager.26=Variables with the specified names are already registered. -StringVariableManager.27=Variable named {0} already registered - -DynamicVariable.0=Unsupported argument {0} specified for variable {1} +###############################################################################
+# Copyright (c) 2000, 2005 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
+###############################################################################
+
+StringSubstitutionEngine_3=Reference to undefined variable {0}
+StringSubstitutionEngine_4=Variable {0} does not accept arguments
+
+StringVariableManager_26=Variables with the specified names are already registered.
+StringVariableManager_27=Variable named {0} already registered
+
+DynamicVariable_0=Unsupported argument {0} specified for variable {1}
|