summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-10-05 10:10:31 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-10-05 11:23:29 +0200
commit4e0ad7cda41d4baba44feb06976e4a3da4ac0bcc (patch)
treedae2eac118d801aa9b808c6eba7901b23235476e /sonar-core/src
parent590955d352938ec42b5721f4e4725d98d3997924 (diff)
downloadsonarqube-4e0ad7cda41d4baba44feb06976e4a3da4ac0bcc.tar.gz
sonarqube-4e0ad7cda41d4baba44feb06976e4a3da4ac0bcc.zip
SONAR-6834 apply feedback
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties21
1 files changed, 21 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 cfc4626d9c9..e739976c016 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3051,10 +3051,31 @@ component_navigation.status.pending.admin=There is a pending analysis.<br>More d
component_navigation.status.in_progress=The analysis is in progress.
component_navigation.status.in_progress.admin=The analysis is in progress.<br>More details available on the <a href="{0}">Background Tasks</a> page.
+background_task.status.ALL=All
background_task.status.PENDING=Pending
background_task.status.IN_PROGRESS=In Progress
background_task.status.SUCCESS=Success
background_task.status.FAILED=Failed
background_task.status.CANCELED=Canceled
+background_tasks.page=Background Tasks
+background_tasks.page.description=The server is in charge to process reports submitted by batch analyses. This page allows to monitor the queue of pending reports to process, and gives access to the history of past analyses.
+background_tasks.currents_filter.ALL=All
+background_tasks.currents_filter.ONLY_CURRENTS=Only Latest Analysis
+
+background_tasks.date_filter.ALL=Any Date
+background_tasks.date_filter.TODAY=Today
+background_tasks.date_filter.CUSTOM=Custom
+
+background_tasks.table.submitted=Submitted
+background_tasks.table.started=Started
+background_tasks.table.finished=Finished
+background_tasks.table.duration=Duration
+
+background_tasks.logs=Logs
+background_tasks.cancel_task=Cancel Task
+background_tasks.cancel_all_tasks=Cancel All Pending Tasks
+background_tasks.pending=pending
+background_tasks.failures=failures
+background_tasks.in_progress_duration=Duration of the current task in progress.