aboutsummaryrefslogtreecommitdiffstats
path: root/_locales/fr
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-07-30 22:40:36 +1000
committerSimonBrazell <simon@brazell.com.au>2020-07-30 22:40:36 +1000
commit28c9ee8a0d21d6893270b3164845a27fb9aeebbd (patch)
treee38434e64a21d088945c9cb4ee476423abaf6384 /_locales/fr
parentMerge pull request #83 from realpixelcode/master (diff)
downloadlibredirect-28c9ee8a0d21d6893270b3164845a27fb9aeebbd.zip
Closes #82, closes #84.
Diffstat (limited to '_locales/fr')
-rw-r--r--_locales/fr/messages.json18
1 files changed, 15 insertions, 3 deletions
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index ef172d18..7d57c8b4 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -75,8 +75,16 @@
"message": "Exceptions",
"description": "Onglet des Exceptions dans les options."
},
- "exceptionsDescription": {
- "message": "<p>Entrez une adresse URL ou une expression régulière qui sera exclue des redirections.</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>",
+ "exceptionsDescriptionP1": {
+ "message": "Entrez une adresse URL ou une expression régulière qui sera exclue des redirections.",
+ "description": "Description pour la rubrique 'Exceptions' dans les options."
+ },
+ "exceptionsDescriptionP2": {
+ "message": "All requests for or initiating from a URL that matches the exception will be excluded from redirects.",
+ "description": "Description pour la rubrique 'Exceptions' dans les options."
+ },
+ "exceptionsDescriptionP3": {
+ "message": "Note - Supports JavaScript regular expressions, excluding the enclosing forward slashes.",
"description": "Description pour la rubrique 'Exceptions' dans les options."
},
"addException": {
@@ -94,5 +102,9 @@
"redirect": {
"message": "Redirect",
"description": "Titre du module complémentaire - Redirection (pop-up)."
+ },
+ "version": {
+ "message": "Version",
+ "description": "Version"
}
-} \ No newline at end of file
+}