Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r2185dc9cf0c1828420f77290e981f308cb14cd36 -r650db9740238b22facd117b9216b28a1b619d70b --- shared/scripts/configuration/strings.py (.../strings.py) (revision 2185dc9cf0c1828420f77290e981f308cb14cd36) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 650db9740238b22facd117b9216b28a1b619d70b) @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- + ########################################################################### # # Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. @@ -35,6 +36,18 @@ #recirculate screens RECIRCULATE_TEXT = "Recirculate" RECONNECT_BUTTON_TEXT = "RECONNECT" + +#rinseback-setup +RINSE_BACK_SETUP_TEXT = "Rinseback Setup" +RINSEBACK_BUTTON_TEXT = "START RINSEBACK" +BACK_TO_TREATMENT_BUTTON_TEXT = "BACK TO TREATMENT" +END_IMAGE_BUTTON_TEXT = "End" +DECELERATE_BUTTON_TEXT = "Decelerate" +ACCELERATE_BUTTON_TEXT = "Accelerate" +PAUSE_BUTTON_TEXT = "Pause" +RESUME_BUTTON_TEXT = "Resume" +RINSEBACK_TEXT = "Rinseback" +RINSEBACK_COMPLETE_TEXT = "Rinseback Complete" END_TREATMENT_BUTTON_TEXT = "END TREATMENT" BACK_TO_RECIRCULATE_TEXT = "BACK TO RECIRCULATE" RECONNECT_TEXT = "Reconnect" Index: shared/scripts/names.py =================================================================== diff -u -r2185dc9cf0c1828420f77290e981f308cb14cd36 -r650db9740238b22facd117b9216b28a1b619d70b --- shared/scripts/names.py (.../names.py) (revision 2185dc9cf0c1828420f77290e981f308cb14cd36) +++ shared/scripts/names.py (.../names.py) (revision 650db9740238b22facd117b9216b28a1b619d70b) @@ -521,6 +521,10 @@ o_rinse_back_text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackInit_EndTreatmentRinsebackInit, "text": "Rinseback Setup", "type": "Text", "unnamed": 1, "visible": True} #Rinseback Start button text o_start_rinseback_init_button_text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackInit_EndTreatmentRinsebackInit, "text": "START RINSEBACK", "type": "Text", "unnamed": 1, "visible": True} +#Rinseback back to treatment button text +o_init_rinseback_back_to_treatment_button_text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackInit_EndTreatmentRinsebackInit, "text": "BACK TO TREATMENT", "type": "Text", "unnamed": 1, "visible": True} +#Rinseback end treatment button text +o_init_rinseback_end_treatment_button_text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackInit_EndTreatmentRinsebackInit, "text": "END TREATMENT", "type": "Text", "unnamed": 1, "visible": True} #Rinseback END image and button text o_EndTreatmentRinseback_imageEnd_ImageText = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinseback_EndTreatmentRinseback, "id": "_imageEnd", "source": "qrc:/images/iRedCrossWCircle", "type": "ImageText", "unnamed": 1, "visible": True} #Decelerate Image text and button text @@ -539,8 +543,12 @@ o_EndTreatmentRinsebackComplete_END_TREATMENT_Text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackComplete_EndTreatmentRinsebackComplete, "text": "END TREATMENT", "type": "Text", "unnamed": 1, "visible": True} #Rinseback complete Additional text o_EndTreatmentRinsebackComplete_ADDITIONAL_Text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackComplete_EndTreatmentRinsebackComplete, "text": "ADDITIONAL", "type": "Text", "unnamed": 1, "visible": True} +#Rinseback complete back to treatment text +o_EndTreatmentRinsebackComplete_Back_to_treatment_Text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackComplete_EndTreatmentRinsebackComplete, "text": "BACK TO TREATMENT", "type": "Text", "unnamed": 1, "visible": True} #Rinseback Additional rinseback text o_EndTreatmentAdditional_Additional_Rinseback_Text = {"container": o_EndTreatmentRinsebackStack_EndTreatmentAdditional_EndTreatmentBase, "text": "Additional Rinseback", "type": "Text", "unnamed": 1, "visible": True} +#Rinseback complete confirm button +o_EndTreatmentRinsebackComplete_Confirm_Button = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinsebackStack, "type": "Text", "unnamed": 1, "visible": True} #Rinseback setup Progress circle o_rinseback_setup_progress = {"container": o_EndTreatmentRinsebackStack_EndTreatmentRinseback_EndTreatmentRinseback, "id": "_Circle", "type": "ProgressCircle", "visible": True} #Rinseback Title text