Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8beda76185c7f03865fe6193d7d93aa9973833eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
######################################################################
# Copyright (c) 2000, 2002 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
#
# Contributors:
#    IBM Corporation - Initial implementation
######################################################################

CommonTab.&Browse_6=&Browse...
CommonTab.&Common_15=&Common
CommonTab.&Run_11=&Run
CommonTab.Debu&g_12=Debu&g
CommonTab.Debug_mode_9=D&ebug mode
CommonTab.Display_in_favorites_menu__10=Display in favorites menu:
CommonTab.Invalid_shared_configuration_location_14=Invalid shared configuration location
CommonTab.L&ocal_3=L&ocal
CommonTab.Location_of_shared_confi&guration__5=Location of shared con&figuration:
CommonTab.Run_mode_8=Run mo&de
CommonTab.S&hared_4=S&hared
CommonTab.Select_a_location_for_the_launch_configuration_13=Select a location for the launch configuration
CommonTab.Switch_to/Open_perspective_when_launched_in__7=Perspective to switch to or open when launched in:
CommonTab.Type_of_launch_configuration__2=Type of launch configuration:

LaunchConfigurationDialog.&Apply_17=Appl&y
LaunchConfigurationDialog.&Name__16=&Name:
LaunchConfigurationDialog.__has_unsaved_changes.__Do_you_wish_to_save_them__30=" has unsaved changes.  Do you wish to save them?
LaunchConfigurationDialog.__has_unsaved_changes_that_CANNOT_be_saved_because_of_the_following_error_36=" has unsaved changes that CANNOT be saved because of the following error:\n
LaunchConfigurationDialog.An_exception_occurred_while_retrieving_launch_configurations_20=An exception occurred while retrieving launch configurations
LaunchConfigurationDialog.Cancel_34=Cancel
LaunchConfigurationDialog.Create,_manage,_and_run_launch_configurations_8=Create, manage, and run launch configurations
LaunchConfigurationDialog.Deb&ug_4=Deb&ug
LaunchConfigurationDialog.Dele&te_14=Dele&te
LaunchConfigurationDialog.Discard_changes__38=Discard changes?
LaunchConfigurationDialog.Do_you_wish_to_discard_changes_37=\nDo you wish to discard changes?\n
LaunchConfigurationDialog.Error_19=Error
LaunchConfigurationDialog.Exception_creating_new_launch_configuration_45=Exception creating new launch configuration
LaunchConfigurationDialog.Exception_occurred_creating_launch_configuration_tabs_27=Exception occurred creating launch configuration tabs
LaunchConfigurationDialog.Exception_occurred_processing_launch_configuration._See_log_for_more_information_7=Exception occurred processing launch configuration. See log for more information
LaunchConfigurationDialog.Exception_occurred_setting_launch_configuration_24=Exception occurred setting launch configuration
LaunchConfigurationDialog.Exception_occurred_while_launching_50=Exception occurred while launching
LaunchConfigurationDialog.Exception_occurred_while_launching_configuration._See_log_for_more_information_49=Exception occurred while launching configuration. See log for more information
LaunchConfigurationDialog.Exception_occurred_while_saving_launch_configuration_47=Exception occurred while saving launch configuration
LaunchConfigurationDialog.Launch_configuration_already_exists_with_this_name_12=Launch configuration already exists with this name
LaunchConfigurationDialog.Launch_Configuration_Error_46=Launch Configuration Error
LaunchConfigurationDialog.Launch_Configuration_Error_6=Launch Configuration Error
LaunchConfigurationDialog.Launch_Configurations_18=Launch Configurations
LaunchConfigurationDialog.Name_required_for_launch_configuration_11=Name required for launch configuration
LaunchConfigurationDialog.Ne&w_13=Ne&w
LaunchConfigurationDialog.New_configuration_1=New_configuration
LaunchConfigurationDialog.No_33=No
LaunchConfigurationDialog.No_tabs_found_41=No tabs found
LaunchConfigurationDialog.R&un_5=R&un
LaunchConfigurationDialog.Ready_to_launch_2=Ready to launch
LaunchConfigurationDialog.Save_changes__31=Save changes?
LaunchConfigurationDialog.Select_a_configuration_to_launch_or_a_config_type_to_create_a_new_configuration_3=Select a configuration to launch or a config type to create a new configuration
LaunchConfigurationDialog.Select_a_type_of_configuration_to_create,_and_press___new__51=Select a type of configuration to create, and press the \'New' button
LaunchConfigurationDialog.The_configuration___29=The configuration "
LaunchConfigurationDialog.The_configuration___35=The configuration "
LaunchConfigurationDialog.unspecified_28=unspecified
LaunchConfigurationDialog.Yes_32=Yes
LaunchConfigurationDialog.Do_you_wish_to_delete_the_selected_launch_configurations__1=Do you wish to delete the selected launch configurations?
LaunchConfigurationDialog.Do_you_wish_to_delete_the_selected_launch_configuration__2=Do you wish to delete the selected launch configuration?
LaunchConfigurationDialog.Confirm_Launch_Configuration_Deletion_3=Confirm Launch Configuration Deletion
LaunchConfigurationDialog.Close_1=Close
LaunchConfigurationDialog.Revert_2=Re&vert
LaunchConfigurationDialog.Cancel_3=Cance&l
LaunchConfigurationDialog.Cannot_relaunch_1=Cannot relaunch
LaunchConfigurationDialog.Cannot_relaunch_[{1}]_because_it_does_not_support_{2}_mode_2=Cannot relaunch [{0}] because it does not support {1} mode
LaunchConfigurationDialog.Duplicate_1=&Duplicate

LaunchConfigurationPresentationManager.Launch_configuration_tab_group_extension_{0}_does_not_specify_launch_configuration_type_1=Launch configuration tab group extension {0} does not specify launch configuration type
LaunchConfigurationPresentationManager.Launch_configuration_tab_group_extension_{0}_refers_to_non-existant_launch_configuration_type_{1}_2=Launch configuration tab group extension {0} refers to non-existent launch configuration type {1}
LaunchConfigurationPresentationManager.No_tab_group_defined_for_launch_configuration_type_{0}_3=No tab group defined for launch configuration type {0}

PerspectiveManager.Error_1=Error
PerspectiveManager.Unable_to_switch_perpsectives_as_specified_by_launch__{0}_4=Unable to switch perspectives as specified by launch: {0}
PerspectiveManager.Unable_to_switch_to_perspective__{0}_2=Unable to switch to perspective: {0}

Back to the top