merge the formfield patch from ooo-build
[ooovba.git] / wizards / source / schedule / schedule.src
blob56eb17e90df2fa0d11869bc64babd12ea7524549
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: schedule.src,v $
10  * $Revision: 1.47 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/// Dialog labels start at 1000
30 #define dlgCalTitle     1000
31 #define dlgCalTitleBack 1001
32 #define dlgCalTitleOwnData      1002
33 #define dlgSchdlTitle   1003
34 #define dlgOK   1004
35 #define dlgCancel       1005
36 #define dlgCalFrameOption       1006
37 #define dlgCalOptionYear        1007
38 #define dlgCalOptionMonth       1008
39 #define dlgSchdlDescription     1009
40 #define dlgSchdlCountry 1010
41 #define dlgTime 1011
42 #define dlgYear 1012
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
59 #define dlgState        1100
61 // Months start at 1200
62 #define dlgMonth        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 // --------------------------------------------------------------------
82 String dlgCalTitle
84 Text [ en-US ] = "%PRODUCTNAME Calendar";
87 String  dlgCalTitleBack
89 Text [ en-US ] = "Back";
92 String  dlgCalTitleOwnData
94 Text [ en-US ] = "Personal Data";
97 String dlgSchdlTitle
99 Text [ en-US ] = "Add Holidays to Calendar";
102 String dlgOK
104 Text [ en-US ] = "Create";
107 String dlgCancel
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";
137 String dlgTime
139 Text [ en-US ] = "Time Frame";
142 String dlgYear
144 Text [ en-US ] = "Year";
147 String dlgCalMonth
149 Text [ en-US ] = "Month";
152 String  dlgSpecificBankholidays
154 Text [ en-US ] = "-";
157 String  dlgCalOwnData
159 Text [ en-US ] = "Personal Data";
162 String dlgCalInsert
164 Text [ en-US ] = "~Insert";
167 String dlgCalDelete
169 Text [ en-US ] = "~Delete";
172 String dlgCalNewEvent
174 Text [ en-US ] = "New Event";
177 String dlgCalEvent
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 // --------------------------------------------------------------------
204 String dlgBitmapFile
206 Text [ en-US ] = "usa.bmp";
210 // --------------------------------------------------------------------
212 String dlgState
214 Text [ en-US ] = "Public holidays";
218 // --------------------------------------------------------------------
220 String dlgMonth
222 Text [ en-US ] = "January";
225 String dlgMonth+1
227 Text [ en-US ] = "February";
230 String dlgMonth+2
232 Text [ en-US ] = "March";
235 String dlgMonth+3
237 Text [ en-US ] = "April";
240 String dlgMonth+4
242 Text [ en-US ] = "May";
245 String dlgMonth+5
247 Text [ en-US ] = "June";
250 String dlgMonth+6
252 Text [ en-US ] = "July";
255 String dlgMonth+7
257 Text [ en-US ] = "August";
260 String dlgMonth+8
262 Text [ en-US ] = "September";
265 String dlgMonth+9
267 Text [ en-US ] = "October";
270 String dlgMonth+10
272 Text [ en-US ] = "November";
275 String dlgMonth+11
277 Text [ en-US ] = "December";
280 // --------------------------------------------------------------------
282 String msgCalErrorTitle
284 Text [ en-US ] = "Yearly / Monthly Calendar";
287 String msgCalError
289 Text [ en-US ] = "An error occurred while creating the calendar.";
292 String msgCalRemoveTitle
294 Text [ en-US ] = "Delete event entries";
297 String msgCalRemove
299 Text [ en-US ] = "Delete the selected entries?";
302 // --------------------------------------------------------------------
304 String stlWorkday
306 Text [ en-US ] = "Workweek";
309 String stlWeekend
311 Text [ en-US ] = "Weekend";
314 // --------------------------------------------------------------------
316 String  nameCalYear
318 Text [ en-US ] = "Calendar";
321 String  nameCalMonth
323 Text [ en-US ] = "Month";
328 String  sProgress
330 Text [ en-US ] = "Progress:";