2024-03-18 13:16:11 +05:30
<!--
~ // Copyright (c) 2024 ShanMukha Innovations Pvt. Ltd. All rights reserved.
~ // Notice: All information contained herein is, and remains
~ // the property of ShanMukha Innovations Pvt. Ltd. and its suppliers,
~ // if any. The intellectual and technical concepts contained
~ // herein are proprietary to ShanMukha Innovations Pvt. Ltd.
~ // and its suppliers and may be covered by Indian and Foreign Patents,
~ // patents in process, and are protected by trade secret or copyright law.
~ // Dissemination of this information or reproduction of this material
~ // is strictly forbidden unless prior written permission is obtained
~ // from ShanMukha Innovations Pvt. Ltd.
-->
2023-01-12 01:04:45 +05:30
<resources >
2023-07-17 14:06:32 +05:30
<string name= "app_name" > HPOS Testing</string>
2023-01-12 01:04:45 +05:30
<string-array name= "instrument" >
<item > TestRight</item>
<item > Denovix</item>
</string-array>
2023-01-23 23:02:39 +05:30
2023-01-24 19:53:52 +05:30
<string-array name= "gender" >
<item > Male</item>
<item > Female</item>
<item > Other</item>
</string-array>
2023-05-30 08:48:59 +05:30
<string-array name= "yes_no" >
<item > Yes</item>
<item > No</item>
</string-array>
<string-array name= "category" >
<item > GEN</item>
<item > OBC</item>
<item > SC</item>
<item > ST</item>
</string-array>
<string-array name= "blood_group" >
2024-06-05 16:22:12 +05:30
<item > Unknown</item>
2023-05-30 08:48:59 +05:30
<item > O+ve</item>
<item > O-ve</item>
<item > A+ve</item>
<item > A-ve</item>
<item > B+ve</item>
<item > B-ve</item>
<item > AB+ve</item>
<item > AB-ve</item>
</string-array>
2023-01-19 18:57:59 +05:30
<string name= "hello_blank_fragment" > Hello blank fragment</string>
<string name= "select_the_test" > Select the Test</string>
<string name= "set_reference" > Set Reference</string>
2023-01-23 23:02:39 +05:30
<!-- Alert Dialog -->
<string name= "have_you_placed" > Have you placed the cuvette containing reference sample?</string>
2023-02-02 12:40:46 +05:30
<string name= "please_place" > Please place the cuvette containing sample for reference before running</string>
2023-01-23 23:02:39 +05:30
<string name= "yes" > Yes</string>
<string name= "no" > No</string>
2023-08-05 14:07:22 +05:30
<string name= "noo" > </string>
2023-01-24 19:53:52 +05:30
2023-01-23 23:02:39 +05:30
<string name= "connect" > Connect</string>
<string name= "connected" > Connected</string>
<string name= "read" > Read</string>
2023-01-24 19:53:52 +05:30
<string name= "update_reference" > Update Reference</string>
2023-02-02 12:40:46 +05:30
<string name= "have_you_placed_sample" > Have you placed the cuvette with sample?</string>
<string name= "please_place_sample" > Please place the cuvette containing sample before running</string>
<string name= "yes_and_run" > Yes, Run</string>
2023-01-24 19:53:52 +05:30
<!-- Instructions Text -->
2023-06-03 19:10:48 +05:30
<string name= "Instructions" > Testing Instructions</string>
2023-01-24 17:13:05 +05:30
<string name= "step1" > <b > <u > Step 1</u> : </b> Place the cuvette containing reference/baseline sample for referencing.</string>
<string name= "step2" > <b > <u > Step 2</u> : </b> Press the button below to start the device reading values.</string>
2023-01-24 19:53:52 +05:30
<string name= "step3" > <b > <u > Step 1</u> : </b> Enter the sample details to start.</string>
2023-07-07 16:07:58 +05:30
<!-- <string name="step4"><b><u>Step 1</u> : </b> Place the cuvette containing sample for experiment.</string> -->
2023-06-03 19:10:48 +05:30
<string name= "step4" > <b > <u > Step 1</u> : </b> Place the cuvette containing blood sample mixed with kit solution.</string>
<string name= "step5" > <b > <u > Step 2</u> : </b> Press the button below to start the device reading values.</string>
2023-07-07 17:01:02 +05:30
<string name= "login_id" > Login ID</string>
<string name= "password" > Password</string>
<string name= "login" > Login</string>
2023-01-24 19:53:52 +05:30
<string name= "acquire" > Acquire</string>
2023-01-27 13:21:36 +05:30
<string name= "enter_patient_details" > Enter Patient Details</string>
<string name= "patient_name" > Patient Name</string>
2024-09-10 11:37:00 +05:30
<string name= "age" > Age</string>
2023-01-24 19:53:52 +05:30
<string name= "gender" > Gender</string>
<string name= "name_error" > Name can\'t be empty</string>
<string name= "age_error" > Age can\'t be empty</string>
<string name= "gender_error" > Gender can\'t be empty</string>
<string name= "age_error_out_of_bound" > Age should be valid</string>
2023-05-30 08:48:59 +05:30
<string name= "yob_error" > Year of birth can\'t be empty</string>
2023-06-03 19:10:48 +05:30
<string name= "yob_error_2" > Invalid Year of Birth</string>
2023-05-30 08:48:59 +05:30
<string name= "mobile_error" > Mobile Number can\'t be empty</string>
2023-06-08 19:27:34 +05:30
<string name= "mobile_error_invalid" > Mobile Number is invalid (Enter 10 Digits)</string>
2023-05-30 08:48:59 +05:30
<string name= "this_error" > This can\'t be empty</string>
<!-- <string name="this_error">This can\'t be empty</string> -->
2023-01-25 11:26:09 +05:30
<string name= "test_results" > Test Results</string>
<string name= "name_in_textview" > <b > Name</b> : %1$s</string>
<string name= "gender_in_textview" > <b > Gender</b> : %1$s</string>
<string name= "age_in_textview" > <b > Age</b> : %1$s years</string>
<string name= "results_in_textview" > <b > Results</b> :</string>
<string name= "negative" > Negative\ \ </string>
<string name= "download_report" > Download\nReport</string>
<string name= "home" > Home</string>
<string name= "new_test" > New Test</string>
2023-01-27 13:21:36 +05:30
<string name= "start_now" > Start Now</string>
2023-01-30 13:52:50 +05:30
<string name= "hemo_cube" > Hemo Cube</string>
<string name= "hb" > Hb</string>
2024-01-14 14:02:33 +05:30
<string name= "normal" > Normal</string>
<string name= "sickle_cell_disease" > Sickle Cell Disease</string>
<string name= "sickle_cell_trait" > Sickle Cell Trait</string>
2024-01-26 11:20:13 +05:30
<string name= "undefined" > Undefined</string>
2023-01-30 13:52:50 +05:30
<string name= "sicklecell_nconfirmatory" > Sicklecell\nConfirmatory</string>
<string name= "sicklecell_screening" > Sicklecell Screening</string>
<string name= "thalassemia" > Thalassemia</string>
2023-01-31 15:30:38 +05:30
<string name= "usb_connection" > USB Connection</string>
2023-01-31 16:56:38 +05:30
<string name= "high_performance_optical_spectroscopy" > High Performance\nOptical Spectroscopy</string>
2023-02-01 14:48:04 +05:30
<string name= "sickle_cert" > Sickle Cert</string>
<string name= "sickle_find" > Sickle Find</string>
2023-02-02 12:40:46 +05:30
<string name= "submit" > Submit</string>
2023-10-12 17:20:37 +05:30
<string name= "diagnostics" > Device Diagnostics</string>
2024-01-04 01:11:30 +05:30
<string name= "auto_dac" > Auto DAC</string>
2024-01-06 16:44:32 +05:30
<string name= "assurance_controls" > Quality Assurance</string>
2024-01-04 12:01:59 +05:30
<string name= "calibration" > Calibration</string>
2024-01-09 18:48:47 +05:30
<string name= "deviceProvision" > Device Provision</string>
2024-02-08 15:30:51 +05:30
<string name= "Firefox" > Firefox</string>
<string name= "Files" > Files</string>
2024-01-05 14:40:48 +05:30
<string name= "deviceinfo" > Device Information</string>
2024-03-13 16:34:17 +05:30
<string name= "place_buffer" > Start Buffer</string>
2023-09-15 17:03:03 +05:30
<string name= "Start_Sample" > Start Sample</string>
2023-08-03 17:39:29 +05:30
<string name= "new_kit" > New Kit</string>
<string name= "new_buffer" > New Buffer</string>
2023-02-13 13:06:45 +05:30
<string name= "name_error_2" > Invalid character, Allowed characters are Letters, Numbers and ( ) _ - , . only</string>
2023-02-16 13:13:54 +05:30
<string name= "recommended" > \*Result to be confirmed with laboratory test</string>
<string name= "recommended_age" > \*Result to be confirmed with laboratory test as age of the patient is less than 5 years</string>
<string name= "positive_borderline" > Positive Borderline</string>
2023-11-30 13:21:02 +05:30
<string name= "negative_borderline" > Negative Borderline, Repeat Test</string>
2023-05-19 13:08:02 +05:30
<string name= "is_patient_under_any_medication" > Is Patient under any medication or treatment?</string>
<string name= "is_patient_undergoing_any_blood_transfusion" > Is Patient undergoing any blood transfusion?</string>
<string name= "scan_aadhaar_card" > Scan Aadhaar\nCard</string>
<string name= "patient_details" > Patient Details</string>
<string name= "or" > OR</string>
<string name= "scan_abha_card" > Scan ABHA\nCard</string>
2023-05-26 01:22:38 +05:30
<string name= "list_of_patients" > List Of Patients</string>
<string name= "no_patient_records_found_to_test_please_add_one_from_below" > No Patient Records \nFound to Test. \nPlease Add one from below.</string>
<string name= "add" > Add</string>
<string name= "test" > Test</string>
<string name= "pending" > Pending</string>
<string name= "scan_patient_abha_id_card" > Scan Patient ABHA ID Card</string>
<string name= "scan_now" > Scan Now</string>
<string name= "enter_abha_number_manualy" > Enter ABHA number manualy</string>
<string name= "abha_id" > ABHA ID</string>
2023-07-17 14:06:32 +05:30
<string name= "patient_id_in_tv" > <b > User ID</b> : %1$s</string>
2023-05-26 01:22:38 +05:30
<string name= "go" > GO</string>
<string name= "click_here" > Click Here</string>
2023-05-30 08:48:59 +05:30
<string name= "title_activity_dashboard" > DashboardActivity</string>
<string name= "navigation_drawer_open" > Open navigation drawer</string>
<string name= "navigation_drawer_close" > Close navigation drawer</string>
2023-06-03 19:10:48 +05:30
<string name= "nav_header_title" > HPOS</string>
<string name= "nav_header_subtitle" > sminnovations.in</string>
2023-05-30 08:48:59 +05:30
<string name= "nav_header_desc" > Navigation header</string>
<string name= "action_settings" > Settings</string>
<string name= "menu_home" > Home</string>
2023-07-19 18:18:39 +05:30
<string name= "show_hemocube_result" > Show Result</string>
2023-05-30 08:48:59 +05:30
<string name= "menu_gallery" > Gallery</string>
2023-06-03 19:10:48 +05:30
<string name= "menu_settings" > Settings</string>
2024-01-03 23:09:28 +05:30
<string name= "profile" > Panel</string>
2023-05-30 08:48:59 +05:30
<string name= "year_of_birth" > Year of Birth</string>
<string name= "father_s_name_husband_s_name" > Father\'s Name / Husband\'s Name</string>
<string name= "is_patient_married_yes_no" > Is Patient Married? (Yes/No)</string>
<string name= "category" > Category</string>
<string name= "blood_group" > Blood Group</string>
2023-12-04 15:49:39 +05:30
<string name= "add_blood_group" > Add Blood Group</string>
2023-11-14 11:55:15 +05:30
<string name= "digital_card" > Digital Counselling Card</string>
2023-05-30 08:48:59 +05:30
<string name= "patient_medical_records" > Patient Medical Records</string>
<string name= "patient_address_details" > Patient Address Details</string>
<string name= "district" > District</string>
<string name= "city_town" > City / Town</string>
<string name= "state" > State</string>
<string name= "pincode" > Pincode</string>
<string name= "threedots" > ...</string>
<string name= "create_abha_id_card" > Create ABHA ID Card</string>
<string name= "official_abha_app" > Official ABHA App</string>
<string name= "scan_patient_aadhaar_card" > Scan Patient Aadhaar Card</string>
<string name= "enter_aadhaar_number_manualy" > Enter Aadhaar number manualy</string>
<string name= "aadhaar_number" > Aadhaar Number</string>
2023-06-03 19:10:48 +05:30
<string name= "aadhaar_in_tv" > <b > Aadhaar Number</b> </string>
2023-05-30 08:48:59 +05:30
<string name= "please_use_official_abha_app_to_create_abha_id_and_come_back" > Please use “Official ABHA App" to create ABHA ID, and come back.</string>
<string name= "please_enter_aadhaar" > Please Enter Aadhaar Number to continue</string>
2023-06-03 19:10:48 +05:30
<string name= "scan_qr_code_of_the_kit" > Scan QR Code of the KIT</string>
<string name= "enter_kit_serial_number_manually" > Enter KIT Serial Number manually</string>
<string name= "serial_number" > Serial Number</string>
<string name= "set_baseline_reference_again" > Set Baseline/Reference again?</string>
<string name= "baseline_instruction" > Baseline Instruction</string>
2023-06-08 19:27:34 +05:30
<string name= "to_be_launched_in_next_version_of_the_app" > To be launched in next version of the app</string>
2024-07-08 14:29:10 +05:30
<string name= "invalid_kit" > Invalid Kit Serial Number</string>
2023-06-28 12:41:18 +05:30
<string name= "user_list" > User List</string>
<string name= "user_id" > User ID</string>
<string name= "aadhar_id" > Aadhar ID</string>
2023-11-14 22:58:34 +05:30
<string name= "internet_not_available_please_enter_the_user_id_manually" > Internet not available, please enter the user ID and blood group manually</string>
2024-08-03 22:33:34 +05:30
<string name= "user_id_error_message" > Sample ID Length should be greater then 5 and please select the blood group</string>
2023-11-17 18:20:33 +05:30
<string name= "upload_db_registration_title" > Upload DB Tests</string>
<string name= "upload_db_registration_message" > Do you want to upload the local DB tests to the cloud?</string>
2023-06-28 12:41:18 +05:30
<string name= "upload" > Upload</string>
<string name= "cancel" > Cancel</string>
2023-12-14 21:11:36 +05:30
<string name= "downloadcsv" > Download CSV</string>
<string name= "download_db_registration_title" > Download DB Tests</string>
<string name= "download_db_registration_message" > Do you want to download the local DB tests in CSV format?</string>
2023-06-28 12:41:18 +05:30
<string name= "upload_success_message" > Upload done successfully</string>
2023-07-17 14:06:32 +05:30
<string name= "test_completed" > Test Completed</string>
<string name= "select_blood_group" > Select Blood Group</string>
2023-07-25 11:18:23 +05:30
<string name= "all_registered_user_are_tested_successfully" > All registered user are tested successfully</string>
2023-10-02 17:28:24 +05:30
<string name= "start_incubation" > Incubate</string>
2023-09-22 11:40:17 +05:30
<string name= "check_buffer" > Check Buffer</string>
2023-11-28 15:39:57 +05:30
<string name= "low_battery_warning" > Battery level is low than 40%, please charge the device to continue testing</string>
<string name= "test_already_conducted" > Test has been already conducted for this user</string>
<string name= "incubation_not_completed" > Incubation has not completed 15 minutes</string>
<string name= "incubation_crossed_30_minutes" > Incubation crossed 30 minutes, need to repeat the incubation</string>
<string name= "incubation_not_started" > Incubation not started for this user</string>
<string name= "test_concluded" > Test concluded</string>
<string name= "test_pending" > Test is Pending</string>
<string name= "blood_group_error" > Please enter your blood group</string>
<string name= "blood_group_toast" > Please enter your blood group</string>
<string name= "blood_group_updated_successfully" > Blood group updated successfully</string>
<string name= "failed_to_update_blood_group" > Failed to update blood group: %1$s</string>
<string name= "no_user_data_found" > No user data found for the specified ID</string>
<string name= "device_disconnected" > Device is Disconnected</string>
<string name= "no_device_found" > No device found</string>
<string name= "invalid_kit_number" > Invalid KIT Number</string>
<string name= "internt_not" > Internet is Not Available</string>
<string name= "internt_not_local" > Internet not available, test details stored locally</string>
<string name= "error_local" > Error uploading data, test details stored locally</string>
<string name= "error_exist" > error while getting existing buffer</string>
<string name= "do_exist" > Do you want to continue with existing buffer?</string>
<string name= "kit_uploaded" > Kit result uploaded successfully</string>
<string name= "kit_upload_failed" > Kit result uploading failed, note it down manually</string>
<string name= "test_ongoing" > test is going on</string>
<string name= "test_go_noback" > test is going on, can\'t go back</string>
<string name= "error_classification" > error while performing classification</string>
<string name= "test_upload" > Test Results Uploaded Successfully</string>
<string name= "test_upload_failed" > Test Results Upload Failed</string>
<string name= "log_out" > LOG OUT</string>
<string name= "do_log_out" > Do you want to LogOut the Application?</string>
<string name= "cancelled_unable_scan" > Cancelled: Unable to scan, Try Again!!</string>
<string name= "kit_updated" > Kit number is updated, Please Select user before starting test</string>
<string name= "select_patient" > Please Select patient before starting test</string>
<string name= "enable_location" > Please enable location services</string>
<string name= "location_denied" > Fine location permission denied</string>
<string name= "coarse_location_denied" > Coarse location permission denied</string>
<string name= "permission_grant" > You must grant permission to access all files to use the app</string>
<string name= "permission_required" > All permissions are required to use the app.</string>
<string name= "device_not" > Device Not Connected.</string>
2024-01-03 15:31:58 +05:30
<string name= "device" > Device is Connected.</string>
2023-11-28 15:39:57 +05:30
<string name= "enter_proper_login_id" > Please enter a proper Login ID</string>
<string name= "enter_proper_password" > Please enter a proper password</string>
<string name= "wrong_password" > Wrong Password</string>
<string name= "wrong_user_id" > Wrong UserID</string>
2023-11-30 13:21:02 +05:30
<string name= "error_invalid_test" > Invalid Test. Problem with de-oxygenation</string>
<string name= "error_negative_abs" > Error: Negative Abs. Retake Blank Reading</string>
<string name= "error_improper_buffer_high" > Error: Invalid Test. Improper buffer reading (high)</string>
<string name= "error_improper_buffer_low" > Error: Invalid Test. Improper buffer reading (low)</string>
<string name= "error_processing_device_data" > error while processing device data</string>
<string name= "error_repeat_test_lower_volume" > Inconclusive. Repeat with test with lower volume of blood</string>
<string name= "error_repeat_test_higher_volume" > Inconclusive. Very low Absorbance - Repeat test with Higher Blood Volume</string>
<string name= "positive_for_sickle_cell" > Positive for Sickle Cell. HPLC for Confirmation</string>
<string name= "something_wrong_with_device" > Something is wrong with the device, please disconnect and reconnect the device and test the user again</string>
<string name= "processing_result" > processing result</string>
<string name= "data_collected_processing_data" > Data collected, Processing data</string>
<string name= "sample_completed" > Sample Completed</string>
<string name= "gathering_data" > Gathering data</string>
<string name= "sample_started" > Sample Started</string>
<string name= "buffer_completed" > Buffer Completed</string>
<string name= "buffer_started" > Buffer Started</string>
2023-12-20 17:15:41 +05:30
<string name= "power_bank" > Connect with Power Bank</string>
2023-11-30 13:21:02 +05:30
<string name= "start" > Start</string>
<string name= "place_sample" > Place Sample</string>
<string name= "invalid" > Invalid</string>
<string name= "error" > Error</string>
2023-12-01 15:55:49 +05:30
<string name= "language_update" > Language updated successfully</string>
<string name= "select_language" > Select your preferred language</string>
<string name= "app_language" > App Language</string>
2023-12-04 15:49:39 +05:30
<string name= "ok" > OK</string>
2024-03-09 15:20:49 +05:30
<string name= "action_activity" > Activities</string>
2024-03-11 13:01:22 +05:30
<string name= "check_cuvette" > Checking cuvette presence</string>
2024-03-12 16:52:24 +05:30
<string name= "cuvette_present" > Cuvette present , you can start the test</string>
2024-03-13 16:34:17 +05:30
<string name= "cuvette_absent" > Cuvette is absent , please place the cuvette and retry again</string>
<string name= "retry" > Retry again</string>
2024-03-22 15:47:47 +05:30
<string name= "usb_terminal" > Usb Terminal</string>
2024-03-25 17:12:24 +05:30
<string name= "menu_about" > About</string>
<string name= "action_about" > About</string>
2024-03-26 12:30:51 +05:30
<string name= "lab_name" > Lab Name</string>
2024-04-03 17:04:51 +05:30
<string name= "smi" > SMI</string>
<string name= "smi_desp" > <b > ShanMukha Innovations</b> is a spin-off from Indian Institute of Science, Bangalore. Incorporated in 2016, the company has been delivering innovative Made in India first of its kind deep technology-based products in healthcare.\\n\\nNotable solutions include Mobile Infection Testing and Reporting Labs (MITR Labs), portable thermal cycler (PolyCube).\\n\\nThe company launched Sicklecert ®, India’ s first CDSCO approved indigenous diagnostic test for sickle-cell anemia.\\n\\nOur customers include government, non-profit and private sector companies. Leading research institutes such as IISc, IIT Tirupati have engaged us for unique projects. We take pride in supporting Indian and global customers with world-class products.</string>
<string name= "learn_more" > Visit to learn more: <u > sminnovations.in</u> </string>
2024-06-05 16:22:12 +05:30
<string name= "commands" > Commands</string>
<string name= "select_cuvette_size" > Select Cuvette Size</string>
<string name= "sample_id" > Sample Id</string>
<string name= "quick_capture" > Quick Capture</string>
<string name= "reset_password_for_this_device" > Reset password for this device</string>
<string name= "calibrate_device" > Calibrate Device</string>
2024-10-09 15:06:05 +05:30
<string name= "cuvette_presentt" > Cuvette Present , Please Remove Cuvette And Try Again</string>
2025-07-28 16:50:44 +05:30
<string name= "cuvette_presentnt" > Test Done, Cuvette Present, Please Remove Cuvette And Goback</string>
2024-10-09 15:06:05 +05:30
<string name= "cuvette_absentt" > Cuvette Absent,Now You Can Submit</string>
2023-01-12 01:04:45 +05:30
</resources>