< prev index next >

application/org.openjdk.jmc.ui/src/main/resources/org/openjdk/jmc/ui/misc/messages.properties

Print this page




  78 FilterEditor_LABEL_NAME_NOT_AND=NOT AND
  79 # "NOT OR" refers to the logical operations
  80 FilterEditor_LABEL_NAME_NOT_OR=NOT OR
  81 # "OR" refers to the logical operation
  82 FilterEditor_LABEL_NAME_OR=OR
  83 FilterEditor_LABEL_NAME_TYPE=Type
  84 FilterEditor_LABEL_NAME_UNKNOWN_FILTER=Unknown filter
  85 FilterEditor_LABEL_VALUE_UNKNOWN=Unknown value
  86 FilterEditor_TOOLTIP_EMPTY=Use the context menu to populate the filter.
  87 FILE_DOES_NOT_EXIST=File does not exist: {0}
  88 ExceptionDialog_NO_DETAILS_AVAILABLE=No additional details available.
  89 AbstractWarningItem_WARNING=Last attempt failed
  90 EXPORT_AS_IMAGE_ACTION_TEXT=Export as Image...
  91 FAILED_TO_SAVE_IMAGE=Failed to save image
  92 DIALOG_FILE_EXISTS_TITLE=File exists
  93 DIALOG_OVERWRITE_QUESTION_TEXT=A file with name {0} already exists. Do you want to overwrite it?
  94 MOVE_LEFT=Move left
  95 MOVE_RIGHT=Move right
  96 QuestionLinkDialog_FAILED_OPEN_BROWSER=Failed to open browser
  97 ProgressComposite_PLEASE_WAIT=Please Wait...












  78 FilterEditor_LABEL_NAME_NOT_AND=NOT AND
  79 # "NOT OR" refers to the logical operations
  80 FilterEditor_LABEL_NAME_NOT_OR=NOT OR
  81 # "OR" refers to the logical operation
  82 FilterEditor_LABEL_NAME_OR=OR
  83 FilterEditor_LABEL_NAME_TYPE=Type
  84 FilterEditor_LABEL_NAME_UNKNOWN_FILTER=Unknown filter
  85 FilterEditor_LABEL_VALUE_UNKNOWN=Unknown value
  86 FilterEditor_TOOLTIP_EMPTY=Use the context menu to populate the filter.
  87 FILE_DOES_NOT_EXIST=File does not exist: {0}
  88 ExceptionDialog_NO_DETAILS_AVAILABLE=No additional details available.
  89 AbstractWarningItem_WARNING=Last attempt failed
  90 EXPORT_AS_IMAGE_ACTION_TEXT=Export as Image...
  91 FAILED_TO_SAVE_IMAGE=Failed to save image
  92 DIALOG_FILE_EXISTS_TITLE=File exists
  93 DIALOG_OVERWRITE_QUESTION_TEXT=A file with name {0} already exists. Do you want to overwrite it?
  94 MOVE_LEFT=Move left
  95 MOVE_RIGHT=Move right
  96 QuestionLinkDialog_FAILED_OPEN_BROWSER=Failed to open browser
  97 ProgressComposite_PLEASE_WAIT=Please Wait...
  98 TimeFilter_END_TIME_EXCEEDS_ERROR=The selected end time exceeds the range of the recording.
  99 TimeFilter_ERROR=Time Filter Error
 100 TimeFilter_FILTER=Filter
 101 TimeFilter_FILTER_EVENTS=Filter Events
 102 TimeFilter_FROM=From
 103 TimeFilter_INVALID_FORMAT_ERROR=Invalid time format
 104 TimeFilter_RESET=Reset
 105 TimeFilter_START_TIME_LONGER_THAN_END_ERROR=The selected start time exceeds the specified end time.
 106 TimeFilter_START_TIME_PRECEEDS_ERROR=The selected start time precedes the range of the recording.
 107 TimeFilter_TO=to
< prev index next >