1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22// Dialog labels start at 1000 23#define dlgCalTitle 1000 24#define dlgCalTitleBack 1001 25#define dlgCalTitleOwnData 1002 26#define dlgSchdlTitle 1003 27#define dlgOK 1004 28#define dlgCancel 1005 29#define dlgCalFrameOption 1006 30#define dlgCalOptionYear 1007 31#define dlgCalOptionMonth 1008 32#define dlgSchdlDescription 1009 33#define dlgSchdlCountry 1010 34#define dlgTime 1011 35#define dlgYear 1012 36#define dlgCalMonth 1013 37#define dlgSpecificBankholidays 1014 38#define dlgCalOwnData 1015 39#define dlgCalInsert 1016 40#define dlgCalDelete 1017 41#define dlgCalNewEvent 1018 42#define dlgCalEvent 1019 43#define dlgCalEventOnce 1020 44#define dlgCalEventDay 1021 45#define dlgCalEventMonth 1022 46#define dlgCalEventYear 1023 47 48// Bitmap file is 1099 49#define dlgBitmapFile 1099 50 51// Names of states start at 1100 52#define dlgState 1100 53 54// Months start at 1200 55#define dlgMonth 1200 56 57// Messages start at 1300 58#define msgCalErrorTitle 1300 59#define msgCalError 1301 60#define msgCalRemoveTitle 1302 61#define msgCalRemove 1303 62 63// Styles start at 1400 64#define stlWorkday 1400 65#define stlWeekend 1401 66 67// Sheet names start at 1410 68#define nameCalYear 1410 69#define nameCalMonth 1411 70 71#define sProgress 1500 72 73// -------------------------------------------------------------------- 74 75String dlgCalTitle 76{ 77Text [ en-US ] = "%PRODUCTNAME Calendar"; 78}; 79 80String dlgCalTitleBack 81{ 82Text [ en-US ] = "Back"; 83}; 84 85String dlgCalTitleOwnData 86{ 87Text [ en-US ] = "Personal Data"; 88}; 89 90String dlgSchdlTitle 91{ 92Text [ en-US ] = "Add Holidays to Calendar"; 93}; 94 95String dlgOK 96{ 97Text [ en-US ] = "Create"; 98}; 99 100String dlgCancel 101{ 102Text [ en-US ] = "Cancel"; 103}; 104 105String dlgCalFrameOption 106{ 107Text [ en-US ] = "Calendar"; 108}; 109 110String dlgCalOptionYear 111{ 112Text [ en-US ] = "~Year Overview"; 113}; 114 115String dlgCalOptionMonth 116{ 117Text [ en-US ] = "~Month"; 118}; 119 120String dlgSchdlDescription 121{ 122Text [ en-US ] = "Add holidays for"; 123}; 124 125String dlgSchdlCountry 126{ 127Text [ en-US ] = "USA"; 128}; 129 130String dlgTime 131{ 132Text [ en-US ] = "Time Frame"; 133}; 134 135String dlgYear 136{ 137Text [ en-US ] = "Year"; 138}; 139 140String dlgCalMonth 141{ 142Text [ en-US ] = "Month"; 143}; 144 145String dlgSpecificBankholidays 146{ 147Text [ en-US ] = "-"; 148}; 149 150String dlgCalOwnData 151{ 152Text [ en-US ] = "Personal Data"; 153}; 154 155String dlgCalInsert 156{ 157Text [ en-US ] = "~Insert"; 158}; 159 160String dlgCalDelete 161{ 162Text [ en-US ] = "~Delete"; 163}; 164 165String dlgCalNewEvent 166{ 167Text [ en-US ] = "New Event"; 168}; 169 170String dlgCalEvent 171{ 172Text [ en-US ] = "Event"; 173}; 174 175String dlgCalEventOnce 176{ 177Text [ en-US ] = "One-Time"; 178}; 179 180String dlgCalEventDay 181{ 182Text [ en-US ] = "Day"; 183}; 184 185String dlgCalEventMonth 186{ 187Text [ en-US ] = "Month"; 188}; 189 190String dlgCalEventYear 191{ 192Text [ en-US ] = "Year"; 193}; 194 195// -------------------------------------------------------------------- 196 197String dlgBitmapFile 198{ 199Text [ en-US ] = "usa.bmp"; 200 201}; 202 203// -------------------------------------------------------------------- 204 205String dlgState 206{ 207Text [ en-US ] = "Public holidays"; 208}; 209 210 211// -------------------------------------------------------------------- 212 213String dlgMonth 214{ 215Text [ en-US ] = "January"; 216}; 217 218String dlgMonth+1 219{ 220Text [ en-US ] = "February"; 221}; 222 223String dlgMonth+2 224{ 225Text [ en-US ] = "March"; 226}; 227 228String dlgMonth+3 229{ 230Text [ en-US ] = "April"; 231}; 232 233String dlgMonth+4 234{ 235Text [ en-US ] = "May"; 236}; 237 238String dlgMonth+5 239{ 240Text [ en-US ] = "June"; 241}; 242 243String dlgMonth+6 244{ 245Text [ en-US ] = "July"; 246}; 247 248String dlgMonth+7 249{ 250Text [ en-US ] = "August"; 251}; 252 253String dlgMonth+8 254{ 255Text [ en-US ] = "September"; 256}; 257 258String dlgMonth+9 259{ 260Text [ en-US ] = "October"; 261}; 262 263String dlgMonth+10 264{ 265Text [ en-US ] = "November"; 266}; 267 268String dlgMonth+11 269{ 270Text [ en-US ] = "December"; 271}; 272 273// -------------------------------------------------------------------- 274 275String msgCalErrorTitle 276{ 277Text [ en-US ] = "Yearly / Monthly Calendar"; 278}; 279 280String msgCalError 281{ 282Text [ en-US ] = "An error occurred while creating the calendar."; 283}; 284 285String msgCalRemoveTitle 286{ 287Text [ en-US ] = "Delete event entries"; 288}; 289 290String msgCalRemove 291{ 292Text [ en-US ] = "Delete the selected entries?"; 293}; 294 295// -------------------------------------------------------------------- 296 297String stlWorkday 298{ 299Text [ en-US ] = "Workweek"; 300}; 301 302String stlWeekend 303{ 304Text [ en-US ] = "Weekend"; 305}; 306 307// -------------------------------------------------------------------- 308 309String nameCalYear 310{ 311Text [ en-US ] = "Calendar"; 312}; 313 314String nameCalMonth 315{ 316Text [ en-US ] = "Month"; 317}; 318 319 320 321String sProgress 322{ 323Text [ en-US ] = "Progress:"; 324}; 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354