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 224c3db3b6Smseidel 234c3db3b6Smseidel 242db02c74SAndrew Rist// common 25cdf0e10cSrcweir 26cdf0e10cSrcweir#define RID_COMMON_START 500 27cdf0e10cSrcweir#define RID_DB_COMMON_START 1000 28cdf0e10cSrcweir 29cdf0e10cSrcweir// db wizards 30cdf0e10cSrcweir 31cdf0e10cSrcweir#define RID_DB_FORM_WIZARD_START 2200 32cdf0e10cSrcweir#define RID_DB_QUERY_WIZARD_START 2300 33cdf0e10cSrcweir#define RID_DB_REPORT_WIZARD_START 2400 34cdf0e10cSrcweir#define RID_DB_TABLE_WIZARD_START 2500 35cdf0e10cSrcweir 36cdf0e10cSrcweir 37cdf0e10cSrcweir#define RID_LETTERWIZARDDIALOG_START 3000 38cdf0e10cSrcweir#define RID_LETTERWIZARDGREETING_START 3080 39cdf0e10cSrcweir#define RID_LETTERWIZARDSALUTATION_START 3090 40cdf0e10cSrcweir#define RID_LETTERWIZARDROADMAP_START 3100 41cdf0e10cSrcweir#define RID_LETTERWIZARDLANGUAGE_START 3110 42cdf0e10cSrcweir 43cdf0e10cSrcweir 44cdf0e10cSrcweir#define RID_FAXWIZARDDIALOG_START 3200 45cdf0e10cSrcweir#define RID_FAXWIZARDCOMMUNICATION_START 3270 46cdf0e10cSrcweir#define RID_FAXWIZARDGREETING_START 3280 47cdf0e10cSrcweir#define RID_FAXWIZARDSALUTATION_START 3290 48cdf0e10cSrcweir#define RID_FAXWIZARDROADMAP_START 3300 49cdf0e10cSrcweir 50cdf0e10cSrcweir// web wizard 51cdf0e10cSrcweir 52cdf0e10cSrcweir#define RID_WEBWIZARDDIALOG_START 4000 53cdf0e10cSrcweir#define RID_WEBWIZARDDIALOG_FTP 4200 54cdf0e10cSrcweir 55cdf0e10cSrcweir// agenda wizard 56cdf0e10cSrcweir 57cdf0e10cSrcweir#define RID_AGENDAWIZARDDIALOG_START 5000 58cdf0e10cSrcweir 59cdf0e10cSrcweir 60cdf0e10cSrcweir 61cdf0e10cSrcweir// ============================================================================ 62cdf0e10cSrcweir 63cdf0e10cSrcweirString RID_COMMON_START + 0 64cdf0e10cSrcweir{ 65cdf0e10cSrcweir Text [ en-US ] = "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk." ; 66cdf0e10cSrcweir}; 67cdf0e10cSrcweir 68cdf0e10cSrcweirString RID_COMMON_START + 1 69cdf0e10cSrcweir{ 70cdf0e10cSrcweir Text [ en-US ] = "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed." ; 71cdf0e10cSrcweir}; 72cdf0e10cSrcweir 73cdf0e10cSrcweirString RID_COMMON_START + 2 74cdf0e10cSrcweir{ 75cdf0e10cSrcweir Text [ en-US ] = "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed." ; 76cdf0e10cSrcweir}; 77cdf0e10cSrcweir 78cdf0e10cSrcweirString RID_COMMON_START + 3 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir Text [ en-US ] = "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed." ; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweir 83cdf0e10cSrcweirString RID_COMMON_START + 4 84cdf0e10cSrcweir{ 85cdf0e10cSrcweir Text [ en-US ] = "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed." ; 86cdf0e10cSrcweir}; 87cdf0e10cSrcweir 88cdf0e10cSrcweirString RID_COMMON_START + 5 89cdf0e10cSrcweir{ 90cdf0e10cSrcweir Text [ en-US ] = "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed." ; 91cdf0e10cSrcweir}; 92cdf0e10cSrcweir 93cdf0e10cSrcweirString RID_COMMON_START + 6 94cdf0e10cSrcweir{ 95cdf0e10cSrcweir Text [ en-US ] = "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'." ; 96cdf0e10cSrcweir}; 97cdf0e10cSrcweir 98cdf0e10cSrcweirString RID_COMMON_START + 7 99cdf0e10cSrcweir{ 100cdf0e10cSrcweir Text [ en-US ] = "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?" ; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweir 103cdf0e10cSrcweirString RID_COMMON_START + 8 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir Text [ en-US ] = "Yes" ; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweir 108cdf0e10cSrcweirString RID_COMMON_START + 9 109cdf0e10cSrcweir{ 110cdf0e10cSrcweir Text [ en-US ] = "Yes to All" ; 111cdf0e10cSrcweir}; 112cdf0e10cSrcweir 113cdf0e10cSrcweirString RID_COMMON_START + 10 114cdf0e10cSrcweir{ 115cdf0e10cSrcweir Text [ en-US ] = "No" ; 116cdf0e10cSrcweir}; 117cdf0e10cSrcweir 118cdf0e10cSrcweirString RID_COMMON_START + 11 119cdf0e10cSrcweir{ 120cdf0e10cSrcweir Text [ en-US ] = "Cancel" ; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweir 123cdf0e10cSrcweirString RID_COMMON_START + 12 124cdf0e10cSrcweir{ 125cdf0e10cSrcweir Text [ en-US ] = "~Finish" ; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweir 128cdf0e10cSrcweirString RID_COMMON_START + 13 129cdf0e10cSrcweir{ 130cdf0e10cSrcweir Text [ en-US ] = "< ~Back" ; 131cdf0e10cSrcweir}; 132cdf0e10cSrcweir 133cdf0e10cSrcweirString RID_COMMON_START + 14 134cdf0e10cSrcweir{ 135cdf0e10cSrcweir Text [ en-US ] = "~Next >" ; 136cdf0e10cSrcweir}; 137cdf0e10cSrcweir 138cdf0e10cSrcweirString RID_COMMON_START + 15 139cdf0e10cSrcweir{ 140cdf0e10cSrcweir Text [ en-US ] = "~Help" ; 141cdf0e10cSrcweir}; 142cdf0e10cSrcweir 143cdf0e10cSrcweirString RID_COMMON_START + 16 144cdf0e10cSrcweir{ 145cdf0e10cSrcweir Text [ en-US ] = "Steps" ; 146cdf0e10cSrcweir}; 147cdf0e10cSrcweir 148cdf0e10cSrcweirString RID_COMMON_START + 17 149cdf0e10cSrcweir{ 150cdf0e10cSrcweir Text [ en-US ] = "Close" ; 151cdf0e10cSrcweir}; 152cdf0e10cSrcweir 153cdf0e10cSrcweirString RID_COMMON_START + 18 154cdf0e10cSrcweir{ 155cdf0e10cSrcweir Text [ en-US ] = "OK" ; 156cdf0e10cSrcweir}; 157cdf0e10cSrcweir 158cdf0e10cSrcweirString RID_COMMON_START + 19 159cdf0e10cSrcweir{ 160cdf0e10cSrcweir Text [ en-US ] = "The file already exists. Do you want to overwrite it?" ; 161cdf0e10cSrcweir}; 162cdf0e10cSrcweir 163cdf0e10cSrcweirString RID_COMMON_START + 20 164cdf0e10cSrcweir{ 165cdf0e10cSrcweir Text [ en-US ] = "Template created via <wizard_name> on <current_date>." ; 166cdf0e10cSrcweir}; 167cdf0e10cSrcweir 168cdf0e10cSrcweirString RID_COMMON_START + 21 169cdf0e10cSrcweir{ 170cdf0e10cSrcweir Text [ en-US ] = "The wizard could not be run, because important files were not found.\nUnder 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\nThen run the wizard again." ; 171cdf0e10cSrcweir}; 172cdf0e10cSrcweir 173cdf0e10cSrcweir 174cdf0e10cSrcweir// end of common section ====================================================== 175cdf0e10cSrcweir 176cdf0e10cSrcweir 177cdf0e10cSrcweirString RID_DB_COMMON_START + 0 178cdf0e10cSrcweir{ 179cdf0e10cSrcweir Text [ en-US ] = "C~reate" ; 180cdf0e10cSrcweir}; 181cdf0e10cSrcweirString RID_DB_COMMON_START + 1 182cdf0e10cSrcweir{ 183cdf0e10cSrcweir Text [ en-US ] = "~Cancel" ; 184cdf0e10cSrcweir}; 185cdf0e10cSrcweir 186cdf0e10cSrcweirString RID_DB_COMMON_START + 2 187cdf0e10cSrcweir{ 1884c3db3b6Smseidel Text [ en-US ] = "< ~Back" ; 189cdf0e10cSrcweir}; 190cdf0e10cSrcweir 191cdf0e10cSrcweirString RID_DB_COMMON_START + 3 192cdf0e10cSrcweir{ 1934c3db3b6Smseidel Text [ en-US ] = "~Next >" ; 194cdf0e10cSrcweir}; 195cdf0e10cSrcweirString RID_DB_COMMON_START + 4 196cdf0e10cSrcweir{ 197cdf0e10cSrcweir Text [ en-US ] = "~Database" ; 198cdf0e10cSrcweir}; 199cdf0e10cSrcweirString RID_DB_COMMON_START + 5 200cdf0e10cSrcweir{ 201cdf0e10cSrcweir Text [ en-US ] = "~Table name" ; 202cdf0e10cSrcweir}; 203cdf0e10cSrcweir 204cdf0e10cSrcweirString RID_DB_COMMON_START + 6 205cdf0e10cSrcweir{ 206cdf0e10cSrcweir Text [ en-US ] = "An error occurred while running the wizard. The wizard will be terminated." ; 207cdf0e10cSrcweir}; 208cdf0e10cSrcweir 209cdf0e10cSrcweir 210cdf0e10cSrcweirString RID_DB_COMMON_START + 14 211cdf0e10cSrcweir{ 212cdf0e10cSrcweir Text [ en-US ] = "No connection to the database could be established." ; 213cdf0e10cSrcweir}; 214cdf0e10cSrcweir 215cdf0e10cSrcweirString RID_DB_COMMON_START + 20 216cdf0e10cSrcweir{ 217cdf0e10cSrcweir Text [ en-US ] = "~Help" ; 218cdf0e10cSrcweir}; 219cdf0e10cSrcweir 220cdf0e10cSrcweirString RID_DB_COMMON_START + 21 221cdf0e10cSrcweir{ 222cdf0e10cSrcweir Text [ en-US ] = "~Stop" ; 223cdf0e10cSrcweir}; 224cdf0e10cSrcweir 225cdf0e10cSrcweir 226cdf0e10cSrcweirString RID_DB_COMMON_START + 30 227cdf0e10cSrcweir{ 228cdf0e10cSrcweir Text [ en-US ] = "The document could not be saved." ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweir 231cdf0e10cSrcweir 232cdf0e10cSrcweirString RID_DB_COMMON_START + 33 233cdf0e10cSrcweir{ 234cdf0e10cSrcweir Text [ en-US ] = "Exiting the wizard" ; 235cdf0e10cSrcweir}; 236cdf0e10cSrcweir 237cdf0e10cSrcweirString RID_DB_COMMON_START + 34 238cdf0e10cSrcweir{ 239cdf0e10cSrcweir Text [ en-US ] = "Connecting to data source..." ; 240cdf0e10cSrcweir}; 241cdf0e10cSrcweir 242cdf0e10cSrcweirString RID_DB_COMMON_START + 35 243cdf0e10cSrcweir{ 244cdf0e10cSrcweir Text [ en-US ] = "The connection to the data source could not be established." ; 245cdf0e10cSrcweir}; 246cdf0e10cSrcweir 247cdf0e10cSrcweir 248cdf0e10cSrcweirString RID_DB_COMMON_START + 36 249cdf0e10cSrcweir{ 250cdf0e10cSrcweir Text [ en-US ] = "The file path entered is not valid." ; 251cdf0e10cSrcweir}; 252cdf0e10cSrcweir 253cdf0e10cSrcweir 254cdf0e10cSrcweirString RID_DB_COMMON_START + 37 255cdf0e10cSrcweir{ 256cdf0e10cSrcweir Text [ en-US ] = "Please select a data source" ; 257cdf0e10cSrcweir}; 258cdf0e10cSrcweir 259cdf0e10cSrcweirString RID_DB_COMMON_START + 38 260cdf0e10cSrcweir{ 261cdf0e10cSrcweir Text [ en-US ] = "Please select a table or query" ; 262cdf0e10cSrcweir}; 263cdf0e10cSrcweir 264cdf0e10cSrcweirString RID_DB_COMMON_START + 39 265cdf0e10cSrcweir{ 266cdf0e10cSrcweir Text [ en-US ] = "Add field" ; 267cdf0e10cSrcweir}; 268cdf0e10cSrcweir 269cdf0e10cSrcweirString RID_DB_COMMON_START + 40 270cdf0e10cSrcweir{ 271cdf0e10cSrcweir Text [ en-US ] = "Remove field" ; 272cdf0e10cSrcweir}; 273cdf0e10cSrcweir 274cdf0e10cSrcweirString RID_DB_COMMON_START + 41 275cdf0e10cSrcweir{ 276cdf0e10cSrcweir Text [ en-US ] = "Add all fields" ; 277cdf0e10cSrcweir}; 278cdf0e10cSrcweir 279cdf0e10cSrcweirString RID_DB_COMMON_START + 42 280cdf0e10cSrcweir{ 281cdf0e10cSrcweir Text [ en-US ] = "Remove all fields" ; 282cdf0e10cSrcweir}; 283cdf0e10cSrcweir 284cdf0e10cSrcweirString RID_DB_COMMON_START + 43 285cdf0e10cSrcweir{ 286cdf0e10cSrcweir Text [ en-US ] = "Move field up" ; 287cdf0e10cSrcweir}; 288cdf0e10cSrcweir 289cdf0e10cSrcweirString RID_DB_COMMON_START + 44 290cdf0e10cSrcweir{ 291cdf0e10cSrcweir Text [ en-US ] = "Move field down" ; 292cdf0e10cSrcweir}; 293cdf0e10cSrcweir 294cdf0e10cSrcweirString RID_DB_COMMON_START + 45 295cdf0e10cSrcweir{ 296cdf0e10cSrcweir Text [ en-US ] = "The field names from '%NAME' could not be retrieved." ; 297cdf0e10cSrcweir}; 298cdf0e10cSrcweir 299cdf0e10cSrcweir 300cdf0e10cSrcweir// ============================================================================ 301cdf0e10cSrcweir// Form Wizard 302cdf0e10cSrcweir// ============================================================================ 303cdf0e10cSrcweir 304cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 0 305cdf0e10cSrcweir{ 306cdf0e10cSrcweir Text [ en-US ] = "Form Wizard" ; 307cdf0e10cSrcweir}; 308cdf0e10cSrcweir 309cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 1 310cdf0e10cSrcweir{ 311cdf0e10cSrcweir Text [ en-US ] = "Fields in ~the form" ; 312cdf0e10cSrcweir}; 313cdf0e10cSrcweir 314cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 2 315cdf0e10cSrcweir{ 316cdf0e10cSrcweir Text [ en-US ] = "Binary fields are always listed and selectable from the left list.\nIf possible, they are interpreted as images." ; 317cdf0e10cSrcweir}; 318cdf0e10cSrcweir 319cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 3 320cdf0e10cSrcweir{ 321cdf0e10cSrcweir Text [ en-US ] = "A subform is a form that is inserted in another form.\nUse subforms to show data from tables or queries with a one-to-many relationship." ; 322cdf0e10cSrcweir}; 323cdf0e10cSrcweir 324cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 4 325cdf0e10cSrcweir{ 326cdf0e10cSrcweir Text [ en-US ] = "~Add Subform" ; 327cdf0e10cSrcweir}; 328cdf0e10cSrcweir 329cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 5 330cdf0e10cSrcweir{ 331cdf0e10cSrcweir Text [ en-US ] = "~Subform based on existing relation" ; 332cdf0e10cSrcweir}; 333cdf0e10cSrcweir 334cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 6 335cdf0e10cSrcweir{ 336cdf0e10cSrcweir Text [ en-US ] = "Tables or queries" ; 337cdf0e10cSrcweir}; 338cdf0e10cSrcweir 339cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 7 340cdf0e10cSrcweir{ 341cdf0e10cSrcweir Text [ en-US ] = "Subform based on ~manual selection of fields" ; 342cdf0e10cSrcweir}; 343cdf0e10cSrcweir 344cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 8 345cdf0e10cSrcweir{ 346cdf0e10cSrcweir Text [ en-US ] = "~Which relation do you want to add?" ; 347cdf0e10cSrcweir}; 348cdf0e10cSrcweir 349cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 9 350cdf0e10cSrcweir{ 351cdf0e10cSrcweir Text [ en-US ] = "Fields in the ~subform" ; 352cdf0e10cSrcweir}; 353cdf0e10cSrcweir 354cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 12 355cdf0e10cSrcweir{ 356cdf0e10cSrcweir Text [ en-US ] = "~Available fields" ; 357cdf0e10cSrcweir}; 358cdf0e10cSrcweir 359cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 13 360cdf0e10cSrcweir{ 361cdf0e10cSrcweir Text [ en-US ] = "Fields in form" ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweir 364cdf0e10cSrcweir 365cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 19 366cdf0e10cSrcweir{ 367cdf0e10cSrcweir Text [ en-US ] = "The join '<FIELDNAME1>' and '<FIELDNAME2>' has been selected twice.\nBut joins may only be used once." ; 368cdf0e10cSrcweir}; 369cdf0e10cSrcweir 370cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 20 371cdf0e10cSrcweir{ 372cdf0e10cSrcweir Text [ en-US ] = "~First joined subform field" ; 373cdf0e10cSrcweir}; 374cdf0e10cSrcweir 375cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 21 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir Text [ en-US ] = "~Second joined subform field" ; 378cdf0e10cSrcweir}; 379cdf0e10cSrcweir 380cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 22 381cdf0e10cSrcweir{ 382cdf0e10cSrcweir Text [ en-US ] = "~Third joined subform field" ; 383cdf0e10cSrcweir}; 384cdf0e10cSrcweir 385cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 23 386cdf0e10cSrcweir{ 387cdf0e10cSrcweir Text [ en-US ] = "~Fourth joined subform field" ; 388cdf0e10cSrcweir}; 389cdf0e10cSrcweir 390cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 24 391cdf0e10cSrcweir{ 392cdf0e10cSrcweir Text [ en-US ] = "F~irst joined main form field" ; 393cdf0e10cSrcweir}; 394cdf0e10cSrcweir 395cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 25 396cdf0e10cSrcweir{ 397cdf0e10cSrcweir Text [ en-US ] = "S~econd joined main form field" ; 398cdf0e10cSrcweir}; 399cdf0e10cSrcweir 400cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 26 401cdf0e10cSrcweir{ 402cdf0e10cSrcweir Text [ en-US ] = "T~hird joined main form field" ; 403cdf0e10cSrcweir}; 404cdf0e10cSrcweir 405cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 27 406cdf0e10cSrcweir{ 407cdf0e10cSrcweir Text [ en-US ] = "F~ourth joined main form field" ; 408cdf0e10cSrcweir}; 409cdf0e10cSrcweir 410cdf0e10cSrcweir 411cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 28 412cdf0e10cSrcweir{ 413cdf0e10cSrcweir Text [ en-US ] = "Field border" ; 414cdf0e10cSrcweir}; 415cdf0e10cSrcweir 416cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 29 417cdf0e10cSrcweir{ 418cdf0e10cSrcweir Text [ en-US ] = "No border" ; 419cdf0e10cSrcweir}; 420cdf0e10cSrcweir 421cdf0e10cSrcweir 422cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 30 423cdf0e10cSrcweir{ 424cdf0e10cSrcweir Text [ en-US ] = "3D look" ; 425cdf0e10cSrcweir}; 426cdf0e10cSrcweir 427cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 31 428cdf0e10cSrcweir{ 429cdf0e10cSrcweir Text [ en-US ] = "Flat" ; 430cdf0e10cSrcweir}; 431cdf0e10cSrcweir 432cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 32 433cdf0e10cSrcweir{ 434cdf0e10cSrcweir Text [ en-US ] = "Label placement" ; 435cdf0e10cSrcweir}; 436cdf0e10cSrcweir 437cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 33 438cdf0e10cSrcweir{ 439cdf0e10cSrcweir Text [ en-US ] = "Align left" ; 440cdf0e10cSrcweir}; 441cdf0e10cSrcweir 442cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 34 443cdf0e10cSrcweir{ 444cdf0e10cSrcweir Text [ en-US ] = "Align right" ; 445cdf0e10cSrcweir}; 446cdf0e10cSrcweir 447cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 35 448cdf0e10cSrcweir{ 449cdf0e10cSrcweir Text [ en-US ] = "Arrangement of DB fields" ; 450cdf0e10cSrcweir}; 451cdf0e10cSrcweir 452cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 36 453cdf0e10cSrcweir{ 454cdf0e10cSrcweir Text [ en-US ] = "Columnar - Labels Left" ; 455cdf0e10cSrcweir}; 456cdf0e10cSrcweir 457cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 37 458cdf0e10cSrcweir{ 459cdf0e10cSrcweir Text [ en-US ] = "Columnar - Labels on Top" ; 460cdf0e10cSrcweir}; 461cdf0e10cSrcweir 462cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 38 463cdf0e10cSrcweir{ 464cdf0e10cSrcweir Text [ en-US ] = "In Blocks - Labels Left" ; 465cdf0e10cSrcweir}; 466cdf0e10cSrcweir 467cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 39 468cdf0e10cSrcweir{ 469cdf0e10cSrcweir Text [ en-US ] = "In Blocks - Labels Above" ; 470cdf0e10cSrcweir}; 471cdf0e10cSrcweir 472cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 40 473cdf0e10cSrcweir{ 474cdf0e10cSrcweir Text [ en-US ] = "As Data Sheet" ; 475cdf0e10cSrcweir}; 476cdf0e10cSrcweir 477cdf0e10cSrcweir 478cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 41 479cdf0e10cSrcweir{ 480cdf0e10cSrcweir Text [ en-US ] = "Arrangement of the main form" ; 481cdf0e10cSrcweir}; 482cdf0e10cSrcweir 483cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 42 484cdf0e10cSrcweir{ 485cdf0e10cSrcweir Text [ en-US ] = "Arrangement of the subform" ; 486cdf0e10cSrcweir}; 487cdf0e10cSrcweir 488cdf0e10cSrcweir 489cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 44 490cdf0e10cSrcweir{ 491cdf0e10cSrcweir Text [ en-US ] = "The form is to be ~used for entering new data only." ; 492cdf0e10cSrcweir}; 493cdf0e10cSrcweir 494cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 45 495cdf0e10cSrcweir{ 496cdf0e10cSrcweir Text [ en-US ] = "Existing data will not be displayed " ; 497cdf0e10cSrcweir}; 498cdf0e10cSrcweir 499cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 46 500cdf0e10cSrcweir{ 501cdf0e10cSrcweir Text [ en-US ] = "T~he form is to display all data" ; 502cdf0e10cSrcweir}; 503cdf0e10cSrcweir 504cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 47 505cdf0e10cSrcweir{ 506cdf0e10cSrcweir Text [ en-US ] = "Do not allow ~modification of existing data" ; 507cdf0e10cSrcweir}; 508cdf0e10cSrcweir 509cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 48 510cdf0e10cSrcweir{ 511cdf0e10cSrcweir Text [ en-US ] = "Do not allow ~deletion of existing data" ; 512cdf0e10cSrcweir}; 513cdf0e10cSrcweir 514cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 49 515cdf0e10cSrcweir{ 516cdf0e10cSrcweir Text [ en-US ] = "Do not allow ~addition of new data" ; 517cdf0e10cSrcweir}; 518cdf0e10cSrcweir 519cdf0e10cSrcweir 520cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 50 521cdf0e10cSrcweir{ 522cdf0e10cSrcweir Text [ en-US ] = "Name of ~the form" ; 523cdf0e10cSrcweir}; 524cdf0e10cSrcweir 525cdf0e10cSrcweir 526cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 51 527cdf0e10cSrcweir{ 528cdf0e10cSrcweir Text [ en-US ] = "How do you want to proceed after creating the form?" ; 529cdf0e10cSrcweir}; 530cdf0e10cSrcweir 531cdf0e10cSrcweir 532cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 52 533cdf0e10cSrcweir{ 534cdf0e10cSrcweir Text [ en-US ] = "~Work with the form" ; 535cdf0e10cSrcweir}; 536cdf0e10cSrcweir 537cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 53 538cdf0e10cSrcweir{ 539cdf0e10cSrcweir Text [ en-US ] = "~Modify the form" ; 540cdf0e10cSrcweir}; 541cdf0e10cSrcweir 542cdf0e10cSrcweir 543cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 55 544cdf0e10cSrcweir{ 545cdf0e10cSrcweir Text [ en-US ] = "~Page Styles" ; 546cdf0e10cSrcweir}; 547cdf0e10cSrcweir 548cdf0e10cSrcweir 549cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 80 550cdf0e10cSrcweir{ 551cdf0e10cSrcweir Text [ en-US ] = "Field selection" ; 552cdf0e10cSrcweir}; 553cdf0e10cSrcweir 554cdf0e10cSrcweir 555cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 81 556cdf0e10cSrcweir{ 557cdf0e10cSrcweir Text [ en-US ] = "Set up a subform" ; 558cdf0e10cSrcweir}; 559cdf0e10cSrcweir 560cdf0e10cSrcweir 561cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 82 562cdf0e10cSrcweir{ 563cdf0e10cSrcweir Text [ en-US ] = "Add subform fields" ; 564cdf0e10cSrcweir}; 565cdf0e10cSrcweir 566cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 83 567cdf0e10cSrcweir{ 568cdf0e10cSrcweir Text [ en-US ] = "Get joined fields" ; 569cdf0e10cSrcweir}; 570cdf0e10cSrcweir 571cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 84 572cdf0e10cSrcweir{ 573cdf0e10cSrcweir Text [ en-US ] = "Arrange controls" ; 574cdf0e10cSrcweir}; 575cdf0e10cSrcweir 576cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 85 577cdf0e10cSrcweir{ 578cdf0e10cSrcweir Text [ en-US ] = "Set data entry" ; 579cdf0e10cSrcweir}; 580cdf0e10cSrcweir 581cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 86 582cdf0e10cSrcweir{ 583cdf0e10cSrcweir Text [ en-US ] = "Apply styles" ; 584cdf0e10cSrcweir}; 585cdf0e10cSrcweir 586cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 87 587cdf0e10cSrcweir{ 588cdf0e10cSrcweir Text [ en-US ] = "Set name" ; 589cdf0e10cSrcweir}; 590cdf0e10cSrcweir 591cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 88 592cdf0e10cSrcweir{ 593cdf0e10cSrcweir Text [ en-US ] = "(Date)" ; 594cdf0e10cSrcweir}; 595cdf0e10cSrcweir 596cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 89 597cdf0e10cSrcweir{ 598cdf0e10cSrcweir Text [ en-US ] = "(Time)" ; 599cdf0e10cSrcweir}; 600cdf0e10cSrcweir 601cdf0e10cSrcweir 602cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 90 603cdf0e10cSrcweir{ 604cdf0e10cSrcweir Text [ en-US ] = "Select the fields of your form" ; 605cdf0e10cSrcweir}; 606cdf0e10cSrcweir 607cdf0e10cSrcweir 608cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 91 609cdf0e10cSrcweir{ 610cdf0e10cSrcweir Text [ en-US ] = "Decide if you want to set up a subform" ; 611cdf0e10cSrcweir}; 612cdf0e10cSrcweir 613cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 92 614cdf0e10cSrcweir{ 615cdf0e10cSrcweir Text [ en-US ] = "Select the fields of your subform" ; 616cdf0e10cSrcweir}; 617cdf0e10cSrcweir 618cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 93 619cdf0e10cSrcweir{ 620cdf0e10cSrcweir Text [ en-US ] = "Select the joins between your forms" ; 621cdf0e10cSrcweir}; 622cdf0e10cSrcweir 623cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 94 624cdf0e10cSrcweir{ 625cdf0e10cSrcweir Text [ en-US ] = "Arrange the controls on your form" ; 626cdf0e10cSrcweir}; 627cdf0e10cSrcweir 628cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 95 629cdf0e10cSrcweir{ 630cdf0e10cSrcweir Text [ en-US ] = "Select the data entry mode" ; 631cdf0e10cSrcweir}; 632cdf0e10cSrcweir 633cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 96 634cdf0e10cSrcweir{ 635cdf0e10cSrcweir Text [ en-US ] = "Apply the style of your form" ; 636cdf0e10cSrcweir}; 637cdf0e10cSrcweir 638cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 97 639cdf0e10cSrcweir{ 640cdf0e10cSrcweir Text [ en-US ] = "Set the name of the form" ; 641cdf0e10cSrcweir}; 642cdf0e10cSrcweir 643cdf0e10cSrcweirString RID_DB_FORM_WIZARD_START + 98 644cdf0e10cSrcweir{ 645cdf0e10cSrcweir Text [ en-US ] = "A form with the name '%FORMNAME' already exists.\nChoose another name." ; 646cdf0e10cSrcweir}; 647cdf0e10cSrcweir 648cdf0e10cSrcweir 649cdf0e10cSrcweir// ============================================================================ 650cdf0e10cSrcweir 651cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 0 652cdf0e10cSrcweir{ 653cdf0e10cSrcweir Text [ en-US ] = "Query Wizard" ; 654cdf0e10cSrcweir}; 655cdf0e10cSrcweir 656cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 1 657cdf0e10cSrcweir{ 658cdf0e10cSrcweir Text [ en-US ] = "Query" ; 659cdf0e10cSrcweir}; 660cdf0e10cSrcweir 661cdf0e10cSrcweir 662cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 2 663cdf0e10cSrcweir{ 664cdf0e10cSrcweir Text [ en-US ] = "Query Wizard" ; 665cdf0e10cSrcweir}; 666cdf0e10cSrcweir 667cdf0e10cSrcweir 668cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 3 669cdf0e10cSrcweir{ 670cdf0e10cSrcweir Text [ en-US ] = "~Tables" ; 671cdf0e10cSrcweir}; 672cdf0e10cSrcweir 673cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 4 674cdf0e10cSrcweir{ 675cdf0e10cSrcweir Text [ en-US ] = "A~vailable fields" ; 676cdf0e10cSrcweir}; 677cdf0e10cSrcweir 678cdf0e10cSrcweir 679cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 5 680cdf0e10cSrcweir{ 681cdf0e10cSrcweir Text [ en-US ] = "Name ~of the query" ; 682cdf0e10cSrcweir}; 683cdf0e10cSrcweir 684cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 6 685cdf0e10cSrcweir{ 686cdf0e10cSrcweir Text [ en-US ] = "Display ~Query" ; 687cdf0e10cSrcweir}; 688cdf0e10cSrcweir 689cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 7 690cdf0e10cSrcweir{ 691cdf0e10cSrcweir Text [ en-US ] = "~Modify Query" ; 692cdf0e10cSrcweir}; 693cdf0e10cSrcweir 694cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 8 695cdf0e10cSrcweir{ 696*037392afSmseidel Text [ en-US ] = "How do you want to proceed after creating the query?" ; 697cdf0e10cSrcweir}; 698cdf0e10cSrcweir 699cdf0e10cSrcweir 700cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 9 701cdf0e10cSrcweir{ 702cdf0e10cSrcweir Text [ en-US ] = "Match ~all of the following" ; 703cdf0e10cSrcweir}; 704cdf0e10cSrcweir 705cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 10 706cdf0e10cSrcweir{ 707cdf0e10cSrcweir Text [ en-US ] = "~Match any of the following" ; 708cdf0e10cSrcweir}; 709cdf0e10cSrcweir 710cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 11 711cdf0e10cSrcweir{ 712cdf0e10cSrcweir Text [ en-US ] = "~Detailed query (Shows all records of the query.)" ; 713cdf0e10cSrcweir}; 714cdf0e10cSrcweir 715cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 12 716cdf0e10cSrcweir{ 717cdf0e10cSrcweir Text [ en-US ] = "~Summary query (Shows only results of aggregate functions.)" ; 718cdf0e10cSrcweir}; 719cdf0e10cSrcweir 720cdf0e10cSrcweir 721cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 16 722cdf0e10cSrcweir{ 723cdf0e10cSrcweir Text [ en-US ] = "Aggregate functions" ; 724cdf0e10cSrcweir}; 725cdf0e10cSrcweir 726cdf0e10cSrcweir 727cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 17 728cdf0e10cSrcweir{ 729cdf0e10cSrcweir Text [ en-US ] = "Fields" ; 730cdf0e10cSrcweir}; 731cdf0e10cSrcweir 732cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 18 733cdf0e10cSrcweir{ 734cdf0e10cSrcweir Text [ en-US ] = "~Group by" ; 735cdf0e10cSrcweir}; 736cdf0e10cSrcweir 737cdf0e10cSrcweir 738cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 19 739cdf0e10cSrcweir{ 740cdf0e10cSrcweir Text [ en-US ] = "Field" ; 741cdf0e10cSrcweir}; 742cdf0e10cSrcweir 743cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 20 744cdf0e10cSrcweir{ 745cdf0e10cSrcweir Text [ en-US ] = "Alias" ; 746cdf0e10cSrcweir}; 747cdf0e10cSrcweir 748cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 21 749cdf0e10cSrcweir{ 750cdf0e10cSrcweir Text [ en-US ] = "Table: " ; 751cdf0e10cSrcweir}; 752cdf0e10cSrcweir 753cdf0e10cSrcweir 754cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 22 755cdf0e10cSrcweir{ 756cdf0e10cSrcweir Text [ en-US ] = "Query: " ; 757cdf0e10cSrcweir}; 758cdf0e10cSrcweir 759cdf0e10cSrcweir 760cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 24 761cdf0e10cSrcweir{ 762cdf0e10cSrcweir Text [ en-US ] = "Condition" ; 763cdf0e10cSrcweir}; 764cdf0e10cSrcweir 765cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 25 766cdf0e10cSrcweir{ 767cdf0e10cSrcweir Text [ en-US ] = "Value" ; 768cdf0e10cSrcweir}; 769cdf0e10cSrcweir 770cdf0e10cSrcweir// -------------------------------------- 771cdf0e10cSrcweir// don't change anything to the next 10 values 772cdf0e10cSrcweir// they are list elements and need to be as follows 773cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 26 774cdf0e10cSrcweir{ 775cdf0e10cSrcweir Text [ en-US ] = "is equal to" ; 776cdf0e10cSrcweir}; 777cdf0e10cSrcweir 778cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 27 779cdf0e10cSrcweir{ 780cdf0e10cSrcweir Text [ en-US ] = "is not equal to" ; 781cdf0e10cSrcweir}; 782cdf0e10cSrcweir 783cdf0e10cSrcweir 784cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 28 785cdf0e10cSrcweir{ 786cdf0e10cSrcweir Text [ en-US ] = "is smaller than" ; 787cdf0e10cSrcweir}; 788cdf0e10cSrcweir 789cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 29 790cdf0e10cSrcweir{ 791cdf0e10cSrcweir Text [ en-US ] = "is greater than" ; 792cdf0e10cSrcweir}; 793cdf0e10cSrcweir 794cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 30 795cdf0e10cSrcweir{ 796cdf0e10cSrcweir Text [ en-US ] = "is equal or less than " ; 797cdf0e10cSrcweir}; 798cdf0e10cSrcweir 799cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 31 800cdf0e10cSrcweir{ 801cdf0e10cSrcweir Text [ en-US ] = "is equal or greater than" ; 802cdf0e10cSrcweir}; 803cdf0e10cSrcweir 804cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 32 805cdf0e10cSrcweir{ 806cdf0e10cSrcweir Text [ en-US ] = "like" ; 807cdf0e10cSrcweir}; 808cdf0e10cSrcweir 809cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 33 810cdf0e10cSrcweir{ 811cdf0e10cSrcweir Text [ en-US ] = "not like" ; 812cdf0e10cSrcweir}; 813cdf0e10cSrcweir 814cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 34 815cdf0e10cSrcweir{ 816cdf0e10cSrcweir Text [ en-US ] = "is null" ; 817cdf0e10cSrcweir}; 818cdf0e10cSrcweir 819cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 35 820cdf0e10cSrcweir{ 821cdf0e10cSrcweir Text [ en-US ] = "is not null" ; 822cdf0e10cSrcweir}; 823cdf0e10cSrcweir// -------------------------------------- 824cdf0e10cSrcweir 825cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 36 826cdf0e10cSrcweir{ 827cdf0e10cSrcweir Text [ en-US ] = "true" ; 828cdf0e10cSrcweir}; 829cdf0e10cSrcweir 830cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 37 831cdf0e10cSrcweir{ 832cdf0e10cSrcweir Text [ en-US ] = "false" ; 833cdf0e10cSrcweir}; 834cdf0e10cSrcweir 835cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 38 836cdf0e10cSrcweir{ 837cdf0e10cSrcweir Text [ en-US ] = "and" ; 838cdf0e10cSrcweir}; 839cdf0e10cSrcweir 840cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 39 841cdf0e10cSrcweir{ 842cdf0e10cSrcweir Text [ en-US ] = "or" ; 843cdf0e10cSrcweir}; 844cdf0e10cSrcweir 845cdf0e10cSrcweir 846cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 40 847cdf0e10cSrcweir{ 848cdf0e10cSrcweir Text [ en-US ] = "get the sum of" ; 849cdf0e10cSrcweir}; 850cdf0e10cSrcweir 851cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 41 852cdf0e10cSrcweir{ 853cdf0e10cSrcweir Text [ en-US ] = "get the average of" ; 854cdf0e10cSrcweir}; 855cdf0e10cSrcweir 856cdf0e10cSrcweir 857cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 42 858cdf0e10cSrcweir{ 859cdf0e10cSrcweir Text [ en-US ] = "get the minimum of" ; 860cdf0e10cSrcweir}; 861cdf0e10cSrcweir 862cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 43 863cdf0e10cSrcweir{ 864cdf0e10cSrcweir Text [ en-US ] = "get the maximum of" ; 865cdf0e10cSrcweir}; 866cdf0e10cSrcweir 867cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 44 868cdf0e10cSrcweir{ 869ff4a85ceSDamjan Jovanovic Text [ en-US ] = "get the count of" ; 870cdf0e10cSrcweir}; 871cdf0e10cSrcweir 872cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 48 873cdf0e10cSrcweir{ 874cdf0e10cSrcweir Text [ en-US ] = "(none)" ; 875cdf0e10cSrcweir}; 876cdf0e10cSrcweir 877cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 50 878cdf0e10cSrcweir{ 879cdf0e10cSrcweir Text [ en-US ] = "Fie~lds in the Query: " ; 880cdf0e10cSrcweir}; 881cdf0e10cSrcweir 882cdf0e10cSrcweir 883cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 51 884cdf0e10cSrcweir{ 885cdf0e10cSrcweir Text [ en-US ] = "Sorting order: " ; 886cdf0e10cSrcweir}; 887cdf0e10cSrcweir 888cdf0e10cSrcweir 889cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 52 890cdf0e10cSrcweir{ 891cdf0e10cSrcweir Text [ en-US ] = "No sorting fields were assigned." ; 892cdf0e10cSrcweir}; 893cdf0e10cSrcweir 894cdf0e10cSrcweir 895cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 53 896cdf0e10cSrcweir{ 897cdf0e10cSrcweir Text [ en-US ] = "Search conditions: " ; 898cdf0e10cSrcweir}; 899cdf0e10cSrcweir 900cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 54 901cdf0e10cSrcweir{ 902cdf0e10cSrcweir Text [ en-US ] = "No conditions were assigned." ; 903cdf0e10cSrcweir}; 904cdf0e10cSrcweir 905cdf0e10cSrcweir 906cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 55 907cdf0e10cSrcweir{ 908cdf0e10cSrcweir Text [ en-US ] = "Aggregate functions: " ; 909cdf0e10cSrcweir}; 910cdf0e10cSrcweir 911cdf0e10cSrcweir 912cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 56 913cdf0e10cSrcweir{ 914cdf0e10cSrcweir Text [ en-US ] = "No aggregate functions were assigned." ; 915cdf0e10cSrcweir}; 916cdf0e10cSrcweir 917cdf0e10cSrcweir 918cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 57 919cdf0e10cSrcweir{ 920cdf0e10cSrcweir Text [ en-US ] = "Grouped by: " ; 921cdf0e10cSrcweir}; 922cdf0e10cSrcweir 923cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 58 924cdf0e10cSrcweir{ 925cdf0e10cSrcweir Text [ en-US ] = "No Groups were assigned." ; 926cdf0e10cSrcweir}; 927cdf0e10cSrcweir 928cdf0e10cSrcweir 929cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 59 930cdf0e10cSrcweir{ 931cdf0e10cSrcweir Text [ en-US ] = "Grouping conditions: " ; 932cdf0e10cSrcweir}; 933cdf0e10cSrcweir 934cdf0e10cSrcweir 935cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 60 936cdf0e10cSrcweir{ 937cdf0e10cSrcweir Text [ en-US ] = "No grouping conditions were assigned." ; 938cdf0e10cSrcweir}; 939cdf0e10cSrcweir 940cdf0e10cSrcweir 941cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 70 942cdf0e10cSrcweir{ 943cdf0e10cSrcweir Text [ en-US ] = "Select the fields (columns) for your query" ; 944cdf0e10cSrcweir}; 945cdf0e10cSrcweir 946cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 71 947cdf0e10cSrcweir{ 948cdf0e10cSrcweir Text [ en-US ] = "Select the sorting order" ; 949cdf0e10cSrcweir}; 950cdf0e10cSrcweir 951cdf0e10cSrcweir 952cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 72 953cdf0e10cSrcweir{ 954cdf0e10cSrcweir Text [ en-US ] = "Select the search conditions" ; 955cdf0e10cSrcweir}; 956cdf0e10cSrcweir 957cdf0e10cSrcweir 958cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 73 959cdf0e10cSrcweir{ 960cdf0e10cSrcweir Text [ en-US ] = "Select the type of query" ; 961cdf0e10cSrcweir}; 962cdf0e10cSrcweir 963cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 74 964cdf0e10cSrcweir{ 965cdf0e10cSrcweir Text [ en-US ] = "Select the groups" ; 966cdf0e10cSrcweir}; 967cdf0e10cSrcweir 968cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 75 969cdf0e10cSrcweir{ 970cdf0e10cSrcweir Text [ en-US ] = "Select the grouping conditions" ; 971cdf0e10cSrcweir}; 972cdf0e10cSrcweir 973cdf0e10cSrcweir 974cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 76 975cdf0e10cSrcweir{ 976cdf0e10cSrcweir Text [ en-US ] = "Assign aliases if desired" ; 977cdf0e10cSrcweir}; 978cdf0e10cSrcweir 979cdf0e10cSrcweir 980cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 77 981cdf0e10cSrcweir{ 982cdf0e10cSrcweir Text [ en-US ] = "Check the overview and decide how to proceed" ; 983cdf0e10cSrcweir}; 984cdf0e10cSrcweir 985cdf0e10cSrcweir 986cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 80 987cdf0e10cSrcweir{ 988cdf0e10cSrcweir Text [ en-US ] = "Field selection" ; 989cdf0e10cSrcweir}; 990cdf0e10cSrcweir 991cdf0e10cSrcweir 992cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 81 993cdf0e10cSrcweir{ 994cdf0e10cSrcweir Text [ en-US ] = "Sorting order" ; 995cdf0e10cSrcweir}; 996cdf0e10cSrcweir 997cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 82 998cdf0e10cSrcweir{ 999cdf0e10cSrcweir Text [ en-US ] = "Search conditions" ; 1000cdf0e10cSrcweir}; 1001cdf0e10cSrcweir 1002cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 83 1003cdf0e10cSrcweir{ 1004cdf0e10cSrcweir Text [ en-US ] = "Detail or summary" ; 1005cdf0e10cSrcweir}; 1006cdf0e10cSrcweir 1007cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 84 1008cdf0e10cSrcweir{ 1009cdf0e10cSrcweir Text [ en-US ] = "Grouping" ; 1010cdf0e10cSrcweir}; 1011cdf0e10cSrcweir 1012cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 85 1013cdf0e10cSrcweir{ 1014cdf0e10cSrcweir Text [ en-US ] = "Grouping conditions" ; 1015cdf0e10cSrcweir}; 1016cdf0e10cSrcweir 1017cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 86 1018cdf0e10cSrcweir{ 1019cdf0e10cSrcweir Text [ en-US ] = "Aliases" ; 1020cdf0e10cSrcweir}; 1021cdf0e10cSrcweir 1022cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 87 1023cdf0e10cSrcweir{ 1024cdf0e10cSrcweir Text [ en-US ] = "Overview" ; 1025cdf0e10cSrcweir}; 1026cdf0e10cSrcweir 1027cdf0e10cSrcweir 1028cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 88 1029cdf0e10cSrcweir{ 1030cdf0e10cSrcweir Text [ en-US ] = "A field that has not been assigned an aggregate function must be used in a group." ; 1031cdf0e10cSrcweir}; 1032cdf0e10cSrcweir 1033cdf0e10cSrcweir 1034cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 89 1035cdf0e10cSrcweir{ 1036cdf0e10cSrcweir Text [ en-US ] = "The condition '<FIELDNAME> <LOGICOPERATOR> <VALUE>' was chosen twice. Each condition can only be chosen once" ; 1037cdf0e10cSrcweir}; 1038cdf0e10cSrcweir 1039cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 90 1040cdf0e10cSrcweir{ 1041cdf0e10cSrcweir Text [ en-US ] = "The aggregate function <FUNCTION> has been assigned twice to the fieldname '<NUMERICFIELD>'." ; 1042cdf0e10cSrcweir}; 1043cdf0e10cSrcweir 1044cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 91 1045cdf0e10cSrcweir{ 1046cdf0e10cSrcweir Text [ en-US ] = ", " ; 1047cdf0e10cSrcweir}; 1048cdf0e10cSrcweir 1049cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 92 1050cdf0e10cSrcweir{ 1051cdf0e10cSrcweir Text [ en-US ] = "<FIELDTITLE> (<FIELDNAME>)" ; 1052cdf0e10cSrcweir}; 1053cdf0e10cSrcweir 1054cdf0e10cSrcweir 1055cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 93 1056cdf0e10cSrcweir{ 1057cdf0e10cSrcweir Text [ en-US ] = "<FIELDNAME> (<SORTMODE>)" ; 1058cdf0e10cSrcweir}; 1059cdf0e10cSrcweir 1060cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 94 1061cdf0e10cSrcweir{ 1062cdf0e10cSrcweir Text [ en-US ] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>" ; 1063cdf0e10cSrcweir}; 1064cdf0e10cSrcweir 1065cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 95 1066cdf0e10cSrcweir{ 1067cdf0e10cSrcweir Text [ en-US ] = "<CALCULATEDFUNCTION> <FIELDNAME>" ; 1068cdf0e10cSrcweir}; 1069cdf0e10cSrcweir 1070cdf0e10cSrcweir 1071cdf0e10cSrcweirString RID_DB_QUERY_WIZARD_START + 96 1072cdf0e10cSrcweir{ 1073cdf0e10cSrcweir Text [ en-US ] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>" ; 1074cdf0e10cSrcweir}; 1075cdf0e10cSrcweir 1076cdf0e10cSrcweir 1077cdf0e10cSrcweir// ============================================================================ 1078cdf0e10cSrcweir 1079cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 0 1080cdf0e10cSrcweir{ 1081cdf0e10cSrcweir Text [ en-US ] = "Report Wizard" ; 1082cdf0e10cSrcweir}; 1083cdf0e10cSrcweir 1084cdf0e10cSrcweir 1085cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 3 1086cdf0e10cSrcweir{ 1087cdf0e10cSrcweir Text [ en-US ] = "~Table" ; 1088cdf0e10cSrcweir}; 1089cdf0e10cSrcweir 1090cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 4 1091cdf0e10cSrcweir{ 1092cdf0e10cSrcweir Text [ en-US ] = "Colu~mns" ; 1093cdf0e10cSrcweir}; 1094cdf0e10cSrcweir 1095cdf0e10cSrcweir 1096cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 7 1097cdf0e10cSrcweir{ 1098cdf0e10cSrcweir Text [ en-US ] = "Report_" ; 1099cdf0e10cSrcweir}; 1100cdf0e10cSrcweir 1101cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 8 1102cdf0e10cSrcweir{ 1103cdf0e10cSrcweir Text [ en-US ] = "- undefined -" ; 1104cdf0e10cSrcweir}; 1105cdf0e10cSrcweir 1106cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 9 1107cdf0e10cSrcweir{ 1108cdf0e10cSrcweir Text [ en-US ] = "~Fields in report" ; 1109cdf0e10cSrcweir}; 1110cdf0e10cSrcweir 1111cdf0e10cSrcweir 1112cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 11 1113cdf0e10cSrcweir{ 1114cdf0e10cSrcweir Text [ en-US ] = "Grouping" ; 1115cdf0e10cSrcweir}; 1116cdf0e10cSrcweir 1117cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 12 1118cdf0e10cSrcweir{ 1119cdf0e10cSrcweir Text [ en-US ] = "Sort options" ; 1120cdf0e10cSrcweir}; 1121cdf0e10cSrcweir 1122cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 13 1123cdf0e10cSrcweir{ 1124cdf0e10cSrcweir Text [ en-US ] = "Choose layout" ; 1125cdf0e10cSrcweir}; 1126cdf0e10cSrcweir 1127cdf0e10cSrcweir 1128cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 14 1129cdf0e10cSrcweir{ 1130cdf0e10cSrcweir Text [ en-US ] = "Create report" ; 1131cdf0e10cSrcweir}; 1132cdf0e10cSrcweir 1133cdf0e10cSrcweir 1134cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 15 1135cdf0e10cSrcweir{ 1136cdf0e10cSrcweir Text [ en-US ] = "Layout of data" ; 1137cdf0e10cSrcweir}; 1138cdf0e10cSrcweir 1139cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 16 1140cdf0e10cSrcweir{ 1141cdf0e10cSrcweir Text [ en-US ] = "Layout of headers and footers" ; 1142cdf0e10cSrcweir}; 1143cdf0e10cSrcweir 1144cdf0e10cSrcweir 1145cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 19 1146cdf0e10cSrcweir{ 1147cdf0e10cSrcweir Text [ en-US ] = "Fields" ; 1148cdf0e10cSrcweir}; 1149cdf0e10cSrcweir 1150cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 20 1151cdf0e10cSrcweir{ 1152cdf0e10cSrcweir Text [ en-US ] = "~Sort by" ; 1153cdf0e10cSrcweir}; 1154cdf0e10cSrcweir 1155cdf0e10cSrcweir 1156cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 21 1157cdf0e10cSrcweir{ 1158cdf0e10cSrcweir Text [ en-US ] = "T~hen by" ; 1159cdf0e10cSrcweir}; 1160cdf0e10cSrcweir 1161cdf0e10cSrcweir 1162cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 22 1163cdf0e10cSrcweir{ 1164cdf0e10cSrcweir Text [ en-US ] = "Orientation" ; 1165cdf0e10cSrcweir}; 1166cdf0e10cSrcweir 1167cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 23 1168cdf0e10cSrcweir{ 1169cdf0e10cSrcweir Text [ en-US ] = "Portrait" ; 1170cdf0e10cSrcweir}; 1171cdf0e10cSrcweir 1172cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 24 1173cdf0e10cSrcweir{ 1174cdf0e10cSrcweir Text [ en-US ] = "Landscape" ; 1175cdf0e10cSrcweir}; 1176cdf0e10cSrcweir 1177cdf0e10cSrcweir 1178cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 28 1179cdf0e10cSrcweir{ 1180cdf0e10cSrcweir Text [ en-US ] = "Which fields do you want to have in your report?" ; 1181cdf0e10cSrcweir}; 1182cdf0e10cSrcweir 1183cdf0e10cSrcweir 1184cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 29 1185cdf0e10cSrcweir{ 1186cdf0e10cSrcweir Text [ en-US ] = "Do you want to add grouping levels?" ; 1187cdf0e10cSrcweir}; 1188cdf0e10cSrcweir 1189cdf0e10cSrcweir 1190cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 30 1191cdf0e10cSrcweir{ 1192cdf0e10cSrcweir Text [ en-US ] = "According to which fields do you want to sort the data?" ; 1193cdf0e10cSrcweir}; 1194cdf0e10cSrcweir 1195cdf0e10cSrcweir 1196cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 31 1197cdf0e10cSrcweir{ 1198cdf0e10cSrcweir Text [ en-US ] = "How do you want your report to look?" ; 1199cdf0e10cSrcweir}; 1200cdf0e10cSrcweir 1201cdf0e10cSrcweir 1202cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 32 1203cdf0e10cSrcweir{ 1204cdf0e10cSrcweir Text [ en-US ] = "Decide how you want to proceed" ; 1205cdf0e10cSrcweir}; 1206cdf0e10cSrcweir 1207cdf0e10cSrcweir 1208cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 33 1209cdf0e10cSrcweir{ 1210cdf0e10cSrcweir Text [ en-US ] = "Title of report" ; 1211cdf0e10cSrcweir}; 1212cdf0e10cSrcweir 1213cdf0e10cSrcweir 1214cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 34 1215cdf0e10cSrcweir{ 1216cdf0e10cSrcweir Text [ en-US ] = "Display report" ; 1217cdf0e10cSrcweir}; 1218cdf0e10cSrcweir 1219cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 35 1220cdf0e10cSrcweir{ 1221cdf0e10cSrcweir Text [ en-US ] = "Create report" ; 1222cdf0e10cSrcweir}; 1223cdf0e10cSrcweir 1224cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 36 1225cdf0e10cSrcweir{ 1226cdf0e10cSrcweir Text [ en-US ] = "Ascending" ; 1227cdf0e10cSrcweir}; 1228cdf0e10cSrcweir 1229cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 37 1230cdf0e10cSrcweir{ 1231cdf0e10cSrcweir Text [ en-US ] = "Descending" ; 1232cdf0e10cSrcweir}; 1233cdf0e10cSrcweir 1234cdf0e10cSrcweir 1235cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 40 1236cdf0e10cSrcweir{ 1237cdf0e10cSrcweir Text [ en-US ] = "~Dynamic report" ; 1238cdf0e10cSrcweir}; 1239cdf0e10cSrcweir 1240cdf0e10cSrcweir 1241cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 41 1242cdf0e10cSrcweir{ 1243cdf0e10cSrcweir Text [ en-US ] = "~Create report now" ; 1244cdf0e10cSrcweir}; 1245cdf0e10cSrcweir 1246cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 42 1247cdf0e10cSrcweir{ 1248cdf0e10cSrcweir Text [ en-US ] = "~Modify report layout" ; 1249cdf0e10cSrcweir}; 1250cdf0e10cSrcweir 1251cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 43 1252cdf0e10cSrcweir{ 1253cdf0e10cSrcweir Text [ en-US ] = "Static report" ; 1254cdf0e10cSrcweir}; 1255cdf0e10cSrcweir 1256cdf0e10cSrcweir 1257cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 44 1258cdf0e10cSrcweir{ 1259cdf0e10cSrcweir Text [ en-US ] = "Save as" ; 1260cdf0e10cSrcweir}; 1261cdf0e10cSrcweir 1262cdf0e10cSrcweir 1263cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 50 1264cdf0e10cSrcweir{ 1265cdf0e10cSrcweir Text [ en-US ] = "Groupings" ; 1266cdf0e10cSrcweir}; 1267cdf0e10cSrcweir 1268cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 51 1269cdf0e10cSrcweir{ 1270cdf0e10cSrcweir Text [ en-US ] = "Then b~y" ; 1271cdf0e10cSrcweir}; 1272cdf0e10cSrcweir 1273cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 52 1274cdf0e10cSrcweir{ 1275cdf0e10cSrcweir Text [ en-US ] = "~Then by" ; 1276cdf0e10cSrcweir}; 1277cdf0e10cSrcweir 1278cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 53 1279cdf0e10cSrcweir{ 1280cdf0e10cSrcweir Text [ en-US ] = "Asc~ending" ; 1281cdf0e10cSrcweir}; 1282cdf0e10cSrcweir 1283cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 54 1284cdf0e10cSrcweir{ 1285cdf0e10cSrcweir Text [ en-US ] = "Ascend~ing" ; 1286cdf0e10cSrcweir}; 1287cdf0e10cSrcweir 1288cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 55 1289cdf0e10cSrcweir{ 1290cdf0e10cSrcweir Text [ en-US ] = "Ascendin~g" ; 1291cdf0e10cSrcweir}; 1292cdf0e10cSrcweir 1293cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 56 1294cdf0e10cSrcweir{ 1295cdf0e10cSrcweir Text [ en-US ] = "De~scending" ; 1296cdf0e10cSrcweir}; 1297cdf0e10cSrcweir 1298cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 57 1299cdf0e10cSrcweir{ 1300cdf0e10cSrcweir Text [ en-US ] = "Des~cending" ; 1301cdf0e10cSrcweir}; 1302cdf0e10cSrcweir 1303cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 58 1304cdf0e10cSrcweir{ 1305cdf0e10cSrcweir Text [ en-US ] = "De~scending" ; 1306cdf0e10cSrcweir}; 1307cdf0e10cSrcweir 1308cdf0e10cSrcweir 1309cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 60 1310cdf0e10cSrcweir{ 1311cdf0e10cSrcweir Text [ en-US ] = "Binary fields cannot be displayed in the report." ; 1312cdf0e10cSrcweir}; 1313cdf0e10cSrcweir 1314cdf0e10cSrcweir 1315cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 61 1316cdf0e10cSrcweir{ 1317cdf0e10cSrcweir Text [ en-US ] = "The table '<TABLENAME>' does not exist." ; 1318cdf0e10cSrcweir}; 1319cdf0e10cSrcweir 1320cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 62 1321cdf0e10cSrcweir{ 1322cdf0e10cSrcweir Text [ en-US ] = "Creating Report..." ; 1323cdf0e10cSrcweir}; 1324cdf0e10cSrcweir 1325cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 63 1326cdf0e10cSrcweir{ 1327cdf0e10cSrcweir Text [ en-US ] = "Number of records inserted: <COUNT>" ; 1328cdf0e10cSrcweir}; 1329cdf0e10cSrcweir 1330cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 64 1331cdf0e10cSrcweir{ 1332cdf0e10cSrcweir Text [ en-US ] = "The form '<REPORTFORM>' does not exist." ; 1333cdf0e10cSrcweir}; 1334cdf0e10cSrcweir 1335cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 65 1336cdf0e10cSrcweir{ 1337cdf0e10cSrcweir Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check your data source." ; 1338cdf0e10cSrcweir}; 1339cdf0e10cSrcweir 1340cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 66 1341cdf0e10cSrcweir{ 1342cdf0e10cSrcweir Text [ en-US ] = "The following hidden control in the form '<REPORTFORM>' could not be read: '<CONTROLNAME>'." ; 1343cdf0e10cSrcweir}; 1344cdf0e10cSrcweir 1345cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 67 1346cdf0e10cSrcweir{ 1347cdf0e10cSrcweir Text [ en-US ] = "Importing data..." ; 1348cdf0e10cSrcweir}; 1349cdf0e10cSrcweir 1350cdf0e10cSrcweir 1351cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 68 1352cdf0e10cSrcweir{ 1353cdf0e10cSrcweir Text [ en-US ] = "Labeling fields" ; 1354cdf0e10cSrcweir}; 1355cdf0e10cSrcweir 1356cdf0e10cSrcweir 1357cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 69 1358cdf0e10cSrcweir{ 1359cdf0e10cSrcweir Text [ en-US ] = "How do you want to label the fields?" ; 1360cdf0e10cSrcweir}; 1361cdf0e10cSrcweir 1362cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 70 1363cdf0e10cSrcweir{ 1364cdf0e10cSrcweir Text [ en-US ] = "Label" ; 1365cdf0e10cSrcweir}; 1366cdf0e10cSrcweir 1367cdf0e10cSrcweir 1368cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 71 1369cdf0e10cSrcweir{ 1370cdf0e10cSrcweir Text [ en-US ] = "Field" ; 1371cdf0e10cSrcweir}; 1372cdf0e10cSrcweir 1373cdf0e10cSrcweir 1374cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 72 1375cdf0e10cSrcweir{ 1376cdf0e10cSrcweir Text [ en-US ] = "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template." ; 1377cdf0e10cSrcweir}; 1378cdf0e10cSrcweir 1379cdf0e10cSrcweir 1380cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 73 1381cdf0e10cSrcweir{ 1382cdf0e10cSrcweir Text [ en-US ] = "There is an invalid user field in a table." ; 1383cdf0e10cSrcweir}; 1384cdf0e10cSrcweir 1385cdf0e10cSrcweir 1386cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 74 1387cdf0e10cSrcweir{ 1388cdf0e10cSrcweir Text [ en-US ] = "The sort criterium '<FIELDNAME>' was chosen twice. Each criterium can only be chosen once." ; 1389cdf0e10cSrcweir}; 1390cdf0e10cSrcweir 1391cdf0e10cSrcweir 1392cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 75 1393cdf0e10cSrcweir{ 1394cdf0e10cSrcweir Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report is created." ; 1395cdf0e10cSrcweir}; 1396cdf0e10cSrcweir 1397cdf0e10cSrcweir 1398cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 76 1399cdf0e10cSrcweir{ 1400cdf0e10cSrcweir Text [ en-US ] = "A report '%REPORTNAME' already exists in the database. Please assign another name." ; 1401cdf0e10cSrcweir}; 1402cdf0e10cSrcweir 1403cdf0e10cSrcweir 1404cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 78 1405cdf0e10cSrcweir{ 1406cdf0e10cSrcweir Text [ en-US ] = "How do you want to proceed after creating the report?" ; 1407cdf0e10cSrcweir}; 1408cdf0e10cSrcweir 1409cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 79 1410cdf0e10cSrcweir{ 1411cdf0e10cSrcweir Text [ en-US ] = "What kind of report do you want to create?" ; 1412cdf0e10cSrcweir}; 1413cdf0e10cSrcweir 1414cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 80 1415cdf0e10cSrcweir{ 1416cdf0e10cSrcweir Text [ en-US ] = "Tabular" ; 1417cdf0e10cSrcweir}; 1418cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 81 1419cdf0e10cSrcweir{ 1420cdf0e10cSrcweir Text [ en-US ] = "Columnar, single-column" ; 1421cdf0e10cSrcweir}; 1422cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 82 1423cdf0e10cSrcweir{ 1424cdf0e10cSrcweir Text [ en-US ] = "Columnar, two columns" ; 1425cdf0e10cSrcweir}; 1426cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 83 1427cdf0e10cSrcweir{ 1428cdf0e10cSrcweir Text [ en-US ] = "Columnar, three columns" ; 1429cdf0e10cSrcweir}; 1430cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 84 1431cdf0e10cSrcweir{ 1432cdf0e10cSrcweir Text [ en-US ] = "In blocks, labels left" ; 1433cdf0e10cSrcweir}; 1434cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 85 1435cdf0e10cSrcweir{ 1436cdf0e10cSrcweir Text [ en-US ] = "In blocks, labels above" ; 1437cdf0e10cSrcweir}; 1438cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 86 1439cdf0e10cSrcweir{ 1440cdf0e10cSrcweir Text [ en-US ] = "Title:" ; 1441cdf0e10cSrcweir}; 1442cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 87 1443cdf0e10cSrcweir{ 1444cdf0e10cSrcweir Text [ en-US ] = "Author:" ; 1445cdf0e10cSrcweir}; 1446cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 88 1447cdf0e10cSrcweir{ 1448cdf0e10cSrcweir Text [ en-US ] = "Date:" ; 1449cdf0e10cSrcweir}; 1450cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 89 1451cdf0e10cSrcweir{ 1452cdf0e10cSrcweir Text [ en-US ] = "Page #page# of #count#" ; 1453cdf0e10cSrcweir}; 1454cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 90 1455cdf0e10cSrcweir{ 1456cdf0e10cSrcweir Text [ en-US ] = "Page number:" ; 1457cdf0e10cSrcweir}; 1458cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 91 1459cdf0e10cSrcweir{ 1460cdf0e10cSrcweir Text [ en-US ] = "Page count:" ; 1461cdf0e10cSrcweir}; 1462cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 92 1463cdf0e10cSrcweir{ 1464cdf0e10cSrcweir Text [ en-US ] = "No valid report template was found." ; 1465cdf0e10cSrcweir}; 1466cdf0e10cSrcweir 1467cdf0e10cSrcweir// ============================================================================ 1468cdf0e10cSrcweir 1469cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 1 1470cdf0e10cSrcweir{ 1471cdf0e10cSrcweir Text [ en-US ] = "Table Wizard" ; 1472cdf0e10cSrcweir}; 1473cdf0e10cSrcweir 1474cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 2 1475cdf0e10cSrcweir{ 1476cdf0e10cSrcweir Text [ en-US ] = "Select fields" ; 1477cdf0e10cSrcweir}; 1478cdf0e10cSrcweir 1479cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 3 1480cdf0e10cSrcweir{ 1481cdf0e10cSrcweir Text [ en-US ] = "Set types and formats" ; 1482cdf0e10cSrcweir}; 1483cdf0e10cSrcweir 1484cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 4 1485cdf0e10cSrcweir{ 1486cdf0e10cSrcweir Text [ en-US ] = "Set primary key" ; 1487cdf0e10cSrcweir}; 1488cdf0e10cSrcweir 1489cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 5 1490cdf0e10cSrcweir{ 1491cdf0e10cSrcweir Text [ en-US ] = "Create table" ; 1492cdf0e10cSrcweir}; 1493cdf0e10cSrcweir 1494cdf0e10cSrcweir 1495cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 8 1496cdf0e10cSrcweir{ 1497cdf0e10cSrcweir Text [ en-US ] = "Select fields for your table" ; 1498cdf0e10cSrcweir}; 1499cdf0e10cSrcweir 1500cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 9 1501cdf0e10cSrcweir{ 1502cdf0e10cSrcweir Text [ en-US ] = "Set field types and formats" ; 1503cdf0e10cSrcweir}; 1504cdf0e10cSrcweir 1505cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 10 1506cdf0e10cSrcweir{ 1507cdf0e10cSrcweir Text [ en-US ] = "Set primary key" ; 1508cdf0e10cSrcweir}; 1509cdf0e10cSrcweir 1510cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 11 1511cdf0e10cSrcweir{ 1512cdf0e10cSrcweir Text [ en-US ] = "Create table" ; 1513cdf0e10cSrcweir}; 1514cdf0e10cSrcweir 1515cdf0e10cSrcweir 1516cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 14 1517cdf0e10cSrcweir{ 1518cdf0e10cSrcweir Text [ en-US ] = "This wizard helps you to create a table for your database. After selecting a table category and a sample table, choose the fields you want to include in your table. You can include fields from more than one sample table." ; 1519cdf0e10cSrcweir}; 1520cdf0e10cSrcweir 1521cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 15 1522cdf0e10cSrcweir{ 1523cdf0e10cSrcweir Text [ en-US ] = "Ca~tegory" ; 1524cdf0e10cSrcweir}; 1525cdf0e10cSrcweir 1526cdf0e10cSrcweir 1527cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 16 1528cdf0e10cSrcweir{ 1529cdf0e10cSrcweir Text [ en-US ] = "B~usiness" ; 1530cdf0e10cSrcweir}; 1531cdf0e10cSrcweir 1532cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 17 1533cdf0e10cSrcweir{ 1534cdf0e10cSrcweir Text [ en-US ] = "P~ersonal" ; 1535cdf0e10cSrcweir}; 1536cdf0e10cSrcweir 1537cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 18 1538cdf0e10cSrcweir{ 1539cdf0e10cSrcweir Text [ en-US ] = "~Sample tables" ; 1540cdf0e10cSrcweir}; 1541cdf0e10cSrcweir 1542cdf0e10cSrcweir 1543cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 19 1544cdf0e10cSrcweir{ 1545cdf0e10cSrcweir Text [ en-US ] = "A~vailable fields" ; 1546cdf0e10cSrcweir}; 1547cdf0e10cSrcweir 1548cdf0e10cSrcweir 1549cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 20 1550cdf0e10cSrcweir{ 1551cdf0e10cSrcweir Text [ en-US ] = "Field information" ; 1552cdf0e10cSrcweir}; 1553cdf0e10cSrcweir 1554cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 21 1555cdf0e10cSrcweir{ 1556cdf0e10cSrcweir Text [ en-US ] = "+" ; 1557cdf0e10cSrcweir}; 1558cdf0e10cSrcweir 1559cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 22 1560cdf0e10cSrcweir{ 1561cdf0e10cSrcweir Text [ en-US ] = "-" ; 1562cdf0e10cSrcweir}; 1563cdf0e10cSrcweir 1564cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 23 1565cdf0e10cSrcweir{ 1566cdf0e10cSrcweir Text [ en-US ] = "Field name" ; 1567cdf0e10cSrcweir}; 1568cdf0e10cSrcweir 1569cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 24 1570cdf0e10cSrcweir{ 1571cdf0e10cSrcweir Text [ en-US ] = "Field type" ; 1572cdf0e10cSrcweir}; 1573cdf0e10cSrcweir 1574cdf0e10cSrcweir 1575cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 25 1576cdf0e10cSrcweir{ 1577cdf0e10cSrcweir Text [ en-US ] = "~Selected fields" ; 1578cdf0e10cSrcweir}; 1579cdf0e10cSrcweir 1580cdf0e10cSrcweir 1581cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 26 1582cdf0e10cSrcweir{ 1583cdf0e10cSrcweir Text [ en-US ] = "A primary key uniquely identifies each record in a database table. Primary keys ease the linking of information in separate tables, and it is recommended that you have a primary key in every table. Without a primary key, it will not be possible to enter data into this table." ; 1584cdf0e10cSrcweir}; 1585cdf0e10cSrcweir 1586cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 27 1587cdf0e10cSrcweir{ 1588cdf0e10cSrcweir Text [ en-US ] = "~Create a primary key" ; 1589cdf0e10cSrcweir}; 1590cdf0e10cSrcweir 1591cdf0e10cSrcweir 1592cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 28 1593cdf0e10cSrcweir{ 1594cdf0e10cSrcweir Text [ en-US ] = "~Automatically add a primary key" ; 1595cdf0e10cSrcweir}; 1596cdf0e10cSrcweir 1597cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 29 1598cdf0e10cSrcweir{ 1599cdf0e10cSrcweir Text [ en-US ] = "~Use an existing field as a primary key" ; 1600cdf0e10cSrcweir}; 1601cdf0e10cSrcweir 1602cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 30 1603cdf0e10cSrcweir{ 1604cdf0e10cSrcweir Text [ en-US ] = "Define p~rimary key as a combination of several fields " ; 1605cdf0e10cSrcweir}; 1606cdf0e10cSrcweir 1607cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 31 1608cdf0e10cSrcweir{ 1609cdf0e10cSrcweir Text [ en-US ] = "F~ieldname" ; 1610cdf0e10cSrcweir}; 1611cdf0e10cSrcweir 1612cdf0e10cSrcweir 1613cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 32 1614cdf0e10cSrcweir{ 1615cdf0e10cSrcweir Text [ en-US ] = "~Primary key fields" ; 1616cdf0e10cSrcweir}; 1617cdf0e10cSrcweir 1618cdf0e10cSrcweir 1619cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 33 1620cdf0e10cSrcweir{ 1621cdf0e10cSrcweir Text [ en-US ] = "Auto ~value" ; 1622cdf0e10cSrcweir}; 1623cdf0e10cSrcweir 1624cdf0e10cSrcweir 1625cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 34 1626cdf0e10cSrcweir{ 1627cdf0e10cSrcweir Text [ en-US ] = "What do you want to name your table?" ; 1628cdf0e10cSrcweir}; 1629cdf0e10cSrcweir 1630cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 35 1631cdf0e10cSrcweir{ 1632cdf0e10cSrcweir Text [ en-US ] = "Congratulations. You have entered all the information needed to create your table." ; 1633cdf0e10cSrcweir}; 1634cdf0e10cSrcweir 1635cdf0e10cSrcweir 1636cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 36 1637cdf0e10cSrcweir{ 1638cdf0e10cSrcweir Text [ en-US ] = "What do you want to do next?" ; 1639cdf0e10cSrcweir}; 1640cdf0e10cSrcweir 1641cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 37 1642cdf0e10cSrcweir{ 1643cdf0e10cSrcweir Text [ en-US ] = "Modify the table design" ; 1644cdf0e10cSrcweir}; 1645cdf0e10cSrcweir 1646cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 38 1647cdf0e10cSrcweir{ 1648cdf0e10cSrcweir Text [ en-US ] = "Insert data immediately" ; 1649cdf0e10cSrcweir}; 1650cdf0e10cSrcweir 1651cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 39 1652cdf0e10cSrcweir{ 1653cdf0e10cSrcweir Text [ en-US ] = "C~reate a form based on this table" ; 1654cdf0e10cSrcweir}; 1655cdf0e10cSrcweir 1656cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 40 1657cdf0e10cSrcweir{ 1658cdf0e10cSrcweir Text [ en-US ] = "The table you have created could not be opened." ; 1659cdf0e10cSrcweir}; 1660cdf0e10cSrcweir 1661cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 41 1662cdf0e10cSrcweir{ 1663cdf0e10cSrcweir Text [ en-US ] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database." ; 1664cdf0e10cSrcweir}; 1665cdf0e10cSrcweir 1666cdf0e10cSrcweir 1667cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 42 1668cdf0e10cSrcweir{ 1669cdf0e10cSrcweir Text [ en-US ] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database." ; 1670cdf0e10cSrcweir}; 1671cdf0e10cSrcweir 1672cdf0e10cSrcweir 1673cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 43 1674cdf0e10cSrcweir{ 1675cdf0e10cSrcweir Text [ en-US ] = "Field" ; 1676cdf0e10cSrcweir}; 1677cdf0e10cSrcweir 1678cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 44 1679cdf0e10cSrcweir{ 1680cdf0e10cSrcweir Text [ en-US ] = "MyTable" ; 1681cdf0e10cSrcweir}; 1682cdf0e10cSrcweir 1683cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 45 1684cdf0e10cSrcweir{ 1685cdf0e10cSrcweir Text [ en-US ] = "Add a Field" ; 1686cdf0e10cSrcweir}; 1687cdf0e10cSrcweir 1688cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 46 1689cdf0e10cSrcweir{ 1690cdf0e10cSrcweir Text [ en-US ] = "Remove the selected Field" ; 1691cdf0e10cSrcweir}; 1692cdf0e10cSrcweir 1693cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 47 1694cdf0e10cSrcweir{ 1695cdf0e10cSrcweir Text [ en-US ] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table" ; 1696cdf0e10cSrcweir}; 1697cdf0e10cSrcweir 1698cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 48 1699cdf0e10cSrcweir{ 1700cdf0e10cSrcweir Text [ en-US ] = "The name '%TABLENAME' already exists.\nPlease enter another name." ; 1701cdf0e10cSrcweir}; 1702cdf0e10cSrcweir 1703cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 49 1704cdf0e10cSrcweir{ 1705cdf0e10cSrcweir Text [ en-US ] = "Catalog of the table" ; 1706cdf0e10cSrcweir}; 1707cdf0e10cSrcweir 1708cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 50 1709cdf0e10cSrcweir{ 1710cdf0e10cSrcweir Text [ en-US ] = "Schema of the table" ; 1711cdf0e10cSrcweir}; 1712cdf0e10cSrcweir 1713cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 51 1714cdf0e10cSrcweir{ 1715cdf0e10cSrcweir Text [ en-US ] = "The field '%FIELDNAME' already exists." ; 1716cdf0e10cSrcweir}; 1717cdf0e10cSrcweir 1718cdf0e10cSrcweir 1719cdf0e10cSrcweir// ============================================================================ 17204c3db3b6Smseidel// Letter Wizard Resources 1721cdf0e10cSrcweir// ============================================================================ 1722cdf0e10cSrcweir 1723cdf0e10cSrcweir 1724cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 1 1725cdf0e10cSrcweir{ 1726cdf0e10cSrcweir Text [ en-US ] = "Letter Wizard" ; 1727cdf0e10cSrcweir}; 1728cdf0e10cSrcweir 1729cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 2 1730cdf0e10cSrcweir{ 1731cdf0e10cSrcweir Text [ en-US ] = "Label9" ; 1732cdf0e10cSrcweir}; 1733cdf0e10cSrcweir 1734cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 3 1735cdf0e10cSrcweir{ 1736cdf0e10cSrcweir Text [ en-US ] = "~Business letter" ; 1737cdf0e10cSrcweir}; 1738cdf0e10cSrcweir 1739cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 4 1740cdf0e10cSrcweir{ 1741cdf0e10cSrcweir Text [ en-US ] = "~Formal personal letter" ; 1742cdf0e10cSrcweir}; 1743cdf0e10cSrcweir 1744cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 5 1745cdf0e10cSrcweir{ 1746cdf0e10cSrcweir Text [ en-US ] = "~Personal letter" ; 1747cdf0e10cSrcweir}; 1748cdf0e10cSrcweir 1749cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 6 1750cdf0e10cSrcweir{ 1751cdf0e10cSrcweir Text [ en-US ] = "~Use letterhead paper with pre-printed elements" ; 1752cdf0e10cSrcweir}; 1753cdf0e10cSrcweir 1754cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 7 1755cdf0e10cSrcweir{ 1756cdf0e10cSrcweir Text [ en-US ] = "~Logo" ; 1757cdf0e10cSrcweir}; 1758cdf0e10cSrcweir 1759cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 8 1760cdf0e10cSrcweir{ 1761cdf0e10cSrcweir Text [ en-US ] = "Return address" ; 1762cdf0e10cSrcweir}; 1763cdf0e10cSrcweir 1764cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 9 1765cdf0e10cSrcweir{ 1766cdf0e10cSrcweir Text [ en-US ] = "~Include footer" ; 1767cdf0e10cSrcweir}; 1768cdf0e10cSrcweir 1769cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 10 1770cdf0e10cSrcweir{ 1771cdf0e10cSrcweir Text [ en-US ] = "~Return address in envelope window" ; 1772cdf0e10cSrcweir}; 1773cdf0e10cSrcweir 1774cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 11 1775cdf0e10cSrcweir{ 1776cdf0e10cSrcweir Text [ en-US ] = "~Logo" ; 1777cdf0e10cSrcweir}; 1778cdf0e10cSrcweir 1779cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 12 1780cdf0e10cSrcweir{ 1781cdf0e10cSrcweir Text [ en-US ] = "~Return address in envelope window" ; 1782cdf0e10cSrcweir}; 1783cdf0e10cSrcweir 1784cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 13 1785cdf0e10cSrcweir{ 1786cdf0e10cSrcweir Text [ en-US ] = "Letter Signs" ; 1787cdf0e10cSrcweir}; 1788cdf0e10cSrcweir 1789cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 14 1790cdf0e10cSrcweir{ 1791cdf0e10cSrcweir Text [ en-US ] = "S~ubject line" ; 1792cdf0e10cSrcweir}; 1793cdf0e10cSrcweir 1794cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 15 1795cdf0e10cSrcweir{ 1796cdf0e10cSrcweir Text [ en-US ] = "Salu~tation" ; 1797cdf0e10cSrcweir}; 1798cdf0e10cSrcweir 1799cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 16 1800cdf0e10cSrcweir{ 1801cdf0e10cSrcweir Text [ en-US ] = "Fold ~marks" ; 1802cdf0e10cSrcweir}; 1803cdf0e10cSrcweir 1804cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 17 1805cdf0e10cSrcweir{ 1806cdf0e10cSrcweir Text [ en-US ] = "~Complimentary close" ; 1807cdf0e10cSrcweir}; 1808cdf0e10cSrcweir 1809cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 18 1810cdf0e10cSrcweir{ 1811cdf0e10cSrcweir Text [ en-US ] = "~Footer" ; 1812cdf0e10cSrcweir}; 1813cdf0e10cSrcweir 1814cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 19 1815cdf0e10cSrcweir{ 1816cdf0e10cSrcweir Text [ en-US ] = "~Use user data for return address" ; 1817cdf0e10cSrcweir}; 1818cdf0e10cSrcweir 1819cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 20 1820cdf0e10cSrcweir{ 1821cdf0e10cSrcweir Text [ en-US ] = "~New sender address:" ; 1822cdf0e10cSrcweir}; 1823cdf0e10cSrcweir 1824cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 21 1825cdf0e10cSrcweir{ 1826cdf0e10cSrcweir Text [ en-US ] = "Use placeholders for ~recipient's address" ; 1827cdf0e10cSrcweir}; 1828cdf0e10cSrcweir 1829cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 22 1830cdf0e10cSrcweir{ 1831cdf0e10cSrcweir Text [ en-US ] = "Use address database for ~mail merge" ; 1832cdf0e10cSrcweir}; 1833cdf0e10cSrcweir 1834cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 23 1835cdf0e10cSrcweir{ 1836cdf0e10cSrcweir Text [ en-US ] = "Include ~only on second and following pages" ; 1837cdf0e10cSrcweir}; 1838cdf0e10cSrcweir 1839cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 24 1840cdf0e10cSrcweir{ 1841cdf0e10cSrcweir Text [ en-US ] = "~Include page number" ; 1842cdf0e10cSrcweir}; 1843cdf0e10cSrcweir 1844cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 25 1845cdf0e10cSrcweir{ 1846cdf0e10cSrcweir Text [ en-US ] = "Letter Template" ; 1847cdf0e10cSrcweir}; 1848cdf0e10cSrcweir 1849cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 26 1850cdf0e10cSrcweir{ 1851cdf0e10cSrcweir Text [ en-US ] = "Create a ~letter from this template" ; 1852cdf0e10cSrcweir}; 1853cdf0e10cSrcweir 1854cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 27 1855cdf0e10cSrcweir{ 1856cdf0e10cSrcweir Text [ en-US ] = "Make ~manual changes to this letter template" ; 1857cdf0e10cSrcweir}; 1858cdf0e10cSrcweir 1859cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 28 1860cdf0e10cSrcweir{ 1861cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 1862cdf0e10cSrcweir}; 1863cdf0e10cSrcweir 1864cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 29 1865cdf0e10cSrcweir{ 1866cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 1867cdf0e10cSrcweir}; 1868cdf0e10cSrcweir 1869cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 30 1870cdf0e10cSrcweir{ 1871cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 1872cdf0e10cSrcweir}; 1873cdf0e10cSrcweir 1874cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 31 1875cdf0e10cSrcweir{ 1876cdf0e10cSrcweir Text [ en-US ] = "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired." ; 1877cdf0e10cSrcweir}; 1878cdf0e10cSrcweir 1879cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 32 1880cdf0e10cSrcweir{ 1881cdf0e10cSrcweir Text [ en-US ] = "~Height:" ; 1882cdf0e10cSrcweir}; 1883cdf0e10cSrcweir 1884cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 33 1885cdf0e10cSrcweir{ 1886cdf0e10cSrcweir Text [ en-US ] = "~Width:" ; 1887cdf0e10cSrcweir}; 1888cdf0e10cSrcweir 1889cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 34 1890cdf0e10cSrcweir{ 1891cdf0e10cSrcweir Text [ en-US ] = "S~pacing to left margin:" ; 1892cdf0e10cSrcweir}; 1893cdf0e10cSrcweir 1894cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 35 1895cdf0e10cSrcweir{ 1896cdf0e10cSrcweir Text [ en-US ] = "Spacing ~to top margin:" ; 1897cdf0e10cSrcweir}; 1898cdf0e10cSrcweir 1899cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 36 1900cdf0e10cSrcweir{ 1901cdf0e10cSrcweir Text [ en-US ] = "Height:" ; 1902cdf0e10cSrcweir}; 1903cdf0e10cSrcweir 1904cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 37 1905cdf0e10cSrcweir{ 1906cdf0e10cSrcweir Text [ en-US ] = "Width:" ; 1907cdf0e10cSrcweir}; 1908cdf0e10cSrcweir 1909cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 38 1910cdf0e10cSrcweir{ 1911cdf0e10cSrcweir Text [ en-US ] = "S~pacing to left margin:" ; 1912cdf0e10cSrcweir}; 1913cdf0e10cSrcweir 1914cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 39 1915cdf0e10cSrcweir{ 1916cdf0e10cSrcweir Text [ en-US ] = "Spacing ~to top margin:" ; 1917cdf0e10cSrcweir}; 1918cdf0e10cSrcweir 1919cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 40 1920cdf0e10cSrcweir{ 1921cdf0e10cSrcweir Text [ en-US ] = "Height:" ; 1922cdf0e10cSrcweir}; 1923cdf0e10cSrcweir 1924cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 41 1925cdf0e10cSrcweir{ 1926cdf0e10cSrcweir Text [ en-US ] = "Use a typical letter format for this country:" ; 1927cdf0e10cSrcweir}; 1928cdf0e10cSrcweir 1929cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 42 1930cdf0e10cSrcweir{ 1931cdf0e10cSrcweir Text [ en-US ] = "Sender's address" ; 1932cdf0e10cSrcweir}; 1933cdf0e10cSrcweir 1934cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 43 1935cdf0e10cSrcweir{ 1936cdf0e10cSrcweir Text [ en-US ] = "Name:" ; 1937cdf0e10cSrcweir}; 1938cdf0e10cSrcweir 1939cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 44 1940cdf0e10cSrcweir{ 1941cdf0e10cSrcweir Text [ en-US ] = "Street:" ; 1942cdf0e10cSrcweir}; 1943cdf0e10cSrcweir 1944cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 45 1945cdf0e10cSrcweir{ 1946cdf0e10cSrcweir Text [ en-US ] = "ZIP code/State/City:" ; 1947cdf0e10cSrcweir}; 1948cdf0e10cSrcweir 1949cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 46 1950cdf0e10cSrcweir{ 1951cdf0e10cSrcweir Text [ en-US ] = "Recipient's address" ; 1952cdf0e10cSrcweir}; 1953cdf0e10cSrcweir 1954cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 47 1955cdf0e10cSrcweir{ 1956cdf0e10cSrcweir Text [ en-US ] = "Footer" ; 1957cdf0e10cSrcweir}; 1958cdf0e10cSrcweir 1959cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 48 1960cdf0e10cSrcweir{ 1961cdf0e10cSrcweir Text [ en-US ] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings." ; 1962cdf0e10cSrcweir}; 1963cdf0e10cSrcweir 1964cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 49 1965cdf0e10cSrcweir{ 1966cdf0e10cSrcweir Text [ en-US ] = "To create another new letter out of the template just navigate to the template location and double-click it." ; 1967cdf0e10cSrcweir}; 1968cdf0e10cSrcweir 1969cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 50 1970cdf0e10cSrcweir{ 1971cdf0e10cSrcweir Text [ en-US ] = "Template name:" ; 1972cdf0e10cSrcweir}; 1973cdf0e10cSrcweir 1974cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 51 1975cdf0e10cSrcweir{ 1976cdf0e10cSrcweir Text [ en-US ] = "Location and file name:" ; 1977cdf0e10cSrcweir}; 1978cdf0e10cSrcweir 1979cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 52 1980cdf0e10cSrcweir{ 1981cdf0e10cSrcweir Text [ en-US ] = "How do you want to proceed?" ; 1982cdf0e10cSrcweir}; 1983cdf0e10cSrcweir 1984cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 53 1985cdf0e10cSrcweir{ 1986cdf0e10cSrcweir Text [ en-US ] = "Please choose the type of letter and page design" ; 1987cdf0e10cSrcweir}; 1988cdf0e10cSrcweir 1989cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 54 1990cdf0e10cSrcweir{ 1991cdf0e10cSrcweir Text [ en-US ] = "Select the items to be printed" ; 1992cdf0e10cSrcweir}; 1993cdf0e10cSrcweir 1994cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 55 1995cdf0e10cSrcweir{ 1996cdf0e10cSrcweir Text [ en-US ] = "Specify items already on your letterhead paper" ; 1997cdf0e10cSrcweir}; 1998cdf0e10cSrcweir 1999cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 56 2000cdf0e10cSrcweir{ 2001cdf0e10cSrcweir Text [ en-US ] = "Specify the sender and recipient information" ; 2002cdf0e10cSrcweir}; 2003cdf0e10cSrcweir 2004cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 57 2005cdf0e10cSrcweir{ 2006cdf0e10cSrcweir Text [ en-US ] = "Fill in the information you would like in the footer" ; 2007cdf0e10cSrcweir}; 2008cdf0e10cSrcweir 2009cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 58 2010cdf0e10cSrcweir{ 2011cdf0e10cSrcweir Text [ en-US ] = "Please specify last settings" ; 2012cdf0e10cSrcweir}; 2013cdf0e10cSrcweir 2014cdf0e10cSrcweir// ====================== Letter Wizard Greeting Start 2015cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 1 2016cdf0e10cSrcweir{ 2017cdf0e10cSrcweir Text [ en-US ] = "To Whom it May Concern" ; 2018cdf0e10cSrcweir}; 2019cdf0e10cSrcweir 2020cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 2 2021cdf0e10cSrcweir{ 2022cdf0e10cSrcweir Text [ en-US ] = "Dear Sir or Madam" ; 2023cdf0e10cSrcweir}; 2024cdf0e10cSrcweir 2025cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 3 2026cdf0e10cSrcweir{ 2027cdf0e10cSrcweir Text [ en-US ] = "Hello" ; 2028cdf0e10cSrcweir}; 2029cdf0e10cSrcweir 2030cdf0e10cSrcweir// ====================== Letter Wizard Greeting Start 2031cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 1 2032cdf0e10cSrcweir{ 2033cdf0e10cSrcweir Text [ en-US ] = "Sincerely" ; 2034cdf0e10cSrcweir}; 2035cdf0e10cSrcweir 2036cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 2 2037cdf0e10cSrcweir{ 2038cdf0e10cSrcweir Text [ en-US ] = "Best regards" ; 2039cdf0e10cSrcweir}; 2040cdf0e10cSrcweir 2041cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 3 2042cdf0e10cSrcweir{ 2043cdf0e10cSrcweir Text [ en-US ] = "Cheers" ; 2044cdf0e10cSrcweir}; 2045cdf0e10cSrcweir 2046cdf0e10cSrcweir 2047cdf0e10cSrcweir// ====================== Letter Wizard Roadmap Start 2048cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 1 2049cdf0e10cSrcweir{ 2050cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 2051cdf0e10cSrcweir}; 2052cdf0e10cSrcweir 2053cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 2 2054cdf0e10cSrcweir{ 2055cdf0e10cSrcweir Text [ en-US ] = "Letterhead layout" ; 2056cdf0e10cSrcweir}; 2057cdf0e10cSrcweir 2058cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 3 2059cdf0e10cSrcweir{ 2060cdf0e10cSrcweir Text [ en-US ] = "Printed items" ; 2061cdf0e10cSrcweir}; 2062cdf0e10cSrcweir 2063cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 4 2064cdf0e10cSrcweir{ 2065cdf0e10cSrcweir Text [ en-US ] = "Recipient and sender" ; 2066cdf0e10cSrcweir}; 2067cdf0e10cSrcweir 2068cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 5 2069cdf0e10cSrcweir{ 2070cdf0e10cSrcweir Text [ en-US ] = "Footer" ; 2071cdf0e10cSrcweir}; 2072cdf0e10cSrcweir 2073cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 6 2074cdf0e10cSrcweir{ 2075cdf0e10cSrcweir Text [ en-US ] = "Name and location" ; 2076cdf0e10cSrcweir}; 2077cdf0e10cSrcweir 2078cdf0e10cSrcweir 2079cdf0e10cSrcweir// ============================================================================ 20804c3db3b6Smseidel// Fax Wizard Resources 2081cdf0e10cSrcweir// ============================================================================ 2082cdf0e10cSrcweir 2083cdf0e10cSrcweir 2084cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 1 2085cdf0e10cSrcweir{ 2086cdf0e10cSrcweir Text [ en-US ] = "Fax Wizard" ; 2087cdf0e10cSrcweir}; 2088cdf0e10cSrcweir 2089cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 2 2090cdf0e10cSrcweir{ 2091cdf0e10cSrcweir Text [ en-US ] = "Label9" ; 2092cdf0e10cSrcweir}; 2093cdf0e10cSrcweir 2094cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 3 2095cdf0e10cSrcweir{ 2096cdf0e10cSrcweir Text [ en-US ] = "~Business Fax" ; 2097cdf0e10cSrcweir}; 2098cdf0e10cSrcweir 2099cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 4 2100cdf0e10cSrcweir{ 2101cdf0e10cSrcweir Text [ en-US ] = "~Personal Fax" ; 2102cdf0e10cSrcweir}; 2103cdf0e10cSrcweir 2104cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 5 2105cdf0e10cSrcweir{ 2106cdf0e10cSrcweir Text [ en-US ] = "~Logo" ; 2107cdf0e10cSrcweir}; 2108cdf0e10cSrcweir 2109cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 6 2110cdf0e10cSrcweir{ 2111cdf0e10cSrcweir Text [ en-US ] = "S~ubject line" ; 2112cdf0e10cSrcweir}; 2113cdf0e10cSrcweir 2114cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 7 2115cdf0e10cSrcweir{ 2116cdf0e10cSrcweir Text [ en-US ] = "S~alutation" ; 2117cdf0e10cSrcweir}; 2118cdf0e10cSrcweir 2119cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 8 2120cdf0e10cSrcweir{ 2121cdf0e10cSrcweir Text [ en-US ] = "~Complimentary close" ; 2122cdf0e10cSrcweir}; 2123cdf0e10cSrcweir 2124cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 9 2125cdf0e10cSrcweir{ 2126cdf0e10cSrcweir Text [ en-US ] = "~Footer" ; 2127cdf0e10cSrcweir}; 2128cdf0e10cSrcweir 2129cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 10 2130cdf0e10cSrcweir{ 2131cdf0e10cSrcweir Text [ en-US ] = "~Use user data for return address" ; 2132cdf0e10cSrcweir}; 2133cdf0e10cSrcweir 2134cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 11 2135cdf0e10cSrcweir{ 2136cdf0e10cSrcweir Text [ en-US ] = "~New return address" ; 2137cdf0e10cSrcweir}; 2138cdf0e10cSrcweir 2139cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 12 2140cdf0e10cSrcweir{ 2141cdf0e10cSrcweir Text [ en-US ] = "My Fax Template" ; 2142cdf0e10cSrcweir}; 2143cdf0e10cSrcweir 2144cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 13 2145cdf0e10cSrcweir{ 2146cdf0e10cSrcweir Text [ en-US ] = "Create a ~fax from this template" ; 2147cdf0e10cSrcweir}; 2148cdf0e10cSrcweir 2149cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 14 2150cdf0e10cSrcweir{ 2151cdf0e10cSrcweir Text [ en-US ] = "Make ~manual changes to this fax template" ; 2152cdf0e10cSrcweir}; 2153cdf0e10cSrcweir 2154cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 15 2155cdf0e10cSrcweir{ 2156cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 2157cdf0e10cSrcweir}; 2158cdf0e10cSrcweir 2159cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 16 2160cdf0e10cSrcweir{ 2161cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 2162cdf0e10cSrcweir}; 2163cdf0e10cSrcweir 2164cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 17 2165cdf0e10cSrcweir{ 2166cdf0e10cSrcweir Text [ en-US ] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed." ; 2167cdf0e10cSrcweir}; 2168cdf0e10cSrcweir 2169cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 18 2170cdf0e10cSrcweir{ 2171cdf0e10cSrcweir Text [ en-US ] = "Return address" ; 2172cdf0e10cSrcweir}; 2173cdf0e10cSrcweir 2174cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 19 2175cdf0e10cSrcweir{ 2176cdf0e10cSrcweir Text [ en-US ] = "Name:" ; 2177cdf0e10cSrcweir}; 2178cdf0e10cSrcweir 2179cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 20 2180cdf0e10cSrcweir{ 2181cdf0e10cSrcweir Text [ en-US ] = "Street:" ; 2182cdf0e10cSrcweir}; 2183cdf0e10cSrcweir 2184cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 21 2185cdf0e10cSrcweir{ 2186cdf0e10cSrcweir Text [ en-US ] = "ZIP code/State/City:" ; 2187cdf0e10cSrcweir}; 2188cdf0e10cSrcweir 2189cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 22 2190cdf0e10cSrcweir{ 2191cdf0e10cSrcweir Text [ en-US ] = "Footer" ; 2192cdf0e10cSrcweir}; 2193cdf0e10cSrcweir 2194cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 23 2195cdf0e10cSrcweir{ 2196cdf0e10cSrcweir Text [ en-US ] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings." ; 2197cdf0e10cSrcweir}; 2198cdf0e10cSrcweir 2199cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 24 2200cdf0e10cSrcweir{ 2201cdf0e10cSrcweir Text [ en-US ] = "To create another new fax out of the template, go to the location where you saved the template and double-click the file." ; 2202cdf0e10cSrcweir}; 2203cdf0e10cSrcweir 2204cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 25 2205cdf0e10cSrcweir{ 2206cdf0e10cSrcweir Text [ en-US ] = "Template Name:" ; 2207cdf0e10cSrcweir}; 2208cdf0e10cSrcweir 2209cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 26 2210cdf0e10cSrcweir{ 2211cdf0e10cSrcweir Text [ en-US ] = "Location and file name:" ; 2212cdf0e10cSrcweir}; 2213cdf0e10cSrcweir 2214cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 27 2215cdf0e10cSrcweir{ 2216cdf0e10cSrcweir Text [ en-US ] = "What do you want to do next?" ; 2217cdf0e10cSrcweir}; 2218cdf0e10cSrcweir 2219cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 28 2220cdf0e10cSrcweir{ 2221cdf0e10cSrcweir Text [ en-US ] = "Choose the type of fax and a page design" ; 2222cdf0e10cSrcweir}; 2223cdf0e10cSrcweir 2224cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 29 2225cdf0e10cSrcweir{ 2226cdf0e10cSrcweir Text [ en-US ] = "Select items to include in the fax template" ; 2227cdf0e10cSrcweir}; 2228cdf0e10cSrcweir 2229cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 30 2230cdf0e10cSrcweir{ 2231cdf0e10cSrcweir Text [ en-US ] = "Specify sender and recipient information" ; 2232cdf0e10cSrcweir}; 2233cdf0e10cSrcweir 2234cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 31 2235cdf0e10cSrcweir{ 2236cdf0e10cSrcweir Text [ en-US ] = "Enter text for the footer" ; 2237cdf0e10cSrcweir}; 2238cdf0e10cSrcweir 2239cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 32 2240cdf0e10cSrcweir{ 2241cdf0e10cSrcweir Text [ en-US ] = "Choose a name and save the template" ; 2242cdf0e10cSrcweir}; 2243cdf0e10cSrcweir 2244cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 33 2245cdf0e10cSrcweir{ 2246cdf0e10cSrcweir Text [ en-US ] = "Include ~only on second and following pages" ; 2247cdf0e10cSrcweir}; 2248cdf0e10cSrcweir 2249cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 34 2250cdf0e10cSrcweir{ 2251cdf0e10cSrcweir Text [ en-US ] = "~Include page number" ; 2252cdf0e10cSrcweir}; 2253cdf0e10cSrcweir 2254cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 35 2255cdf0e10cSrcweir{ 2256cdf0e10cSrcweir Text [ en-US ] = "~Date" ; 2257cdf0e10cSrcweir}; 2258cdf0e10cSrcweir 2259cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 36 2260cdf0e10cSrcweir{ 2261cdf0e10cSrcweir Text [ en-US ] = "~Type of message" ; 2262cdf0e10cSrcweir}; 2263cdf0e10cSrcweir 2264cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 37 2265cdf0e10cSrcweir{ 2266cdf0e10cSrcweir Text [ en-US ] = "Fax Number:" ; 2267cdf0e10cSrcweir}; 2268cdf0e10cSrcweir 2269cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 38 2270cdf0e10cSrcweir{ 2271cdf0e10cSrcweir Text [ en-US ] = "Use placeholders for ~recipient's address" ; 2272cdf0e10cSrcweir}; 2273cdf0e10cSrcweir 2274cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 39 2275cdf0e10cSrcweir{ 2276cdf0e10cSrcweir Text [ en-US ] = "Use address database for ~mail merge" ; 2277cdf0e10cSrcweir}; 2278cdf0e10cSrcweir 2279cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 40 2280cdf0e10cSrcweir{ 2281cdf0e10cSrcweir Text [ en-US ] = "~New return address" ; 2282cdf0e10cSrcweir}; 2283cdf0e10cSrcweir 2284cdf0e10cSrcweir// ====================== Fax Wizard Communication Start 2285cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 1 2286cdf0e10cSrcweir{ 2287cdf0e10cSrcweir Text [ en-US ] = "Important Information!" ; 2288cdf0e10cSrcweir}; 2289cdf0e10cSrcweir 2290cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 2 2291cdf0e10cSrcweir{ 2292cdf0e10cSrcweir Text [ en-US ] = "For your information" ; 2293cdf0e10cSrcweir}; 2294cdf0e10cSrcweir 2295cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 3 2296cdf0e10cSrcweir{ 2297cdf0e10cSrcweir Text [ en-US ] = "News!" ; 2298cdf0e10cSrcweir}; 2299cdf0e10cSrcweir 2300cdf0e10cSrcweir// ====================== Fax Wizard Salutation Start 2301cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 1 2302cdf0e10cSrcweir{ 2303cdf0e10cSrcweir Text [ en-US ] = "To whom it may concern," ; 2304cdf0e10cSrcweir}; 2305cdf0e10cSrcweir 2306cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 2 2307cdf0e10cSrcweir{ 2308cdf0e10cSrcweir Text [ en-US ] = "Dear Sir or Madam," ; 2309cdf0e10cSrcweir}; 2310cdf0e10cSrcweir 2311cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 3 2312cdf0e10cSrcweir{ 2313cdf0e10cSrcweir Text [ en-US ] = "Hello," ; 2314cdf0e10cSrcweir}; 2315cdf0e10cSrcweir 2316cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 4 2317cdf0e10cSrcweir{ 2318cdf0e10cSrcweir Text [ en-US ] = "Hi," ; 2319cdf0e10cSrcweir}; 2320cdf0e10cSrcweir 2321cdf0e10cSrcweir 2322cdf0e10cSrcweir// ====================== Fax Wizard Greeting Start 2323cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 1 2324cdf0e10cSrcweir{ 2325cdf0e10cSrcweir Text [ en-US ] = "Sincerely" ; 2326cdf0e10cSrcweir}; 2327cdf0e10cSrcweir 2328cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 2 2329cdf0e10cSrcweir{ 2330cdf0e10cSrcweir Text [ en-US ] = "Yours faithfully" ; 2331cdf0e10cSrcweir}; 2332cdf0e10cSrcweir 2333cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 3 2334cdf0e10cSrcweir{ 2335cdf0e10cSrcweir Text [ en-US ] = "Regards" ; 2336cdf0e10cSrcweir}; 2337cdf0e10cSrcweir 2338cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 4 2339cdf0e10cSrcweir{ 2340cdf0e10cSrcweir Text [ en-US ] = "Love" ; 2341cdf0e10cSrcweir}; 2342cdf0e10cSrcweir 2343cdf0e10cSrcweir 2344cdf0e10cSrcweir// ====================== Fax Wizard Roadmap Start 2345cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 1 2346cdf0e10cSrcweir{ 2347cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 2348cdf0e10cSrcweir}; 2349cdf0e10cSrcweir 2350cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 2 2351cdf0e10cSrcweir{ 2352cdf0e10cSrcweir Text [ en-US ] = "Items to include" ; 2353cdf0e10cSrcweir}; 2354cdf0e10cSrcweir 2355cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 3 2356cdf0e10cSrcweir{ 2357cdf0e10cSrcweir Text [ en-US ] = "Sender and Recipient" ; 2358cdf0e10cSrcweir}; 2359cdf0e10cSrcweir 2360cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 4 2361cdf0e10cSrcweir{ 2362cdf0e10cSrcweir Text [ en-US ] = "Footer" ; 2363cdf0e10cSrcweir}; 2364cdf0e10cSrcweir 2365cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 5 2366cdf0e10cSrcweir{ 2367cdf0e10cSrcweir Text [ en-US ] = "Name and location" ; 2368cdf0e10cSrcweir}; 2369cdf0e10cSrcweir 2370cdf0e10cSrcweir 2371cdf0e10cSrcweir// ============================================================================ 23724c3db3b6Smseidel// Web Wizard Resources 2373cdf0e10cSrcweir// ============================================================================ 2374cdf0e10cSrcweir 2375cdf0e10cSrcweir 2376cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 1 2377cdf0e10cSrcweir{ 2378cdf0e10cSrcweir Text [ en-US ] = "Web Wizard" ; 2379cdf0e10cSrcweir}; 2380cdf0e10cSrcweir 2381cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 2 2382cdf0e10cSrcweir{ 2383cdf0e10cSrcweir Text [ en-US ] = "This Web Wizard is to aid you in publishing documents on the Internet.\n\nIt will convert the documents so that they can be viewed by a web browser. In addition, it will generate a Table of Contents page with links for easy access to the documents. The Web Wizard will also allow you to customize the design and layout of your web site.\n\nYou will be able to keep the documents you have published on the web up-to-date and add or remove documents at any time." ; 2384cdf0e10cSrcweir}; 2385cdf0e10cSrcweir 2386cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 4 2387cdf0e10cSrcweir{ 2388cdf0e10cSrcweir Text [ en-US ] = "~Delete" ; 2389cdf0e10cSrcweir}; 2390cdf0e10cSrcweir 2391cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 5 2392cdf0e10cSrcweir{ 2393cdf0e10cSrcweir Text [ en-US ] = "Introduction" ; 2394cdf0e10cSrcweir}; 2395cdf0e10cSrcweir 2396cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 6 2397cdf0e10cSrcweir{ 2398cdf0e10cSrcweir Text [ en-US ] = "Select the documents you want to publish" ; 2399cdf0e10cSrcweir}; 2400cdf0e10cSrcweir 2401cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 8 2402cdf0e10cSrcweir{ 2403cdf0e10cSrcweir Text [ en-US ] = "Document information " ; 2404cdf0e10cSrcweir}; 2405cdf0e10cSrcweir 2406cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 9 2407cdf0e10cSrcweir{ 2408cdf0e10cSrcweir Text [ en-US ] = "~Title:" ; 2409cdf0e10cSrcweir}; 2410cdf0e10cSrcweir 2411cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 10 2412cdf0e10cSrcweir{ 2413cdf0e10cSrcweir Text [ en-US ] = "~Summary: " ; 2414cdf0e10cSrcweir}; 2415cdf0e10cSrcweir 2416cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 11 2417cdf0e10cSrcweir{ 2418cdf0e10cSrcweir Text [ en-US ] = "Au~thor:" ; 2419cdf0e10cSrcweir}; 2420cdf0e10cSrcweir 2421cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 12 2422cdf0e10cSrcweir{ 2423cdf0e10cSrcweir Text [ en-US ] = "~Export to file format:" ; 2424cdf0e10cSrcweir}; 2425cdf0e10cSrcweir 2426cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 13 2427cdf0e10cSrcweir{ 2428cdf0e10cSrcweir Text [ en-US ] = "Enter general information for your web site" ; 2429cdf0e10cSrcweir}; 2430cdf0e10cSrcweir 2431cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 14 2432cdf0e10cSrcweir{ 2433cdf0e10cSrcweir Text [ en-US ] = "Title:" ; 2434cdf0e10cSrcweir}; 2435cdf0e10cSrcweir 2436cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 16 2437cdf0e10cSrcweir{ 2438cdf0e10cSrcweir Text [ en-US ] = "Description:" ; 2439cdf0e10cSrcweir}; 2440cdf0e10cSrcweir 2441cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 18 2442cdf0e10cSrcweir{ 2443cdf0e10cSrcweir Text [ en-US ] = "Created:" ; 2444cdf0e10cSrcweir}; 2445cdf0e10cSrcweir 2446cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 20 2447cdf0e10cSrcweir{ 2448cdf0e10cSrcweir Text [ en-US ] = "E-mail:" ; 2449cdf0e10cSrcweir}; 2450cdf0e10cSrcweir 2451cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 21 2452cdf0e10cSrcweir{ 2453cdf0e10cSrcweir Text [ en-US ] = "Copyright notice:" ; 2454cdf0e10cSrcweir}; 2455cdf0e10cSrcweir 2456cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 22 2457cdf0e10cSrcweir{ 2458cdf0e10cSrcweir Text [ en-US ] = "Modified:" ; 2459cdf0e10cSrcweir}; 2460cdf0e10cSrcweir 2461cdf0e10cSrcweir 2462cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 24 2463cdf0e10cSrcweir{ 2464cdf0e10cSrcweir Text [ en-US ] = "~Preview" ; 2465cdf0e10cSrcweir}; 2466cdf0e10cSrcweir 2467cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 25 2468cdf0e10cSrcweir{ 2469cdf0e10cSrcweir Text [ en-US ] = "Where do you want to publish your web site?" ; 2470cdf0e10cSrcweir}; 2471cdf0e10cSrcweir 2472cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 26 2473cdf0e10cSrcweir{ 2474cdf0e10cSrcweir Text [ en-US ] = "Publish the new web site:" ; 2475cdf0e10cSrcweir}; 2476cdf0e10cSrcweir 2477cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 27 2478cdf0e10cSrcweir{ 2479cdf0e10cSrcweir Text [ en-US ] = "To a ~local folder" ; 2480cdf0e10cSrcweir}; 2481cdf0e10cSrcweir 2482cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 28 2483cdf0e10cSrcweir{ 2484cdf0e10cSrcweir Text [ en-US ] = "..." ; 2485cdf0e10cSrcweir}; 2486cdf0e10cSrcweir 2487cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 29 2488cdf0e10cSrcweir{ 2489cdf0e10cSrcweir Text [ en-US ] = "To a ~web server via FTP" ; 2490cdf0e10cSrcweir}; 2491cdf0e10cSrcweir 2492cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 31 2493cdf0e10cSrcweir{ 2494cdf0e10cSrcweir Text [ en-US ] = "~Configure..." ; 2495cdf0e10cSrcweir}; 2496cdf0e10cSrcweir 2497cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 32 2498cdf0e10cSrcweir{ 2499cdf0e10cSrcweir Text [ en-US ] = "To a ZIP ~archive" ; 2500cdf0e10cSrcweir}; 2501cdf0e10cSrcweir 2502cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 33 2503cdf0e10cSrcweir{ 2504cdf0e10cSrcweir Text [ en-US ] = "..." ; 2505cdf0e10cSrcweir}; 2506cdf0e10cSrcweir 2507cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 34 2508cdf0e10cSrcweir{ 2509cdf0e10cSrcweir Text [ en-US ] = "~Save settings (recommended)" ; 2510cdf0e10cSrcweir}; 2511cdf0e10cSrcweir 2512cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 35 2513cdf0e10cSrcweir{ 2514cdf0e10cSrcweir Text [ en-US ] = "Save ~as:" ; 2515cdf0e10cSrcweir}; 2516cdf0e10cSrcweir 2517cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 36 2518cdf0e10cSrcweir{ 2519cdf0e10cSrcweir Text [ en-US ] = "~Choose settings for the Web Wizard" ; 2520cdf0e10cSrcweir}; 2521cdf0e10cSrcweir 2522cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 37 2523cdf0e10cSrcweir{ 2524cdf0e10cSrcweir Text [ en-US ] = "Web site content " ; 2525cdf0e10cSrcweir}; 2526cdf0e10cSrcweir 2527cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 38 2528cdf0e10cSrcweir{ 2529cdf0e10cSrcweir Text [ en-US ] = "~Add..." ; 2530cdf0e10cSrcweir}; 2531cdf0e10cSrcweir 2532cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 39 2533cdf0e10cSrcweir{ 2534cdf0e10cSrcweir Text [ en-US ] = "Remo~ve" ; 2535cdf0e10cSrcweir}; 2536cdf0e10cSrcweir 2537cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 40 2538cdf0e10cSrcweir{ 2539cdf0e10cSrcweir Text [ en-US ] = "Choose a layout for the table of contents of your web site" ; 2540cdf0e10cSrcweir}; 2541cdf0e10cSrcweir 2542cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 41 2543cdf0e10cSrcweir{ 2544cdf0e10cSrcweir Text [ en-US ] = "Select a style for the table of contents page" ; 2545cdf0e10cSrcweir}; 2546cdf0e10cSrcweir 2547cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 42 2548cdf0e10cSrcweir{ 2549cdf0e10cSrcweir Text [ en-US ] = "~Style:" ; 2550cdf0e10cSrcweir}; 2551cdf0e10cSrcweir 2552cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 48 2553cdf0e10cSrcweir{ 2554cdf0e10cSrcweir Text [ en-US ] = "~Layouts: " ; 2555cdf0e10cSrcweir}; 2556cdf0e10cSrcweir 2557cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 50 2558cdf0e10cSrcweir{ 2559cdf0e10cSrcweir Text [ en-US ] = "~Description" ; 2560cdf0e10cSrcweir}; 2561cdf0e10cSrcweir 2562cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 51 2563cdf0e10cSrcweir{ 2564cdf0e10cSrcweir Text [ en-US ] = "~Author" ; 2565cdf0e10cSrcweir}; 2566cdf0e10cSrcweir 2567cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 52 2568cdf0e10cSrcweir{ 2569cdf0e10cSrcweir Text [ en-US ] = "Cr~eation date" ; 2570cdf0e10cSrcweir}; 2571cdf0e10cSrcweir 2572cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 53 2573cdf0e10cSrcweir{ 2574cdf0e10cSrcweir Text [ en-US ] = "~Last change date" ; 2575cdf0e10cSrcweir}; 2576cdf0e10cSrcweir 2577cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 54 2578cdf0e10cSrcweir{ 2579cdf0e10cSrcweir Text [ en-US ] = "~File name" ; 2580cdf0e10cSrcweir}; 2581cdf0e10cSrcweir 2582cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 55 2583cdf0e10cSrcweir{ 2584cdf0e10cSrcweir Text [ en-US ] = "File forma~t" ; 2585cdf0e10cSrcweir}; 2586cdf0e10cSrcweir 2587cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 56 2588cdf0e10cSrcweir{ 2589cdf0e10cSrcweir Text [ en-US ] = "File format ~icon" ; 2590cdf0e10cSrcweir}; 2591cdf0e10cSrcweir 2592cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 57 2593cdf0e10cSrcweir{ 2594cdf0e10cSrcweir Text [ en-US ] = "Number ~of pages" ; 2595cdf0e10cSrcweir}; 2596cdf0e10cSrcweir 2597cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 58 2598cdf0e10cSrcweir{ 2599cdf0e10cSrcweir Text [ en-US ] = "~Size in KB" ; 2600cdf0e10cSrcweir}; 2601cdf0e10cSrcweir 2602cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 59 2603cdf0e10cSrcweir{ 2604cdf0e10cSrcweir Text [ en-US ] = "Click 'Preview' to see a preview in your browser:" ; 2605cdf0e10cSrcweir}; 2606cdf0e10cSrcweir 2607cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 60 2608cdf0e10cSrcweir{ 2609cdf0e10cSrcweir Text [ en-US ] = "Customize the selected layout" ; 2610cdf0e10cSrcweir}; 2611cdf0e10cSrcweir 2612cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 61 2613cdf0e10cSrcweir{ 2614cdf0e10cSrcweir Text [ en-US ] = "Include the following information for each document in the table of contents:" ; 2615cdf0e10cSrcweir}; 2616cdf0e10cSrcweir 2617cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 62 2618cdf0e10cSrcweir{ 2619cdf0e10cSrcweir Text [ en-US ] = "Optimize the layout for screen resolution:" ; 2620cdf0e10cSrcweir}; 2621cdf0e10cSrcweir 2622cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 64 2623cdf0e10cSrcweir{ 2624cdf0e10cSrcweir Text [ en-US ] = "~640x480" ; 2625cdf0e10cSrcweir}; 2626cdf0e10cSrcweir 2627cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 65 2628cdf0e10cSrcweir{ 2629cdf0e10cSrcweir Text [ en-US ] = "~800x600" ; 2630cdf0e10cSrcweir}; 2631cdf0e10cSrcweir 2632cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 66 2633cdf0e10cSrcweir{ 2634cdf0e10cSrcweir Text [ en-US ] = "~1024x768" ; 2635cdf0e10cSrcweir}; 2636cdf0e10cSrcweir 2637cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 70 2638cdf0e10cSrcweir{ 2639cdf0e10cSrcweir Text [ en-US ] = "Generating Your Web Site" ; 2640cdf0e10cSrcweir}; 2641cdf0e10cSrcweir 2642cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 71 2643cdf0e10cSrcweir{ 2644cdf0e10cSrcweir Text [ en-US ] = "%START - %END/%TOTAL" ; 2645cdf0e10cSrcweir}; 2646cdf0e10cSrcweir 2647cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 72 2648cdf0e10cSrcweir{ 2649cdf0e10cSrcweir Text [ en-US ] = "myWebsite" ; 2650cdf0e10cSrcweir}; 2651cdf0e10cSrcweir 2652cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 73 2653cdf0e10cSrcweir{ 2654cdf0e10cSrcweir Text [ en-US ] = "FTP target '%FILENAME' is a file." ; 2655cdf0e10cSrcweir}; 2656cdf0e10cSrcweir 2657cdf0e10cSrcweir 2658cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 74 2659cdf0e10cSrcweir{ 2660cdf0e10cSrcweir Text [ en-US ] = "The local target '%FILENAME' is a file." ; 2661cdf0e10cSrcweir}; 2662cdf0e10cSrcweir 2663cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 75 2664cdf0e10cSrcweir{ 2665cdf0e10cSrcweir Text [ en-US ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? " ; 2666cdf0e10cSrcweir}; 2667cdf0e10cSrcweir 2668cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 76 2669cdf0e10cSrcweir{ 2670cdf0e10cSrcweir Text [ en-US ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?" ; 2671cdf0e10cSrcweir}; 2672cdf0e10cSrcweir 2673cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 77 2674cdf0e10cSrcweir{ 2675cdf0e10cSrcweir Text [ en-US ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?" ; 2676cdf0e10cSrcweir}; 2677cdf0e10cSrcweir 2678cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 78 2679cdf0e10cSrcweir{ 2680cdf0e10cSrcweir Text [ en-US ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? " ; 2681cdf0e10cSrcweir}; 2682cdf0e10cSrcweir 2683cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 79 2684cdf0e10cSrcweir{ 2685cdf0e10cSrcweir Text [ en-US ] = "Exporting documents..." ; 2686cdf0e10cSrcweir}; 2687cdf0e10cSrcweir 2688cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 80 2689cdf0e10cSrcweir{ 2690cdf0e10cSrcweir Text [ en-US ] = "Preparing export..." ; 2691cdf0e10cSrcweir}; 2692cdf0e10cSrcweir 2693cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 81 2694cdf0e10cSrcweir{ 2695cdf0e10cSrcweir Text [ en-US ] = "Copying layout files..." ; 2696cdf0e10cSrcweir}; 2697cdf0e10cSrcweir 2698cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 82 2699cdf0e10cSrcweir{ 2700cdf0e10cSrcweir Text [ en-US ] = "Preparing table of contents generation..." ; 2701cdf0e10cSrcweir}; 2702cdf0e10cSrcweir 2703cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 83 2704cdf0e10cSrcweir{ 2705cdf0e10cSrcweir Text [ en-US ] = "Generating table of contents..." ; 2706cdf0e10cSrcweir}; 2707cdf0e10cSrcweir 2708cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 84 2709cdf0e10cSrcweir{ 2710cdf0e10cSrcweir Text [ en-US ] = "Initializing..." ; 2711cdf0e10cSrcweir}; 2712cdf0e10cSrcweir 2713cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 86 2714cdf0e10cSrcweir{ 2715cdf0e10cSrcweir Text [ en-US ] = "Preparing to publish..." ; 2716cdf0e10cSrcweir}; 2717cdf0e10cSrcweir 2718cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 87 2719cdf0e10cSrcweir{ 2720cdf0e10cSrcweir Text [ en-US ] = "Publishing to local directory..." ; 2721cdf0e10cSrcweir}; 2722cdf0e10cSrcweir 2723cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 88 2724cdf0e10cSrcweir{ 2725cdf0e10cSrcweir Text [ en-US ] = "Publishing to FTP destination..." ; 2726cdf0e10cSrcweir}; 2727cdf0e10cSrcweir 2728cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 89 2729cdf0e10cSrcweir{ 2730cdf0e10cSrcweir Text [ en-US ] = "Publishing to a ZIP archive..." ; 2731cdf0e10cSrcweir}; 2732cdf0e10cSrcweir 2733cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 90 2734cdf0e10cSrcweir{ 2735cdf0e10cSrcweir Text [ en-US ] = "Finishing..." ; 2736cdf0e10cSrcweir}; 2737cdf0e10cSrcweir 2738cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 94 2739cdf0e10cSrcweir{ 2740cdf0e10cSrcweir Text [ en-US ] = "Graphic files" ; 2741cdf0e10cSrcweir}; 2742cdf0e10cSrcweir 2743cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 95 2744cdf0e10cSrcweir{ 2745cdf0e10cSrcweir Text [ en-US ] = "All files" ; 2746cdf0e10cSrcweir}; 2747cdf0e10cSrcweir 2748cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 96 2749cdf0e10cSrcweir{ 27504c3db3b6Smseidel Text [ en-US ] = "ZIP archive files" ; 2751cdf0e10cSrcweir}; 2752cdf0e10cSrcweir 2753cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 98 2754cdf0e10cSrcweir{ 2755cdf0e10cSrcweir Text [ en-US ] = "Background images" ; 2756cdf0e10cSrcweir}; 2757cdf0e10cSrcweir 2758cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 99 2759cdf0e10cSrcweir{ 2760cdf0e10cSrcweir Text [ en-US ] = "Choose a background image: " ; 2761cdf0e10cSrcweir}; 2762cdf0e10cSrcweir 2763cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 100 2764cdf0e10cSrcweir{ 2765cdf0e10cSrcweir Text [ en-US ] = "Icon sets" ; 2766cdf0e10cSrcweir}; 2767cdf0e10cSrcweir 2768cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 101 2769cdf0e10cSrcweir{ 2770cdf0e10cSrcweir Text [ en-US ] = "Choose an icon set:" ; 2771cdf0e10cSrcweir}; 2772cdf0e10cSrcweir 2773cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 102 2774cdf0e10cSrcweir{ 2775cdf0e10cSrcweir Text [ en-US ] = "Other..." ; 2776cdf0e10cSrcweir}; 2777cdf0e10cSrcweir 2778cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 103 2779cdf0e10cSrcweir{ 2780cdf0e10cSrcweir Text [ en-US ] = "None" ; 2781cdf0e10cSrcweir}; 2782cdf0e10cSrcweir 2783cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 104 2784cdf0e10cSrcweir{ 2785cdf0e10cSrcweir Text [ en-US ] = "Your web site was created successfully into: %FILENAME" ; 2786cdf0e10cSrcweir}; 2787cdf0e10cSrcweir 2788cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 105 2789cdf0e10cSrcweir{ 2790cdf0e10cSrcweir Text [ en-US ] = "One or more errors occurred when generating the web site." ; 2791cdf0e10cSrcweir}; 2792cdf0e10cSrcweir 2793cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 106 2794cdf0e10cSrcweir{ 2795cdf0e10cSrcweir Text [ en-US ] = "An error occurred while generating the table of contents page(s). " ; 2796cdf0e10cSrcweir}; 2797cdf0e10cSrcweir 2798cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 107 2799cdf0e10cSrcweir{ 2800cdf0e10cSrcweir Text [ en-US ] = "An error occurred while copying the layout files. " ; 2801cdf0e10cSrcweir}; 2802cdf0e10cSrcweir 2803cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 108 2804cdf0e10cSrcweir{ 2805cdf0e10cSrcweir Text [ en-US ] = "An error occurred while gathering document information for '%FILENAME'. " ; 2806cdf0e10cSrcweir}; 2807cdf0e10cSrcweir 2808cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 109 2809cdf0e10cSrcweir{ 2810cdf0e10cSrcweir Text [ en-US ] = "An error occurred while exporting the document '%FILENAME'." ; 2811cdf0e10cSrcweir}; 2812cdf0e10cSrcweir 2813cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 110 2814cdf0e10cSrcweir{ 2815cdf0e10cSrcweir Text [ en-US ] = "An error occurred while creating a directory for exporting '%FILENAME'." ; 2816cdf0e10cSrcweir}; 2817cdf0e10cSrcweir 2818cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 111 2819cdf0e10cSrcweir{ 2820cdf0e10cSrcweir Text [ en-US ] = "A security error occurred while exporting the document '%FILENAME'." ; 2821cdf0e10cSrcweir}; 2822cdf0e10cSrcweir 2823cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 112 2824cdf0e10cSrcweir{ 2825cdf0e10cSrcweir Text [ en-US ] = "An input/output error occurred while exporting the document '%FILENAME'." ; 2826cdf0e10cSrcweir}; 2827cdf0e10cSrcweir 2828cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 113 2829cdf0e10cSrcweir{ 2830cdf0e10cSrcweir Text [ en-US ] = "An error occurred while copying media files to the temporary directory." ; 2831cdf0e10cSrcweir}; 2832cdf0e10cSrcweir 2833cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 114 2834cdf0e10cSrcweir{ 2835cdf0e10cSrcweir Text [ en-US ] = "The web site could not be copied to the following destination: %URL" ; 2836cdf0e10cSrcweir}; 2837cdf0e10cSrcweir 2838cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 115 2839cdf0e10cSrcweir{ 2840cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred: %ERROR" ; 2841cdf0e10cSrcweir}; 2842cdf0e10cSrcweir 2843cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 116 2844cdf0e10cSrcweir{ 2845cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred while validating the file: '%FILENAME'" ; 2846cdf0e10cSrcweir}; 2847cdf0e10cSrcweir 2848cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 117 2849cdf0e10cSrcweir{ 2850cdf0e10cSrcweir Text [ en-US ] = "%FILENAME' is a folder." ; 2851cdf0e10cSrcweir}; 2852cdf0e10cSrcweir 2853cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 118 2854cdf0e10cSrcweir{ 2855cdf0e10cSrcweir Text [ en-US ] = "Loading Web Wizard Settings..." ; 2856cdf0e10cSrcweir}; 2857cdf0e10cSrcweir 2858cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 119 2859cdf0e10cSrcweir{ 2860cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred." ; 2861cdf0e10cSrcweir}; 2862cdf0e10cSrcweir 2863cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 120 2864cdf0e10cSrcweir{ 2865cdf0e10cSrcweir Text [ en-US ] = "Validating documents..." ; 2866cdf0e10cSrcweir}; 2867cdf0e10cSrcweir 2868cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 121 2869cdf0e10cSrcweir{ 2870cdf0e10cSrcweir Text [ en-US ] = "My Archive" ; 2871cdf0e10cSrcweir}; 2872cdf0e10cSrcweir 2873cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 122 2874cdf0e10cSrcweir{ 2875cdf0e10cSrcweir Text [ en-US ] = "Introduction " ; 2876cdf0e10cSrcweir}; 2877cdf0e10cSrcweir 2878cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 123 2879cdf0e10cSrcweir{ 2880cdf0e10cSrcweir Text [ en-US ] = "Documents " ; 2881cdf0e10cSrcweir}; 2882cdf0e10cSrcweir 2883cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 124 2884cdf0e10cSrcweir{ 2885cdf0e10cSrcweir Text [ en-US ] = "Main layout" ; 2886cdf0e10cSrcweir}; 2887cdf0e10cSrcweir 2888cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 125 2889cdf0e10cSrcweir{ 2890cdf0e10cSrcweir Text [ en-US ] = "Layout details" ; 2891cdf0e10cSrcweir}; 2892cdf0e10cSrcweir 2893cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 126 2894cdf0e10cSrcweir{ 2895cdf0e10cSrcweir Text [ en-US ] = "Style" ; 2896cdf0e10cSrcweir}; 2897cdf0e10cSrcweir 2898cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 127 2899cdf0e10cSrcweir{ 2900cdf0e10cSrcweir Text [ en-US ] = "Web site information" ; 2901cdf0e10cSrcweir}; 2902cdf0e10cSrcweir 2903cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 128 2904cdf0e10cSrcweir{ 2905cdf0e10cSrcweir Text [ en-US ] = "Preview" ; 2906cdf0e10cSrcweir}; 2907cdf0e10cSrcweir 2908cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 130 2909cdf0e10cSrcweir{ 2910cdf0e10cSrcweir Text [ en-US ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? " ; 2911cdf0e10cSrcweir}; 2912cdf0e10cSrcweir 2913cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 131 2914cdf0e10cSrcweir{ 2915cdf0e10cSrcweir Text [ en-US ] = "%NUMBER pages" ; 2916cdf0e10cSrcweir}; 2917cdf0e10cSrcweir 2918cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 132 2919cdf0e10cSrcweir{ 2920cdf0e10cSrcweir Text [ en-US ] = "%NUMBER slides" ; 2921cdf0e10cSrcweir}; 2922cdf0e10cSrcweir 2923cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 133 2924cdf0e10cSrcweir{ 2925cdf0e10cSrcweir Text [ en-US ] = "Created: %DATE" ; 2926cdf0e10cSrcweir}; 2927cdf0e10cSrcweir 2928cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 134 2929cdf0e10cSrcweir{ 2930cdf0e10cSrcweir Text [ en-US ] = "Last modified: %DATE" ; 2931cdf0e10cSrcweir}; 2932cdf0e10cSrcweir 2933cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 135 2934cdf0e10cSrcweir{ 2935cdf0e10cSrcweir Text [ en-US ] = "Web Wizard Settings" ; 2936cdf0e10cSrcweir}; 2937cdf0e10cSrcweir 2938cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 136 2939cdf0e10cSrcweir{ 2940cdf0e10cSrcweir Text [ en-US ] = "Background image:" ; 2941cdf0e10cSrcweir}; 2942cdf0e10cSrcweir 2943cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 137 2944cdf0e10cSrcweir{ 2945cdf0e10cSrcweir Text [ en-US ] = "Icon set:" ; 2946cdf0e10cSrcweir}; 2947cdf0e10cSrcweir 2948cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 138 2949cdf0e10cSrcweir{ 2950cdf0e10cSrcweir Text [ en-US ] = "The icon set is used for presentations in HTML format." ; 2951cdf0e10cSrcweir}; 2952cdf0e10cSrcweir 2953cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 139 2954cdf0e10cSrcweir{ 2955cdf0e10cSrcweir Text [ en-US ] = "HTML Metadata" ; 2956cdf0e10cSrcweir}; 2957cdf0e10cSrcweir 2958cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 140 2959cdf0e10cSrcweir{ 2960cdf0e10cSrcweir Text [ en-US ] = "Choose..." ; 2961cdf0e10cSrcweir}; 2962cdf0e10cSrcweir 2963cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 141 2964cdf0e10cSrcweir{ 2965cdf0e10cSrcweir Text [ en-US ] = "Choose..." ; 2966cdf0e10cSrcweir}; 2967cdf0e10cSrcweir 2968cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 142 2969cdf0e10cSrcweir{ 2970cdf0e10cSrcweir Text [ en-US ] = "<default>" ; 2971cdf0e10cSrcweir}; 2972cdf0e10cSrcweir 2973cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 143 2974cdf0e10cSrcweir{ 2975cdf0e10cSrcweir Text [ en-US ] = "Publishing via FTP Proxy is not supported." ; 2976cdf0e10cSrcweir}; 2977cdf0e10cSrcweir 2978cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 144 2979cdf0e10cSrcweir{ 2980cdf0e10cSrcweir Text [ en-US ] = "<no background image>" ; 2981cdf0e10cSrcweir}; 2982cdf0e10cSrcweir 2983cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 145 2984cdf0e10cSrcweir{ 2985cdf0e10cSrcweir Text [ en-US ] = "<no icon set>" ; 2986cdf0e10cSrcweir}; 2987cdf0e10cSrcweir 2988cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 146 2989cdf0e10cSrcweir{ 2990cdf0e10cSrcweir Text [ en-US ] = "The FTP directory '%FILENAME' could not be created." ; 2991cdf0e10cSrcweir}; 2992cdf0e10cSrcweir 2993cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 147 2994cdf0e10cSrcweir{ 2995cdf0e10cSrcweir Text [ en-US ] = "The FTP directory '%FILENAME' does not exist.\nCreate the directory now?" ; 2996cdf0e10cSrcweir}; 2997cdf0e10cSrcweir 2998cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 148 2999cdf0e10cSrcweir{ 30004c3db3b6Smseidel Text [ en-US ] = "The ZIP file '%FILENAME' cannot be created: a directory of the same name already exists." ; 3001cdf0e10cSrcweir}; 3002cdf0e10cSrcweir 3003cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 149 3004cdf0e10cSrcweir{ 3005cdf0e10cSrcweir Text [ en-US ] = "The local directory '%FILENAME' cannot be created.\nPlease check your write-access." ; 3006cdf0e10cSrcweir}; 3007cdf0e10cSrcweir 3008cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 150 3009cdf0e10cSrcweir{ 3010cdf0e10cSrcweir Text [ en-US ] = "The local directory '%FILENAME' does not exist.\nCreate the directory now?" ; 3011cdf0e10cSrcweir}; 3012cdf0e10cSrcweir 3013cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 151 3014cdf0e10cSrcweir{ 3015cdf0e10cSrcweir Text [ en-US ] = "Size: %NUMBERKB" ; 3016cdf0e10cSrcweir}; 3017cdf0e10cSrcweir 3018cdf0e10cSrcweir 3019cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 152 3020cdf0e10cSrcweir{ 3021cdf0e10cSrcweir Text [ en-US ] = "File not found. Would you like to specify a new file location?" ; 3022cdf0e10cSrcweir}; 3023cdf0e10cSrcweir 3024cdf0e10cSrcweir 3025cdf0e10cSrcweir// ============================================================================ 30264c3db3b6Smseidel// Web Wizard FTP Dialog Resources 3027cdf0e10cSrcweir// ============================================================================ 3028cdf0e10cSrcweir 3029cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 0 3030cdf0e10cSrcweir{ 3031cdf0e10cSrcweir Text [ en-US ] = "FTP Connection" ; 3032cdf0e10cSrcweir}; 3033cdf0e10cSrcweir 3034cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 1 3035cdf0e10cSrcweir{ 3036cdf0e10cSrcweir Text [ en-US ] = "~User name:" ; 3037cdf0e10cSrcweir}; 3038cdf0e10cSrcweir 3039cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 2 3040cdf0e10cSrcweir{ 3041cdf0e10cSrcweir Text [ en-US ] = "~Password:" ; 3042cdf0e10cSrcweir}; 3043cdf0e10cSrcweir 3044cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 3 3045cdf0e10cSrcweir{ 3046cdf0e10cSrcweir Text [ en-US ] = "Connect" ; 3047cdf0e10cSrcweir}; 3048cdf0e10cSrcweir 3049cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 4 3050cdf0e10cSrcweir{ 3051cdf0e10cSrcweir Text [ en-US ] = "1. Enter FTP connection information." ; 3052cdf0e10cSrcweir}; 3053cdf0e10cSrcweir 3054cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 5 3055cdf0e10cSrcweir{ 3056cdf0e10cSrcweir Text [ en-US ] = "~Server name or IP address:" ; 3057cdf0e10cSrcweir}; 3058cdf0e10cSrcweir 3059cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 6 3060cdf0e10cSrcweir{ 3061cdf0e10cSrcweir Text [ en-US ] = "2. Connect to the server." ; 3062cdf0e10cSrcweir}; 3063cdf0e10cSrcweir 3064cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 7 3065cdf0e10cSrcweir{ 3066cdf0e10cSrcweir Text [ en-US ] = "3. ~Choose a remote directory (optional)." ; 3067cdf0e10cSrcweir}; 3068cdf0e10cSrcweir 3069cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 8 3070cdf0e10cSrcweir{ 3071cdf0e10cSrcweir Text [ en-US ] = "..." ; 3072cdf0e10cSrcweir}; 3073cdf0e10cSrcweir 3074cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 9 3075cdf0e10cSrcweir{ 3076cdf0e10cSrcweir Text [ en-US ] = "Connection status is unknown" ; 3077cdf0e10cSrcweir}; 3078cdf0e10cSrcweir 3079cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 10 3080cdf0e10cSrcweir{ 3081cdf0e10cSrcweir Text [ en-US ] = "Connection was established successfully" ; 3082cdf0e10cSrcweir}; 3083cdf0e10cSrcweir 3084cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 11 3085cdf0e10cSrcweir{ 3086cdf0e10cSrcweir Text [ en-US ] = "Username or password is wrong" ; 3087cdf0e10cSrcweir}; 3088cdf0e10cSrcweir 3089cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 12 3090cdf0e10cSrcweir{ 3091cdf0e10cSrcweir Text [ en-US ] = "Could not resolve server name" ; 3092cdf0e10cSrcweir}; 3093cdf0e10cSrcweir 3094cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 13 3095cdf0e10cSrcweir{ 3096cdf0e10cSrcweir Text [ en-US ] = "You do not have sufficient user rights" ; 3097cdf0e10cSrcweir}; 3098cdf0e10cSrcweir 3099cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 14 3100cdf0e10cSrcweir{ 3101cdf0e10cSrcweir Text [ en-US ] = "Cannot connect to server" ; 3102cdf0e10cSrcweir}; 3103cdf0e10cSrcweir 3104cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 15 3105cdf0e10cSrcweir{ 3106cdf0e10cSrcweir Text [ en-US ] = "Unexpected error" ; 3107cdf0e10cSrcweir}; 3108cdf0e10cSrcweir 3109cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 16 3110cdf0e10cSrcweir{ 3111cdf0e10cSrcweir Text [ en-US ] = "FTP publishing directory" ; 3112cdf0e10cSrcweir}; 3113cdf0e10cSrcweir 3114cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 17 3115cdf0e10cSrcweir{ 3116cdf0e10cSrcweir Text [ en-US ] = "This is not an FTP folder" ; 3117cdf0e10cSrcweir}; 3118cdf0e10cSrcweir 3119cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP + 18 3120cdf0e10cSrcweir{ 3121cdf0e10cSrcweir Text [ en-US ] = "Connecting..." ; 3122cdf0e10cSrcweir}; 3123cdf0e10cSrcweir 3124cdf0e10cSrcweir 3125cdf0e10cSrcweir// ============================================================================ 31264c3db3b6Smseidel// Agenda Wizard Resources 3127cdf0e10cSrcweir// ============================================================================ 3128cdf0e10cSrcweir 3129cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 1 3130cdf0e10cSrcweir{ 3131cdf0e10cSrcweir Text [ en-US ] = "Agenda Wizard" ; 3132cdf0e10cSrcweir}; 3133cdf0e10cSrcweir 3134cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 2 3135cdf0e10cSrcweir{ 3136cdf0e10cSrcweir Text [ en-US ] = "Make ~manual changes to this agenda template" ; 3137cdf0e10cSrcweir}; 3138cdf0e10cSrcweir 3139cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 3 3140cdf0e10cSrcweir{ 3141cdf0e10cSrcweir Text [ en-US ] = "Template name:" ; 3142cdf0e10cSrcweir}; 3143cdf0e10cSrcweir 3144cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 4 3145cdf0e10cSrcweir{ 3146cdf0e10cSrcweir Text [ en-US ] = "Location and file name:" ; 3147cdf0e10cSrcweir}; 3148cdf0e10cSrcweir 3149cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 5 3150cdf0e10cSrcweir{ 3151cdf0e10cSrcweir Text [ en-US ] = "What do you want to do next?" ; 3152cdf0e10cSrcweir}; 3153cdf0e10cSrcweir 3154cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 6 3155cdf0e10cSrcweir{ 3156cdf0e10cSrcweir Text [ en-US ] = "Please choose the page design for the agenda" ; 3157cdf0e10cSrcweir}; 3158cdf0e10cSrcweir 3159cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 7 3160cdf0e10cSrcweir{ 3161cdf0e10cSrcweir Text [ en-US ] = "Please select the headings you wish to include in your agenda template" ; 3162cdf0e10cSrcweir}; 3163cdf0e10cSrcweir 3164cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 8 3165cdf0e10cSrcweir{ 3166cdf0e10cSrcweir Text [ en-US ] = "Please enter general information for the event" ; 3167cdf0e10cSrcweir}; 3168cdf0e10cSrcweir 3169cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 9 3170cdf0e10cSrcweir{ 3171cdf0e10cSrcweir Text [ en-US ] = "Please specify items for the agenda" ; 3172cdf0e10cSrcweir}; 3173cdf0e10cSrcweir 3174cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 10 3175cdf0e10cSrcweir{ 3176cdf0e10cSrcweir Text [ en-US ] = "Please select the names you wish to include in your agenda template" ; 3177cdf0e10cSrcweir}; 3178cdf0e10cSrcweir 3179cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 11 3180cdf0e10cSrcweir{ 3181cdf0e10cSrcweir Text [ en-US ] = "Choose a name and save the template" ; 3182cdf0e10cSrcweir}; 3183cdf0e10cSrcweir 3184cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 12 3185cdf0e10cSrcweir{ 3186cdf0e10cSrcweir Text [ en-US ] = "Include form for recording minutes" ; 3187cdf0e10cSrcweir}; 3188cdf0e10cSrcweir 3189cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 13 3190cdf0e10cSrcweir{ 3191cdf0e10cSrcweir Text [ en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed." ; 3192cdf0e10cSrcweir}; 3193cdf0e10cSrcweir 3194cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 14 3195cdf0e10cSrcweir{ 3196cdf0e10cSrcweir Text [ en-US ] = "Time:" ; 3197cdf0e10cSrcweir}; 3198cdf0e10cSrcweir 3199cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 15 3200cdf0e10cSrcweir{ 3201cdf0e10cSrcweir Text [ en-US ] = "Name:" ; 3202cdf0e10cSrcweir}; 3203cdf0e10cSrcweir 3204cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 16 3205cdf0e10cSrcweir{ 3206cdf0e10cSrcweir Text [ en-US ] = "Location:" ; 3207cdf0e10cSrcweir}; 3208cdf0e10cSrcweir 3209cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 17 3210cdf0e10cSrcweir{ 3211cdf0e10cSrcweir Text [ en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later." ; 3212cdf0e10cSrcweir}; 3213cdf0e10cSrcweir 3214cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 18 3215cdf0e10cSrcweir{ 3216cdf0e10cSrcweir Text [ en-US ] = "..." ; 3217cdf0e10cSrcweir}; 3218cdf0e10cSrcweir 3219cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 19 3220cdf0e10cSrcweir{ 3221cdf0e10cSrcweir Text [ en-US ] = "Create an ~agenda from this template" ; 3222cdf0e10cSrcweir}; 3223cdf0e10cSrcweir 3224cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 20 3225cdf0e10cSrcweir{ 3226cdf0e10cSrcweir Text [ en-US ] = "To create a new agenda out of the template, go to the location where you saved the template and double-click the file." ; 3227cdf0e10cSrcweir}; 3228cdf0e10cSrcweir 3229cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 21 3230cdf0e10cSrcweir{ 3231cdf0e10cSrcweir Text [ en-US ] = "Agenda item" ; 3232cdf0e10cSrcweir}; 3233cdf0e10cSrcweir 3234cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 22 3235cdf0e10cSrcweir{ 3236cdf0e10cSrcweir Text [ en-US ] = "Responsible" ; 3237cdf0e10cSrcweir}; 3238cdf0e10cSrcweir 3239cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 23 3240cdf0e10cSrcweir{ 3241cdf0e10cSrcweir Text [ en-US ] = "Duration" ; 3242cdf0e10cSrcweir}; 3243cdf0e10cSrcweir 3244cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 24 3245cdf0e10cSrcweir{ 3246cdf0e10cSrcweir Text [ en-US ] = "Meeting called by" ; 3247cdf0e10cSrcweir}; 3248cdf0e10cSrcweir 3249cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 25 3250cdf0e10cSrcweir{ 3251cdf0e10cSrcweir Text [ en-US ] = "Chairperson" ; 3252cdf0e10cSrcweir}; 3253cdf0e10cSrcweir 3254cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 26 3255cdf0e10cSrcweir{ 3256cdf0e10cSrcweir Text [ en-US ] = "Minute keeper" ; 3257cdf0e10cSrcweir}; 3258cdf0e10cSrcweir 3259cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 27 3260cdf0e10cSrcweir{ 3261cdf0e10cSrcweir Text [ en-US ] = "Moderator" ; 3262cdf0e10cSrcweir}; 3263cdf0e10cSrcweir 3264cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 28 3265cdf0e10cSrcweir{ 3266cdf0e10cSrcweir Text [ en-US ] = "Attendees" ; 3267cdf0e10cSrcweir}; 3268cdf0e10cSrcweir 3269cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 29 3270cdf0e10cSrcweir{ 3271cdf0e10cSrcweir Text [ en-US ] = "Observers" ; 3272cdf0e10cSrcweir}; 3273cdf0e10cSrcweir 3274cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 30 3275cdf0e10cSrcweir{ 3276cdf0e10cSrcweir Text [ en-US ] = "Facility personnel" ; 3277cdf0e10cSrcweir}; 3278cdf0e10cSrcweir 3279cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 31 3280cdf0e10cSrcweir{ 3281cdf0e10cSrcweir Text [ en-US ] = "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names." ; 3282cdf0e10cSrcweir}; 3283cdf0e10cSrcweir 3284cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 32 3285cdf0e10cSrcweir{ 3286cdf0e10cSrcweir Text [ en-US ] = "Type of meeting" ; 3287cdf0e10cSrcweir}; 3288cdf0e10cSrcweir 3289cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 33 3290cdf0e10cSrcweir{ 3291cdf0e10cSrcweir Text [ en-US ] = "Please read" ; 3292cdf0e10cSrcweir}; 3293cdf0e10cSrcweir 3294cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 34 3295cdf0e10cSrcweir{ 3296cdf0e10cSrcweir Text [ en-US ] = "Please bring" ; 3297cdf0e10cSrcweir}; 3298cdf0e10cSrcweir 3299cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 35 3300cdf0e10cSrcweir{ 3301cdf0e10cSrcweir Text [ en-US ] = "Notes" ; 3302cdf0e10cSrcweir}; 3303cdf0e10cSrcweir 3304cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 36 3305cdf0e10cSrcweir{ 3306cdf0e10cSrcweir Text [ en-US ] = "The agenda template will include placeholders for the selected items." ; 3307cdf0e10cSrcweir}; 3308cdf0e10cSrcweir 3309cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 38 3310cdf0e10cSrcweir{ 3311cdf0e10cSrcweir Text [ en-US ] = "Date:" ; 3312cdf0e10cSrcweir}; 3313cdf0e10cSrcweir 3314cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 39 3315cdf0e10cSrcweir{ 3316cdf0e10cSrcweir Text [ en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings." ; 3317cdf0e10cSrcweir}; 3318cdf0e10cSrcweir 3319cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 40 3320cdf0e10cSrcweir{ 3321cdf0e10cSrcweir Text [ en-US ] = "Page design:" ; 3322cdf0e10cSrcweir}; 3323cdf0e10cSrcweir 3324cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 41 3325cdf0e10cSrcweir{ 3326cdf0e10cSrcweir Text [ en-US ] = "myAgendaTemplate.stw" ; 3327cdf0e10cSrcweir}; 3328cdf0e10cSrcweir 3329cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 42 3330cdf0e10cSrcweir{ 3331cdf0e10cSrcweir Text [ en-US ] = "My Agenda Template" ; 3332cdf0e10cSrcweir}; 3333cdf0e10cSrcweir 3334cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 43 3335cdf0e10cSrcweir{ 3336cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred while saving the agenda template." ; 3337cdf0e10cSrcweir}; 3338cdf0e10cSrcweir 3339cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 44 3340cdf0e10cSrcweir{ 3341cdf0e10cSrcweir Text [ en-US ] = "Name" ; 3342cdf0e10cSrcweir}; 3343cdf0e10cSrcweir 3344cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 45 3345cdf0e10cSrcweir{ 3346cdf0e10cSrcweir Text [ en-US ] = "Date" ; 3347cdf0e10cSrcweir}; 3348cdf0e10cSrcweir 3349cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 46 3350cdf0e10cSrcweir{ 3351cdf0e10cSrcweir Text [ en-US ] = "Time" ; 3352cdf0e10cSrcweir}; 3353cdf0e10cSrcweir 3354cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 47 3355cdf0e10cSrcweir{ 3356cdf0e10cSrcweir Text [ en-US ] = "Location" ; 3357cdf0e10cSrcweir}; 3358cdf0e10cSrcweir 3359cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 48 3360cdf0e10cSrcweir{ 3361cdf0e10cSrcweir Text [ en-US ] = "Click to replace this text" ; 3362cdf0e10cSrcweir}; 3363cdf0e10cSrcweir 3364cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 50 3365cdf0e10cSrcweir{ 3366cdf0e10cSrcweir Text [ en-US ] = "Page design" ; 3367cdf0e10cSrcweir}; 3368cdf0e10cSrcweir 3369cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 51 3370cdf0e10cSrcweir{ 3371cdf0e10cSrcweir Text [ en-US ] = "General information" ; 3372cdf0e10cSrcweir}; 3373cdf0e10cSrcweir 3374cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 52 3375cdf0e10cSrcweir{ 3376cdf0e10cSrcweir Text [ en-US ] = "Headings to include" ; 3377cdf0e10cSrcweir}; 3378cdf0e10cSrcweir 3379cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 53 3380cdf0e10cSrcweir{ 3381cdf0e10cSrcweir Text [ en-US ] = "Names" ; 3382cdf0e10cSrcweir}; 3383cdf0e10cSrcweir 3384cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 54 3385cdf0e10cSrcweir{ 3386cdf0e10cSrcweir Text [ en-US ] = "Agenda items" ; 3387cdf0e10cSrcweir}; 3388cdf0e10cSrcweir 3389cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 55 3390cdf0e10cSrcweir{ 3391cdf0e10cSrcweir Text [ en-US ] = "Name and location" ; 3392cdf0e10cSrcweir}; 3393cdf0e10cSrcweir 3394cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 56 3395cdf0e10cSrcweir{ 3396cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred while opening the agenda template." ; 3397cdf0e10cSrcweir}; 3398cdf0e10cSrcweir 3399cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 57 3400cdf0e10cSrcweir{ 3401cdf0e10cSrcweir Text [ en-US ] = "Type of meeting" ; 3402cdf0e10cSrcweir}; 3403cdf0e10cSrcweir 3404cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 58 3405cdf0e10cSrcweir{ 3406cdf0e10cSrcweir Text [ en-US ] = "Please bring" ; 3407cdf0e10cSrcweir}; 3408cdf0e10cSrcweir 3409cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 59 3410cdf0e10cSrcweir{ 3411cdf0e10cSrcweir Text [ en-US ] = "Please read" ; 3412cdf0e10cSrcweir}; 3413cdf0e10cSrcweir 3414cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 60 3415cdf0e10cSrcweir{ 3416cdf0e10cSrcweir Text [ en-US ] = "Notes" ; 3417cdf0e10cSrcweir}; 3418cdf0e10cSrcweir 3419cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 61 3420cdf0e10cSrcweir{ 3421cdf0e10cSrcweir Text [ en-US ] = "Meeting called by" ; 3422cdf0e10cSrcweir}; 3423cdf0e10cSrcweir 3424cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 62 3425cdf0e10cSrcweir{ 3426cdf0e10cSrcweir Text [ en-US ] = "Chairperson" ; 3427cdf0e10cSrcweir}; 3428cdf0e10cSrcweir 3429cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 63 3430cdf0e10cSrcweir{ 3431cdf0e10cSrcweir Text [ en-US ] = "Attendees" ; 3432cdf0e10cSrcweir}; 3433cdf0e10cSrcweir 3434cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 64 3435cdf0e10cSrcweir{ 3436cdf0e10cSrcweir Text [ en-US ] = "Minute keeper" ; 3437cdf0e10cSrcweir}; 3438cdf0e10cSrcweir 3439cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 65 3440cdf0e10cSrcweir{ 3441cdf0e10cSrcweir Text [ en-US ] = "Moderator" ; 3442cdf0e10cSrcweir}; 3443cdf0e10cSrcweir 3444cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 66 3445cdf0e10cSrcweir{ 3446cdf0e10cSrcweir Text [ en-US ] = "Observers" ; 3447cdf0e10cSrcweir}; 3448cdf0e10cSrcweir 3449cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 67 3450cdf0e10cSrcweir{ 3451cdf0e10cSrcweir Text [ en-US ] = "Facility personnel" ; 3452cdf0e10cSrcweir}; 3453cdf0e10cSrcweir 3454cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 68 3455cdf0e10cSrcweir{ 3456cdf0e10cSrcweir Text [ en-US ] = "Insert" ; 3457cdf0e10cSrcweir}; 3458cdf0e10cSrcweir 3459cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 69 3460cdf0e10cSrcweir{ 3461cdf0e10cSrcweir Text [ en-US ] = "Remove" ; 3462cdf0e10cSrcweir}; 3463cdf0e10cSrcweir 3464cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 70 3465cdf0e10cSrcweir{ 3466cdf0e10cSrcweir Text [ en-US ] = "Move up" ; 3467cdf0e10cSrcweir}; 3468cdf0e10cSrcweir 3469cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 71 3470cdf0e10cSrcweir{ 3471cdf0e10cSrcweir Text [ en-US ] = "Move down" ; 3472cdf0e10cSrcweir}; 3473cdf0e10cSrcweir 34744c3db3b6Smseidel// ********************************************************************** EOF 3475