diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-02 17:50:18 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-11-03 14:28:18 +0100 |
commit | 6805619766655e0e2e0d375503d65d5818c0c6a6 (patch) | |
tree | 625b6bba4ef44442f341db0a6552b5aeb7e354f3 /sonar-core | |
parent | a950deadd1f474fa50fe2de1c5aace5468f23c63 (diff) | |
download | sonarqube-6805619766655e0e2e0d375503d65d5818c0c6a6.tar.gz sonarqube-6805619766655e0e2e0d375503d65d5818c0c6a6.zip |
SONAR-9225 Make all search bars consistent
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 16 |
1 files changed, 15 insertions, 1 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 798f670b52c..cc52ffe2352 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -834,9 +834,18 @@ property.sonar.branch.longLivedBranches.regex.description=Regular expression use # SEARCH ENGINE FOR RESOURCES # #------------------------------------------------------------------------------ -search.shortcut_hint=Hint: Press {0} from anywhere to open this search bar. +search.shortcut_hint=Hint: Press {shortcut} from anywhere to open this search bar. search.show_more.hint=Press {0} to display search.placeholder=Search for projects, sub-projects and files... +search.search_for_projects=Search for projects... +search.search_for_users=Search for users... +search.search_for_users_or_groups=Search for users or groups... +search.search_by_login_or_name=Search by login or name... +search.search_by_name=Search by name... +search.search_by_name_or_key=Search by name or key... +search.search_for_tags=Search for tags... +search.search_for_rules=Search for rules... +search.search_for_languages=Search for languages... #------------------------------------------------------------------------------ @@ -2125,6 +2134,7 @@ marketplace.enter_license_for_x=Enter your license key for {0} marketplace.wrong_license_type_x=Your license is not compatible with the selected edition. Please provide a valid license for {0}. marketplace.i_need_a_license=I need a license key marketplace.download_package=Download package +marketplace.search=Search by features or categories... #------------------------------------------------------------------------------ @@ -2310,6 +2320,7 @@ api_documentation.deprecated_since_x=deprecated since {0} api_documentation.parameters=Parameters api_documentation.response_example=Response Example api_documentation.changelog=Changelog +api_documentation.search=Search by name... #------------------------------------------------------------------------------ @@ -2318,6 +2329,8 @@ api_documentation.changelog=Changelog # #------------------------------------------------------------------------------ code.open_component_page=Open Component's Page +code.search_placeholder=Search for files and sub-projects... +code.search_placeholder.portfolio=Search for projects and sub-portfolios... #------------------------------------------------------------------------------ @@ -2567,6 +2580,7 @@ branches.set_leak_period=Set Leak Period branches.last_analysis_date=Last Analysis Date branches.no_support.header=Get the most out of SonarQube with branches analysis branches.no_support.header.text=Analyze each branch of your project separately with the Developer Edition. +branches.search_for_branches=Search for branches... #------------------------------------------------------------------------------ |