From af09abd297eee6694b088437f7f33bea210b82f0 Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Fri, 16 Mar 2018 16:21:29 +0100 Subject: Rewrite SelectList component in React on Quality Page (#3152) --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sonar-core') 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. -- cgit v1.2.3