HSE-Observation-Android-App/app/src/main/res/values/strings.xml

49 lines
2.3 KiB
XML

<resources>
<string name="app_name">HSE App</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="app_version">Version 1.0</string>
<string name="select_site">Select Site</string>
<string name="select_super">Select Supervisor</string>
<string name="select_shift">Select Shift</string>
<string name="select_form">Select Form</string>
<string name="select_observation_class">Select Observation Class</string>
<string name="select_observation_sub_class">Select Observation Sub Class</string>
<string name="select_building">Select Building</string>
<string name="select_floors">Select Floor</string>
<string name="select_department">Select Department</string>
<string name="select_risk_type">Select Risk Type</string>
<string name="select_illness_type">Select Type</string>
<string name="select_risk">Select Risk Level</string>
<string name="select_location">Select Location</string>
<string name="select_sub_location">Select Sub Location</string>
<string name="select_ptw_type">Select PTW Type</string>
<string name="select_ptw_sub_type">Select PTW Sub Type</string>
<string name="select_working_team">Select Working Team</string>
<string name="select_safety_training">Select Safety Training</string>
<string name="select_target_audience">Select Target Audience</string>
<string name="select_employee_type">Select Employee Type</string>
<string name="select_employee_tenure">Select Employee Tenure</string>
<string name="select_kpi">Select KPI</string>
<string name="select_injury">Select Injury Type</string>
<string name="select_incident">Select Incident Type</string>
<string name="select_body_part">Select Body Part</string>
<string name="select_body_parts">Select Body parts</string>
<string name="select_action">Select Action</string>
<string name="select_status">Select Status</string>
<string name="select_activities">Select Activities</string>
<string name="select_accident_type">Select Accident Type</string>
<string name="rationale_camera">This app require permission for camera.</string>
<string name="rationale_gallery">This app require permission for accessing gallery.</string>
</resources>