Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r5a31e21e36f2652df87477d61a8b9f43f2bc89d2 -r68c0b2eb46212e28c3e7359b244466cf1d6e7f00 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 5a31e21e36f2652df87477d61a8b9f43f2bc89d2) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 68c0b2eb46212e28c3e7359b244466cf1d6e7f00) @@ -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" @@ -219,3 +197,10 @@ REJECTION_REASON = "[1] Request is not allowed in the current operating mode" END_TREATMENT = "End Treatment" + +#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