64
|
1 |
/*
|
|
2 |
* Copyright (c) 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 headers for project ?myapp
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
// OPTIONS MENU COMMANDS
|
|
22 |
//
|
|
23 |
// d: Options menu item
|
|
24 |
// l:
|
|
25 |
// r:3.2
|
|
26 |
//
|
|
27 |
#define qtn_alf_cal_help "Help"
|
|
28 |
|
|
29 |
// d: Options menu item
|
|
30 |
// l:
|
|
31 |
// r:3.2
|
|
32 |
//
|
|
33 |
#define qtn_alf_cal_exit "Exit"
|
|
34 |
|
|
35 |
|
|
36 |
// Hardcoded Calendar events
|
|
37 |
//
|
|
38 |
// d: Calendar events
|
|
39 |
// l:
|
|
40 |
// r:3.2
|
|
41 |
//
|
|
42 |
#define qtn_alf_cal_event1 " 10:00 - 11:00 Meeting with the boss"
|
|
43 |
#define qtn_alf_cal_event2 " 21:45 - 23:30 Football match on tv"
|
|
44 |
#define qtn_alf_cal_event3 " 11:00 working luch"
|
|
45 |
#define qtn_alf_cal_event4 " Whole day brainstorm"
|
|
46 |
#define qtn_alf_cal_event5 " 06:45 flight to Bangalore"
|
|
47 |
#define qtn_alf_cal_event6 " Remember this and that"
|
|
48 |
#define qtn_alf_cal_event7 " 10:00 - 10:15 Scrum meeting"
|
|
49 |
|
|
50 |
// End of File
|