mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #9477 from overleaf/ds-delete-projects
Admin panel user projects list - Delete projects GitOrigin-RevId: 5d5f5ac8d83afbdad633a7f17000a80841bac0b6
This commit is contained in:
parent
ee70dc4a19
commit
d19cce89c1
2 changed files with 5 additions and 4 deletions
|
@ -59,7 +59,6 @@
|
|||
"change_or_cancel-cancel": "",
|
||||
"change_or_cancel-change": "",
|
||||
"change_or_cancel-or": "",
|
||||
"change_owner": "",
|
||||
"change_password": "",
|
||||
"change_primary_email_address_instructions": "<0></0><2></2>",
|
||||
"change_project_owner": "",
|
||||
|
@ -114,7 +113,7 @@
|
|||
"delete_account_confirmation_label": "",
|
||||
"delete_account_warning_message_3": "",
|
||||
"delete_acct_no_existing_pw": "",
|
||||
"delete_folder": "",
|
||||
"delete_projects": "",
|
||||
"delete_your_account": "",
|
||||
"deleting": "",
|
||||
"demonstrating_git_integration": "",
|
||||
|
@ -432,14 +431,13 @@
|
|||
"processing": "",
|
||||
"professional": "",
|
||||
"proj_timed_out_reason": "",
|
||||
"project": "",
|
||||
"project_approaching_file_limit": "",
|
||||
"project_flagged_too_many_compiles": "",
|
||||
"project_has_too_many_files": "",
|
||||
"project_layout_sharing_submission": "",
|
||||
"project_name": "",
|
||||
"project_not_linked_to_github": "",
|
||||
"project_ownership_transfer_confirmation_1": "",
|
||||
"project_ownership_transfer_confirmation_2": "",
|
||||
"project_synced_with_git_repo_at": "",
|
||||
"project_synchronisation": "",
|
||||
"project_timed_out_enable_stop_on_first_error": "",
|
||||
|
@ -451,6 +449,7 @@
|
|||
"project_too_large_please_reduce": "",
|
||||
"project_too_much_editable_text": "",
|
||||
"project_url": "",
|
||||
"projects": "",
|
||||
"public": "",
|
||||
"pull_github_changes_into_sharelatex": "",
|
||||
"push_sharelatex_changes_to_github": "",
|
||||
|
|
|
@ -885,6 +885,7 @@
|
|||
"upgrade_to_get_feature": "Upgrade to get __feature__, plus:",
|
||||
"new_group": "New Group",
|
||||
"about_to_delete_groups": "You are about to delete the following groups:",
|
||||
"about_to_delete_the_following": "You are about to delete the following ",
|
||||
"removing": "Removing",
|
||||
"adding": "Adding",
|
||||
"groups": "Groups",
|
||||
|
@ -938,6 +939,7 @@
|
|||
"math_inline": "Math Inline",
|
||||
"math_display": "Math Display",
|
||||
"connected_users": "Connected Users",
|
||||
"project": "project",
|
||||
"projects": "Projects",
|
||||
"upload_project": "Upload Project",
|
||||
"all_projects": "All Projects",
|
||||
|
|
Loading…
Reference in a new issue