diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-03 12:31:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-03 12:31:27 +0200 |
commit | 66797a18f71b2111689a9e858e60862c288f95c0 (patch) | |
tree | d4022c4f2192df9bfdecfee12238f779ec73e8a8 /plugins/sonar-l10n-en-plugin | |
parent | 16201f701254aa492d05a623cf8b6cc69d71c0ba (diff) | |
download | sonarqube-66797a18f71b2111689a9e858e60862c288f95c0.tar.gz sonarqube-66797a18f71b2111689a9e858e60862c288f95c0.zip |
Improve UI of Email administration console
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 insertions, 0 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 c2eb62f0964..f8be8c0c245 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 @@ -684,6 +684,9 @@ 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.saving_settings=Saving +email_configuration.settings_saved=Settings are saved. email_configuration.test.title=Test Configuration email_configuration.test.to_address=To @@ -693,6 +696,7 @@ 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.email_was_sent_to_x=Email was sent to {0} notification.channel.EmailNotificationChannel=Email |