Sei sulla pagina 1di 30

;-------------------------------------------------------------------------------

; UI String Data
;-------------------------------------------------------------------------------
; Record Format:
;
; <GroupID> : Index of string group - ranging from 0-#groups
; (It is most efficient to list the groups in sequential
; order without gaps)
; (-1 denotes end of file)
;
; <StringID> : Index of the string within the group ranging from 0-N
; (Each index must be unique within the string group)
; (It is most efficient to list the groups in sequential
; order without gaps)
;
; <String> : Character string
;-------------------------------------------------------------------------------

; NavBar Button Labels


0, 0, "Project && Site"
0, 1, "Building Shell"
0, 2, "Internal Loads"
0, 3, "Refrigeration"
0, 4, "Air-Side HVAC"
0, 5, "Utility && Economics"

; Start-up Dialog Strings


1, 0, " Startup Options"
1, 1, "Open &Recent Project:"
1, 2, "&Select an Existing Project to Open"
1, 3, "Create a New Project via the &Wizard"
1, 4, "Perform &DEER Analysis"
1, 5, "&Generate SkyCalc Weather File"
1, 6, "&Core Performance Analysis"
1, 7, "Start with a &Blank Slate Project"
1, 8, "OK"
1, 9, "View &Overview"
1, 10, "E&xit"
1, 20, "Use this for the earliest design phase (when information is most limited),
for smaller/simpler structures, simple schedules, and simple assignments for
internal loads and HVAC."
1, 21, "Use this for later, more detailed design (when more detailed information
is available), for larger, more complicated structures, or for more detailed
internal loads, schedules, and HVAC system assignments."
1, 22, "Schematic Design Wizard"
1, 23, "Design Development Wizard"

; Main Framework Tab Labels


2, 0, " Summary "
2, 1, " Details "
2, 2, " 3-D Geometry "
2, 3, " 2-D Geometry "
2, 4, " Internal Loads "
2, 5, " Plant Equipment "
2, 6, " Air-Side HVAC System "
2, 7, " Spreadsheet "
2, 8, " Refrigeration "

; Help - About... Dialog


3, 0, "About " ; used in dialog caption
3, 1, "&Done" ; button labels
3, 2, "&About"
3, 3, "&Credits"
3, 4, "&License"
3, 5, "For more information:" ; web site URL label
3, 6, ", version " ; used to generate version label
3, 7, ", build "
3, 8, "-unknown-" ; denotes invalid version label string

; Miscellaneous error messages


4, 0, "Initialization Error" ; from PD2App::InitInstance()
4, 1, "Unable to load RuleSet component. Exiting program." ; from
PD2App::InitInstance()
4, 2, "Error loading BDL Key file." ; from PD2App::InitInstance()
4, 3, "Error initializing BDL." ; from PD2App::InitInstance()
4, 4, "Error initializing BDLExt32." ; from PD2App::InitInstance()
4, 5, "Error initializing BDLLib32." ; from PD2App::InitInstance()
4, 6, "Error initializing BDLExt32 Symbol Data." ; from PD2App::InitInstance()
4, 7, "Error initializing BDL Component Type strings." ; from
PD2App::InitInstance()
4, 8, "Error initializing Data Status Labels." ; from PD2Globals.cpp
4, 9, "Required file not found: [files] BDBaseFile." ; from
CMainFrame::OnCreate()
4, 10, "BDX_InitBDBase() failed." ; from
CMainFrame::OnCreate()
4, 11, "User Defaults file not found." ; from
CMainFrame::OnCreate()
4, 12, "Error loading user default file." ; from
CMainFrame::OnCreate()
4, 13, "%d errors encountered loading BDL IDs:\n\n%s" ; from
CMainFrame::OnCreate()
4, 14, "Error loading BDL Dialog definitions." ; from
CMainFrame::OnCreate()
4, 15, "Error loading BDL Defaults data." ; from
CMainFrame::OnCreate()
4, 16, "Error initializing BDL Parent Type strings." ; from
PD2App::InitInstance()
4, 17, "Error loading Air System Diagram definitions." ; from
CMainFrame::OnCreate()
4, 18, "Error initializing custom BDL rate directory." ; from
CMainFrame::OnCreate()
4, 19, "Error creating Compliance Data component."
4, 20, "Error initializing Non-Hourly Results IDs." ; from
PD2App::InitInstance()
4, 21, "Error loading BDL Spreads definitions." ; from
CMainFrame::OnCreate()
4, 22, "Help information for this topic not yet available." ; SAC 1/22/10

; BDL - short data status labels


5, 0, "(Undef)" ; BDLX_DATATYPE_UNDEFINED
5, 1, "(Def Val)" ; BDLX_DATATYPE_DEF_DATA
5, 2, "(Def Exp)" ; BDLX_DATATYPE_DEF_EXP
5, 3, "(Lib Val)" ; BDLX_DATATYPE_LIB_DATA
5, 4, "(Lib Exp)" ; BDLX_DATATYPE_LIB_EXP
5, 5, "(Usr Val)" ; BDLX_DATATYPE_USER_DATA
5, 6, "(Usr Exp)" ; BDLX_DATATYPE_USER_EXP
5, 7, "(UDef Val)" ; BDLX_DATATYPE_USERDEF_DATA
5, 8, "(UDef Exp)" ; BDLX_DATATYPE_USERDEF_EXP
5, 9, "(Link Val)" ; BDLX_DATATYPE_LINK_DATA
5, 10, "(Link Exp)" ; BDLX_DATATYPE_LINK_EXP
5, 11, "(Comp Val)" ; BDLX_DATATYPE_COMP_DATA
5, 12, "(Comp Exp)" ; BDLX_DATATYPE_COMP_EXP
5, 13, "(CompLib Val)" ; BDLX_DATATYPE_COMP_LIBDATA
5, 14, "(CompLib Exp)" ; BDLX_DATATYPE_COMP_LIBEXP
5, 15, "(Comp Sym)" ; BDLX_DATATYPE_COMP_DEFSYM

; BDL - data status strings appended to tool tip messages


6, 0, " (undefined)" ; BDLX_DATATYPE_UNDEFINED
6, 1, " (default value)" ; BDLX_DATATYPE_DEF_DATA
6, 2, " (default expression)" ; BDLX_DATATYPE_DEF_EXP
6, 3, " (library value)" ; BDLX_DATATYPE_LIB_DATA
6, 4, " (library expression)" ; BDLX_DATATYPE_LIB_EXP
6, 5, " (user value)" ; BDLX_DATATYPE_USER_DATA
6, 6, " (user expression)" ; BDLX_DATATYPE_USER_EXP
6, 7, " (user default value)" ; BDLX_DATATYPE_USERDEF_DATA
6, 8, " (user default expression)" ; BDLX_DATATYPE_USERDEF_EXP
6, 9, " (linked value)" ; BDLX_DATATYPE_LINK_DATA
6, 10, " (linked expression)" ; BDLX_DATATYPE_LINK_EXP
6, 11, " (compliance value)" ; BDLX_DATATYPE_COMP_DATA
6, 12, " (compliance expression)" ; BDLX_DATATYPE_COMP_EXP
6, 13, " (compliance library value)" ; BDLX_DATATYPE_COMP_LIBDATA
6, 14, " (compliance library expression)" ; BDLX_DATATYPE_COMP_LIBEXP
6, 15, " (compliance default symbol)" ; BDLX_DATATYPE_COMP_DEFSYM

; BDBase (wizard & project data) - short data status labels


7, 0, "(Undef)" ; BDS_Undefined
7, 1, "(Prg Def)" ; BDS_ProgDefault
7, 2, "(Rul Def)" ; BDS_RuleDefault
7, 3, "(Rul Lib)" ; BDS_RuleLibrary
7, 4, "(Rul Val)" ; BDS_RuleDefined
7, 5, "(Usr Def)" ; BDS_UserDefault
7, 6, "(Usr Lib)" ; BDS_UserLibrary
7, 7, "(Usr Val)" ; BDS_UserDefined
7, 8, "(Sim Rslt)" ; BDS_SimResult

; BDBase (wizard & project data) - data status strings appended to tool tip
messages
8, 0, " (undefined)" ; BDS_Undefined
8, 1, " (program default)" ; BDS_ProgDefault
8, 2, " (ruleset default)" ; BDS_RuleDefault
8, 3, " (ruleset library)" ; BDS_RuleLibrary
8, 4, " (ruleset value)" ; BDS_RuleDefined
8, 5, " (user default)" ; BDS_UserDefault
8, 6, " (user library)" ; BDS_UserLibrary
8, 7, " (user value)" ; BDS_UserDefined
8, 8, " (simulation result)" ; BDS_SimResult

; BDL Range Checking Error messages


9, 0, "Entered value is not allowed because this value has special meaning to the
program. Please enter another value."
9, 1, "Range Checking Violation for "
9, 2, "Error: Input value must be >= "
9, 3, "Error: Input value must be <= "
9, 4, "Error: Input value must be > "
9, 5, "Caution: It is recommended that the input value be <= "
9, 6, "Error: Before selection of this month, the day value must be <= "
9, 7, "Compliance Ruleset "

