diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-31 12:44:15 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-31 15:04:07 +0100 |
commit | ef0e403fcbf318567b1ffc4a64da5564742528d8 (patch) | |
tree | 12db12ff794f4bcc391c40db9f029d0700b5eecd /plugins/sonar-core-plugin | |
parent | eb332bfe8941407fabdc35b33c51309f984ee5bb (diff) | |
download | sonarqube-ef0e403fcbf318567b1ffc4a64da5564742528d8.tar.gz sonarqube-ef0e403fcbf318567b1ffc4a64da5564742528d8.zip |
SONAR-4100 Update "My Profile" screen with "Notifications per project"
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 9 insertions, 2 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 81d6e8faa43..1a6859a8378 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 @@ -1551,12 +1551,19 @@ my_profile.password.old=Old value my_profile.password.new=New value my_profile.password.confirm=Confirm new value my_profile.password.submit=Change password -my_profile.notifications.title=Notifications -my_profile.notifications.submit=Save changes my_profile.password.changed=Password changed my_profile.password.empty=Password can not be empty my_profile.password.mismatch=Password mismatch my_profile.password.wrong_old=Wrong old password +my_profile.notifications.title=Notifications +my_profile.notifications.submit=Save changes +my_profile.per_project_notifications.title=Notifications per project +my_profile.add_project=Add project +my_profile.remove_this_line=Remove this line + + +# A ENLEVER !!!!! +notification.channel.TwitterNotificationChannel=Twitter #------------------------------------------------------------------------------ |