aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-10-20 11:44:26 +0200
committerStas Vilchik <vilchiks@gmail.com>2014-10-20 13:26:57 +0200
commit3bab6d0db9849aa8bb13ea9a4d970642647865b2 (patch)
tree87922d4bf9e9cf9c39c2cd39140791092f5cbc60 /sonar-core/src
parent073b6e8910d02fe974f9a45f404e1e0910e39288 (diff)
downloadsonarqube-3bab6d0db9849aa8bb13ea9a4d970642647865b2.tar.gz
sonarqube-3bab6d0db9849aa8bb13ea9a4d970642647865b2.zip
SONAR-5760 Component Viewer fails to show a big files
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 bd72fe78a44..71963578715 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2726,6 +2726,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.