; Miscellaneous UI Strings
10, 0, "Ready" ; Default status bar message
10, 1, "Wizard Warning" ; wizard warning messagebox dialog caption
; wizard warning message
; 10, 2, "The wizard inputs will be presented in the exact same form they were in
at the end of your last wizard session (if any)."
; 10, 3, " The wizard inputs will NOT reflect any modifications made to the
building model since the original"
; 10, 4, " building model was generated.\n\nTo avoid overwriting the existing
building model, modify the Project Name field in the first"
; 10, 5, " wizard dialog prior to selecting the 'Finish' button from the wizard.
If you do not modify the project name in the wizard, then"
; 10, 6, " the existing building model will be overwritten by the building model
generated from the wizard inputs.\n\nPress 'OK' to"
; 10, 7, " initiate the Building Wizard, or\npress 'Cancel' to return to the
existing project description."
10, 2, "WARNING - You are entering the Building Creation Wizard. Any changes"
10, 3, " you've made in the detailed interface MAY be lost if you press 'OK'."
10, 4, "\n\nIf you wish to retain the changes made in the detailed interface,
rename"
10, 5, " the project file upon entering the Wizard by modifying the Project Name"
10, 6, " field on the first Wizard Screen prior to pressing the 'Finish' button."
10, 7, "\n\nPress 'OK' to initiate the Building Creation Wizard, or\npress
'Cancel' to return to the existing project description."
10, 8, "Project:"
10, 9, "No Project Loaded"
10, 10, "The data just modified will cause the following " ; CMainFrm
10, 11, " error(s):\n\n " ; CMainFrm
10, 12, "This data modification will cause other values to change.\nPress OK to
accept"
10, 13, " all data modifications or\nCancel to restore the previous values."
10, 14, "You are attempting to alter the type of a building component imported
from a library. If you alter the component type, then the library linkage"
10, 15, " will be broken and the library supplied data will be defaulted. Press
OK to override the component type, or Cancel to abort this modification."
10, 16, "To alter the type of a building component which is linked to another, you
must first remove that linkage."
10, 17, "Component Linkage Found"
10, 18, "Library Linkage Found"
10, 19, "Error loading ScrnKey library information."
10, 20, "Error loading library component."
10, 21, "Error loading library link data."
10, 22, "Error creating BDL input file from wizard inputs!"
10, 23, "Error opening new project!"
10, 24, "Project and wizard components must exist prior to accessing the EEM Run
Wizard."
10, 25, " Energy Efficiency Measures (EEM) Wizard"
10, 26, "This EEM Details dialog is too large to display in your current screen
resolution mode (%dx%d vs. %dx%d).",
10, 27, "Energy Efficiency Measure Details"
10, 28, "%ld Bad Building Component(s)."
10, 29, "Building OK."
; EEM Run stuff
10, 30, "\n\nPress <OK> to fix the names via the EEM Run Wizard, or <Cancel> to
abort the simulation option."
10, 31, "EvaluateEEMWizardStuff() Failed."
10, 32, "Loading Simulation DLL"
10, 33, "Generating Simulation Input File - "
10, 34, "Error generating EEM run #%d simulation input file '%s'."
10, 35, "Reading Simulation Input File - "
10, 36, "%d error(s) found in the EEM run '%s' BDL input file."
10, 37, "Weather file '%s' not found. You must select an available weather file
before performing a simulation."
10, 38, "No weather file selected. You must select an available weather file
before performing a simulation."
10, 39, "%ld Bad Building Component(s) exist. You must fix these errors before
performing a simulation."
10, 40, "Writing Simulation Standard File"
10, 41, "Error: %ld standard file writing errors encountered."
10, 42, "Performing Simulation"
10, 43, "Run %d of %d: %s"
10, 44, "Simulation Progress"
10, 45, "%d Run(s) Completed Successfully\n"
10, 46, "%d Run(s) Terminated Due To Errors\n"
10, 47, "%d Run(s) Aborted By User\n"
10, 48, "\nPress 'Yes' to view summary results or 'No' to return to the main
screen." ; SAC 11/26/01 - no longer referenced
; Compliance Analysis strings
10, 49, "%ld Bad Building Component(s) found. All building components must pass
the basic error"
10, 50, " checking process before compliance analysis can be performed."
10, 51, "RuleProcRead() failed."
10, 52, "Compliance analysis result: PASSED"
10, 53, "Compliance analysis result: FAILED"
; More Misc CMainFrm strings
10, 54, "No errors found to list."
10, 55, "Confirm Data Modifications"
10, 56, "Maximum number of tracked modifications exceeded."
10, 57, "Component Copy Failed."
; Quick Menu (right mouse pop-up menu) item strings & error messages
10, 58, "&Item Help"
10, 59, "&Topic Help"
10, 60, "&Restore Default"
10, 61, "AppendMenu( ... ) Failed."
10, 62, "AppendMenu( Separator ) Failed."
; More Misc CMainFrm strings
10, 63, "Error loading recent file."
10, 64, "Error loading BDL Dialog definitions."
; More CPDTreeCtrl
10, 65, "Error loading tree data from file '%s'."
10, 66, "Error retrieving tree data for this module."
10, 67, "Create another "
10, 68, "&Properties..."
10, 69, "Create child "
10, 70, "Create "
10, 71, "Create Child Component"
10, 72, "&Delete..."
10, 73, "&Help"
10, 74, "AppendMenu( Create ... ) Failed."
10, 75, "AppendMenu( Properties ) Failed."
10, 76, "AppendMenu( Separator ) Failed."
10, 77, "unused" ; was "AppendMenu( Create a Copy ) Failed."
10, 78, "unused" ; was "AppendMenu( Create a Linked... ) Failed."
10, 79, "AppendMenu( Create Child... ) Failed."
10, 80, "AppendMenu( Delete ) Failed."
10, 81, "AppendMenu( Help ) Failed."
; CMainFrm strings having to do with switching user interface modes (wizard vs.
detailed)
10, 82, "Switching to Wizard Data Edit mode will enable you to utilize the
building creation and/or EEM run wizards."
10, 83, " Any modifications you may have made to the detailed building
description will be lost if you either press"
10, 84, " the 'Finish' button from the building creation wizard or enter the EEM
run wizard."
10, 85, "Switching to Wizard Data Edit mode will enable you to re-enter the
building creation and/or EEM run wizards"
10, 86, " but will cause any modifications you may have made to the detailed
building description to be lost."
10, 87, "\n\nSelect YES to switch to Wizard Data Edit mode, or\nNO to remain in
the Detailed Data Edit mode."
10, 88, "Switching to Detailed Data Edit mode will enable you to edit the detailed
building description but will"
10, 89, " cause all EEM wizard information to be ignored."
10, 90, "\n\nSelect YES to switch to Detailed Data Edit mode, or\nNO to remain in
the Wizard Data Edit mode."
10, 91, "Only projects that were originally generated from wizard inputs allow re-
entry into the building create"
10, 92, " wizard.\nTo generate a new building description from the wizard, select
File - New from the menu bar."
10, 93, "You must select the 'Mode' menu bar option and switch modes to 'Wizard
Data Edit' if you wish to re-enter the building creation wizard."
10, 94, "Only projects that were originally generated from wizard inputs can
perform EEM runs.\nTo generate a new"
10, 95, " building description from the wizard, select File - New from the menu
bar."
10, 96, "You must select the 'Mode' menu bar option and switch modes to 'Wizard
Data Edit' if you wish to describe EEM runs."
10, 97, "You must select the 'Mode' menu bar option and switch modes to 'Detailed
Data Edit' if you wish to edit detailed building description data."
10, 98, "Data Edit Error"
10, 99, "Generating building description..."
10,100, "\nPress OK to restore the previous value(s), or\nCancel to proceed with
the data modification."
10,101, "Define &Link..."
10,102, "AppendMenu( Link ) Failed."
; CMainFrm strings having to do with modifying imported library components
10,103, "You have requested a change to a library component. Library components
cannot be edited, so performing this modification will cause this"
10,104, " component to become part of your project rather than being fetched from
the library upon project open. As a result, this component will"
10,105, " not benefit from any future library updates or fixes but otherwise this
action should not cause any problems with your project."
10,106, "\n\nPress OK to continue with the component modification, or Cancel to
abort this modification."
; Compliance Ruleset Load error strings
10,107, "Error setting up complinace ruleset symbol list."
10,108, "The compliance ruleset previously selected into this project was not
found.\nThe default ruleset (if any) will be installed instead."
; CMainFrm strings having to do with Navigation requiring component creation
10,109, "The following building component(s) must be created before this screen
can be displayed:\n "
10,110, "\n\nSelect OK to create the new building component(s), or Cancel to
prevent their creation."
10,111, " Navigation"
; CMainFrm strings having to do with Button Processing (optional list
insert/add/remove)
10,112, "2 or more list items must exist before one can be removed."
10,113, "Error encountered while setting new last week schedule end day to 12/31."
10,114, "Error encountered while shifting list data to fill removed item(s)."
10,115, "Error encountered while relocating list data."
10,116, "Error encountered while shifting list data to create new item(s)."
10,117, "Error encountered while setting week schedule dates to accomodate
inserted week."
10,118, "Error encountered while adjusting week schedules to accomodate new week
assignment."
; UI Ctrl strings having to do with modifying BDL DEFAULT library components
10,119, "You have requested a change to a default library component. Default
library components cannot be edited."
; Strings prompting user to perform straight sim or baseline/EEMs
10,120, "Press 'Yes' to perform a simulation on the existing building description
in memory.\n"
10,121, "Press 'No' to select which runs (baseline and/or any existing EEM runs)
to simulate."
; String prompting user whether or not to abort remaining simulations (after they
already aborted one)
10,122, "Would you like to abort all %d remaining simulations?"
; Strings to support the new Write Detailed Input feature
10,123, "Project must first be saved to a file."
10,124, " - Details.txt"
10,125, "Write Input Details "
10,126, "Succeeded."
10,127, "Failed."
10,128, "At least one BDL command must be selected for output."
; Compliance Reporting strings
10,129, "A compliance ruleset must be selected into the project data before
compliance analysis can be performed."
10,130, "A compliance ruleset must be selected into the project data and the
analysis must be performed before any compliance reports can be viewed."
10,131, "Compliance report '%s' not found. Compliance analysis must be peformed
prior to reviewing the output compliance report(s)."
10,132, "\n\nWould you like to perform the compliance analysis now?"
10,133, "The following compliance report was found:\n %s\n\nOnline review of
compliance reports stored in PDF format is not yet implemented."
10,134, " This report can however be viewed and/or printed using Adobe's free
Acrobat Reader which can be downloaded from their website at:\n "
10,135, "http://www.adobe.com/products/acrobat/readstep.html"
10,136, "Press 'Yes' if you would like to install the compliance ruleset defaults
now or "
10,137, "'No' to wait until the compliance analysis is performed."
; PD2 application strings used to prompt user to confirm re-open of current project
10,138, "You are attempting to re-open a project that is already loaded."
10,139, " If you confirm this action, then all modifications made to the project
since it was last saved WILL BE LOST!"
10,140, "\n\nPress 'Yes' to re-open the current project, or 'No' to abort this
operation."
; Leading text for name of "blank" BDL components when no screens alternative
exists
10,141, "Default "
; Added to alert user of impending data reset if action performed
10,142, "Data Modification Warning"
10,143, "WARNING - Changing the space's Schedule Type will cause all of this
space's Occupancy Types to get re-initialized."
10,144, "\n\nChoose 'Yes' to confirm the Schedule Type change, or 'No' to abort
the change."
; more Quick Menu (right mouse pop-up menu) item strings
10,145, "&View Default/Range..."
10,146, "&Edit/View User Default..."
; Batch processing results
10,147, "Batch Processing Results:"
10,148, " %d Record(s) Processed Successfully"
10,149, " %d Record(s) Terminated Due To Errors"
10,150, " %d Record(s) Aborted By User"
10,151, "\nWould you like to restore the original project data?"
10,152, "Storing hourly results..."
10,153, "Batch Processing Aborted on or following %d%s run."
; Save to Library option strings
10,154, "&Save to Library..."
10,155, "AppendMenu( Save to Library ) Failed."
10,156, "This component name has already been used.\nPlease pick another."
; Message to user upon failure to launch external reporting application
10,157, "Unable to launch external reporting application."
; Message to user when attempting to initiate feature that is only allowed in
Detailed mode
10,158, "You must select the 'Mode' menu bar option and switch modes to 'Detailed
Data Edit' in order to activate this feature."
; Pre-File Import message
10,159, "Would you like to pre-process this import file to ensure that it contains
only import-compatible commands and to filter out duplicate building components?"
10,160, "Import Pre-Processing Aborted by user."
10,161, "Import Pre-Processing Results:"
10,162, " %d Commands/Components Prepared for Import"
10,163, " %d Duplicate Components Skipped"
10,164, " %d Commands Skipped"
10,165, " %d Errors Encountered"
; Added below for the RunSimDlg to allow it to display both EEM and Parametric Run
selection
10,166, "EEM Run Selection"
; Dialog Title text
10,167, "Place a check next to each EEM run you would like to have simulated."
; Long Text Comment
10,168, "EEM Runs:"
; Short Text Comment
10,169, "Parametric Run Selection"
; Dialog Title text
10,170, "Place a check next to each Parametric run you would like to have
simulated." ; Long Text Comment
10,171, "Parametric Runs:"
; Short Text Comment
; more Quick Menu (right mouse pop-up menu) item strings
10,172, "Edit/View User E&xpression..."
; Error message for when user tries to create a ZONE when no SPACEs are available
for assignment
10,173, "At least one Space component with no corresponding Zone must exist prior
to creating a new Zone."
; Simulation Complete dialog strings
10,174, "Simulation(s) Complete"
10,175, "View Summary Results/Reports..."
10,176, "View Detailed Simulation Output File..."
10,177, "Return to the Input Building Description"
10,178, "Detailed Simulation Output File(s)"
; Wizard SD to DD Conversion dialog strings
10,179, "Help"
10,180, "Store DD Wizard To New Project..."
10,181, "Convert Current Project to DD"
10,182, "Abort"
10,183, "Note the following wizard conversion warnings:"
10,184, "Store the resulting DD wizard information to a new project file"
10,185, "Modify the current project to utilize the DD wizard"
10,186, "Abort conversion to the DD wizard"
; Access to DD Wizard from SD Project strings
10,187, "The current project is configured to use the Schematic Design (SD) Wizard
but it is the Design Development (DD) Wizard"
10,188, " that is being invoked. Converting this project for use in the DD Wizard
will prevent the future use of the SD wizard"
10,189, " for this project.\n\nWould you like to convert this project for use with
the DD wizard and initiate that wizard?"
; Prevent deletion of PARAMETER commands
10,190, "Global parameters cannot be deleted within the user interface at this
time."
10,191, "Cannot Delete Component"
; Warn user to check contents of latitude, longitude, time zone and altitude for
consistency with the newly selected weather file
10,192, "If the building's location has changed then there are likely other site-
related data (such as latitude, longitude, "
10,193, "time zone and altitude) in the Site Properties dialog that should be
updated to be consistent with the new location."
10,194, "\n\nWould you like to review the Site Properties dialog now?"
; New simulation status strings for SBD analysis
10,195, "Run %d of %d"
10,196, "%s: %s"
10,197, ", Step 1 of 3"
10,198, ", Step 1 of 2: Title-24 Analysis Progress"
10,199, ", Step 2 of 2: SBD Analysis Progress"
10,200, "Step 1 of 2: Title-24 Analysis Progress"
10,201, "Step 2 of 2: SBD Analysis Progress"
; Misc. SBD analysis support
10,202, "A valid Savings By Design selection must be specified prior to performing
Savings By Design analysis.\n\n"
10,203, "You can do this by returning to the wizard, selecting 'Savings By Design
(T-24)' as the "
10,204, "Energy Code Compliance Analysis option and then leave the wizard and
regenerate your building description by pressing the 'Finish' button."
10,205, "If you have made few or no changes to the detailed building description,
you can return to the wizard and select 'Savings By Design (T-24)' as the "
10,206, "Energy Code Compliance Analysis option and then leave the wizard and
regenerate your building description by pressing the 'Finish' button.\n\n"
10,207, "Another option which preserves any detailed building description changes
is to double click on the Project item at the top of the project component "
10,208, "tree and select a Savings By Design option within the Code Compliance
list."
10,209, "You can do this by double clicking on the Project item at the top of the
project component tree and then selecting a "
10,210, "Savings By Design option within the Code Compliance list."
10,211, "\n\nNOTE: A variety of previously unavailable/hidden building model
inputs will become available upon selecting any Code Compliance option and some of
these "
10,212, "inputs may be classified as 'required' by the selected ruleset. It is
recommended that you review all building component tabbed dialogs after selecting a
Code "
10,213, "Compliance option and before performing any compliance or SBD analysis."
; New batch processing messages
10,214, "Project %d of %d: Run %d of %d"
10,215, "ERROR -- Opening project file: %s"
10,216, "Warning -- Opening project file: %s"
10,217, "Caution -- Opening project file: %s"
10,218, "ERROR -- %d BDL error(s) written to: %s"
; More CPDTreeCtrl
10,219, "Import Window4/5 Report File..."
10,220, "AppendMenu( Import ... ) Failed."
; project data reading error messages
10,221, "The following %s Rate file was referenced by this project's wizard data
but not found:\n %s"
10,222, "The following Electric & Gas Rate files were referenced by this project's
wizard data but not found:\n %s\n %s"
10,223, "\nThis will not affect the building model currently in memory, unless you
re-enter the wizard and\nthen exit by pressing the Finish button."
10,224, "The following Window4/5 Report files were referenced by this project's
wizard data but not found:"
10,225, "\n Shell '%s' %s glass type #%d = %s"
10,226, "\n %s glass type #%d = %s"
; CDlgPolygonView status bar message
10,227, "Select the wizard shell to display in the background of this diagram"
; Mainfrm messages warning user of possible blasting of FacetWiz components
10,228, "There are %d facets with user-defined window/door placement data
provided.\n"
10,229, "Installing the value/selection just entered will cause all user-defined
window/door data for this shell to be deleted.\n"
10,230, "\nAre you sure you wish to install this value/selection (and thereby
delete your custom window/door placements)?"
10,231, "Changing any data within the %s screen will cause all user-defined
window/door data for this shell to be deleted.\n"
10,232, "\nDo you still wish to display the %s screen?"
10,233, "It is recommended that all footprint shape, zoning pattern and other
exterior facet-related inputs "
10,234, "(such as Floor-to-Ceiling/Floor heights) be defined before specifying
custom window/door placement information."
10,235, " Subsequent changes to footprint shape, zoning pattern and related
properties may result in the loss of all window/door "
10,236, "placement data for this shell.\n\nDo you still wish to display the Custom
Window/Door Placement screen?"
10,237, "There is %d facet with user-defined window/door placement data
provided.\n"
10,238, "Entering the %s screen will cause all user-defined window/door data for
this shell to be deleted.\n"
; Compliance Required Keyword Notification dialog strings
10,239, "Help"
10,240, "Cancel"
10,241, "Terminate the compliance analysis"
10,242, "Perform Preliminary Analysis"
10,243, "Perform Submittable Analysis"
10,244, "View/Specify Required Inputs..."
10,245, "Perform analysis resulting in preliminary compliance results and reports"
10,246, "Perform analysis resulting in permit submittal compliance results and
reports"
10,247, "Specify inputs required for preliminary compliance analysis and reports"
10,248, "Specify inputs required for compliance analysis and reports that are
acceptable for building permit submittal"
10,249, "Install All Available Defaults (as specified above)"
10,250, "WARNING: Any Title-24 analysis defaults installed to the building
description will likely require later updating to be consistent with plan
documents."
10,251, " It is therefore recommended that you make note of the building inputs
being defaulted to facilitate future review/update."
10,252, "Installing Compliance Defaults..."
10,253, "Not all required building inputs have been specified."
10,254, " " ; SAC 4/10/09 - removed OK/Cancel prompt
10,255, "CAD Drawing File Name:"
10,256, "CAD Drawing File Version:"
10,257, "The following were recorded as un-supported entities:"
10,258, "The following were recorded as supported entities:"
10,259, "The following were recorded as exploded entities:"
; Mainfrm BDL component re-eval message
10,260, "Re-evaluating all building components can take a few minutes, depending
on the complexity of the model and speed of the computer."
10,261, "\n\nAre you sure you wish to re-evaluate all building components?"
; Mainfrm - Post BDL Import component re-eval message
10,262, "Data imported from a BDL file can affect the defaulting of other
components already in the building model. Re-evaluating all building components
will ensure that"
10,263, " the entire model has taken into account the latest BDL additions, but
can take as long as a few minutes, depending on the complexity of the model and
speed of the computer."
10,264, "\n\nWould you like to re-evaluate all building components?"
10,265, "Re-evaluating all building components..."
10,266, "Topic does not exist. Contact your vendor for an updated help file."
10,267, "Help file not found:\n "
; SRR progress bar - AFR 9/13/06
10,268, "SRR Run %d of %d"
; TWV 4/18/07 Add Tutorial to QuickMenu
10,269, "&Tutorials and Reference"
; TWV 5/7/07 Add Delete QuickMenu Pick to History Tree
10,270, "&Remove Run Results from Listing"
10,271, "&Remove Project and its Run Results from Listing"
; SAC 3/23/09 - user message used to prompt user to close a file open in another
application so that eQUEST can write to it
10,272, "The %s file '%s' is opened in another application. This file must be
closed in that application before an updated file can be written."
10,273, "\n\nSelect 'Retry' to update the file (once the file is closed), or
\n'Cancel' to abort the file writing process."
; AFR 3/26/09 - continued - Compliance Required Keyword Notification dialog strings
10,280, "Continue Permit Analysis"
10,281, "Continue Permit Analysis once all required keyword data is specified."
; SAC 7/3/09 - moved existing compliance options dialog caption here and added new
caption for LEED dialog
10,282, "Compliance Analysis Options"
10,283, "LEED Baseline Design Generation Options"
10,284, "Selected LEED baseline design project filename will cause the overwrite
of %d file(s):\n %s.*"
10,285, "Overwrite"
10,286, "Return"
10,287, "LEED Analysis Completed"
10,288, "Generation of the LEED baseline building model was successfully
completed,"
10,289, "but an error was encountered attempting to store that model to a project"
10,290, "file. Please contact %s developers for further assistance."
10,291, "Generation of the LEED baseline building model was successfully
completed."
10,292, "The following baseline design project includes parametric runs for each"
10,293, "building rotation for your convenience in performing those simulations:"
10,294, "Are you sure you wish to exit %s?"
; SAC 2/10/10 - export space loads report CSV
10,295, "Export Space Loads Report (CSV)"
10,296, "Untitled"
10,297, " - SpaceLoads"
; TWV 11/29/12 Failed project loads were failing to find a UIString too, so I added
this one below
10,298, "Application failed to load an existing file"

