diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/pom.xml | 2 | ||||
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 24 |
2 files changed, 22 insertions, 4 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 2f029588c8d..7f1c0da75fc 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.7.1-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> 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 ae9235775a0..cf5916587df 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -91,6 +91,7 @@ members=Members min=Min minor=Minor more=More +more_x={0} more more_actions=More Actions my_favorite=My Favorite my_favorites=My Favorites @@ -217,6 +218,9 @@ no_results_search.favorites.2=Would you like to search among {url} projects? page_extension_failed=Page extension failed. set_as_default=Set as Default unset_as_default=Unset as Default +short_number_suffix.k=k +short_number_suffix.m=m +short_number_suffix.b=b show_more=Show More should_be_unique=Should be unique since_x=since {0} @@ -831,9 +835,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... #------------------------------------------------------------------------------ @@ -2107,11 +2120,11 @@ marketplace.commercial_edition=Commercial Edition marketplace.terms_and_conditions=Terms and Conditions marketplace.editions_unavailable=Explore our Commercial Editions on {url}: advanced feature packs brought to you by SonarSource marketplace.release_notes=Release Notes -marketplace.status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition... Please wait... +marketplace.status.AUTOMATIC_IN_PROGRESS=Installing your new Commercial Edition. Please wait... marketplace.status.AUTOMATIC_READY=Commercial Edition successfully installed. Please restart the server to activate your new edition. marketplace.status.UNINSTALL_IN_PROGRESS=Commercial Edition successfully downgraded. Please restart the server to remove the features. marketplace.status.MANUAL_IN_PROGRESS=Commercial Edition can't automatically be installed because of internet access issues. Please manually install the package. -marketplace.status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}... Please wait... +marketplace.status_x.AUTOMATIC_IN_PROGRESS=Installing your new {0}. Please wait... marketplace.status_x.AUTOMATIC_READY={0} successfully installed. Please restart the server to activate your new edition. marketplace.status_x.UNINSTALL_IN_PROGRESS=Successfully downgraded to {0}. Please restart the server to remove the features. marketplace.status_x.MANUAL_IN_PROGRESS={0} can't automatically be installed because of internet access issues. Please manually install the package. @@ -2122,6 +2135,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... #------------------------------------------------------------------------------ @@ -2307,6 +2321,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... #------------------------------------------------------------------------------ @@ -2315,6 +2330,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... #------------------------------------------------------------------------------ @@ -2564,6 +2581,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... #------------------------------------------------------------------------------ |