diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-12-04 11:42:53 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-12-04 11:43:56 +0100 |
commit | dfe512dca580cedc06cf0c1ccee4165bba43c1d1 (patch) | |
tree | 0b7d4b470b5e65d9e75444b5cc15d16515f010f9 /plugins | |
parent | 67eecec4680c94292d1e243aa9e2e558b46a5b68 (diff) | |
download | sonarqube-dfe512dca580cedc06cf0c1ccee4165bba43c1d1.tar.gz sonarqube-dfe512dca580cedc06cf0c1ccee4165bba43c1d1.zip |
SONAR-4750 Fix Links title and cleanup
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 63 |
1 files changed, 32 insertions, 31 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index e7baa15854f..ae1d7045349 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -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. #------------------------------------------------------------------------------ |