<MyMathCalcPlugin Project>/src/org/myorg/mymathcalcplugin/Bundle.properties
# The plugin name
OpenIDE-Module-Name=MyMathCalcPlugin

# ComputeSumAction strings
MSG_SumResult=The sum of {0} selected values is {1}.
NAME_Sum=C&ompute sum
MSG_ProgressComputingSum=Computing sum...

# ComputeAverageAction strings
MSG_AvgResult=The average of {0} selected values is {1}.
NAME_Avg=&Compute average
MSG_ProgressComputingAvg=Computing average...

# AbstractComputationAction strings
MSG_ProgressDetails=Counting - row {0} out of {1}

# actions layer.xml registration
Actions/Help/APIExamples=IJC API Examples
Menu/Help/APIExamples=&IJC API Examples