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