diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-16 16:21:29 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-22 12:37:48 +0100 |
commit | af09abd297eee6694b088437f7f33bea210b82f0 (patch) | |
tree | 6aba521089c4228b464154873ca250042560cfe7 /sonar-core | |
parent | 8335168f11c4b8b6bd905e3a883c001352ab234d (diff) | |
download | sonarqube-af09abd297eee6694b088437f7f33bea210b82f0.tar.gz sonarqube-af09abd297eee6694b088437f7f33bea210b82f0.zip |
Rewrite SelectList component in React on Quality Page (#3152)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index caf4db69304..3610dd3c107 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -145,6 +145,7 @@ save=Save search_verb=Search see_all=See All select_verb=Select +selected=Selected set=Set severity=Severity shared=Shared @@ -173,6 +174,7 @@ updated=Updated updated_on=Updated on update_verb=Update updating=Updating +unselected=Unselected user=User value=Value variation=Variation @@ -2844,4 +2846,4 @@ webhooks.url=URL webhooks.url.bad_format=Bad format of URL. webhooks.url.bad_protocol=URL must start with "http://" or "https://". webhooks.url.description=Server endpoint that will receive the webhook payload, for example: "http://my_server/foo". If HTTP Basic authentication is used, HTTPS is recommended to avoid man in the middle attacks. Example: "https://myLogin:myPassword@my_server/foo" -webhooks.url.required=URL is required.
\ No newline at end of file +webhooks.url.required=URL is required. |