From: Stas Vilchik Date: Mon, 20 Apr 2015 11:43:02 +0000 (+0200) Subject: SONAR-6282 Rename and reorganise some menu entries of "Settings" X-Git-Tag: 5.2-RC1~2188 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b11328c841341539bcb85bfb846def400c6512c;p=sonarqube.git SONAR-6282 Rename and reorganise some menu entries of "Settings" --- diff --git a/server/sonar-web/src/main/hbs/nav/nav-settings-navbar.hbs b/server/sonar-web/src/main/hbs/nav/nav-settings-navbar.hbs index d368d724dd1..667dc00b5ad 100644 --- a/server/sonar-web/src/main/hbs/nav/nav-settings-navbar.hbs +++ b/server/sonar-web/src/main/hbs/nav/nav-settings-navbar.hbs @@ -50,7 +50,7 @@ + + 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 2d0fa3b2f14..c370613d9eb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -425,7 +425,7 @@ layout.home=Home layout.login=Log in layout.logout=Log out layout.measures=Measures -layout.settings=Settings +layout.settings=Administration layout.print=Print layout.permalink=Permalink layout.sonar.slogan=Embrace Quality @@ -435,6 +435,7 @@ layout.projects=Projects layout.recent_projects=Recent Projects layout.user_panel.my_profile=My profile +sidebar.projects=Projects sidebar.project_settings=Configuration sidebar.security=Security sidebar.system=System @@ -450,7 +451,7 @@ sidebar.tools=Tools action_plans.page=Action Plans action_plans.page.description=Create and administer Action Plans for this project. Action Plans allow you to prioritize and group issues, and to monitor progress on those groups. all_rules.page=All Rules -analysis_reports.page=Analysis Reports +analysis_reports.page=Project Computation coding_rules.page=Rules global_permissions.page=Global Permissions global_permissions.page.description=Grant and revoke permissions to make changes at the global level. These permissions include editing quality profiles, sharing dashboards, and performing global system administration.