19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<resources>
|
|||
|
|
<string name="app_name">jnicpp</string>
|
||
|
|
|
||
|
|
<!-- Bowling camera screen -->
|
||
|
|
<string name="permission_rationale_message">Camera and microphone access are required to record your bowling delivery for form analysis.</string>
|
||
|
|
<string name="permission_denied_message">Camera and microphone permissions were denied. Grant them in Settings to use this feature.</string>
|
||
|
|
<string name="grant_permissions">Grant permissions</string>
|
||
|
|
<string name="open_settings">Open settings</string>
|
||
|
|
<string name="record_video">Record video</string>
|
||
|
|
<string name="record_with_pose">Record with pose</string>
|
||
|
|
<string name="stop_recording">Stop recording</string>
|
||
|
|
<string name="switch_camera">Switch camera</string>
|
||
|
|
<string name="back">Back</string>
|
||
|
|
<string name="switch_camera_while_recording">Stop recording before switching cameras</string>
|
||
|
|
<string name="recording_timer_placeholder">00:00</string>
|
||
|
|
<string name="error_camera_unavailable">Camera unavailable: %1$s</string>
|
||
|
|
<string name="error_recording_failed">Recording failed: %1$s</string>
|
||
|
|
<string name="error_pose_detector">Pose detector error: %1$s</string>
|
||
|
|
</resources>
|