]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4750 Fix Links title and cleanup
authorJulien HENRY <julien.henry@sonarsource.com>
Wed, 4 Dec 2013 10:42:53 +0000 (11:42 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 4 Dec 2013 10:43:56 +0000 (11:43 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/action_plans/index.html.erb

index e7baa15854fe7cebc1bbb32e005960a4e61679ff..ae1d7045349d01bc101bea692be17edccce83465 100644 (file)
@@ -349,72 +349,76 @@ sidebar.tools=Tools
 
 #------------------------------------------------------------------------------
 #
-# PAGE TITLES and descriptions
+# ADMIN PAGE TITLES and descriptions
 #
 #------------------------------------------------------------------------------
 
 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.
-
 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.
-
-clouds.page=Clouds
-components.page=Components
-coverage.page=Coverage
-default_dashboards.page=Default Dashboards
-
-dependencies.page=Dependencies
-duplications.page=Duplications
-email_configuration.page=Email Settings
-event_categories.page=Event Categories
-filters.page=Filters
 manual_metrics.page=Manual Metrics
 manual_metrics.page.description=These metrics are available for all projects. Manual measures can be set at project level via the configuration interface.
 manual_measures.page=Manual Measures
 manual_measures.page.description=Update the values of manual metrics for this project. Changes will take effect at the project's next analysis. Manual Metrics must be created at the global level.
 manual_rules.page=Manual Rules
 manual_rules.page.description=These rules are available for all projects. Manual issues can be created at project level via the component code viewer.
-my_profile.page=My Profile
 roles.page=Project Permissions
 roles.page.description=Grant and revoke project-level permissions to Browse (view a project's metrics), See Source Code, and Administer individual projects. Permissions can be granted to groups or individual users.
-permissions.page=Permissions
 project_settings.page=Settings
 project_settings.page.description=Edit project settings.
-project_links.page=Project Links
+project_links.page=Links
 project_links.page.description=Edit some links associated with this project.
 project_history.page=History
 project_history.page.description=Edit snapshot metadata, or delete snapshots from the project history.
 project_roles.page=Project Permissions
 project_roles.page.description=Grant and revoke permissions to this project to Browse (view a project's metrics), See Source Code, and Administer. Permissions can be granted to groups or individual users.
-quality_profiles.page=Quality Profiles
-issues.page=Issues
-issues_drilldown.page=Issues Drilldown
 settings.page=General Settings
 settings.page.description=Edit global settings for this SonarQube instance.
-source.page=Source
 system_info.page=System Info
 system_info.page.description=This page provides system statistics, including plugin versions, environmental variables, and data on SonarQube itself.
-timemachine.page=Time Machine
-user_groups.page=Groups
-user_groups.page.description=Create and administer groups of users.
 users.page=Users
 users.page.description=Create and administer individual users.
-violations.page=Violations
+user_groups.page=Groups
+user_groups.page.description=Create and administer groups of users.
 update_center.page=Update Center
 update_center.page.description=Install, uninstall and delete plugins. You can also download SonarQube updates from the System Updates tab on this page.
-deletion.page=Deletion
-update_key.page=Update Key
 project_quality_profiles.page=Quality Profiles
 project_quality_profiles.page.description=Choose which profile is associated with this project on a language-by-language basis. (Note that you will only need to select profiles for multiple languages for multi-language projects.)
-provisioning.page=Provisioning
 bulk_deletion.page=Bulk Deletion
 bulk_deletion.page.description=Use this page to delete multiple projects at once.
-comparison.page=Compare
 update_key.page=Update Key
 update_key.page.description=Edit the keys of a project and/or its modules. Key changes must be made here BEFORE analyzing the project with the new keys, otherwise the analysis will simply create another project with the new key, rather than updating the existing project.
+deletion.page=Deletion
 project_deletion.page=Delete {0}
 project_deletion.page.description=Delete this project from the SonarQube database.
+provisioning.page=Provisioning
+provisioning.page.description=Use this page to initialize projects if you would like to configure them before the first analysis. \
+ Once a project is provisioned, you have access to perform all project configurations on it.
+
+#------------------------------------------------------------------------------
+#
+# OTHER PAGE TITLES
+#
+#------------------------------------------------------------------------------
+
+clouds.page=Clouds
+components.page=Components
+coverage.page=Coverage
+default_dashboards.page=Default Dashboards
+dependencies.page=Dependencies
+duplications.page=Duplications
+email_configuration.page=Email Settings
+event_categories.page=Event Categories
+filters.page=Filters
+my_profile.page=My Profile
+permissions.page=Permissions
+quality_profiles.page=Quality Profiles
+issues.page=Issues
+issues_drilldown.page=Issues Drilldown
+source.page=Source
+timemachine.page=Time Machine
+comparison.page=Compare
 
 # GWT pages
 org.sonar.plugins.design.ui.page.DesignPage.page=Design
@@ -683,7 +687,6 @@ comparison.version.latest=LATEST
 #
 #------------------------------------------------------------------------------
 
-action_plans.page_title=Manage Action Plans
 action_plans.add_action_plan=Add action plan
 action_plans.col.status=St.
 action_plans.col.name=Name
@@ -1782,8 +1785,6 @@ provisioning.no_results=There is currently no provisioned project.
 provisioning.missing.key=Key is missing
 provisioning.missing.name=Name is missing
 provisioning.no_analysis=No analysis has been performed since creation. The only available section is Configuration.
-provisioning.page.description=Use this page to initialize projects if you would like to configure them before the first analysis. \
- Once a project is provisioned, you have access to perform all project configurations on it.
 
 
 #------------------------------------------------------------------------------
index c8b6bc01b7919235406171bccab497b8e1c67220..7715374722363a2894679ab2d62847f79dfa8444 100644 (file)
@@ -6,7 +6,7 @@
           </li>
       </ul>
     <% end %>
-    <h1 class="admin-page-title"><%= message('action_plans.page_title') -%></h1>
+    <h1 class="admin-page-title"><%= message('action_plans.page') -%></h1>
     <p class="admin-page-description"><%= message('action_plans.page.description') -%></p>
 </div>
 <table width="100%" id="action-plans">