aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-12-03 16:21:54 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2013-12-03 16:22:20 +0100
commit06b86ea17261a6126c369b5b9a9b8a21e80e8682 (patch)
treea2451034987322b875286c7099fb2c20e53818be /plugins
parent24c82c3211552b1888a1ce0d3648cb63c1b2f5f4 (diff)
downloadsonarqube-06b86ea17261a6126c369b5b9a9b8a21e80e8682.tar.gz
sonarqube-06b86ea17261a6126c369b5b9a9b8a21e80e8682.zip
SONAR-4750 Add introduction paragraph on each admin page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties34
1 files changed, 27 insertions, 7 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 9b2a8dc8f36..a299d9f14a4 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
@@ -348,48 +348,72 @@ sidebar.tools=Tools
#------------------------------------------------------------------------------
#
-# PAGE TITLES, sorted alphabetically
+# 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_links.page=Links
+project_settings.page.description=Edit project settings.
+project_links.page=Project 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
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.
+project_deletion.page=Delete {0}
+project_deletion.page.description=Delete this project from the SonarQube database.
# GWT pages
org.sonar.plugins.design.ui.page.DesignPage.page=Design
@@ -1350,7 +1374,6 @@ manual_rules.should_provide_real_description=Rule created on the fly. A descript
#
#------------------------------------------------------------------------------
-project_history.description=Handle events and delete quality snapshots from history.
project_history.col.year=Year
project_history.col.month=Month
project_history.col.day=Day
@@ -1387,8 +1410,6 @@ project_history.event_already_exists=Event "{0}" already exists.
# PROJECT / MODULE "UPDATE KEY" PAGE
#
#------------------------------------------------------------------------------
-update_key.update_resource_key=Update Key
-update_key.description=This administration page allows to change the key of a project and of its modules. Those changes must be done BEFORE analyzing the project with the new keys otherwise this operation will fail.
update_key.bulk_update=Bulk Update
update_key.fine_grained_key_update=Fine-grained Update
update_key.old_key=Old key
@@ -1430,7 +1451,6 @@ project_quality_profile.default_profile=Default
#
#------------------------------------------------------------------------------
-project_deletion.delete_resource=Delete {0}
project_deletion.operation_cannot_be_undone=This operation can not be undone.
project_deletion.delete_resource_confirmation=Are you sure you want to delete this {0}?