|
1 /* |
|
2 * Copyright (c) 2005-2006 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 file for ProfilePlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // ========== RESOURCE IDENTIFIER ============================================= |
|
20 |
|
21 NAME AIPP // 4 letter ID |
|
22 |
|
23 // ========== INCLUDE FILES =================================================== |
|
24 |
|
25 |
|
26 #include <eikcore.rsg> |
|
27 #include <uikon.rh> |
|
28 #include <eikon.rh> |
|
29 #include <avkon.loc> |
|
30 #include <avkon.rh> |
|
31 #include <avkon.rsg> |
|
32 |
|
33 #include <ai3profileplugin.loc> |
|
34 |
|
35 |
|
36 // ========== CONSTANTS ======================================================= |
|
37 |
|
38 // ========== RESOURCE DEFINITIONS ============================================ |
|
39 |
|
40 RESOURCE RSS_SIGNATURE |
|
41 { |
|
42 } |
|
43 |
|
44 RESOURCE TBUF |
|
45 { |
|
46 buf = ""; |
|
47 } |
|
48 |
|
49 // ---------------------------------------------------------------------------- |
|
50 // |
|
51 // "Activate: %U" |
|
52 // |
|
53 // ---------------------------------------------------------------------------- |
|
54 // |
|
55 RESOURCE TBUF r_ai_pers_prof_toggle |
|
56 { |
|
57 buf = qtn_ai_pers_prof_toggle; |
|
58 } |
|
59 |
|
60 // ----------------------------------------------------------------------------- |
|
61 // |
|
62 // "Insert SIM card" |
|
63 // |
|
64 // ----------------------------------------------------------------------------- |
|
65 // |
|
66 RESOURCE TBUF r_su_note_insert_sim |
|
67 { |
|
68 buf = qtn_su_note_insert_sim; |
|
69 } |
|
70 |
|
71 // ----------------------------------------------------------------------------- |
|
72 // |
|
73 // "Are you sure that you want to switch GSM network on?" |
|
74 // |
|
75 // ----------------------------------------------------------------------------- |
|
76 // |
|
77 RESOURCE DIALOG r_ai_leave_offline_mode_query |
|
78 { |
|
79 flags = EGeneralQueryFlags; |
|
80 buttons = R_AVKON_SOFTKEYS_YES_NO; |
|
81 items = |
|
82 { |
|
83 DLG_LINE |
|
84 { |
|
85 type = EAknCtQuery; |
|
86 id = EGeneralQuery; |
|
87 control = AVKON_CONFIRMATION_QUERY |
|
88 { |
|
89 layout = EConfirmationQueryLayout; |
|
90 label = qtn_leave_offline_mode_query; |
|
91 }; |
|
92 } |
|
93 }; |
|
94 } |
|
95 |
|
96 // End of File. |