< prev index next >

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

Print this page

        

@@ -93,5 +93,15 @@
 DIALOG_OVERWRITE_QUESTION_TEXT=A file with name {0} already exists. Do you want to overwrite it?
 MOVE_LEFT=Move left
 MOVE_RIGHT=Move right
 QuestionLinkDialog_FAILED_OPEN_BROWSER=Failed to open browser
 ProgressComposite_PLEASE_WAIT=Please Wait...
+TimeFilter_END_TIME_EXCEEDS_ERROR=The selected end time exceeds the range of the recording.
+TimeFilter_ERROR=Time Filter Error
+TimeFilter_FILTER=Filter
+TimeFilter_FILTER_EVENTS=Filter Events
+TimeFilter_FROM=From
+TimeFilter_INVALID_FORMAT_ERROR=Invalid time format
+TimeFilter_RESET=Reset
+TimeFilter_START_TIME_LONGER_THAN_END_ERROR=The selected start time exceeds the specified end time.
+TimeFilter_START_TIME_PRECEEDS_ERROR=The selected start time precedes the range of the recording.
+TimeFilter_TO=to
< prev index next >