aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2019-11-11 08:58:07 +0100
committerSonarTech <sonartech@sonarsource.com>2019-12-09 20:46:16 +0100
commit956001c58e66df580b0a3a8b91cb886b84980971 (patch)
treedb9ec5dcdc5c98b93055993b58f6e07930527ef8 /sonar-core
parentfe9dd29337def7804fc77d1ad75364a9eaf5476f (diff)
downloadsonarqube-956001c58e66df580b0a3a8b91cb886b84980971.tar.gz
sonarqube-956001c58e66df580b0a3a8b91cb886b84980971.zip
SONAR-12634 Reorganize the branches & pull requests selection menu
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties29
1 files changed, 13 insertions, 16 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 bcfa835f73c..b97a782d043 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -546,6 +546,8 @@ project_branch_pull_request.tabs.branches=Branches
project_branch_pull_request.tabs.pull_requests=Pull Requests
project_branch_pull_request.table.branch=Branch
project_branch_pull_request.table.pull_request=Pull Request
+project_branch_pull_request.last_analysis_date=Last Analysis Date
+
project_baseline.page=New Code Period
project_baseline.page.description=Use this page to manage the New Code Period of your project. {link}
project_baseline.page.description.link=Learn More
@@ -3188,25 +3190,20 @@ onboarding.tutorial.return_to_tutorial=Return to tutorial
# BRANCHES
#
#------------------------------------------------------------------------------
-branches.manage=Manage branches
-branches.orphan_branch=Orphan Branch
-branches.orphan_branches=Orphan Branches & Pull Requests
-branches.orphan_branches.tooltip=When a target branch of a short-living branch or a base of a pull request was deleted, this short-living branch or pull request becomes orphan.
branches.main_branch=Main Branch
-branches.branch_settings=Branch Settings
-branches.set_new_code_period=Set New Code Period
-branches.last_analysis_date=Last Analysis Date
-branches.search_for_branches=Search for branches...
-branches.pull_requests=Pull Requests
-branches.short_lived.quality_gate.description=The branch status is passed because there are no open issue. The remaining {0} issue(s) have been confirmed.
-branches.short_lived_branches=Short-lived branches
-branches.pull_request.for_merge_into_x_from_y=for merge into {target} from {branch}
branches.see_the_pr=See the PR
-branches.measures.new_coverage.help=Coverage on New Code. See {link} for details.
-branches.measures.new_coverage.missing=No coverage data for new code.
-branches.measures.new_duplicated_lines_density.help=Duplications on New Code. See {link} for details.
-branches.measures.new_duplicated_lines_density.missing=No duplications data for new code.
+#------------------------------------------------------------------------------
+#
+# BRANCH-LIKE NAVIGATION
+#
+#------------------------------------------------------------------------------
+branch_like_navigation.manage=Manage branches and Pull Requests
+branch_like_navigation.search_for_branch_like=Search for branches or Pull Requests...
+branch_like_navigation.pull_requests=Pull Requests
+branch_like_navigation.orphan_pull_requests=Orphan Pull Requests
+branch_like_navigation.orphan_pull_requests.tooltip=When the base of a Pull Request is deleted, this Pull Request becomes orphan.
+branch_like_navigation.for_merge_into_x_from_y=for merge into {target} from {branch}
#------------------------------------------------------------------------------
#