diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-04-20 13:43:02 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-04-20 14:14:30 +0200 |
commit | 5b11328c841341539bcb85bfb846def400c6512c (patch) | |
tree | 539a19cb9336adbb1fd7e1bb844c805db22917cf /sonar-core/src | |
parent | 91efd753531f666b5c638cf13d32bbb1ea90d62c (diff) | |
download | sonarqube-5b11328c841341539bcb85bfb846def400c6512c.tar.gz sonarqube-5b11328c841341539bcb85bfb846def400c6512c.zip |
SONAR-6282 Rename and reorganise some menu entries of "Settings"
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 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 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. |