diff options
author | Benoit <benoit.gianinetti@sonarsource.com> | 2019-07-12 14:06:47 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-07-12 20:21:16 +0200 |
commit | 7f1afd8ce4723dad04762837efec3b4b2525dff5 (patch) | |
tree | 868fce46d90be48623e237c195a64e9aff091696 /sonar-core | |
parent | c2d9ced3637a5aa08422427e6435aaecaf659feb (diff) | |
download | sonarqube-7f1afd8ce4723dad04762837efec3b4b2525dff5.tar.gz sonarqube-7f1afd8ce4723dad04762837efec3b4b2525dff5.zip |
MMF-769 User can close their account (#1861)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 4bb08dcb93c..5db376440cc 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1470,6 +1470,7 @@ alert.tooltip.info=This is an info message. #------------------------------------------------------------------------------ user.password_doesnt_match_confirmation=Password doesn't match confirmation. user.login_or_email_used_as_scm_account=Login and email are automatically considered as SCM accounts +user.x_deleted={0} (deleted) login.login_to_sonarqube=Log In to SonarQube login.login_or_signup_to_sonarcloud=Log in or Sign up to SonarCloud @@ -1501,6 +1502,21 @@ groups.remove.confirmation=Are you sure you want to remove group "{user}"? # MY PROFILE & MY ACCOUNT # #------------------------------------------------------------------------------ +my_profile.delete_account=Delete your user account +my_profile.delete_account.success=Account successfully deleted +my_profile.delete_account.feedback.reason.explanation=We are sorry to see you leave. +my_profile.delete_account.feedback.call_to_action={link} to help improve our product or offer. +my_profile.delete_account.info=We will immediately delete your account. +my_profile.delete_account.data.info=All your data will be removed except your login. {help} +my_profile.delete_account.info.orgs.members=You will be removed from the members of: {organizations}. +my_profile.delete_account.info.orgs.administrators=You will be removed from the administrators of: {organizations}. +my_profile.delete_account.info.orgs_to_transfer_or_delete=Your account is the only administrator for the following organization(s): {organizations}. +my_profile.delete_account.info.orgs_to_transfer_or_delete.info=You must transfer administration permissions or delete these organizations before you can delete your SonarCloud account. {link}. +my_profile.delete_account.info.orgs_to_transfer_or_delete.info.link=See Organization Admin Guide +my_profile.delete_account.modal.header={0}: {1} +my_profile.delete_account.login.required=Login is required +my_profile.delete_account.login.wrong_value=Please type your login to confirm +my_profile.delete_account.verify=To verify, please type your user account name below my_profile.email=Email my_profile.groups=Groups my_profile.scm_accounts=SCM Accounts @@ -1515,6 +1531,7 @@ my_profile.overall_notifications.title=Overall notifications my_profile.sonarcloud_feature_notifications.title=SonarCloud new feature notifications my_profile.sonarcloud_feature_notifications.description=Display a notification in the header when new features are deployed my_profile.per_project_notifications.title=Notifications per project +my_profile.warning_message=This is a definitive action. No account recovery will be possible. my_account.page=My Account my_account.notifications=Notifications |