diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-06 18:48:09 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-06 18:49:07 +0100 |
commit | 7d7de99717ef5ffc2b8b1733fc2cc3b65d87007c (patch) | |
tree | 36f0c34fdd70ac376f35ff7c33813428b4d9eb74 /plugins/sonar-l10n-en-plugin | |
parent | 81440e3824fa83d36c9b5426e06944a91d08e6e7 (diff) | |
download | sonarqube-7d7de99717ef5ffc2b8b1733fc2cc3b65d87007c.tar.gz sonarqube-7d7de99717ef5ffc2b8b1733fc2cc3b65d87007c.zip |
SONAR-2399 Improvements on review widgets
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 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 f7fecf2ca5a..50de65d3241 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 @@ -382,6 +382,7 @@ reviews.do_you_want_to_delete_comment=Do you want to delete this comment? reviews.only_false_positives=Only false positives reviews.without_false_positives=Without false positives reviews.showing_false_positives_only=Showing false positives only +reviews.reviews_filtered_by_date_x_to_y=Reviews filtered by date: {0} to {1}. reviews.why_false_positive=Why is it a false-positive ? reviews.why_not_false_positive=Why is it not a false-positive anymore ? reviews.user_does_not_exist=\ : user does not exist. \\nPlease select a valid user or leave the field blank. @@ -447,6 +448,8 @@ property.category.server_id=Server ID # #------------------------------------------------------------------------------ +widgets.more=More + widget.alerts.name=Alerts widget.alerts.description=Display current alerts on the project. widget.alerts.no_alert=No alerts @@ -581,7 +584,7 @@ widget.my_reviews.no_review=No review. widget.project_reviews.name=Project open reviews widget.project_reviews.description=Shows all the open/reopened reviews. -widget.false_positive_reviews.name=False positive reviews +widget.false_positive_reviews.name=Active False Positive Reviews widget.false_positive_reviews.description=Shows all the false positives found on the project. widget.reviews_per_developer.name=Open reviews per developer |