aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-10-20 17:19:19 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-10-20 17:19:19 +0200
commitde0f79313e6bb951db1b02a8138b5e8366884518 (patch)
treebcc379b2a711189cd52636926d20b800381dc4c6 /sonar-core/src
parentec0211e72ad2e817cc099daba64833797bfc17c6 (diff)
parent14bf33fa1c0f4ac920775ee2d2363337fa3769c0 (diff)
downloadsonarqube-de0f79313e6bb951db1b02a8138b5e8366884518.tar.gz
sonarqube-de0f79313e6bb951db1b02a8138b5e8366884518.zip
Merge remote-tracking branch 'origin/branch-4.5'
Conflicts: sonar-batch/src/main/java/org/sonar/batch/DefaultDecoratorContext.java
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 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 55ebb3441c7..1bb662b5f33 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2722,6 +2722,7 @@ component_viewer.more_actions=More Actions
component_viewer.new_window=Open in New Window
component_viewer.get_permalink=Get Permalink
component_viewer.covered_lines=Covered Lines
+component_viewer.lines_limit_reached=For performance reasons, only the {0} first lines will be displayed.
component_viewer.issues_limit_reached=For usability reasons, only the {0} first issues will be fully displayed. Remaining issues will simply be underlined.
component_viewer.issues_limit_reached_tooltip={0}\n\nRefine your filter to be able to see the details of this issue.
component_viewer.cannot_show=We're sorry, but something went wrong. Please try back in a few minutes and contact support if the problem persists.