-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathLocalizable.strings
More file actions
835 lines (729 loc) · 35.9 KB
/
Copy pathLocalizable.strings
File metadata and controls
835 lines (729 loc) · 35.9 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
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
/*
Localizable.strings
ownCloud
Created by Pablo Carrascal on 13/03/2018.
Copyright © 2018 ownCloud GmbH. All rights reserved.
*/
/*
* Copyright (C) 2018, ownCloud GmbH.
*
* This code is covered by the GNU Public License Version 3.
*
* For distribution utilizing Apple mechanisms please see https://owncloud.org/contribute/iOS-license-exception/
* You should have received a copy of this license along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.en.html>.
*
*/
/* Add / Edit Bookmark */
"Edit account" = "Edit account";
"Add account" = "Add account";
"Server URL" = "Server URL";
"https://example.com" = "https://example.com";
"Continue" = "Continue";
"Name" = "Name";
"Example Server" = "Example Server";
"Show Certificate Details" = "Show Certificate Details";
"Connect" = "Connect";
"Delete Authentication Data" = "Delete Authentication Data";
"Authentication" = "Authentication";
"Username" = "Username";
"Password" = "Password";
"Certificate Details" = "Certificate Details";
"Cancel" = "Cancel";
"Approve" = "Approve";
"Error" = "Error";
"Review Connection" = "Review Connection";
"Authenticated via" = "Authenticated via";
"Authenticated as %@ via %@" = "Authenticated as %@ via %@";
"Edit" = "Edit";
"Credentials" = "Credentials";
"Rejected" = "Rejected";
"Passed" = "Passed";
"Accepted" = "Accepted";
"Validation Error" = "Validation Error";
"Certificate was rejected by user." = "Certificate was rejected by user.";
"Certificate has issues.\nOpen 'Certificate Details' for more informations." = "Certificate has issues.\nOpen 'Certificate Details' for more informations.";
"No issues found. Certificate passed validation." = "No issues found. Certificate passed validation.";
"Certificate may have issues, but was accepted by user.\nOpen 'Certificate Details' for more informations." = "Certificate may have issues, but was accepted by user.\nOpen 'Certificate Details' for more informations.";
"If you 'Continue', you will be prompted to allow the '%@' App to open OAuth2 login where you can enter your credentials." = "If you 'Continue', you will be prompted to allow the '%@' App to open OAuth2 login where you can enter your credentials.";
"Error opening %@" = "Error opening %@";
"Contacting server…" = "Contacting server…";
"Authenticating…" = "Authenticating…";
"Fetching user information…" = "Fetching user information…";
"Updating connection…" = "Updating connection…";
"Missing hostname" = "Missing hostname";
"The entered URL does not include a hostname." = "The entered URL does not include a hostname.";
"Add account" = "Add account";
"Server name" = "Server name";
"Server Password" = "Server Password";
"Server Username" = "Server Username";
"Show accounts" = "Show accounts";
"Setup complete" = "Setup complete";
"Edit Login" = "Edit Login";
"Manage Storage" = "Manage Storage";
"Access Files" = "Access Files";
"Logout" = "Logout";
/* Client */
"Browse" = "Browse";
"Disconnect" = "Disconnect";
"Connecting…" = "Connecting…";
"Connected." = "Connected.";
"Select" = "Select";
"Done" = "Done";
"Folder" = "Folder";
"Stopped" = "Stopped";
"Started…" = "Started…";
"Contents from cache." = "Contents from cache.";
"Waiting for server response…" = "Waiting for server response…";
"This folder no longer exists." = "This folder no longer exists.";
"Everything up-to-date." = "Everything up-to-date.";
"Please wait…" = "Please wait…";
"Sort by %@" = "Sort by %@";
"Sort by" = "Sort by";
"name" = "name";
"kind" = "kind";
"size" = "size";
"date" = "date";
"Search this folder" = "Search this folder";
"Pending" = "Pending";
"Show parent paths" = "Show parent paths";
"%@ of %@ used" = "%@ of %@ used";
"Total: %@" = "Total: %@";
"%@ item | " = "%@ item | ";
"%@ items | " = "%@ items | ";
/* Static Login Setup */
"Server error" = "Server error";
"The server doesn't support any allowed authentication method." = "The server doesn't support any allowed authentication method.";
"The server doesn't support any known and allowed authentication method found." = "The server doesn't support any known and allowed authentication method found.";
"Retry detection" = "Retry detection";
/* Single Account */
"You are connected as\n%@" = "You are connected as\n%@";
"Login" = "Login";
"Wrong URL" = "Wrong URL";
"Please enter a valid URL" = "Please enter a valid URL";
"Missing Profile URL" = "Missing Profile URL";
"The Profile '%@' does not have a URL configured.\nPlease provide a URL via configuration or MDM." = "The Profile '%@' does not have a URL configured.\nPlease provide a URL via configuration or MDM.";
/* Client Messages */
"Empty folder" = "Empty folder";
"This folder contains no files or folders." = "This folder contains no files or folders.";
"Folder removed" = "Folder removed";
"This folder no longer exists on the server." = "This folder no longer exists on the server.";
"Are you sure you want to delete this item from the server?" = "Are you sure you want to delete this item from the server?";
"Are you sure you want to delete these items from the server?" = "Are you sure you want to delete these items from the server?";
"Multiple items" = "Multiple items";
"Deleting '%@'" = "Deleting '%@'";
"Renaming to %@" = "Renaming to %@";
"Upload from your photo library" = "Upload from your photo library";
"Missing permissions" = "Missing permissions";
"This permission is needed to upload photos and videos from your photo library." = "This permission is needed to upload photos and videos from your photo library.";
"Not now" = "Not now";
"Upload file" = "Upload file";
"Upload files" = "Upload files";
"No matches" = "No matches";
"There are no results for this search term" = "There are no results for this search term";
"Status" = "Status";
"Authorization failed" = "Authorization failed";
"The account has been disabled." = "The account has been disabled.";
"The server declined access with the credentials stored for this connection." = "The server declined access with the credentials stored for this connection.";
"Access denied" = "Access denied";
"The connection's access token has expired or become invalid. Sign in again to re-gain access." = "The connection's access token has expired or become invalid. Sign in again to re-gain access.";
"No authentication data has been found for this connection." = "No authentication data has been found for this connection.";
"Authentication with %@ is no longer allowed. Re-authentication needed." = "Authentication with %@ is no longer allowed. Re-authentication needed.";
"Sign in" = "Sign in";
"Continue offline" = "Continue offline";
"Media upload in the previous session was incomplete since the application was terminated" = "Media upload in the previous session was incomplete since the application was terminated";
"All done" = "All done";
"No pending messages or ongoing actions." = "No pending messages or ongoing actions.";
"Show all" = "Show all";
"+ %ld more" = "+ %ld more";
"Apply choice to all similar issues" = "Apply choice to all similar issues";
"Apply to all" = "Apply to all";
/* Server List*/
"Cancel" = "Cancel";
"OK" = "OK";
"'%@' is currently locked" = "'%@' is currently locked";
"An operation is currently performed that prevents connecting to '%@'. Please try again later." = "An operation is currently performed that prevents connecting to '%@'. Please try again later.";
"Do you really want to disconnect from your '%@' account?" = "Do you really want to disconnect from your '%@' account?";
"This will remove all locally stored file copies from your device." = "This will remove all locally stored file copies from your device.";
"Really delete '%@'?" = "Really delete '%@'?";
"Really logout from '%@'?" = "Really logout from '%@'?";
"This will also delete all locally stored file copies." = "This will also delete all locally stored file copies.";
"Delete" = "Delete";
"Remove" = "Remove";
"Removing of '%@' failed" = "Removing of '%@' failed";
"Accounts" = "Accounts";
"Help" = "Help";
"Feedback" = "Feedback";
"Welcome" = "Welcome";
"Thanks for choosing %@! \n Start by adding your account." = "Thanks for choosing %@! \n Start by adding your account.";
/* Settings Messages */
"Security" = "Security";
"Passcode Lock" = "Passcode Lock";
"Face ID" = "Face ID";
"Touch ID" = "Touch ID";
"Videos" = "Videos";
"Photos" = "Photos";
"Background uploads" = "Background uploads";
"Wifi only" = "Wifi only";
"Settings" = "Settings";
"Lock application" = "Lock application";
"Upload videos via WiFi only" = "Upload videos via WiFi only";
"Upload pictures via WiFi only" = "Upload pictures via WiFi only";
"More" = "More";
"Documentation" = "Documentation";
"Send feedback" = "Send feedback";
"Recommend to a friend" = "Recommend to a friend";
"Privacy Policy" = "Privacy Policy";
"Terms Of Use" = "Terms Of Use";
"Acknowledgements" = "Acknowledgements";
"Portions of this app may utilize the following copyrighted material, the use of which is hereby acknowledged." = "Portions of this app may utilize the following copyrighted material, the use of which is hereby acknowledged.";
"Video upload path" = "Video upload path";
"Photo upload path" = "Photo upload path";
"Immediately" = "Immediately";
"After 1 minute" = "After 1 minute";
"After 5 minutes" = "After 5 minutes";
"After 30 minutes" = "After 30 minutes";
"If you choose \"Immediately\" the App will be locked, when it is no longer in foreground.\n\nAccess in Files.app is not possible, if you choose lock interval \"Immediately\".\nPlease choose an other delay, if you want to access your files in the Files.app or via a document picker." = "If you choose \"Immediately\" the App will be locked, when it is no longer in foreground.\n\nAccess in Files.app is not possible, if you choose lock interval \"Immediately\".\nPlease choose an other delay, if you want to access your files in the Files.app or via a document picker.";
"Please configure an email account" = "Please configure an email account";
"You need to configure an email account first to be able to send emails." = "You need to configure an email account first to be able to send emails.";
"Do you want to open the following URL?" = "Do you want to open the following URL?";
"%@%@ %@ version %@ build %@\n(app: %@, sdk: %@)" = "%@%@ %@ version %@ build %@\n(app: %@, sdk: %@)";
"beta" = "beta";
"release" = "release";
"App Version" = "App Version";
"Version information were copied to the clipboard" = "Version information were copied to the clipboard";
/* User Interface Settings */
"Theme" = "Theme";
"User Interface" = "User Interface";
"Dark" = "Dark";
"Light" = "Light";
"Classic" = "Classic";
"System" = "System";
"System Appeareance" = "System Appeareance";
/* Log settings */
"Log Files" = "Log Files";
"Browse log files" = "Browse log files";
"Share" = "Share";
"Delete all log files?" = "Delete all log files?";
"Delete all" = "Delete all";
"Log Level" = "Log Level";
"Log Destinations" = "Log Destinations";
"Privacy" = "Privacy";
"Logging" = "Logging";
"Enable logging" = "Enable logging";
"Options" = "Options";
"Off" = "Off";
"Info" = "Info";
"Default" = "Default";
"Warning" = "Warning";
"Error" = "Error";
"Share log file" = "Share log file";
"Reset log file" = "Reset log file";
"When activated, logs may impact performance and include sensitive information. However the logs are not subject to automatic submission to %@ servers. Sharing logs with others is sole user responsibility." = "When activated, logs may impact performance and include sensitive information. However the logs are not subject to automatic submission to %@ servers. Sharing logs with others is sole user responsibility.";
"The last 10 archived logs are kept on the device - with each log covering up to 24 hours of usage. When sharing please bear in mind that logs may contain sensitive information such as server URLs and user-specific information." = "The last 10 archived logs are kept on the device - with each log covering up to 24 hours of usage. When sharing please bear in mind that logs may contain sensitive information such as server URLs and user-specific information.";
"Mask private data" = "Mask private data";
"Enabling this option will attempt to mask private data, so it does not become part of any log. Since logging is a development and debugging feature, though, we can't guarantee that the log file will be free of any private data even with this option enabled. Therefore, please look through any log file and verify its free of any data you're not comfortable sharing before sharing it with anybody." = "Enabling this option will attempt to mask private data, so it does not become part of any log. Since logging is a development and debugging feature, though, we can't guarantee that the log file will be free of any private data even with this option enabled. Therefore, please look through any log file and verify its free of any data you're not comfortable sharing before sharing it with anybody.";
"No log file found" = "No log file found";
"The log file can't be shared because no log file could be found or the log file is empty." = "The log file can't be shared because no log file could be found or the log file is empty.";
"Enable log file" = "Enable log file";
"Really reset log file?" = "Really reset log file?";
"This action can't be undone." = "This action can't be undone.";
/* Data usage settings */
"Data usage" = "Data usage";
"Delete unused local copies" = "Delete unused local copies";
"Time measured since uploading, editing, downloading or viewing the respective file through this device. Does not apply to files downloaded via the Available Offline feature. Local copies may be deleted before the given period of time has passed, f.ex. because there's a newer version of a file on the server - or through the manual deletion of offline copies. Also, local copies may not be deleted after the given period of time has passed, f.ex. if an action is performed on it, the file is still in use - or the account holding the file hasn't been used in the app." = "Time measured since uploading, editing, downloading or viewing the respective file through this device. Does not apply to files downloaded via the Available Offline feature. Local copies may be deleted before the given period of time has passed, f.ex. because there's a newer version of a file on the server - or through the manual deletion of offline copies. Also, local copies may not be deleted after the given period of time has passed, f.ex. if an action is performed on it, the file is still in use - or the account holding the file hasn't been used in the app.";
"never" = "never";
"after %@" = "after %@";
"Decrease Slider Value" = "Decrease Slider Value";
"Increase Slider Value" = "Increase Slider Value";
"Cellular transfers" = "Cellular transfers";
"Some cellular data may still be used. To completely avoid the usage of cellular data, please turn off access to cellular for the entire app in the Settings app." = "Some cellular data may still be used. To completely avoid the usage of cellular data, please turn off access to cellular for the entire app in the Settings app.";
"Cellular transfers have been disabled via MDM configuration. Please contact your administrator for more information." = "Cellular transfers have been disabled via MDM configuration. Please contact your administrator for more information.";
"General" = "General";
"By feature" = "By feature";
"off" = "off";
"enabled" = "enabled";
/* Display settings */
"Advanced settings" = "Advanced settings";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders on top" = "Show folders on top";
"Prevent gestures" = "Prevent gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";
/* Advanced settings */
"Enable diagnostics" = "Enable diagnostics";
/* Passcode Messages */
"Enter code" = "Enter code";
"Repeat code" = "Repeat code";
"Delete code" = "Delete code";
"The entered codes are different" = "The entered codes are different";
"Incorrect code" = "Incorrect code";
"Please try again in %@" = "Please try again in %@";
"Unlock %@" = "Unlock %@";
"Biometric authentication failed" = "Biometric authentication failed";
/* Certificate management */
"Certificates" = "Certificates";
"User-approved certificates" = "User-approved certificates";
"Approved" = "Approved";
"Auto-approved" = "Auto-approved";
"Revoke approval" = "Revoke approval";
/* Actions */
"Forbidden Characters" = "Forbidden Characters";
"File name cannot contain / or \\" = "File name cannot contain / or \\";
"Item with same name already exists" = "Item with same name already exists";
"An item with the same name already exists in this location." = "An item with the same name already exists in this location.";
"New Folder" = "New Folder";
"Folder name" = "Folder name";
"Rename" ="Rename";
"Create folder" ="Create folder";
"Duplicate" = "Duplicate";
"Move" = "Move";
"Open in" = "Open in";
"Copy" = "Copy";
"Copy here" = "Copy here";
"Cannot connect to " = "Cannot connect to ";
" couldn't download file(s)" = " couldn't download file(s)";
"Actions" = "Actions";
"copy" = "copy";
"Close Window" = "Close Window";
"Open in a new Window" = "Open in a new Window";
"Open in Window" = "Open in Window";
"Take photo or video" = "Take photo or video";
"Preparing…" = "Preparing…";
"No actions available" = "No actions available";
"No actions are available for this folder, possibly because of missing permissions." = "No actions are available for this folder, possibly because of missing permissions.";
"Close actions menu" = "Close actions menu";
"Favorited" = "Favorited";
"Favorite item" = "Favorite item";
"Unfavorite item" = "Unfavorite item";
/* Directory Picker Messages */
"Move here" = "Move here";
/* Preview */
"Open file" = "Open file";
"Network unavailable" = "Network unavailable";
"Error" = "Error";
"Could not get the picture" = "Could not get the picture";
"Downloading" = "Downloading";
"File couldn't be opened" = "File couldn't be opened";
"Connecting..." = "Connecting...";
/* PDF Viewer */
"Resume" = "Resume";
"Go to page" = "Go to page";
"Page" = "Page";
"This document has %@ pages" = "This document has %@ pages";
"%@ of %@" = "%@ of %@";
"Invalid Page" = "Invalid Page";
"The entered page number doesn't exist" = "The entered page number doesn't exist";
"Search PDF" = "Search PDF";
"Outline" = "Outline";
/* Photo Upload */
"Upload" = "Upload";
"Select All" = "Select All";
"Deselect All" = "Deselect All";
"All Photos" = "All Photos";
"Albums" = "Albums";
"Importing from photo library" = "Importing from photo library";
"Media import" = "Media import";
"%@ of %@" = "%@ of %@";
"Selected folder lacks file creation permission" = "Selected folder lacks file creation permission";
"%d Item" = "%d Item";
"%d Items" = "%d Items";
"Select Items" = "Select Items";
/* Scan */
"Scan" = "Scan";
"Scans" = "Scans";
"Scan document" = "Scan document";
"Saving" = "Saving";
"File format" = "File format";
"Name" = "Name";
"Save as" = "Save as";
"Options" = "Options";
"Scan additional" = "Scan additional";
"Create one file per page" = "Create one file per page";
/* Scan */
"Scan" = "Scan";
"Scans" = "Scans";
"Scan document" = "Scan document";
"Saving" = "Saving";
"File format" = "File format";
"Name" = "Name";
"Save as" = "Save as";
"Options" = "Options";
"Scan additional" = "Scan additional";
"Create one file per page" = "Create one file per page";
/* Sharing */
"Searching Shares…" = "Searching Shares…";
"Recipient" = "Recipient";
"Recipients" = "Recipients";
"Public Link" = "Public Link";
"Public Links" = "Public Links";
"Shared by %@" = "Shared by %@";
"Invite Recipient" = "Invite Recipient";
"Recipients" = "Recipients";
"Add email or name" = "Add email or name";
"Users" = "Users";
"Groups" = "Groups";
"Start typing to search users, groups and remote users." = "Start typing to search users, groups and remote users.";
"(Group)" = "(Group)";
"Adding User to Share failed" = "Adding User to Share failed";
"Permissions" = "Permissions";
"Invited: %@" = "Invited: %@";
"Created: %@" = "Created: %@";
"Allows the users you share with to re-share" = "Allows the users you share with to re-share";
"Allows the users you share with to edit your shared files, and to collaborate" = "Allows the users you share with to edit your shared files, and to collaborate";
"Allows the users you share with to create new files and add them to the share" = "Allows the users you share with to create new files and add them to the share";
"Allows uploading a new version of a shared file and replacing it" = "Allows uploading a new version of a shared file and replacing it";
"Allows the users you share with to delete shared files" = "Allows the users you share with to delete shared files";
"Setting permission failed" = "Setting permission failed";
"Shared with" = "Shared with";
"Remove Recipient failed" = "Remove Recipient failed";
"Remove Recipient" = "Remove Recipient";
"Create" = "Create";
"Change" = "Change";
"Recipients can view or download contents." = "Recipients can view or download contents.";
"Recipients can view, download, edit, delete and upload contents." = "Recipients can view, download, edit, delete and upload contents.";
"Receive files from multiple recipients without revealing the contents of the folder." = "Receive files from multiple recipients without revealing the contents of the folder.";
"Download / View" = "Download / View";
"Download / View / Upload" = "Download / View / Upload";
"Upload only (File Drop)" = "Upload only (File Drop)";
"Creating public link failed" = "Creating public link failed";
"Create Public Link" = "Create Public Link";
"Links" = "Links";
"Link" = "Link";
"Setting expiration date failed" = "Setting expiration date failed";
"Expiration date" = "Expiration date";
"Copy Public Link" = "Copy Public Link";
"Delete Public Link" = "Delete Public Link";
"Deleting Public Link failed" = "Deleting Public Link failed";
"Deleting password failed" = "Deleting password failed";
"Setting password failed" = "Setting password failed";
"Type to update password" = "Type to update password";
"Cannot change permission" = "Cannot change permission";
"Before you can set the permission\n%@,\n you must enter a password." = "Before you can set the permission\n%@,\n you must enter a password.";
"Password Protected" = "Password Protected";
"Pending Federated Invites" = "Pending Federated Invites";
"Pending Invites" = "Pending Invites";
"Shared with you" = "Shared with you";
"Shared with others" = "Shared with others";
"Shares" = "Shares";
"Copy Private Link" = "Copy Private Link";
"Only recipients can use this link. Use it as a permanent link to point to this resource" = "Only recipients can use this link. Use it as a permanent link to point to this resource";
"Accept Share failed" = "Accept Share failed";
"Decline Share failed" = "Decline Share failed";
"Accept" = "Accept";
"Decline" = "Decline";
"Declined" = "Declined";
"Decline Share" = "Decline Share";
"Unshare" = "Unshare";
"Unshare failed" = "Unshare failed";
"Are you sure you want to unshare these items?" = "Are you sure you want to unshare these items?";
"Are you sure you want to unshare this item?" = "Are you sure you want to unshare this item?";
"Share" = "Share";
"Read" = "Read";
"Can Share" = "Can Share";
"Can Edit" = "Can Edit";
"Can Edit and Change" = "Can Edit and Change";
"Can Create" = "Can Create";
"Can Change" = "Can Change";
"Can Delete" = "Can Delete";
"Accept Invite %@" = "Accept Invite %@";
"Decline Invite %@" = "Decline Invite %@";
"Decline cannot be undone." = "Decline cannot be undone.";
"Sharing" = "Sharing";
"You" = "You";
"Share this file" = "Share this file";
"Share this folder" = "Share this folder";
"shared" = "shared";
"Owner" = "Owner";
"Private Link" = "Private Link";
"Created Public Link" = "Created Public Link";
"URL was copied to the clipboard" = "URL was copied to the clipboard";
/* Quick Access view */
"Quick Access" = "Quick Access";
"Collection" = "Collection";
"Recents" = "Recents";
"Favorites"= "Favorites";
"Images" = "Images";
"PDF Documents" = "PDF Documents";
"Text" = "Text";
"Documents" = "Documents";
"Audio" = "Audio";
/* Media files settings */
"Media Files" = "Media Files";
"Download instead of streaming" = "Download instead of streaming";
/* Photo upload settings */
"Media Upload" = "Media Upload";
"Media Export" = "Media Export";
"Auto Upload" = "Auto Upload";
"Convert HEIC to JPEG" = "Convert HEIC to JPEG";
"Convert videos to MP4" = "Convert videos to MP4";
"Preserve original media file names" = "Preserve original media file names";
"Auto Upload Photos" = "Auto Upload Photos";
"Auto Upload Videos" = "Auto Upload Videos";
"Account" = "Account";
"Accounts" = "Accounts";
"Select account" = "Select account";
"Photo upload path" = "Photo upload path";
"Video upload path" = "Video upload path";
"Select Upload Path" = "Select Upload Path";
"Auto upload of media was disabled since configured account / folder was not found" = "Auto upload of media was disabled since configured account / folder was not found";
"Importing %@ media files for upload" = "Importing %@ media files for upload";
"Photo upload" = "Photo upload";
"Video upload" = "Video upload";
/* Background media uploads */
"Background uploads" = "Background uploads";
"Use background refresh" = "Use background refresh";
"Enable background uploads" = "Enable background uploads";
"Use background location updates" = "Use background location updates";
"Background upload notifications" = "Background upload notifications";
"if you would like background media uploads to be more reliable, you should enable background location updates." = "if you would like background media uploads to be more reliable, you should enable background location updates.";
"Background media uploads rely on location updates and will stop working if location acquisition permissions are revoked." = "Background media uploads rely on location updates and will stop working if location acquisition permissions are revoked.";
"Otherwise background media uploads using background refresh technology would depend on how frequently you use the app." = "Otherwise background media uploads using background refresh technology would depend on how frequently you use the app.";
"Location permission denied" = "Location permission denied";
"Please re-enable location acquisition in system settings" = "Please re-enable location acquisition in system settings";
"Scheduled upload of %ld media assets" = "Scheduled upload of %ld media assets";
/* Progress summarizer */
"Creating %ld folders…" = "Creating %ld folders…";
"Moving %ld items…" = "Moving %ld items…";
"Copying %ld items…" = "Copying %ld items…";
"Deleting %ld items…" = "Deleting %ld items…";
"Uploading %ld files…" = "Uploading %ld files…";
"Downloading %ld files…" = "Downloading %ld files…";
"Updating %ld items…" = "Updating %ld items…";
/* Offline storage management */
"Free on %@" = "Free on %@";
"unknown" = "unknown";
"Offline files use" = "Offline files use";
"Compacting of '%@' failed" = "Compacting of '%@' failed";
"Include available offline files" = "Include available offline files";
"Delete Local Copies" = "Delete Local Copies";
"Manage" = "Manage";
"Storage" = "Storage";
"Compacting" = "Compacting";
"Really include available offline files?" = "Really include available offline files?";
"Files and folders marked as Available Offline will become unavailable. They will be re-downloaded next time you log into your account (connectivity required)." = "Files and folders marked as Available Offline will become unavailable. They will be re-downloaded next time you log into your account (connectivity required).";
/* Diagnostic */
"Diagnostic Overview" = "Diagnostic Overview";
"Diagnostics" = "Diagnostics";
"Share Diagnostics" = "Share Diagnostics";
"Action executed" = "Action executed";
"Update Status" = "Update Status";
"Completed update scans" = "Completed update scans";
"Total update scans" = "Total update scans";
/* Available offline */
"Root folder" = "Root folder";
"at" = "at";
"(no match)" = "(no match)";
"Make available offline" = "Make available offline";
"Make unavailable offline" = "Make unavailable offline";
"Available Offline" = "Available Offline";
"No items have been selected for offline availability." = "No items have been selected for offline availability.";
"Overview" = "Overview";
"All Files" = "All Files";
/* Release Notes */
"Proceed" = "Proceed";
"New in %@" = "New in %@";
"Thank you for using %@.\nIf you like our App, please leave an AppStore review.\n❤️" = "Thank you for using %@.\nIf you like our App, please leave an AppStore review.\n❤️";
"Thank you for using %@.\n" = "Thank you for using %@.\n";
/* Key Commands */
"Select Next" = "Select Next";
"Select Previous" = "Select Previous";
"Open Selected" = "Open Selected";
"Change Sort Order" = "Change Sort Order";
"Search" = "Search";
"Back" = "Back";
"Save" = "Save";
"Sort by %@" = "Sort by %@";
"Tab %@" = "Tab %@";
"Select Last Item on Page" = "Select Last Item on Page";
"Scroll to Top" = "Scroll to Top";
"Scroll to Bottom" = "Scroll to Bottom";
"Copy to Pasteboard" = "Copy to Pasteboard";
"Import from Pasteboard" = "Import from Pasteboard";
"Next" = "Next";
"Previous" = "Previous";
"Favorite" = "Favorite";
"Cut" = "Cut";
/* Markup */
"How should this file be saved?" = "How should this file be saved?";
"Overwrite original" = "Overwrite original";
"Save as copy" = "Save as copy";
"Discard changes" = "Discard changes";
"Markup" = "Markup";
"Crop or Rotate" = "Crop or Rotate";
"Saving edited file failed" = "Saving edited file failed";
"File no longer exists" = "File no longer exists";
/* Licensing */
"Unlocked" = "Unlocked";
"Unlock" = "Unlock";
"Subscribe Now" = "Subscribe Now";
"Free" = "Free";
"%@ / %@" = "%@ / %@";
"after free %@ trial" = "after free %@ trial";
/* Example usage: "Try [14 days] for free." */
"Try %@ for free." = "Try %@ for free.";
/* Example usage: "Then [1,99 €] / [year]." */
"Then %@ / %@." = "Then %@ / %@.";
/* Example usage: "[1,99 €] / [year] - starting immediately." */
"%@ / %@ – starting immediately" = "%@ / %@ – starting immediately";
/* Licensing: Pro Features */
"Pro Features" = "Pro Features";
/* Licensing: App Store */
"Restore purchases" = "Restore purchases";
"Restoring purchases…" = "Restoring purchases…";
"Error restoring purchases" = "Error restoring purchases";
"Error loading product info from App Store"= "Error loading product info from App Store";
"Purchase failed" = "Purchase failed";
"More information" = "More information";
/* Licensing: Enterprise */
"Enterprise" = "Enterprise";
/* Licensing: Settings */
"In-App Purchases" = "In-App Purchases";
"Purchases" = "Purchases";
"Error fetching transactions" = "Error fetching transactions";
"Document Scanner" = "Document Scanner";
"Scan documents and photos with your camera." = "Scan documents and photos with your camera.";
"Shortcuts Actions" = "Shortcuts Actions";
"Use ownCloud actions in Shortcuts." = "Use ownCloud actions in Shortcuts.";
"Markup Documents" = "Markup Documents";
"Markup photos and PDF files." = "Markup photos and PDF files.";
"Unlock all Pro Features." = "Unlock all Pro Features.";
"Purchased App Version" = "Purchased App Version";
"Receipt Date" = "Receipt Date";
"Manage subscription" = "Manage subscription";
"Purchases are not allowed on this device." = "Purchases are not allowed on this device.";
"Type" = "Type";
"Quantity" = "Quantity";
"Product" = "Product";
"Date" = "Date";
"Cancelled" = "Cancelled";
"Ends" = "Ends";
"none" = "none";
"trial" = "trial";
"purchase" = "purchase";
"subscription" = "subscription";
"Photo Pro Features" = "Photo Pro Features";
"Image metadata, extended upload options" = "Image metadata, extended upload options";
"Purchase" = "Purchase";
"Subscribe" = "Subscribe";
/* Share Sheet */
"Save File" = "Save File";
"Choose an account and folder to import into." = "Choose an account and folder to import into.";
"No account configured.\nSetup an new account in the app to save to." = "No account configured.\nSetup an new account in the app to save to.";
"Importing item %ld of %ld" = "Importing item %ld of %ld";
"Error importing %@" = "Error importing %@";
"Error loading item" = "Error loading item";
"Preparing…" = "Preparing…";
"Save here" = "Save here";
/* Data migration from legacy app */
"Account Migration" = "Account Migration";
"App Passcode" = "App Passcode";
"Instant Upload Settings" = "Instant Upload Settings";
"Migrating" = "Migrating";
"Migrated" = "Migrated";
"Failed to migrate" = "Failed to migrate";
"Failed to access legacy user data" = "Failed to access legacy user data";
"The app was upgraded to a new version. Below there is an overview of all migrated accounts." = "The app was upgraded to a new version. Below there is an overview of all migrated accounts.";
/* Misc. accessibility */
"Enter multiple selection" = "Enter multiple selection";
/* Universal Links */
"Resolving link…" = "Resolving link…";
"Link resolution failed" = "Link resolution failed";
"Couldn't resolve a private link since you are offline and corresponding item is not cached locally." = "Couldn't resolve a private link since you are offline and corresponding item is not cached locally.";
"Couldn't resolve a private link since the item is not known to the server." = "Couldn't resolve a private link since the item is not known to the server.";
"Link points to an account bookmark which is not configured in the app." = "Link points to an account bookmark which is not configured in the app.";
/* Photo meta-data */
"Image metadata" = "Image metadata";
"Image details" = "Image details";
"Profile" = "Profile";
"Size" = "Size";
"Density" = "Density";
"Color model" = "Color model";
"%@ (%d bits/channel)" = "%@ (%d bits/channel)";
"Histogram" = "Histogram";
"Camera details" = "Camera details";
"Capture settings" = "Capture settings";
"Time" = "Time";
"EXIF aux info" = "EXIF aux info";
"Authoring" = "Authoring";
"TIFF" = "TIFF";
"Lens make" = "Lens make";
"Lens model" = "Lens model";
"Lens info" = "Lens info";
"Focal length" = "Focal length";
"Focal length @ 35 mm" = "Focal length @ 35 mm";
"Shutter speed" = "Shutter speed";
"Aperture" = "Aperture";
"ISO" = "ISO";
/* EXIF: exposure program */
"Program" = "Program";
"Not defined" = "Not defined";
"Manual" = "Manual";
"Normal" = "Normal";
"Aperture priority" = "Aperture priority";
"Shutter priority" = "Shutter priority";
"Creative" = "Creative";
"Action" = "Action";
"Portrait" = "Portrait";
"Landscape" = "Landscape";
/* EXIF: exposure metering mode */
"Metering" = "Metering";
"unknown" = "unknown";
"Average" = "Average";
"CenterWeightedAverage" = "CenterWeightedAverage";
"Spot" = "Spot";
"MultiSpot" = "MultiSpot";
"Pattern" = "Pattern";
"Partial" = "Partial";
/* EXIF: flash mode */
"Flash" = "Flash";
"Fired" = "Fired";
"Didn't fire" = "Didn't fire";
"No strobe return detection" = "No strobe return detection";
"Strobe return light not detected" = "Strobe return light not detected";
"Strobe return light detected" = "Strobe return light detected";
"Compulsory flash firing" = "Compulsory flash firing";
"Compulsory flash supression" = "Compulsory flash supression";
"Auto mode" = "Auto mode";
"Red eye detection supported" = "Red eye detection supported";
"not present" = "not present";
/* EXIF: white balance */
"White balance" = "White balance";
"Auto" = "Auto";
"Manual" = "Manual";
"Exposure bias" = "Exposure bias";
"Uncalibrated" = "Uncalibrated";
"Original date" = "Original date";
"Digitized date" = "Digitized date";
"Color space" = "Color space";
/* EXIF: aux info */
"Lens ID" = "Lens ID";
"Lens serial" = "Lens serial";
"Serial number" = "Serial number";
"Flash compensation" = "Flash compensation";
"Owner" = "Owner";
"Firmware" = "Firmware";
"Keywords" = "Keywords";
"Copyright" = "Copyright";
/* IPTC meta data */
"Contact info" = "Contact info";
"Usage terms" = "Usage terms";
"Scene" = "Scene";
"Description" = "Description";
/* IPTC photometric interpretation */
"Photometric interpretation" = "Photometric interpretation";
"none" = "none";
"RGB" = "RGB";
"YCbCr" = "YCbCr";
/* EXIF: gps position data */
"GPS Location" = "GPS Location";
"Coordinates" = "Coordinates";
"Altitude" = "Altitude";
"Place" = "Place";
"E" = "E";
"W" = "W";
"N" = "N";
"S" = "S";
/* Pro photo upload settings */
"Extended upload settings" = "Extended upload settings";
"Prefer unedited photos" = "Prefer unedited photos";
"Prefer RAW photos" = "Prefer RAW photos";
"Prefer original videos" = "Prefer original videos";