Skip to main content
summaryrefslogtreecommitdiffstats
blob: 833cb81fdff87c19a5bb4e002e5a349935d4a438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2011 Anton Gorenkov
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#   Anton Gorenkov - Initial implementation
###############################################################################
CounterPanel_tests_erred=Errors:\u0020
CounterPanel_tests_failed=Failures:\u0020
CounterPanel_tests_run=Runs:\u0020
CounterPanel_tests_skipped={0} ({1} ignored)
MessagesPanel_label=Messages
MessagesViewer_location_format={0}({1}):\u0020
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