; Main Detailed View Tab title strings


11, 0, "Data describing "
11, 1, ": "
11, 2, "Screen definitions not found for this building component type."
11, 3, "Select a building model component from the tree to display its data
here."

; PD2Doc strings
12, 0, "Generating 2 dimensional geometry."
12, 1, "Generating 3 dimensional geometry."
12, 2, "This machine will be unable to view this project in 3-D mode.\nDisabling
the 3-D view mode."
12, 3, "Initializing user library."
12, 4, "Library file '%s' not found."
12, 5, "Error initializing library file '%s'."
12, 6, "CPD2Doc::OnNewDocument() Error creating project component."
12, 7, "Initializing BDL memory."
12, 8, "New Project Created"
12, 9, "Saving project data."
12, 10, "Project Saved"
12, 11, "Saving DOE-2 BDL input file."
12, 12, "Invalid project file extension."
12, 13, "Importing project data."
12, 14, "Performing project defaulting."
12, 15, "Error creating EEMRun2 component."
12, 16, "Opening DOE-2 BDL input file."
12, 17, "Generating expression dependency lists."
12, 18, "The project file must be saved before performing this action.\n\nPress
<OK> to save the current project as:\n "
12, 19, "\n\nIf you would like to save the project to a different file, press
<Cancel>, then select File - Save As to create "
12, 20, "the new project file and then reinitiate the action."
12, 21, "The selected project file's input units type is not compatible with
current program settings."
12, 22, "There are insufficient system resources to efficiently render this
building in 3 dimensions.\n\n"
12, 23, "Press 'OK' to disable the 3-D view for this project, or 'Cancel' to
enable the 3-D view despite the limited resources."
12, 24, "Initializing CAD drawing information."
12, 25, "CAD file '%s' not found.\n\nWould you like to Browse for a replacement
CAD file?"
12, 26, "An error occurred while trying to load the following CAD file:\n '%s'"
12, 27, "This project contains "
12, 28, " user inputs for window height and/or % coverage that override default
values. In order to"
12, 29, " produce equivalent building models in this version of "
12, 30, ", the following wizard window description changes need to be made:"
12, 31, "\n\n(1) Window height inputs should be updated to include frame width "
12, 32, "(previous versions assumed that window height excluded frame width)."
12, 33, "\n\n(2) % Window inputs should be updated to reflect Floor-to-Ceiling
wall heights "
12, 34, "(previous versions applied the % inputs to the floor-to-floor wall
heights)."
12, 35, "building creation wizard"
12, 36, "EEM wizard"
12, 37, "building creation and EEM wizard"
12, 38, "Checking/resetting symbolic values..."
12, 39, "Retrieving simulation results referenced by summary views..."
12, 40, "CAD file not found:\n %s\n\n"
12, 41, "Click 'Browse...' to select a replacement CAD file,\n"
12, 42, " 'Skip' to leave CAD file reference intact and continue opening the
project,\n"
12, 43, " 'Remove' to remove all references to this CAD file, or\n"
12, 44, " 'Remove All' to remove references to ALL CAD files not found on this
system."
12, 45, "Browse..."
12, 46, "Skip"
12, 47, "Remove"
12, 48, "Remove All"
; editing the custom footprint shape, but the roof shape is smaller.
12, 49, "This custom footprint shape exceeds the extents of the custom roof
shape.\n\n"
12, 50, "Click:\n 'Continue' to accept this footprint and auto-generate a
standard roof shape,\n"
12, 51, " 'Return' to return to the previous screen to edit the shape,
or\n"
12, 52, " 'Cancel' to keep the custom roof shape, losing edits to the
custom footprint shape."
12, 53, "Continue"
12, 54, "Return"
12, 55, "Cancel"
; editing the custom roof shape, but the footprint is larger.
; 12, 56, "The current footprint shape exceeds the extents of this custom roof
shape.\n\n"
12, 56, "This custom roof shape contains one or more vertices that lie inside the
outline of the building shell footprint shape.\n\n"
12, 57, "Click:\n 'Return' to return to the previous screen to edit the
shape, or\n"
12, 58, " 'Cancel', losing edits to the custom roof shape."

