diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-22 15:15:28 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-08-23 12:08:51 +0200 |
commit | 4c2d7de3467a39db6a11452e7436929b67e2c875 (patch) | |
tree | 29f9baf8c64bb9fdf348019cd706e4e77a32021b /sonar-core | |
parent | 87c95bc05d147ae016dd9ad5ea48961dec01de68 (diff) | |
download | sonarqube-4c2d7de3467a39db6a11452e7436929b67e2c875.tar.gz sonarqube-4c2d7de3467a39db6a11452e7436929b67e2c875.zip |
SONAR-7846 Display error of a failing CE task in the background page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
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 d68b0ad98d7..e9c4b7d0379 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2972,10 +2972,14 @@ background_tasks.table.finished=Finished background_tasks.table.duration=Duration background_tasks.logs=Logs +background_tasks.filter_by_component_x=Filter by Component "{0}" background_tasks.cancel_task=Cancel Task background_tasks.cancel_all_tasks=Cancel All Pending Tasks background_tasks.scanner_context=Scanner Context background_tasks.show_scanner_context=Show Scanner Context +background_tasks.show_stacktrace=Show Error Stacktrace +background_tasks.error_message=Error Message +background_tasks.error_stacktrace=Error Stacktrace background_tasks.pending=pending background_tasks.failures=still failing background_tasks.in_progress_duration=Duration of the current task in progress. |