1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: schedule.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/// Dialog labels start at 1000
30 #define dlgCalTitle 1000
31 #define dlgCalTitleBack 1001
32 #define dlgCalTitleOwnData 1002
33 #define dlgSchdlTitle 1003
35 #define dlgCancel 1005
36 #define dlgCalFrameOption 1006
37 #define dlgCalOptionYear 1007
38 #define dlgCalOptionMonth 1008
39 #define dlgSchdlDescription 1009
40 #define dlgSchdlCountry 1010
43 #define dlgCalMonth 1013
44 #define dlgSpecificBankholidays 1014
45 #define dlgCalOwnData 1015
46 #define dlgCalInsert 1016
47 #define dlgCalDelete 1017
48 #define dlgCalNewEvent 1018
49 #define dlgCalEvent 1019
50 #define dlgCalEventOnce 1020
51 #define dlgCalEventDay 1021
52 #define dlgCalEventMonth 1022
53 #define dlgCalEventYear 1023
55 // Bitmap file is 1099
56 #define dlgBitmapFile 1099
58 // Names of states start at 1100
61 // Months start at 1200
64 // Messages start at 1300
65 #define msgCalErrorTitle 1300
66 #define msgCalError 1301
67 #define msgCalRemoveTitle 1302
68 #define msgCalRemove 1303
70 // Styles start at 1400
71 #define stlWorkday 1400
72 #define stlWeekend 1401
74 // Sheet names start at 1410
75 #define nameCalYear 1410
76 #define nameCalMonth 1411
78 #define sProgress 1500
80 // --------------------------------------------------------------------
84 Text [ en-US ] = "%PRODUCTNAME Calendar";
87 String dlgCalTitleBack
89 Text [ en-US ] = "Back";
92 String dlgCalTitleOwnData
94 Text [ en-US ] = "Personal Data";
99 Text [ en-US ] = "Add Holidays to Calendar";
104 Text [ en-US ] = "Create";
109 Text [ en-US ] = "Cancel";
112 String dlgCalFrameOption
114 Text [ en-US ] = "Calendar";
117 String dlgCalOptionYear
119 Text [ en-US ] = "~Year Overview";
122 String dlgCalOptionMonth
124 Text [ en-US ] = "~Month";
127 String dlgSchdlDescription
129 Text [ en-US ] = "Add holidays for";
132 String dlgSchdlCountry
134 Text [ en-US ] = "USA";
139 Text [ en-US ] = "Time Frame";
144 Text [ en-US ] = "Year";
149 Text [ en-US ] = "Month";
152 String dlgSpecificBankholidays
154 Text [ en-US ] = "-";
159 Text [ en-US ] = "Personal Data";
164 Text [ en-US ] = "~Insert";
169 Text [ en-US ] = "~Delete";
172 String dlgCalNewEvent
174 Text [ en-US ] = "New Event";
179 Text [ en-US ] = "Event";
182 String dlgCalEventOnce
184 Text [ en-US ] = "One-Time";
187 String dlgCalEventDay
189 Text [ en-US ] = "Day";
192 String dlgCalEventMonth
194 Text [ en-US ] = "Month";
197 String dlgCalEventYear
199 Text [ en-US ] = "Year";
202 // --------------------------------------------------------------------
206 Text [ en-US ] = "usa.bmp";
210 // --------------------------------------------------------------------
214 Text [ en-US ] = "Public holidays";
218 // --------------------------------------------------------------------
222 Text [ en-US ] = "January";
227 Text [ en-US ] = "February";
232 Text [ en-US ] = "March";
237 Text [ en-US ] = "April";
242 Text [ en-US ] = "May";
247 Text [ en-US ] = "June";
252 Text [ en-US ] = "July";
257 Text [ en-US ] = "August";
262 Text [ en-US ] = "September";
267 Text [ en-US ] = "October";
272 Text [ en-US ] = "November";
277 Text [ en-US ] = "December";
280 // --------------------------------------------------------------------
282 String msgCalErrorTitle
284 Text [ en-US ] = "Yearly / Monthly Calendar";
289 Text [ en-US ] = "An error occurred while creating the calendar.";
292 String msgCalRemoveTitle
294 Text [ en-US ] = "Delete event entries";
299 Text [ en-US ] = "Delete the selected entries?";
302 // --------------------------------------------------------------------
306 Text [ en-US ] = "Workweek";
311 Text [ en-US ] = "Weekend";
314 // --------------------------------------------------------------------
318 Text [ en-US ] = "Calendar";
323 Text [ en-US ] = "Month";
330 Text [ en-US ] = "Progress:";