equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2009 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 sixui plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 NAME SIUI |
|
19 |
|
20 #include <eikon.rh> |
|
21 #include <appinstui.loc> |
|
22 |
|
23 RESOURCE RSS_SIGNATURE { } |
|
24 |
|
25 RESOURCE LBUF r_daemon_untrusted_found { txt = qtn_swins_preinst_untrusted; } |
|
26 RESOURCE LBUF r_daemon_installation_error { txt = qtn_swins_preinst_cancelled; } |
|
27 //TC error ou1cimx1#149689 |
|
28 RESOURCE LBUF r_daemon_installing { txt = qtn_swins_note_install_preinstalled; } |
|
29 |
|
30 // For uninstaller |
|
31 //TC error ou1cimx1#149689 |
|
32 RESOURCE LBUF r_uninstaller_install { txt = qtn_swins_note_uninstall_old_versions; } |
|
33 |
|
34 // End of File |