equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 |
|
17 |
|
18 RESOURCE ARRAY r_error_res_new_mms_errors |
|
19 { |
|
20 items= |
|
21 { |
|
22 SINGLE_ERROR // KMmsErrorProtectedContent // -32150 |
|
23 { |
|
24 text = r_new_mms_unable_to_send_protected_error; |
|
25 }, |
|
26 |
|
27 SINGLE_ERROR // KMmsErrorUnregisteredApplication // -32151 |
|
28 { |
|
29 text = r_new_mms_unregistered_app_error; |
|
30 }, |
|
31 |
|
32 SINGLE_ERROR // KMmsErrorApplicationDiskFull // -32152 |
|
33 { |
|
34 text = r_error_res_disk_full; |
|
35 } |
|
36 }; |
|
37 } |
|
38 |
|
39 |
|
40 RESOURCE TBUF r_new_mms_unable_to_send_protected_error { buf = qtn_err_mms_unable_to_send_protected; } |
|
41 |
|
42 |
|
43 // End of File |