2023-01-12 01:04:45 +05:30
|
|
|
<resources>
|
|
|
|
|
<string name="app_name">Refactored App</string>
|
|
|
|
|
|
|
|
|
|
<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-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>
|
|
|
|
|
<string name="please_place">Please place the cuvette containing sample for reference before moving forward</string>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Instructions Text -->
|
2023-01-24 17:13:05 +05:30
|
|
|
<string name="Instructions">Instructions</string>
|
|
|
|
|
<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>
|
|
|
|
|
<string name="step4"><b><u>Step 2</u> : </b> Place the cuvette containing sample for experiment.</string>
|
|
|
|
|
<string name="step5"><b><u>Step 3</u> : </b> Press the button below to start the device reading values.</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<string name="acquire">Acquire</string>
|
|
|
|
|
<string name="enter_sample_details">Enter Sample Details</string>
|
|
|
|
|
<string name="sample_name">Sample Name</string>
|
|
|
|
|
<string name="age">Age</string>
|
|
|
|
|
<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-01-12 01:04:45 +05:30
|
|
|
</resources>
|