-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstrings.xml
More file actions
449 lines (411 loc) · 27.4 KB
/
strings.xml
File metadata and controls
449 lines (411 loc) · 27.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<resources>
<string name="app_name">SnapSafe</string>
<!-- Delete Photo Dialog -->
<string name="delete_photo_title_singular">Delete Photo</string>
<string name="delete_photo_title_plural">Delete Photos</string>
<string name="delete_photo_message_singular">Are you sure you want to delete this photo?</string>
<string name="delete_photo_message_plural">Are you sure you want to delete these %1$d photos?</string>
<string name="delete_button">Delete</string>
<string name="cancel_button">Cancel</string>
<string name="info_button">Info</string>
<string name="info_dialog_title">Photo Info</string>
<string name="photo_name_label">Photo Name:</string>
<string name="photo_date_label">Date Taken:</string>
<string name="photo_location_label">Location:</string>
<string name="photo_orientation_label">Orientation:</string>
<string name="photo_resolution_label">Resolution:</string>
<string name="photo_no_data">[no data]</string>
<string name="ok_button">OK</string>
<!-- Obscure Photo Screen -->
<string name="obfuscate_photo_button">Obfuscate Photo</string>
<string name="obscure_action_button_obfuscate">Obscure</string>
<string name="obscure_action_button_clear">Clear</string>
<string name="obscure_action_button_save">Save</string>
<string name="obscure_action_button_add_region">Add Region</string>
<string name="obscure_action_button_finish_region">Finish Region</string>
<string name="obscure_action_button_cancel_region">Cancel</string>
<string name="save_photo_dialog_title">Save Photo</string>
<string name="save_photo_dialog_message">Do you want to overwrite the original photo or save a new copy?</string>
<string name="overwrite_button">Overwrite</string>
<string name="save_copy_button">Save Copy</string>
<string name="obscure_toast_face_error">Automatic face finder failed</string>
<string name="obscure_toast_save_error">Failed to save photo</string>
<string name="obscure_toast_overwrite_success">Photo overwritten</string>
<string name="obscure_toast_copy_success">Photo copy saved</string>
<string name="obscure_toast_faces_found">%1$d faces found</string>
<string name="obscure_toast_faces_obscured">%1$d faces obscured</string>
<string name="obscure_toast_faces_cleared">Reverted obfuscations</string>
<string name="discard_changes_dialog_title">Discard Changes</string>
<string name="discard_changes_dialog_message">You have unsaved changes. Are you sure you want to discard them?
</string>
<string name="discard_button">Discard</string>
<!-- View Photo Screen -->
<string name="photo_title">Photo</string>
<string name="photo_not_found">Photo not found</string>
<string name="photo_content_description">Photo</string>
<string name="photo_content_loading">Loading…</string>
<string name="close_photo_content_description">Close Photo</string>
<string name="share_photo_content_description">Share Photos</string>
<string name="delete_photo_content_description">Delete Photos</string>
<string name="photo_content_none_selected">No photo selected</string>
<string name="media_content_none_selected">No media selected</string>
<!-- View Video Screen -->
<string name="video_title">Video</string>
<string name="video_not_found">Video not found</string>
<string name="video_content_description">Video</string>
<string name="video_content_loading">Loading video…</string>
<string name="video_loading">Loading…</string>
<string name="video_load_error">Failed to load video</string>
<string name="video_playback_error">Error playing video</string>
<string name="video_encrypting">Encrypting video…</string>
<string name="unauthorized">Unauthorized</string>
<string name="mark_as_decoy">Mark as Decoy</string>
<string name="unmark_as_decoy">Unmark as Decoy</string>
<string name="decoy_photo_set_menu_item">Set as Decoy</string>
<string name="decoy_photo_remove_menu_item">Remove Decoy</string>
<string name="decoy_limit_reached">Decoy limit reached: %1$d</string>
<string name="decoy_added">Decoy added</string>
<string name="decoy_removed">Decoy removed</string>
<!-- Import Photos Screen -->
<string name="import_photos_title">Import Photos</string>
<string name="close_import_photos_content_description">Close Import</string>
<string name="import_photos_progress_label">Importing photos: %1$d / %2$d</string>
<string name="import_photos_failed_label">Failed: %1$d</string>
<string name="import_photos_done_label">Import Complete!</string>
<string name="import_photos_done_summary">%1$d successful, %2$d failed</string>
<string name="import_photos_done_button">Go to Gallery</string>
<string name="import_photos_current_photo_description">Current photo being imported</string>
<string name="import_chooser_intent_title">Select Photos to Import</string>
<string name="import_error_no_photos">Error: no photos to import</string>
<!-- Notification Permission -->
<string name="notification_permission_dialog_title">Allow Notifications</string>
<string name="notification_permission_dialog_message">SnapSafe needs notification permission to show progress when
importing photos in the background.
</string>
<string name="notification_permission_button">Allow</string>
<!-- Import Worker -->
<string name="import_worker_notification_title">Importing Photos</string>
<string name="import_worker_notification_content">Importing photo %1$d of %2$d</string>
<string name="import_worker_channel_name">Photo Import</string>
<string name="import_worker_channel_description">Shows progress of photo import</string>
<!-- Session Worker -->
<string name="session_worker_notification_title">SnapSafe Active</string>
<string name="session_worker_notification_content">SnapSafe is open</string>
<string name="session_worker_channel_name">Session Status</string>
<string name="session_worker_channel_description">Shows when SnapSafe is active</string>
<string name="session_worker_notification_close">Close</string>
<!-- Video Encryption Service -->
<string name="encryption_channel_name">Video Encryption</string>
<string name="encryption_channel_description">Shows video encryption progress</string>
<string name="encryption_notification_title">Encrypting Video</string>
<string name="encryption_notification_title_plural">Encrypting Videos</string>
<string name="encryption_notification_preparing">Preparing…</string>
<string name="encryption_notification_progress">Encrypting: %1$d%%</string>
<string name="encryption_notification_queue">%1$d of %2$d - %3$d%%</string>
<string name="encryption_error_title">Encryption Failed</string>
<string name="encryption_cancelled_title">Encryption Cancelled</string>
<string name="encryption_action_cancel">Cancel</string>
<string name="encryption_action_cancel_all">Cancel All</string>
<!-- Gallery Screen -->
<string name="gallery_title">Gallery</string>
<string name="gallery_selected_count">%1$d Selected</string>
<string name="gallery_loading">Loading photos…</string>
<string name="gallery_empty">No photos yet</string>
<string name="gallery_photo_content_description">Photo %1$s</string>
<string name="gallery_close_content_description">Close Gallery</string>
<string name="gallery_cancel_selection_content_description">Cancel Selection</string>
<string name="gallery_delete_selected_content_description">Delete Selected</string>
<string name="gallery_share_selected_content_description">Share Selected</string>
<string name="gallery_select_all_content_description">Select All</string>
<string name="gallery_decoy_indicator">Is Decoy Photo</string>
<string name="gallery_video_indicator">Video</string>
<!-- Camera Screen -->
<string name="camera_more_options_content_description">More Options</string>
<string name="camera_settings_button">Settings</string>
<string name="camera_toggle_content_description">Toggle Camera</string>
<string name="camera_close_controls_content_description">Close Controls</string>
<string name="camera_flash_text">Flash</string>
<string name="camera_face_tracking">Auto-Focus</string>
<string name="camera_capture_content_description">Capture</string>
<string name="camera_gallery_content_description">Gallery</string>
<string name="camera_captured_image_content_description">Captured Image</string>
<string name="camera_settings_content_description">Settings</string>
<string name="camera_permissions_required">Camera permissions are required.</string>
<string name="camera_open_settings">Open Settings</string>
<string name="camera_shutter_button_desc">Take Photo</string>
<string name="camera_mode_photo">Photo</string>
<string name="camera_mode_video">Video</string>
<string name="camera_mode_toggle_description">Switch capture mode</string>
<string name="camera_start_recording_description">Start Recording</string>
<string name="camera_stop_recording_description">Stop Recording</string>
<string name="camera_recording_indicator">Recording</string>
<string name="camera_video_permissions_required">Audio recording permission is required for video.</string>
<!-- Settings Screen -->
<string name="settings_title">Settings</string>
<string name="settings_back_description">Back</string>
<string name="settings_sharing_section">Sharing</string>
<string name="settings_sanitize_filename">Sanitize file name</string>
<string name="settings_sanitize_filename_description">Remove identifying information from file names when sharing
photos
</string>
<string name="settings_sanitize_metadata">Sanitize photo metadata</string>
<string name="settings_sanitize_metadata_description">Strip metadata (location, device info, etc.) when sharing
photos
</string>
<!-- Location Settings -->
<string name="settings_location_section">Location</string>
<string name="settings_location_status">Location Permission Status</string>
<string name="settings_location_status_denied">Denied</string>
<string name="settings_location_status_coarse">Approximate</string>
<string name="settings_location_status_fine">Precise</string>
<string name="settings_location_description">Current location access</string>
<!-- Security Settings -->
<string name="settings_security_section">Security</string>
<string name="settings_security_status">Security Status</string>
<string name="settings_security_status_description">The level of hardware security available on your device</string>
<string name="settings_session_timeout">Session Timeout</string>
<string name="settings_session_timeout_description">Time before requiring PIN re-entry</string>
<string name="settings_session_timeout_1_min">1 Minute</string>
<string name="settings_session_timeout_5_min">5 Minutes</string>
<string name="settings_session_timeout_10_min">10 Minutes</string>
<string name="settings_media_security">Media Security</string>
<string name="settings_media_security_description">Security strength by media type</string>
<string name="media_security_dialog_title">Media Security</string>
<string name="media_security_photos_title">Photos</string>
<string name="media_security_photos_rating">10/10</string>
<string name="media_security_photos_description">Photos taken and stored with SnapSafe are as safe as is technically
possible. They are never written to the disk unencrypted, even for brief moments.
</string>
<string name="media_security_videos_title">Videos</string>
<string name="media_security_videos_rating">9/10</string>
<string name="media_security_videos_description">Videos taken with SnapSafe are incredibly secure, however, due to a
limitation with Android\'s video recording, they are first written to SnapSafe\'s private encrypted directory
while they are being recorded. Immediately after the recording ends, they are themselves encrypted and are
thereafter just as secure as photos taken with SnapSafe.
</string>
<string name="media_security_dialog_button">Got it</string>
<!-- Security Reset -->
<string name="settings_security_reset">Security Reset</string>
<string name="settings_security_reset_description">Wipe all data and create a new PIN</string>
<string name="security_reset_dialog_title">Security Reset</string>
<string name="security_reset_dialog_message">This will wipe all data and require you to create a new PIN.\n\nAll
photos will be permanently deleted and cannot be recovered.
</string>
<string name="security_reset_understand">I Understand</string>
<string name="security_reset_destroy_button">Destroy All Data</string>
<string name="security_reset_complete_toast">Security Reset complete.</string>
<!-- Poison Pill -->
<string name="settings_poison_pill">Set-up Poison Pill</string>
<string name="settings_poison_pill_description">This is an advanced security feature for high threat models</string>
<string name="settings_remove_poison_pill">Remove Poison Pill</string>
<string name="settings_remove_poison_pill_description">Remove the emergency security feature</string>
<string name="poison_pill_dialog_title">Poison Pill Setup</string>
<string name="poison_pill_dialog_message">Poison Pill will create a second PIN that if entered, will wipe all of
your data, and replace your current real PIN, with the Poison Pill PIN. It will look as if you just entered your
normal PIN, and you will be logged in, but all photos and settings will be gone.\n\nAfter using the Poison Pill
PIN, it is now your real PIN. It is recommended to do a Security Reset of the app once the situation that forced
you to use the Pill is over.
</string>
<string name="poison_pill_continue_button">Continue Setup</string>
<string name="poison_pill_cancel_button">Cancel</string>
<string name="poison_pill_creation_title">Create Poison Pill PIN</string>
<string name="poison_pill_creation_description">Create a PIN different from your current PIN</string>
<string name="poison_pill_creation_error">PIN cannot be the same as your current PIN</string>
<string name="poison_pill_setup_complete">Poison Pill setup complete</string>
<string name="remove_poison_pill_dialog_title">Remove Poison Pill</string>
<string name="remove_poison_pill_dialog_message">Are you sure you want to remove the Poison Pill? This will delete
the emergency PIN.
</string>
<string name="remove_poison_pill_confirm_button">Remove</string>
<string name="remove_poison_pill_complete">Poison Pill removed</string>
<!-- Decoy Photo Explanation Dialog -->
<string name="decoy_explanation_dialog_title">Decoy Photos System</string>
<string name="decoy_explanation_dialog_message">In the case where you are coerced for your PIN, and you give over
your Poison Pill PIN instead, it might be suspicious that there are no photos whatsoever in the Gallery.\n\nTo
solve this it is recommended you take several photos of various innocuous things, and then go into those photos
in the Gallery, and mark them as \"Decoy\" photos.\n\nWhen your Poison Pill is activated, all photos EXCEPT for
your Decoys will be deleted, leaving a less suspicious situation.
</string>
<string name="decoy_explanation_dialog_ok_button">Okay</string>
<!-- About Screen -->
<string name="settings_about_button">About SnapSafe</string>
<string name="about_title">About SnapSafe</string>
<string name="about_button_description">Learn about SnapSafe and our other FOSS apps</string>
<string name="about_description">SnapSafe is a privacy-focused camera app designed to protect your sensitive photos
with strong technical, legal, and social protections.
</string>
<string name="about_version">Version</string>
<string name="about_back_description">Back</string>
<string name="about_open_source">Open Source</string>
<string name="about_open_source_description">SnapSafe is an open source project. View the source code on GitHub:
</string>
<string translatable="false" name="about_promo_url">https://snapsafe.org</string>
<string translatable="false" name="about_repository_url">https://github.com/SecureCamera/SecureCameraAndroid
</string>
<string name="about_privacy_policy">Privacy Policy</string>
<string name="about_privacy_policy_description">SnapSafe stores all data locally on your device. No data is
transmitted to external servers.
</string>
<string translatable="false" name="about_privacy_policy_url">
https://github.com/SecureCamera/SecureCameraAndroid/blob/main/PRIVACY.md
</string>
<string name="about_report_bugs">Report Bugs</string>
<string name="about_report_bugs_description">Found a bug? Report it on GitHub:</string>
<string translatable="false" name="about_report_bugs_url">
https://github.com/SecureCamera/SecureCameraAndroid/issues
</string>
<string name="about_community">Join our community</string>
<string name="about_community_description">Come engage with our community, discover more Free and Open Source
Software!
</string>
<string translatable="false" name="about_discord">Discord</string>
<string translatable="false" name="about_discord_url">https://discord.gg/ju2RQa5x8W</string>
<!-- Display variants of URLs -->
<string translatable="false" name="about_promo_url_display">snapsafe.org</string>
<string translatable="false" name="about_repository_url_display">GitHub</string>
<string translatable="false" name="about_privacy_policy_url_display">Read our privacy policy</string>
<string translatable="false" name="about_report_bugs_url_display">Submit Issue</string>
<string translatable="false" name="about_discord_url_display">Join Discord</string>
<!-- Location Dialog -->
<string name="location_dialog_title_denied">Request Location Permission</string>
<string name="location_dialog_title_coarse">Request Precise Location</string>
<string name="location_dialog_title_fine">Remove Location Permission</string>
<string name="location_dialog_message_denied">Allow the app to access your location?</string>
<string name="location_dialog_message_coarse">Allow the app to access your precise location?</string>
<string name="location_dialog_message_fine">Remove location permission for this app? You\'ll need to go to system
settings.
</string>
<string name="location_dialog_change_settings">Change in Settings</string>
<!-- Introduction Screen -->
<string name="intro_title">Welcome to SnapSafe!</string>
<string name="intro_next">Next</string>
<string name="intro_skip">Skip</string>
<string name="intro_finish">Finish</string>
<!-- Introduction Slides -->
<string name="intro_slide_icon">Slide Icon</string>
<string name="intro_slide0_title">SnapSafe</string>
<string name="intro_slide0_description">Welcome to SnapSafe! A free and open source app designed to protect
your privacy.\n\nAlong with strong encryption, every measure is taken to safeguard your photos from prying eyes
even if your phone is confiscated and searched.
</string>
<string name="intro_slide1_title">Privacy Focused</string>
<string name="intro_slide1_description">Your PIN is required to take and view the photos, keeping them safe from
unauthorized access even if the rest of your device is
unlocked.\n\nAfter a few minutes you will be required to enter your PIN again to verify it is still you.
</string>
<string name="intro_slide2_title">Secure Storage</string>
<string name="intro_slide2_description">Your photos are stored in app-private, encrypted storage. The encryption key
is derived from your PIN and is never stored on disk.\n\nNo data, including photos, is ever uploaded or backed
up anywhere.
</string>
<string name="intro_slide3_title">Still Shareable</string>
<string name="intro_slide3_description">Most times we still need to be able to move our sensitive photos out and
share them to another app or person. SnapSafe still allows you to do so safely.\n\nOnce the photo leaves
SnapSafe, its privacy is up to you.
</string>
<string name="intro_slide4_title">Meta Data</string>
<string name="intro_slide4_description">You choose what to do about your photo\'s metadata based on your threat
model.\n\nInternally your photos are stored with some basic metadata. Based on your settings, we can
automatically strip this data when
sharing a photo outside the app.
</string>
<string name="intro_slide5_title">Location Data</string>
<string name="intro_slide5_description">If you grant Location permissions, we\'ll store location in your photos, if
you don\'t, we won\'t. It\'s that simple. This metadata will still be stripped out when sharing photos outside
the app based on your settings.\n\nIf you only grant "coarse" location, then we\'ll store an obfuscated location
with each photo.
</string>
<!-- PIN Creation -->
<string name="pin_creation_title">Create Your PIN</string>
<string name="pin_creation_description">Create a PIN at least 4-digits long to secure your photos</string>
<string name="pin_creation_warning">Do not use the same PIN as your device.\n\nIf you forget this PIN there is no
way to recover it, all of your photos will be lost.
</string>
<string name="pin_creation_hint">Enter PIN</string>
<string name="pin_creation_confirm_hint">Confirm PIN</string>
<string name="pin_creation_error">PINs do not match. Please try again.</string>
<string name="pin_creation_error_weak_pin">PIN is too weak, Please pick another.</string>
<string name="pin_creation_success">PIN created successfully!</string>
<string name="pin_creation_button">Create PIN</string>
<string name="pin_creating_vault">Creating photo vault…</string>
<string name="pin_show_description">Show PIN</string>
<string name="pin_hide_description">Hide PIN</string>
<!-- Alpha-numeric PIN -->
<string name="pin_creation_alphanumeric_label">Enable alpha-numeric PIN</string>
<string name="pin_creation_alphanumeric_help_description">Learn about alpha-numeric PINs</string>
<string name="pin_creation_short_warning">Short PINs are less secure. Consider using 6+ characters.</string>
<string name="pin_alphanumeric_help_title">Alpha-numeric PINs</string>
<string name="pin_alphanumeric_help_message">Alpha-numeric PINs allow letters (a-z, A-Z) in addition to digits (0-9).\n\nThis dramatically increases security:\n\n- A 4-digit numeric PIN has 10,000 possible combinations\n- A 4-character alpha-numeric PIN has over 14 million combinations\n\nUsing letters and numbers together makes your PIN much harder to guess or brute-force.</string>
<string name="pin_create_notification_rationale_title">Allow Notifications</string>
<string name="pin_create_notification_rationale_text">SnapSafe only uses notifications to keep you in control of
work it may be doing in the background, or to inform you of the current security status. It is strongly
recommended that you allow notifications, but it is not required.
</string>
<!-- Security Introduction -->
<string name="security_intro_icon">Security Selection</string>
<string name="security_intro_supported_security_label">Your Security Is:</string>
<string name="security_intro_security_level_strong">Strong</string>
<string name="security_intro_security_level_strong_explainer">Your encryption keys are stored in a Secure Element on
this device. This is the highest level of protection possible. It is resistant to all forms of attack, even the
most determined and well resourced.
</string>
<string name="security_intro_string_biometric_label">Require Biometrics?</string>
<string name="security_intro_string_biometric_explainer">Because your device has a Secure Element (SE), we can offer
a further level of protection.
\n\n
In addition to your PIN, the SE can require you to enter your Fingerprint as well before it will allow access to
the encryption key.
\n\n
This is generally not required for most users, but is an optional level of security if your threat model demands
it.
</string>
<string name="security_intro_string_ephemeral_label">Ephemeral Encryption Key</string>
<string name="security_intro_string_ephemeral_explainer">As an optional layer of security, we can offer you an
ephemeral Key.
\n\n
With this option your Data Encryption Key will never be saved to disk, even in the heavily encrypted form we
normally use. Instead, it is
derived purely in memory every time you authenticate with the app.
\n\n
The trade off is authenticating with the app will be much slower each time.
\n\n
This is generally not required for most users, but is an optional layer of security if your threat model demands
it.
</string>
<string name="security_intro_string_biometric_checkbox">Require Biometrics + PIN</string>
<string name="security_intro_advanced_section">Advanced</string>
<string name="security_intro_expand">Expand advanced options</string>
<string name="security_intro_collapse">Collapse advanced options</string>
<string name="security_intro_security_level_normal">Normal</string>
<string name="security_intro_security_level_normal_explainer">Your encryption keys are stored in your chips Trusted
Execution Environment on this device. This is the reasonable level of security for all but the highest risk
threat models.
</string>
<string name="security_intro_security_level_weak">Weak</string>
<string name="security_intro_security_level_weak_explainer">Your device lacks any hardware-backed key storage. While
we can still provide you with a reasonable level of security, you will be vulnerable to offline attacks. This
would be where
your data is dumped and your key is brute-forced.
\n\n
If you believe yourself to have a high-risk threat model, you should consider upgrading to a newer device.
</string>
<!-- PIN Verification -->
<string name="pin_verification_icon">Create Pin Icon</string>
<string name="pin_verification_title">Enter your PIN</string>
<string name="pin_verification_label">PIN</string>
<string name="pin_verification_empty_error">PIN cannot be empty</string>
<string name="pin_verification_invalid_error">Invalid PIN. Please try again.</string>
<string name="pin_verification_button">Verify</string>
<!-- Additional PIN Verification Strings -->
<string name="pin_verification_all_data_deleted">ALL DATA DELETED</string>
<string name="pin_verification_remaining_attempts">Attempts: %1$d/%2$d</string>
<string name="pin_verification_verify_with_countdown">Verify (%1$d)</string>
<string name="pin_verification_verify_or_wipe">Verify OR Wipe All Data</string>
<string name="pin_verification_wipe_warning">%1$d failed attempts will result in a full data wipe.\nALL PHOTOS WILL
BE LOST!
</string>
<!-- Migration Dialog -->
<string name="migration_dialog_title">Upgrading Security</string>
<string name="migration_dialog_progress">Migrating %1$d of %2$d files…</string>
<string name="migration_dialog_warning">Please wait. Do not close the app.</string>
</resources>