aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/menus
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-06-19 19:59:30 +0200
committerGitHub <noreply@github.com>2021-06-19 19:59:30 +0200
commit7f6c5f534d4b1249775efe77a6372f0d068c7a5e (patch)
tree2d1558563a40a7b2a08382797593abf89a849dc5 /files/fr/mozilla/add-ons/webextensions/api/menus
parent4b325100c1ca81f9cb59fa6aba8667bc4363636f (diff)
downloadtranslated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.gz
translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.bz2
translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.zip
Remove bcd hidden in mozilla section for fr and some cleaning (#1253)
* Remove bcd hidden in mozilla section for fr and removed unecessary newlines and malformed docs Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/menus')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/contexttype/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html6
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/createproperties/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/itemtype/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/onclickdata/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/onclicked/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/onhidden/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/onshown/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/refresh/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/remove/index.html6
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/removeall/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/update/index.html2
13 files changed, 0 insertions, 34 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.html
index 4fa664e6e6..e6bf0f03be 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/action_menu_top_level_limit/index.html
@@ -23,8 +23,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LI
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.ACTION_MENU_TOP_LEVEL_LIMIT", 10)}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/contexttype/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/contexttype/index.html
index 955e0e0a40..3bca3f1d69 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/contexttype/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/contexttype/index.html
@@ -60,8 +60,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/ContextType
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.ContextType", 10)}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
index a1931b2216..b2c8c6321a 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
@@ -181,16 +181,10 @@ browser.menus.onClicked.addListener(function(info, tab) {
<p>{{WebExtExamples}}</p>
-
-
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.create", 10)}}</p>
-
-
<div class="note"><strong>Remerciements</strong>
<p>Cette API est basée sur l'API <a href="https://developer.chrome.com/extensions/contextMenus"><code>chrome.contextMenus</code></a> de chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/context_menus.json"><code>context_menus.json</code></a> dans le code Chromium.</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/createproperties/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/createproperties/index.html
index 072350b414..58db4f6eb7 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/createproperties/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/createproperties/index.html
@@ -88,8 +88,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/createProperties
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.createProperties", 10)}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/itemtype/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/itemtype/index.html
index 88a6c00e24..7ad1905c48 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/itemtype/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/itemtype/index.html
@@ -38,8 +38,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/ItemType
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.ItemType", 10)}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/onclickdata/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/onclickdata/index.html
index 7393f73820..601167f480 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/onclickdata/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/onclickdata/index.html
@@ -62,8 +62,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/OnClickData
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.OnClickData", 10)}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/onclicked/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/onclicked/index.html
index cea1c7c4df..ecbb77a4ce 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/onclicked/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/onclicked/index.html
@@ -60,8 +60,6 @@ browser.menus.onClicked.hasListener(listener)
<h2 id="Compatibilté_du_navigateur">Compatibilté du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.onClicked", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/onhidden/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/onhidden/index.html
index bfa8de8fa9..1ade9c98ad 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/onhidden/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/onhidden/index.html
@@ -53,8 +53,6 @@ browser.menus.onHidden.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.onHidden", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/onshown/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/onshown/index.html
index 5df0ebab15..400dafd83c 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/onshown/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/onshown/index.html
@@ -125,8 +125,6 @@ browser.menus.onShown.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.onShown", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/refresh/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/refresh/index.html
index f2914a6c0f..b0b332523c 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/refresh/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/refresh/index.html
@@ -39,8 +39,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/refresh
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.refresh", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/remove/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/remove/index.html
index 74db66b876..a6e1615400 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/remove/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/remove/index.html
@@ -66,16 +66,10 @@ browser.menus.onClicked.addListener(function(info, tab) {
<p>{{WebExtExamples}}</p>
-
-
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.remove", 10)}}</p>
-
-
<div class="note"><strong>Remerciements</strong>
<p>Cette API est basée sur l'API <a href="https://developer.chrome.com/extensions/contextMenus"><code>chrome.contextMenus</code></a> de chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/context_menus.json"><code>context_menus.json</code></a> dans le code Chromium.</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/removeall/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/removeall/index.html
index bd485607ac..6ea092abf2 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/removeall/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/removeall/index.html
@@ -37,8 +37,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/menus/removeAll
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.removeAll", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/update/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/update/index.html
index f56c65c361..7be73f170d 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/update/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/update/index.html
@@ -152,8 +152,6 @@ browser.menus.onClicked.addListener(function(info, tab) {
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.update", 10)}}</p>
<div class="note"><strong>Remerciements</strong>