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">
|
|
|
|
|
<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-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-01-24 19:53:52 +05:30
|
|
|
|
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>
|
|
|
|
|
<string name="age">Age in years</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>
|
|
|
|
|
<string name="normal">Normal\ \ </string>
|
|
|
|
|
<string name="sickle_cell_disease">Sickle Cell Disease\ \ </string>
|
|
|
|
|
<string name="sickle_cell_trait">Sickle Cell Trait\ \ </string>
|
|
|
|
|
<string name="undefined">Undefined\ \ </string>
|
|
|
|
|
<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-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>
|
|
|
|
|
<string name="negative_borderline">Negative Borderline</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>
|
2023-05-30 08:48:59 +05:30
|
|
|
<string name="profile">Profile</string>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<string name="invalid_kit">Invalid Kit Serial Number, correct example, SMI/SC/019/01/001</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>
|
|
|
|
|
<string name="internet_not_available_please_enter_the_user_id_manually">Internet not available, please enter the user ID manually</string>
|
|
|
|
|
<string name="user_id_error_message">User ID should be 18 digits</string>
|
|
|
|
|
<string name="upload_db_registration_title">Upload DB Registration</string>
|
|
|
|
|
<string name="upload_db_registration_message">Do you want to upload the local DB Registration to the cloud?</string>
|
|
|
|
|
<string name="upload">Upload</string>
|
|
|
|
|
<string name="cancel">Cancel</string>
|
|
|
|
|
<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-01-25 11:26:09 +05:30
|
|
|
|
2023-01-12 01:04:45 +05:30
|
|
|
</resources>
|