equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2008 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: Localisation file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 |
|
23 //d:Missed alarm notification, ungrouped, singular form |
|
24 //l:popup_snote_single_graphic_window |
|
25 //r:5.0 |
|
26 // |
|
27 #define qtn_notif_miss_cale_event_ungroup "1 missed calendar event" |
|
28 |
|
29 //d:Missed Alarm notification when there are > 1, ungrouped |
|
30 //l:popup_snote_single_graphic_window |
|
31 //r:5.0 |
|
32 // |
|
33 #define qtn_notif_miss_cale_events_ungroup "%N missed calendar events" |
|
34 |
|
35 //d:Missed Alarm notification, grouped, singular form |
|
36 //l:list_single_pane_t1_cp2 |
|
37 //r:5.0 |
|
38 // |
|
39 #define qtn_notif_miss_cale_event_group "1 missed calendar event" |
|
40 |
|
41 //d:Missed Alarm notification when there are > 1, grouped |
|
42 //l:list_single_pane_t1_cp2 |
|
43 //r:5.0 |
|
44 // |
|
45 #define qtn_notif_miss_cale_events_group "%N missed calendar events" |
|
46 |