mparker | 59bc1d8 | 2009-07-31 21:49:33 +0000 | [diff] [blame] | 1 |
|
| 2 | # <copyright>
|
| 3 | # </copyright>
|
| 4 | #
|
mparker | d06a7d5 | 2009-08-12 01:31:42 +0000 | [diff] [blame^] | 5 | # $Id: plugin.properties,v 1.4 2009/08/12 01:31:42 mparker Exp $
|
mparker | 59bc1d8 | 2009-07-31 21:49:33 +0000 | [diff] [blame] | 6 |
|
mparker | d06a7d5 | 2009-08-12 01:31:42 +0000 | [diff] [blame^] | 7 | pluginName = AMF Unit Testing Edit Support
|
| 8 | providerName = Eclipse.org
|
mparker | 59bc1d8 | 2009-07-31 21:49:33 +0000 | [diff] [blame] | 9 |
|
| 10 | _UI_CreateChild_text = {0}
|
| 11 | _UI_CreateChild_text2 = {1} {0}
|
| 12 | _UI_CreateChild_text3 = {1}
|
| 13 | _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
|
| 14 | _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
|
| 15 | _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
|
| 16 |
|
| 17 | _UI_PropertyDescriptor_description = The {0} of the {1}
|
| 18 |
|
| 19 | _UI_Run_type = Run
|
| 20 | _UI_Failure_type = Failure
|
| 21 | _UI_Unknown_type = Object
|
| 22 |
|
| 23 | _UI_Unknown_datatype= Value
|
| 24 |
|
| 25 | _UI_Run_model_feature = Model
|
| 26 | _UI_Run_testModel_feature = Test Model
|
| 27 | _UI_Run_parameterModel_feature = Parameter Model
|
| 28 | _UI_Run_result_feature = Result
|
| 29 | _UI_Run_parameters_feature = Parameters
|
| 30 | _UI_Run_constraints_feature = Constraints
|
| 31 | _UI_Run_started_feature = Started
|
| 32 | _UI_Run_finished_feature = Finished
|
| 33 | _UI_Failure_constraint_feature = Constraint
|
| 34 | _UI_Failure_issue_feature = Issue
|
| 35 | _UI_Failure_actualValue_feature = Actual Value
|
| 36 | _UI_Unknown_feature = Unspecified
|
| 37 |
|
| 38 | _UI_Result_Incomplete_literal = INCOMPLETE
|
| 39 | _UI_Result_Success_literal = SUCCESS
|
| 40 | _UI_Result_Failure_literal = FAILURE
|
| 41 | _UI_Issue_BelowRange_literal = BELOW_RANGE
|
| 42 | _UI_Issue_AboveRange_literal = ABOVE_RANGE
|
mparker | 91ec2b3 | 2009-08-03 17:15:36 +0000 | [diff] [blame] | 43 | _UI_Model_type = Model
|
| 44 | _UI_Tests_type = Tests
|
| 45 | _UI_Constraint_type = Constraint
|
| 46 | _UI_IntValue_type = Int Value
|
| 47 | _UI_RealValue_type = Real Value
|
| 48 | _UI_Model_name_feature = Name
|
| 49 | _UI_Model_description_feature = Description
|
| 50 | _UI_Model_tests_feature = Tests
|
| 51 | _UI_Model_contraints_feature = Contraints
|
| 52 | _UI_Tests_importURI_feature = Import URI
|
| 53 | _UI_Constraint_measure_feature = Measure
|
| 54 | _UI_Constraint_agent_feature = Agent
|
| 55 | _UI_Constraint_attribute_feature = Attribute
|
| 56 | _UI_Constraint_qualifier_feature = Qualifier
|
| 57 | _UI_Constraint_minValue_feature = Min Value
|
| 58 | _UI_Constraint_maxValue_feature = Max Value
|
| 59 | _UI_IntValue_value_feature = Value
|
| 60 | _UI_RealValue_value_feature = Value
|
| 61 | _UI_Measure_COUNT_literal = Count
|
| 62 | _UI_Measure_AVERAGE_literal = Average
|
| 63 | _UI_Measure_SUM_literal = Sum
|
| 64 | _UI_Measure_MINIMUM_literal = Minimum
|
| 65 | _UI_Measure_MAXIMUM_literal = Maximum
|
| 66 | _UI_Value_type = Value
|
| 67 | _UI_Run_failures_feature = Failures
|
| 68 | _UI_Run_test_feature = Test
|
| 69 | _UI_Run_parameterization_feature = Parameterization
|
| 70 | _UI_RunSet_type = Run Set
|
| 71 | _UI_RunSet_started_feature = Started
|
| 72 | _UI_RunSet_finished_feature = Finished
|
| 73 | _UI_RunSet_runs_feature = Runs
|
| 74 | _UI_RunSet_result_feature = Result
|
mparker | 170cd2b | 2009-08-07 00:05:19 +0000 | [diff] [blame] | 75 | _UI_ConstraintTest_type = Constraint Test
|
| 76 | _UI_Run_results_feature = Results
|
| 77 | _UI_ConstraintTest_constraint_feature = Constraint
|
| 78 | _UI_ConstraintTest_issue_feature = Issue
|
| 79 | _UI_ConstraintTest_actualValue_feature = Actual Value
|
| 80 | _UI_ConstraintTest_failure_feature = Failure
|
| 81 | _UI_ResultType_Incomplete_literal = INCOMPLETE
|
| 82 | _UI_ResultType_Success_literal = SUCCESS
|
| 83 | _UI_ResultType_Failure_literal = FAILURE
|
| 84 | _UI_Issue_None_literal = NONE
|
| 85 | _UI_Issue_NotFound_literal = NOT_FOUND
|
| 86 | _UI_Value_value_feature = Value
|