/* Error condition in Save To where source data file can't be read, argument is name of data file */
"Unable to read %@";
/* An error occured trying to talk to the sampled program */
"Mach Error";
/* A status messages showing only the number of samples, argument is the sample count */
"%d samples";
/* Command to stop sampling */
"Stop";
/* An error condition where the sample data file has a malformed header */
"Invalid header";
/* A status message show that n samples are selected, arg is name of the selected method */
"%@ - %d samples" = "%@ \320 %d samples";
/* Command to analyze the sampler data */
"Analyze";
/* A status messages showing only 1 sample */
"1 sample";
/* Error condition when trying to start an already running sampler */
"Sampler already running";
/* A status message show that arg1 samples are selected of a total of arg2 samples, arg3 is the percentage of these two values */
"%d of %d (%d %%)";
/* An error condition where the sample data file shorter than expected */
"File too short";
/* Command to begin sampling a program
Command to start samplingP */
"Start";
/* A status message show that 1 sample is selected, arg is name of the selected method */
"%@ - 1 sample" = "%@ \320 1 sample";
/* A status message show that n samples are selected, 1st arg is name of the selected method, 2nd arg number of samples, 3rd arg is an integer reflecting the PC of that method */