From d19cce89c19595b544b69b5a8ef58968f8b47756 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Thu, 15 Sep 2022 10:51:15 +0100 Subject: [PATCH] Merge pull request #9477 from overleaf/ds-delete-projects Admin panel user projects list - Delete projects GitOrigin-RevId: 5d5f5ac8d83afbdad633a7f17000a80841bac0b6 --- services/web/frontend/extracted-translations.json | 7 +++---- services/web/locales/en.json | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index fca858fcdd..22a34b59dd 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -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><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": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 6044994fef..e906184c14 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -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",