blob: 0e1a817216a5142080f10738c3ae92fee6b511c6 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001###############################################################################
2# This file is part of "Object Teams Development Tooling"-Software
3#
4# Copyright 2004, 2010 Fraunhofer Gesellschaft, Munich, Germany,
5# for its Fraunhofer Institute for Computer Architecture and Software
6# Technology (FIRST), Berlin, Germany and Technical University Berlin,
7# Germany.
8#
9# All rights reserved. This program and the accompanying materials
10# are made available under the terms of the Eclipse Public License v1.0
11# which accompanies this distribution, and is available at
12# http://www.eclipse.org/legal/epl-v10.html
13#
14# Please visit http://www.eclipse.org/objectteams for updates and contact.
15#
16# Contributors:
17# Fraunhofer FIRST - Initial API and implementation
18# Technical University Berlin - Initial API and implementation
19###############################################################################
20
21# NewOTProjectCreationWizard
22NewOTProjectCreationWizard = OT Wizard
23NewOTProjectCreationWizard.title = New OT Project Wizard
24NewOTProjectCreationWizard.MainPage.title = Object Teams Project
25NewOTProjectCreationWizard.MainPage.description = Create a new Object Teams project
26
27
28# ------- strings for NewTypeWizardPage are now in OTNewWizardMessages -------
29
30#BindingEditor
31BindingEditor.AddconnectorDialog.title= Add Type Binding
32BindingEditor.AddconnectorDialog.RoleClassSelect.title= Choose a role type
33BindingEditor.AddconnectorDialog.RoleClassSelect.Input.title = Select a role type (? = any character, * = any String)
34BindingEditor.AddconnectorDialog.RoleClassSelect.List.title= Matching types:
35BindingEditor.AddconnectorDialog.BaseClassSelect.title= Choose a base type
36BindingEditor.AddconnectorDialog.BaseClassSelect.Input.title = Select a base type (? = any character, * = any String)
37BindingEditor.AddTypeBindingDialog.use_base_as_anchor=Use "base" as type anchor
38BindingEditor.AddTypeBindingDialog.use_specified_base_as_anchor=Use "base" ({0}) as type anchor
39BindingEditor.AddTypeBindingDialog.missing_class=No base class or no role class selected.
40BindingEditor.AddTypeBindingDialog.error_retrieving_roles=An Error occurred, while trying to get roles from team {0}.
41BindingEditor.generic_error_in_dialog=Error in {0}
42
43CallinMappingConfiguration_dialog_title=Callin Mapping Configuration
44CalloutMappingConfiguration_dialog_title=Callout Mapping Configuration
45MethodMappingConfiguration_no_method_binding_selected=<no method binding selected>
46MethodMappingConfiguration_param_mapping_group_title=Parameter Mapping
47MethodMappingConfiguration_result_mapping_group_title=Result Mapping
48MethodMappingConfiguration_apply_button_label=Apply
49
50#CallinMarkerCreator:
51CallinMarkerJob.job_title=Callin Marker Creator
52CallinMarker.menu_playedby_title=OT/J bound roles
53CallinMarker.menu_callin_title=OT/J callin bindings
54CallinMarker.menu_callout_title=OT/J callout decapsulation
55CallinMarker.playedby_tooltip=Role(s) bound to
56CallinMarker.callin_tooltip=Callin binding(s) to
57CallinMarker.callout_tooltip=Decapsulating callout binding(s) to
58CallinMarkerCreator2.creating_markers_message=Creating markers...
59CallinMarkerCreator2.updating_for_resource_message=Updating callin markers for resource {0}
60CallinMarkerCreator2.updating_for_method_message=Updating callin markers for method {0}
61CallinMarkerCreator2.searching_callin_binding_message=Searching for callin bindings...
62CallinMarkerCreator2.search_failed_message=Searching for bound base methods failed -- no markers will be shown.
63CallinMarkerCreator2.search_canceled_message=Searching for bound base methods canceled -- no markers will be shown.
64CallinMarkerCreator2.line_number_error_message=Cannot compute line number for callin marker
65
Stephan Herrmann01664412010-04-01 20:28:43 +000066#Team activation tab:
67TeamConfig.tab_title=Team Activation
68TeamConfig.activate_checkbox_description=Instantiate and activate the following teams at program launch
69TeamConfig.choose_team_dialog_title=Choose a Team
70TeamConfig.choose_team_dialog_description=Enter the Team's name (? = any character, * = any String)
71TeamConfig.add_team_button_label=&Add...
72TeamConfig.remove_team_button_label=Remo&ve
73TeamConfig.team_up_button_label=Up
74TeamConfig.team_down_button_label=Down
75
76TeamConfig.not_found_message=The following teams can not be found anymore and will not be statically activated.\n
77TeamConfig.error_adding_team_title=Error adding team
78TeamConfig.error_adding_team_message=Couldn't add the team {0}
79TeamConfig.cannot_instantiate_message=The teams must not be abstract and have a public default constructor or none at all.
80TeamConfig.project_not_set_title=Project not set
81TeamConfig.project_not_set_message=You need to select a project in the 'Main' tab first.
82