blob: 88a662dfb69a6953cfc61c743081933d5ce79e87 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2004 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
###############################################################################
# preference page
TemplatePreferencePage.error.import=Failed to import templates.
TemplatePreferencePage.error.export=Failed to export templates.
TemplatePreferencePage.error.read.title=Reading Templates
TemplatePreferencePage.error.write.title=Reading Templates
TemplatePreferencePage.message=&Create, edit or remove templates:
TemplatePreferencePage.title=Templates
TemplatePreferencePage.new=&New...
TemplatePreferencePage.edit=&Edit...
TemplatePreferencePage.import=&Import...
TemplatePreferencePage.export=E&xport...
TemplatePreferencePage.remove=&Remove
TemplatePreferencePage.editor=Template
TemplatePreferencePage.revert=Re&vert to Default
TemplatePreferencePage.restore=Restore Re&moved
TemplatePreferencePage.column.name=Name
TemplatePreferencePage.column.context=Context
TemplatePreferencePage.column.description=Description
TemplatePreferencePage.use.code.formatter=Use code &formatter
TemplatePreferencePage.import.title=Importing Templates
TemplatePreferencePage.import.extension=*.xml
TemplatePreferencePage.export.title=Exporting {0} Templates
TemplatePreferencePage.export.filename=templates.xml
TemplatePreferencePage.export.extension=*.xml
TemplatePreferencePage.export.exists.title= Exporting Templates
TemplatePreferencePage.export.exists.message= {0} already exists.\nDo you want to replace it?
TemplatePreferencePage.export.error.title= Exporting Templates
TemplatePreferencePage.export.error.hidden= Export failed.\n{0} is a hidden file.
TemplatePreferencePage.export.error.canNotWrite= Export failed.\n{0} cannot be modified.
TemplatePreferencePage.export.error.fileNotFound= Export failed:\n{0}
TemplatePreferencePage.error.parse.message= Failed to parse templates:\n{0}
TemplatePreferencePage.error.read.message= Failed to read templates.
TemplatePreferencePage.question.create.new.title= Edit Template
TemplatePreferencePage.question.create.new.message= The name of the template has been changed. Click 'Yes' to create an additional template with the new name or 'No' to rename the existing one.
TemplatePreferencePage.preview=Preview:
# edit template dialog
EditTemplateDialog.error.noname=Template name cannot be empty.
EditTemplateDialog.error.adjacent.variables=Template pattern has adjacent variables.
EditTemplateDialog.title.new=New Template
EditTemplateDialog.title.edit=Edit Template
EditTemplateDialog.name=&Name:
EditTemplateDialog.description=&Description:
EditTemplateDialog.context=&Context:
EditTemplateDialog.pattern=&Pattern:
EditTemplateDialog.insert.variable=Insert &Variable...
EditTemplateDialog.undo=&Undo
EditTemplateDialog.cut=Cu&t
EditTemplateDialog.copy=&Copy
EditTemplateDialog.paste=&Paste
EditTemplateDialog.select.all=Select &All
EditTemplateDialog.content.assist=Insert &Variable...
TemplateVariableProposal.error.title=Error applying template variable proposal
TemplateVariableProcessor.error.title=Error creating template variable proposals
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