|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Localization strings for project Browser Test Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // d:Test name in the header of the dialog that is shown when starting test |
|
20 // d:execution. |
|
21 // l:heading_pane_t1 |
|
22 // r:3.2.1 |
|
23 // |
|
24 #define qtn_diag_msg_title_browser "Browser test" |
|
25 |
|
26 // d:The body text of the dialog that is shown when starting test execution. |
|
27 // d:This provides information about running the test to the user. |
|
28 // l:popup_info_list_pane_t1 |
|
29 // r:3.2.1 |
|
30 // |
|
31 #define qtn_diag_msg_info_browser "The following test will check browser." |
|
32 |
|
33 // d:The title pane shown when the browser test is running. |
|
34 // l:title_pane_t2/opt12 |
|
35 // r:3.2.1 |
|
36 // |
|
37 //#define qtn_diag_title_test_browser "Browser test" // LVT Change |
|
38 |
|
39 // d:Test name in the suite view listbox. This text indicates that the test |
|
40 // d:will be run. |
|
41 // l:list_single_graphic_pane_t1 |
|
42 // r:3.2.1 |
|
43 // |
|
44 //#define qtn_diag_lst_test_browser "Browser test" // LVT Change |
|
45 |
|
46 // d:Test name in the results view listbox. |
|
47 // l:list_single_graphic_heading_pane_t1_cp2 |
|
48 // r:3.2.1 |
|
49 // |
|
50 #define qtn_diag_lst_browser "Browser test" |
|
51 |
|
52 //d:Failed result text |
|
53 //l:popup_info_list_pane_t1 |
|
54 //r:5.0 |
|
55 // |
|
56 #define qtn_diag_conf_test_failed_browser "Browser test" |
|
57 |
|
58 //d:Message text for browser |
|
59 //l:popup_note_wait_window |
|
60 //r:3.2 |
|
61 // |
|
62 #define qtn_diag_msg_testing_browser "Testing browser" |
|
63 |
|
64 #define qtn_diag_softk_skip "Skip" |
|
65 |
|
66 // End of File |