equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * This file contains all the resources for the module ProvisioningHandler. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // INCLUDES |
|
22 |
|
23 #include <badef.rh> |
|
24 #include <provisioning.loc> // Localisable text |
|
25 |
|
26 |
|
27 // --------------------------------------------------------- |
|
28 // |
|
29 // r_text_mem_sucs |
|
30 // For memory full note |
|
31 // |
|
32 // --------------------------------------------------------- |
|
33 // |
|
34 RESOURCE LBUF r_text_mem_sucs |
|
35 { |
|
36 txt=qtn_op_mem_low; |
|
37 } |
|
38 |
|
39 // --------------------------------------------------------- |
|
40 // |
|
41 // r_text_prov_sucs |
|
42 // For info note Bootstrap successfull |
|
43 // |
|
44 // --------------------------------------------------------- |
|
45 // |
|
46 RESOURCE LBUF r_text_prov_sucs |
|
47 { |
|
48 txt=qtn_op_info_sms_autsuc1; |
|
49 } |
|
50 |
|
51 // --------------------------------------------------------- |
|
52 // |
|
53 // r_text_mem_sucs |
|
54 // For a successfully constructed message header |
|
55 // |
|
56 // --------------------------------------------------------- |
|
57 // |
|
58 RESOURCE LBUF r_from_serviceprovider |
|
59 { |
|
60 txt=qtn_mce_inbox_sender_servprov; |
|
61 } |
|
62 |
|
63 // End of File |