Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rec898b74ff4ecf856ffb64b15eb87aa0bb39da30 -r68509cbd5d7c7a4eb516faa4a17f90439342a9ed --- shared/scripts/configuration/strings.py (.../strings.py) (revision ec898b74ff4ecf856ffb64b15eb87aa0bb39da30) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 68509cbd5d7c7a4eb516faa4a17f90439342a9ed) @@ -14,6 +14,7 @@ # ############################################################################ + PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] POST_TREATMENT_SCREENS = ["Disconnection", "Review", "Disposables", "Disinfection"] @@ -434,6 +435,7 @@ SettingsHome_Manager_Text = "Manager" SettingsHome_Settings_Text = "Settings" + #UF treatment LIQUID_UNIT = "mL" ULTRAFILTRATION_PAUSED_TEXT = "Ultrafiltration Paused" @@ -623,6 +625,7 @@ SERIVCES_TITLE = "Services" SERVICES_PARAMETERS = ["HD Last Service Date", "HD Next Service Date", "DG Last Service Date", "DG Next Service Date"] + #volume and brightness VOLUME_AND_BRIGHTNESS_TEXT = "Volume And Brightness" BRIGHTNESS_TEXT = "Brightness" @@ -653,3 +656,4 @@ #pretreatment_screen_bullets PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] +