diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-07-30 22:40:36 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-07-30 22:40:36 +1000 |
commit | 28c9ee8a0d21d6893270b3164845a27fb9aeebbd (patch) | |
tree | e38434e64a21d088945c9cb4ee476423abaf6384 /_locales/en | |
parent | Merge pull request #83 from realpixelcode/master (diff) | |
download | libredirect-28c9ee8a0d21d6893270b3164845a27fb9aeebbd.zip |
Closes #82, closes #84.
Diffstat (limited to '_locales/en')
-rw-r--r-- | _locales/en/messages.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2a34b8b7..2e106a7c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -75,9 +75,17 @@ "message": "Exceptions", "description": "Exceptions tab (options)." }, - "exceptionsDescription": { - "message": "<p>Enter a URL or Regular Expression to be excluded from redirects.</p><p>All requests for or initiating from a URL that matches the exception will be excluded from redirects.</p><p><b>Note -</b> Supports JavaScript regular expressions, excluding the enclosing forward slashes.</p>", - "description": "A description of the 'Exceptions' feature (options)." + "exceptionsDescriptionP1": { + "message": "Enter a URL or Regular Expression to be excluded from redirects.", + "description": "A description of the 'Exceptions' feature paragraph 1 (options)." + }, + "exceptionsDescriptionP2": { + "message": "All requests for or initiating from a URL that matches the exception will be excluded from redirects.", + "description": "A description of the 'Exceptions' feature paragraph 2 (options)." + }, + "exceptionsDescriptionP3": { + "message": "Note - Supports JavaScript regular expressions, excluding the enclosing forward slashes.", + "description": "A description of the 'Exceptions' feature paragraph 3 (options)." }, "addException": { "message": "Add Exception", @@ -94,5 +102,9 @@ "redirect": { "message": "Redirect", "description": "Extension title - Redirect (pop-up)." + }, + "version": { + "message": "Version", + "description": "Version" } -} \ No newline at end of file +} |