Dictionary_fr.mk | 18 dev/null |binary fr_FR/DictionarySwitcher.py | 206 fr_FR/META-INF/manifest.xml | 2 fr_FR/README_hyph_fr.txt | 87 fr_FR/description.xml | 17 fr_FR/dictionaries.xcu | 14 fr_FR/dictionaries/README_dict_fr.txt | 2 fr_FR/dictionaries/README_hyph_fr-3.0.txt | 72 fr_FR/dictionaries/README_thes_fr.txt | 2 fr_FR/dictionaries/fr.aff | 50 fr_FR/dictionaries/fr.dic | 1012 + fr_FR/dictionaries/hyph-fr.tex | 119 fr_FR/dictionaries/hyph_fr.dic | 1228 +- fr_FR/dictionaries/thes_fr.dat |16464 +++++++++++++++--------------- fr_FR/french_flag.png |binary fr_FR/pythonpath/ds_strings.py | 38 fr_FR/ui/addons.xcu | 81 fr_FR/ui/french_flag_16.bmp |binary 19 files changed, 10666 insertions(+), 8746 deletions(-)
New commits: commit dd043dd33d622e54bacb51d4ffae7d8326ede2d9 Author: Parag Nemade <[email protected]> AuthorDate: Tue Jun 16 12:51:17 2026 +0530 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Jul 7 11:19:12 2026 +0200 Update French dictionary to 7.7 version From https://www.grammalecte.net/oxt/lo-oo-ressources-linguistiques-fr-v7.7.oxt Change-Id: I04523f820819fe9be072cb6fb8960c6263294b65 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/206680 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Xisco Fauli <[email protected]> This patch also contains: Fix fe691977c619b2ca764531b3507e83fab4732651 "icon.png" file has been replaced by "french_flag.png" Change-Id: I8f8d3ab5e1726abf22d29d1a4805c920b5e9de52 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207638 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> (cherry picked from commit 2e502080bc295db6e15c4e4b4ed9f8c7d5b9cdf6) fr_FR: remove .idx file and its reference in makefile idx are automatically generated by solenv/gbuild/Dictionary.mk Quotation: 339 # An index for the thesaurus is generated and added to the dictionary as 340 # well. Change-Id: Iebc9f294fa257d5d6d413fb6df3628a14a063ed2 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207643 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> (cherry picked from commit e13b2aa178669cb0b79610a18e97788ed7b9b3c7) Fix regression from fe691977c619b2ca764531b3507e83fab4732651 See console log: warn:lingucomponent:89424:89424:lingucomponent/source/spellcheck/spell/sspellimp.cxx:172: missing <file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-fr/dictionaries/fr.aff> Change-Id: Ie561be8af15a70285c8e139a96e41d0597ce961d Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207644 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> (cherry picked from commit 6ec44b0eb1779af3b4ef5f4e34d7caf4f8f288a9) Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207709 Tested-by: Xisco Fauli <[email protected]> Reviewed-by: Xisco Fauli <[email protected]> (cherry picked from commit 6b86ceeb218201df000c7af7beaf95d28008f061) Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207710 diff --git a/Dictionary_fr.mk b/Dictionary_fr.mk index 566755f..a6e9d07 100644 --- a/Dictionary_fr.mk +++ b/Dictionary_fr.mk @@ -10,19 +10,19 @@ $(eval $(call gb_Dictionary_Dictionary,dict-fr,dictionaries/fr_FR)) $(eval $(call gb_Dictionary_add_root_files,dict-fr,\ - dictionaries/fr_FR/fr.aff \ - dictionaries/fr_FR/fr.dic \ - dictionaries/fr_FR/hyph_fr.dic \ - dictionaries/fr_FR/hyph-fr.tex \ - dictionaries/fr_FR/icon.png \ + dictionaries/fr_FR/dictionaries/fr.aff \ + dictionaries/fr_FR/dictionaries/fr.dic \ + dictionaries/fr_FR/dictionaries/hyph_fr.dic \ + dictionaries/fr_FR/dictionaries/hyph-fr.tex \ + dictionaries/fr_FR/french_flag.png \ dictionaries/fr_FR/package-description.txt \ - dictionaries/fr_FR/README_fr.txt \ - dictionaries/fr_FR/README_hyph_fr.txt \ - dictionaries/fr_FR/README_thes_fr.txt \ + dictionaries/fr_FR/dictionaries/README_dict_fr.txt \ + dictionaries/fr_FR/dictionaries/README_hyph_fr-3.0.txt \ + dictionaries/fr_FR/dictionaries/README_thes_fr.txt \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-fr,\ - dictionaries/fr_FR/thes_fr.dat \ + dictionaries/fr_FR/dictionaries/thes_fr.dat \ )) # vim: set noet sw=4 ts=4: diff --git a/fr_FR/DictionarySwitcher.py b/fr_FR/DictionarySwitcher.py new file mode 100644 index 0000000..b5d70af --- /dev/null +++ b/fr_FR/DictionarySwitcher.py @@ -0,0 +1,206 @@ +# -*- coding: utf8 -*- +# French Dictionary Switcher +# by Olivier R. +# License: MPL 2 + +import unohelper +import uno +import re +import traceback +import ds_strings + +from com.sun.star.task import XJobExecutor +from com.sun.star.awt import XActionListener +from com.sun.star.beans import PropertyValue + + +def getWindowSize (): + "return main window size" + xCurCtx = uno.getComponentContext() + xDesktop = xCurCtx.getServiceManager().createInstanceWithContext('com.sun.star.frame.Desktop', xCurCtx) + xContainerWindow = xDesktop.getCurrentComponent().CurrentController.Frame.ContainerWindow + xWindowSize = xContainerWindow.convertSizeToLogic(xContainerWindow.Size, uno.getConstantByName("com.sun.star.util.MeasureUnit.POINT")) + #print(xContainerWindow.Size.Width, ">", xWindowSize.Width) + #print(xContainerWindow.Size.Height, ">", xWindowSize.Height) + xWindowSize.Width = xWindowSize.Width * 0.666 + xWindowSize.Height = xWindowSize.Height * 0.666 + return xWindowSize + + +class FrenchDictionarySwitcher (unohelper.Base, XActionListener, XJobExecutor): + def __init__ (self, ctx): + self.ctx = ctx + self.xSvMgr = self.ctx.ServiceManager + self.xContainer = None + self.dialog = None + self.xRB_m = None + self.xRB_c = None + self.xRB_r = None + self.xRB_f = None + self.sCurrentDic = '' + self.sSelectedDic = '' + # In this extension, French is default language. + # It is assumed that those who need to use the French dictionaries understand French and may not understand English. + xSettings = getConfigSetting("/org.openoffice.Setup/L10N", False) + sLocale = xSettings.getByName("ooLocale") # Note: look at ooSetupSystemLocale value ? + if sLocale[0:2] in ds_strings.dStrings: + self.dUI = ds_strings.dStrings[sLocale[0:2]] + else: + self.dUI = ds_strings.dStrings["fr"] + + def addWidget (self, name, wtype, x, y, w, h, **kwargs): + xWidget = self.dialog.createInstance('com.sun.star.awt.UnoControl%sModel' % wtype) + xWidget.Name = name + xWidget.PositionX = x + xWidget.PositionY = y + xWidget.Width = w + xWidget.Height = h + for k, w in kwargs.items(): + setattr(xWidget, k, w) + self.dialog.insertByName(name, xWidget) + return xWidget + + def run (self): + # what is the current dictionary + xSettings = getConfigSetting("/org.openoffice.Office.Linguistic/ServiceManager/Dictionaries/HunSpellDic_fr", False) + xLocations = xSettings.getByName("Locations") + m = re.search(r"fr-(\w*)\.(?:dic|aff)", xLocations[0]) + self.sCurrentDic = m.group(1) + + # dialog + self.dialog = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlDialogModel', self.ctx) + self.dialog.Width = 200 + self.dialog.Height = 230 + self.dialog.Title = self.dUI.get('title', "#title#") + xWindowSize = getWindowSize() + self.dialog.PositionX = int((xWindowSize.Width / 2) - (self.dialog.Width / 2)) + self.dialog.PositionY = int((xWindowSize.Height / 2) - (self.dialog.Height / 2)) + + # xWidgets + padding = 10 + hspace = 60 + posY1 = 20; posY2 = posY1 + hspace; posY3 = posY2 + hspace; posY4 = posY3 + hspace + 10 + nLblWidth = 170 + nLblHeight = 20 + nDescWidth = 170 + nDescHeight = 40 + + xFD1 = uno.createUnoStruct("com.sun.star.awt.FontDescriptor") + xFD1.Height = 12 + xFD1.Name = "Verdana" + + xFD2 = uno.createUnoStruct("com.sun.star.awt.FontDescriptor") + xFD2.Height = 11 + xFD2.Name = "Verdana" + + xFD3 = uno.createUnoStruct("com.sun.star.awt.FontDescriptor") + xFD3.Height = 10 + xFD3.Weight = uno.getConstantByName("com.sun.star.awt.FontWeight.BOLD") + xFD3.Name = "Verdana" + + gbm = self.addWidget('groupbox', 'GroupBox', 5, 5, 190, 200, Label = self.dUI.get('choose', "#choose#"), FontDescriptor = xFD1, FontRelief = 1, TextColor = 0xAA2200) + + # Note: the only way to group RadioButtons is to create them successively + #rbm_m = self.addWidget('rb-moderne', 'RadioButton', padding, posY1, nLblWidth, nLblHeight, Label = self.dUI.get('moderne', "#moderne#"), FontDescriptor = xFD2, FontRelief = 1, TextColor = 0x0022AA) + #self.xRB_m = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlRadioButton', self.ctx) + #self.xRB_m.setModel(rbm_m) + rbm_c = self.addWidget('rb-classique', 'RadioButton', padding, posY1, nLblWidth, nLblHeight, Label = self.dUI.get('classique', "#classique#"), FontDescriptor = xFD2, FontRelief = 1, TextColor = 0x0022AA) + self.xRB_c = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlRadioButton', self.ctx) + self.xRB_c.setModel(rbm_c) + rbm_r = self.addWidget('rb-reforme1990', 'RadioButton', padding, posY2, nLblWidth, nLblHeight, Label = self.dUI.get('reforme1990', "#reforme1990#"), FontDescriptor = xFD2, FontRelief = 1, TextColor = 0x0022AA) + self.xRB_r = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlRadioButton', self.ctx) + self.xRB_r.setModel(rbm_r) + rbm_t = self.addWidget('rb-toutesvariantes', 'RadioButton', padding, posY3, nLblWidth, nLblHeight, Label = self.dUI.get('toutesvariantes', "#toutesvariantes#"), FontDescriptor = xFD2, FontRelief = 1, TextColor = 0x0022AA) + self.xRB_t = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlRadioButton', self.ctx) + self.xRB_t.setModel(rbm_t) + + #label_m = self.addWidget('label_m', 'FixedText', 20, posY1+10, nDescWidth, nDescHeight, Label = self.dUI.get('descModern', "#descModern#"), MultiLine = True) + label_c = self.addWidget('label_c', 'FixedText', 20, posY1+10, nDescWidth, nDescHeight, Label = self.dUI.get('descClassic', "#descClassic#"), MultiLine = True) + label_r = self.addWidget('label_r', 'FixedText', 20, posY2+10, nDescWidth, nDescHeight, Label = self.dUI.get('descReform', "#descReform#"), MultiLine = True) + label_t = self.addWidget('label_t', 'FixedText', 20, posY3+10, nDescWidth, nDescHeight, Label = self.dUI.get('descAllvar', "#descAllvar#"), MultiLine = True) + + if self.sCurrentDic: + self.setRadioButton(self.sCurrentDic) + sMsgLabel = self.dUI.get('restart', "#restart#") + bButtonActive = True + else: + sMsgLabel = self.dUI.get('error', "#error#") + bButtonActive = False + + label_info = self.addWidget('label_info', 'FixedText', 10, posY3+50, 180, 10, Label = sMsgLabel, TextColor = 0xAA2200, MultiLine = True) + button = self.addWidget('select', 'Button', padding+40, posY4, 100, 14, Label = self.dUI.get('select', "#select#"), FontDescriptor = xFD3, TextColor = 0x004400, Enabled = bButtonActive) + + # container + self.xContainer = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlDialog', self.ctx) + self.xContainer.setModel(self.dialog) + self.xContainer.getControl('select').addActionListener(self) + self.xContainer.setVisible(False) + toolkit = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.ExtToolkit', self.ctx) + self.xContainer.createPeer(toolkit, None) + self.xContainer.execute() + + def setRadioButton (self, sDic): + if sDic == 'moderne': + #self.xRB_m.setState(True) + self.xRB_c.setState(True) + elif sDic == 'classique': + self.xRB_c.setState(True) + elif sDic == 'reforme1990': + self.xRB_r.setState(True) + elif sDic == 'toutesvariantes': + self.xRB_t.setState(True) + else: + pass + + def actionPerformed (self, actionEvent): + try: + #if self.xRB_m.getState(): + # self.sSelectedDic = 'moderne' + if self.xRB_c.getState(): + self.sSelectedDic = 'classique' + elif self.xRB_r.getState(): + self.sSelectedDic = 'reforme1990' + elif self.xRB_t.getState(): + self.sSelectedDic = 'toutesvariantes' + else: + # no dictionary selected + pass + self.xContainer.endExecute() + except: + traceback.print_exc() + + def trigger (self, args): + try: + dialog = FrenchDictionarySwitcher(self.ctx) + dialog.run() + if dialog.sSelectedDic and dialog.sSelectedDic != dialog.sCurrentDic : + # Modify the registry + xSettings = getConfigSetting("/org.openoffice.Office.Linguistic/ServiceManager/Dictionaries/HunSpellDic_fr", True) + xLocations = xSettings.getByName("Locations") + v1 = xLocations[0].replace(dialog.sCurrentDic, dialog.sSelectedDic) + v2 = xLocations[1].replace(dialog.sCurrentDic, dialog.sSelectedDic) + #xSettings.replaceByName("Locations", xLocations) # doesn't work, see line below + uno.invoke(xSettings, "replaceByName", ("Locations", uno.Any("[]string", (v1, v2)))) + xSettings.commitChanges() + except: + traceback.print_exc() + + +def getConfigSetting (sNodeConfig, bUpdate): + # get a configuration node + # example: aSettings = getConfigSetting( "/org.openoffice.Office.Common/Path/Current", false) + xSvMgr = uno.getComponentContext().ServiceManager + xConfigProvider = xSvMgr.createInstanceWithContext("com.sun.star.configuration.ConfigurationProvider", uno.getComponentContext()) + xPropertyValue = PropertyValue() + xPropertyValue.Name = "nodepath" + xPropertyValue.Value = sNodeConfig + if bUpdate: + sService = "com.sun.star.configuration.ConfigurationUpdateAccess" + else: + sService = "com.sun.star.configuration.ConfigurationAccess" + xSettings = xConfigProvider.createInstanceWithArguments(sService, (xPropertyValue,)) + return xSettings + + +g_ImplementationHelper = unohelper.ImplementationHelper() +g_ImplementationHelper.addImplementation(FrenchDictionarySwitcher, 'dicollecte.FrenchDictionarySwitcher', ('com.sun.star.task.Job',)) diff --git a/fr_FR/META-INF/manifest.xml b/fr_FR/META-INF/manifest.xml index 0383ca4..e21dcf8 100644 --- a/fr_FR/META-INF/manifest.xml +++ b/fr_FR/META-INF/manifest.xml @@ -3,4 +3,6 @@ <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="dictionaries.xcu"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" manifest:full-path="package-description.txt"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="ui/addons.xcu"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="DictionarySwitcher.py"/> </manifest:manifest> diff --git a/fr_FR/README_hyph_fr.txt b/fr_FR/README_hyph_fr.txt deleted file mode 100644 index 3f35865..0000000 --- a/fr_FR/README_hyph_fr.txt +++ /dev/null @@ -1,87 +0,0 @@ -_______________________________________________________________________________ - - Motifs de division des mots pour le français (fr) - Version 4.0 (2021-11-06) - - Licence : - GNU LGPL - - Origine : - Basé sur le fichier des motifs de division de TeX *hyph-fr.tex*, - version renommée, en juin 2008, du fichier *frhyph.tex* (V2.12, - 2002/12/11) pour la cohérence avec d'autres fichiers de motifs - de division de la collection hyph-utf8. Pour plus d'informations, - voyez sous ce lien : https://ctan.org/tex-archive/language/hyph-utf8. - Initialement distribué sous la licence LPPL (LaTeX Project Public - License), le fichier *hyph-fr.tex* (v2.12) a été distribué sous - la licence MIT (https://opensource.org/licenses/MIT) à compter - du 20 mars 2016. - - Licence : - Les adaptations pour LibreOffice et OpenOffice sont publiées sous la - licence GNU Lesser General Public License (LGPL) version 2.1 ou - supérieure. - Voir sous ce lien: http://www.gnu.org/licenses/ - - Auteurs : - 3.0-4.0 Marc Lodewijck <[email protected]> - 2.0 Paul Pichaureau <[email protected]> - 1.0 Blaise Drayer <[email protected]> - - Journal : - 4.0 Adaptation des motifs avec trait d'union, ajout de motifs, - suppression des mots-clefs COMPOUNDLEFTHYPHENMIN - et COMPOUNDRIGHTHYPHENMIN (inutilisés) - 3.0.1 Correction : COUMPOUNDLEFTHYPHENMIN -> COMPOUNDLEFTHYPHENMIN - 3.0 Nouvelle version révisée et augmentée : - + Conversion au format UTF-8 - + Traitement des noms composés à trait d'union - + Redressement de motifs altérés - 2.0 Traitement des mots avec apostrophe - 1.0 Première conversion - - Ce dictionnaire convient pour toutes les variétés régionales du français. - -_______________________________________________________________________________ - - Hyphenation patterns for French - Version 4.0 (2021-11-06) - - Language: - French (fr) - - License: - GNU LGPL - - Origin: - Based on the TeX hyphenation file *hyph-fr.tex*, renamed (June 2008) - from *frhyph.tex* (V2.12, 2002/12/11) for consistency with other files - in the hyph-utf8 package. For more details, see at the following link: - https://ctan.org/tex-archive/language/hyph-utf8. Initially released - under the LPPL license (LaTeX Project Public License), the file - *hyph-fr.tex* (v2.12) has been released, as of March 20, 2016, under - the MIT license (https://opensource.org/licenses/MIT). - - License: - LibreOffice and OpenOffice adaptions of this package are licensed under - the GNU Lesser General Public License (LGPL) version 2.1 or higher. - See at this link: http://www.gnu.org/licenses/ - - Authors: - 3.0-4.0 Marc Lodewijck <[email protected]> - 2.0 Paul Pichaureau <[email protected]> - 1.0 Blaise Drayer <[email protected]> - - Log: - 4.0 Adjustments to patterns with a hyphen, addition of new - patterns, and deletion of the COMPOUNDLEFTHYPHENMIN and - COMPOUNDRIGHTHYPHENMIN keywords (unused) - 3.0.1 Typo fix: COUMPOUNDLEFTHYPHENMIN -> COMPOUNDLEFTHYPHENMIN - 3.0 New revised and expanded version: - + Conversion to UTF-8 encoding - + Processing of hyphenated compounds - + Correction of altered patterns - 2.0 Fix for words with apostrophe - 1.0 First conversion - - This dictionary is suitable for all regional varieties of French. diff --git a/fr_FR/description.xml b/fr_FR/description.xml index 0bd41a5..dfeb6de 100644 --- a/fr_FR/description.xml +++ b/fr_FR/description.xml @@ -1,18 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - <version value="7.0" /> + <!-- http://wiki.services.openoffice.org/wiki/Extension_Dictionaries --> + <!--<registration> + <simple-license accept-by="admin" suppress-on-update="false" > + <license-text xlink:href="dictionaries/README_fr.txt" lang="fr" /> + </simple-license> + </registration>--> + <version value="7.7" /> <identifier value="French.linguistic.resources.from.Dicollecte.by.OlivierR" /> <display-name> - <name lang="en-US">French spelling dictionary, hyphenation rules, and thesaurus</name> + <name lang="fr">Dictionnaires français.</name> </display-name> <platform value="all" /> <dependencies> <OpenOffice.org-minimal-version value="3.2" d:name="OpenOffice.org 3.2" /> </dependencies> <icon> - <default xlink:href="icon.png" /> + <default xlink:href="french_flag.png" /> </icon> <publisher> - <name xlink:href="http://www.dicollecte.org/" lang="fr">Dicollecte</name> + <name xlink:href="https://grammalecte.net/" lang="fr">Dicollecte</name> </publisher> + <!--<update-information> + <src xlink:href="https://grammalecte.net/grammalecte/oxt/dictionaries.update.xml" /> + </update-information>--> </description> diff --git a/fr_FR/dictionaries.xcu b/fr_FR/dictionaries.xcu index 6b571b0..7e40490 100644 --- a/fr_FR/dictionaries.xcu +++ b/fr_FR/dictionaries.xcu @@ -2,7 +2,7 @@ <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office"> <node oor:name="ServiceManager"> <node oor:name="Dictionaries"> - <node oor:name="HunSpellDic_fr-moderne" oor:op="fuse"> + <node oor:name="HunSpellDic_fr" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/fr.aff %origin%/fr.dic</value> </prop> @@ -10,10 +10,11 @@ <value>DICT_SPELL</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC</value> + <value>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC fr-BF fr-CI fr-SN fr-ML fr-NE fr-TG fr-BJ</value> + <!-- France, Belgique, Canada, Suisse, Luxembourg, Monaco --> + <!-- Burkina Faso, Côte d’Ivoire, Sénégal, Mali, Niger, Togo, Benin --> </prop> </node> - <node oor:name="HyphDic_fr" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/hyph_fr.dic</value> @@ -22,10 +23,9 @@ <value>DICT_HYPH</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>fr-FR fr-BE fr-CA fr-CH fr-MC fr-LU</value> + <value>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC fr-BF fr-CI fr-SN fr-ML fr-NE fr-TG fr-BJ</value> </prop> </node> - <node oor:name="ThesDic_fr" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/thes_fr.dat %origin%/thes_fr.idx</value> @@ -34,11 +34,9 @@ <value>DICT_THES</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>fr-FR fr-BE fr-CA fr-CH fr-MC fr-LU</value> + <value>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC fr-BF fr-CI fr-SN fr-ML fr-NE fr-TG fr-BJ</value> </prop> </node> </node> </node> </oor:component-data> - - diff --git a/fr_FR/README_fr.txt b/fr_FR/dictionaries/README_dict_fr.txt similarity index 99% rename from fr_FR/README_fr.txt rename to fr_FR/dictionaries/README_dict_fr.txt index e7ec832..fc74384 100644 --- a/fr_FR/README_fr.txt +++ b/fr_FR/dictionaries/README_dict_fr.txt @@ -1,7 +1,7 @@ _______________________________________________________________________________ DICTIONNAIRES ORTHOGRAPHIQUES FRANÇAIS - version 7.0 + version 7.7 Olivier R. https://grammalecte.net/ diff --git a/fr_FR/dictionaries/README_hyph_fr-3.0.txt b/fr_FR/dictionaries/README_hyph_fr-3.0.txt new file mode 100644 index 0000000..2bcfa4b --- /dev/null +++ b/fr_FR/dictionaries/README_hyph_fr-3.0.txt @@ -0,0 +1,72 @@ +_____________________________________________________________________________ + + Motifs de division des mots pour le français (fr) + Version 3.0.1 + + Licence : GNU LGPL. + + Origine : Basé sur les motifs de division de TeX *hyph-fr.tex*, + version renommée (juin 2008) du fichier *frhyph.tex* (V2.12, 2002/12/11) + pour la cohérence avec d'autres fichiers de motifs de division + de la collection hyph-utf8. Voir http://tug.org/tex-hyphen + pour plus d'informations. + Les motifs de division de TeX sont publiés sous la licence LaTeX + Project Public License (LPPL) -- http://www.latex-project.org/lppl.txt + + Licence : Les adaptations pour OpenOffice.org sont publiées sous la licence + GNU Lesser General Public License (LGPL) + version 2.1 ou supérieure -- http://www.gnu.org/licenses/ + + Auteurs : + 3.0 Marc Lodewijck <[email protected]> + 2.0 Paul Pichaureau <[email protected]> + 1.0 Blaise Drayer <[email protected]> + + Journal : + 3.0.1 Correction d’un bug: COUMPOUNDLEFTHYPHENMIN -> COMPOUNDLEFTHYPHENMIN + 3.0 Nouvelle version révisée et augmentée : + + Conversion au format de codage Unicode UTF-8 + + Traitement des noms composés à trait d'union + + Redressement de motifs altérés + 2.0 Traitement des mots avec apostrophe + 1.0 Première conversion + + Ce dictionnaire devrait être conforme à toutes les variantes régionales du + français. + +_____________________________________________________________________ + + French word hyphenation patterns + Version 3.0 + + Language: French (fr). + + License: GNU LGPL. + + Origin: Based on the TeX hyphenation tables *hyph-fr.tex*, + renamed (June 2008) from *frhyph.tex* (V2.12, 2002/12/11) + for consistency with other files with hyphenation patterns + in hyph-utf8 package. See http://tug.org/tex-hyphen for more details. + The TeX hyphenation tables are released under the LaTeX Project + Public License (LPPL) -- http://www.latex-project.org/lppl.txt + + License: OpenOffice.org adaptions of this package are licensed under the + GNU Lesser General Public License (LGPL) + version 2.1 or higher -- http://www.gnu.org/licenses/ + + Authors: + 3.0 Marc Lodewijck <[email protected]> + 2.0 Paul Pichaureau <[email protected]> + 1.0 Blaise Drayer <[email protected]> + + Log: + 3.0.1 Bug fix: COUMPOUNDLEFTHYPHENMIN -> COMPOUNDLEFTHYPHENMIN + 3.0 New revised and expanded version: + + Conversion to UTF-8 Unicode encoding + + Processing of hyphenated compounds + + Correction of altered patterns + 2.0 Fix for words with apostrophe + 1.0 First conversion + + This dictionary is based on syllable matching patterns and therefore should + be usable under other variations of French. diff --git a/fr_FR/README_thes_fr.txt b/fr_FR/dictionaries/README_thes_fr.txt similarity index 97% rename from fr_FR/README_thes_fr.txt rename to fr_FR/dictionaries/README_thes_fr.txt index fafdbad..400e9b9 100644 --- a/fr_FR/README_thes_fr.txt +++ b/fr_FR/dictionaries/README_thes_fr.txt @@ -6,7 +6,7 @@ _______________________________________________________________________________ Par Frédéric Labbé Pour les mises à jour, allez sur Dicollecte : - http://www.dicollecte.org/home.php?prj=fr + https://grammalecte.net/home.php?prj=fr Licence: LGPL : GNU Lesser General Public License diff --git a/fr_FR/fr.aff b/fr_FR/dictionaries/fr.aff similarity index 99% rename from fr_FR/fr.aff rename to fr_FR/dictionaries/fr.aff index 342da61..bc5cee8 100644 --- a/fr_FR/fr.aff +++ b/fr_FR/dictionaries/fr.aff @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “CLASSIQUE” v7.0 +# AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS “CLASSIQUE” v7.7 # par Olivier R. -- licence MPL 2.0 # Pour améliorer le dictionnaire, allez sur https://grammalecte.net/ @@ -2413,50 +2413,6 @@ SFX iK quérir quiers/n'l'm't' quérir SFX iK quérir quérons/n'l't' quérir SFX iK quérir quérez/n'l'm' quérir -SFX iM Y 42 -SFX iM quérir quérir/n'q'd'l'm't's' quérir -SFX iM quérir quérant/n'q'd'l'm't's' quérir -SFX iM quérir quis/L'D'Q' quérir -SFX iM quérir quise/L'D'Q' quérir -SFX iM quérir quises/D'Q' quérir -SFX iM quérir quiers/j'n'q'l'm't' quérir -SFX iM quérir quiert/n'q'l'm't's' quérir -SFX iM quérir quérons/n'q'l't' quérir -SFX iM quérir quérez/n'q'l'm' quérir -SFX iM quérir quièrent/n'q'l'm't's' quérir -SFX iM quérir quérais/j'n'q'l'm't' quérir -SFX iM quérir quérait/n'q'l'm't's' quérir -SFX iM quérir quérions/n'q'l't' quérir -SFX iM quérir quériez/n'q'l'm' quérir -SFX iM quérir quéraient/n'q'l'm't's' quérir -SFX iM quérir quis/j'n'q'l'm't' quérir -SFX iM quérir quit/n'q'l'm't's' quérir -SFX iM quérir quîmes/n'q'l't' quérir -SFX iM quérir quîtes/n'q'l'm' quérir -SFX iM quérir quirent/n'q'l'm't's' quérir -SFX iM quérir querrai/j'n'q'l'm't' quérir -SFX iM quérir querras/n'q'l'm't' quérir -SFX iM quérir querra/n'q'l'm't's' quérir -SFX iM quérir querrons/n'q'l't' quérir -SFX iM quérir querrez/n'q'l'm' quérir -SFX iM quérir querront/n'q'l'm't's' quérir -SFX iM quérir querrais/j'n'q'l'm't' quérir -SFX iM quérir querrait/n'q'l'm't's' quérir -SFX iM quérir querrions/n'q'l't' quérir -SFX iM quérir querriez/n'q'l'm' quérir -SFX iM quérir querraient/n'q'l'm't's' quérir -SFX iM quérir quière/j'n'q'l'm't's' quérir -SFX iM quérir quières/n'q'l'm't' quérir -SFX iM quérir quisse/j'n'q'l'm't' quérir -SFX iM quérir quisses/n'q'l'm't' quérir -SFX iM quérir quît/n'q'l'm't's' quérir -SFX iM quérir quissions/n'q'l't' quérir -SFX iM quérir quissiez/n'q'l'm' quérir -SFX iM quérir quissent/n'q'l'm't's' quérir -SFX iM quérir quiers/n'l'm't' quérir -SFX iM quérir quérons/n'l't' quérir -SFX iM quérir quérez/n'l'm' quérir - SFX iN Y 41 SFX iN uir uir/n'q'd'l'm't's' fuir SFX iN uir uyant/n'q'd'l'm't's' fuir @@ -5020,7 +4976,7 @@ SFX xM ourdre ourde/n'q'l'm't's' sourdre SFX xM ourdre ourdît/n'q'l'm't's' sourdre SFX xM ourdre ourdissent/n'q'l'm't's' sourdre -SFX xN Y 46 +SFX xN Y 48 SFX xN soudre soudre/n'q'd'l'm't's' soudre SFX xN soudre solvant/n'q'd'l'm't's' soudre SFX xN soudre solu/L'D'Q' résoudre @@ -5028,6 +4984,8 @@ SFX xN soudre solus/D'Q' résoudre SFX xN soudre solue/L'D'Q' résoudre SFX xN soudre solues/D'Q' résoudre SFX xN soudre sous/L'D'Q' soudre +SFX xN soudre sout/L'D'Q' soudre +SFX xN soudre souts/D'Q' soudre SFX xN soudre soute/L'D'Q' soudre SFX xN soudre soutes/D'Q' soudre SFX xN soudre sous/j'n'q'l'm't' soudre diff --git a/fr_FR/fr.dic b/fr_FR/dictionaries/fr.dic similarity index 98% rename from fr_FR/fr.dic rename to fr_FR/dictionaries/fr.dic index 40ec599..fdb058b 100644 --- a/fr_FR/fr.dic +++ b/fr_FR/dictionaries/fr.dic @@ -1,4 +1,4 @@ -84172 +84782 - 1er/-- 1ers/-- @@ -152,6 +152,8 @@ Activision/L'D'Q' ActivityPub/L'D'Q' ActivityStreams/L'D'Q' Ac₂O₃/L'D'Q' +Ada/L'D'Q' +Ada/L'D'Q' Adalbert/L'D'Q' Adam/L'D'Q' Adama/L'D'Q' @@ -368,6 +370,7 @@ Alexia/L'D'Q' Alexian/L'D'Q' Alexiane/L'D'Q' Alexis/L'D'Q' +Alfheim/L'D'Q' Alfonso/L'D'Q' Alfortville/L'D'Q' Alfred/L'D'Q' @@ -375,6 +378,7 @@ Algarve/L'D'Q' Alger/L'D'Q' Algérie/L'D'Q' Algésiras/L'D'Q' +Algol/L'D'Q' Alhambra/L'D'Q' Alhazred/L'D'Q' Ali/L'D'Q' @@ -472,6 +476,8 @@ Amédée/L'D'Q' Amel/L'D'Q' Amélia/L'D'Q' Amélie/L'D'Q' +Amélien/L'D'Q' +Améline/L'D'Q' Amelle/L'D'Q' Aménophis/L'D'Q' Amérique/S. @@ -546,6 +552,7 @@ Angleterre/L'D'Q' Angola/L'D'Q' Angoulême/L'D'Q' Angoumois/L'D'Q' +Angrboda/L'D'Q' Ångström/L'D'Q' Anguilla/L'D'Q' Angus/L'D'Q' @@ -617,6 +624,7 @@ Apollinaire/L'D'Q' Apolline/L'D'Q' Apollodore/L'D'Q' Apollon/L'D'Q' +Apollonia/L'D'Q' Apollonius/L'D'Q' Apophis/L'D'Q' Appalaches/D'Q' @@ -723,6 +731,7 @@ AsO₂/L'D'Q' AsP₃/L'D'Q' Ascalon/L'D'Q' Ascq/L'D'Q' +Ase/S. Asgard/L'D'Q' Ashleigh/L'D'Q' Ashley/L'D'Q' @@ -827,6 +836,7 @@ Aurèle/L'D'Q' Aurélia/L'D'Q' Aurélie/L'D'Q' Aurélien/L'D'Q' +Auréline/L'D'Q' Aurelio/L'D'Q' Auriane/L'D'Q' Aurillac/L'D'Q' @@ -970,6 +980,7 @@ Bajazet/L'D'Q' Bakersfield Bakou/L'D'Q' Bakounine/L'D'Q' +Baldr/L'D'Q' Bâle/L'D'Q' Bâle-Campagne/L'D'Q' Bâle-Ville/L'D'Q' @@ -1099,6 +1110,7 @@ Begijnendijk/L'D'Q' Bègles/L'D'Q' Behren-lès-Forbach/L'D'Q' Beijing/L'D'Q' +Beksinski/L'D'Q' Belcastel/L'D'Q' Belém Belfast/L'D'Q' @@ -1240,12 +1252,14 @@ Bichkek/L'D'Q' Bidassoa/L'D'Q' Bidauld/L'D'Q' Bidault/L'D'Q' +Biden Bieberbach/L'D'Q' Bielefeld/L'D'Q' Biélorussie/L'D'Q' Bienne/L'D'Q' Bienvenüe/L'D'Q' Bierné/L'D'Q' +Bifröst/L'D'Q' BigBlueButton/L'D'Q' Bihar/L'D'Q' Bilal/L'D'Q' @@ -1505,6 +1519,7 @@ Bry-sur-Marne/L'D'Q' Br₂/L'D'Q' Br₂O₅/L'D'Q' Bucarest/L'D'Q' +Buckingham Budapest/L'D'Q' Buenos/L'D'Q' Buffalo/L'D'Q' @@ -1887,6 +1902,7 @@ CdTeO₄/L'D'Q' CdTiO₃/L'D'Q' CdWO₄/L'D'Q' CdZrO₃/L'D'Q' +Cdiscount Cd₂Nb₂O₇/L'D'Q' Cd₃As₂/L'D'Q' Cd₃P₂/L'D'Q' @@ -2156,6 +2172,7 @@ Cléa/L'D'Q' Clélia/L'D'Q' Clémence/L'D'Q' Clemenceau/L'D'Q' +Clemens/L'D'Q' Clément/L'D'Q' Clémentine/L'D'Q' Cléo/L'D'Q' @@ -2996,6 +3013,7 @@ Debord/L'D'Q' Debra/L'D'Q' Debrecen/L'D'Q' Debussy/L'D'Q' +Decathlon Décines-Charpieu/L'D'Q' Dedekind/L'D'Q' Deerlijk/L'D'Q' @@ -3087,7 +3105,9 @@ Dijkstra/L'D'Q' Dijon/L'D'Q' Dilbeek/L'D'Q' Dilsen-Stokkem/L'D'Q' +Dimitra Dimitri/L'D'Q' +Dimitris Dina/L'D'Q' Dinan/L'D'Q' Dinant/L'D'Q' @@ -3358,6 +3378,7 @@ Eliott/L'D'Q' Élisabeth/L'D'Q' Élise/L'D'Q' Élisée/L'D'Q' +Élivágar/L'D'Q' Eliza/L'D'Q' Elizabeth/L'D'Q' Ellen/L'D'Q' @@ -3412,8 +3433,10 @@ Eo/||-- Éos/L'D'Q' Épernay/L'D'Q' Éphèse/L'D'Q' +Éphraïm/L'D'Q' Épictète/L'D'Q' Épicure/L'D'Q' +Épidaure/L'D'Q' Épiméthée/L'D'Q' Épinal/L'D'Q' Épinay-sous-Sénart/L'D'Q' @@ -3487,6 +3510,7 @@ Estrémadure/L'D'Q' Estrie/L'D'Q' Étampes/L'D'Q' Etan/L'D'Q' +Étan/L'D'Q' Étang-Salé/L'D'Q' Étaples/L'D'Q' État-nation/L'D'Q' @@ -3714,6 +3738,7 @@ Félix/L'D'Q' Feller/L'D'Q' Femke/L'D'Q' Fénelon/L'D'Q' +Fenrir/L'D'Q' Ferdinand/L'D'Q' Férée/L'D'Q' Ferenczi/L'D'Q' @@ -3838,6 +3863,7 @@ Fouché/L'D'Q' Fougères/L'D'Q' Fourier/L'D'Q' Fourmies/L'D'Q' +Fourvière/L'D'Q' FrAndroid/L'D'Q' Fragonard/L'D'Q' Fraïssé/L'D'Q' @@ -3903,6 +3929,7 @@ Freya/L'D'Q' Freyja/L'D'Q' Freyming-Merlebach/L'D'Q' Freymuth/L'D'Q' +Freyr Fribourg/L'D'Q' Frichemesnil/L'D'Q' Frida/L'D'Q' @@ -3911,6 +3938,7 @@ Friedman/L'D'Q' Friedmann/L'D'Q' Friedrich/L'D'Q' Friendica/L'D'Q' +Frigg/L'D'Q' Frioul/L'D'Q' Fritz/L'D'Q' Frobenius/L'D'Q' @@ -4288,6 +4316,7 @@ Gimp/L'D'Q' Gina/L'D'Q' Ginette/L'D'Q' Ginger/L'D'Q' +Ginnungagap/L'D'Q' Gino/L'D'Q' Gio/||-- Giono/L'D'Q' @@ -4366,6 +4395,7 @@ Goursat/L'D'Q' Goussainville/L'D'Q' Goya/L'D'Q' Graal/L'D'Q' +Grabels/L'D'Q' Grace/L'D'Q' Grâce-Hollogne/L'D'Q' Gradignan/L'D'Q' @@ -4522,6 +4552,7 @@ Haacht/L'D'Q' Haaltert/L'D'Q' Haar/L'D'Q' Habacuc/L'D'Q' +Habermas/L'D'Q' Habib/L'D'Q' Habsbourg/L'D'Q' Hachette/L'D'Q' @@ -4656,14 +4687,17 @@ Heidegger/L'D'Q' Heidelberg/L'D'Q' Heidi/L'D'Q' Heilongjiang/L'D'Q' +Heimdall/L'D'Q' Heimlich/L'D'Q' Heinrich/L'D'Q' Heisenberg/L'D'Q' Heist-op-den-Berg/L'D'Q' +Hel/L'D'Q' Helen/L'D'Q' Helena/L'D'Q' Héléna/L'D'Q' Hélène/L'D'Q' +Helheim/L'D'Q' Helianthus/L'D'Q' Hélicon/L'D'Q' Héliogabale/L'D'Q' @@ -4839,6 +4873,7 @@ Hubzilla/L'D'Q' Hudson/L'D'Q' Huelgoat/L'D'Q' Hugh/L'D'Q' +Huginn/L'D'Q' Hugo/L'D'Q' Hugo/L'D'Q' Hugues/L'D'Q' @@ -5055,6 +5090,7 @@ Intel/L'D'Q' Intermarché/L'D'Q' Internet/L'D'Q' Interpol/L'D'Q' +Inverness/L'D'Q' In₂O₃/L'D'Q' In₂Se₃/L'D'Q' In₂S₃/L'D'Q' @@ -5079,6 +5115,7 @@ Irina/L'D'Q' Irkoutsk/L'D'Q' Irlande/L'D'Q' Iroise/L'D'Q' +Irving/L'D'Q' Isa/L'D'Q' Isaac/L'D'Q' Isabeau/L'D'Q' @@ -5105,6 +5142,7 @@ Ismaël/L'D'Q' Ismaïl/L'D'Q' Ismérie/L'D'Q' Isobel/L'D'Q' +Isolde/L'D'Q' Ispahan/L'D'Q' Israël/L'D'Q' Issoire/L'D'Q' @@ -5237,6 +5275,7 @@ Jeff/L'D'Q' Jefferson/L'D'Q' Jeffrey/L'D'Q' Jéhovah/L'D'Q' +Jeju Jelena/L'D'Q' Jemappes/L'D'Q' Jemeppe-sur-Sambre/L'D'Q' @@ -5316,6 +5355,7 @@ Jorge/L'D'Q' Jorgen/L'D'Q' Joris/L'D'Q' Jörmungand/L'D'Q' +Jörmungand/L'D'Q' José/L'D'Q' Josée/L'D'Q' Josef/L'D'Q' @@ -5330,6 +5370,7 @@ Joshua/L'D'Q' Josiane/L'D'Q' Josie/L'D'Q' Josué/L'D'Q' +Jötunheim/L'D'Q' Joucas/L'D'Q' Joué-lès-Tours/L'D'Q' Joule/L'D'Q' @@ -5475,6 +5516,7 @@ Kasterlee/L'D'Q' Kastler/L'D'Q' Katalin/L'D'Q' Katanga/L'D'Q' +Katarina Kate/L'D'Q' Katherina/L'D'Q' Katherine/L'D'Q' @@ -5488,6 +5530,7 @@ Katja/L'D'Q' Katmandou/L'D'Q' Katniss/L'D'Q' Katowice/L'D'Q' +Katrina Katy/L'D'Q' Katznelson/L'D'Q' Kaunas/L'D'Q' @@ -5605,6 +5648,7 @@ Koch/L'D'Q' Kochi Kodaira/L'D'Q' Koekelberg/L'D'Q' +Koenigsberg/L'D'Q' Koharu/L'D'Q' Kolkata/L'D'Q' Kolmogorov/L'D'Q' @@ -5746,6 +5790,7 @@ Lambersart/L'D'Q' Lambert/L'D'Q' Lamborghini/L'D'Q' Lamentin/L'D'Q' +Lamia Lana/L'D'Q' Lanaken/L'D'Q' Lanaudière/L'D'Q' @@ -5815,6 +5860,7 @@ Laxou/L'D'Q' Lazare/L'D'Q' La₂O₃/L'D'Q' Léa/L'D'Q' +Léah/D'Q' Leah/L'D'Q' Léandre/L'D'Q' Léane/L'D'Q' @@ -6064,6 +6110,7 @@ Loïs/L'D'Q' Loïse/L'D'Q' Lojasiewicz/L'D'Q' Lokeren/L'D'Q' +Loki/L'D'Q' Lola/L'D'Q' Lolium/L'D'Q' Lombardi/L'D'Q' @@ -6239,6 +6286,7 @@ Mac/L'D'Q' MacLane/L'D'Q' Mac-Mahon/L'D'Q' Macao/L'D'Q' +Maccabée/S. Macdonald/L'D'Q' Macédoine/L'D'Q' Mach/L'D'Q' @@ -6265,6 +6313,7 @@ Maëlys/L'D'Q' Maeterlinck/L'D'Q' Maeva/L'D'Q' Maéva/L'D'Q' +Maeve Magali/L'D'Q' Magalie/L'D'Q' Magda/L'D'Q' @@ -6409,6 +6458,7 @@ Margo/L'D'Q' Margot/L'D'Q' Marguerite/L'D'Q' Maria/L'D'Q' +Mariah Mariam/L'D'Q' Mariame/L'D'Q' Mariangela/L'D'Q' @@ -6736,6 +6786,7 @@ Micheline/L'D'Q' Michelle/L'D'Q' Michelson/L'D'Q' Michigan/L'D'Q' +Michka Mickaël/L'D'Q' Micronésie/L'D'Q' Micropub/L'D'Q' @@ -6758,6 +6809,7 @@ Milan/L'D'Q' Milankovitch/L'D'Q' Mildred/L'D'Q' Milena/L'D'Q' +Miles Milgram/L'D'Q' Milhaud/L'D'Q' Mill/L'D'Q' @@ -6807,9 +6859,11 @@ Mithridate/L'D'Q' Mitnick/L'D'Q' Mitry-Mory/L'D'Q' Mitsubishi/L'D'Q' +Mitsuko Mittelhausbergen/L'D'Q' Mitterrand/L'D'Q' Miyabi/L'D'Q' +Mjöllnir/L'D'Q' Mlle/S. Mme/S. MnBr₂/L'D'Q' @@ -6947,6 +7001,7 @@ Morel/L'D'Q' Morera/L'D'Q' Moresby/L'D'Q' Morgan/L'D'Q' +Morgana Morgane/L'D'Q' Morin/L'D'Q' Morlaix/L'D'Q' @@ -6956,6 +7011,7 @@ Mornans/L'D'Q' Mornas/L'D'Q' Morne-à-l'Eau/L'D'Q' Morphée/L'D'Q' +Morrigan/L'D'Q' Morsang-sur-Orge/L'D'Q' Morse/L'D'Q' Morteau/L'D'Q' @@ -7007,6 +7063,7 @@ Mumbai/L'D'Q' Munch/L'D'Q' Münchhausen/L'D'Q' Munich/L'D'Q' +Muninn/L'D'Q' Münster/L'D'Q' Murcie/L'D'Q' Mureaux/D'Q' @@ -7015,6 +7072,7 @@ Muriel/L'D'Q' Murielle/L'D'Q' Murphy/L'D'Q' Murray/L'D'Q' +Muspellheim/L'D'Q' Musset/L'D'Q' Mussolini/L'D'Q' Mustafa/L'D'Q' @@ -7139,6 +7197,7 @@ Nasdaq/L'D'Q' Nash/L'D'Q' Nashik Nashville/L'D'Q' +Nassau Nasser/L'D'Q' Nassera/L'D'Q' Nassim/L'D'Q' @@ -7285,6 +7344,7 @@ Nicolette/L'D'Q' Nicomaque/L'D'Q' Nicomédie/L'D'Q' Nicosie/L'D'Q' +Nidavellir/L'D'Q' Nidwald/L'D'Q' Niel/L'D'Q' Niels/L'D'Q' @@ -7292,6 +7352,7 @@ Niépce/L'D'Q' Nietzsche/L'D'Q' Nieuport/L'D'Q' Nièvre/L'D'Q' +Niflheim/L'D'Q' Nigel/L'D'Q' Niger/L'D'Q' Nigeria/L'D'Q' @@ -7355,6 +7416,7 @@ Nord-Pas-de-Calais/L'D'Q' Nord-du-Québec/L'D'Q' Nordine/L'D'Q' Norfolk/L'D'Q' +Noriko Norique/L'D'Q' Norma/L'D'Q' Norman/L'D'Q' @@ -8071,6 +8133,7 @@ QI/L'D'Q' Qatar/L'D'Q' Qingdao Qinghai/L'D'Q' +Qohélet/L'D'Q' Qualitel/L'D'Q' Quanzhou Quaregnon/L'D'Q' @@ -8136,6 +8199,7 @@ Rafale/L'D'Q' Raffaella/L'D'Q' Ragnar/L'D'Q' Ragnarök/L'D'Q' +Ragnarök/L'D'Q' Raimondo/L'D'Q' Raincy/L'D'Q' Raismes/L'D'Q' @@ -8323,6 +8387,7 @@ Rivery/L'D'Q' Riviera/L'D'Q' Rivière-Pilote/L'D'Q' Rivière-Salée/L'D'Q' +Rivoli Rixensart/L'D'Q' Rixheim/L'D'Q' Riyad/L'D'Q' @@ -8397,6 +8462,7 @@ Roquebrune-sur-Argens/L'D'Q' Rorschach/L'D'Q' Rosa/L'D'Q' Rosalie/L'D'Q' +Rosalinde/L'D'Q' Rosario/L'D'Q' Rose/L'D'Q' Rose-Marie/L'D'Q' @@ -8681,6 +8747,7 @@ Saintes/L'D'Q' Saintonge/L'D'Q' Sajous/L'D'Q' Sakharov/L'D'Q' +Sakura Salaberry-de-Valleyfield/L'D'Q' Saladin/L'D'Q' Salamanque/L'D'Q' @@ -8710,6 +8777,7 @@ Samarcande/L'D'Q' Samarie/L'D'Q' Sambre/L'D'Q' Sambreville/L'D'Q' +Samhain Sami/L'D'Q' Samia/L'D'Q' Samir/L'D'Q' @@ -8830,6 +8898,7 @@ Schrödinger/L'D'Q' Schtroumpf/S. Schtroumpfette/S. Schubert/L'D'Q' +Schuman/L'D'Q' Schumann/L'D'Q' Schumpeter/L'D'Q' Schur/L'D'Q' @@ -9027,6 +9096,7 @@ Si₃N₄/L'D'Q' Skopje/L'D'Q' Slackware/L'D'Q' Slate +Sleipnir/L'D'Q' Slimane/L'D'Q' Slimane-Baptiste/L'D'Q' Slovaquie/L'D'Q' @@ -9237,6 +9307,7 @@ Suzuki/L'D'Q' Suzy/L'D'Q' Sv/U.||-- Svalbard/L'D'Q' +Svartalfheim/L'D'Q' Sven/L'D'Q' Sverdlovsk/L'D'Q' Svetlana/L'D'Q' @@ -9265,6 +9336,7 @@ Symantec/L'D'Q' Syngenta/L'D'Q' Syracuse/L'D'Q' Syrie/L'D'Q' +Syrte SysML/L'D'Q' Sysdream/L'D'Q' Szczecin/L'D'Q' @@ -9450,6 +9522,7 @@ Théodoric/L'D'Q' Théodose/L'D'Q' Théodule/L'D'Q' Théophile/L'D'Q' +Théophraste Theresa/L'D'Q' Thérésa/L'D'Q' Thérèse/L'D'Q' @@ -9514,6 +9587,7 @@ Tikal/L'D'Q' Tillier/L'D'Q' Tim/L'D'Q' Timéo/L'D'Q' +Times Timisoara/L'D'Q' Timor/L'D'Q' Timothée/L'D'Q' @@ -9688,6 +9762,7 @@ Typhaine/L'D'Q' Tyrol/L'D'Q' Tyrone/L'D'Q' Tórshavn/L'D'Q' +Týr/L'D'Q' T₂O/L'D'Q' UBr₂/L'D'Q' UBr₃/L'D'Q' @@ -9826,6 +9901,8 @@ Valérien/L'D'Q' Valéry/L'D'Q' Valette-du-Var/L'D'Q' Valgrind/L'D'Q' +Valhalla/L'D'Q' +Valhalla/L'D'Q' Valjean/L'D'Q' Valladolid/L'D'Q' Vallauris/L'D'Q' @@ -9835,9 +9912,11 @@ Valois/L'D'Q' Valorex/L'D'Q' Valparaiso/L'D'Q' Valy/L'D'Q' +Vanaheim/L'D'Q' Vancouver/L'D'Q' Vandœuvre/L'D'Q' Vandœuvre-lès-Nancy/L'D'Q' +Vane/S. Vanessa/L'D'Q' Vanina/L'D'Q' Vannes/L'D'Q' @@ -10582,6 +10661,7 @@ Zeeman/L'D'Q' Zélande/L'D'Q' Zelazny/L'D'Q' Zele/L'D'Q' +Zelensky/L'D'Q' Zelzate/L'D'Q' Zemst/L'D'Q' Zener/L'D'Q' @@ -10665,10 +10745,12 @@ Zygmund/L'D'Q' _ a/L'D'Q' à/L'D'Q'Q*Qj +aa/S. +aalénien/F+ ab/L'D'Q' abaca/S. abacule/S. -abader/d'q'l'm't's' +abader/d'q'n'l'm't's' abaissable/S. abaissant/F. abaissée/S. @@ -10677,9 +10759,9 @@ abaissement/S. abaisser/a0p+ abaisseur/S. abajoue/S. -abalober/d'q'l'm't's' +abalober/d'q'n'l'm't's' abalone/S. -abalourdir/d'q'l'm't's' +abalourdir/d'q'n'l'm't's' abandon/S. abandonnataire/S. abandonnateur/Fc @@ -10723,6 +10805,7 @@ abattre/uA abatture/S. abat-vent/L'D'Q' abat-voix/L'D'Q' +abaya/S. abbasside/S. abbatial/W. abbatiale/S. @@ -10746,8 +10829,8 @@ abdos-fessiers/D'Q' abducteur/Fc abducteur/S. abduction/S. -abeaudir/d'q'l'm't's' -abeausir/d'q'l'm't's' +abeaudir/d'q'n'l'm't's' +abeausir/d'q'n'l'm't's' abécédaire/S. abécher/c0p+ abecquer/a0p+ @@ -10769,17 +10852,17 @@ aberration/S. aberrer/a0p. abessif/S. abêtifié/F. -abêtifier/d'q'l'm't's' +abêtifier/d'q'n'l'm't's' abêtir/f0p+ abêtissant/F. abêtissement/S. abhorrer/a0p+ -abicher/d'q'l'm't's' +abicher/d'q'n'l'm't's' abies/L'D'Q' abiétacée/S. abiétin/F. abiétinée/S. -abigotir/d'q'l'm't's' +abigotir/d'q'n'l'm't's' abillot/S. abîme/S. abîmer/a0p+ @@ -10797,7 +10880,7 @@ ablater/a0p+ ablatif/F. ablatif/S. ablation/S. -ablatir/d'q'l'm't's' +ablatir/d'q'n'l'm't's' able/S. ablégat/S. ableret/S. @@ -10806,11 +10889,11 @@ ablier/S. abloc/S. ablocage/S. abloquer/a0p+ -abloquir/d'q'l'm't's' -abluer/d'q'l'm't's' +abloquir/d'q'n'l'm't's' +abluer/d'q'n'l'm't's' ablutiomanie/S. ablution/S. -ablutionner/d'q'l'm't's' +ablutionner/d'q'n'l'm't's' abnégation/S. aboi/S. aboiement/S. @@ -10848,7 +10931,7 @@ abordeur/S. aborigène/S. aborné/F. abornement/S. -aborner/d'q'l'm't's' +aborner/d'q'n'l'm't's' abortif/F. abortif/S. abot/S. @@ -10860,11 +10943,11 @@ abotter/a0p+ abouchement/S. aboucher/a0p+ abougri/F. -abougrir/d'q'l'm't's' +abougrir/d'q'n'l'm't's' abouler/a0p+ aboulie/S. aboulique/S. -abouquer/d'q'l'm't's' +abouquer/d'q'n'l'm't's' about/S. aboutage/S. aboutement/S. @@ -10873,16 +10956,16 @@ abouteuse/S. aboutir/f0p+ aboutissant/S. aboutissement/S. -aboutonner/d'q'l'm't's' +aboutonner/d'q'n'l'm't's' aboyant/F. aboyer/a0p+ aboyeur/Fs abracadabra/S. abracadabrant/F. abracadabrantesque/S. -abracadabrer/d'q'l'm't's' +abracadabrer/d'q'n'l'm't's' abrahamique/S. -abraquer/d'q'l'm't's' +abraquer/d'q'n'l'm't's' abrasement/S. abraser/a0p+ abrasif/F. @@ -10905,8 +10988,8 @@ abréviatif/F. abréviation/S. abréviativement/L'D'Q' abrévié/F. -abrévier/d'q'l'm't's' -abreyer/d'q'l'm't's' +abrévier/d'q'n'l'm't's' +abreyer/d'q'n'l'm't's' abri/S. abribus/L'D'Q' abricot/L'D'Q' @@ -10914,13 +10997,14 @@ abricot/S. abricoter/a0p+ abricotier/S. abricotine/S. -abrier/d'q'l'm't's' -abriller/d'q'l'm't's' +abrier/d'q'n'l'm't's' +abriller/d'q'n'l'm't's' abri-sous-roche/L'D'Q' abris-sous-roche/D'Q' abriter/a0p+ +abrivado/S. abrivent/S. -abriver/d'q'l'm't's' +abriver/d'q'n'l'm't's' abrogatif/F. abrogation/S. abrogatoire/S. @@ -10938,10 +11022,10 @@ abrutisseur/Fs abscisse/S. abscission/S. abscissique/S. -absconder/d'q'l'm't's' -abscondre/d'q'l'm't's' +absconder/d'q'n'l'm't's' +abscondre/d'q'n'l'm't's' abscons/F. -absconser/d'q'l'm't's' +absconser/d'q'n'l'm't's' absence/S. absent/F. absentéisme/S. @@ -11028,12 +11112,15 @@ académiste/S. acadianisme/S. acadien/F+ acagnarder/a0p+ +açaï/S. acajou/L'D'Q' acajou/S. +acalculie/S. acalèphe/S. acalorique/S. acanthacée/S. acanthaire/S. +acanthaster/S. acanthe/S. acanthocéphale/S. acanthoptérygien/S. @@ -11047,6 +11134,7 @@ acaricide/S. acaride/S. acarien/S. acariose/S. +acarologie/S. acarus/L'D'Q' acatalasémie/S. acatène/S. @@ -11058,7 +11146,7 @@ accablant/F. accablement/S. accabler/a0p+ accalmie/S. -accalmir/d'q'l'm't's' +accalmir/d'q'n'l'm't's' accaparant/F. accaparation/S. accaparement/S. @@ -11115,6 +11203,7 @@ accidentellement/L'D'Q' accidenter/a0p+ accidentogène/S. accidentologie/S. +accidentologique/S. accidentologue/S. accipitridé/S. accise/S. @@ -11125,7 +11214,7 @@ acclimatable/S. acclimatation/S. acclimatement/S. acclimater/a0p+ -accœurer/d'q'l'm't's' +accœurer/d'q'n'l'm't's' accointance/S. accointer/a0p+ accolade/S. @@ -11175,7 +11264,7 @@ accot/S. accotement/S. accoter/a0p+ accotoir/S. -accouardir/d'q'l'm't's' +accouardir/d'q'n'l'm't's' accouchée/S. accouchement/S. accoucher/a0p+ @@ -11220,7 +11309,7 @@ accroche-poisson/S. accrocher/a0p+ accroche-tasse/S. accrocheur/Fs -accroire/d'q'l'm't's' +accroire/d'q'n'l'm't's' accroissement/S. accroître/wV accroupir/f0p+ @@ -11266,6 +11355,8 @@ acescent/F. acésulfame/S. acétabulaire/S. acétabulaire/S. +acétabule/S. +acetabulum/S. acétal/S. acétaldéhyde/S. acétalisation/S. @@ -11312,6 +11403,7 @@ achat/S. ache/S. achéen/F+ acheiropoïète/S. +achéiropoïète/S. achéménide/S. acheminement/S. acheminer/a0p+ @@ -11488,6 +11580,7 @@ actiniaire/S. actinide/S. actinidia/S. actinie/S. +actinine/S. actinique/S. actinisme/S. actinite/S. @@ -11595,10 +11688,12 @@ adduit/S. adèle/S. adelphe/S. adelphie/S. +adelphité/S. adelphophagie/S. adénine/S. adénite/S. adénocarcinome/S. +adénochrome/S. adénogramme/S. adénohypophyse/S. adénoïde/S. @@ -11606,6 +11701,7 @@ adénoïdectomie/S. adénomatose/S. adénome/S. adénomectomie/S. +adénomyose/S. adénopathie/S. adénosarcome/S. adénosine/S. @@ -11690,7 +11786,7 @@ administrable/S. administrateur/Fc administratif/F. administration/S. -administrationaliser/d'q'l'm't's' +administrationaliser/d'q'n'l'm't's' administrativement/L'D'Q' administré/F. administrer/a0p+ @@ -11718,6 +11814,7 @@ adolescence/S. adolescent/F. adonc/L'D'Q' adoncques/L'D'Q' +adonide/S. adonis/L'D'Q' adoniser/a0p+ adonner/a0p+ @@ -11734,6 +11831,7 @@ adorateur/Fc adoration/S. adoré/F. adorer/a0p+ +adornement/S. adorner/a0p+ ados/L'D'Q' adossement/S. @@ -11830,6 +11928,7 @@ aérocâble/S. aéroclub/S. aéro-club/S. aérocolie/S. +aérocondenseur/S. aérodigestif/F. aérodistorsion/S. aérodrome/S. @@ -11848,11 +11947,13 @@ aérogastrie/S. aérogel/S. aérogénérateur/S. aéroglisseur/S. +aérogommeuse/S. aérogramme/S. aérographe/S. aérolite/S. aérolithe/S. aérologie/S. +aérologique/S. aéromancie/S. aéromaritime/S. aéromètre/S. @@ -11884,6 +11985,7 @@ aéroréfrigérant/S. aéroscope/S. aérosol/S. aérosolisation/S. +aérosoliser/a0p+ aérosolthérapie/S. aérosondage/S. aérospatial/W. @@ -11923,7 +12025,7 @@ affaiblissant/F. affaiblissement/S. affaiblisseur/S. affainéanti/F. -affainéantir/d'q'l'm't's' +affainéantir/d'q'n'l'm't's' affaire/S. affairement/S. affairer/a0p+ @@ -12017,7 +12119,7 @@ affolant/F. affolé/F. affolement/S. affoler/a0p+ -affolir/d'q'l'm't's' +affolir/d'q'n'l'm't's' afforestation/S. affouage/S. affouager/F. @@ -12028,6 +12130,7 @@ affouiller/a0p+ affouragement/S. affourager/a0p+ affourcher/a0p+ +affourragement/S. affourrager/a0p+ affranchi/F. affranchir/f0p+ @@ -12063,6 +12166,7 @@ affûteur/Fs affûtiaux/D'Q' affûtoir/S. afghan/F. +afghani/S. afghano-pakistanais/F. afibrinogénémie/S. aficionado/S. @@ -12070,6 +12174,7 @@ afin/D'Q'Q* aflatoxine/S. afocal/W. africain/F. +africanisant/F. africanisation/S. africaniser/a0p+ africanisme/S. @@ -12107,7 +12212,7 @@ agacer/a0p+ agacerie/S. agacin/S. agaillardi/F. -agaillardir/d'q'l'm't's' +agaillardir/d'q'n'l'm't's' agalactie/S. agalaxie/S. agame/S. @@ -12207,6 +12312,7 @@ agnation/S. agnatique/S. agneau/W. agnelage/S. +agnelée/S. agneler/d0p. agnelet/S. agnelin/F. @@ -12253,6 +12359,7 @@ agréage/S. agréation/S. agréer/a0p+ agréeur/Fs +agrégant/S. agrégat/S. agrégateur/S. agrégatif/F. @@ -12269,6 +12376,7 @@ agression/S. agressivement/L'D'Q' agressivité/S. agreste/S. +agribashing/S. agricher/a0p+ agricole/S. agriculteur/Fc @@ -12379,7 +12487,7 @@ aiglon/F+ aigre/S. aigre-douce/L'D'Q' aigre-doux/L'D'Q' -aigrefin/S. +aigrefin/F. aigrelet/F+ aigrement/L'D'Q' aigremoine/S. @@ -12402,6 +12510,7 @@ aiguillage/S. aiguillat/S. aiguille/S. aiguiller/a0p+ +aiguilletage/S. aiguilleter/d0p+ aiguilleteur/Fs aiguillette/S. @@ -12503,14 +12612,14 @@ alabandine/S. alabandite/S. alabastre/S. alabastrite/S. -alâchir/d'q'l'm't's' +alâchir/d'q'n'l'm't's' alacrité/S. alaire/S. alaise/S. alambic/S. alambiquer/a0p+ alandier/S. -alangourer/d'q'l'm't's' +alangourer/d'q'n'l'm't's' alanguir/f0p+ alanguissement/S. alanine/S. @@ -12578,7 +12687,7 @@ alchimie/S. alchimique/S. alchimiquement/L'D'Q' alchimiste/S. -alcoholiser/d'q'l'm't's' +alcoholiser/d'q'n'l'm't's' alcool/S. alcoolat/S. alcoolate/S. @@ -12648,13 +12757,13 @@ alèse/S. aléser/c0p+ aléseur/Fs alésoir/S. -alestir/d'q'l'm't's' +alestir/d'q'n'l'm't's' aléthique/S. aleurite/S. aleurode/S. aleurone/S. alévi/F. -alevin/S. +alevin/F. alevinage/S. aleviner/a0p+ alevinier/F. @@ -12670,6 +12779,7 @@ alexique/S. alexithymie/S. alezan/F. alfa/S. +alfalfa/S. alfange/S. alfatier/F. alfénide/S. @@ -12743,6 +12853,7 @@ aligoté/S. alim/S. aliment/S. alimentaire/S. +alimentarité/S. alimentateur/Fc alimentation/S. alimenter/a0p+ @@ -12794,7 +12905,7 @@ allégeance/S. allégement/S. allègement/S. alléger/c0p+ -allégérir/d'q'l'm't's' +allégérir/d'q'n'l'm't's' allégir/f0p+ allégorie/S. allégorique/S. @@ -12822,6 +12933,7 @@ aller/S. aller/aA allergène/S. allergène/S. +allergénicité/S. allergénique/S. allergie/S. allergique/S. @@ -13054,16 +13166,18 @@ amaigrissement/S. amalgamation/S. amalgame/S. amalgamer/a0p+ +aman/S. amandaie/S. amandé/F. amande/S. amanderaie/S. amandier/S. -amandine/S. +amandin/F. amandon/S. amanite/S. amanitine/S. amant/F. +amantadine/S. amarantacée/S. amarante/L'D'Q' amarante/S. @@ -13103,6 +13217,8 @@ ambifier/a0p+ ambigu/Fx ambiguïté/S. ambigument/L'D'Q' +ambiophonie/S. +ambiophonique/S. ambisexué/F. ambitieusement/L'D'Q' ambitieux/W. @@ -13164,12 +13280,13 @@ aménité/S. amenokal/S. aménokal/S. aménorrhée/S. +amensalisme/S. amentacée/S. amentifère/S. amentifère/S. amenuisement/S. amenuiser/a0p+ -aménuiser/d'q'l'm't's' +aménuiser/d'q'n'l'm't's' amer/F. amer/S. amèrement/L'D'Q' @@ -13207,6 +13324,7 @@ amertume/S. amétabole/S. amétallique/S. améthyste/S. +amétrine/S. amétrope/S. amétropie/S. ameublement/S. @@ -13256,6 +13374,7 @@ aminer/a0p. aminoacide/S. amino-acide/S. aminobutyrique/S. +aminophénol/S. aminoplaste/S. aminoside/S. amiral/W. @@ -13263,7 +13382,9 @@ amiralat/S. amirauté/S. amish/L'D'Q' amitié/S. +amitieux/W. amitose/S. +ammi/S. ammocète/S. ammodyte/S. ammodyte/S. @@ -13402,6 +13523,7 @@ ample/S. amplectif/F. amplement/L'D'Q' ampleur/S. +amplexus/L'D'Q' ampli/S. ampliateur/Fc ampliatif/F. @@ -13465,10 +13587,13 @@ ana/L'D'Q' anabaptisme/S. anabaptiste/S. anabatique/S. +anabiose/S. anabolique/S. anabolisant/F. +anaboliser/a0p+ anabolisme/S. anabolite/S. +anacarde/S. anacardiacée/S. anacardier/S. anachorète/S. @@ -13591,6 +13716,7 @@ anastigmatique/S. anastomose/S. anastomoser/a0p+ anastrophe/S. +anastylose/S. anatase/S. anatexie/S. anathématisation/S. @@ -13652,6 +13778,7 @@ andradite/S. andrène/S. andrinople/S. androcée/S. +androcentrisme/S. androcéphale/S. androconie/S. androgène/S. @@ -13691,6 +13818,8 @@ anémique/S. anémochore/S. anémographe/S. anémomètre/S. +anémométrie/S. +anémométrique/S. anémomorphose/S. anémone/S. anémophile/S. @@ -13872,6 +14001,7 @@ animatique/S. animato/L'D'Q' animatronique/S. animé/S. +anime/S. animelle/S. animer/a0p+ animique/S. @@ -13885,6 +14015,7 @@ anis/L'D'Q' anisakiase/S. aniser/a0p+ anisette/S. +anisochromie/S. anisocorie/S. anisocytose/S. anisogamie/S. @@ -14101,6 +14232,7 @@ anthropocentrisme/S. anthropocentriste/S. anthropogenèse/S. anthropogénie/S. +anthropogénique/S. anthropogonie/S. anthropoïde/S. anthropologie/S. @@ -14122,6 +14254,7 @@ anthroponymie/S. anthroponymique/S. anthropophage/S. anthropophagie/S. +anthropophagique/S. anthropophile/S. anthropophilie/S. anthropopithèque/S. @@ -14148,6 +14281,7 @@ antiaérien/F+ anti-aérien/F+ anti-âge/L'D'Q' anti-âge/L'D'Q' +antiagrégant/F. antialcoolique/S. antialcoolisme/S. antialiasing/S. @@ -14159,6 +14293,7 @@ antiandrogène/S. anti-androgène/S. antiapartheid/L'D'Q' anti-apartheid/L'D'Q' +antiapoplectique/S. antiarthritique/S. anti-arthritique/S. antiarythmique/S. @@ -14280,6 +14415,7 @@ antidoping/L'D'Q' antidote/S. antidouleur/L'D'Q' antidouleur/S. +anti-douleur/S. antidreyfusard/F. antidrogue/L'D'Q' antidumping/L'D'Q' @@ -14288,6 +14424,8 @@ antiéconomique/S. anti-économique/S. antieffraction/L'D'Q' antiélectron/S. +antiélitisme/S. +antiélitiste/S. antiémétique/S. antiémeute/L'D'Q' antienne/S. @@ -14297,6 +14435,7 @@ antiépileptique/S. antiesclavagiste/S. antiétatique/S. antiétatisme/S. +antiétatiste/S. antieuropéen/F+ antifa/S. antifading/S. @@ -14406,6 +14545,7 @@ antimonieux/W. antimoniure/S. antimoral/W. antimousse/S. +antimoustique/S. antimusulman/F. antimycosique/S. antimycosique/S. @@ -14484,6 +14624,8 @@ antiprolifératif/F. antiprotéase/S. antiprotectionniste/S. antiproton/S. +antiprurigineux/W. +antipsorique/S. antipsychiatre/S. antipsychiatrie/S. antipsychiatrique/S. @@ -14506,6 +14648,8 @@ antiraciste/S. antiradar/S. antiradiation/S. anti-radiations/L'D'Q' +anti-rapprochement/L'D'Q' +antirapprochement/L'D'Q' antirationalisme/S. antirationnel/F+ antireflet/S. @@ -14552,6 +14696,7 @@ anti-sionisme/S. antisioniste/S. anti-sioniste/S. antisismique/S. +antiskyrmion/S. antislash/A. antisocial/W. anti-sous-marin/F. @@ -14974,6 +15119,7 @@ apraxie/S. apraxique/S. âpre/S. âprement/L'D'Q' +après/L'D'Q' après/L'D'Q'Q*Qj après-demain/L'D'Q'Q*Qj après-dîner/L'D'Q' @@ -15020,6 +15166,7 @@ aquafortiste/S. aquagym/S. aquamanile/S. aquanaute/S. +aquaphobie/S. aquaplanage/S. aquaplane/S. aquaplaning/S. @@ -15101,6 +15248,7 @@ aranéide/S. aranéologie/S. aranéomorphe/S. arantèle/S. +arase/S. arasement/S. araser/a0p+ aratoire/S. @@ -15246,6 +15394,7 @@ archontat/S. archonte/S. archosaurien/S. archure/S. +arcologie/S. arçon/S. arçonner/a0p+ arcs-boutants/D'Q' @@ -15270,7 +15419,7 @@ ardoise/S. ardoiser/a0p+ ardoiseux/W. ardoisier/F. -ardre/d'q'l'm't's' +ardre/d'q'n'l'm't's' ardu/F. ardûment/L'D'Q' are/S. @@ -15452,6 +15601,7 @@ arôme/S. aronde/S. arpège/S. arpéger/c0p+ +arpégiateur/S. arpent/S. arpentage/S. arpenter/a0p+ @@ -15664,6 +15814,7 @@ artocarpe/S. arum/S. arvale/S. arvale/S. +arverne/S. arvine/S. aryanisation/S. aryanité/S. @@ -15718,6 +15869,7 @@ asexualité/S. asexué/F. asexuel/F+ asexuellement/L'D'Q' +asgardien/F+ ashkenaze/L'D'Q' ashkénaze/S. ashkenazi/D'Q' @@ -15799,7 +15951,7 @@ assassin/F. assassinat/S. assassiner/a0p+ assaut/S. -assavoir/d'q'l'm't's' +assavoir/d'q'n'l'm't's' asse/S. asseau/X. assec/S. @@ -15826,7 +15978,7 @@ asservir/f0p+ asservissant/F. asservissement/S. asservisseur/S. -assesseur/F. +assesseur/F.Gs assette/S. assez/L'D'Q'Q* assibilation/S. @@ -15851,6 +16003,7 @@ assimilat/S. assimilateur/Fc assimilatif/F. assimilation/S. +assimilationnisme/S. assimilationniste/S. assimiler/a0p+ assise/S. @@ -15985,6 +16138,7 @@ astrocyte/S. astrocytome/S. astrographe/S. astrographie/S. +astroïde/S. astrolabe/S. astrolâtrie/S. astrologie/S. @@ -16213,7 +16367,7 @@ attracteur/S. attractif/F. attraction/S. attractivité/S. -attraire/d'q'l'm't's' +attraire/d'q'n'l'm't's' attrait/S. attrapable/S. attrapade/S. @@ -16501,6 +16655,7 @@ autochrome/S. autochromie/S. autochtone/S. autochtonie/S. +autocicatrisant/F. autocinétique/S. autocinétisme/S. autoclavable/S. @@ -16607,6 +16762,7 @@ autogreffe/S. autoguérison/S. autoguidage/S. autoguider/a0p+ +autogyre/S. auto-immun/F. auto-immunisation/S. auto-immunitaire/S. @@ -16682,6 +16838,7 @@ autoporteur/Fs autoportrait/S. autoproclamer/a0p+ autoproduction/S. +autoproduire/yM autopromotion/S. autopropulsé/F. autopropulseur/S. @@ -16700,6 +16857,7 @@ autoradiographie/S. autorafraîchissement/S. auto-rafraîchissement/S. autorail/S. +autorat/S. autoréalisateur/Fc auto-réalisateur/Fc autoréférence/S. @@ -16710,6 +16868,7 @@ autoréglage/S. autorégulateur/Fc autorégulation/S. autoréguler/a0p+ +autoréparant/F. autoreproducteur/Fc autoreproduction/S. autorisateur/Fc @@ -16874,7 +17033,7 @@ avenant/F. avenant/S. avènement/S. avenir/S. -avenir/d'q'l'm't's' +avenir/d'q'n'l'm't's' avent/S. aventure/S. aventurer/a0p+ @@ -17085,6 +17244,7 @@ babine/S. babiole/S. babiroussa/S. babisme/S. +babka/S. bâbord/S. bâbordais/L'D'Q' babouche/S. @@ -17352,6 +17512,7 @@ balise/S. baliser/a0p+ baliseur/S. balisier/S. +balistaire/S. baliste/S. balisticien/F+ balistique/S. @@ -17410,7 +17571,7 @@ baltique/S. baltringue/S. baluchithérium/S. baluchon/S. -baluchonner/d'q'l'm't's' +baluchonner/d'q'n'l'm't's' balustrade/S. balustre/S. balzacien/F+ @@ -17605,6 +17766,7 @@ barda/S. bardaf/L'D'Q' bardage/S. bardane/S. +bardasser/a0p+ barde/F+ barde/S. bardeau/X. @@ -18099,7 +18261,7 @@ belge/S. belgicain/F. belgicisme/S. belgitude/S. -belgo +belgo/L'D'Q' belgo-allemand/F. belgo-congolais/F. belgo-luxembourgeois/F. @@ -18273,6 +18435,8 @@ bernique/S. bernois/F. berrichon/F+ bersaglier/S. +berserk/S. +berthiérite/S. berthon/S. bertillonnage/S. béryl/S. @@ -18401,6 +18565,7 @@ bibeloteur/Fs bibendum/S. biberon/S. biberonner/a0p+ +biberonnerie/S. bibi/S. bibine/S. bibite/S. @@ -18551,7 +18716,7 @@ bientraitance/S. bienveillamment/L'D'Q' bienveillance/S. bienveillant/F. -bienvenir/d'q'l'm't's' +bienvenir/d'q'n'l'm't's' bienvenu/F. bien-vivre/L'D'Q' bien-voulu/F. @@ -18600,6 +18765,7 @@ bignoniacée/S. bignoniacée/S. bigophone/S. bigophoner/a0p. +bigorexie/S. bigorne/S. bigorneau/X. bigorner/a0p+ @@ -18832,6 +18998,7 @@ biome/S. biomécanique/S. biomédecine/S. biomédical/W. +biomédicament/S. biométrie/S. biométrique/S. biomimétique/S. @@ -18845,6 +19012,7 @@ bionique/S. bionomie/S. bionomique/S. biopesticide/S. +biophoton/S. biophotonique/S. biophotonique/S. biophysicien/F+ @@ -18866,8 +19034,10 @@ bioréacteur/S. biorythme/S. biosciences/D'Q' biosécurité/S. +biosignature/S. biosourcé/F. biospéléologie/S. +biospéologie/S. biosphère/S. biosphérisation/S. biostase/S. @@ -19120,7 +19290,7 @@ blanchisserie/S. blanchisseur/Fs blanchité/S. blanchon/S. -blanchoyer/a0p. +blanchoyer/a0p+ blanc-manger/L'D'Q' blancs-becs/D'Q' blanc-seing/L'D'Q' @@ -19220,6 +19390,7 @@ blizzard/S. blob/S. blobloter/a0p. bloc/S. +blocable/S. blocage/S. blocaille/S. bloc-cuisine/L'D'Q' @@ -19360,6 +19531,7 @@ boitillement/S. boitiller/a0p. boit-sans-soif/L'D'Q' boitte/S. +bokeh/S. bol/S. bolas/L'D'Q' bolbécais/F. @@ -19517,6 +19689,7 @@ bordeaux/L'D'Q' bordel/S. bordelais/F. bordélique/S. +bordélisation/S. bordéliser/a0p+ border/a0p+ bordereau/X. @@ -19584,6 +19757,7 @@ bossu/F. bossuer/a0p+ boston/S. bostonien/F+ +bostonnais/F. bostonner/a0p. bostryche/S. bot/F. @@ -20589,6 +20763,7 @@ buffleterie/S. buffletin/S. bufflon/F+ bug/S. +bugger/aH buggy/A. bugle/S. buglosse/S. @@ -20781,6 +20956,7 @@ cabas/L'D'Q' cabasset/S. cabèche/S. cabécou/S. +caberlot/S. cabernet/S. cabestan/S. cabiai/S. @@ -21355,7 +21531,7 @@ canada/S. canadair/S. canadianisme/S. canadien/F+ -canado +canado/L'D'Q' canado-américain/F. canaille/S. canaillement/L'D'Q' @@ -21484,6 +21660,7 @@ canon/S. canon/S. cañon/S. canonial/W. +canonicalisation/S. canonicat/S. canonicité/S. canonique/S. @@ -21852,6 +22029,8 @@ cardinal/X. cardinalat/S. cardinalice/S. cardinalité/S. +cardiocirculatoire/S. +cardio-circulatoire/S. cardiofréquencemètre/S. cardiogénique/S. cardiogramme/S. @@ -22001,6 +22180,7 @@ carpettier/F. carpiculteur/Fc carpiculture/S. carpien/F+ +carpière/S. carpillon/S. carpocapse/S. carpologie/S. @@ -22181,11 +22361,13 @@ cassitérite/S. cassolette/S. casson/S. cassonade/S. +cassos/L'D'Q' cassoulet/S. cassure/S. castagne/S. castagner/a0p+ castagnettes/D'Q' +castagneur/Fs castard/S. castard/S. caste/S. @@ -22512,6 +22694,7 @@ cellulitique/S. celluloïd/S. cellulose/S. cellulosique/S. +célosie/S. celte/S. celtibère/S. celtique/S. @@ -22913,7 +23096,7 @@ chamarrure/S. chambard/S. chambardement/S. chambarder/a0p+ -chambellan/S. +chambellan/F. chambellanie/S. chambérien/F+ chambertin/S. @@ -22963,6 +23146,7 @@ champion/F+ championnat/S. champisse/S. champisse/S. +champlat/S. champlever/b0p+ chamsin/S. chançard/F. @@ -23042,7 +23226,7 @@ chape/S. chapeau/X. chapeautage/S. chapeauter/a0p+ -chapelain/S. +chapelain/F. chapeler/d0p+ chapelet/S. chapelier/F. @@ -23217,6 +23401,7 @@ châtaigner/a0p+ châtaigneraie/S. châtaignier/S. châtain/F. +chatbot/S. château/X. chateaubriand/S. château-fort/L'D'Q' @@ -23328,6 +23513,7 @@ chavillois/F. chavirage/S. chavirement/S. chavirer/a0p+ +chawarma/S. chawer/a0p. chayotte/S. cheap/L'D'Q' @@ -23597,12 +23783,14 @@ chili/S. chiliasme/S. chiliaste/S. chilien/F+ +chiller/a0p. chilopode/S. chimer/a0p+ chimère/S. chimérique/S. chimériquement/L'D'Q' chimérisme/S. +chimichurri/S. chimie/S. chimiluminescence/S. chimio/S. @@ -23705,6 +23893,7 @@ chlordécone/S. chlore/S. chlorer/a0p+ chloreux/W. +chlorhexidine/S. chlorhydrate/S. chlorhydrique/S. chlorique/S. @@ -23949,6 +24138,7 @@ chromotypie/S. chromotypographie/S. chronaxie/S. chronaxique/S. +chronicisation/S. chronicité/S. chronique/S. chronique/S. @@ -24016,6 +24206,7 @@ churro/S. chut/L'D'Q' chute/S. chuter/a0p. +chuteur/S. chutney/S. chyle/S. chylifère/S. @@ -24092,6 +24283,7 @@ ciller/a0p. cimaise/S. cime/S. ciment/S. +cimentaire/S. cimentation/S. cimenter/a0p+ cimenterie/S. @@ -24162,6 +24354,7 @@ cinquante-cinquième/S. cinquante-deux/D'Q' cinquante-deuxième/S. cinquante-et-un/D'Q' +cinquante-et-une/D'Q' cinquante-huit/D'Q' cinquante-huitième/S. cinquantenaire/S. @@ -24352,6 +24545,7 @@ clafoutis/L'D'Q' claie/S. clair/F. clairance/S. +clairaudience/S. clairement/L'D'Q' claires-voies/D'Q' clairet/F+ @@ -24416,6 +24610,7 @@ clarias/L'D'Q' clarificateur/Fc clarification/S. clarifier/a0p+ +clarifloculation/S. clarine/S. clarinette/S. clarinettiste/S. @@ -24667,6 +24862,8 @@ close-combat/S. closerie/S. closoir/S. clostridiale/S. +clostridie/S. +clostridium/S. clôture/S. clôturer/a0p+ clou/S. @@ -24847,10 +25044,12 @@ codébiteur/Fc codec/S. codécider/a0p+ codécision/S. +codéiné/F. codéine/S. codemandeur/Fe coder/a0p+ codes-barres/D'Q' +codésigner/a0p+ codet/S. codétenteur/Fc codétenu/F. @@ -25348,6 +25547,7 @@ commensurabilité/S. commensurable/S. comment commentaire/S. +commentariat/S. commentateur/Fc commenter/a0p+ commérage/S. @@ -25935,6 +26135,7 @@ conformationnel/F+ conforme/S. conformément/L'D'Q' conformer/a0p+ +conformisation/S. conformisme/S. conformiste/S. conformité/S. @@ -26073,7 +26274,7 @@ connexionniste/S. connexité/S. connivence/S. connivent/F. -connobler/d'q'l'm't's' +connobler/d'q'n'l'm't's' connotatif/F. connotation/S. connoter/a0p+ @@ -26413,6 +26614,7 @@ contrastif/F. contrat/S. contravariant/S. contravention/S. +contraventionnalisation/S. contraventionnel/F+ contravis/L'D'Q' contre @@ -26443,8 +26645,8 @@ contrebord contrebouter/a0p+ contrebraquage/S. contre-braquage/S. -contrebraquer/a0p. -contre-braquer/a0p. +contrebraquer/a0p+ +contre-braquer/a0p+ contrebutement/S. contrebuter/a0p+ contre-buter/a0p+ @@ -26956,6 +27158,7 @@ cordonnerie/S. cordonnet/S. cordonnier/F. cordons-bleus/D'Q' +cordouanier/S. cordyline/S. coréalisateur/Fc coréaliser/a0p+ @@ -27043,6 +27246,7 @@ coroutine/S. corozo/S. corporal/X. corporalité/S. +corporate/S. corporatif/F. corporation/S. corporatisme/S. @@ -27321,6 +27525,7 @@ couillon/F+ couillonnade/S. couillonner/a0p+ couillu/F. +couinant/F. couinement/S. couiner/a0p. coulabilité/S. @@ -27446,7 +27651,7 @@ couronne/S. couronnement/S. couronner/a0p+ couroucou/S. -courre/d'q'l'm't's' +courre/d'q'n'l'm't's' courriel/S. courrielleur/S. courrier/F. @@ -27568,6 +27773,7 @@ covariation/S. covecteur/S. covelline/S. covellite/S. +coven/S. covenant/S. covendeur/Fs cover-girl/S. @@ -27578,6 +27784,8 @@ covoitureur/Fs covolume/S. cowboy/S. cow-boy/S. +cow-girl/S. +cowgirl/S. cowper/S. coxal/W. coxalgie/S. @@ -28019,7 +28227,7 @@ cromesquis/L'D'Q' cromlech/S. cromoglycate/S. cromorne/S. -crônir/d'q'l'm't's' +crônir/d'q'n'l'm't's' crooner/S. croquant/F. croque-madame/L'D'Q' @@ -28046,6 +28254,7 @@ cross-country/A. crosse/S. crosser/a0p+ crossette/S. +crossfit/S. crossoptérygien/S. crotale/S. crotaphite/S. @@ -28060,7 +28269,7 @@ croulant/F. croule/S. croulement/S. crouler/a0p. -crounir/d'q'l'm't's' +crounir/d'q'n'l'm't's' croup/S. croupade/S. croupal/W. @@ -28101,6 +28310,7 @@ crucialement/L'D'Q' crucifère/S. crucifère/S. crucifiant/F. +crucificateur/Fc crucifié/F. crucifiement/S. crucifier/a0p+ @@ -28134,6 +28344,7 @@ cryoconservation/S. cryogène/S. cryogénie/S. cryogénique/S. +cryogéniquement cryogénisation/S. cryogéniser/a0p+ cryokinésie/S. @@ -28141,6 +28352,7 @@ cryolite/S. cryolithe/S. cryologie/S. cryométrie/S. +cryophile/S. cryophysique/S. cryo-protection/S. cryoscopie/S. @@ -28318,6 +28530,7 @@ culte/S. cul-terreux/L'D'Q' cultisme/S. cultissime/S. +cultiste/S. cultivable/S. cultivar/S. cultivateur/Fc @@ -28438,7 +28651,7 @@ customisation/S. customiser/a0p+ cutané/F. cut-back/L'D'Q' -cuter/d'q'l'm't's' +cuter/d'q'n'l'm't's' cuti/S. cuticulaire/S. cuticule/S. @@ -28507,6 +28720,7 @@ cybernéticien/F+ cybernétique/S. cybernétique/S. cybernétiquement/L'D'Q' +cybernétiser/a0p+ cyberpatrouille/S. cyberpirate/S. cyberpolice/S. @@ -28519,6 +28733,7 @@ cybersquattage/S. cybersquatter/S. cybersquatter/a0p+ cybersquatteur/Fs +cyberstratégie/S. cyberterrorisme/S. cyberviolence/S. cyborg/S. @@ -28635,6 +28850,7 @@ cystoscopie/S. cystoscopique/S. cystostomie/S. cystotomie/S. +cytaphérèse/S. cytidine/S. cytise/S. cytoarchitectonie/S. @@ -28677,6 +28893,7 @@ czardas/L'D'Q' czimbalum/S. c' c' +ç' c'est-à-dire d/L'D'Q' dB/||-- @@ -28982,6 +29199,7 @@ débouler/a0p+ déboulonnage/S. déboulonnement/S. déboulonner/a0p+ +déboulonneur/Fs débouquement/S. débouquer/a0p. débourbage/S. @@ -29040,6 +29258,7 @@ débudgétisation/S. débudgétiser/a0p+ débugueur/S. débuller/a0p+ +débunker/a0p+ débureaucratisation/S. débureaucratiser/a0p+ débusquement/S. @@ -29195,6 +29414,7 @@ décevoir/pK déchagriner/a0p+ déchaînement/S. déchaîner/a0p+ +déchant/S. déchanter/a0p. déchaper/a0p+ déchaperonner/a0p+ @@ -29298,6 +29518,7 @@ déclaratif/F. déclaration/S. déclaratoire/S. déclarer/a0p+ +déclassé/F. déclassement/S. déclasser/a0p+ déclassification/S. @@ -29335,6 +29556,7 @@ décochement/S. décocher/a0p+ décocté/S. décoction/S. +décodable/S. décodage/S. décoder/a0p+ décodeur/Fs @@ -29363,6 +29585,7 @@ décolleter/d0p+ décolleteur/Fs décolonial/W. décolonialisme/S. +décolonialiste/S. décolonisation/S. décoloniser/a0p+ décolorant/F. @@ -29404,7 +29627,7 @@ déconcentration/S. déconcentrer/a0p+ déconcertant/F. déconcerter/a0p+ -déconcubiner/d'q'l'm't's' +déconcubiner/d'q'n'l'm't's' décondensation/S. décondenser/a0p+ déconditionnement/S. @@ -29420,6 +29643,7 @@ décongestif/F. décongestion/S. décongestionnement/S. décongestionner/a0p+ +déconjugaliser/a0p+ déconnade/S. déconnage/S. déconnant/F. @@ -29465,8 +29689,10 @@ décorativement/L'D'Q' décorcer/a0p+ décorder/a0p+ décorer/a0p+ +décornage/S. décorner/a0p+ décorporation/S. +décorporiser/a0p+ décorrélation/S. décorréler/c0p+ décorticable/S. @@ -29507,7 +29733,7 @@ découvrement/S. découvreur/Fs découvrir/iC décramponner/a0p+ -décrapouiller/d'q'l'm't's' +décrapouiller/d'q'n'l'm't's' décrassage/S. décrassement/S. décrasser/a0p+ @@ -29655,7 +29881,7 @@ défalcation/S. défalquer/a0p+ défanage/S. défarder/a0p+ -défarguer/d'q'l'm't's' +défarguer/d'q'n'l'm't's' défatiguer/a0p+ défaufiler/a0p+ défausse/S. @@ -29783,6 +30009,7 @@ déformable/S. déformant/F. déformateur/Fc déformation/S. +déforme/S. déformer/a0p+ défoulement/S. défouler/a0p+ @@ -29819,12 +30046,13 @@ défroquage/S. défroque/S. défroquer/a0p+ défruiter/a0p+ -défrusquer/d'q'l'm't's' +défrusquer/d'q'n'l'm't's' défunt/F. dégagement/S. dégager/a0p+ dégagisme/S. dégaine/S. +dégainement/S. dégainer/a0p+ dégalonner/a0p+ déganter/a0p+ @@ -29899,8 +30127,8 @@ dégourdir/f0p+ dégourdissage/S. dégourdissant/F. dégourdissement/S. -dégourer/d'q'l'm't's' -dégourrer/d'q'l'm't's' +dégourer/d'q'n'l'm't's' +dégourrer/d'q'n'l'm't's' dégoût/S. dégoûtamment/L'D'Q' dégoûtant/F. @@ -29973,7 +30201,7 @@ déguster/a0p+ dégyration/S. déhalage/S. déhaler/a0p+ -déhâler/d'q'l'm't's' +déhâler/d'q'n'l'm't's' déhanchement/S. déhancher/a0p+ déharder/a0p+ @@ -30053,6 +30281,7 @@ délectable/S. délectablement/L'D'Q' délectation/S. délecter/a0p+ +délégable/S. délégant/F. délégataire/S. délégateur/Fc @@ -30071,10 +30300,9 @@ délibérant/F. délibératif/F. délibération/S. délibératoire/S. -délibéré/F. délibéré/S. délibérément/L'D'Q' -délibérer/c0p. +délibérer/c0p+ délicat/F. délicatement/L'D'Q' délicatesse/S. @@ -30129,6 +30357,7 @@ délogement/S. déloger/a0p+ déloquer/a0p+ délot/S. +délotage/S. délover/a0p+ déloyal/W. déloyalement/L'D'Q' @@ -30250,6 +30479,7 @@ démesure/S. démesurément/L'D'Q' déméthaniser/a0p+ déméthylation/S. +démétropolisation/S. démettre/vA démeubler/a0p+ demeurant @@ -30328,7 +30558,7 @@ demi-sommeil/S. demi-soupir/S. démission/S. démissionnaire/S. -démissionner/a0p. +démissionner/a0p+ demi-succès/L'D'Q' demi-tarif/S. demi-teinte/S. @@ -30463,6 +30693,7 @@ dendritique/S. dendrobate/S. dendrochronologie/S. dendroclimatologie/S. +dendroctone/S. dendrogramme/S. dendrographie/S. dendrolague/S. @@ -30646,7 +30877,7 @@ dépeigner/a0p+ dépeindre/wB dépelliculage/S. dépelotonner/a0p+ -dépenaillé/F. +dépenailler/a0p+ dépénalisant/F. dépénalisation/S. dépénaliser/a0p+ @@ -30731,13 +30962,15 @@ déplombeur/S. déplorable/S. déplorablement/L'D'Q' déploration/S. +déploratoire/S. déplorer/a0p+ déployable/S. déployer/a0p+ +déployeur/Fs déplumer/a0p+ dépocher/a0p+ dépoétiser/a0p+ -dépoiler/d'q'l'm't's' +dépoiler/d'q'n'l'm't's' dépointage/S. dépointer/a0p+ dépoitrailler/a0p+ @@ -30893,7 +31126,7 @@ dérembourser/a0p+ dérépression/S. déresponsabilisation/S. déresponsabiliser/a0p+ -dérésumenter/d'q'l'm't's' +dérésumenter/d'q'n'l'm't's' déridage/S. dérider/a0p+ déringardiser/a0p+ @@ -30907,8 +31140,8 @@ dérivateur/S. dérivatif/F. dérivation/S. dérivationnel/F+ +dérivé/F. dérive/S. -dérivée/S. dériver/a0p+ dériveur/S. dermabrasion/S. @@ -30958,7 +31191,7 @@ dérogation/S. dérogatoire/S. dérogeance/S. déroger/a0p. -dérondir/d'q'l'm't's' +dérondir/d'q'n'l'm't's' dérougir/f0p+ dérouiller/a0p+ déroulage/S. @@ -31000,6 +31233,7 @@ désaccouplement/S. désaccoupler/a0p+ désaccoutumance/S. désaccoutumer/a0p+ +désacculturer/a0p+ désacidification/S. désacidifier/a0p+ désaciérer/c0p+ @@ -31071,6 +31305,7 @@ désamorçage/S. désamorcer/a0p+ désamortissement/S. désamour/S. +désanctuariser/a0p+ désannexer/a0p+ désannonce/S. désannoncer/a0p+ @@ -31103,6 +31338,7 @@ désarticuler/a0p+ désasphaltage/S. désassemblage/S. désassembler/a0p+ +désassembleur/S. désassimilation/S. désassimiler/a0p+ désassortiment/S. @@ -31274,6 +31510,7 @@ désharmonie/S. désherbage/S. désherbant/F. désherber/a0p+ +désherbeur/S. déshérence/S. déshérité/F. déshéritement/S. @@ -31419,7 +31656,7 @@ désodorisation/S. désodoriser/a0p+ désœuvré/F. désœuvrement/S. -désœuvrer/d'q'l'm't's' +désœuvrer/d'q'n'l'm't's' désolant/F. désolation/S. désoler/a0p+ @@ -31653,7 +31890,7 @@ déthéiner/a0p+ détimbré/F. détirer/a0p+ détireuse/S. -détiser/d'q'l'm't's' +détiser/d'q'n'l'm't's' détisser/a0p+ détonant/F. détonateur/S. @@ -31669,6 +31906,7 @@ détortiller/a0p+ détour/S. détourage/S. détourer/a0p+ +détournable/S. détournement/S. détourner/a0p+ détox/L'D'Q' @@ -31682,6 +31920,7 @@ détracteur/Fc détraction/S. détrancher/a0p. détransition/S. +détransitionner/a0p+ détransposer/a0p+ détraqué/F. détraquement/S. @@ -31714,6 +31953,7 @@ détruire/yM dette/S. détumescence/S. deuil/S. +deutéragoniste/S. deutéré/F. deutérium/S. deutérocanonique/S. @@ -31774,7 +32014,7 @@ devenir/i0q+ déventer/a0p+ déverbal/W. déverbatif/S. -déverdir/f0p. +déverdir/f0p+ dévergondage/S. dévergondé/F. dévergonder/a0p+ @@ -32171,7 +32411,7 @@ différentiation/S. différentié/F. différentiel/F+ différentiellement/L'D'Q' -différentier/d'q'l'm't's' +différentier/d'q'n'l'm't's' différer/c0p+ difficile/S. difficilement/L'D'Q' @@ -32209,6 +32449,7 @@ digastrique/S. digérable/S. digérer/c0p+ digest/S. +digestat/S. digeste/S. digeste/S. digesteur/S. @@ -32322,7 +32563,7 @@ dinar/S. dinarique/S. dînatoire/S. dinde/S. -dindon/S. +dindon/F+ dindonneau/X. dindonner/a0p+ dindonnier/F. @@ -32431,6 +32672,7 @@ directement/L'D'Q' directeur/Fc directif/F. direction/S. +directionnalité/S. directionnel/F+ directivisme/S. directivité/S. @@ -32524,7 +32766,7 @@ disculper/a0p+ discuputer/a0p. discursif/F. discursivement/L'D'Q' -discursiviser/d'q'l'm't's' +discursiviser/d'q'n'l'm't's' discursivité/S. discussion/S. discutable/S. @@ -32621,6 +32863,7 @@ dissentiment/S. disséquer/c0p+ disséqueur/Fs dissertation/S. +disserte/S. disserter/a0p. dissidence/S. dissident/F. @@ -32855,6 +33098,7 @@ document/S. documentaire/S. documentaire/S. documentaliste/S. +documentarisation/S. documentariste/S. documentation/S. documenter/a0p+ @@ -32944,6 +33188,7 @@ domicilier/a0p+ domien/F+ dominance/S. dominant/F. +dominat/S. dominateur/Fc domination/S. dominé/F. @@ -33075,7 +33320,7 @@ double/S. doublé/S. doubleau/X. double-clic/L'D'Q' -double-cliquer/a0 +double-cliquer/a0p. double-commande/L'D'Q' double-crème/L'D'Q' double-croche/L'D'Q' @@ -33115,13 +33360,14 @@ doudouisme/S. doudoune/S. doué/F. douelle/S. -douer/d'q'l'm't's' +douer/d'q'n'l'm't's' douglas/L'D'Q' douille/S. douiller/a0p. douillet/F+ douillettement/L'D'Q' douilletterie/S. +doula/S. douleur/S. douloureusement/L'D'Q' douloureux/W. @@ -33159,6 +33405,7 @@ drache/S. dracher/a8p. drachme/S. draconien/F+ +draconique/S. draconitique/S. dracunculose/S. drag/S. @@ -33176,6 +33423,7 @@ dragon/S. dragonnade/S. dragonne/S. dragonner/a0p+ +dragonnet/S. dragonnier/S. drag-queen/S. dragster/S. @@ -33232,6 +33480,7 @@ drépanocytaire/S. drépanocytose/S. dressage/S. dressant/S. +dresse/S. dressement/S. dresser/a0p+ dresse-tube/S. @@ -33266,6 +33515,7 @@ droguet/S. droguiste/S. droïde/S. droit/F. +droitard/F. droit-de-l'hommisme/S. droit-de-l'hommiste/S. droitement/L'D'Q' @@ -33352,7 +33602,7 @@ ducs-d'Albe/D'Q' ductile/S. ductilité/S. ductus/L'D'Q' -dudgeonner/d'q'l'm't's' +dudgeonner/d'q'n'l'm't's' dudit duègne/S. duel/F+ @@ -33638,7 +33888,7 @@ e-book/S. ébouleux/W. éboulis/L'D'Q' ébouqueté/F. -ébouqueter/d'q'l'm't's' +ébouqueter/d'q'n'l'm't's' ébourgeonnage/S. ébourgeonnement/S. ébourgeonner/a0p+ @@ -33649,7 +33899,7 @@ e-book/S. ébourrer/a0p+ éboutage/S. ébouter/a0p+ -ébouzer/d'q'l'm't's' +ébouzer/d'q'n'l'm't's' ébraiser/a0p+ ébranchage/S. ébranchement/S. @@ -33691,6 +33941,7 @@ e-book/S. écaler/a0p+ écalure/S. écang/S. +écangue/S. écanguer/a0p+ écangueur/S. écarlate/S. @@ -33807,6 +34058,7 @@ ecdysone/S. échevinal/W. échevinat/S. échidné/S. +échiffe/S. échiffre/S. échine/S. échiner/a0p+ @@ -33895,6 +34147,7 @@ e-cigarette/S. éclusée/S. écluser/a0p+ éclusier/F. +écoanxiété/S. écobilan/S. écoblanchiment/S. écobuage/S. @@ -33914,6 +34167,7 @@ e-cigarette/S. écœurant/F. écœurement/S. écœurer/a0p+ +écoforesterie/S. écogeste/S. éco-gestion/S. écohabitat/S. @@ -33932,6 +34186,7 @@ e-cigarette/S. écologisme/S. écologiste/S. écologue/S. +écomatériau/X. e-commerce/S. écomusée/S. éconduire/yL @@ -33956,6 +34211,7 @@ e-commerce/S. économiste/S. écoparticipation/S. écopastille/S. +écopâturage/S. écopaysager/F. écope/S. écoper/a0p+ @@ -34186,6 +34442,7 @@ effectuer/a0p+ efféminé/F. efféminement/S. efféminer/a0p+ +efféminisation/S. effendi/S. efférent/F. effervescence/S. @@ -34289,7 +34546,7 @@ effusivité/S. églefin/S. église/S. églogue/S. -égnaffer/d'q'l'm't's' +égnaffer/d'q'n'l'm't's' ego/S. égo/S. égocentré/F. @@ -34298,7 +34555,7 @@ ego/S. égocentriste/S. égoïne/S. égoïne/S. -égoïner/d'q'l'm't's' +égoïner/d'q'n'l'm't's' égoïsme/S. égoïste/S. égoïstement/L'D'Q' @@ -34500,6 +34757,7 @@ e-learning/S. électromètre/S. électrométrie/S. électrométrique/S. +électromigration/S. électromobiliste/S. électromobilité/S. électromoteur/Fc @@ -34523,6 +34781,7 @@ e-learning/S. électro-optique/S. électro-osmose/S. électro-osmotique/S. +électroperception/S. électrophile/S. électrophile/S. électrophone/S. @@ -34635,6 +34894,7 @@ elliptocytose/S. éloquence/S. éloquent/F. élu/F. +éluant/S. élucidable/S. élucidation/S. élucider/a0p+ @@ -34717,7 +34977,7 @@ embaumement/S. embaumer/a0p+ embaumeur/Fs embecquer/a0p+ -embecqueter/d'q'l'm't's' +embecqueter/d'q'n'l'm't's' embéguiner/a0p+ embellie/S. embellir/f0p+ @@ -34730,7 +34990,7 @@ embêter/a0p+ embidonner/a0p+ embiellage/S. embioptère/S. -embistrouiller/d'q'l'm't's' +embistrouiller/d'q'n'l'm't's' emblavage/S. emblavement/S. emblaver/a0p+ @@ -35095,6 +35355,7 @@ emport/S. emportement/S. emporte-pièce/L'D'Q' emporter/a0p+ +emportiérage/S. empotage/S. empoté/F. empotement/S. @@ -35179,8 +35440,9 @@ encalminé/F. encan/S. encanaillement/S. encanailler/a0p+ -encaper/d'q'l'm't's' +encaper/d'q'n'l'm't's' encapsidation/S. +encapsider/a0p+ encapsulage/S. encapsulation/S. encapsulement/S. @@ -35189,7 +35451,7 @@ encapuchonné/F. encapuchonner/a0p+ encaquement/S. encaquer/a0p+ -encarrer/d'q'l'm't's' +encarrer/d'q'n'l'm't's' encart/S. encartage/S. encartement/S. @@ -35240,7 +35502,7 @@ encercler/a0p+ enchaîné/F. enchaînement/S. enchaîner/a0p+ -enchanteler/d'q'l'm't's' +enchanteler/d'q'n'l'm't's' enchantement/S. enchanter/a0p+ enchanteur/Fe @@ -35258,7 +35520,7 @@ enchère/S. enchérir/f0p+ enchérissement/S. enchérisseur/Fs -enchetarder/d'q'l'm't's' +enchetarder/d'q'n'l'm't's' enchevalement/S. enchevaucher/a0p+ enchevauchure/S. @@ -35268,8 +35530,8 @@ enchevêtrure/S. enchifrènement/S. enchifrener/b0p+ enchilada/S. -enchtiber/d'q'l'm't's' -enchtourber/d'q'l'm't's' +enchtiber/d'q'n'l'm't's' +enchtourber/d'q'n'l'm't's' encirer/a0p+ enclave/S. enclavement/S. @@ -35284,7 +35546,7 @@ encliqueter/d0p+ enclise/S. enclitique/S. encloîtrer/a0p+ -encloquer/d'q'l'm't's' +encloquer/d'q'n'l'm't's' enclore/rA enclos/L'D'Q' enclosure/S. @@ -35337,9 +35599,9 @@ encrer/a0p+ encreur/S. encrier/S. encrine/S. -encrister/d'q'l'm't's' +encrister/d'q'n'l'm't's' encroué/F. -encroumer/d'q'l'm't's' +encroumer/d'q'n'l'm't's' encroûtant/F. encroûtement/S. encroûter/a0p+ @@ -35371,12 +35633,13 @@ endémisme/S. endémo-épidémie/S. endémo-épidémique/S. endenter/a0p+ +endergonique/S. endetté/F. endettement/S. endetter/a0p+ endeuiller/a0p+ endêvé/F. -endêver/d'q'l'm't's' +endêver/d'q'n'l'm't's' endiabler/a0p+ endiamanté/F. endigage/S. @@ -35463,6 +35726,7 @@ endothermicité/S. endothermie/S. endothermique/S. endotoxine/S. +endotrachéal/W. endroit/S. enducteur/Fc enduction/S. @@ -35514,7 +35778,7 @@ enfermer/a0p+ enferrer/a0p+ enfeu/S. enficelé/F. -enficeler/d'q'l'm't's' +enficeler/d'q'n'l'm't's' enfichable/S. enficher/a0p+ enfieller/a0p+ @@ -35536,18 +35800,18 @@ enfleurage/S. enfleurer/a0p+ enflure/S. enfoiré/F. -enfoirer/d'q'l'm't's' +enfoirer/d'q'n'l'm't's' enfonçage/S. enfoncement/S. enfoncer/a0p+ enfonceur/Fs enfonçure/S. enforcir/f0p+ -enfouiller/d'q'l'm't's' +enfouiller/d'q'n'l'm't's' enfouir/f0p+ enfouissement/S. enfouisseur/S. -enfourailler/d'q'l'm't's' +enfourailler/d'q'n'l'm't's' enfourchement/S. enfourcher/a0p+ enfourchure/S. @@ -35557,6 +35821,7 @@ enfourner/a0p+ enfourneur/Fs enfreindre/wB enfroqué/F. +enfroquer/a0p+ enfuir/iO enfumade/S. enfumage/S. @@ -35631,6 +35896,8 @@ engrener/b0p+ engreneur/Fs engrenure/S. engrois/L'D'Q' +engrossable/S. +engrossement/S. engrosser/a0p+ engrumeler/d0p+ engueulade/S. @@ -35671,6 +35938,7 @@ enjolivure/S. enjoncer/a0p+ enjouement/S. enjouer/a0p+ +enjoyeuse/S. enjuguer/a0p+ enjuiver/a0p+ enjuponner/a0p+ @@ -35684,6 +35952,7 @@ enlaidir/f0p+ enlaidissant/F. enlaidissement/S. enlevage/S. +enlevant/F. enlèvement/S. enlever/b0p+ enleveur/Fs @@ -35730,8 +35999,8 @@ enorgueillir/f0p+ énormité/S. énostose/S. énouer/a0p+ -enquérir/iM -enquerre/d'q'l'm't's' +enquérir/iK +enquerre/d'q'n'l'm't's' enquêté/F. enquête/S. enquêter/a0p. @@ -35768,7 +36037,7 @@ enrésinement/S. enrésiner/a0p+ enrhumé/F. enrhumer/a0p+ -enrhuner/d'q'l'm't's' +enrhuner/d'q'n'l'm't's' enrichir/f0p+ enrichissant/F. enrichissement/S. @@ -35909,6 +36178,7 @@ entêtement/S. entêter/a0p+ enthalpie/S. enthalpique/S. +enthéogène/S. enthèse/S. enthésopathie/S. enthousiasmant/F. @@ -36079,7 +36349,7 @@ entrure/S. entr'aimer/a6p+ entr'apercevoir/pK entr'égorger/a6p+ -entr'hiverner/d'q'l'm't's' +entr'hiverner/d'q'n'l'm't's' entr'ouvrir/iC entuber/a0p+ enturbanner/a0p+ @@ -36291,6 +36561,7 @@ enzymopathie/S. épicurien/F+ épicurisme/S. épicycle/S. +épicyclique/S. épicycloïdal/W. épicycloïde/S. épidémicité/S. @@ -36456,8 +36727,10 @@ enzymopathie/S. épithète/S. épitoge/S. épitomé/S. +épitoquie/S. épître/S. épitrochlée/S. +épitrochoïde/S. épitype/S. épivarder/a0p+ épizootie/S. @@ -36515,7 +36788,7 @@ enzymopathie/S. époxydé/F. époxyde/S. époxydique/S. -épreindre/d'q'l'm't's' +épreindre/d'q'n'l'm't's' épreinte/S. éprendre/tG épreuve/S. @@ -36547,7 +36820,7 @@ epsomite/S. équanime/S. équanimité/S. équant/S. -équarrier/d'q'l'm't's' +équarrier/d'q'n'l'm't's' équarrir/f0p+ équarrissage/S. équarrissement/S. @@ -36824,7 +37097,7 @@ escarrification/S. escarrifier/a0p+ escarrotique/S. eschare/S. -escharifier/d'q'l'm't's' +escharifier/d'q'n'l'm't's' eschatologie/S. eschatologique/S. eschatologiquement/L'D'Q' @@ -37021,7 +37294,7 @@ estancia/S. estarie/S. este/S. ester/S. -ester/d'q'l'm't's' +ester/d'q'n'l'm't's' estérase/S. estérification/S. estérifier/a0p+ @@ -37720,6 +37993,7 @@ exclamatif/F. exclamation/S. exclamatoire/S. exclamer/a0p+ +exclaustration/S. exclu/F. excluant/F. exclure/xL @@ -37735,7 +38009,7 @@ excommunier/a0p+ excoriation/S. excorier/a0p+ excoriose/S. -excracher/d'q'l'm't's' +excracher/d'q'n'l'm't's' excrément/S. excrémenteux/W. excrémentiel/F+ @@ -37793,6 +38067,7 @@ exercice/S. exerciseur/S. exérèse/S. exergie/S. +exergonique/S. exergue/S. exfiltration/S. exfiltrer/a0p+ @@ -38005,6 +38280,7 @@ exportable/S. exportateur/Fc exportation/S. exporter/a0p+ +exposable/S. exposant/F. exposé/S. exposer/a0p+ @@ -38026,6 +38302,7 @@ expresso/S. exprimable/S. exprimer/a0p+ expromission/S. +expropriable/S. expropriant/F. expropriateur/Fc expropriation/S. @@ -38045,6 +38322,7 @@ exquisément/L'D'Q' exquisité/S. exsangue/S. exsanguination/S. +exsanguiner/a0p+ exsanguino-transfusion/S. exstrophie/S. exsudat/S. @@ -38160,6 +38438,7 @@ extra-légal/W. extralinguistique/S. extralucide/S. extra-lucide/S. +extramunicipal/F. extra-muros/L'D'Q' extra-muros/L'D'Q' extranéité/S. @@ -38230,7 +38509,7 @@ extuber/a0p+ extumescence/S. exubérance/S. exubérant/F. -exubérer/d'q'l'm't's' +exubérer/d'q'n'l'm't's' exulcération/S. exulcérer/c0p+ exultant/F. @@ -38291,6 +38570,7 @@ facilitateur/Fc facilitation/S. facilité/S. faciliter/a0p+ +facio-scapulo-huméral/W. façon/S. faconde/S. façonnable/S. @@ -38427,7 +38707,7 @@ fallacieux/W. falloir/qA falot/F. falot/S. -faloter/d'q'l'm't's' +faloter/d'q'n'l'm't's' falourde/S. falsetto/S. falsifiabilité/S. @@ -38502,7 +38782,7 @@ fantasme/S. fantasmer/a0p+ fantasque/S. fantasquement/L'D'Q' -fantassin/S. +fantassin/F. fantastique/S. fantastiquement/L'D'Q' fantasy/L'D'Q' @@ -38543,7 +38823,7 @@ farfalle/S. farfelu/F. farfouiller/a0p+ farfouilleur/Fs -farguer/d'q'l'm't's' +farguer/d'q'n'l'm't's' fargues/D'Q' faribole/S. farigoule/S. @@ -38587,8 +38867,8 @@ fasciser/a0p+ fascisme/S. fasciste/S. fascistoïde/S. -faséier/d'q'l'm't's' -faseiller/d'q'l'm't's' +faséier/d'q'n'l'm't's' +faseiller/d'q'n'l'm't's' faseyer/a0p. faséyer/c0p. fashionable/S. @@ -38880,6 +39160,7 @@ fermer/a0p+ fermeté/S. fermette/S. fermeture/S. +fermeur/Fs fermi/S. fermier/F. fermion/S. @@ -39120,6 +39401,7 @@ fiction/S. fictionnalisation/S. fictionnel/F+ fictivement/L'D'Q' +fictivité/S. ficus/L'D'Q' fidéicommis/L'D'Q' fidéicommissaire/S. @@ -39251,6 +39533,8 @@ filmographie/S. filmologie/S. filmothèque/S. filocher/a0p+ +filoguidage/S. +filoguider/a0p+ filon/S. filonien/F+ filoselle/S. @@ -39473,6 +39757,7 @@ flaquer/a0p. flash/A. flashage/S. flash-back/L'D'Q' +flashback/S. flashball/S. flash-ball/S. flasher/a0p+ @@ -39564,7 +39849,7 @@ flicage/S. flicaille/S. flicard/F. flingot/S. -flingoter/d'q'l'm't's' +flingoter/d'q'n'l'm't's' flingue/S. flinguer/a0p+ flingueur/Fs @@ -39689,7 +39974,7 @@ fluorure/S. fluosilicate/S. fluotournage/S. flupyrsulfuron/S. -flurer/d'q'l'm't's' +flurer/d'q'n'l'm't's' flurochloridone/S. flush/A. flustre/S. @@ -39853,6 +40138,7 @@ fongicide/S. fongiforme/S. fongique/S. fongistatique/S. +fongivore/S. fongoïde/S. fongosité/S. fongueux/W. @@ -40193,6 +40479,7 @@ fragilisation/S. fragiliser/a0p+ fragilité/S. fragment/S. +fragmentable/S. fragmentaire/S. fragmentairement/L'D'Q' fragmentation/S. @@ -40207,6 +40494,7 @@ fraîcheur/S. fraîchin/S. fraîchir/f0p. fraîchissant/F. +fraie/S. frairie/S. frais/Fx frais/L'D'Q' @@ -40265,7 +40553,7 @@ franc-maçon/L'D'Q' franc-maçonne/S. franc-maçonnerie/S. franc-maçonnique/S. -franco +franco/L'D'Q' franco/L'D'Q' franco-afghan/F. franco-albanais/F. @@ -40283,6 +40571,7 @@ franco-bulgare/S. franco-canadien/F+ francocentrisme/S. franco-chilien/F+ +francocide/S. franco-colombien/F+ franco-coréen/F+ franco-croate/S. @@ -40463,6 +40752,7 @@ fréteur/S. frétillant/F. frétillement/S. frétiller/a0p. +frétillon/F. fretin/S. frettage/S. frette/S. @@ -40474,6 +40764,7 @@ friabilité/S. friable/S. friand/F. friandise/S. +fribourgeois/F. fric/S. fricadelle/S. fricandeau/X. @@ -40549,7 +40840,7 @@ frisko/S. frisoir/S. frisolée/S. frison/F+ -frisonner/d'q'l'm't's' +frisonner/d'q'n'l'm't's' frisottant/F. frisotter/a0p+ frisottis/L'D'Q' @@ -40848,6 +41139,7 @@ fustanelle/S. fuste/S. fustet/S. fustibale/S. +fustier/F. fustigation/S. fustiger/a0p+ fusuline/S. @@ -40918,7 +41210,7 @@ gaélique/S. gaffe/S. gaffer/a0p+ gaffeur/Fs -gafouiller/d'q'l'm't's' +gafouiller/d'q'n'l'm't's' gag/S. gaga/S. gage/S. @@ -41159,6 +41451,7 @@ ganter/a0p+ ganterie/S. gantier/F. gantois/F. +ganymédien/F+ gap/S. garage/S. garagiste/S. @@ -41482,6 +41775,7 @@ gemmologiste/S. gemmologue/S. gemmule/S. gémonies/D'Q' +gênance/S. gênant/F. gencive/S. gendarme/S. @@ -41525,6 +41819,7 @@ généricité/S. générique/S. générique/S. génériquement/L'D'Q' +génériquer/a0p+ generis générosité/S. genèse/S. @@ -41636,6 +41931,7 @@ géodésique/S. géodésiquement/L'D'Q' géodimètre/S. géodistribution/S. +géodrilologie/S. géodynamique/S. géoéconomie/S. géo-économie/S. @@ -41653,6 +41949,7 @@ géohistoire/S. géohistorien/F+ géoïde/S. géo-ingénierie/S. +géo-ingénierie/S. geôlage/S. geôle/S. géolecte/S. @@ -41767,7 +42064,7 @@ germanisme/S. germaniste/S. germanité/S. germanium/S. -germano +germano/L'D'Q' germano-américain/F. germano-autrichien/F+ germano-britannique/S. @@ -41823,6 +42120,7 @@ gestaltiste/S. gestalt-thérapie/S. gestant/F. gestapiste/S. +gestateur/Fc gestation/S. gestationnel/F+ gestatoire/S. @@ -41851,6 +42149,8 @@ ghettoïser/a0p+ ghilde/S. ghillie/S. ghoster/a0p+ +ghoster/a0p+ +ghosting/S. ghréline/S. giaour/S. giardia/S. @@ -41992,7 +42292,7 @@ glaçon/S. glaçure/S. gladiateur/Fc gladiature/S. -glaglater/d'q'l'm't's' +glaglater/d'q'n'l'm't's' glagolitique/S. glaïeul/S. glaire/S. @@ -42016,9 +42316,11 @@ glander/a0p. glandeur/Fs glandouille/S. glandouiller/a0p. +glandu/S. glandulaire/S. glandule/S. glanduleux/W. +glane/S. glanement/S. glaner/a0p+ glaneur/Fs @@ -42072,6 +42374,7 @@ globalisation/S. globaliser/a0p+ globalisme/S. globaliste/S. +globalitaire/S. globalité/S. globe/S. globe-trotter/S. @@ -42125,6 +42428,7 @@ glossotomie/S. glottal/W. glotte/S. glottique/S. +glottophobie/S. gloubi-boulga/S. glouglou/S. glougloutant/F. @@ -42411,7 +42715,7 @@ gorge/S. gorge-de-pigeon/L'D'Q' gorgée/S. gorgeon/S. -gorgeonner/d'q'l'm't's' +gorgeonner/d'q'n'l'm't's' gorger/a0p+ gorgerette/S. gorgerin/S. @@ -42456,7 +42760,7 @@ gouger/a0p+ gougère/S. gougnafier/S. gougnotte/S. -gougnotter/d'q'l'm't's' +gougnotter/d'q'n'l'm't's' gouinasse/S. gouine/S. goujat/S. @@ -42489,7 +42793,7 @@ gour/S. goura/S. gourami/S. gourance/S. -gourancer/d'q'l'm't's' +gourancer/d'q'n'l'm't's' gourbi/S. gourd/F. gourdin/S. @@ -42583,7 +42887,7 @@ graduer/a0p+ gradus/L'D'Q' grafcet/S. graff/S. -graffer/d'q'l'm't's' +graffer/d'q'n'l'm't's' graffeur/Fs graffiter/a0p+ graffiteur/Fs @@ -42842,6 +43146,7 @@ grèbe/S. grébiche/S. grébige/S. grec/F. +grécisant/F. gréciser/a0p+ grécité/S. gréco-arabe/S. @@ -43012,7 +43317,7 @@ grincer/a0p. grinche/S. grincher/a0p+ grincheux/W. -gringalet/S. +gringalet/F+ gringe/S. gringo/S. gringolé/F. @@ -43353,9 +43658,11 @@ gynécologue/S. gynécomastie/S. gynerium/S. gynérium/S. +gynocentrisme/S. gynogenèse/S. gynogénétique/S. gynoïde/S. +gynophile/S. gyoza/S. gypaète/S. gypse/S. @@ -43488,6 +43795,7 @@ hakama/S. hakka/S. halage/S. halal/L'D'Q' +halant/S. halbi/S. halbran/S. halde/S. @@ -43621,6 +43929,7 @@ happer/a0p+ haptène/S. haptique/S. haptique/S. +haptique/S. haptonomie/S. haptonomique/S. haquebute/S. @@ -43982,6 +44291,7 @@ hémérobe/S. hémérocalle/S. hémérothèque/S. hémialgie/S. +hémianopsie/S. hémicellulose/S. hémicorps/L'D'Q' hémicrânie/S. @@ -44155,8 +44465,7 @@ hérissonner/a0p+ héritabilité/S. héritable/S. héritage/S. -hérité/F. -hériter/a0p. +hériter/a0p+ héritier/F. hermandad/S. hermaphrodisme/S. @@ -44305,6 +44614,7 @@ heuristique/S. heuristique/S. heuristiquement/L'D'Q' heurt/S. +heurtement/S. heurter/a0p+ heurtoir/S. hévéa/S. @@ -44381,6 +44691,8 @@ hiérogrammatiste/S. hiéronymite/S. hiérophanie/S. hiérophante/S. +hiérosolymitain/F. +hiérosolymite/S. hi-fi/L'D'Q' hi-fi/L'D'Q' high/L'D'Q' @@ -44460,7 +44772,7 @@ hispaniser/a0p+ hispanisme/S. hispaniste/S. hispanité/S. -hispano +hispano/L'D'Q' hispano-américain/F. hispano-arabe/S. hispano-mauresque/S. @@ -44568,6 +44880,7 @@ holocène/S. holocrine/S. holocristallin/F. holoèdre/S. +holoenzyme/S. hologamie/S. hologrammatique/S. hologramme/S. @@ -44944,10 +45257,12 @@ huissier/F. huit/D'Q' huitain/S. huitaine/S. +huitantaine/S. huitante/D'Q' huitante-cinq/D'Q' huitante-deux/D'Q' huitante-et-un/D'Q' +huitante-et-une/D'Q' huitante-huit/D'Q' huitante-neuf/D'Q' huitante-quatre/D'Q' @@ -45284,6 +45599,7 @@ hyperalgésique/S. hyperalgie/S. hyperalgique/S. hyperappel/S. +hyperazotémie/S. hyperbare/S. hyperbate/S. hyperbole/S. @@ -45306,6 +45622,7 @@ hypercholestérolémique/S. hyperchrome/S. hyperchromie/S. hypercoagulabilité/S. +hypercoagulable/S. hypercomplexe/S. hyperconformisme/S. hyperconnecté/F. @@ -45414,7 +45731,8 @@ hypersensibilité/S. hypersensible/S. hypersensitif/F. hypersexualisation/S. -hypersexualisé/F. +hypersexualiser/a0p+ +hypersexuel/F+ hypersialie/S. hypersollicitation/S. hypersomniaque/S. @@ -45499,6 +45817,8 @@ hypochlorhydrie/S. hypochlorite/S. hypochrome/S. hypochromie/S. +hypocoagulabilité/S. +hypocoagulable/S. hypocondre/S. hypocondriaque/S. hypocondrie/S. @@ -45596,6 +45916,7 @@ hypothyroïdie/S. hypothyroïdisme/S. hypotonie/S. hypotonique/S. +hypotrochoïde/S. hypotrophie/S. hypotrophique/S. hypotypose/S. @@ -45682,7 +46003,7 @@ icoglan/S. icône/S. iconicité/S. iconique/S. -iconiser/d'q'l'm't's' +iconiser/d'q'n'l'm't's' iconoclasme/S. iconoclaste/S. iconoclastie/S. @@ -45704,6 +46025,7 @@ iconoscope/S. iconostase/S. iconothèque/S. icosaèdre/S. +icosaédrique/S. icosidodécaèdre/S. icositétraèdre/S. ictère/S. @@ -45742,6 +46064,7 @@ identique/S. identiquement/L'D'Q' identitaire/S. identitarisme/S. +identitariste/S. identité/S. idéocratie/S. idéogrammatique/S. @@ -45751,6 +46074,7 @@ idéographique/S. idéologie/S. idéologique/S. idéologiquement/L'D'Q' +idéologisation/S. idéologiser/a0p+ idéologisme/S. idéologue/S. @@ -45822,6 +46146,8 @@ ignorance/S. ignorant/F. ignorantin/S. ignorer/a0p+ +ignosticisme/S. +ignostique/S. iguane/S. iguanodon/S. igue/S. @@ -46062,6 +46388,7 @@ immunisation/S. immunisé/F. immuniser/a0p+ immunitaire/S. +immunitairement/L'D'Q' immunité/S. immunochimie/S. immunocompétence/S. @@ -46244,6 +46571,7 @@ implantologie/S. implantologique/S. implantologiste/S. implantologue/S. +implémentabilité/S. implémentable/S. implémentation/S. implémenter/a0p+ @@ -46311,6 +46639,8 @@ imprécision/S. imprédictibilité/S. imprédictible/S. imprégnable/S. +imprégnateur/Fc +imprégnateur/Fc imprégnation/S. imprégner/c0p+ impréhensible/S. @@ -46362,6 +46692,7 @@ imprononçable/S. impropre/S. improprement/L'D'Q' impropriété/S. +improrogeable/S. improuvable/S. improuver/a0p+ improvisateur/Fc @@ -46752,6 +47083,7 @@ incrémental/W. incrémentalement/L'D'Q' incrémentation/S. incrémenter/a0p+ +incrémenteur/S. incrémentiel/F+ increvable/S. incriminable/S. @@ -47227,6 +47559,7 @@ inférentiel/F+ inférer/c0p+ inférieur/F. inférieurement/L'D'Q' +infériorisant/F. infériorisation/S. inférioriser/a0p+ infériorité/S. @@ -47299,6 +47632,7 @@ influx/L'D'Q' info/S. infobésité/S. infobulle/S. +infodivertissement/S. infogérance/S. infogérant/S. infogérer/c0p+ @@ -47402,6 +47736,7 @@ ingérable/S. ingérence/S. ingérer/c0p+ ingestion/S. +ingouvernabilité/S. ingouvernable/S. ingrat/F. ingratement/L'D'Q' @@ -47448,6 +47783,7 @@ inhumanité/S. inhumation/S. inhumé/F. inhumer/a0p+ +inidentifiable/S. inimaginable/S. inimaginablement/L'D'Q' inimaginé/F. @@ -47550,6 +47886,7 @@ inoculum/S. inodore/S. inoffensif/F. inoffensivement/L'D'Q' +inoffensivité/S. inondable/S. inondation/S. inondé/F. @@ -47830,6 +48167,7 @@ insurgence/S. insurgent/F. insurger/a0p+ insurmontable/S. +insurmontablement/L'D'Q' insurpassable/S. insurrection/S. insurrectionnel/F+ @@ -47967,8 +48305,10 @@ interconfessionnel/F+ interconnaissance/S. interconnectable/S. interconnecter/a0p+ +interconnectivité/S. interconnexion/S. intercontinental/W. +interconvictionnel/F+ intercostal/W. intercotidal/W. intercours/L'D'Q' @@ -48322,8 +48662,11 @@ intraoculaire/S. intra-oculaire/S. intrapsychique/S. intrarachidien/F+ +intrarectal/W. +intra-rectal/W. intrarégional/W. intraspécifique/S. +intrathécal/W. intrathoracique/S. intra-urbain/F. intra-utérin/F. @@ -48513,8 +48856,10 @@ ionisation/S. ioniser/a0p+ ionogramme/S. ionone/S. +ionophorèse/S. ionosphère/S. ionosphérique/S. +ionotrope/S. iota/L'D'Q' iotacisme/S. iouler/a0p. @@ -48653,6 +48998,7 @@ irrespect/S. irrespectueusement/L'D'Q' irrespectueux/W. irrespirable/S. +irresponsabiliser/a0p+ irresponsabilité/S. irresponsable/S. irrétractable/S. @@ -48980,7 +49326,7 @@ jacquemart/S. jacquerie/S. jacques/L'D'Q' jacquet/S. -jacqueter/d'q'l'm't's' +jacqueter/d'q'n'l'm't's' jacquier/S. jacquot/S. jactance/S. @@ -49078,6 +49424,7 @@ jargonnant/F. jargonner/a0p. jargonneur/Fs jargonneux/W. +jarl/S. jarnicoton/L'D'Q' jarnidieu/L'D'Q' jarosse/S. @@ -49092,6 +49439,7 @@ jas/L'D'Q' jasement/S. jaser/a0p. jaseran/S. +jaserie/S. jaseron/S. jasette/S. jaseur/Fs @@ -49178,6 +49526,7 @@ jetée/S. jeter/d0p+ jeteur/Fs jeton/S. +jetpack/S. jet-set/S. jet-setteur/Fs jet-ski/S. @@ -49250,9 +49599,11 @@ jojoba/S. jokari/S. joker/S. joli/F. +joli-cœur/L'D'Q' joliesse/S. joliet/F+ joliment/L'D'Q' +jolis-cœurs/D'Q' jonagold/S. jonc/S. joncacée/S. @@ -49315,8 +49666,10 @@ journaliser/a0p+ journalisme/S. journaliste/S. journalistique/S. +journalope/S. -e ... etc. - the rest is truncated
