|
51 | 51 | <string name="share_photo_content_description">Share Photos</string> |
52 | 52 | <string name="delete_photo_content_description">Delete Photos</string> |
53 | 53 | <string name="photo_content_none_selected">No photo selected</string> |
| 54 | + <string name="media_content_none_selected">No media selected</string> |
| 55 | + |
| 56 | + <!-- View Video Screen --> |
| 57 | + <string name="video_title">Video</string> |
| 58 | + <string name="video_not_found">Video not found</string> |
| 59 | + <string name="video_content_description">Video</string> |
| 60 | + <string name="video_content_loading">Loading video…</string> |
| 61 | + <string name="video_loading">Loading…</string> |
| 62 | + <string name="video_load_error">Failed to load video</string> |
| 63 | + <string name="video_playback_error">Error playing video</string> |
| 64 | + <string name="video_encrypting">Encrypting video…</string> |
54 | 65 | <string name="unauthorized">Unauthorized</string> |
55 | 66 | <string name="mark_as_decoy">Mark as Decoy</string> |
56 | 67 | <string name="unmark_as_decoy">Unmark as Decoy</string> |
|
92 | 103 | <string name="session_worker_channel_description">Shows when SnapSafe is active</string> |
93 | 104 | <string name="session_worker_notification_close">Close</string> |
94 | 105 |
|
| 106 | + <!-- Video Encryption Service --> |
| 107 | + <string name="encryption_channel_name">Video Encryption</string> |
| 108 | + <string name="encryption_channel_description">Shows video encryption progress</string> |
| 109 | + <string name="encryption_notification_title">Encrypting Video</string> |
| 110 | + <string name="encryption_notification_title_plural">Encrypting Videos</string> |
| 111 | + <string name="encryption_notification_preparing">Preparing…</string> |
| 112 | + <string name="encryption_notification_progress">Encrypting: %1$d%%</string> |
| 113 | + <string name="encryption_notification_queue">%1$d of %2$d - %3$d%%</string> |
| 114 | + <string name="encryption_error_title">Encryption Failed</string> |
| 115 | + <string name="encryption_cancelled_title">Encryption Cancelled</string> |
| 116 | + <string name="encryption_action_cancel">Cancel</string> |
| 117 | + <string name="encryption_action_cancel_all">Cancel All</string> |
| 118 | + |
95 | 119 | <!-- Gallery Screen --> |
96 | 120 | <string name="gallery_title">Gallery</string> |
97 | 121 | <string name="gallery_selected_count">%1$d Selected</string> |
|
104 | 128 | <string name="gallery_share_selected_content_description">Share Selected</string> |
105 | 129 | <string name="gallery_select_all_content_description">Select All</string> |
106 | 130 | <string name="gallery_decoy_indicator">Is Decoy Photo</string> |
| 131 | + <string name="gallery_video_indicator">Video</string> |
107 | 132 |
|
108 | 133 | <!-- Camera Screen --> |
109 | 134 | <string name="camera_more_options_content_description">More Options</string> |
|
119 | 144 | <string name="camera_permissions_required">Camera permissions are required.</string> |
120 | 145 | <string name="camera_open_settings">Open Settings</string> |
121 | 146 | <string name="camera_shutter_button_desc">Take Photo</string> |
| 147 | + <string name="camera_mode_photo">Photo</string> |
| 148 | + <string name="camera_mode_video">Video</string> |
| 149 | + <string name="camera_mode_toggle_description">Switch capture mode</string> |
| 150 | + <string name="camera_start_recording_description">Start Recording</string> |
| 151 | + <string name="camera_stop_recording_description">Stop Recording</string> |
| 152 | + <string name="camera_recording_indicator">Recording</string> |
| 153 | + <string name="camera_video_permissions_required">Audio recording permission is required for video.</string> |
122 | 154 |
|
123 | 155 | <!-- Settings Screen --> |
124 | 156 | <string name="settings_title">Settings</string> |
|
0 commit comments