; Non-MainFrm & PD2Doc Status Bar Message strings


13, 0, "Refreshing Results Data..."
13, 1, "Resetting 3-D geometry data..."
13, 2, "Loading 3-D geometry data..."
13, 3, "Copying " ; used by tree control following drag/drop operation
13, 4, "Moving " ; used by tree control following drag/drop operation
13, 5, "Loading Compliance Ruleset File..."
13, 6, "Initializing Compliance Ruleset..."
13, 7, "RuleProcInit() failed."

; Miscellaneous dialog button captions


14, 0, "Done"
14, 1, "OK"
14, 2, "Cancel"
14, 3, "Help"

; Miscellaneous UI Control Strings (Combo-boxes, edit controls, spreadsheets...)


15, 0, "- none -" ; String for indicating no object is assigned
15, 1, "- undefined -"
15, 2, "- create -"
15, 3, "- library -"
15, 4, "n/a" ; String for displaying unused data
15, 5, "Symbolic" ; label for PARAMETERs
15, 6, "Numeric" ; label for PARAMETERs
15, 7, "Unknown" ; label for PARAMETERs
15, 8, "create new " ; Combobox
15, 9, "Error retrieving BDL default UI data from BDLScrns.dll" ; Combobox
15, 10, "Combo-Box Control Error" ; Combobox
15, 11, " (rule lib)"
15, 12, " (user lib)"
15, 13, "- sim default -"
15, 14, "Building Component"
15, 15, "This data is not user editable." ; All UI controls
15, 16, "Edit Control Error" ; Edit controls
15, 17, "Only components which are not already assigned elsewhere may be
selected." ; Spreadsheet error msg
15, 18, "Component Type" ; Spreadsheet - Multiple create rename spread column
titles
15, 19, "Existing Component" ; (same)
15, 20, "New Component" ; (same)
15, 21, "The new component name must contain at least one alpha-numeric
character." ; Spread - name error
15, 22, "This name is already in use, enter a unique name for the new component."
; (same)
15, 23, "The entered name is a reserved string, enter another name for the new
component." ; (same)
15, 24, "The entered name is already in use by another component being created."
; (same)
15, 25, "Picture Not Available:" ; CPDCtrlPicture Error Messages
15, 26, " File Not Found:" ; (same)
15, 27, "Picture ID = %d" ; (same)
15, 28, "Selection list exceeds maximum length of %s characters (%s required).
Notify program support representative."
15, 29, "Spreadsheet Refresh Error"
15, 30, "- baseline run -"
15, 31, "- import CAD file -"
15, 32, "- import additional CAD file -"

