Skip to content

Commit e125c55

Browse files
committed
New translations strings.xml (English)
1 parent 626edf3 commit e125c55

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app/src/main/res/values-en-rUS/strings.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<string name="share_photo_content_description">Share Photos</string>
5050
<string name="delete_photo_content_description">Delete Photos</string>
5151
<string name="photo_content_none_selected">No photo selected</string>
52+
<string name="media_content_none_selected">No media selected</string>
53+
<!-- View Video Screen -->
54+
<string name="video_title">Video</string>
55+
<string name="video_not_found">Video not found</string>
56+
<string name="video_content_description">Video</string>
57+
<string name="video_content_loading">Loading video…</string>
58+
<string name="video_loading">Loading…</string>
59+
<string name="video_load_error">Failed to load video</string>
60+
<string name="video_playback_error">Error playing video</string>
61+
<string name="video_encrypting">Encrypting video…</string>
5262
<string name="unauthorized">Unauthorized</string>
5363
<string name="mark_as_decoy">Mark as Decoy</string>
5464
<string name="unmark_as_decoy">Unmark as Decoy</string>
@@ -85,6 +95,18 @@
8595
<string name="session_worker_channel_name">Session Status</string>
8696
<string name="session_worker_channel_description">Shows when SnapSafe is active</string>
8797
<string name="session_worker_notification_close">Close</string>
98+
<!-- Video Encryption Service -->
99+
<string name="encryption_channel_name">Video Encryption</string>
100+
<string name="encryption_channel_description">Shows video encryption progress</string>
101+
<string name="encryption_notification_title">Encrypting Video</string>
102+
<string name="encryption_notification_title_plural">Encrypting Videos</string>
103+
<string name="encryption_notification_preparing">Preparing…</string>
104+
<string name="encryption_notification_progress">Encrypting: %1$d%%</string>
105+
<string name="encryption_notification_queue">%1$d of %2$d - %3$d%%</string>
106+
<string name="encryption_error_title">Encryption Failed</string>
107+
<string name="encryption_cancelled_title">Encryption Cancelled</string>
108+
<string name="encryption_action_cancel">Cancel</string>
109+
<string name="encryption_action_cancel_all">Cancel All</string>
88110
<!-- Gallery Screen -->
89111
<string name="gallery_title">Gallery</string>
90112
<string name="gallery_selected_count">%1$d Selected</string>
@@ -97,6 +119,7 @@
97119
<string name="gallery_share_selected_content_description">Share Selected</string>
98120
<string name="gallery_select_all_content_description">Select All</string>
99121
<string name="gallery_decoy_indicator">Is Decoy Photo</string>
122+
<string name="gallery_video_indicator">Video</string>
100123
<!-- Camera Screen -->
101124
<string name="camera_more_options_content_description">More Options</string>
102125
<string name="camera_settings_button">Settings</string>
@@ -111,6 +134,13 @@
111134
<string name="camera_permissions_required">Camera permissions are required.</string>
112135
<string name="camera_open_settings">Open Settings</string>
113136
<string name="camera_shutter_button_desc">Take Photo</string>
137+
<string name="camera_mode_photo">Photo</string>
138+
<string name="camera_mode_video">Video</string>
139+
<string name="camera_mode_toggle_description">Switch capture mode</string>
140+
<string name="camera_start_recording_description">Start Recording</string>
141+
<string name="camera_stop_recording_description">Stop Recording</string>
142+
<string name="camera_recording_indicator">Recording</string>
143+
<string name="camera_video_permissions_required">Audio recording permission is required for video.</string>
114144
<!-- Settings Screen -->
115145
<string name="settings_title">Settings</string>
116146
<string name="settings_back_description">Back</string>

0 commit comments

Comments
 (0)