Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r4b929ef6eef32479f10e84325b0ad12173474a4d -rac91770cea28ba13a1bb1c8799e170ff69b2131a --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 4b929ef6eef32479f10e84325b0ad12173474a4d) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision ac91770cea28ba13a1bb1c8799e170ff69b2131a) @@ -124,30 +124,8 @@ INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Institutional records and preferences updated" ERROR_ADVANCED_INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Error Adjusting Advanced Institutional Records" ERROR_INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Error Adjusting Institutional Records" -CREATERX = "Rx" -NEXT = "Next" -#Device Settings Options -DEVICE_SETTINGS = "Device Settings" -ADVANCED_MODE = "Advanced Mode" -DEVICE_INFORMATION = "Device Information" -WI_FI = "Wi-Fi" -DEVICE_CLEANING = "Device Cleaning" -SERVICE = "Service" -EXPORT_LOGS = "Export Logs" -VOLUME_AND_BRIGHTNESS = "Volume And Brightness" -FEATURE_CONFIGURATIONS = "Feature Configurations" -ADVANCED_INSTITUTIONAL_SETTINGS = "Advanced Institutional Settings" -FACTORY_RESET = "Factory Reset" -ENABLE_ROOT_SSH = "Enable Root SSH" -INSTITUTIONAL_CONFIGURATIONS = "Institutional Configurations" -DATE_AND_TIME = "Date and Time" -LANGUAGE = "Language" -#Menu Bar -PRESCRIPTIONS = "Prescriptions" -TREATMENT = "Treatment" -SETTINGS = "Settings" # Pre-Treatment Foundation CONCENTRATES_PAGE_TITLE = "Connect Acid and Bicarbonate Concentrates" @@ -210,3 +188,10 @@ "Install blood tubing set and dialyzer.", ] START_TREATMENT_REJECTION_NOTIFICATION = "[1] Request is not allowed in the current operating mode" + +#General Aesthetics +SD_CARD_SECTION_CONTENTS = ["SD-Card", "0.000 MB Used", "0.000 Free MB of 0.000 MB"] +OPMODE_TITLE = " Opmode " +OPMODE = 'opMode ' +SUBMODE = 'subMode ' +TX_STATES = ' TXStates ' \ No newline at end of file