; CDlgRequired & CPDDialog


16, 0, "Required "
16, 1, " Data"
16, 2, " for '"
16, 3, "Press Done once all required data is defined."
16, 4, "Press Cancel to leave dialog without specifying required data."
16, 5, "Every data element must be defined before continuing.\n"
16, 6, "In order to ensure proper component defaulting and simulation you must
define every data element on the required"
16, 7, " data dialog and then select the Done button. Leaving any required data
dialog without doing so may cause fatal"
16, 8, " program errors.\n\nPress OK to return to the required data dialog,
or\nCancel to leave without further processing."
16, 9, "Canceling from this required keyword dialog will cause this building
component to be deleted.\n\n"
16, 10, "Press OK to confirm component deletion, or\nCancel to return to the
required keyword dialog."
16, 11, "User Input Error"
16, 12, "Error deleting building component: CPDDialog::FinalProcessing()"

; CDlgLibrary (library import)


17, 0, " Library Selection"
17, 1, "Category:"
17, 2, "Entry:"
17, 3, "Parent "
17, 4, "Library Name:"
17, 5, "Library File:"
17, 6, "Library Entry Description:"
17, 7, "Press OK to select active library component."
17, 8, "Press Cancel to return without selecting library component."
17, 9, "Select the desired library category from the list."
17, 10, "Select the desired library entry from the list."
17, 11, "Select parent building component."
17, 12, "Invalid parent component."

; CDlgRenameLink (rename/link component)


18, 0, "Rename Building Component"
18, 1, "Define Component Linkage"
18, 2, "Reassign Component Linkage"
18, 3, "Reassign Keyword Reference"
18, 4, "Enter the new name for the "
18, 5, "previously identified as '"
18, 6, "Select the "
18, 7, " to link"
18, 8, " to:"
18, 9, "The selected library component's name"
18, 10, "' conflicts"
18, 11, "with an existing building component."
18, 12, "Enter a new name for this "
18, 13, "Enter new name for building component."
18, 14, "Assign linkage for building component."
18, 15, "Select new keyword reference for building component."
18, 16, "Press Done to accept changes."
18, 17, "Press OK to accept changes."
18, 18, "Press Cancel to return without saving changes."
18, 19, "You must enter a name in the name field before selecting OK."
18, 20, "The entered name is a reserved string, enter a new name for the component
being created."
18, 21, "This name is already in use, enter a unique name for the component being
created."
18, 22, "Error setting component name to database."
18, 23, "The name must contain at least one alpha-numeric character."
; CDlgCreateComponent
19, 0, "Create "
19, 1, " Name:"
19, 2, "Parent "
19, 3, " Type:"
19, 4, "Link Component To:"
19, 5, "Component To Copy:"
19, 6, "Creation Option:"
19, 7, "Load Component From Library"
19, 8, "Press OK to create building component."
19, 9, "Press Cancel to return without creating component."
19, 10, "Enter the name of the building component to create."
19, 11, "Select parent building component."
19, 12, "Select component type to create."
19, 13, "Press the library button to import from a building component library."
19, 14, "Select the existing component to link this new component to."
19, 15, "Select the desired creation option."
19, 16, "Check this box to re-create children of the component selected above."
19, 17, "Check this box to re-create components assigned to the component selected
above."
19, 18, "Create from scratch"
19, 19, "Link to existing component"
19, 20, "Copy an existing component"
19, 21, "Create and Link to all child components"
19, 22, "Create and Copy all child components"
19, 23, "Create and Link to all assigned components"
19, 24, "Create and Copy all assigned components"
19, 25, "You must enter a name in the name field before selecting OK."
19, 26, "The entered name is a reserved string, enter a new name for the component
being created."
19, 27, "This name is already in use, enter a unique name for the component being
created."
19, 28, "Invalid parent component."
19, 29, "Invalid or no component type defined."
19, 30, "The entered name must contain at least one alpha-numeric character."
19, 31, "Component Creation Error"
19, 32, "You must first create a valid parent component of type: "
19, 33, "The maximum number of components of this type (%d"
19, 34, ") are already defined. Cannot create any more components of this type
until one or more is deleted."
19, 35, "Building components of this type are not yet implemented."
19, 36, "A building component of type "
19, 37, " must be created before the creation of this "
19, 38, "There must be at least one component of type "
19, 39, " that has no parent component assignment before the creation of this "
19, 40, " or "
19, 41, "Component names cannot exceed %d characters in length. %d characters
must be removed from the name."
19, 42, "Create and Link to all assigned children"
19, 43, "Create and Copy all assigned children"

; BDL - strings appended to polygon names when generating their mirror image
20, 0, " - SMirror" ; CANNOT EXCEED 15 characters
20, 1, " - SM" ; CANNOT EXCEED 7 characters
20, 2, "Error initializing strings appended to polygon names when generating
their mirror image." ; PD2App::InitInstance()
; CDlgMultCreateName
21, 0, "Multiple Creation Naming"
21, 1, "Press OK to create the new building components."
21, 2, "Press Cancel to abort the building component creation process."
21, 3, "Enter the desired names in the 'New Component' column, then press OK."

; Graphic file formats supported by CPDCtrlPicture


22, 0, "Bitmap"
22, 1, "JPG"
22, 2, "GIF"
22, 3, "PNG"

; File-New Dialog Strings


23, 0, " New Project Options"
23, 1, "&Wizard Generated building description"
23, 2, "&Blank Slate building description"
23, 3, "OK"
23, 4, "Project %ld"

; File-Open Strings
24, 0, "DOE-2.2 BDL Input Files (*"

; Delete Component Dialog Strings


25, 0, " To Delete:" ; Component to delete combobox label
25, 1, "Delete" ; button label
25, 2, "Cancel" ; button label
25, 3, "Component Deletion Error" ; error dialog caption
25, 4, "Press Delete to delete the selected building component." ;
Messages
25, 5, "Press Cancel to return without deleting a building component."
25, 6, "Select the building component to delete."
25, 7, "Select the building component to reset all linkages to."
25, 8, "Select the building component to reset all keyword references to."
25, 9, "Child Components:" ; Child related strings
25, 10, "No child components exist."
25, 11, "%d child component(s) exist."
25, 12, "All child components must be either deleted or reassigned to other
parents"
25, 13, "before deletion can be performed. Reassignment of child components can
be"
25, 14, "achieved by editing the properties of each child component."
25, 15, "Linked Components:" ; Linkage related strings
25, 16, "No linked components exist."
25, 17, "%d linked component(s) exist."
25, 18, "No linkage reassignments can be made without producing circularities. "
25, 19, "Therefore, if the component is deleted all links to the component being "
25, 20, "deleted will be removed entirely."
25, 21, "Keyword Assignments:" ; Keyword Reference related strings
25, 22, "No keyword assignments exist."
25, 23, "%d keyword assignment(s) exist."
25, 24, "Over %d keyword assignments exist."
25, 25, "Error encountered searching for keyword assignments."
25, 26, "%d building component(s) reference the component selected for deletion."
25, 27, "All %d keyword assignment(s) are optional."
25, 28, "All %d keyword assignment(s) are required."
25, 29, "%d keyword assignment(s) are optional and %d are required."
25, 30, "All keyword assignments can be reassigned to other building components."
25, 31, "%d required keyword assignment(s) cannot be reassigned to another
component."
25, 32, "%d optional keyword assignment(s) cannot be reassigned to another
component."
25, 33, "%d required and %d optional keyword assignments cannot be reassigned."
25, 34, " All required keyword assignments that cannot be reassigned must be"
25, 35, " resolved before this building component can be deleted."
25, 36, "No other building components can be substituted for the component"
25, 37, "being deleted. Therefore all keyword assignments will be reset"
25, 38, "during the course of deleting this building component."
25, 39, "Any optional keyword assignments that cannot be reassigned will be"
25, 40, "reset during the course of deleting this building component."
25, 41, "Bad or missing building component selection." ; Error messages
25, 42, "Error resolving linkages to the component being deleted."
25, 43, "Error retrieving new link building component."
25, 44, "Invalid link reassignment building component."
25, 45, "Error resolving keyword references to the component being deleted."
25, 46, "Error retrieving new keyword assignment building component."
25, 47, "Invalid keyword reassignment building component."
25, 48, "Maximum number of allowable keyword assignments exceeded."
25, 49, "Error loading keyword reference information."
25, 50, "BDLCIO Error deleting building component."
25, 51, "Reassign all linkages to: " ; Linkage control labels
25, 52, "Prompt for each reassignment or link breakage"
25, 53, "Break all linkages to the component being deleted"
25, 54, "Break linkage to the component being deleted"
25, 55, "Reassign all links to:"
25, 56, "Reassign link to:"
25, 57, "Prompt for each keyword reassignment or reset" ; Keyword control
labels
25, 58, "Reset all keyword references to the component being deleted"
25, 59, "Reset keyword reference to the component being deleted"
25, 60, "Reassign all keyword references to:"
25, 61, "Reassign keyword reference to:"
25, 62, "Error deleting building component: CPDDialog::FinalProcessing()"
25, 63, "All subordinate components will be deleted."
25, 64, "All links to the selected component and it's subordinate components will
be reset."
25, 65, "All non-required keywords for the selected component and it's children
will be reset."
25, 66, "You are attempting to delete a component with %d child(ren), however %d
keyword assignment(s) are required. This component and it's children must be
deleted seperately."

