1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/// Dialog labels start at 1000
27 #define dlgCalTitle 1000
28 #define dlgCalTitleBack 1001
29 #define dlgCalTitleOwnData 1002
30 #define dlgSchdlTitle 1003
32 #define dlgCancel 1005
33 #define dlgCalFrameOption 1006
34 #define dlgCalOptionYear 1007
35 #define dlgCalOptionMonth 1008
36 #define dlgSchdlDescription 1009
37 #define dlgSchdlCountry 1010
40 #define dlgCalMonth 1013
41 #define dlgSpecificBankholidays 1014
42 #define dlgCalOwnData 1015
43 #define dlgCalInsert 1016
44 #define dlgCalDelete 1017
45 #define dlgCalNewEvent 1018
46 #define dlgCalEvent 1019
47 #define dlgCalEventOnce 1020
48 #define dlgCalEventDay 1021
49 #define dlgCalEventMonth 1022
50 #define dlgCalEventYear 1023
52 // Bitmap file is 1099
53 #define dlgBitmapFile 1099
55 // Names of states start at 1100
58 // Months start at 1200
61 // Messages start at 1300
62 #define msgCalErrorTitle 1300
63 #define msgCalError 1301
64 #define msgCalRemoveTitle 1302
65 #define msgCalRemove 1303
67 // Styles start at 1400
68 #define stlWorkday 1400
69 #define stlWeekend 1401
71 // Sheet names start at 1410
72 #define nameCalYear 1410
73 #define nameCalMonth 1411
75 #define sProgress 1500
77 // --------------------------------------------------------------------
81 Text [ en-US ] = "%PRODUCTNAME Calendar";
84 String dlgCalTitleBack
86 Text [ en-US ] = "Back";
89 String dlgCalTitleOwnData
91 Text [ en-US ] = "Personal Data";
96 Text [ en-US ] = "Add Holidays to Calendar";
101 Text [ en-US ] = "Create";
106 Text [ en-US ] = "Cancel";
109 String dlgCalFrameOption
111 Text [ en-US ] = "Calendar";
114 String dlgCalOptionYear
116 Text [ en-US ] = "~Year Overview";
119 String dlgCalOptionMonth
121 Text [ en-US ] = "~Month";
124 String dlgSchdlDescription
126 Text [ en-US ] = "Add holidays for";
129 String dlgSchdlCountry
131 Text [ en-US ] = "USA";
136 Text [ en-US ] = "Time Frame";
141 Text [ en-US ] = "Year";
146 Text [ en-US ] = "Month";
149 String dlgSpecificBankholidays
151 Text [ en-US ] = "-";
156 Text [ en-US ] = "Personal Data";
161 Text [ en-US ] = "~Insert";
166 Text [ en-US ] = "~Delete";
169 String dlgCalNewEvent
171 Text [ en-US ] = "New Event";
176 Text [ en-US ] = "Event";
179 String dlgCalEventOnce
181 Text [ en-US ] = "One-Time";
184 String dlgCalEventDay
186 Text [ en-US ] = "Day";
189 String dlgCalEventMonth
191 Text [ en-US ] = "Month";
194 String dlgCalEventYear
196 Text [ en-US ] = "Year";
199 // --------------------------------------------------------------------
203 Text [ en-US ] = "usa.bmp";
207 // --------------------------------------------------------------------
211 Text [ en-US ] = "Public holidays";
215 // --------------------------------------------------------------------
219 Text [ en-US ] = "January";
224 Text [ en-US ] = "February";
229 Text [ en-US ] = "March";
234 Text [ en-US ] = "April";
239 Text [ en-US ] = "May";
244 Text [ en-US ] = "June";
249 Text [ en-US ] = "July";
254 Text [ en-US ] = "August";
259 Text [ en-US ] = "September";
264 Text [ en-US ] = "October";
269 Text [ en-US ] = "November";
274 Text [ en-US ] = "December";
277 // --------------------------------------------------------------------
279 String msgCalErrorTitle
281 Text [ en-US ] = "Yearly / Monthly Calendar";
286 Text [ en-US ] = "An error occurred while creating the calendar.";
289 String msgCalRemoveTitle
291 Text [ en-US ] = "Delete event entries";
296 Text [ en-US ] = "Delete the selected entries?";
299 // --------------------------------------------------------------------
303 Text [ en-US ] = "Workweek";
308 Text [ en-US ] = "Weekend";
311 // --------------------------------------------------------------------
315 Text [ en-US ] = "Calendar";
320 Text [ en-US ] = "Month";
327 Text [ en-US ] = "Progress:";