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