equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: This file contains the set of localizable strings used in |
|
15 * ical importer/exporter. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #define IMPORT_ERROR_RRULE_NUMRULES "Agenda can accept only 1 RRULE in a standard or daylight timezone component" |
|
21 |
|
22 //l:popup_note_window |
|
23 //r:5.0 |
|
24 // |
|
25 #define IMPORT_ERROR_RRULE_NOFREQ "An RRULE must specify a frequency" |
|
26 |
|
27 //l:popup_note_window |
|
28 //r:5.0 |
|
29 // |
|
30 #define IMPORT_ERROR_RRULE_NOTYEARLY "An RRULE must have a frequency of YEARLY if used in a timezone" |
|
31 |
|
32 //l:popup_note_window |
|
33 //r:5.0 |
|
34 // |
|
35 #define IMPORT_ERROR_VALARM_NOTALLOWED "VALARM not allowed in this component" |
|
36 |
|
37 //l:popup_note_window |
|
38 //r:5.0 |
|
39 // |
|
40 #define IMPORT_ERROR_VALARM_NOTRIGGER "Failed to find TRIGGER in VALARM" |
|
41 //l:popup_note_window |
|
42 //r:5.0 |
|
43 // |
|
44 #define IMPORT_ERROR_VALARM_NOSTART "Cannot import absolute time in VALARM when no DTSTART in parent" |
|
45 |
|
46 //l:popup_note_window |
|
47 //r:5.0 |
|
48 // |
|
49 #define IMPORT_ERROR_VALARM_AFTEREVENT "Alarm occurs after event" |
|
50 |
|
51 |
|
52 |
|
53 // End of File. |