; Hourly Reports/Blocks Dialog Strings


26, 0, "Hourly Results Selection" ; Dialog caption
26, 1, "Select Report or Block to View/Edit:" ; Tree label
26, 2, "New Report" ; Button labels
26, 3, "New Block"
26, 4, "Del Report"
26, 5, "Del Block"
26, 6, "Hourly Report Name:" ; Report-mode UI control labels
26, 7, "On/Off Schedule:"
26, 8, "Output Option:"
26, 9, "Assigned Hourly Report Blocks:"
26, 10, "Report Block Name:" ; Block-mode UI control labels
26, 11, "Variable Type:"
26, 12, "Building Component:"
26, 13, "Selected Hourly Results Series:"
26, 14, "At least one result series must always be selected."
26, 15, " "
26, 16, "One or more building components of type "
26, 17, " must exist before this report block type can be selected."
26, 18, "Error selecting building component."

; Project Properties Dialog Strings


27, 0, "Project Properties"
27, 1, "&Close"
27, 2, "This project has a history containing %d previous simulation result(s)
and it is therefore recommended that you save "
27, 3, "the project using a new file name in order to ensure that all previous
simulation results remain associated with the previous "
27, 4, "project name. Failing to save this project using a new file name will
result in the previous simulation results "
27, 5, "being associated with the new project name.\n\nWould you like to save
this project using a new file name?"

; Dialog that lists shape vertex locations for a specified polygon


28, 0, "Parent Component"
28, 1, "Child Component"
28, 2, "*Vtx"
28, 3, "*Vtx => The parent component's shape vertex whose location determines the
position of the"
28, 4, " corresponding child component."
28, 5, "Shape Vertex Deletion Error"
28, 6, "The selected vertex (#%d) cannot be deleted because doing so would cause
errors to occur in the"
28, 7, "following child components that are positioned based on the location of
this shape vertex:"
28, 8, "Child Component Locations"
28, 9, "The following child components are positioned based on the location of
vertices describing"
28, 10, "this shape:"

; Button labels and tooltip strings for new action button window
29, 0, "Building Creation Wizard"
29, 1, "Building Wizard"
29, 2, "Energy Efficiency Measure Wizard"
29, 3, "EEM Wizard"
29, 4, "Simulate Building Performance"
29, 5, "Simulate Building"
29, 6, "Perform Compliance Analysis"
29, 7, "Compliance Analysis"
29, 8, "Review Simulation Results View"
29, 9, "Simulation Results"
29, 10, "Review Compliance Analysis Report"
29, 11, "Compliance Report"
29, 12, "Return to Building Description Mode"
29, 13, "Building Description"
29, 14, "Actions"
29, 15, "Component Tree"
; 29, 15, "Detailed Tree" - SAC 12/6/01 - changed to above

; Main view GRID tab strings


30, 0, "Display Mode:"

; Compliance Analysis Completed dialog


31, 0, "Compliance Analysis Completed"
31, 1, "Compliance analysis successfully completed."
31, 2, "Analysis Results:"
31, 3, "&View Report"
31, 4, "&Done"
31, 5, "\nPlease wait while the input building description is restored..."
31, 6, " "
31, 7, "Press the 'View Report' button to view the compliance report, or the "
31, 8, "'Done' button to return to the building description"

; FillElementString strings
32, 0, "Fixed"
32, 1, "Building"
32, 2, "Shade"
32, 3, "Conditioned"
32, 4, "Unconditioned"
32, 5, "Plenum"
32, 6, "Space"
32, 7, "Exterior"
32, 8, "Interior"
32, 9, "Underground"
32, 10, "Floor"
32, 11, "Roof"
32, 12, "Wall"
32, 13, "Ceiling"
32, 14, "Window"
32, 15, "Door"

; DlgViewRangeDefault strings
; - status bar messages
33, 0, "Press Done when finished viewing default and range information."
33, 1, "Press Edit/View Expressions to display input and default expressions."
33, 2, "Edit/View Expressions..."
; - dialog caption
33, 3, "View Default/Range"
; - dialog labels
33, 4, "BDL Command and Keyword Names"
33, 5, "Command: "
33, 6, " Keyword: "
33, 7, "Status Bar Message"
33, 8, "Data Type Information"
33, 9, "The referenced building component can be loaded from a library."
33, 10, "The only compatible subtype is "
33, 11, "The compatible subtypes are "
33, 12, "No range checking performed on input value."
33, 13, "Error"
33, 14, "Caution"
33, 15, " if value "
33, 16, "<= "
33, 17, "< "
33, 18, "> "
33, 19, "Current and Default Values"
33, 20, "Current value:"
33, 21, "User-defined default:"
33, 22, "DOE-2 default:"
33, 23, "Units Label"
33, 24, "(unknown)"
33, 25, "(none)"
; - used for Command/Keyword status labeling
33, 26, "NAME"
33, 27, "NAME-OPT"
33, 28, "PARENT"
33, 29, "GRAND-PARENT"
33, 30, "TYPE"
33, 31, "VALUE"
; - used for data type labeling
33, 32, "A character string of up to %d characters."
33, 33, "A single "
33, 34, "A list of "
33, 35, "rounded "
33, 36, "numeric value"
33, 37, "pre-defined symbolic value"
33, 38, "reference to another building component"
33, 39, "references to other building components"
33, 40, "reference to a child building component"
33, 41, "references to child building components"
; - miscellaneous punctuation
33, 42, ", "
33, 43, " and "
33, 44, "."
33, 45, " and "
; - BDL reserved data value strings
33, 46, "(required)"
33, 47, "(unused)"
33, 48, "(no default)"
33, 49, "(unfilled)"

; DlgExpression strings
; - caption
34, 0, "View Input and Default Expressions"
; - misc dialog labels
34, 1, "Current Value"
34, 2, "No User Input Entered"
34, 3, "User Input Value (displayed above)"
34, 4, "User Input Expression:"
34, 5, "User-Defined Default Value:"
34, 6, "User-Defined Default Expression:"
34, 7, "DOE-2 Default Value:"
34, 8, "DOE-2 Default Expression:"
; - button labels
34, 9, "Edit User Input Expression..."
34, 10, "Create User Input Expression..."
34, 11, "Edit User-Defined Default..."
34, 12, "Create User-Defined Default..."
34, 13, "Select this button to edit/create the user input expression."
34, 14, "Select this button to edit/create the user-defined default."
; DlgViewUserDefault strings
; - captions
35, 0, "User-Defined Default"
35, 1, "User Input Expression"
; - default button strings
35, 2, "Use DOE-2 Default"
35, 3, "User-Defined Default Value:"
35, 4, "User-Defined Default Expression:"
35, 5, "Use the DOE-2 default and not a user-defined default."
35, 6, "Enter a user-defined default value."
35, 7, "Enter a user-defined default expression."
; - button captions
35, 8, "Install Expression From User Input"
35, 9, "Install Expression From User Default"
35, 10, "Install Expression From DOE-2 Default"
; - status bar messages
35, 11, "Enter the expression which defines this building element."
35, 12, "Select this button to install the user input expression."
35, 13, "Select this button to install the user-defined default expression."
35, 14, "Select this button to install the DOE-2 default expression."
35, 15, "Enter user-defined default value."
35, 16, "Select user-defined default from drop-down list."

; strings appended onto the end of integer values (based on mod(X,10))


36, 0, "th"
36, 1, "st"
36, 2, "nd"
36, 3, "rd"
36, 4, "th"
36, 5, "th"
36, 6, "th"
36, 7, "th"
36, 8, "th"
36, 9, "th"

; strings referenced by the CDlgLibrarySaveOptions class


37, 0, "Library Save Options"
37, 1, "Storage of %s component to library:"
37, 2, "Data to Save"
37, 3, "User Defined Data"
37, 4, "User Defined Default"
37, 5, "Library Data"
37, 6, "Linked/Liked Data"
37, 7, "Other Components to Save"
37, 8, "Child Component(s)"
37, 9, "Referenced Component(s)"
37, 10, "Compliance Data"

; strings referenced by the CDlgLibrarySaveComponent class


