Files
PinPoint/app/src/main/res/values/strings.xml
T

21 lines
1.2 KiB
XML
Raw Normal View History

2026-08-11 19:46:54 +08:00
<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>
2026-08-12 12:46:33 +08:00
<string name="record">Record</string>
<string name="toggle_pose">Pose</string>
2026-08-11 19:46:54 +08:00
<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>
2026-08-14 18:16:55 +08:00
<string name="step_count_placeholder">Step 0</string>
<string name="step_count_format">Step %1$d</string>
2026-08-11 19:46:54 +08:00
<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>