Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 |
| 22 | NewOTProjectCreationWizard = OT Wizard |
| 23 | NewOTProjectCreationWizard.title = New OT Project Wizard |
| 24 | NewOTProjectCreationWizard.MainPage.title = Object Teams Project |
| 25 | NewOTProjectCreationWizard.MainPage.description = Create a new Object Teams project |
| 26 | |
| 27 | |
| 28 | # ------- strings for NewTypeWizardPage are now in OTNewWizardMessages ------- |
| 29 | |
| 30 | #BindingEditor |
| 31 | BindingEditor.AddconnectorDialog.title= Add Type Binding |
| 32 | BindingEditor.AddconnectorDialog.RoleClassSelect.title= Choose a role type |
| 33 | BindingEditor.AddconnectorDialog.RoleClassSelect.Input.title = Select a role type (? = any character, * = any String) |
| 34 | BindingEditor.AddconnectorDialog.RoleClassSelect.List.title= Matching types: |
| 35 | BindingEditor.AddconnectorDialog.BaseClassSelect.title= Choose a base type |
| 36 | BindingEditor.AddconnectorDialog.BaseClassSelect.Input.title = Select a base type (? = any character, * = any String) |
| 37 | BindingEditor.AddTypeBindingDialog.use_base_as_anchor=Use "base" as type anchor |
| 38 | BindingEditor.AddTypeBindingDialog.use_specified_base_as_anchor=Use "base" ({0}) as type anchor |
| 39 | BindingEditor.AddTypeBindingDialog.missing_class=No base class or no role class selected. |
| 40 | BindingEditor.AddTypeBindingDialog.error_retrieving_roles=An Error occurred, while trying to get roles from team {0}. |
| 41 | BindingEditor.generic_error_in_dialog=Error in {0} |
| 42 | |
| 43 | CallinMappingConfiguration_dialog_title=Callin Mapping Configuration |
| 44 | CalloutMappingConfiguration_dialog_title=Callout Mapping Configuration |
| 45 | MethodMappingConfiguration_no_method_binding_selected=<no method binding selected> |
| 46 | MethodMappingConfiguration_param_mapping_group_title=Parameter Mapping |
| 47 | MethodMappingConfiguration_result_mapping_group_title=Result Mapping |
| 48 | MethodMappingConfiguration_apply_button_label=Apply |
| 49 | |
| 50 | #CallinMarkerCreator: |
| 51 | CallinMarkerJob.job_title=Callin Marker Creator |
| 52 | CallinMarker.menu_playedby_title=OT/J bound roles |
| 53 | CallinMarker.menu_callin_title=OT/J callin bindings |
| 54 | CallinMarker.menu_callout_title=OT/J callout decapsulation |
| 55 | CallinMarker.playedby_tooltip=Role(s) bound to |
| 56 | CallinMarker.callin_tooltip=Callin binding(s) to |
| 57 | CallinMarker.callout_tooltip=Decapsulating callout binding(s) to |
| 58 | CallinMarkerCreator2.creating_markers_message=Creating markers... |
| 59 | CallinMarkerCreator2.updating_for_resource_message=Updating callin markers for resource {0} |
| 60 | CallinMarkerCreator2.updating_for_method_message=Updating callin markers for method {0} |
| 61 | CallinMarkerCreator2.searching_callin_binding_message=Searching for callin bindings... |
| 62 | CallinMarkerCreator2.search_failed_message=Searching for bound base methods failed -- no markers will be shown. |
| 63 | CallinMarkerCreator2.search_canceled_message=Searching for bound base methods canceled -- no markers will be shown. |
| 64 | CallinMarkerCreator2.line_number_error_message=Cannot compute line number for callin marker |
| 65 | |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 66 | #Team activation tab: |
| 67 | TeamConfig.tab_title=Team Activation |
| 68 | TeamConfig.activate_checkbox_description=Instantiate and activate the following teams at program launch |
| 69 | TeamConfig.choose_team_dialog_title=Choose a Team |
| 70 | TeamConfig.choose_team_dialog_description=Enter the Team's name (? = any character, * = any String) |
| 71 | TeamConfig.add_team_button_label=&Add... |
| 72 | TeamConfig.remove_team_button_label=Remo&ve |
| 73 | TeamConfig.team_up_button_label=Up |
| 74 | TeamConfig.team_down_button_label=Down |
| 75 | |
| 76 | TeamConfig.not_found_message=The following teams can not be found anymore and will not be statically activated.\n |
| 77 | TeamConfig.error_adding_team_title=Error adding team |
| 78 | TeamConfig.error_adding_team_message=Couldn't add the team {0} |
| 79 | TeamConfig.cannot_instantiate_message=The teams must not be abstract and have a public default constructor or none at all. |
| 80 | TeamConfig.project_not_set_title=Project not set |
| 81 | TeamConfig.project_not_set_message=You need to select a project in the 'Main' tab first. |
| 82 | |