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/UIViewMessages.properties')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/UIViewMessages.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/UIViewMessages.properties b/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/UIViewMessages.properties
new file mode 100644
index 00000000000..f586280fdf5
--- /dev/null
+++ b/testsrunner/org.eclipse.cdt.testsrunner/src/org/eclipse/cdt/testsrunner/internal/ui/view/UIViewMessages.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# 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
+###############################################################################
+CounterPanel_tests_erred=Errors:
+CounterPanel_tests_failed=Failures:
+CounterPanel_tests_run=Runs:
+CounterPanel_tests_skipped={0} ({1} ignored)
+MessagesPanel_label=Messages
+MessagesViewer_location_format={0}({1}):
+MessagesViewer_message_format={0}{1}: {2}
+ResultsView_layout_menu_text=&Layout
+TestsHierarchyViewer_test_path_format=\ - {0}
+TestsHierarchyViewer_test_time_format=\ ({0} s)
+UIUpdater_update_ui_job=Update C/C++ Tests Runner
+UIUpdater_view_caption_format={0} - {1}

Back to the top