aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>2023-04-26 14:57:49 +0200
committersonartech <sonartech@sonarsource.com>2023-05-11 20:03:14 +0000
commit7183be6e9c6549c46258721999d0864bf00dfa58 (patch)
treec1cc2afe1a542c5001a33f9fee47431e8139256c /sonar-core
parentf47bed3cff9c970cb30a5c2d43b1e05d890cb04b (diff)
downloadsonarqube-7183be6e9c6549c46258721999d0864bf00dfa58.tar.gz
sonarqube-7183be6e9c6549c46258721999d0864bf00dfa58.zip
SONAR-19084 Display Github Synchronisation status
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 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 2aa64b28d0c..a12defd8812 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1347,6 +1347,9 @@ settings.authentication.github.form.provisioning_with_github=Automatic user and
settings.authentication.github.form.provisioning_with_github.description=Users and groups are automatically provisioned from your GitHub organizations. Once activated, managed users and groups can only be modified from your GitHub organizations/teams. Existing local users and groups will be kept.
settings.authentication.github.form.provisioning_with_github.description.doc=For more details, see {documentation}.
settings.authentication.github.form.provisioning.disabled=Your current edition does not support provisioning with Github. See the {documentation} for more information.
+settings.authentication.github.background_task.synchronisation_in_progress=Synchronisation is in progress. Started on {0}.
+settings.authentication.github.background_task.synchronisation_successful=Successful synchronisation on {0}.
+settings.authentication.github.background_task.synchronisation_failed=Synchronisation failed on {0}. {1}
# SAML
settings.authentication.form.create.saml=New SAML configuration
@@ -3248,6 +3251,7 @@ background_task.type.PROJECT_EXPORT=Project Export
background_task.type.PROJECT_IMPORT=Project Import
background_task.type.AUDIT_PURGE=Audit Log Purge
background_task.type.REPORT_SUBMIT=Report Email Submit
+background_task.type.GITHUB_AUTH_PROVISIONING=Github Provisioning
background_tasks.page=Background Tasks
background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task.