-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathLocalizable.strings
More file actions
730 lines (699 loc) · 43.1 KB
/
Localizable.strings
File metadata and controls
730 lines (699 loc) · 43.1 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
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
//
// Localizable.strings
// Nextcloud
//
// Copyright © 2017 Marino Faggiana. All rights reserved.
//
// Author Marino Faggiana <marino.faggiana@nextcloud.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
"_cancel_" = "Cancel";
"_edit_" = "Edit";
"_tap_to_cancel_" = "Tap to cancel";
"_cancel_request_" = "Do you want to cancel?";
"_upload_file_" = "Upload file";
"_download_file_" = "Download file";
"_delete_" = "Delete";
"_rename_" = "Rename";
"_rename_file_" = "Rename file";
"_rename_folder_" = "Rename folder";
"_move_" = "Move";
"_add_" = "Add";
"_save_" = "Save";
"_warning_" = "Warning";
"_error_" = "Error";
"_no_" = "No";
"_yes_" = "Yes";
"_select_" = "Select";
"_select_all_" = "Select all";
"_upload_" = "Upload";
"_home_" = "Files";
"_files_" = "Files";
"_ok_" = "OK";
"_done_" = "Done";
"_clear_" = "Clear";
"_selected_" = "Selected";
"_no_active_account_" = "No account found";
"_info_" = "Info";
"_warning_" = "Warning";
"_video_" = "Video";
"_overwrite_" = "Overwrite";
"_create_" = "Create";
"_create_folder_" = "Create folder";
"_create_folder_e2ee_" = "Create encrypted folder";
"_close_" = "Close";
"_remove_" = "Remove";
"_file_not_found_" = "File not found";
"_continue_" = "Continue";
"_continue_editing_" = "Continue editing";
"_auto_upload_folder_" = "Auto upload";
"_photo_" = "Photo";
"_audio_" = "Audio";
"_unknown_" = "Unknown";
"_success_" = "Success";
"_mode_filename_" = "Filename mode";
"_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration.";
"_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud.";
"_restore_" = "Restore";
"_tap_here_to_change_" = "Tap here to change";
"_no_albums_" = "No albums";
"_denied_album_" = "This app does not have access to \"Photos\". You can enable access in Privacy Settings.";
"_denied_camera_" = "This app does not have access to the \"Camera\". You can enable access in Privacy Settings.";
"_force_start_" = "Force the start";
"_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@.";
"_the_account_" = "The account";
"_does_not_exist_" = "does not exist";
"_sharing_" = "Sharing";
"_details_" = "Details";
"_no_permission_add_file_" = "You don't have permission to add files.";
"_no_permission_delete_file_" = "You don't have permission to delete files.";
"_no_permission_modify_file_" = "You don't have permission to modify files.";
"_no_permission_favorite_file_" = "You don't have permission to add the file to your favorites.";
"_add_folder_info_" = "Add folder info";
"_back_" = "Back";
"_search_" = "Search";
"_of_" = "of";
"_livephoto_save_" = "Save Live Photo to Photo Album";
"_livephoto_save_error_" = "Error during save of Live Photo.";
"_livephoto_no_" = "Disable Live Photo";
"_convert_live_photo_" = "Convert to Live Photo";
"_file_conflict_num_" = "file conflict";
"_file_conflicts_num_" = "file conflicts";
"_file_conflict_desc_" = "Which files do you want to keep?\nIf you select both versions, the copied file will have a number added to its name.";
"_file_conflict_new_" = "New files";
"_file_conflict_exists_" = "Already existing files";
"_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one.";
"_move_or_copy_" = "Move or copy";
"_move_copy_diff_account_" = "You cannot copy or move files between different accounts.";
"_copy_" = "Copy";
"_now_" = "Now";
"_wait_" = "Please wait …";
"_recent_" = "Recent";
"_view_in_folder_" = "View in folder";
"_leave_share_" = "Leave this share";
"_disabled_" = "Disabled";
"_compact_" = "Compact";
"_normal_" = "Normal";
"_verbose_" = "Verbose";
"_standard_" = "Standard";
"_maximum_" = "Maximum";
"_error_occurred_" = "An error occurred, please try again.";
"_retry_" = "Retry";
"_images_" = "Images";
"_confirm_" = "Confirm";
"_confirm_continue_" = "Confirm by continuing the previous uploading";
"_confirm_resetting_" = "confirm ignoring previous uploading ";
"_background_location_access_title_" = "Background Location Access";
"_background_location_access_message_" = "This app needs background location access to automatically upload files when you move between areas. GPS is not used and your location is never stored.";
"_enable_background_location_title_" = "Enable Background Location";
"_enable_background_location_message_" = "To allow automatic file uploads in the background, please enable 'Always' for location access in Settings.";
"_enable_background_location_footer_" = "To keep your photo library up to date automatically, this app can use background location access.\nThis allows it to detect when you’re in a new area and check for new photos to upload.\nGPS is not used, and your location is never stored or tracked.";
/* MARK: Files lock */
"_lock_" = "Lock";
"_unlock_" = "Unlock";
"_lock_file_" = "Lock file";
"_unlock_file_" = "Unlock file";
"_lock_selected_files_" = "Lock files";
"_unlock_selected_files_" = "Unlock files";
"_locked_by_" = "Locked by %@";
"_file_locked_no_override_" = "This file is locked. It cannot be overridden.";
"_lock_no_permissions_selected_" = "Not allowed for some selected files or folders.";
"_remove_file_" = "Remove file";
"_delete_file_" = "Delete file";
"_delete_folder_" = "Delete folder";
"_size_" = "Size";
"_set_user_status_" = "Set user status";
"_open_settings_" = "Open settings";
"_settings_account_request_" = "Request account at startup";
"_alias_" = "Alias";
"_alias_placeholder_" = "Write the alias";
"_alias_footer_" = "Give your account names a descriptive name such as Home, Office, School …";
"_privacy_legal_" = "Privacy and Legal Policy";
"_source_code_" = "Get source code";
"_account_select_" = "Select the account";
"_account_select_to_add_" = "Select the account to add";
"_remove_local_account_" = "Remove local account";
"_want_delete_account_" = "Do you want to remove local account?";
"_prevent_http_redirection_"= "The redirection in HTTP is not permitted.";
"_single_file_conflict_title_" = "File conflict";
"_multi_file_conflict_title_" = "%@ File conflicts";
"_replace_action_title_" = "Replace";
"_keep_both_action_title_" = "Keep both";
"_cancel_keep_existing_action_title_" = "Cancel and keep existing";
"_replace_all_action_title_" = "Replace all";
"_keep_both_for_all_action_title_" = "Keep both for all";
"_more_action_title_" = "More Details";
"_wait_file_preparation_" = "Please wait, preparing file upload…";
"_keep_active_for_upload_" = "Keep the application active until the sending is completed…";
"_keep_active_for_transfers_" = "Keep the application active until the transfers are completed…";
"_wait_file_encryption_" = "Please wait, encrypting file…";
"_passcode_counter_fail_" = "Too many failed attempts, please wait before reattempting.";
"_seconds_" = "seconds";
"_change_lock_passcode_" = "Change passcode";
"_lock_cannot_disable_mdm_" = "Disabling the passcode lock is not permitted by your configuration profile.";
// MARK: User Status
/* User status */
"_online_" = "Online";
/* User status */
"_away_" = "Away";
/* User status */
"_dnd_" = "Do not disturb";
/* User status */
"_dnd_description_" = "Mute all notifications";
/* User status */
"_invisible_" = "Invisible";
/* User status */
"_invisible_description_" = "Appear offline";
/* User status */
"_status_message_" = "Status message";
"_status_message_placehorder_" = "What is your status?";
"_online_status_" = "Online status";
"_clear_status_message_" = "Clear status message";
"_set_status_message_" = "Set status message";
"_clear_status_message_after_" = "Clear status message after";
/* User status */
"_select_option_" = "Select option";
"_dont_clear_" = "Don't clear";
"_30_minutes_" = "30 minutes";
"_an_hour_" = "an hour";
"_1_hour_" = "1 hour";
"_4_hours_" = "4 hours";
"day" = "Today";
"_this_week_" = "This week";
"_days_" = "Days";
"_hours_" = "Hours";
"_minutes_" = "Minutes";
"_network_not_available_" = "Network unavailable.";
"_file_already_exists_" = "Unable to complete the operation, a file with the same name exists.";
"_files_lock_error_" = "There was an error changing the lock of this file.";
"_more_" = "More";
"_notifications_" = "Notifications";
"_quota_space_unlimited_" = "Unlimited";
"_quota_space_unknown_" = "Unknown";
"_quota_using_" = "You are using %@ of %@";
"_acknowledgements_" = "Acknowledgements";
"_settings_" = "Settings";
"_enter_password_" = "Enter password …";
"_lock_" = "Lock";
"_lock_active_" = "Lock: On";
"_lock_not_active_" = "Lock: Off";
"_lock_protection_no_screen_" = "Do not ask at startup";
"_enable_touch_face_id_" = "Enable Touch/Face ID";
"_wifi_only_" = "Only use Wi-Fi connection";
"_settings_autoupload_" = "Auto upload";
"_clear_cache_" = "Clear cache";
"_clear_cache_footer_" = "Clear downloaded and offline files from the app";
"_exit_" = "Reset application";
"_exit_footer_" = "Remove all accounts and local data from the app.";
"_want_exit_" = "Attention! Will be reset to initial state. Continue?";
"_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
"_add_account_" = "Add account";
"_want_delete_" = "You will delete the following: ";
"_want_leave_share_" = "You will leave the following shares: ";
"_no_delete_" = "No, do not delete";
"_yes_delete_" = "Yes, delete";
"_information_" = "Information";
"_select_offline_warning_" = "Making multiple files and folders available offline may take a while and use a lot of memory while doing so.";
"_advanced_" = "Advanced";
"_permissions_" = "Permissions";
"_custom_permissions_" = "Custom permissions";
"_disable_files_app_" = "Disable Files App integration";
"_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application.";
"_time_remaining_" = "%@ remaining";
"_autoupload_" = "Auto upload photos/videos";
"_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
"_autoupload_photos_" = "Auto upload photos";
"_autoupload_videos_" = "Auto upload videos";
"_autoupload_favorites_" = "Auto upload favorites only";
"_autoupload_description_" = "New photos/videos will be automatically uploaded to your server.";
"_autoupload_fullphotos_" = "Upload the whole camera roll";
"_start_autoupload_" = "Turn on auto uploading";
"_stop_autoupload_" = "Stop auto uploading";
"_autoupload_fullphotos_footer_" = "Adjust the options above before uploading.";
"_autoupload_create_subfolder_" = "Use subfolders";
"_autoupload_create_subfolder_footer_" = "Store photos in subfolders based on year, month or day.";
"_autoupload_subfolder_granularity_" = "Subfolder Granularity";
"_filenamemask_" = "Change filename mask";
"_filenamemask_footer_" = "By default, when a file is uploaded, it automatically gets the following format: yy-mm-dd hh-mm-ss plus a 4-digit counter. If you do not like this format, you can change it here except for the final 4-digit counter, which cannot be omitted.";
"_autoupload_current_folder_" = "Currently selected folder";
"_show_hidden_files_" = "Show hidden files";
"_format_compatibility_" = "Most Compatible";
"_format_compatibility_footer_" = "\"Most compatible\" will save photos as JPEG, if possible.";
"_privacy_" = "Privacy";
"_privacy_footer_" = "This app uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON.";
"_crashservice_title_" = "Disable crash reporter";
"_crashservice_alert_" = "This option requires a restart of the app to take effect.";
"_upload_mov_livephoto_" = "Live Photo";
"_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
"_capabilities_" = "Capabilities";
"_capabilities_footer_" = "Display the packages used by the app if they are installed and available on the server.";
"_diagnostics_" = "Diagnostics";
"_diagnostics_footer_" = "Changing log level requires a restart of the app to take effect";
"_view_log_" = "View log file";
"_clear_log_" = "Clear log file";
"_set_log_level_" = "Set Log level";
"_log_file_clear_alert_" = "Log file cleared \n successfully!";
"_connect_server_anyway_" = "Do you want to connect to the server anyway?";
"_server_is_trusted_" = "Do you consider this server trusted?";
"_connection_error_" = "Connection error";
"_login_url_" = "Server address https:// …";
"_login_url_error_" = "URL error, please verify your server URL";
"_favorites_" = "Favorites";
"_favorite_short_" = "Favorite";
"_tutorial_favorite_view_" = "Files and folders you mark as favorites will show up here";
"_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
"_tutorial_groupfolders_view_" = "No Group folders yet";
"_more_" = "More";
"_favorite_no_files_" = "No favorites yet";
"_no_date_information_" = "No date information";
"_no_camera_information_" = "No camera information";
"_no_lens_information_" = "No lens information";
"_today_" = "Today";
"_yesterday_" = "Yesterday";
"_access_photo_not_enabled_" = "Access to Photos is not enabled";
"_access_photo_not_enabled_msg_" = "Please go to Settings → Apps → Nextcloud → Photos and enable Photo Library Access";
"_access_background_app_refresh_denied_" = "\"Background App Refresh\" is denied. Please enable it in \"Settings\" otherwise, new photos or videos will not be detected when the application is in the background";
"_new_photos_starting_" = "Only photos or videos starting %@ will be uploaded.";
"_tutorial_photo_view_" = "No photos or videos uploaded yet";
"_error_createsubfolders_upload_" = "Error creating subfolders";
"_remove_photo_CameraRoll_" = "Remove from camera roll";
"_remove_photo_CameraRoll_desc_" = "\"Remove from camera roll\" after uploads, a confirmation message will be displayed to delete the uploaded photos or videos from the camera roll. The deleted photos or videos will still be available in the iOS Photos Trash for 30 days.";
"_never_" = "never";
"_less_a_minute_" = "less than a minute ago";
"_a_minute_ago_" = "a minute ago";
"_minutes_ago_" = "%d minutes ago";
"_an_hour_ago_" = "an hour ago";
"_hours_ago_" = "%d hours ago";
"_a_day_ago_" = "a day ago";
"_days_ago_" = "%d days ago";
"_forbidden_characters_" = "Forbidden characters: %@";
"_cannot_send_mail_error_" = "No account is set up, or wrong email address entered.";
"_open_url_error_" = "Cannot open the URL for this action.";
"_media_" = "Media";
"_order_by_" = "Sort by";
"_name_" = "Name";
"_date_" = "Date";
"_size_" = "Size";
"_delete_selected_files_" = "Delete files";
"_remove_favorites_" = "Remove from favorites";
"_add_favorites_" = "Add to favorites";
"_share_" = "Share";
"_remove_local_file_" = "Remove locally";
"_folders_" = "folders";
"_folder_" = "folder";
"_files_" = "files";
"_file_" = "file";
"_no_file_pull_down_" = "Upload a file or pull down to refresh";
"_no_file_no_permission_to_create_" = "You don't have permission to create or upload files in this folder.";
"_limited_dimension_" = "Maximum size reached";
"_save_selected_files_" = "Save to photo gallery";
"_file_not_saved_cameraroll_" = "Error: File not saved in photo album";
"_file_saved_cameraroll_" = "File saved in photo album";
"_favorite_on_top_" = "Sort favorite first";
"_directory_on_top_" = "Sort folders before files";
"_show_description_" = "Show folder description";
"_show_recommended_files_" = "Show recommendations";
"_search_no_record_found_" = "No result";
"_search_in_progress_" = "Search in progress …";
"_search_instruction_" = "Search for file (minimum 2 characters)";
"_files_no_files_" = "No files in here";
"_files_no_folders_" = "No folders in here";
"_request_in_progress_" = "Request to server in progress …";
"_personal_files_only_" = "Personal files only";
"audio" = "AUDIO";
"directory" = "FOLDERS";
"document" = "DOCUMENTS";
"image" = "IMAGES";
"template" = "TEMPLATES";
"video" = "VIDEO";
"_paste_file_" = "Paste";
"_cancel_all_task_" = "Cancel all transfers";
"_status_wait_download_" = "Waiting for download";
"_status_downloading_" = "Downloading";
"_status_wait_upload_" = "Waiting to upload";
"_status_wait_create_folder_" = "Waiting to create the folder";
"_status_wait_delete_" = "Waiting to delete";
"_status_wait_rename_" = "Waiting to rename";
"_status_wait_favorite_" = "Waiting to change favorite";
"_status_wait_copy_" = "Waiting to copy";
"_status_wait_move_" = "Waiting to move";
"_status_uploading_" = "Uploading";
"_status_upload_error_" = "Error, waiting to upload";
"_select_media_folder_" = "Set Media folder";
"_media_viewimage_show_" = "Show only images";
"_media_viewvideo_show_" = "Show only video";
"_media_show_all_" = "Show both";
"_good_morning_" = "Good morning";
"_good_day_" = "Good day";
"_good_afternoon_" = "Good afternoon";
"_good_evening_" = "Good evening";
"_good_night_" = "Good night";
"_servers_" = "Servers";
"_select_server_" = "Please select a server...";
// MARK: Share
"_share_link_" = "Share link";
"_share_link_name_" = "Link name";
"_password_" = "Password";
"_share_password_" = "Password protected link";
"_date_" = "Date";
"_user_sharee_footer_" = "Tap to change permissions";
"_enforce_password_protection_" = "Enforce password protection";
"_shared_with_you_by_" = "Shared with you by";
"_shareLinksearch_placeholder_" = "Name, email, or Federated Cloud ID …";
"_new_comment_" = "New comment …";
"_edit_comment_" = "Edit comment";
"_delete_comment_" = "Delete comment";
"_share_read_only_" = "View only";
"_share_editing_" = "Can edit";
"_share_allow_upload_" = "Allow upload and editing";
"_share_file_drop_" = "File request";
"_share_secure_file_drop_" = "Secure file drop (upload only)";
"_share_hide_download_" = "Hide download";
"_share_allowed_downloads_" = "Allowed downloads";
"_share_limit_download_" = "Limit downloads";
"_remaining_" = "%d remaining";
"_share_password_protect_" = "Password protection";
"_share_expiration_date_" = "Set expiration date";
"_share_note_recipient_" = "Note to recipient";
"_share_add_sharelink_" = "Add another link";
"_share_can_read_" = "Read";
"_share_can_reshare_" = "Share";
"_share_can_create_" = "Create";
"_share_can_change_" = "Edit";
"_share_can_delete_" = "Delete";
"_share_can_download_" = "Allow download and sync";
"_share_unshare_" = "Delete share";
"_share_internal_link_" = "Internal link";
"_share_internal_link_des_" = "Only works for users with access to this file/folder.";
"_share_reshare_disabled_" = "You are not allowed to reshare this file/folder.";
"_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder.";
"_remote_" = "Remote";
"_remote_group_" = "Remote group";
"_conversation_" = "Conversation";
"_no_transfer_" = "No transfers yet";
"_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
"_no_activity_footer_" = "No more activities to load";
"_transfers_" = "Transfers";
"_activity_" = "Activity";
"_trash_file_not_found_" = "It seems that the file is not in the Trash. Go to the Trash to update it and try again.";
"_list_shares_" = "Shares";
"_list_shares_no_files_" = "No shares yet";
"_tutorial_list_shares_view_" = "Files and folders you share will show up here";
"_offline_" = "Offline";
"_upload_photos_videos_" = "Upload photos or videos";
"_upload_file_" = "Upload file";
"_create_nextcloudtext_document_" = "Create text document";
"_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
"_filename_" = "Filename";
"_enter_filename_" = "Enter filename …";
"_default_preview_filename_footer_" = "Example preview of filename: IMG_0001.JPG";
"_filename_header_" = "Enter filename";
"_preview_filename_" = "Example preview of filename. You can use the mask %@ for date/time.";
"_add_filenametype_" = "Specify type in filename";
"_maintain_original_filename_" = "Maintain original filename";
"_notifications_" = "Notifications";
"_untitled_" = "Untitled";
"_e2e_settings_title_" = "Encryption";
"_e2e_settings_" = "End-to-end encryption";
"_e2e_settings_start_" = "Start end-to-end encryption";
"_e2e_settings_activated_" = "End-to-end encryption activated";
"_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
"_e2e_settings_view_passphrase_" = "All 12 words together make a very strong password, letting only you view and make use of your encrypted files. Please write it down and keep it somewhere safe.";
"_e2e_settings_read_passphrase_" = "Read passphrase";
"_e2e_settings_lock_not_active_" = "Lock not active. Go to \"Settings\" and activate it.";
"_e2e_settings_the_passphrase_is_" = "The passphrase is:";
"_e2e_passphrase_request_title_" = "Request passphrase";
"_e2e_passphrase_request_message_" = "Insert the 12 words";
"_e2e_settings_remove_" = "Remove the encryption locally";
"_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
"_e2e_set_folder_encrypted_" = "Encrypt";
"_e2e_remove_folder_encrypted_" = "Decrypt";
"_e2e_file_encrypted_" = "File encrypted";
"_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
"_e2e_error_" = "An internal end-to-end encryption error occurred.";
"_e2e_in_upload_" = "Upload in progress, please wait for all files to be transferred.";
"_scans_document_" = "Scan document";
"_scanned_images_" = "Scanned images";
"_scan_document_pdf_page_" = "Page";
"_scan_label_document_zone_" = "Tap or drag images down for document creation";
"_filter_document_" = "Document";
"_filter_original_" = "Original";
"_quality_image_title_" = "Preview image quality";
"_file_creation_" = "File creation";
"_delete_all_scanned_images_" = "Delete all scanned images";
"_text_recognition_" = "Text recognition";
"_all_files_" = "All files";
"_personal_files_" = "Personal Files";
"_trash_view_" = "Deleted files";
"_empty_trash_" = "Empty trash";
"_trash_no_trash_" = "No files deleted";
"_trash_no_trash_description_" = "You can restore deleted files from here";
"_confirm_delete_selected_" = "Are you sure you want to delete the selected items?";
"_manage_file_offline_" = "Manage offline files";
"_set_available_offline_" = "Set as available offline";
"_remove_available_offline_" = "Remove as available offline";
"_create_new_document_" = "Create new document";
"_create_new_spreadsheet_" = "Create new spreadsheet";
"_create_new_presentation_" = "Create new presentation";
"_go_online_" = "Go online to see the document";
"_intro_1_title_" = "Keep your data secure and under your control";
"_intro_2_title_" = "Secure collaboration & file exchange";
"_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
"_intro_4_title_" = "Screen sharing, online meetings & web conferences";
"_log_in_" = "Log in";
"_sign_up_" = "Sign up with provider";
"_host_your_own_server" = "Host your own server";
"_invalid_url_" = "Invalid server URL";
"_ssl_certificate_untrusted_" = "The certificate for this server is invalid.";
"_ssl_certificate_changed_" = "The certificate for this server seems to have changed.";
"_file_already_exists_" = "Could not complete the operation, a file with the same name exists.";
"_error_files_upload_" = "Error uploading files.";
"_internal_generic_error_" = "internal error.";
"_err_permission_microphone_" = "Please allow Microphone usage from Settings.";
"_err_permission_photolibrary_" = "Please allow Photos from Settings.";
"_qrcode_not_authorized_" = "This app is not authorized to use the Back Camera.";
"_qrcode_not_supported_" = "QR code not supported by the current device.";
"_create_voice_memo_" = "Create voice memo";
"_voice_memo_start_" = "Tap to start";
"_voice_memo_stop_" = "Tap to stop";
"Enter Passcode" = "Enter Passcode";
"Enter a new passcode" = "Enter a new passcode";
"Confirm new passcode" = "Confirm new passcode";
"_too_many_failed_passcode_attempts_error_" = "Too many failed passcode attempts. Please try again.";
"Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
"Delete" = "Delete";
"Cancel" = "Cancel";
"_certificate_details_" = "Certificate Server details";
"_certificate_pn_details_" = "Certificate Push Notification details";
"_certificate_view_" = "Certificate Server";
"_certificate_pn_view_" = "Certificate Push Notification";
"_save_as_scan_" = "Save as scan";
"_modify_" = "Modify";
"_overwrite_original_" = "Overwrite original";
"_save_as_copy_" = "Save as copy";
"_discard_changes_" = "Close and discard changes";
"_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible.";
"_discard_changes_info_" = "Your changes will be discarded.";
"_delete_files_desc_" = "Delete files to free up space";
"_delete_old_files_" = "Delete, in the cache, all files older than";
"_never_" = "Never";
"_1_year_" = "1 year";
"_6_months_" = "6 months";
"_3_months_" = "3 months";
"_1_month_" = "1 month";
"_1_week_" = "1 week";
"_monthly_" = "Monthly";
"_yearly_" = "Yearly";
"_daily_" = "Daily";
"_used_space_" = "Used space:";
"_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
"_go_to_page_" = "Go to page";
"_page_" = "Page";
"_this_document_has_%@_pages_" = "This document has %@ pages";
"_invalid_page_" = "Invalid Page";
"_the_entered_page_number_does_not_exist_" = "The entered page number does not exist.";
"_error_something_wrong_" = "Something went wrong";
"_try_download_full_resolution_" = "Download full resolution image";
"_full_resolution_image_info_" = "This may reveal more information about the photo.";
"_download_audio_" = "Download the audio locally";
"_copied_path_" = "Copied path";
"_privacy_screen_" = "Splash screen when app inactive";
"_in_" = "in";
"_enter_passphrase_" = "Enter passphrase (12 words)";
"_show_more_results_" = "Show more results";
"_waiting_for_" = "Waiting for:";
"_reachable_wifi_" = "network reachable via Wi-Fi or cable";
"_copy_passphrase_" = "Copy passphrase";
"_ok_copy_passphrase_" = "OK and copy passphrase";
"_select_color_" = "Select the color";
"_change_color_" = "Change color";
"_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
"_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
"_description_toolbarwidget_" = "A toolbar to speed up your operations.";
"_title_lockscreenwidget_" = "Status";
"_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
"_keep_running_" = "Keep the app running for a better user experience.";
"_apps_nextcloud_detect_" = "Detected %@ apps";
"_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
"_status_in_progress_" = "Status reading in progress …";
"_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device.";
"_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server.";
"_status_e2ee_configured_" = "The end-to-end encryption is correctly configured.";
"_e2ee_set_as_offline_" = "Not allowed for encrypted files or folders.";
"_change_upload_filename_" = "Do you want to save the file with a different name?";
"_save_file_as_" = "Save file as %@";
"_password_ascii_" = "The password cannot contain special characters.";
"_calendar_contacts_" = "Calendar and Contacts";
"_mobile_config_" = "Download the configuration profile";
"_calendar_contacts_footer_warning_" = "Configuration profile can only be downloaded if Safari is set as default browser.";
"_calendar_contacts_footer_" = "After downloading the profile you can install it from Settings.";
"_modify_image_desc_" = "Tap on a file to modify or rename.";
"_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live Photo effect.";
"_enable_livephoto_" = "Enable Live Photo";
"_disable_livephoto_" = "Disable Live Photo";
"_undo_modify_" = "Undo modifying";
"_rename_already_exists_" = "A file with this name already exists.";
"_group_folders_" = "Group folders";
"_play_from_files_" = "Play movie from a file";
"_play_from_url_" = "Play movie from URL";
"_valid_video_url_" = "Insert a valid URL";
"_chunk_move_" = "The sent file could not be reassembled, please check the server log.";
"_download_image_" = "Download image";
"_download_video_" = "Download video";
"_reset_wrong_passcode_" = "Reset application";
"_reset_wrong_passcode_option_" = "Reset application after failed attempts";
"_reset_wrong_passcode_desc_" = "Use \"Reset application\" to remove all accounts and local data after %d failed code entry attempts.";
"_deviceOwnerAuthentication_" = "The biometric sensor has been temporarily disabled due to multiple failed attempts. Enter the device passcode to re-enable the sensor.";
"_virus_detect_" = "Virus detected. Upload cannot be completed!";
"_select_photos_" = "Select photos";
"_selected_photo_" = "selected photo";
"_selected_photos_" = "selected photos";
"_delete_selected_photos_" = "Delete selected photos";
"_media_square_" = "Square grid";
"_media_ratio_" = "Aspect ratio grid";
"_autoupload_notice_" = "To ensure the proper functioning of this feature, it is necessary to enable Background App Refresh. Otherwise, new photos or videos will not be detected when the application is in the background.\n\nAdditionally, please note that the app will not be able to detect new photos and videos if it is manually terminated. When the app is in the background, data transfer may be slower, and new photos and/or videos will generally be detected every 10 minutes, depending on the device’s battery level.\n\nTo verify that the app is functioning correctly, you can use the log file available in Advanced settings.";
"_display_" = "Display";
"_appearance_" = "Appearance";
"_light_" = "Light";
"_dark_" = "Dark";
"_use_system_style_" = "Use system style";
"_account_settings_" = "Account settings";
"_users_" = "Users";
"_users_footer_" = "Every time the app is reactivated, the account will be requested.";
"_while_charging_" = "While charging";
"_keep_screen_awake_" = "Keep screen awake\nwhile transferring files";
"_error_not_found_" = "The requested resource could not be found";
"_error_conflict_" = "The request could not be completed due to a conflict with the current state of the resource";
"_error_precondition_" = "The server does not meet one of the preconditions of the requester";
"_downloading_" = "Downloading";
"_additional_options_" = "Additional options";
"_unauthorizedFilesPasscode_" = "Files app cannot be used with an activated passcode";
"_disableFilesApp_" = "Files app cannot be used because it is disabled";
"_widget_available_nc25_" = "Widget only available starting with server version 25";
"_no_items_" = "No items";
"_check_back_later_" = "Check back later";
"_no_data_available_" = "No data available";
"_recent_activity_" = "Recent activity";
"_maintenance_mode_" = "The server is currently in maintenance mode, which may take a while.";
"_account_disabled_" = "Account disabled";
"_user_" = "User";
"_add_subtitle_" = "Add an external subtitle";
"_add_audio_" = "Add an external audio";
"_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
"_upload_background_msg_" = "Files upload in progress …";
"_create_folder_error_" = "An error has occurred while creating the folder:\n%@.\n\nPlease resolve the issue as soon as possible.\n\nAll uploads are suspended until the problem is resolved.\n";
"_creating_dir_progress_" = "Creating directories in progress … keep the application active.";
"_creating_db_photo_progress_" = "Creating photo archive in progress … keep the application active.";
"_account_unauthorized_" = "Warning, %@, you are not authorized, your account has been deleted, if you have changed your password, re-authenticate.";
"_folder_offline_desc_" = "Even without an internet connection, you can organize your folders, create files. Once you're back online, your pending actions will automatically sync.";
"_offline_not_allowed_" = "This operation is not allowed in offline mode";
"_Upload_native_format_yes_"= "Upload in native format: yes";
"_Upload_native_format_no_" = "Upload in native format: no";
"_terms_of_service_" = "Terms of service";
"_terms_accept_" = "I acknowledge that I have read and agree to the above terms of service.";
"_terms_accepted_" = "Terms accepted";
"_recommended_files_" = "Recommended Files";
"_propagate_layout_" = "Apply the following change to all subfolders";
// Tip
"_tip_pdf_thumbnails_" = "Swipe left from the right edge of the screen to show the thumbnails";
"_tip_accountrequest_" = "Touch here to change account or to add a new one";
"_tip_addcopyimage_" = "Long press to paste a copied image";
"_tip_open_mediadetail_" = "Swipe up to show the details";
"_tip_autoupload_button_" = "Configure the options as you prefer (folder, Wi-Fi, new content, subfolders) and tap ‘Turn on auto uploading’.
You can stop it at any time, adjust the settings, and enable it again.";
// MARK: Accessibility
// Accessibility, floating panel top element
"_cart_controller_" = "Card controller";
"_accessibility_add_upload_" = "Add and upload";
"_dismiss_menu_" = "Dismiss the menu";
"_show_profile_" = "Show profile";
// a11y: On/Off
"_on_" = "On";
// a11y: On/Off
"_off_" = "Off";
"_list_" = "List";
"_icons_" = "Icons";
// MARK: Assistant
"_assistant_task_unknown_" = "Unknown";
"_assistant_task_scheduled_" = "Scheduled";
"_assistant_task_in_progress_" = "In Progress";
"_assistant_task_completed_" = "Completed";
"_assistant_task_failed_" = "Failed";
"_input_" = "Input";
"_output_" = "Output";
"_task_details_" = "Task details";
"_assistant_" = "Assistant";
"_new_task_" = "New %@ task";
"_no_tasks_" = "No tasks in here";
"_create_task_subtitle_" = "Use the + button to create one";
"_edit_task_" = "Edit %@ task";
"_no_types_" = "No provider found";
"_no_types_subtitle_" = "AI Providers need to be installed to use the Assistant.";
// MARK: Client certificate
"_no_client_cert_found_" = "The server is requesting a client certificate.";
"_no_client_cert_found_desc_" = "Do you want to install a TLS client certificate? \n Note that the .p12 certificate must be installed on your device first by clicking on it and installing it as an Identitity Certificate Profile in Settings. The certificate MUST also have a password as that is a requirement by iOS.";
"_client_cert_enter_password_" = "Enter the password for the chosen certificate";
"_client_cert_wrong_password_" = "Sorry, you entered an invalid password.";
// MARK: Login poll
"_poll_desc_" = "Please complete the log in process in your browser.";
// MARK: File name validator (used by NextcloudKit, don't remove)
"_file_name_validator_error_ends_with_space_period_" = "Name must not contain spaces at the beginning or end.";
"_file_name_validator_error_reserved_name_" = "\"%@\" is a forbidden name.";
"_file_name_validator_error_forbidden_file_extension_" = "\".%@\" is a forbidden file extension.";
"_file_name_validator_error_invalid_character_" = "Name contains an invalid character: \"%@\".";
"_file_name_validator_error_space_" = "Name must not contain spaces at the beginning or end.";
"_file_name_new_extension_" = "Changing the extension might cause this file to open in a different application.";
"_file_name_empty_" = "File name cannot be empty.";
"_please_rename_file_" = "Please rename the file or folder.";
"hidden_file_name_warning" = "Name will result in a hidden file.";
"_camera_roll_" = "Camera roll";
"_destination_" = "Destination";
"_select_autoupload_albums_" = "Select albums";
"_upload_from_" = "Upload from";
"_multiple_albums_" = "Multiple albums";
"_smart_albums_" = "Smart albums";
"_albums_" = "Albums";
"_new_photos_only_" = "New photos only";
"_all_photos_" = "All photos";
//"_back_up_" = "Back up...";
"_back_up_new_photos_only_" = "Back up new photos/videos only";
"_auto_upload_all_photos_warning_title_" = "Are you sure you want to upload all photos?";
"_auto_upload_all_photos_warning_message_" = "This can take some time to process depending on the amount of photos.";
"_item_with_same_name_already_exists_" = "An item with the same name already exists.";
// MARK: Migration Multi Domains
"_preparing_migration_" = "Preparing migration …";
"_scanning_files_" = "Scanning files …";
"_moving_items_to_domain_" = "Moving items to correct domain …";
"_finishing_up_" = "Finishing up …";