38, 0, "Save %s to Library"
38, 1, "Library Category:"
38, 2, "Component Name:"
38, 3, "Description:"
38, 4, "Line 1:"
38, 5, "Line 2:"
38, 6, "&Save"
38, 7, "&Don't Save"
38, 8, "&Abort"
38, 9, "You must enter a name in the name field before selecting OK."
38, 10, "This name is already in use, enter a unique name for the building
component."
38, 11, "This name is being used for a default library component of the same type.
Do you wish to overwrite the default library component?"

; strings references by the CDlgparametricRuns class


39, 0, "Parametric Run Definitions"
; Dialog caption
39, 1, "Existing Parametric Runs"
; Tree label
39, 2, "Create Parametric Run"
; Button labels
39, 3, "Create Parametric Component"
; Button labels
39, 4, "Delete Selected Item"
; Button labels
39, 5, "Delete ..."
; Button labels
39, 6, "Name:"
; Parametric Run mode UI control labels
39, 7, "Label:" ;
Parametric Run mode UI control labels
39, 8, "Perform Run"
; Parametric Run mode UI control labels
39, 9, "Run Based On:"
; Parametric Run mode UI control labels
39, 10, "Name:" ; Component-
mode UI control labels
39, 11, "References:" ; Component-
mode UI control labels
39, 12, "Component Type:"
; Keyword Grid column 1 header
39, 13, "Keyword"
; Keyword Grid column 2 header
;39, 14, "Index"
; Keyword Grid column 3 header
39, 14, "Units"
; AFR 4/12/07 - Keyword Grid column 3 header
39, 15, "Value"
39, 16, "Rulelist"
; Parametric Component Type 1
39, 17, "BDL Command"
; Parametric Component Type 2
39, 18, "Select All"
; Button text for BDL Command Reference list
39, 19, "Clear All"
; Button text for BDL Command Reference list
39, 20, "Baseline Run"
; Combo box text for clearing selection
39, 21, "A Parametric Run must be selected in order to create a component" ;
MsgBox string when user tries to create a component without a run being selected
39, 22, "Required data missing from currently selected entry."
; MsgBox string when user tries to navigate to a different entry when current
is incomplete
39, 23,"Type:"
39, 24,"Data Modifications:" ; SAC 4/24/07 - was: 'Keywords:'
39, 25,"Rulelist:"
39, 26,"- none -"
; Heading at the top of the keyword grid used to delete
existing items
39, 27, "The selected keyword is already listed. Continuing will delete existing
entry.\n Continue?"
39, 28, "Unable to find the symbol definition for %s"
39, 29, "%s is not a numeric entry."
39, 30, "The name %s is already being used. Please re-enter a different
name."
39, 31, "The label %s is already being used. Please re-enter a different label."
39, 32, "Grid View"
39, 33, "All runs based on this run will be altered so they will be based on the
run this run is based on.\n Continue with delete?"
39, 34, "- Select Keyword -"
39, 35, "%s Type:"
39, 36, "Parametric components altering BDL commands with multiple keyword lists
(based on TYPE)\r\n"
39, 37, "must only reference BDL components of a single TYPE. This rule is
violated for parametric\r\n"
39, 38, "component '%s' and the following referenced BDL component(s):"
39, 39, "Component 'TYPE' can only be selected for modification in the first row
of the grid."
39, 40, "Run Based On Separate Building Description (DOE-2 BDL .INP file)"
39, 41, "Category"
; Keyword Grid column 0 header
39, 42, "Display DOE-2 BDL Keyword"
39, 43, "Sort Component Type"
39, 44, "Parametric run referenced BDL input file not found:\n %s"
39, 45, "Baseline Design"

; strings references by the CDlgParamRunsSpread class


40, 0, "Parametric Runs Comparison Listing"
; Dialog Caption
40, 1, "Edit"
; Edit Button Label
40, 2, "Component"
; Column 1 Header
40, 3, "Reference(s)"
; Column 2 Header
40, 4, "Keyword"
; Column 3 Header
40, 5, "Array Idx"
; Column 4 Header
40, 6, "Baseline"
40, 7, "NONE"
40, 8, "(ALL)"
40, 9, "(1 of %d)"
40, 10, "N/A"

; CDlgBDLError strings
41, 0, "%d error(s) found in the project's BDL input file. Details describing
the BDL errors can be found in the file:"
41, 1, "%d error(s) reinitializing BDL memory."
41, 2, "Press 'Continue' to remain in the program, or\npress 'Exit' to exit the
program."
; CViewAirSystem strings
42, 0, "Show Zone Assignments"
42, 1, "Show Zone Features"
42, 2, "Show Zone Locations"
42, 3, "Hide Zone Assignments"
42, 4, "Hide Zone Features"
42, 5, "Hide Zone Locations"
42, 6, "Zone Assignments"
42, 7, "Zone Features"
42, 8, "Zone Locations"

; CDlgSimOutput
43, 0, "Yes"
43, 1, "No"
43, 2, "Run:"
43, 3, "%d Run(s) Found in Project Directory"
43, 4, "Press 'Yes' to view summary results or 'No' to return to the main
screen."
43, 5, "Done"
43, 6, "Report:"
43, 7, "Component:"

; Analysis Run/Opportunity types


44, 1, ".restopp"

; Labels for special section of required keyword dialog for Luminaire Types
45, 0, "Coefficients of Utilization"
45, 1, "Room"
45, 2, "Cavity"
45, 3, "Ratio"
45, 4, "0.80"
45, 5, "0.50"
45, 6, "0.30"
45, 7, "Ceiling Cavity Reflectance"
45, 8, "0.50"
45, 9, "0.30"
45, 10, "0.10"
45, 11, "Wall Reflectance"

; SAC 7/31/02 - Added strings for new EEM run mechanism


46, 0, "Archiving baseline building wizard components..."
46, 1, "Restoring archived baseline building wizard components..."
46, 2, "Initializing EEM run data..."
46, 3, "Checking and archiving EEM run data..."
46, 4, "EEM # %d: '%s'\n\n"
46, 5, "Presence of this icon is an indication that the current wizard display
mode is set to 'Whole Site/Building EEM'."
46, 6, " All modifications made in the wizard when in this mode get recorded as
changes corresponding to EEM run identified above."
46, 7, " Press the 'Finish' button from the wizard once you are done describing
this EEM run to return to the main EEM run screen."
46, 8, " "

; Strings related to new 2-D geometry DiagData BDBase objects


47, 0, "Detailed UI DiagData"
47, 1, "Establish or eliminate a link between the current shell and a DWG
drawing file by selecting from the list of options above."
47, 2, "Establish or eliminate a link between the current floor and a DWG
drawing file by selecting from the list of options above."
; CDlgBDLErrors Strings
48, 0, "The following is a listing of BDL Errors:"
48, 1, "Invalid command and/or reference table indices."
48, 2, "Present Modal (non-tabbed) Dialog."
48, 3, "Error Navigation"
48, 4, "Select an error from the tree above to view it's details here."
48, 5, "&Close"
48, 6, "&Variable Function"
48, 7, "There are no more BDL errors."
48, 8, "<unknown/invalid component name>"
48, 9, "&Collapse All"
48, 10, "&Expand All"
48, 11, "Select an error from the tree above to view it's details here."

; Strings used in Autoplot ... 2DAutoplot, DlgAutoplot and View2DGeometry.


49, 0, "You have selected an initial segment, either select a different
point/segment, or press 'Autoplot' to plot."
49, 1, "Press 'Autoplot' for autoplot mode, or select points manually."
49, 2, "The plot has completed, press 'Commit' to accept."
49, 3, "Filling segment data structure. This may take some time."
49, 4, "Please select a start point in the lower left corner."
49, 5, "Processing footprint. This may take some time."
49, 6, "An array of all possible line segments has been constructed from the
visible layers. Please select a vertex from which to begin the user assisted
autoplot feature."
49, 7, "Stepping forward. The flashing segment is a preview of plot direction.
Press 'Autoplot' to re-engage autoplot mode."
49, 8, "Press 'Autoplot' to accept this vertex, or pick a new vertex then press
'Autoplot'."
49, 9, "vertices have been selected where only 120 vertices are allowed.\nSome
suggestions:\n\n\t1. Right click in the drawing and remove co-linear
vertices.\n\t2. Delete unnecessary vertices.\n\t3. Reset, and manually select a
simplified footprint."
49, 10, "vertices have been selected where only 120 vertices are allowed."
49, 11, "Processing complete. Press 'OK' to quit."
49, 12, "In Co-Linear mode. Please select those flashing vertices which you DO
NOT wish to delete at this time, then right-click and click on 'Remove flashing co-
linear vertices'."
49, 13, "More then one segment extends from the point you selected. Please
select the proper segment."
49, 14, "No vertex was found ..."
49, 15, "No segment was found ..."
49, 16, "No matching segment was found ..."
49, 17, "If there are un-committed points plotted, they will be lost. Click
'Cancel' to exit this dialog and return to Autoplot mode to make additional changes
and to commit the plot."
49, 18, "Autoplot has hit a deadend. Please select a point to continue from."
49, 19, "Could not create AutoPlot Dialog"
49, 20, "You have committed the Auto Zone plot, but have not clicked 'Create New
Zone'. Click 'Cancel' to exit this dialog and return to Autoplot zone mode to make
additional changes and to create this zone."
49, 21, "Processing complete. Press 'Create New Zone' to accept."
49, 22, "Please select a start point in the lower left corner of a new zone
boundary, or press 'X' to exit."
49, 23, "There are no valid co-linear verticies to delete."

