summaryrefslogtreecommitdiffstats
path: root/src/translator_fr.h
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes and cleanupDimitri van Heesch2020-08-031-9/+5
| | | | | | | | - fix issue with test 037 - moved trISOLang() to the language control section and removed the "no need for a TranslatorAdapter_1_8_19" banner. - removed unused adapter classes - add translation for Dutch
* Merge branch 'master' into feature/bug_xml_langDimitri van Heesch2020-08-011-8/+0
|\
| * Remove not used translator functionalbert-github2020-06-171-8/+0
| | | | | | | | The translator function trDesignOverview was not used anymore.
* | Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-031-0/+7
|/ | | | | | | | Adding the xml:lang attribute for XNL and Docbook output Interesting links: - language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry - example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm
* Added the few missing French translationsRomain Bailly2020-01-251-13/+28
|
* Fixed indenting in French translation so as to minimize differences with the ↵Romain Bailly2020-01-251-950/+949
| | | | English version
* French translation for VHDL additionsBernard Normier2018-11-191-0/+113
|
* Fix French lang buildJoe George2018-11-021-2/+2
|
* Added French translationBernard Normier2018-11-021-37/+41
|
* Remove non-english translationsJoe George2018-11-021-1/+1
|
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-0/+135
| | | | Added a Slice-optimized output mode.
* Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-1/+1
|
* Bug 557094 - Wrong spacing in function names with french language (latex output)albert-github2017-10-011-1/+2
| | | | Removed superfluous space in case of French as output language
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-14/+14
| | | | improve performance
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-2/+2
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Support generating index-color PNG filesalbert-github2015-02-081-2/+2
| | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* French translator up-to-date.Petr Prikryl2013-09-021-37/+36
|
* The non-used methods (see below) removed from all translator classes:Petr Prikryl2013-06-251-48/+0
| | | | | | | | | | | - QCString idLanguageCharset() - QCString trAlphabeticalList() - QCString trDCOPMethods() - QCString trDirDependency(const char *) - QCString trFuncProtos() - QCString trFunctionPrototypeDocumentation() - QCString trSearchForIndex() - QCString trWrittenBy()
* idLanguageCharset() method removed from all translator classesPetr Prikryl2013-06-251-7/+0
|
* Translators for ES and FR -- base class fixed.Petr Prikryl2013-06-181-1/+1
|
* French maintainer added, TranslatorFrench converted to UTF-8.Petr Prikryl2013-05-221-481/+643
| | | | English tail added from "since 1.8.0" to be translated.
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-0/+4
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-1/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-226/+187
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-0/+11
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.6.3-20100418Dimitri van Heesch2010-04-181-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-8/+209
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-6/+41
|
* Release-1.5.5-20080420Dimitri van Heesch2008-04-201-1/+1
|
* Release-1.5.5Dimitri van Heesch2008-02-101-1/+1
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-2/+2
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.0Dimitri van Heesch2006-10-171-1157/+1228
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-2/+2
|
* Release-1.4.4Dimitri van Heesch2005-07-211-1/+17
|
* Release-1.4.1-20050307Dimitri van Heesch2005-03-071-1/+1
|
* Release-1.4.1Dimitri van Heesch2005-01-111-2/+2
|
* Release-1.3.9Dimitri van Heesch2004-10-051-1/+61
|
* Release-1.3.7-20040617Dimitri van Heesch2004-06-171-1/+1
|
* Release-1.3.7Dimitri van Heesch2004-05-071-218/+384
|
* Release-1.3.6Dimitri van Heesch2004-02-121-0/+4
|
* Release-1.3.5-20040105Dimitri van Heesch2004-01-051-1/+1
|
* Release-1.3.3-20030915Dimitri van Heesch2003-09-151-1/+55
|