|
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 DiagUSBCableTestPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // LOCALISATION STRINGS |
|
20 |
|
21 // d:Plug-in name in the header of the dialog that is shown when starting test |
|
22 // d:execution. |
|
23 // l:heading_pane_t1 |
|
24 // r:3.2.1 |
|
25 // |
|
26 #define qtn_diag_msg_title_usb_cable "USB cable test" |
|
27 |
|
28 |
|
29 // d:The body text of the dialog that is shown when starting test execution. |
|
30 // d:This provides information about running the plug-in to the user. |
|
31 // l:popup_info_list_pane_t1 |
|
32 // r:3.2.1 |
|
33 // |
|
34 #define qtn_diag_msg_info_usb_cable "The following test will check USB cable." |
|
35 |
|
36 |
|
37 // d:The title pane shown when USB cable test is running |
|
38 // l:title_pane_t2/opt12 |
|
39 // r:3.2.1 |
|
40 // |
|
41 //#define qtn_diag_title_test_usb_cable "USB cable test" |
|
42 |
|
43 |
|
44 |
|
45 // d:Plugin name in the plugin view listbox. |
|
46 // l:list_single_graphic_pane_t1 |
|
47 // r:3.2.1 |
|
48 // |
|
49 //#define qtn_diag_lst_test_usb_cable "USB cable test" |
|
50 |
|
51 |
|
52 |
|
53 //d:Plugin name in the results view listbox. |
|
54 //l:list_single_graphic_heading_pane_t1_cp2 |
|
55 //r:3.2.1 |
|
56 // |
|
57 #define qtn_diag_lst_usb_cable "USB cable test" |
|
58 |
|
59 //d:Text of the query dialog to prompt user to connect USB cable and confirm |
|
60 //l:popup_note_window |
|
61 //r: 3.2 |
|
62 // |
|
63 #define qtn_diag_conf_usb_connect "Connect USB Cable and plug it into your PC. To run this test your PC needs to be turned on." |
|
64 |
|
65 |
|
66 |
|
67 //d:Title of the query dialog when USB cable is not detected |
|
68 //l:heading_pane_t1 |
|
69 //r: 3.2 |
|
70 // |
|
71 #define qtn_diag_err_title_no_usb "USB cable not detected" |
|
72 |
|
73 |
|
74 //d:Text of the query dialog when USB cable is not detected |
|
75 //l:popup_info_list_pane_t1 |
|
76 //r: 3.2 |
|
77 // |
|
78 #define qtn_diag_err_no_usb "Do you want to repeat the USB Cable test?" |
|
79 |
|
80 |
|
81 |
|
82 //d:Failed result text |
|
83 //l:popup_info_list_pane_t1 |
|
84 //r:5.0 |
|
85 // |
|
86 #define qtn_diag_conf_test_failed_usb_cable "USB cable test" |
|
87 |
|
88 #define qtn_diag_softk_skip "Skip" |
|
89 |
|
90 // End of File |