|
180 | 180 | <string name="common_error_unknown">unknown error</string> |
181 | 181 | <string name="common_pending">Pending</string> |
182 | 182 | <string name="common_important">Important</string> |
| 183 | + <string name="common_set">Set</string> |
183 | 184 | <string name="upload_chooser_title">Upload from</string> |
184 | 185 | <string name="uploader_info_dirname">Folder name</string> |
185 | 186 | <string name="uploader_upload_in_progress_ticker">Uploading…</string> |
|
449 | 450 | <string name="move_file_invalid_into_descendent">It is not possible to move a folder into a descendant.</string> |
450 | 451 | <string name="move_file_invalid_overwrite">The file exists already in the destination folder.</string> |
451 | 452 | <string name="move_file_error">An error occurred while trying to move this file or folder.</string> |
| 453 | + <string name="move_file_correctly">Item(s) moved correctly</string> |
| 454 | + |
452 | 455 | <string name="copy_file_invalid_into_descendent">It is not possible to copy a folder into a descendant.</string> |
453 | 456 | <string name="copy_file_invalid_overwrite">The file exists already in the destination folder.</string> |
454 | 457 | <string name="copy_file_error">An error occurred while trying to copy this file or folder.</string> |
| 458 | + <string name="copy_file_correctly">Item(s) copied correctly</string> |
| 459 | + |
| 460 | + <string name="go_to_destination_folder">Open Folder</string> |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
455 | 465 | <string name="subject_user_shared_with_you">%1$s shared \"%2$s\" with you</string> |
456 | 466 | <string name="subject_shared_with_you">\"%1$s\" has been shared with you</string> |
457 | 467 |
|
|
588 | 598 | <string name="scoped_storage_wizard_explanation">Found %1$s of data on your external storage. It will be moved to the safe storage on your device. Remaining files will be cleaned from your external storage after the migration to avoid duplicates and vulnerability.</string> |
589 | 599 | <string name="scoped_storage_wizard_intro">Your app has been updated. This app update migrates your files to a more secure location on your device. This one-time data migration is required and can take up to a minute or more.</string> |
590 | 600 | <string name="scoped_storage_wizard_intro_button">Let\'s get started</string> |
| 601 | + <string name="scoped_storage_wizard_not_enough_space_warning">⚠️ Your free space is currently limited on your device. Some files may not be migrated, please check that all downloaded files keep downloaded after the process has been completed.</string> |
591 | 602 | <string name="scoped_storage_wizard_migrate_and_clean_button">Migrate now</string> |
592 | 603 | <string name="scoped_storage_wizard_migration_completed">Migration completed successfully. Your files are now safer than ever.</string> |
593 | 604 | <string name="scoped_storage_wizard_migration_completed_access_files_button">Access your files</string> |
|
612 | 623 | <string name="release_notes_icon">Release note icon</string> |
613 | 624 | <string name="release_notes_bugfixes_title">Minor bugfixes</string> |
614 | 625 | <string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string> |
| 626 | + |
615 | 627 | <!-- Open in web --> |
616 | 628 | <string name="ic_action_open_with_web">Open in %1$s (web)</string> |
617 | 629 | <string name="open_in_web_error_generic">Couldn\'t open in web</string> |
|
690 | 702 | <string name="content_description_space_name">%1$s space name</string> |
691 | 703 | <string name="content_description_space_three_dot_menu">%1$s space menu</string> |
692 | 704 | <string name="content_description_space_subtitle">%1$s space subtitle</string> |
| 705 | + <string name="content_description_create_button">Create</string> |
693 | 706 | <string name="content_description_cancel_button">Cancel</string> |
| 707 | + <string name="content_description_set_button">Set</string> |
694 | 708 | <string name="content_description_quota_switch">Space quota</string> |
695 | 709 | <string name="content_description_member_user">User %1$s</string> |
696 | 710 | <string name="content_description_member_group">Group %1$s</string> |
|
701 | 715 | <string name="content_description_remove_member_button">Remove member %1$s</string> |
702 | 716 | <string name="content_description_edit_member_button">Edit member %1$s</string> |
703 | 717 | <string name="content_description_permanent_link_button">Get permanent link</string> |
| 718 | + <string name="content_description_create_public_link_button">Create public link</string> |
| 719 | + <string name="content_description_set_password_button">Set password</string> |
| 720 | + <string name="content_description_remove_password_button">Remove password</string> |
| 721 | + <string name="content_description_generate_password_button">Generate password</string> |
| 722 | + <string name="content_description_copy_password_button">Copy password</string> |
| 723 | + |
704 | 724 | <string name="create_shortcut_dialog_title">Create a shortcut</string> |
705 | 725 | <string name="create_shortcut_dialog_url">URL</string> |
706 | 726 | <string name="create_shortcut_dialog_url_error_no_blanks">The URL cannot contain blanks</string> |
|
766 | 786 | <string name="member_type_group">Group</string> |
767 | 787 | <string name="current_user_label">(me)</string> |
768 | 788 |
|
| 789 | + <string name="public_link_create_title">Create public link</string> |
| 790 | + <string name="public_link_set_password">Set password</string> |
| 791 | + <string name="public_link_password_enforced_error">Password is mandatory</string> |
769 | 792 | <string name="public_link_view">Can view</string> |
| 793 | + <string name="public_link_view_description">View, download</string> |
770 | 794 | <string name="public_link_edit">Can edit</string> |
| 795 | + <string name="public_link_edit_description">View, upload, edit, download, delete</string> |
771 | 796 | <string name="public_link_upload">Can upload</string> |
772 | 797 | <string name="public_link_create_only">Secret file drop</string> |
| 798 | + <string name="public_link_create_only_description">Upload only, existing content is not revealed</string> |
773 | 799 | <string name="public_link_internal">Invited people</string> |
| 800 | + <string name="public_link_default_display_name">Unnamed Link</string> |
| 801 | + <string name="public_link_add_correctly">Public link created correctly</string> |
| 802 | + <string name="public_link_add_failed">Public link could not be created</string> |
| 803 | + <string name="public_link_remove_dialog_title">Do you really want to remove the link: %1$s\?</string> |
| 804 | + <string name="public_link_remove_dialog_message">Recreating the same link again is not possible</string> |
| 805 | + <string name="public_link_remove_correctly">Public link removed correctly</string> |
| 806 | + <string name="public_link_remove_failed">Public link could not be removed</string> |
| 807 | + <string name="public_link_edit_title">Edit public link</string> |
| 808 | + <string name="public_link_edit_correctly">Public link edited correctly</string> |
| 809 | + <string name="public_link_edit_failed">Public link could not be edited</string> |
| 810 | + |
774 | 811 | <string name="feedback_dialog_get_in_contact_description"><![CDATA[ Ask for help in our <a href=\"%1$s\"><b>forum</b></a> or contribute in our <a href=\"%2$s\"><b>GitHub repo</b></a>]]></string> |
775 | 812 |
|
776 | 813 | <string name="link_role_accessibility">Link</string> |
|
0 commit comments