Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2004-04-26 08:20:21 +0000
committerteicher2004-04-26 08:20:21 +0000
commitc287cd2583ba55f110a793b77bff02ae60fb36d9 (patch)
treed95d8dbe0170e9126b78db06cc621de50f36cd54 /org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
parent033464905e3ae3e80e6abe0048ed8856162c129c (diff)
downloadeclipse.platform.text-c287cd2583ba55f110a793b77bff02ae60fb36d9.tar.gz
eclipse.platform.text-c287cd2583ba55f110a793b77bff02ae60fb36d9.tar.xz
eclipse.platform.text-c287cd2583ba55f110a793b77bff02ae60fb36d9.zip
renamed all TemplateMessages classes to have a prefix corresponding to their package, to avoid duplicate names and confusion.
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties b/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
new file mode 100644
index 00000000000..1d850690726
--- /dev/null
+++ b/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+# template translator
+TemplateTranslator.error.incomplete.variable=Template has incomplete variables. Use '$' to escape.
+TemplateTranslator.error.invalid.identifier=Template has invalid variable identifiers.
+
+# global variables
+GlobalVariables.variable.description.cursor=The cursor position after editing template variables
+GlobalVariables.variable.description.dollar=The dollar symbol
+GlobalVariables.variable.description.date=Current date
+GlobalVariables.variable.description.year=Current year
+GlobalVariables.variable.description.time=Current time
+GlobalVariables.variable.description.user=User name
+GlobalVariables.variable.description.selectedWord= The selected word
+GlobalVariables.variable.description.selectedLines= The selected lines

Back to the top