diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-08-08 18:46:50 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-21 20:21:02 +0200 |
commit | 15f3d9c2584cca304590ad68dea4d025ac356813 (patch) | |
tree | 8c04843ea598da97f54f26c118a3a046db78edad /sonar-core/src | |
parent | d0fd02dac9cc7ef5db1343073f4a1b6dfca79bea (diff) | |
download | sonarqube-15f3d9c2584cca304590ad68dea4d025ac356813.tar.gz sonarqube-15f3d9c2584cca304590ad68dea4d025ac356813.zip |
SONAR-6400 allow to show more items in a facet (#597)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 cbe505478e9..56570e0cfd7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -218,6 +218,7 @@ created_by=Created by default_error_message=The request cannot be processed. Try again later. default_severity=Default severity edit_permissions=Edit Permissions +facet_might_have_more_results=There might be more results, try another set of filters to see them. false_positive=False positive go_back_to_homepage=Go back to the homepage last_analysis_before=Last analysis before @@ -241,6 +242,7 @@ set_as_default=Set as Default short_number_suffix.g=G short_number_suffix.k=k short_number_suffix.m=M +show_less=Show Less show_more=Show More show_all=Show All should_be_unique=Should be unique |