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 10cdf0e10cSrcweir * 11*2db02c74SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 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. 19cdf0e10cSrcweir * 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 Text [ x-comment ] = "Please don't translate the words #page# and #count#, these are placeholders."; 1479cdf0e10cSrcweir}; 1480cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 90 1481cdf0e10cSrcweir{ 1482cdf0e10cSrcweir Text [ en-US ] = "Page number:"; 1483cdf0e10cSrcweir}; 1484cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 91 1485cdf0e10cSrcweir{ 1486cdf0e10cSrcweir Text [ en-US ] = "Page count:"; 1487cdf0e10cSrcweir}; 1488cdf0e10cSrcweirString RID_DB_REPORT_WIZARD_START + 92 1489cdf0e10cSrcweir{ 1490cdf0e10cSrcweir Text [ en-US ] = "No valid report template was found."; 1491cdf0e10cSrcweir}; 1492cdf0e10cSrcweir 1493cdf0e10cSrcweir// ============================================================================ 1494cdf0e10cSrcweir 1495cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 1 1496cdf0e10cSrcweir{ 1497cdf0e10cSrcweir Text [ en-US] = "Table Wizard"; 1498cdf0e10cSrcweir}; 1499cdf0e10cSrcweir 1500cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 2 1501cdf0e10cSrcweir{ 1502cdf0e10cSrcweir Text [ en-US] = "Select fields"; 1503cdf0e10cSrcweir}; 1504cdf0e10cSrcweir 1505cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 3 1506cdf0e10cSrcweir{ 1507cdf0e10cSrcweir Text [ en-US] = "Set types and formats"; 1508cdf0e10cSrcweir}; 1509cdf0e10cSrcweir 1510cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 4 1511cdf0e10cSrcweir{ 1512cdf0e10cSrcweir Text [ en-US] = "Set primary key"; 1513cdf0e10cSrcweir}; 1514cdf0e10cSrcweir 1515cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 5 1516cdf0e10cSrcweir{ 1517cdf0e10cSrcweir Text [ en-US] = "Create table"; 1518cdf0e10cSrcweir}; 1519cdf0e10cSrcweir 1520cdf0e10cSrcweir 1521cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 8 1522cdf0e10cSrcweir{ 1523cdf0e10cSrcweir Text [ en-US] = "Select fields for your table"; 1524cdf0e10cSrcweir}; 1525cdf0e10cSrcweir 1526cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 9 1527cdf0e10cSrcweir{ 1528cdf0e10cSrcweir Text [ en-US] = "Set field types and formats"; 1529cdf0e10cSrcweir}; 1530cdf0e10cSrcweir 1531cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 10 1532cdf0e10cSrcweir{ 1533cdf0e10cSrcweir Text [ en-US] = "Set primary key"; 1534cdf0e10cSrcweir}; 1535cdf0e10cSrcweir 1536cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 11 1537cdf0e10cSrcweir{ 1538cdf0e10cSrcweir Text [ en-US] = "Create table"; 1539cdf0e10cSrcweir}; 1540cdf0e10cSrcweir 1541cdf0e10cSrcweir 1542cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 14 1543cdf0e10cSrcweir{ 1544cdf0e10cSrcweir 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."; 1545cdf0e10cSrcweir}; 1546cdf0e10cSrcweir 1547cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 15 1548cdf0e10cSrcweir{ 1549cdf0e10cSrcweir Text [ en-US] = "Ca~tegory"; 1550cdf0e10cSrcweir}; 1551cdf0e10cSrcweir 1552cdf0e10cSrcweir 1553cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 16 1554cdf0e10cSrcweir{ 1555cdf0e10cSrcweir Text [ en-US] = "B~usiness"; 1556cdf0e10cSrcweir}; 1557cdf0e10cSrcweir 1558cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 17 1559cdf0e10cSrcweir{ 1560cdf0e10cSrcweir Text [ en-US] = "P~ersonal"; 1561cdf0e10cSrcweir}; 1562cdf0e10cSrcweir 1563cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 18 1564cdf0e10cSrcweir{ 1565cdf0e10cSrcweir Text [ en-US] = "~Sample tables"; 1566cdf0e10cSrcweir}; 1567cdf0e10cSrcweir 1568cdf0e10cSrcweir 1569cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 19 1570cdf0e10cSrcweir{ 1571cdf0e10cSrcweir Text [ en-US] = "A~vailable fields"; 1572cdf0e10cSrcweir}; 1573cdf0e10cSrcweir 1574cdf0e10cSrcweir 1575cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 20 1576cdf0e10cSrcweir{ 1577cdf0e10cSrcweir Text [ en-US] = "Field information"; 1578cdf0e10cSrcweir}; 1579cdf0e10cSrcweir 1580cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 21 1581cdf0e10cSrcweir{ 1582cdf0e10cSrcweir Text [ en-US] = "+"; 1583cdf0e10cSrcweir}; 1584cdf0e10cSrcweir 1585cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 22 1586cdf0e10cSrcweir{ 1587cdf0e10cSrcweir Text [ en-US] = "-"; 1588cdf0e10cSrcweir}; 1589cdf0e10cSrcweir 1590cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 23 1591cdf0e10cSrcweir{ 1592cdf0e10cSrcweir Text [ en-US] = "Field name"; 1593cdf0e10cSrcweir}; 1594cdf0e10cSrcweir 1595cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 24 1596cdf0e10cSrcweir{ 1597cdf0e10cSrcweir Text [ en-US] = "Field type"; 1598cdf0e10cSrcweir}; 1599cdf0e10cSrcweir 1600cdf0e10cSrcweir 1601cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 25 1602cdf0e10cSrcweir{ 1603cdf0e10cSrcweir Text [ en-US] = "~Selected fields"; 1604cdf0e10cSrcweir}; 1605cdf0e10cSrcweir 1606cdf0e10cSrcweir 1607cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 26 1608cdf0e10cSrcweir{ 1609cdf0e10cSrcweir 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."; 1610cdf0e10cSrcweir}; 1611cdf0e10cSrcweir 1612cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 27 1613cdf0e10cSrcweir{ 1614cdf0e10cSrcweir Text [ en-US] = "~Create a primary key"; 1615cdf0e10cSrcweir}; 1616cdf0e10cSrcweir 1617cdf0e10cSrcweir 1618cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 28 1619cdf0e10cSrcweir{ 1620cdf0e10cSrcweir Text [ en-US] = "~Automatically add a primary key"; 1621cdf0e10cSrcweir}; 1622cdf0e10cSrcweir 1623cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 29 1624cdf0e10cSrcweir{ 1625cdf0e10cSrcweir Text [ en-US] = "~Use an existing field as a primary key"; 1626cdf0e10cSrcweir}; 1627cdf0e10cSrcweir 1628cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 30 1629cdf0e10cSrcweir{ 1630cdf0e10cSrcweir Text [ en-US] = "Define p~rimary key as a combination of several fields "; 1631cdf0e10cSrcweir}; 1632cdf0e10cSrcweir 1633cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 31 1634cdf0e10cSrcweir{ 1635cdf0e10cSrcweir Text [ en-US] = "F~ieldname"; 1636cdf0e10cSrcweir}; 1637cdf0e10cSrcweir 1638cdf0e10cSrcweir 1639cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 32 1640cdf0e10cSrcweir{ 1641cdf0e10cSrcweir Text [ en-US] = "~Primary key fields"; 1642cdf0e10cSrcweir}; 1643cdf0e10cSrcweir 1644cdf0e10cSrcweir 1645cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 33 1646cdf0e10cSrcweir{ 1647cdf0e10cSrcweir Text [ en-US] = "Auto ~value"; 1648cdf0e10cSrcweir}; 1649cdf0e10cSrcweir 1650cdf0e10cSrcweir 1651cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 34 1652cdf0e10cSrcweir{ 1653cdf0e10cSrcweir Text [ en-US] = "What do you want to name your table?"; 1654cdf0e10cSrcweir}; 1655cdf0e10cSrcweir 1656cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 35 1657cdf0e10cSrcweir{ 1658cdf0e10cSrcweir Text [ en-US] = "Congratulations. You have entered all the information needed to create your table."; 1659cdf0e10cSrcweir}; 1660cdf0e10cSrcweir 1661cdf0e10cSrcweir 1662cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 36 1663cdf0e10cSrcweir{ 1664cdf0e10cSrcweir Text [ en-US] = "What do you want to do next?"; 1665cdf0e10cSrcweir}; 1666cdf0e10cSrcweir 1667cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 37 1668cdf0e10cSrcweir{ 1669cdf0e10cSrcweir Text [ en-US] = "Modify the table design"; 1670cdf0e10cSrcweir}; 1671cdf0e10cSrcweir 1672cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 38 1673cdf0e10cSrcweir{ 1674cdf0e10cSrcweir Text [ en-US] = "Insert data immediately"; 1675cdf0e10cSrcweir}; 1676cdf0e10cSrcweir 1677cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 39 1678cdf0e10cSrcweir{ 1679cdf0e10cSrcweir Text [ en-US] = "C~reate a form based on this table"; 1680cdf0e10cSrcweir}; 1681cdf0e10cSrcweir 1682cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 40 1683cdf0e10cSrcweir{ 1684cdf0e10cSrcweir Text [ en-US] = "The table you have created could not be opened."; 1685cdf0e10cSrcweir}; 1686cdf0e10cSrcweir 1687cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 41 1688cdf0e10cSrcweir{ 1689cdf0e10cSrcweir Text [ en-US] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database."; 1690cdf0e10cSrcweir}; 1691cdf0e10cSrcweir 1692cdf0e10cSrcweir 1693cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 42 1694cdf0e10cSrcweir{ 1695cdf0e10cSrcweir Text [ en-US] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database."; 1696cdf0e10cSrcweir}; 1697cdf0e10cSrcweir 1698cdf0e10cSrcweir 1699cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 43 1700cdf0e10cSrcweir{ 1701cdf0e10cSrcweir Text [ en-US] = "Field"; 1702cdf0e10cSrcweir}; 1703cdf0e10cSrcweir 1704cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 44 1705cdf0e10cSrcweir{ 1706cdf0e10cSrcweir Text [ en-US] = "MyTable"; 1707cdf0e10cSrcweir}; 1708cdf0e10cSrcweir 1709cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 45 1710cdf0e10cSrcweir{ 1711cdf0e10cSrcweir Text [ en-US] = "Add a Field"; 1712cdf0e10cSrcweir}; 1713cdf0e10cSrcweir 1714cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 46 1715cdf0e10cSrcweir{ 1716cdf0e10cSrcweir Text [ en-US] = "Remove the selected Field"; 1717cdf0e10cSrcweir}; 1718cdf0e10cSrcweir 1719cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 47 1720cdf0e10cSrcweir{ 1721cdf0e10cSrcweir Text [ en-US] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table"; 1722cdf0e10cSrcweir}; 1723cdf0e10cSrcweir 1724cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 48 1725cdf0e10cSrcweir{ 1726cdf0e10cSrcweir Text [ en-US] = "The name '%TABLENAME' already exists.\nPlease enter another name."; 1727cdf0e10cSrcweir}; 1728cdf0e10cSrcweir 1729cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 49 1730cdf0e10cSrcweir{ 1731cdf0e10cSrcweir Text [ en-US] = "Catalog of the table"; 1732cdf0e10cSrcweir}; 1733cdf0e10cSrcweir 1734cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 50 1735cdf0e10cSrcweir{ 1736cdf0e10cSrcweir Text [ en-US] = "Schema of the table"; 1737cdf0e10cSrcweir}; 1738cdf0e10cSrcweir 1739cdf0e10cSrcweirString RID_DB_TABLE_WIZARD_START + 51 1740cdf0e10cSrcweir{ 1741cdf0e10cSrcweir Text [ en-US] = "The field '%FIELDNAME' already exists."; 1742cdf0e10cSrcweir}; 1743cdf0e10cSrcweir 1744cdf0e10cSrcweir 1745cdf0e10cSrcweir 1746cdf0e10cSrcweir// ============================================================================ 1747cdf0e10cSrcweir// ============================ ====================== 1748cdf0e10cSrcweir// ====================== LETTER WIZARD RESOURCES ================ 1749cdf0e10cSrcweir// ============================ ====================== 1750cdf0e10cSrcweir// ============================================================================ 1751cdf0e10cSrcweir 1752cdf0e10cSrcweir 1753cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 1 1754cdf0e10cSrcweir{ 1755cdf0e10cSrcweir Text [ en-US] = "Letter Wizard"; 1756cdf0e10cSrcweir}; 1757cdf0e10cSrcweir 1758cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 2 1759cdf0e10cSrcweir{ 1760cdf0e10cSrcweir Text [ en-US] = "Label9"; 1761cdf0e10cSrcweir}; 1762cdf0e10cSrcweir 1763cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 3 1764cdf0e10cSrcweir{ 1765cdf0e10cSrcweir Text [ en-US] = "~Business letter"; 1766cdf0e10cSrcweir}; 1767cdf0e10cSrcweir 1768cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 4 1769cdf0e10cSrcweir{ 1770cdf0e10cSrcweir Text [ en-US] = "~Formal personal letter"; 1771cdf0e10cSrcweir}; 1772cdf0e10cSrcweir 1773cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 5 1774cdf0e10cSrcweir{ 1775cdf0e10cSrcweir Text [ en-US] = "~Personal letter"; 1776cdf0e10cSrcweir}; 1777cdf0e10cSrcweir 1778cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 6 1779cdf0e10cSrcweir{ 1780cdf0e10cSrcweir Text [ en-US] = "~Use letterhead paper with pre-printed elements"; 1781cdf0e10cSrcweir}; 1782cdf0e10cSrcweir 1783cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 7 1784cdf0e10cSrcweir{ 1785cdf0e10cSrcweir Text [ en-US] = "~Logo"; 1786cdf0e10cSrcweir}; 1787cdf0e10cSrcweir 1788cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 8 1789cdf0e10cSrcweir{ 1790cdf0e10cSrcweir Text [ en-US] = "Return address"; 1791cdf0e10cSrcweir}; 1792cdf0e10cSrcweir 1793cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 9 1794cdf0e10cSrcweir{ 1795cdf0e10cSrcweir Text [ en-US] = "~Include footer"; 1796cdf0e10cSrcweir}; 1797cdf0e10cSrcweir 1798cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 10 1799cdf0e10cSrcweir{ 1800cdf0e10cSrcweir Text [ en-US] = "~Return address in envelope window"; 1801cdf0e10cSrcweir}; 1802cdf0e10cSrcweir 1803cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 11 1804cdf0e10cSrcweir{ 1805cdf0e10cSrcweir Text [ en-US] = "~Logo"; 1806cdf0e10cSrcweir}; 1807cdf0e10cSrcweir 1808cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 12 1809cdf0e10cSrcweir{ 1810cdf0e10cSrcweir Text [ en-US] = "~Return address in envelope window"; 1811cdf0e10cSrcweir}; 1812cdf0e10cSrcweir 1813cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 13 1814cdf0e10cSrcweir{ 1815cdf0e10cSrcweir Text [ en-US] = "Letter Signs"; 1816cdf0e10cSrcweir}; 1817cdf0e10cSrcweir 1818cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 14 1819cdf0e10cSrcweir{ 1820cdf0e10cSrcweir Text [ en-US] = "S~ubject line"; 1821cdf0e10cSrcweir}; 1822cdf0e10cSrcweir 1823cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 15 1824cdf0e10cSrcweir{ 1825cdf0e10cSrcweir Text [ en-US] = "Salu~tation"; 1826cdf0e10cSrcweir}; 1827cdf0e10cSrcweir 1828cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 16 1829cdf0e10cSrcweir{ 1830cdf0e10cSrcweir Text [ en-US] = "Fold ~marks"; 1831cdf0e10cSrcweir}; 1832cdf0e10cSrcweir 1833cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 17 1834cdf0e10cSrcweir{ 1835cdf0e10cSrcweir Text [ en-US] = "~Complimentary close"; 1836cdf0e10cSrcweir}; 1837cdf0e10cSrcweir 1838cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 18 1839cdf0e10cSrcweir{ 1840cdf0e10cSrcweir Text [ en-US] = "~Footer"; 1841cdf0e10cSrcweir}; 1842cdf0e10cSrcweir 1843cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 19 1844cdf0e10cSrcweir{ 1845cdf0e10cSrcweir Text [ en-US] = "~Use user data for return address"; 1846cdf0e10cSrcweir}; 1847cdf0e10cSrcweir 1848cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 20 1849cdf0e10cSrcweir{ 1850cdf0e10cSrcweir Text [ en-US] = "~New sender address:"; 1851cdf0e10cSrcweir}; 1852cdf0e10cSrcweir 1853cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 21 1854cdf0e10cSrcweir{ 1855cdf0e10cSrcweir Text [ en-US] = "Use placeholders for ~recipient's address"; 1856cdf0e10cSrcweir}; 1857cdf0e10cSrcweir 1858cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 22 1859cdf0e10cSrcweir{ 1860cdf0e10cSrcweir Text [ en-US] = "Use address database for ~mail merge"; 1861cdf0e10cSrcweir}; 1862cdf0e10cSrcweir 1863cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 23 1864cdf0e10cSrcweir{ 1865cdf0e10cSrcweir Text [ en-US] = "Include ~only on second and following pages"; 1866cdf0e10cSrcweir}; 1867cdf0e10cSrcweir 1868cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 24 1869cdf0e10cSrcweir{ 1870cdf0e10cSrcweir Text [ en-US] = "~Include page number"; 1871cdf0e10cSrcweir}; 1872cdf0e10cSrcweir 1873cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 25 1874cdf0e10cSrcweir{ 1875cdf0e10cSrcweir Text [ en-US] = "Letter Template"; 1876cdf0e10cSrcweir}; 1877cdf0e10cSrcweir 1878cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 26 1879cdf0e10cSrcweir{ 1880cdf0e10cSrcweir Text [ en-US] = "Create a ~letter from this template"; 1881cdf0e10cSrcweir}; 1882cdf0e10cSrcweir 1883cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 27 1884cdf0e10cSrcweir{ 1885cdf0e10cSrcweir Text [ en-US] = "Make ~manual changes to this letter template"; 1886cdf0e10cSrcweir}; 1887cdf0e10cSrcweir 1888cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 28 1889cdf0e10cSrcweir{ 1890cdf0e10cSrcweir Text [ en-US] = "Page design"; 1891cdf0e10cSrcweir}; 1892cdf0e10cSrcweir 1893cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 29 1894cdf0e10cSrcweir{ 1895cdf0e10cSrcweir Text [ en-US] = "Page design"; 1896cdf0e10cSrcweir}; 1897cdf0e10cSrcweir 1898cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 30 1899cdf0e10cSrcweir{ 1900cdf0e10cSrcweir Text [ en-US] = "Page design"; 1901cdf0e10cSrcweir}; 1902cdf0e10cSrcweir 1903cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 31 1904cdf0e10cSrcweir{ 1905cdf0e10cSrcweir 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."; 1906cdf0e10cSrcweir}; 1907cdf0e10cSrcweir 1908cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 32 1909cdf0e10cSrcweir{ 1910cdf0e10cSrcweir Text [ en-US] = "~Height:"; 1911cdf0e10cSrcweir}; 1912cdf0e10cSrcweir 1913cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 33 1914cdf0e10cSrcweir{ 1915cdf0e10cSrcweir Text [ en-US] = "~Width:"; 1916cdf0e10cSrcweir}; 1917cdf0e10cSrcweir 1918cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 34 1919cdf0e10cSrcweir{ 1920cdf0e10cSrcweir Text [ en-US] = "S~pacing to left margin:"; 1921cdf0e10cSrcweir}; 1922cdf0e10cSrcweir 1923cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 35 1924cdf0e10cSrcweir{ 1925cdf0e10cSrcweir Text [ en-US] = "Spacing ~to top margin:"; 1926cdf0e10cSrcweir}; 1927cdf0e10cSrcweir 1928cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 36 1929cdf0e10cSrcweir{ 1930cdf0e10cSrcweir Text [ en-US] = "Height:"; 1931cdf0e10cSrcweir}; 1932cdf0e10cSrcweir 1933cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 37 1934cdf0e10cSrcweir{ 1935cdf0e10cSrcweir Text [ en-US] = "Width:"; 1936cdf0e10cSrcweir}; 1937cdf0e10cSrcweir 1938cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 38 1939cdf0e10cSrcweir{ 1940cdf0e10cSrcweir Text [ en-US] = "S~pacing to left margin:"; 1941cdf0e10cSrcweir}; 1942cdf0e10cSrcweir 1943cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 39 1944cdf0e10cSrcweir{ 1945cdf0e10cSrcweir Text [ en-US] = "Spacing ~to top margin:"; 1946cdf0e10cSrcweir}; 1947cdf0e10cSrcweir 1948cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 40 1949cdf0e10cSrcweir{ 1950cdf0e10cSrcweir Text [ en-US] = "Height:"; 1951cdf0e10cSrcweir}; 1952cdf0e10cSrcweir 1953cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 41 1954cdf0e10cSrcweir{ 1955cdf0e10cSrcweir Text [ en-US] = "Use a typical letter format for this country:"; 1956cdf0e10cSrcweir}; 1957cdf0e10cSrcweir 1958cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 42 1959cdf0e10cSrcweir{ 1960cdf0e10cSrcweir Text [ en-US] = "Sender's address"; 1961cdf0e10cSrcweir}; 1962cdf0e10cSrcweir 1963cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 43 1964cdf0e10cSrcweir{ 1965cdf0e10cSrcweir Text [ en-US] = "Name:"; 1966cdf0e10cSrcweir}; 1967cdf0e10cSrcweir 1968cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 44 1969cdf0e10cSrcweir{ 1970cdf0e10cSrcweir Text [ en-US] = "Street:"; 1971cdf0e10cSrcweir}; 1972cdf0e10cSrcweir 1973cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 45 1974cdf0e10cSrcweir{ 1975cdf0e10cSrcweir Text [ en-US] = "ZIP code/State/City:"; 1976cdf0e10cSrcweir}; 1977cdf0e10cSrcweir 1978cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 46 1979cdf0e10cSrcweir{ 1980cdf0e10cSrcweir Text [ en-US] = "Recipient's address"; 1981cdf0e10cSrcweir}; 1982cdf0e10cSrcweir 1983cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 47 1984cdf0e10cSrcweir{ 1985cdf0e10cSrcweir Text [ en-US] = "Footer"; 1986cdf0e10cSrcweir}; 1987cdf0e10cSrcweir 1988cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 48 1989cdf0e10cSrcweir{ 1990cdf0e10cSrcweir Text [ en-US] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."; 1991cdf0e10cSrcweir}; 1992cdf0e10cSrcweir 1993cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 49 1994cdf0e10cSrcweir{ 1995cdf0e10cSrcweir Text [ en-US] = "To create another new letter out of the template just navigate to the template location and double-click it."; 1996cdf0e10cSrcweir}; 1997cdf0e10cSrcweir 1998cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 50 1999cdf0e10cSrcweir{ 2000cdf0e10cSrcweir Text [ en-US] = "Template name:"; 2001cdf0e10cSrcweir}; 2002cdf0e10cSrcweir 2003cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 51 2004cdf0e10cSrcweir{ 2005cdf0e10cSrcweir Text [ en-US] = "Location and file name:"; 2006cdf0e10cSrcweir}; 2007cdf0e10cSrcweir 2008cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 52 2009cdf0e10cSrcweir{ 2010cdf0e10cSrcweir Text [ en-US] = "How do you want to proceed?"; 2011cdf0e10cSrcweir}; 2012cdf0e10cSrcweir 2013cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 53 2014cdf0e10cSrcweir{ 2015cdf0e10cSrcweir Text [ en-US] = "Please choose the type of letter and page design"; 2016cdf0e10cSrcweir}; 2017cdf0e10cSrcweir 2018cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 54 2019cdf0e10cSrcweir{ 2020cdf0e10cSrcweir Text [ en-US] = "Select the items to be printed"; 2021cdf0e10cSrcweir}; 2022cdf0e10cSrcweir 2023cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 55 2024cdf0e10cSrcweir{ 2025cdf0e10cSrcweir Text [ en-US] = "Specify items already on your letterhead paper"; 2026cdf0e10cSrcweir}; 2027cdf0e10cSrcweir 2028cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 56 2029cdf0e10cSrcweir{ 2030cdf0e10cSrcweir Text [ en-US] = "Specify the sender and recipient information"; 2031cdf0e10cSrcweir}; 2032cdf0e10cSrcweir 2033cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 57 2034cdf0e10cSrcweir{ 2035cdf0e10cSrcweir Text [ en-US] = "Fill in the information you would like in the footer"; 2036cdf0e10cSrcweir}; 2037cdf0e10cSrcweir 2038cdf0e10cSrcweirString RID_LETTERWIZARDDIALOG_START + 58 2039cdf0e10cSrcweir{ 2040cdf0e10cSrcweir Text [ en-US] = "Please specify last settings"; 2041cdf0e10cSrcweir}; 2042cdf0e10cSrcweir 2043cdf0e10cSrcweir//====================== Letter Wizard Greeting Start 2044cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 1 2045cdf0e10cSrcweir{ 2046cdf0e10cSrcweir Text [ en-US] = "To Whom it May Concern"; 2047cdf0e10cSrcweir}; 2048cdf0e10cSrcweir 2049cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 2 2050cdf0e10cSrcweir{ 2051cdf0e10cSrcweir Text [ en-US] = "Dear Sir or Madam"; 2052cdf0e10cSrcweir}; 2053cdf0e10cSrcweir 2054cdf0e10cSrcweirString RID_LETTERWIZARDSALUTATION_START + 3 2055cdf0e10cSrcweir{ 2056cdf0e10cSrcweir Text [ en-US] = "Hello"; 2057cdf0e10cSrcweir}; 2058cdf0e10cSrcweir 2059cdf0e10cSrcweir//====================== Letter Wizard Greeting Start 2060cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 1 2061cdf0e10cSrcweir{ 2062cdf0e10cSrcweir Text [ en-US] = "Sincerely"; 2063cdf0e10cSrcweir}; 2064cdf0e10cSrcweir 2065cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 2 2066cdf0e10cSrcweir{ 2067cdf0e10cSrcweir Text [ en-US] = "Best regards"; 2068cdf0e10cSrcweir}; 2069cdf0e10cSrcweir 2070cdf0e10cSrcweirString RID_LETTERWIZARDGREETING_START + 3 2071cdf0e10cSrcweir{ 2072cdf0e10cSrcweir Text [ en-US] = "Cheers"; 2073cdf0e10cSrcweir}; 2074cdf0e10cSrcweir 2075cdf0e10cSrcweir 2076cdf0e10cSrcweir//====================== Letter Wizard Roadmap Start 2077cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 1 2078cdf0e10cSrcweir{ 2079cdf0e10cSrcweir Text [ en-US] = "Page design"; 2080cdf0e10cSrcweir}; 2081cdf0e10cSrcweir 2082cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 2 2083cdf0e10cSrcweir{ 2084cdf0e10cSrcweir Text [ en-US] = "Letterhead layout"; 2085cdf0e10cSrcweir}; 2086cdf0e10cSrcweir 2087cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 3 2088cdf0e10cSrcweir{ 2089cdf0e10cSrcweir Text [ en-US] = "Printed items"; 2090cdf0e10cSrcweir}; 2091cdf0e10cSrcweir 2092cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 4 2093cdf0e10cSrcweir{ 2094cdf0e10cSrcweir Text [ en-US] = "Recipient and sender"; 2095cdf0e10cSrcweir}; 2096cdf0e10cSrcweir 2097cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 5 2098cdf0e10cSrcweir{ 2099cdf0e10cSrcweir Text [ en-US] = "Footer"; 2100cdf0e10cSrcweir}; 2101cdf0e10cSrcweir 2102cdf0e10cSrcweirString RID_LETTERWIZARDROADMAP_START + 6 2103cdf0e10cSrcweir{ 2104cdf0e10cSrcweir Text [ en-US] = "Name and location"; 2105cdf0e10cSrcweir}; 2106cdf0e10cSrcweir 2107cdf0e10cSrcweir 2108cdf0e10cSrcweir// ============================================================================ 2109cdf0e10cSrcweir// ============================ ====================== 2110cdf0e10cSrcweir// ====================== FAX WIZARD RESOURCES ================ 2111cdf0e10cSrcweir// ============================ ====================== 2112cdf0e10cSrcweir// ============================================================================ 2113cdf0e10cSrcweir 2114cdf0e10cSrcweir 2115cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 1 2116cdf0e10cSrcweir{ 2117cdf0e10cSrcweir Text [ en-US] = "Fax Wizard"; 2118cdf0e10cSrcweir}; 2119cdf0e10cSrcweir 2120cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 2 2121cdf0e10cSrcweir{ 2122cdf0e10cSrcweir Text [ en-US] = "Label9"; 2123cdf0e10cSrcweir}; 2124cdf0e10cSrcweir 2125cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 3 2126cdf0e10cSrcweir{ 2127cdf0e10cSrcweir Text [ en-US] = "~Business Fax"; 2128cdf0e10cSrcweir}; 2129cdf0e10cSrcweir 2130cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 4 2131cdf0e10cSrcweir{ 2132cdf0e10cSrcweir Text [ en-US] = "~Personal Fax"; 2133cdf0e10cSrcweir}; 2134cdf0e10cSrcweir 2135cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 5 2136cdf0e10cSrcweir{ 2137cdf0e10cSrcweir Text [ en-US] = "~Logo"; 2138cdf0e10cSrcweir}; 2139cdf0e10cSrcweir 2140cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 6 2141cdf0e10cSrcweir{ 2142cdf0e10cSrcweir Text [ en-US] = "S~ubject line"; 2143cdf0e10cSrcweir}; 2144cdf0e10cSrcweir 2145cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 7 2146cdf0e10cSrcweir{ 2147cdf0e10cSrcweir Text [ en-US] = "S~alutation"; 2148cdf0e10cSrcweir}; 2149cdf0e10cSrcweir 2150cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 8 2151cdf0e10cSrcweir{ 2152cdf0e10cSrcweir Text [ en-US] = "~Complimentary close"; 2153cdf0e10cSrcweir}; 2154cdf0e10cSrcweir 2155cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 9 2156cdf0e10cSrcweir{ 2157cdf0e10cSrcweir Text [ en-US] = "~Footer"; 2158cdf0e10cSrcweir}; 2159cdf0e10cSrcweir 2160cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 10 2161cdf0e10cSrcweir{ 2162cdf0e10cSrcweir Text [ en-US] = "~Use user data for return address"; 2163cdf0e10cSrcweir}; 2164cdf0e10cSrcweir 2165cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 11 2166cdf0e10cSrcweir{ 2167cdf0e10cSrcweir Text [ en-US] = "~New return address"; 2168cdf0e10cSrcweir}; 2169cdf0e10cSrcweir 2170cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 12 2171cdf0e10cSrcweir{ 2172cdf0e10cSrcweir Text [ en-US] = "My Fax Template"; 2173cdf0e10cSrcweir}; 2174cdf0e10cSrcweir 2175cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 13 2176cdf0e10cSrcweir{ 2177cdf0e10cSrcweir Text [ en-US] = "Create a ~fax from this template"; 2178cdf0e10cSrcweir}; 2179cdf0e10cSrcweir 2180cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 14 2181cdf0e10cSrcweir{ 2182cdf0e10cSrcweir Text [ en-US] = "Make ~manual changes to this fax template"; 2183cdf0e10cSrcweir}; 2184cdf0e10cSrcweir 2185cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 15 2186cdf0e10cSrcweir{ 2187cdf0e10cSrcweir Text [ en-US] = "Page design"; 2188cdf0e10cSrcweir}; 2189cdf0e10cSrcweir 2190cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 16 2191cdf0e10cSrcweir{ 2192cdf0e10cSrcweir Text [ en-US] = "Page design"; 2193cdf0e10cSrcweir}; 2194cdf0e10cSrcweir 2195cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 17 2196cdf0e10cSrcweir{ 2197cdf0e10cSrcweir Text [ en-US] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed."; 2198cdf0e10cSrcweir}; 2199cdf0e10cSrcweir 2200cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 18 2201cdf0e10cSrcweir{ 2202cdf0e10cSrcweir Text [ en-US] = "Return address"; 2203cdf0e10cSrcweir}; 2204cdf0e10cSrcweir 2205cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 19 2206cdf0e10cSrcweir{ 2207cdf0e10cSrcweir Text [ en-US] = "Name:"; 2208cdf0e10cSrcweir}; 2209cdf0e10cSrcweir 2210cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 20 2211cdf0e10cSrcweir{ 2212cdf0e10cSrcweir Text [ en-US] = "Street:"; 2213cdf0e10cSrcweir}; 2214cdf0e10cSrcweir 2215cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 21 2216cdf0e10cSrcweir{ 2217cdf0e10cSrcweir Text [ en-US] = "ZIP code/State/City:"; 2218cdf0e10cSrcweir}; 2219cdf0e10cSrcweir 2220cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 22 2221cdf0e10cSrcweir{ 2222cdf0e10cSrcweir Text [ en-US] = "Footer"; 2223cdf0e10cSrcweir}; 2224cdf0e10cSrcweir 2225cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 23 2226cdf0e10cSrcweir{ 2227cdf0e10cSrcweir Text [ en-US] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings."; 2228cdf0e10cSrcweir}; 2229cdf0e10cSrcweir 2230cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 24 2231cdf0e10cSrcweir{ 2232cdf0e10cSrcweir 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."; 2233cdf0e10cSrcweir}; 2234cdf0e10cSrcweir 2235cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 25 2236cdf0e10cSrcweir{ 2237cdf0e10cSrcweir Text [ en-US] = "Template Name:"; 2238cdf0e10cSrcweir}; 2239cdf0e10cSrcweir 2240cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 26 2241cdf0e10cSrcweir{ 2242cdf0e10cSrcweir Text [ en-US] = "Location and file name:"; 2243cdf0e10cSrcweir}; 2244cdf0e10cSrcweir 2245cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 27 2246cdf0e10cSrcweir{ 2247cdf0e10cSrcweir Text [ en-US] = "What do you want to do next?"; 2248cdf0e10cSrcweir}; 2249cdf0e10cSrcweir 2250cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 28 2251cdf0e10cSrcweir{ 2252cdf0e10cSrcweir Text [ en-US] = "Choose the type of fax and a page design"; 2253cdf0e10cSrcweir}; 2254cdf0e10cSrcweir 2255cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 29 2256cdf0e10cSrcweir{ 2257cdf0e10cSrcweir Text [ en-US] = "Select items to include in the fax template"; 2258cdf0e10cSrcweir}; 2259cdf0e10cSrcweir 2260cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 30 2261cdf0e10cSrcweir{ 2262cdf0e10cSrcweir Text [ en-US] = "Specify sender and recipient information"; 2263cdf0e10cSrcweir}; 2264cdf0e10cSrcweir 2265cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 31 2266cdf0e10cSrcweir{ 2267cdf0e10cSrcweir Text [ en-US] = "Enter text for the footer"; 2268cdf0e10cSrcweir}; 2269cdf0e10cSrcweir 2270cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 32 2271cdf0e10cSrcweir{ 2272cdf0e10cSrcweir Text [ en-US] = "Choose a name and save the template"; 2273cdf0e10cSrcweir}; 2274cdf0e10cSrcweir 2275cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 33 2276cdf0e10cSrcweir{ 2277cdf0e10cSrcweir Text [ en-US] = "Include ~only on second and following pages"; 2278cdf0e10cSrcweir}; 2279cdf0e10cSrcweir 2280cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 34 2281cdf0e10cSrcweir{ 2282cdf0e10cSrcweir Text [ en-US] = "~Include page number"; 2283cdf0e10cSrcweir}; 2284cdf0e10cSrcweir 2285cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 35 2286cdf0e10cSrcweir{ 2287cdf0e10cSrcweir Text [ en-US] = "~Date"; 2288cdf0e10cSrcweir}; 2289cdf0e10cSrcweir 2290cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 36 2291cdf0e10cSrcweir{ 2292cdf0e10cSrcweir Text [ en-US] = "~Type of message"; 2293cdf0e10cSrcweir}; 2294cdf0e10cSrcweir 2295cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 37 2296cdf0e10cSrcweir{ 2297cdf0e10cSrcweir Text [ en-US] = "Fax Number:"; 2298cdf0e10cSrcweir}; 2299cdf0e10cSrcweir 2300cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 38 2301cdf0e10cSrcweir{ 2302cdf0e10cSrcweir Text [ en-US] = "Use placeholders for ~recipient's address"; 2303cdf0e10cSrcweir}; 2304cdf0e10cSrcweir 2305cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 39 2306cdf0e10cSrcweir{ 2307cdf0e10cSrcweir Text [ en-US] = "Use address database for ~mail merge"; 2308cdf0e10cSrcweir}; 2309cdf0e10cSrcweir 2310cdf0e10cSrcweirString RID_FAXWIZARDDIALOG_START + 40 2311cdf0e10cSrcweir{ 2312cdf0e10cSrcweir Text [ en-US] = "~New return address"; 2313cdf0e10cSrcweir}; 2314cdf0e10cSrcweir 2315cdf0e10cSrcweir//====================== Fax Wizard Communication Start 2316cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 1 2317cdf0e10cSrcweir{ 2318cdf0e10cSrcweir Text [ en-US] = "Important Information!"; 2319cdf0e10cSrcweir}; 2320cdf0e10cSrcweir 2321cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 2 2322cdf0e10cSrcweir{ 2323cdf0e10cSrcweir Text [ en-US] = "For your information"; 2324cdf0e10cSrcweir}; 2325cdf0e10cSrcweir 2326cdf0e10cSrcweirString RID_FAXWIZARDCOMMUNICATION_START + 3 2327cdf0e10cSrcweir{ 2328cdf0e10cSrcweir Text [ en-US] = "News!"; 2329cdf0e10cSrcweir}; 2330cdf0e10cSrcweir 2331cdf0e10cSrcweir//====================== Fax Wizard Salutation Start 2332cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 1 2333cdf0e10cSrcweir{ 2334cdf0e10cSrcweir Text [ en-US] = "To whom it may concern,"; 2335cdf0e10cSrcweir}; 2336cdf0e10cSrcweir 2337cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 2 2338cdf0e10cSrcweir{ 2339cdf0e10cSrcweir Text [ en-US] = "Dear Sir or Madam,"; 2340cdf0e10cSrcweir}; 2341cdf0e10cSrcweir 2342cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 3 2343cdf0e10cSrcweir{ 2344cdf0e10cSrcweir Text [ en-US] = "Hello,"; 2345cdf0e10cSrcweir}; 2346cdf0e10cSrcweir 2347cdf0e10cSrcweirString RID_FAXWIZARDSALUTATION_START + 4 2348cdf0e10cSrcweir{ 2349cdf0e10cSrcweir Text [ en-US] = "Hi,"; 2350cdf0e10cSrcweir}; 2351cdf0e10cSrcweir 2352cdf0e10cSrcweir 2353cdf0e10cSrcweir//====================== Fax Wizard Greeting Start 2354cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 1 2355cdf0e10cSrcweir{ 2356cdf0e10cSrcweir Text [ en-US] = "Sincerely"; 2357cdf0e10cSrcweir}; 2358cdf0e10cSrcweir 2359cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 2 2360cdf0e10cSrcweir{ 2361cdf0e10cSrcweir Text [ en-US] = "Yours faithfully"; 2362cdf0e10cSrcweir}; 2363cdf0e10cSrcweir 2364cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 3 2365cdf0e10cSrcweir{ 2366cdf0e10cSrcweir Text [ en-US] = "Regards"; 2367cdf0e10cSrcweir}; 2368cdf0e10cSrcweir 2369cdf0e10cSrcweirString RID_FAXWIZARDGREETING_START + 4 2370cdf0e10cSrcweir{ 2371cdf0e10cSrcweir Text [ en-US] = "Love"; 2372cdf0e10cSrcweir}; 2373cdf0e10cSrcweir 2374cdf0e10cSrcweir 2375cdf0e10cSrcweir//====================== Fax Wizard Roadmap Start 2376cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 1 2377cdf0e10cSrcweir{ 2378cdf0e10cSrcweir Text [ en-US] = "Page design"; 2379cdf0e10cSrcweir}; 2380cdf0e10cSrcweir 2381cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 2 2382cdf0e10cSrcweir{ 2383cdf0e10cSrcweir Text [ en-US] = "Items to include"; 2384cdf0e10cSrcweir}; 2385cdf0e10cSrcweir 2386cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 3 2387cdf0e10cSrcweir{ 2388cdf0e10cSrcweir Text [ en-US] = "Sender and Recipient"; 2389cdf0e10cSrcweir}; 2390cdf0e10cSrcweir 2391cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 4 2392cdf0e10cSrcweir{ 2393cdf0e10cSrcweir Text [ en-US] = "Footer"; 2394cdf0e10cSrcweir}; 2395cdf0e10cSrcweir 2396cdf0e10cSrcweirString RID_FAXWIZARDROADMAP_START + 5 2397cdf0e10cSrcweir{ 2398cdf0e10cSrcweir Text [ en-US] = "Name and location"; 2399cdf0e10cSrcweir}; 2400cdf0e10cSrcweir 2401cdf0e10cSrcweir 2402cdf0e10cSrcweir 2403cdf0e10cSrcweir 2404cdf0e10cSrcweir// ============================================================================ 2405cdf0e10cSrcweir// ============================ ====================== 2406cdf0e10cSrcweir// ====================== WEB WIZARD RESOURCES ================ 2407cdf0e10cSrcweir// ============================ ====================== 2408cdf0e10cSrcweir// ============================================================================ 2409cdf0e10cSrcweir 2410cdf0e10cSrcweir 2411cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +1 2412cdf0e10cSrcweir{ 2413cdf0e10cSrcweir Text [ en-US ] = "Web Wizard"; 2414cdf0e10cSrcweir}; 2415cdf0e10cSrcweir 2416cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +2 2417cdf0e10cSrcweir{ 2418cdf0e10cSrcweir 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."; 2419cdf0e10cSrcweir}; 2420cdf0e10cSrcweir 2421cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +4 2422cdf0e10cSrcweir{ 2423cdf0e10cSrcweir Text [ en-US ] = "~Delete"; 2424cdf0e10cSrcweir}; 2425cdf0e10cSrcweir 2426cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +5 2427cdf0e10cSrcweir{ 2428cdf0e10cSrcweir Text [ en-US ] = "Introduction"; 2429cdf0e10cSrcweir}; 2430cdf0e10cSrcweir 2431cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +6 2432cdf0e10cSrcweir{ 2433cdf0e10cSrcweir Text [ en-US ] = "Select the documents you want to publish"; 2434cdf0e10cSrcweir}; 2435cdf0e10cSrcweir 2436cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +8 2437cdf0e10cSrcweir{ 2438cdf0e10cSrcweir Text [ en-US ] = "Document information "; 2439cdf0e10cSrcweir}; 2440cdf0e10cSrcweir 2441cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +9 2442cdf0e10cSrcweir{ 2443cdf0e10cSrcweir Text [ en-US ] = "~Title:"; 2444cdf0e10cSrcweir}; 2445cdf0e10cSrcweir 2446cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +10 2447cdf0e10cSrcweir{ 2448cdf0e10cSrcweir Text [ en-US ] = "~Summary: "; 2449cdf0e10cSrcweir}; 2450cdf0e10cSrcweir 2451cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +11 2452cdf0e10cSrcweir{ 2453cdf0e10cSrcweir Text [ en-US ] = "Au~thor:"; 2454cdf0e10cSrcweir}; 2455cdf0e10cSrcweir 2456cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +12 2457cdf0e10cSrcweir{ 2458cdf0e10cSrcweir Text [ en-US ] = "~Export to file format:"; 2459cdf0e10cSrcweir}; 2460cdf0e10cSrcweir 2461cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +13 2462cdf0e10cSrcweir{ 2463cdf0e10cSrcweir Text [ en-US ] = "Enter general information for your web site"; 2464cdf0e10cSrcweir}; 2465cdf0e10cSrcweir 2466cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +14 2467cdf0e10cSrcweir{ 2468cdf0e10cSrcweir Text [ en-US ] = "Title:"; 2469cdf0e10cSrcweir}; 2470cdf0e10cSrcweir 2471cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +16 2472cdf0e10cSrcweir{ 2473cdf0e10cSrcweir Text [ en-US ] = "Description:"; 2474cdf0e10cSrcweir}; 2475cdf0e10cSrcweir 2476cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +18 2477cdf0e10cSrcweir{ 2478cdf0e10cSrcweir Text [ en-US ] = "Created:"; 2479cdf0e10cSrcweir}; 2480cdf0e10cSrcweir 2481cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +20 2482cdf0e10cSrcweir{ 2483cdf0e10cSrcweir Text [ en-US ] = "E-mail:"; 2484cdf0e10cSrcweir}; 2485cdf0e10cSrcweir 2486cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +21 2487cdf0e10cSrcweir{ 2488cdf0e10cSrcweir Text [ en-US ] = "Copyright notice:"; 2489cdf0e10cSrcweir}; 2490cdf0e10cSrcweir 2491cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +22 2492cdf0e10cSrcweir{ 2493cdf0e10cSrcweir Text [ en-US ] = "Modified:"; 2494cdf0e10cSrcweir}; 2495cdf0e10cSrcweir 2496cdf0e10cSrcweir 2497cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +24 2498cdf0e10cSrcweir{ 2499cdf0e10cSrcweir Text [ en-US ] = "~Preview"; 2500cdf0e10cSrcweir}; 2501cdf0e10cSrcweir 2502cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +25 2503cdf0e10cSrcweir{ 2504cdf0e10cSrcweir Text [ en-US ] = "Where do you want to publish your web site?"; 2505cdf0e10cSrcweir}; 2506cdf0e10cSrcweir 2507cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +26 2508cdf0e10cSrcweir{ 2509cdf0e10cSrcweir Text [ en-US ] = "Publish the new web site:"; 2510cdf0e10cSrcweir}; 2511cdf0e10cSrcweir 2512cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +27 2513cdf0e10cSrcweir{ 2514cdf0e10cSrcweir Text [ en-US ] = "To a ~local folder"; 2515cdf0e10cSrcweir}; 2516cdf0e10cSrcweir 2517cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +28 2518cdf0e10cSrcweir{ 2519cdf0e10cSrcweir Text [ en-US ] = "..."; 2520cdf0e10cSrcweir}; 2521cdf0e10cSrcweir 2522cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +29 2523cdf0e10cSrcweir{ 2524cdf0e10cSrcweir Text [ en-US ] = "To a ~web server via FTP"; 2525cdf0e10cSrcweir}; 2526cdf0e10cSrcweir 2527cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +31 2528cdf0e10cSrcweir{ 2529cdf0e10cSrcweir Text [ en-US ] = "~Configure..."; 2530cdf0e10cSrcweir}; 2531cdf0e10cSrcweir 2532cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +32 2533cdf0e10cSrcweir{ 2534cdf0e10cSrcweir Text [ en-US ] = "To a ZIP ~archive"; 2535cdf0e10cSrcweir}; 2536cdf0e10cSrcweir 2537cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +33 2538cdf0e10cSrcweir{ 2539cdf0e10cSrcweir Text [ en-US ] = "..."; 2540cdf0e10cSrcweir}; 2541cdf0e10cSrcweir 2542cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +34 2543cdf0e10cSrcweir{ 2544cdf0e10cSrcweir Text [ en-US ] = "~Save settings (recommended)"; 2545cdf0e10cSrcweir}; 2546cdf0e10cSrcweir 2547cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +35 2548cdf0e10cSrcweir{ 2549cdf0e10cSrcweir Text [ en-US ] = "Save ~as:"; 2550cdf0e10cSrcweir}; 2551cdf0e10cSrcweir 2552cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +36 2553cdf0e10cSrcweir{ 2554cdf0e10cSrcweir Text [ en-US ] = "~Choose settings for the Web Wizard"; 2555cdf0e10cSrcweir}; 2556cdf0e10cSrcweir 2557cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +37 2558cdf0e10cSrcweir{ 2559cdf0e10cSrcweir Text [ en-US ] = "Web site content "; 2560cdf0e10cSrcweir}; 2561cdf0e10cSrcweir 2562cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +38 2563cdf0e10cSrcweir{ 2564cdf0e10cSrcweir Text [ en-US ] = "~Add..."; 2565cdf0e10cSrcweir}; 2566cdf0e10cSrcweir 2567cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +39 2568cdf0e10cSrcweir{ 2569cdf0e10cSrcweir Text [ en-US ] = "Remo~ve"; 2570cdf0e10cSrcweir}; 2571cdf0e10cSrcweir 2572cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +40 2573cdf0e10cSrcweir{ 2574cdf0e10cSrcweir Text [ en-US ] = "Choose a layout for the table of contents of your web site"; 2575cdf0e10cSrcweir}; 2576cdf0e10cSrcweir 2577cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +41 2578cdf0e10cSrcweir{ 2579cdf0e10cSrcweir Text [ en-US ] = "Select a style for the table of contents page"; 2580cdf0e10cSrcweir}; 2581cdf0e10cSrcweir 2582cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +42 2583cdf0e10cSrcweir{ 2584cdf0e10cSrcweir Text [ en-US ] = "~Style:"; 2585cdf0e10cSrcweir}; 2586cdf0e10cSrcweir 2587cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +48 2588cdf0e10cSrcweir{ 2589cdf0e10cSrcweir Text [ en-US ] = "~Layouts: "; 2590cdf0e10cSrcweir}; 2591cdf0e10cSrcweir 2592cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +50 2593cdf0e10cSrcweir{ 2594cdf0e10cSrcweir Text [ en-US ] = "~Description"; 2595cdf0e10cSrcweir}; 2596cdf0e10cSrcweir 2597cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +51 2598cdf0e10cSrcweir{ 2599cdf0e10cSrcweir Text [ en-US ] = "~Author"; 2600cdf0e10cSrcweir}; 2601cdf0e10cSrcweir 2602cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +52 2603cdf0e10cSrcweir{ 2604cdf0e10cSrcweir Text [ en-US ] = "Cr~eation date"; 2605cdf0e10cSrcweir}; 2606cdf0e10cSrcweir 2607cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +53 2608cdf0e10cSrcweir{ 2609cdf0e10cSrcweir Text [ en-US ] = "~Last change date"; 2610cdf0e10cSrcweir}; 2611cdf0e10cSrcweir 2612cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +54 2613cdf0e10cSrcweir{ 2614cdf0e10cSrcweir Text [ en-US ] = "~File name"; 2615cdf0e10cSrcweir}; 2616cdf0e10cSrcweir 2617cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +55 2618cdf0e10cSrcweir{ 2619cdf0e10cSrcweir Text [ en-US ] = "File forma~t"; 2620cdf0e10cSrcweir}; 2621cdf0e10cSrcweir 2622cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +56 2623cdf0e10cSrcweir{ 2624cdf0e10cSrcweir Text [ en-US ] = "File format ~icon"; 2625cdf0e10cSrcweir}; 2626cdf0e10cSrcweir 2627cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +57 2628cdf0e10cSrcweir{ 2629cdf0e10cSrcweir Text [ en-US ] = "Number ~of pages"; 2630cdf0e10cSrcweir}; 2631cdf0e10cSrcweir 2632cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +58 2633cdf0e10cSrcweir{ 2634cdf0e10cSrcweir Text [ en-US ] = "~Size in KB"; 2635cdf0e10cSrcweir}; 2636cdf0e10cSrcweir 2637cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +59 2638cdf0e10cSrcweir{ 2639cdf0e10cSrcweir Text [ en-US ] = "Click 'Preview' to see a preview in your browser:"; 2640cdf0e10cSrcweir}; 2641cdf0e10cSrcweir 2642cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +60 2643cdf0e10cSrcweir{ 2644cdf0e10cSrcweir Text [ en-US ] = "Customize the selected layout"; 2645cdf0e10cSrcweir}; 2646cdf0e10cSrcweir 2647cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +61 2648cdf0e10cSrcweir{ 2649cdf0e10cSrcweir Text [ en-US ] = "Include the following information for each document in the table of contents:"; 2650cdf0e10cSrcweir}; 2651cdf0e10cSrcweir 2652cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +62 2653cdf0e10cSrcweir{ 2654cdf0e10cSrcweir Text [ en-US ] = "Optimize the layout for screen resolution:"; 2655cdf0e10cSrcweir}; 2656cdf0e10cSrcweir 2657cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +64 2658cdf0e10cSrcweir{ 2659cdf0e10cSrcweir Text [ en-US ] = "~640x480"; 2660cdf0e10cSrcweir}; 2661cdf0e10cSrcweir 2662cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +65 2663cdf0e10cSrcweir{ 2664cdf0e10cSrcweir Text [ en-US ] = "~800x600"; 2665cdf0e10cSrcweir}; 2666cdf0e10cSrcweir 2667cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +66 2668cdf0e10cSrcweir{ 2669cdf0e10cSrcweir Text [ en-US ] = "~1024x768"; 2670cdf0e10cSrcweir}; 2671cdf0e10cSrcweir 2672cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +70 2673cdf0e10cSrcweir{ 2674cdf0e10cSrcweir Text [ en-US ] = "Generating Your Web Site"; 2675cdf0e10cSrcweir}; 2676cdf0e10cSrcweir 2677cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +71 2678cdf0e10cSrcweir{ 2679cdf0e10cSrcweir Text [ en-US ] = "%START - %END/%TOTAL"; 2680cdf0e10cSrcweir}; 2681cdf0e10cSrcweir 2682cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +72 2683cdf0e10cSrcweir{ 2684cdf0e10cSrcweir Text [ en-US ] = "myWebsite"; 2685cdf0e10cSrcweir}; 2686cdf0e10cSrcweir 2687cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +73 2688cdf0e10cSrcweir{ 2689cdf0e10cSrcweir Text [ en-US ] = "FTP target '%FILENAME' is a file."; 2690cdf0e10cSrcweir}; 2691cdf0e10cSrcweir 2692cdf0e10cSrcweir 2693cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +74 2694cdf0e10cSrcweir{ 2695cdf0e10cSrcweir Text [ en-US ] = "The local target '%FILENAME' is a file."; 2696cdf0e10cSrcweir}; 2697cdf0e10cSrcweir 2698cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +75 2699cdf0e10cSrcweir{ 2700cdf0e10cSrcweir Text [ en-US ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? "; 2701cdf0e10cSrcweir}; 2702cdf0e10cSrcweir 2703cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +76 2704cdf0e10cSrcweir{ 2705cdf0e10cSrcweir Text [ en-US ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"; 2706cdf0e10cSrcweir}; 2707cdf0e10cSrcweir 2708cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +77 2709cdf0e10cSrcweir{ 2710cdf0e10cSrcweir Text [ en-US ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"; 2711cdf0e10cSrcweir}; 2712cdf0e10cSrcweir 2713cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +78 2714cdf0e10cSrcweir{ 2715cdf0e10cSrcweir Text [ en-US ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? "; 2716cdf0e10cSrcweir}; 2717cdf0e10cSrcweir 2718cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +79 2719cdf0e10cSrcweir{ 2720cdf0e10cSrcweir Text [ en-US ] = "Exporting documents..."; 2721cdf0e10cSrcweir}; 2722cdf0e10cSrcweir 2723cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +80 2724cdf0e10cSrcweir{ 2725cdf0e10cSrcweir Text [ en-US ] = "Preparing export..."; 2726cdf0e10cSrcweir}; 2727cdf0e10cSrcweir 2728cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +81 2729cdf0e10cSrcweir{ 2730cdf0e10cSrcweir Text [ en-US ] = "Copying layout files..."; 2731cdf0e10cSrcweir}; 2732cdf0e10cSrcweir 2733cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +82 2734cdf0e10cSrcweir{ 2735cdf0e10cSrcweir Text [ en-US ] = "Preparing table of contents generation..."; 2736cdf0e10cSrcweir}; 2737cdf0e10cSrcweir 2738cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +83 2739cdf0e10cSrcweir{ 2740cdf0e10cSrcweir Text [ en-US ] = "Generating table of contents..."; 2741cdf0e10cSrcweir}; 2742cdf0e10cSrcweir 2743cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +84 2744cdf0e10cSrcweir{ 2745cdf0e10cSrcweir Text [ en-US ] = "Initializing..."; 2746cdf0e10cSrcweir}; 2747cdf0e10cSrcweir 2748cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +86 2749cdf0e10cSrcweir{ 2750cdf0e10cSrcweir Text [ en-US ] = "Preparing to publish..."; 2751cdf0e10cSrcweir}; 2752cdf0e10cSrcweir 2753cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +87 2754cdf0e10cSrcweir{ 2755cdf0e10cSrcweir Text [ en-US ] = "Publishing to local directory..."; 2756cdf0e10cSrcweir}; 2757cdf0e10cSrcweir 2758cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +88 2759cdf0e10cSrcweir{ 2760cdf0e10cSrcweir Text [ en-US ] = "Publishing to FTP destination..."; 2761cdf0e10cSrcweir}; 2762cdf0e10cSrcweir 2763cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +89 2764cdf0e10cSrcweir{ 2765cdf0e10cSrcweir Text [ en-US ] = "Publishing to a ZIP archive..."; 2766cdf0e10cSrcweir}; 2767cdf0e10cSrcweir 2768cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 90 2769cdf0e10cSrcweir{ 2770cdf0e10cSrcweir Text [ en-US ] = "Finishing..."; 2771cdf0e10cSrcweir}; 2772cdf0e10cSrcweir 2773cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 94 2774cdf0e10cSrcweir{ 2775cdf0e10cSrcweir Text [ en-US ] = "Graphic files"; 2776cdf0e10cSrcweir}; 2777cdf0e10cSrcweir 2778cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 95 2779cdf0e10cSrcweir{ 2780cdf0e10cSrcweir Text [ en-US ] = "All files"; 2781cdf0e10cSrcweir}; 2782cdf0e10cSrcweir 2783cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 96 2784cdf0e10cSrcweir{ 2785cdf0e10cSrcweir Text [ en-US ] = "~ZIP archive files"; 2786cdf0e10cSrcweir}; 2787cdf0e10cSrcweir 2788cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 98 2789cdf0e10cSrcweir{ 2790cdf0e10cSrcweir Text [ en-US ] = "Background images"; 2791cdf0e10cSrcweir}; 2792cdf0e10cSrcweir 2793cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 99 2794cdf0e10cSrcweir{ 2795cdf0e10cSrcweir Text [ en-US ] = "Choose a background image: "; 2796cdf0e10cSrcweir}; 2797cdf0e10cSrcweir 2798cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 100 2799cdf0e10cSrcweir{ 2800cdf0e10cSrcweir Text [ en-US ] = "Icon sets"; 2801cdf0e10cSrcweir}; 2802cdf0e10cSrcweir 2803cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START + 101 2804cdf0e10cSrcweir{ 2805cdf0e10cSrcweir Text [ en-US ] = "Choose an icon set:"; 2806cdf0e10cSrcweir}; 2807cdf0e10cSrcweir 2808cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +102 2809cdf0e10cSrcweir{ 2810cdf0e10cSrcweir Text [ en-US ] = "Other..."; 2811cdf0e10cSrcweir}; 2812cdf0e10cSrcweir 2813cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +103 2814cdf0e10cSrcweir{ 2815cdf0e10cSrcweir Text [ en-US ] = "None"; 2816cdf0e10cSrcweir}; 2817cdf0e10cSrcweir 2818cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +104 2819cdf0e10cSrcweir{ 2820cdf0e10cSrcweir Text [ en-US ] = "Your web site was created successfully into: %FILENAME"; 2821cdf0e10cSrcweir}; 2822cdf0e10cSrcweir 2823cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +105 2824cdf0e10cSrcweir{ 2825cdf0e10cSrcweir Text [ en-US ] = "One or more errors occurred when generating the web site."; 2826cdf0e10cSrcweir}; 2827cdf0e10cSrcweir 2828cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +106 2829cdf0e10cSrcweir{ 2830cdf0e10cSrcweir Text [ en-US ] = "An error occurred while generating the table of contents page(s). "; 2831cdf0e10cSrcweir}; 2832cdf0e10cSrcweir 2833cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +107 2834cdf0e10cSrcweir{ 2835cdf0e10cSrcweir Text [ en-US ] = "An error occurred while copying the layout files. "; 2836cdf0e10cSrcweir}; 2837cdf0e10cSrcweir 2838cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +108 2839cdf0e10cSrcweir{ 2840cdf0e10cSrcweir Text [ en-US ] = "An error occurred while gathering document information for '%FILENAME'. "; 2841cdf0e10cSrcweir}; 2842cdf0e10cSrcweir 2843cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +109 2844cdf0e10cSrcweir{ 2845cdf0e10cSrcweir Text [ en-US ] = "An error occurred while exporting the document '%FILENAME'."; 2846cdf0e10cSrcweir}; 2847cdf0e10cSrcweir 2848cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +110 2849cdf0e10cSrcweir{ 2850cdf0e10cSrcweir Text [ en-US ] = "An error occurred while creating a directory for exporting '%FILENAME'."; 2851cdf0e10cSrcweir}; 2852cdf0e10cSrcweir 2853cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +111 2854cdf0e10cSrcweir{ 2855cdf0e10cSrcweir Text [ en-US ] = "A security error occurred while exporting the document '%FILENAME'."; 2856cdf0e10cSrcweir}; 2857cdf0e10cSrcweir 2858cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +112 2859cdf0e10cSrcweir{ 2860cdf0e10cSrcweir Text [ en-US ] = "An input/output error occurred while exporting the document '%FILENAME'."; 2861cdf0e10cSrcweir}; 2862cdf0e10cSrcweir 2863cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +113 2864cdf0e10cSrcweir{ 2865cdf0e10cSrcweir Text [ en-US ] = "An error occurred while copying media files to the temporary directory."; 2866cdf0e10cSrcweir}; 2867cdf0e10cSrcweir 2868cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +114 2869cdf0e10cSrcweir{ 2870cdf0e10cSrcweir Text [ en-US ] = "The web site could not be copied to the following destination: %URL"; 2871cdf0e10cSrcweir}; 2872cdf0e10cSrcweir 2873cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +115 2874cdf0e10cSrcweir{ 2875cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred: %ERROR"; 2876cdf0e10cSrcweir}; 2877cdf0e10cSrcweir 2878cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +116 2879cdf0e10cSrcweir{ 2880cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred while validating the file: '%FILENAME'"; 2881cdf0e10cSrcweir}; 2882cdf0e10cSrcweir 2883cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +117 2884cdf0e10cSrcweir{ 2885cdf0e10cSrcweir Text [ en-US ] = "%FILENAME' is a folder."; 2886cdf0e10cSrcweir}; 2887cdf0e10cSrcweir 2888cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +118 2889cdf0e10cSrcweir{ 2890cdf0e10cSrcweir Text [ en-US ] = "Loading Web Wizard Settings..."; 2891cdf0e10cSrcweir}; 2892cdf0e10cSrcweir 2893cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +119 2894cdf0e10cSrcweir{ 2895cdf0e10cSrcweir Text [ en-US ] = "An unexpected error occurred."; 2896cdf0e10cSrcweir}; 2897cdf0e10cSrcweir 2898cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +120 2899cdf0e10cSrcweir{ 2900cdf0e10cSrcweir Text [ en-US ] = "Validating documents..."; 2901cdf0e10cSrcweir}; 2902cdf0e10cSrcweir 2903cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +121 2904cdf0e10cSrcweir{ 2905cdf0e10cSrcweir Text [ en-US ] = "My Archive"; 2906cdf0e10cSrcweir}; 2907cdf0e10cSrcweir 2908cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +122 2909cdf0e10cSrcweir{ 2910cdf0e10cSrcweir Text [ en-US ] = "Introduction "; 2911cdf0e10cSrcweir}; 2912cdf0e10cSrcweir 2913cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +123 2914cdf0e10cSrcweir{ 2915cdf0e10cSrcweir Text [ en-US ] = "Documents "; 2916cdf0e10cSrcweir}; 2917cdf0e10cSrcweir 2918cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +124 2919cdf0e10cSrcweir{ 2920cdf0e10cSrcweir Text [ en-US ] = "Main layout"; 2921cdf0e10cSrcweir}; 2922cdf0e10cSrcweir 2923cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +125 2924cdf0e10cSrcweir{ 2925cdf0e10cSrcweir Text [ en-US ] = "Layout details"; 2926cdf0e10cSrcweir}; 2927cdf0e10cSrcweir 2928cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +126 2929cdf0e10cSrcweir{ 2930cdf0e10cSrcweir Text [ en-US ] = "Style"; 2931cdf0e10cSrcweir}; 2932cdf0e10cSrcweir 2933cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +127 2934cdf0e10cSrcweir{ 2935cdf0e10cSrcweir Text [ en-US ] = "Web site information"; 2936cdf0e10cSrcweir}; 2937cdf0e10cSrcweir 2938cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +128 2939cdf0e10cSrcweir{ 2940cdf0e10cSrcweir Text [ en-US ] = "Preview"; 2941cdf0e10cSrcweir}; 2942cdf0e10cSrcweir 2943cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +130 2944cdf0e10cSrcweir{ 2945cdf0e10cSrcweir Text [ en-US ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? "; 2946cdf0e10cSrcweir}; 2947cdf0e10cSrcweir 2948cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +131 2949cdf0e10cSrcweir{ 2950cdf0e10cSrcweir Text [ en-US ] = "%NUMBER pages"; 2951cdf0e10cSrcweir}; 2952cdf0e10cSrcweir 2953cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +132 2954cdf0e10cSrcweir{ 2955cdf0e10cSrcweir Text [ en-US ] = "%NUMBER slides"; 2956cdf0e10cSrcweir}; 2957cdf0e10cSrcweir 2958cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +133 2959cdf0e10cSrcweir{ 2960cdf0e10cSrcweir Text [ en-US ] = "Created: %DATE"; 2961cdf0e10cSrcweir}; 2962cdf0e10cSrcweir 2963cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +134 2964cdf0e10cSrcweir{ 2965cdf0e10cSrcweir Text [ en-US ] = "Last modified: %DATE"; 2966cdf0e10cSrcweir}; 2967cdf0e10cSrcweir 2968cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +135 2969cdf0e10cSrcweir{ 2970cdf0e10cSrcweir Text [ en-US ] = "Web Wizard Settings"; 2971cdf0e10cSrcweir}; 2972cdf0e10cSrcweir 2973cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +136 2974cdf0e10cSrcweir{ 2975cdf0e10cSrcweir Text [ en-US ] = "Background image:"; 2976cdf0e10cSrcweir}; 2977cdf0e10cSrcweir 2978cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +137 2979cdf0e10cSrcweir{ 2980cdf0e10cSrcweir Text [ en-US ] = "Icon set:"; 2981cdf0e10cSrcweir}; 2982cdf0e10cSrcweir 2983cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +138 2984cdf0e10cSrcweir{ 2985cdf0e10cSrcweir Text [ en-US ] = "The icon set is used for presentations in HTML format."; 2986cdf0e10cSrcweir}; 2987cdf0e10cSrcweir 2988cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +139 2989cdf0e10cSrcweir{ 2990cdf0e10cSrcweir Text [ en-US ] = "HTML Metadata"; 2991cdf0e10cSrcweir}; 2992cdf0e10cSrcweir 2993cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +140 2994cdf0e10cSrcweir{ 2995cdf0e10cSrcweir Text [ en-US ] = "Choose..."; 2996cdf0e10cSrcweir}; 2997cdf0e10cSrcweir 2998cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +141 2999cdf0e10cSrcweir{ 3000cdf0e10cSrcweir Text [ en-US ] = "Choose..."; 3001cdf0e10cSrcweir}; 3002cdf0e10cSrcweir 3003cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +142 3004cdf0e10cSrcweir{ 3005cdf0e10cSrcweir Text [ en-US ] = "<default>"; 3006cdf0e10cSrcweir}; 3007cdf0e10cSrcweir 3008cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +143 3009cdf0e10cSrcweir{ 3010cdf0e10cSrcweir Text [ en-US ] = "Publishing via FTP Proxy is not supported."; 3011cdf0e10cSrcweir}; 3012cdf0e10cSrcweir 3013cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +144 3014cdf0e10cSrcweir{ 3015cdf0e10cSrcweir Text [ en-US ] = "<no background image>"; 3016cdf0e10cSrcweir}; 3017cdf0e10cSrcweir 3018cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +145 3019cdf0e10cSrcweir{ 3020cdf0e10cSrcweir Text [ en-US ] = "<no icon set>"; 3021cdf0e10cSrcweir}; 3022cdf0e10cSrcweir 3023cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +146 3024cdf0e10cSrcweir{ 3025cdf0e10cSrcweir Text [ en-US ] = "The FTP directory '%FILENAME' could not be created."; 3026cdf0e10cSrcweir}; 3027cdf0e10cSrcweir 3028cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +147 3029cdf0e10cSrcweir{ 3030cdf0e10cSrcweir Text [ en-US ] = "The FTP directory '%FILENAME' does not exist. \nCreate the directory now?"; 3031cdf0e10cSrcweir}; 3032cdf0e10cSrcweir 3033cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +148 3034cdf0e10cSrcweir{ 3035cdf0e10cSrcweir Text [ en-US ] = "The Zip file '%FILENAME' cannot be created: a directory of the same name already exists."; 3036cdf0e10cSrcweir}; 3037cdf0e10cSrcweir 3038cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +149 3039cdf0e10cSrcweir{ 3040cdf0e10cSrcweir Text [ en-US ] = "The local directory '%FILENAME' cannot be created. \nPlease check your write-access."; 3041cdf0e10cSrcweir}; 3042cdf0e10cSrcweir 3043cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +150 3044cdf0e10cSrcweir{ 3045cdf0e10cSrcweir Text [ en-US ] = "The local directory '%FILENAME' does not exist. \nCreate the directory now?"; 3046cdf0e10cSrcweir}; 3047cdf0e10cSrcweir 3048cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +151 3049cdf0e10cSrcweir{ 3050cdf0e10cSrcweir Text [ en-US ] = "Size: %NUMBERKB"; 3051cdf0e10cSrcweir}; 3052cdf0e10cSrcweir 3053cdf0e10cSrcweir 3054cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_START +152 3055cdf0e10cSrcweir{ 3056cdf0e10cSrcweir Text [ en-US ] = "File not found. Would you like to specify a new file location?"; 3057cdf0e10cSrcweir}; 3058cdf0e10cSrcweir 3059cdf0e10cSrcweir 3060cdf0e10cSrcweir 3061cdf0e10cSrcweir// ============================================================================ 3062cdf0e10cSrcweir// ================= WEB WIZARD FTP DIALOG RESOURCES ============= 3063cdf0e10cSrcweir// ============================================================================ 3064cdf0e10cSrcweir 3065cdf0e10cSrcweir 3066cdf0e10cSrcweir 3067cdf0e10cSrcweir 3068cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +0 3069cdf0e10cSrcweir{ 3070cdf0e10cSrcweir Text [ en-US ] = "FTP Connection"; 3071cdf0e10cSrcweir}; 3072cdf0e10cSrcweir 3073cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +1 3074cdf0e10cSrcweir{ 3075cdf0e10cSrcweir Text [ en-US ] = "~User name:"; 3076cdf0e10cSrcweir}; 3077cdf0e10cSrcweir 3078cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +2 3079cdf0e10cSrcweir{ 3080cdf0e10cSrcweir Text [ en-US ] = "~Password:"; 3081cdf0e10cSrcweir}; 3082cdf0e10cSrcweir 3083cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +3 3084cdf0e10cSrcweir{ 3085cdf0e10cSrcweir Text [ en-US ] = "Connect"; 3086cdf0e10cSrcweir}; 3087cdf0e10cSrcweir 3088cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +4 3089cdf0e10cSrcweir{ 3090cdf0e10cSrcweir Text [ en-US ] = "1. Enter FTP connection information."; 3091cdf0e10cSrcweir}; 3092cdf0e10cSrcweir 3093cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +5 3094cdf0e10cSrcweir{ 3095cdf0e10cSrcweir Text [ en-US ] = "~Server name or IP address:"; 3096cdf0e10cSrcweir}; 3097cdf0e10cSrcweir 3098cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +6 3099cdf0e10cSrcweir{ 3100cdf0e10cSrcweir Text [ en-US ] = "2. Connect to the server."; 3101cdf0e10cSrcweir}; 3102cdf0e10cSrcweir 3103cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +7 3104cdf0e10cSrcweir{ 3105cdf0e10cSrcweir Text [ en-US ] = "3. ~Choose a remote directory (optional)."; 3106cdf0e10cSrcweir}; 3107cdf0e10cSrcweir 3108cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +8 3109cdf0e10cSrcweir{ 3110cdf0e10cSrcweir Text [ en-US ] = "..."; 3111cdf0e10cSrcweir}; 3112cdf0e10cSrcweir 3113cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +9 3114cdf0e10cSrcweir{ 3115cdf0e10cSrcweir Text [ en-US ] = "Connection status is unknown"; 3116cdf0e10cSrcweir}; 3117cdf0e10cSrcweir 3118cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +10 3119cdf0e10cSrcweir{ 3120cdf0e10cSrcweir Text [ en-US ] = "Connection was established successfully"; 3121cdf0e10cSrcweir}; 3122cdf0e10cSrcweir 3123cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +11 3124cdf0e10cSrcweir{ 3125cdf0e10cSrcweir Text [ en-US ] = "Username or password is wrong"; 3126cdf0e10cSrcweir}; 3127cdf0e10cSrcweir 3128cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +12 3129cdf0e10cSrcweir{ 3130cdf0e10cSrcweir Text [ en-US ] = "Could not resolve server name"; 3131cdf0e10cSrcweir}; 3132cdf0e10cSrcweir 3133cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +13 3134cdf0e10cSrcweir{ 3135cdf0e10cSrcweir Text [ en-US ] = "You do not have sufficient user rights"; 3136cdf0e10cSrcweir}; 3137cdf0e10cSrcweir 3138cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +14 3139cdf0e10cSrcweir{ 3140cdf0e10cSrcweir Text [ en-US ] = "Cannot connect to server"; 3141cdf0e10cSrcweir}; 3142cdf0e10cSrcweir 3143cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +15 3144cdf0e10cSrcweir{ 3145cdf0e10cSrcweir Text [ en-US ] = "Unexpected error"; 3146cdf0e10cSrcweir}; 3147cdf0e10cSrcweir 3148cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +16 3149cdf0e10cSrcweir{ 3150cdf0e10cSrcweir Text [ en-US ] = "FTP publishing directory"; 3151cdf0e10cSrcweir}; 3152cdf0e10cSrcweir 3153cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +17 3154cdf0e10cSrcweir{ 3155cdf0e10cSrcweir Text [ en-US ] = "This is not an FTP folder"; 3156cdf0e10cSrcweir}; 3157cdf0e10cSrcweir 3158cdf0e10cSrcweirString RID_WEBWIZARDDIALOG_FTP +18 3159cdf0e10cSrcweir{ 3160cdf0e10cSrcweir Text [ en-US ] = "Connecting..."; 3161cdf0e10cSrcweir}; 3162cdf0e10cSrcweir 3163cdf0e10cSrcweir 3164cdf0e10cSrcweir// ============================================================================ 3165cdf0e10cSrcweir// ============================ ====================== 3166cdf0e10cSrcweir// ====================== AGENDA WIZARD RESOURCES ================ 3167cdf0e10cSrcweir// ============================ ====================== 3168cdf0e10cSrcweir// ============================================================================ 3169cdf0e10cSrcweir 3170cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +1 3171cdf0e10cSrcweir{ 3172cdf0e10cSrcweir Text [en-US ] = "Agenda Wizard"; 3173cdf0e10cSrcweir}; 3174cdf0e10cSrcweir 3175cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +2 3176cdf0e10cSrcweir{ 3177cdf0e10cSrcweir Text [en-US ] = "Make ~manual changes to this agenda template"; 3178cdf0e10cSrcweir}; 3179cdf0e10cSrcweir 3180cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +3 3181cdf0e10cSrcweir{ 3182cdf0e10cSrcweir Text [en-US ] = "Template name:"; 3183cdf0e10cSrcweir}; 3184cdf0e10cSrcweir 3185cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 4 3186cdf0e10cSrcweir{ 3187cdf0e10cSrcweir Text [en-US ] = "Location and file name:"; 3188cdf0e10cSrcweir}; 3189cdf0e10cSrcweir 3190cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +5 3191cdf0e10cSrcweir{ 3192cdf0e10cSrcweir Text [en-US ] = "What do you want to do next?"; 3193cdf0e10cSrcweir}; 3194cdf0e10cSrcweir 3195cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +6 3196cdf0e10cSrcweir{ 3197cdf0e10cSrcweir Text [en-US ] = "Please choose the page design for the agenda"; 3198cdf0e10cSrcweir}; 3199cdf0e10cSrcweir 3200cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +7 3201cdf0e10cSrcweir{ 3202cdf0e10cSrcweir Text [en-US ] = "Please select the headings you wish to include in your agenda template"; 3203cdf0e10cSrcweir}; 3204cdf0e10cSrcweir 3205cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +8 3206cdf0e10cSrcweir{ 3207cdf0e10cSrcweir Text [en-US ] = "Please enter general information for the event"; 3208cdf0e10cSrcweir}; 3209cdf0e10cSrcweir 3210cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +9 3211cdf0e10cSrcweir{ 3212cdf0e10cSrcweir Text [en-US ] = "Please specify items for the agenda"; 3213cdf0e10cSrcweir}; 3214cdf0e10cSrcweir 3215cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +10 3216cdf0e10cSrcweir{ 3217cdf0e10cSrcweir Text [en-US ] = "Please select the names you wish to include in your agenda template"; 3218cdf0e10cSrcweir}; 3219cdf0e10cSrcweir 3220cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +11 3221cdf0e10cSrcweir{ 3222cdf0e10cSrcweir Text [en-US ] = "Choose a name and save the template"; 3223cdf0e10cSrcweir}; 3224cdf0e10cSrcweir 3225cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +12 3226cdf0e10cSrcweir{ 3227cdf0e10cSrcweir Text [en-US ] = "Include form for recording minutes"; 3228cdf0e10cSrcweir}; 3229cdf0e10cSrcweir 3230cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +13 3231cdf0e10cSrcweir{ 3232cdf0e10cSrcweir Text [en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed."; 3233cdf0e10cSrcweir}; 3234cdf0e10cSrcweir 3235cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +14 3236cdf0e10cSrcweir{ 3237cdf0e10cSrcweir Text [en-US ] = "Time:"; 3238cdf0e10cSrcweir}; 3239cdf0e10cSrcweir 3240cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +15 3241cdf0e10cSrcweir{ 3242cdf0e10cSrcweir Text [en-US ] = "Name:"; 3243cdf0e10cSrcweir}; 3244cdf0e10cSrcweir 3245cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 16 3246cdf0e10cSrcweir{ 3247cdf0e10cSrcweir Text [en-US ] = "Location:"; 3248cdf0e10cSrcweir}; 3249cdf0e10cSrcweir 3250cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +17 3251cdf0e10cSrcweir{ 3252cdf0e10cSrcweir Text [en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later."; 3253cdf0e10cSrcweir}; 3254cdf0e10cSrcweir 3255cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +18 3256cdf0e10cSrcweir{ 3257cdf0e10cSrcweir Text [en-US ] = "..."; 3258cdf0e10cSrcweir}; 3259cdf0e10cSrcweir 3260cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +19 3261cdf0e10cSrcweir{ 3262cdf0e10cSrcweir Text [en-US ] = "Create an ~agenda from this template"; 3263cdf0e10cSrcweir}; 3264cdf0e10cSrcweir 3265cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +20 3266cdf0e10cSrcweir{ 3267cdf0e10cSrcweir 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."; 3268cdf0e10cSrcweir}; 3269cdf0e10cSrcweir 3270cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +21 3271cdf0e10cSrcweir{ 3272cdf0e10cSrcweir Text [en-US ] = "Agenda item"; 3273cdf0e10cSrcweir}; 3274cdf0e10cSrcweir 3275cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +22 3276cdf0e10cSrcweir{ 3277cdf0e10cSrcweir Text [en-US ] = "Responsible"; 3278cdf0e10cSrcweir}; 3279cdf0e10cSrcweir 3280cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +23 3281cdf0e10cSrcweir{ 3282cdf0e10cSrcweir Text [en-US ] = "Duration"; 3283cdf0e10cSrcweir}; 3284cdf0e10cSrcweir 3285cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +24 3286cdf0e10cSrcweir{ 3287cdf0e10cSrcweir Text [en-US ] = "Meeting called by"; 3288cdf0e10cSrcweir}; 3289cdf0e10cSrcweir 3290cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +25 3291cdf0e10cSrcweir{ 3292cdf0e10cSrcweir Text [en-US ] = "Chairperson"; 3293cdf0e10cSrcweir}; 3294cdf0e10cSrcweir 3295cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +26 3296cdf0e10cSrcweir{ 3297cdf0e10cSrcweir Text [en-US ] = "Minute keeper"; 3298cdf0e10cSrcweir}; 3299cdf0e10cSrcweir 3300cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +27 3301cdf0e10cSrcweir{ 3302cdf0e10cSrcweir Text [en-US ] = "Moderator"; 3303cdf0e10cSrcweir}; 3304cdf0e10cSrcweir 3305cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +28 3306cdf0e10cSrcweir{ 3307cdf0e10cSrcweir Text [en-US ] = "Attendees"; 3308cdf0e10cSrcweir}; 3309cdf0e10cSrcweir 3310cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +29 3311cdf0e10cSrcweir{ 3312cdf0e10cSrcweir Text [en-US ] = "Observers"; 3313cdf0e10cSrcweir}; 3314cdf0e10cSrcweir 3315cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +30 3316cdf0e10cSrcweir{ 3317cdf0e10cSrcweir Text [en-US ] = "Facility personnel"; 3318cdf0e10cSrcweir}; 3319cdf0e10cSrcweir 3320cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +31 3321cdf0e10cSrcweir{ 3322cdf0e10cSrcweir 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."; 3323cdf0e10cSrcweir}; 3324cdf0e10cSrcweir 3325cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +32 3326cdf0e10cSrcweir{ 3327cdf0e10cSrcweir Text [en-US ] = "Type of meeting"; 3328cdf0e10cSrcweir}; 3329cdf0e10cSrcweir 3330cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +33 3331cdf0e10cSrcweir{ 3332cdf0e10cSrcweir Text [en-US ] = "Please read"; 3333cdf0e10cSrcweir}; 3334cdf0e10cSrcweir 3335cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +34 3336cdf0e10cSrcweir{ 3337cdf0e10cSrcweir Text [en-US ] = "Please bring"; 3338cdf0e10cSrcweir}; 3339cdf0e10cSrcweir 3340cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +35 3341cdf0e10cSrcweir{ 3342cdf0e10cSrcweir Text [en-US ] = "Notes"; 3343cdf0e10cSrcweir}; 3344cdf0e10cSrcweir 3345cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +36 3346cdf0e10cSrcweir{ 3347cdf0e10cSrcweir Text [en-US ] = "The agenda template will include placeholders for the selected items."; 3348cdf0e10cSrcweir}; 3349cdf0e10cSrcweir 3350cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +38 3351cdf0e10cSrcweir{ 3352cdf0e10cSrcweir Text [en-US ] = "Date:"; 3353cdf0e10cSrcweir}; 3354cdf0e10cSrcweir 3355cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +39 3356cdf0e10cSrcweir{ 3357cdf0e10cSrcweir Text [en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings."; 3358cdf0e10cSrcweir}; 3359cdf0e10cSrcweir 3360cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +40 3361cdf0e10cSrcweir{ 3362cdf0e10cSrcweir Text [en-US ] = "Page design:"; 3363cdf0e10cSrcweir}; 3364cdf0e10cSrcweir 3365cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +41 3366cdf0e10cSrcweir{ 3367cdf0e10cSrcweir Text [en-US ] = "myAgendaTemplate.stw"; 3368cdf0e10cSrcweir}; 3369cdf0e10cSrcweir 3370cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +42 3371cdf0e10cSrcweir{ 3372cdf0e10cSrcweir Text [en-US ] = "My Agenda Template"; 3373cdf0e10cSrcweir}; 3374cdf0e10cSrcweir 3375cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +43 3376cdf0e10cSrcweir{ 3377cdf0e10cSrcweir Text [en-US ] = "An unexpected error occurred while saving the agenda template."; 3378cdf0e10cSrcweir}; 3379cdf0e10cSrcweir 3380cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +44 3381cdf0e10cSrcweir{ 3382cdf0e10cSrcweir Text [en-US ] = "Name"; 3383cdf0e10cSrcweir}; 3384cdf0e10cSrcweir 3385cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +45 3386cdf0e10cSrcweir{ 3387cdf0e10cSrcweir Text [en-US ] = "Date"; 3388cdf0e10cSrcweir}; 3389cdf0e10cSrcweir 3390cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +46 3391cdf0e10cSrcweir{ 3392cdf0e10cSrcweir Text [en-US ] = "Time"; 3393cdf0e10cSrcweir}; 3394cdf0e10cSrcweir 3395cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START + 47 3396cdf0e10cSrcweir{ 3397cdf0e10cSrcweir Text [en-US ] = "Location"; 3398cdf0e10cSrcweir}; 3399cdf0e10cSrcweir 3400cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +48 3401cdf0e10cSrcweir{ 3402cdf0e10cSrcweir Text [en-US ] = "Click to replace this text"; 3403cdf0e10cSrcweir}; 3404cdf0e10cSrcweir 3405cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +50 3406cdf0e10cSrcweir{ 3407cdf0e10cSrcweir Text [en-US ] = "Page design"; 3408cdf0e10cSrcweir}; 3409cdf0e10cSrcweir 3410cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +51 3411cdf0e10cSrcweir{ 3412cdf0e10cSrcweir Text [en-US ] = "General information"; 3413cdf0e10cSrcweir}; 3414cdf0e10cSrcweir 3415cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +52 3416cdf0e10cSrcweir{ 3417cdf0e10cSrcweir Text [en-US ] = "Headings to include"; 3418cdf0e10cSrcweir}; 3419cdf0e10cSrcweir 3420cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +53 3421cdf0e10cSrcweir{ 3422cdf0e10cSrcweir Text [en-US ] = "Names"; 3423cdf0e10cSrcweir}; 3424cdf0e10cSrcweir 3425cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +54 3426cdf0e10cSrcweir{ 3427cdf0e10cSrcweir Text [en-US ] = "Agenda items"; 3428cdf0e10cSrcweir}; 3429cdf0e10cSrcweir 3430cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +55 3431cdf0e10cSrcweir{ 3432cdf0e10cSrcweir Text [en-US ] = "Name and location"; 3433cdf0e10cSrcweir}; 3434cdf0e10cSrcweir 3435cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +56 3436cdf0e10cSrcweir{ 3437cdf0e10cSrcweir Text [en-US ] = "An unexpected error occurred while opening the agenda template."; 3438cdf0e10cSrcweir}; 3439cdf0e10cSrcweir 3440cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +57 3441cdf0e10cSrcweir{ 3442cdf0e10cSrcweir Text [en-US ] = "Type of meeting"; 3443cdf0e10cSrcweir}; 3444cdf0e10cSrcweir 3445cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +58 3446cdf0e10cSrcweir{ 3447cdf0e10cSrcweir Text [en-US ] = "Please bring"; 3448cdf0e10cSrcweir}; 3449cdf0e10cSrcweir 3450cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +59 3451cdf0e10cSrcweir{ 3452cdf0e10cSrcweir Text [en-US ] = "Please read"; 3453cdf0e10cSrcweir}; 3454cdf0e10cSrcweir 3455cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +60 3456cdf0e10cSrcweir{ 3457cdf0e10cSrcweir Text [en-US ] = "Notes"; 3458cdf0e10cSrcweir}; 3459cdf0e10cSrcweir 3460cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +61 3461cdf0e10cSrcweir{ 3462cdf0e10cSrcweir Text [en-US ] = "Meeting called by"; 3463cdf0e10cSrcweir}; 3464cdf0e10cSrcweir 3465cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +62 3466cdf0e10cSrcweir{ 3467cdf0e10cSrcweir Text [en-US ] = "Chairperson"; 3468cdf0e10cSrcweir}; 3469cdf0e10cSrcweir 3470cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +63 3471cdf0e10cSrcweir{ 3472cdf0e10cSrcweir Text [en-US ] = "Attendees"; 3473cdf0e10cSrcweir}; 3474cdf0e10cSrcweir 3475cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +64 3476cdf0e10cSrcweir{ 3477cdf0e10cSrcweir Text [en-US ] = "Minute keeper"; 3478cdf0e10cSrcweir}; 3479cdf0e10cSrcweir 3480cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +65 3481cdf0e10cSrcweir{ 3482cdf0e10cSrcweir Text [en-US ] = "Moderator"; 3483cdf0e10cSrcweir}; 3484cdf0e10cSrcweir 3485cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +66 3486cdf0e10cSrcweir{ 3487cdf0e10cSrcweir Text [en-US ] = "Observers"; 3488cdf0e10cSrcweir}; 3489cdf0e10cSrcweir 3490cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +67 3491cdf0e10cSrcweir{ 3492cdf0e10cSrcweir Text [en-US ] = "Facility personnel"; 3493cdf0e10cSrcweir}; 3494cdf0e10cSrcweir 3495cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +68 3496cdf0e10cSrcweir{ 3497cdf0e10cSrcweir Text [en-US ] = "Insert"; 3498cdf0e10cSrcweir}; 3499cdf0e10cSrcweir 3500cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +69 3501cdf0e10cSrcweir{ 3502cdf0e10cSrcweir Text [en-US ] = "Remove"; 3503cdf0e10cSrcweir}; 3504cdf0e10cSrcweir 3505cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +70 3506cdf0e10cSrcweir{ 3507cdf0e10cSrcweir Text [en-US ] = "Move up"; 3508cdf0e10cSrcweir}; 3509cdf0e10cSrcweir 3510cdf0e10cSrcweirString RID_AGENDAWIZARDDIALOG_START +71 3511cdf0e10cSrcweir{ 3512cdf0e10cSrcweir Text [en-US ] = "Move down"; 3513cdf0e10cSrcweir}; 3514cdf0e10cSrcweir 3515