aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin/src
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-08-04 00:14:28 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-08-04 00:14:28 +0200
commita9b2318ce220e5abf97ade9123233fbf1e59e900 (patch)
tree8c10f2e87313b5a39138ece523ffc412fe302a6e /plugins/sonar-l10n-en-plugin/src
parent76f4822f38e68482aa7567dab222a224a0e0cbcb (diff)
downloadsonarqube-a9b2318ce220e5abf97ade9123233fbf1e59e900.tar.gz
sonarqube-a9b2318ce220e5abf97ade9123233fbf1e59e900.zip
SONAR-75 fix some l10n keys
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties57
1 files changed, 42 insertions, 15 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 f8be8c0c245..bd3e5eb18ae 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
@@ -699,6 +699,12 @@ 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}
+
+#------------------------------------------------------------------------------
+#
+# NOTIFICATIONS
+#
+#------------------------------------------------------------------------------
notification.channel.EmailNotificationChannel=Email
notification.dispatcher.ChangesInReviewAssignedToMeOrCreatedByMe=Changes in review assigned to me or created by me
@@ -714,21 +720,21 @@ alerts.notes.description=<p>Only project measures are checked against thresholds
alerts.notes.ok=at least one threshold is defined, no threshold is reached.
alerts.notes.warn=at least one warning threshold is reached, no error threshold is reached.
alerts.notes.error=at least one error threshold is reached.
-alert.new_alert=New alert
-alert.editing_alert=Editing alert
-alert.create_alert=Create alert
-alert.select_metric=Select a metric
-alert.warning_threshold=Warning threshold
-alert.warning_tooltip=A warning is triggered when this value is reached.
-alert.error_threshold=Error threshold
-alert.error_tooltip=An error is triggered when this value is reached.
-alert.alert_created=Alert is created.
-alert.alert_updated=Alert is updated.
-alert.alert_deleted=Alert is deleted.
-alert.operator.<=is less than
-alert.operator.>=is greater than
-alert.operator.\==equals
-alert.operator.!\==is not
+alerts.new_alert=New alert
+alerts.editing_alert=Editing alert
+alerts.create_alert=Create alert
+alerts.select_metric=Select a metric
+alerts.warning_threshold=Warning threshold
+alerts.warning_tooltip=A warning is triggered when this value is reached.
+alerts.error_threshold=Error threshold
+alerts.error_tooltip=An error is triggered when this value is reached.
+alerts.alert_created=Alert is created.
+alerts.alert_updated=Alert is updated.
+alerts.alert_deleted=Alert is deleted.
+alerts.operator.<=is less than
+alerts.operator.>=is greater than
+alerts.operator.\==equals
+alerts.operator.!\==is not
#------------------------------------------------------------------------------
#
@@ -742,6 +748,27 @@ events.name_required=Name (required)
#------------------------------------------------------------------------------
#
+# MY PROFILE
+#
+#------------------------------------------------------------------------------
+my_profile.login=Login
+my_profile.name=Name
+my_profile.email=Email
+my_profile.groups=Groups
+my_profile.password.title=Change password
+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
+
+#------------------------------------------------------------------------------
+#
# MAINTENANCE
#
#------------------------------------------------------------------------------