Skip to content

Commit 675aabf

Browse files
committed
Update source file strings.xml
1 parent e125c55 commit 675aabf

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
<string name="share_photo_content_description">Share Photos</string>
5252
<string name="delete_photo_content_description">Delete Photos</string>
5353
<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>
5465
<string name="unauthorized">Unauthorized</string>
5566
<string name="mark_as_decoy">Mark as Decoy</string>
5667
<string name="unmark_as_decoy">Unmark as Decoy</string>
@@ -92,6 +103,19 @@
92103
<string name="session_worker_channel_description">Shows when SnapSafe is active</string>
93104
<string name="session_worker_notification_close">Close</string>
94105

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+
95119
<!-- Gallery Screen -->
96120
<string name="gallery_title">Gallery</string>
97121
<string name="gallery_selected_count">%1$d Selected</string>
@@ -104,6 +128,7 @@
104128
<string name="gallery_share_selected_content_description">Share Selected</string>
105129
<string name="gallery_select_all_content_description">Select All</string>
106130
<string name="gallery_decoy_indicator">Is Decoy Photo</string>
131+
<string name="gallery_video_indicator">Video</string>
107132

108133
<!-- Camera Screen -->
109134
<string name="camera_more_options_content_description">More Options</string>
@@ -119,6 +144,13 @@
119144
<string name="camera_permissions_required">Camera permissions are required.</string>
120145
<string name="camera_open_settings">Open Settings</string>
121146
<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>
122154

123155
<!-- Settings Screen -->
124156
<string name="settings_title">Settings</string>

0 commit comments

Comments
 (0)