diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-09 07:36:15 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-09 07:38:21 +0200 |
commit | 9167379d53bdb8cd6d7c7e57ed62f5b711329652 (patch) | |
tree | 40bc7af2831d801fbd6c07c08c4340a3eb6fc6fd /plugins/sonar-l10n-en-plugin/src | |
parent | 7e914e1eb6b9cfcdbc43930e8b40b256e3846989 (diff) | |
download | sonarqube-9167379d53bdb8cd6d7c7e57ed62f5b711329652.tar.gz sonarqube-9167379d53bdb8cd6d7c7e57ed62f5b711329652.zip |
SONAR-2603 provide a dedicated settings page to generate server key
This page is merged to the catgories of the General Settings page. At the same time the Email Settings page
is merged as well.
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 43dcd6262f5..a3469eac4f0 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -425,7 +425,8 @@ dashboard.update_dashboard=Update dashboard # SETTINGS # #------------------------------------------------------------------------------ -settings.save_category=Save {0} settings +settings.save_category=Save {0} Settings +property.category.email=Email property.category.general=General property.category.security=Security property.category.java=Java @@ -433,6 +434,7 @@ property.category.differentialViews=Differential Views property.category.codeCoverage=Code Coverage property.category.duplications=Duplications property.category.localization=Localization +property.category.server_key=Server Key #------------------------------------------------------------------------------ @@ -743,7 +745,7 @@ email_configuration.from_address=From address email_configuration.from_address.description=Emails will come from this address. For example - "noreply@sonarsource.com". Note that server may ignore this setting (like does GMail). email_configuration.email_prefix=Email prefix email_configuration.email_prefix.description=This prefix will be prepended to all outgoing email subjects. -email_configuration.save_settings=Save +email_configuration.save_settings=Save Email Settings email_configuration.saving_settings=Saving email_configuration.settings_saved=Settings are saved. @@ -754,8 +756,8 @@ email_configuration.test.subject=Subject email_configuration.test.subject_text=Test Message from Sonar email_configuration.test.message=Message email_configuration.test.message_text=This is a test message from Sonar -email_configuration.test.send=Send test email -email_configuration.test.sending=Sending test email +email_configuration.test.send=Send Test Email +email_configuration.test.sending=Sending Test Email email_configuration.test.email_was_sent_to_x=Email was sent to {0} |