; Dialog control text.


49, 40, "&OK"
49, 41, "&Autoplot"
49, 42, "Co&mmit"
49, 43, "&Forward"
49, 44, "&Reset Data"
49, 45, "Segment(s)"
49, 46, "&Help"
49, 47, "&Undo Last"
49, 48, "Vertex Count:"
49, 49, "&Backward"
49, 50, "Autoplot Control Center"
49, 52, "Autoplot Help"
49, 53, "Create New Zone"
49, 54, "Delete Active Zone"

; Right mouse menu text for Autoplot.


49, 80, "Mark segment(s) as a dead end"
49, 82, "Remove the last vertex"
49, 83, "Back up to this vertex"
49, 84, "Remove this vertex"
49, 85, "Mark co-linear vertices"
49, 86, "Unmark this dead end segment"
49, 87, "Ignore this segment"
49, 88, "Remove flashing co-linear vertices"

; Window/Door/Glass Schedule Item Properties Tabbed Dialog Strings.


50, 0, "Window/Door/Glass Schedule Item Properties"
50, 1, "&Close"
50, 2, "Select the window schedule item to create a window based on or view the
properties of"
50, 3, "Select the door schedule item to create a window based on or view the
properties of"
50, 4, "Window Schedule Item Properties"
50, 5, "Door Schedule Item Properties"
50, 6, "Glass Schedule Item Properties"

; Right mouse menu text for Custom Window/Door Placement.


51, 0, "Delete door/window"
51, 1, "Window/Door/Glass Dummy 1"
51, 2, "Window/Door/Glass Dummy 2"
51, 3, "Move to the diagram and click near the desired facet to place this item."
51, 4, "This window is too tall to fit in the available space."
51, 5, "There has been an overlap detected between two doors/windows.\nPlease fix
it so no overlap exists."
51, 6, "Delete currently selected window/door?"
51, 7, "The selected window width is wider then the current facet will
allow.\n\tWindow width = %g\n\tFacet width = %g"
51, 8, "Are you sure you wish to restore the default roof shape (and elimnate all
custom roof shape information)?"

; QC Reporting
52, 0, "Quality Control Reports"
52, 1, "Error encountered creating QC Reporting Dialog"
52, 2, "&Close"
52, 3, "&Print"
52, 4, "QC Summary"
52, 5, "QC Details"
52, 6, "Summary Reports"
52, 7, "Select the type(s) of quality control information you would like
displayed above"
52, 8, "Page %d"
52, 9, "Error retrieving QC reporting variable '%s' from %s (%d) '%s'"

; LEED Baseline Model Generation & Results Reporting


53, 0, "Bldg 90deg"
53, 1, "Bldg 180deg"
53, 2, "Bldg 270deg"
53, 3, "1"
53, 4, "2"
53, 5, "3"
53, 6, "Param 90deg"
53, 7, "Param 180deg"
53, 8, "Param 270deg"
53, 9, "Export LEED Analysis Results"
53, 10, "The following issue(s) must be resolved before LEED results can be
exported:\n"
53, 11, "Proposed"
53, 12, "LEED Baseline (no rotation)"
53, 13, "LEED Baseline (90� rotation)"
53, 14, "LEED Baseline (180� rotation)"
53, 15, "LEED Baseline (270� rotation)"
53, 16, "%s building model file not specified."
53, 17, "%s building model simulation results not found."
53, 18, "Simulation results may not be current (inputs: %s vs. results: %s)."
53, 19, "Simulation results located (%s)."
53, 20, "Simulation results located."
53, 21, "LEED results cannot be exported until an export path and filename is
defined."
53, 22, "'%s' already exists.\nDo you want to replace it?"
53, 23, "Duplications exist in the following model file & run selections: "
53, 24, "LEED-NC Base Bldg"
53, 25, "LEED results ruleset file not found:\n %s"
53, 26, "Error retrieving LEED version indicator (Proj:LEEDRes_Version)."
53, 27, "Error retrieving simulation results filenames for the following run(s):
"
53, 28, "Unknown error encountered while exporting LEED results."
53, 29, "LEED results successfully exported to:\n %s\n\nWould you like to open
this file for review?"
53, 30, "User chose not to overwrite LEED results export file:\n %s"
53, 31, "Error encountered reading/initializing LEED results ruleset file:\n %s"
53, 32, "Error exporting LEED results: %d run file(s) referenced (expecting 5)."
53, 33, "(unknown)"
53, 34, "LEED simulation results file not found:\n %s"
53, 35, "Simulation errors reported in LEED %s run results file:\n %s"
53, 36, "CSV Written "
53, 37, "LEED Results CSV File Error"
53, 38, "Unknown error (PD file exception) writing LEED Results CSV file:\n %s"
53, 39, "Unknown error (file exception) writing LEED Results CSV file:\n %s"
53, 40, "Unknown error (user exception) writing LEED Results CSV file:\n %s"
53, 41, "Unknown error writing LEED Results CSV file:\n %s"
53, 42, "Retrieving run simulation date/times..."
53, 43, "Scanning simulation results for DOE-2 version and messages..."
53, 44, "Calculating hours under heated/cooled..."
53, 45, "Writing LEED results file..."
53, 46, "(not found)"
53, 47, "The project specified as the LEED Proposed Design does not correspond
with the currently loaded project.\n"
53, 48, "The project/run specified as the LEED Proposed Design does not correspond
with the 'Baseline Design' of the currently loaded project.\n"
53, 49, "Certain global (project & compliance) and site parameters data is
referenced during the LEED results export routine, "
53, 50, "so it is important for the currently loaded project to reflect the same
inputs as the LEED Proposed Design model."
53, 51, "\n\nWould you like to continue exporting the LEED results?"
53, 52, "Retrieving Proposed Run simulation results..."
53, 53, "Retrieving Baseline 0� Run simulation results..."
53, 54, "Retrieving Baseline 90� Run simulation results..."
53, 55, "Retrieving Baseline 180� Run simulation results..."
53, 56, "Retrieving Baseline 270� Run simulation results..."
53, 57, "Processing simulation results for export..."
53, 58, "Retrieving utility rate data for export..."

; _AFR_CUSTOM_SKYLIGHTS AFR 12/10/09 - Custom Skylights


54, 0, "Create Skylight"
54, 1, "Copy Skylight(s)"
54, 2, "Paste Skylight(s)"
54, 3, "Delete Skylight(s)"
54, 4, "Create Space-wide Checkerboard Grid"
54, 5, "Create Space-wide Row, Col Grid"
54, 6, "Create Floor-wide Checkerboard Grid"
54, 7, "Create Floor-wide Row, Col Grid"
54, 8, "Delete Invalid Skylights"
54, 9, "Skylight Types:"
54, 10, "Individual Skylights:"
54, 11, "Existing"
54, 12, "New"
54, 13, "Generating Grid Skylights..."
54, 14, "Positioning Grid Skylights..."
54, 15, "All Custom Skylight data will be reset. Continue?"
54, 16, "At least one skylight type component must be present at all times. The
final component of this type cannot be deleted."

; SAC 1/5/10 - generic BDBase component deletion stuff (initially implemented for
SkyTypWiz component deletion)
55, 0, "The building component being deleted "
55, 1, "is referenced "
55, 2, " times by other"
55, 3, "has "
55, 4, " child"
55, 5, " component(s) and has "
55, 6, " component(s). If this component is deleted, then all "
55, 7, "its children will also be deleted and all references to the "
55, 8, "component being deleted or any of its children"
55, 9, " references to it"
55, 10, " will be reinitialized. "
55, 11, "Are you sure you want to delete the "
55, 12, "building component"
55, 13, "Delete %s"

; SAC 2/19/10 - added messages associated w/ space loads CSV export


56, 1, "Space Loads CSV report file cannot be exported until an export path and
filename is defined."
56, 2, "'%s' already exists.\nDo you want to replace it?"
56, 3, "Unknown error encountered while exporting Space Loads CSV report file."
56, 4, "Space Loads report successfully exported to:\n %s\n\nWould you like to
open this file for review?"
56, 5, "User chose not to overwrite space loads export file:\n %s"
56, 6, "Space Loads Export CSV File Error"
56, 7, "Unknown error (PD file exception) writing space loads export CSV file:\n
%s"
56, 8, "Unknown error (file exception) writing space loads export CSV file:\n
%s"
56, 9, "Unknown error (user exception) writing space loads export CSV file:\n
%s"
56, 10, "Unknown error writing space loads export CSV file:\n %s"
56, 11, "Retrieving run simulation date/times..."
56, 12, "Writing space loads export file..."

; SAC 3/29/10 - added strings associated w/ meter-based batch CSV results


57, 1, " (multiple)"
57, 2, "(multiple fuels)"
57, 3, "Electric"
57, 4, "Steam"
57, 5, "Chilled Water"
57, 6, "Natural Gas"
57, 7, "LPG"
57, 8, "Fuel Oil"
57, 9, "Diesel Oil"
57, 10, "Coal"
57, 11, "Methanol"
57, 12, "Other Fuel"
57, 13, "future"
57, 14, "future"
57, 15, "future"
57, 16, "All Elec Mtrs"
57, 17, "All Fuel Mtrs"
57, 18, "All Stm Mtrs"
57, 19, "All CHW Mtrs"

-1

Potrebbero piacerti anche