Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/actions/ActionsMessages.properties')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/actions/ActionsMessages.properties63
1 files changed, 63 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/actions/ActionsMessages.properties b/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/actions/ActionsMessages.properties
new file mode 100644
index 00000000000..267fc50cfe1
--- /dev/null
+++ b/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/actions/ActionsMessages.properties
@@ -0,0 +1,63 @@
+###############################################################################
+# Copyright (c) 2011 Anton Gorenkov
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Anton Gorenkov - Initial implementation
+###############################################################################
+CopySelectedMessagesAction_text=&Copy
+CopySelectedMessagesAction_tooltip=Copy Selected Messages To Clipboard
+CopySelectedTestsAction_text=&Copy
+CopySelectedTestsAction_tooltip=Copy Selected Test Names To Clipboard
+HistoryAction_dialog_button_remove=&Remove
+HistoryAction_dialog_button_remove_all=Remove &All
+HistoryAction_dialog_limit_label=&Maximum count of remembered test runs:
+HistoryAction_dialog_limit_label_error=Please enter a positive integer smaller than {0}.
+HistoryAction_dialog_list_title=Select a test run:
+HistoryAction_dialog_title=Test Runs
+HistoryAction_history_item_clear_text=&Clear Terminated
+HistoryAction_history_item_show_text=History...
+HistoryAction_history_text=History
+HistoryAction_history_tooltip=Test Run History...
+MessageLevelFilterAction_errors_text=&Errors
+MessageLevelFilterAction_errors_tooltip=Show error messages
+MessageLevelFilterAction_infos_text=&Infos
+MessageLevelFilterAction_infos_tooltip=Show information messages
+MessageLevelFilterAction_warnings_text=&Warnings
+MessageLevelFilterAction_warnings_tooltip=Show warning messages
+MessagesOrderingAction_text=Messages &Ordering
+MessagesOrderingAction_tooltip=Order Messages By Location, Skip Duplicates
+OpenInEditorAction_text=&Go to File
+OpenInEditorAction_tooltip=Show File Referred By the Message
+RedebugSelectedAction_text=&Debug
+RedebugSelectedAction_tooltip=Start Debug Session For Selected Tests
+RerunAction_text=Rerun
+RerunAction_tooltip=Rerun All Tests
+RerunSelectedAction_text=&Run
+RerunSelectedAction_tooltip=Rerun Selected Tests
+ScrollLockAction_name=Scroll Lock
+ScrollLockAction_tooltip=Scroll Lock
+ShowFailedOnlyAction_text=Show &Failures Only
+ShowFailedOnlyAction_tooltip=Show &Failures Only
+ShowFileNameOnlyAction_text=Show File Names Only
+ShowFileNameOnlyAction_tooltip=Show Only File Names in Message Locations
+ShowNextFailureAction_text=Next Failure
+ShowNextFailureAction_tooltip=Next Failed Test
+ShowPreviousFailureAction_text=Previous Failure
+ShowPreviousFailureAction_tooltip=Previous Failed Test
+ShowTestsInHierarchyAction_text=Show Tests in &Hierarchy
+ShowTestsInHierarchyAction_tooltip=Show Tests in Hierarchy
+ShowTimeAction_text=Show Execution &Time
+ShowTimeAction_tooltip=Show Execution Time
+StopAction_text=Stop
+StopAction_tooltip=Stop Test Run
+TestsHierarchyCollapseAllAction_text=C&ollapse All
+TestsHierarchyCollapseAllAction_tooltip=Collapse All Nodes
+TestsHierarchyExpandAllAction_text=&Expand All
+TestsHierarchyExpandAllAction_tooltip=Expand All Nodes
+ToggleOrientationAction_automatic_text=&Automatic
+ToggleOrientationAction_horizontal_text=&Horizontal
+ToggleOrientationAction_vertical_text=&Vertical

Back to the top