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 MuS indicator |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <mus.loc> // localization |
|
21 #include <musoperator.loc> //localization |
|
22 #include <eikon.rh> |
|
23 #include <avkon.loc> |
|
24 |
|
25 |
|
26 // 4 letter ID |
|
27 NAME MIND |
|
28 |
|
29 |
|
30 RESOURCE RSS_SIGNATURE { } |
|
31 |
|
32 |
|
33 // ----------------------------------------------------------------------------- |
|
34 // r_musindicator_manual_activation_txt |
|
35 // Note shown to user while trying to activate VS whilst roaming and VS |
|
36 // activation setting is set to "Aut. in home network only". |
|
37 // ----------------------------------------------------------------------------- |
|
38 // |
|
39 RESOURCE TBUF r_musindicator_manual_activation_txt |
|
40 { |
|
41 buf = qtn_msh_note_manual_activation; |
|
42 } |
|
43 |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // r_musindicator_note_capability_txt |
|
47 // Displays a query to start live video to user. |
|
48 // ----------------------------------------------------------------------------- |
|
49 // |
|
50 RESOURCE TBUF r_musindicator_note_capability_txt |
|
51 { |
|
52 buf = qtn_msh_note_capability; |
|
53 } |
|
54 |
|
55 |
|
56 // ----------------------------------------------------------------------------- |
|
57 // r_musindicator_note_vsready_txt |
|
58 // Informational text to tell that videosharing is ready to be used. |
|
59 // ----------------------------------------------------------------------------- |
|
60 // |
|
61 RESOURCE TBUF r_musindicator_note_vsready_txt |
|
62 { |
|
63 buf = qtn_msh_note_vsready; |
|
64 } |
|
65 |
|