|
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: Resource definitions for project Diagnostics Services Suite. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // Resource Name Identifier |
|
20 NAME DSRS |
|
21 |
|
22 // Include Files |
|
23 #include <eikon.rh> |
|
24 #include <avkon.rh> |
|
25 #include <avkon.loc> |
|
26 #include <avkon.rsg> |
|
27 #include <diagservicessuiteplugin.loc> |
|
28 #include "diagservicessuiteplugin.hrh" |
|
29 |
|
30 // Resource Identifiers |
|
31 RESOURCE RSS_SIGNATURE { } |
|
32 RESOURCE TBUF { buf="DSRS"; } |
|
33 |
|
34 // ========================== RESOURCE DEFINITIONS =========================== |
|
35 |
|
36 // --------------------------------------------------------------------------- |
|
37 // r_diag_services_suite_list_large_graphic |
|
38 // The suite's name in the main view listbox. |
|
39 // --------------------------------------------------------------------------- |
|
40 // |
|
41 RESOURCE TBUF r_diag_services_suite_list_large_graphic |
|
42 { |
|
43 buf = qtn_diag_lst_view_my_services; |
|
44 } |
|
45 |
|
46 // --------------------------------------------------------------------------- |
|
47 // r_diag_services_suite_heading_pane |
|
48 // The suite's name in the header of the dialog that is shown when starting |
|
49 // test execution. |
|
50 // --------------------------------------------------------------------------- |
|
51 // |
|
52 RESOURCE TBUF r_diag_services_suite_heading_pane |
|
53 { |
|
54 buf = qtn_diag_msg_title_all_my_services; |
|
55 } |
|
56 |
|
57 // --------------------------------------------------------------------------- |
|
58 // r_diag_services_suite_popup_info_pane |
|
59 // The body text of the dialog that is shown when starting test execution. |
|
60 // --------------------------------------------------------------------------- |
|
61 // |
|
62 RESOURCE TBUF r_diag_services_suite_popup_info_pane |
|
63 { |
|
64 buf = qtn_diag_msg_all_my_services; |
|
65 } |
|
66 |
|
67 // --------------------------------------------------------------------------- |
|
68 // r_diag_services_suite_title_pane |
|
69 // The title pane shown when services tests are running. |
|
70 // --------------------------------------------------------------------------- |
|
71 // |
|
72 RESOURCE TBUF r_diag_services_suite_title_pane |
|
73 { |
|
74 buf = qtn_diag_title_coverage; |
|
75 } |
|
76 |
|
77 // --------------------------------------------------------------------------- |
|
78 // r_diag_services_suite_list_single_graphic |
|
79 // Suite name in the suite view listbox. |
|
80 // --------------------------------------------------------------------------- |
|
81 // |
|
82 RESOURCE TBUF r_diag_services_suite_list_single_graphic |
|
83 { |
|
84 buf = qtn_diag_folder_coverage; |
|
85 } |
|
86 |
|
87 // --------------------------------------------------------------------------- |
|
88 // r_diag_services_suite_list_single |
|
89 // The suite's name in the results view. |
|
90 // --------------------------------------------------------------------------- |
|
91 // |
|
92 RESOURCE TBUF r_diag_services_suite_list_single |
|
93 { |
|
94 buf = qtn_diag_folder_coverage; |
|
95 } |
|
96 |
|
97 // End of File |