blob: b934aa6dbd7df71f90bd2b1010707a4faa0e76eb [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2005, 2021 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
CodeTemplates_title = Code Templates for StatET
CodeTemplates_label = C&onfigure generated code and comments:
CodeTemplates_EditButton_label = &Edit...
CodeTemplates_ImportButton_label = &Import...
CodeTemplates_ExportButton_label = E&xport...
CodeTemplates_ExportAllButton_label = Ex&port All..
CodeTemplates_Preview_label = Pre&view:
CodeTemplates_error_title = Code Templates Error
CodeTemplates_error_Read_message = Failed to read templates.
CodeTemplates_error_Write_message = Failed to write templates.
CodeTemplates_Import_title = Import Templates
CodeTemplates_Import_extension = *.xml
CodeTemplates_Export_title = Export {0} Code Template(s)
CodeTemplates_Export_extension = codetemplates.xml
CodeTemplates_Export_filename = *.xml
CodeTemplates_Export_Error_title = Export Templates
CodeTemplates_Export_Error_Hidden_message = Export failed.\n{0} is a hidden file.
CodeTemplates_Export_Error_CanNotWrite_message = Export failed.\n{0} cannot be modified.
CodeTemplates_Export_Exists_title = Export Code Templates
CodeTemplates_Export_Exists_message = {0} already exists.\nDo you want to replace it?
TaskTags_title = Task Tags
TaskTags_description = &Strings indicating tasks in comments. The entry marked as default will be used in the code templates.
TaskTags_TaskColumn_name = Tag
TaskTags_PriorityColumn_name = Priority
TaskTags_warning_NoTag_message = It is no task tag defined.
TaskTags_error_DefaultTast_message = One task tag in the table should be set as default tag.
TaskTags_NeedsBuild_title = Task Tags Settings Changed
TaskTags_NeedsFullBuild_message = The task tags settings have changed. A full rebuild is required for changes to take effect. Do the full build now?
TaskTags_NeedsProjectBuild_message = The task tags settings have changed. A rebuild of the project is required for changes to take effect. Build the project now?
TaskTags_InputDialog_NewTag_title = New Task Tag
TaskTags_InputDialog_EditTag_title = Edit Task Tag
TaskTags_InputDialog_Name_label = T&ag:
TaskTags_InputDialog_Priority_label = &Priority:
TaskTags_InputDialog_error_EnterName_message = Enter task tag name.
TaskTags_InputDialog_error_Comma_message = Name cannot contain a comma.
TaskTags_InputDialog_error_EntryExists_message = An entry with the same name already exists.
TaskTags_InputDialog_error_ShouldStartWithLetterOrDigit_message = Name have to begin with a letter or digit.