summaryrefslogtreecommitdiffstats
path: root/src/translator_br.h
Commit message (Collapse)AuthorAgeFilesLines
* Translation function trCompoundListDescription no entry for SLICEalbert-github2020-10-121-0/+4
| | | | | A number of languages have no translation in the function `trCompoundListDescription()` in case the `OPTIMIZATION_OUTPUT_SLICE` is set. Translated as many as possible based on the available strings.
* Some fixes and cleanupDimitri van Heesch2020-08-031-8/+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-031-1/+1
|\
| * Vhdl improvements (ALIAS, translation) (#7813)powARman2020-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Support VHDL alias constructs. * Translate class to "Design Unit" for VHDL. * Fix compile error * Add new function trDesignUnitDocumentation() to translator. Adapt english and german translation to use the new function. Co-authored-by: Andreas Regel <andreas.regel@newayselectronics.com>
* | Merge branch 'master' into feature/bug_xml_langDimitri van Heesch2020-08-011-9/+0
|\ \ | |/
| * Remove not used translator functionalbert-github2020-06-171-9/+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
* Portuguse translators updated to Doxygen 1.8.16.Fabio Jun Takada Chino2019-02-041-113/+250
|
* Remove non-english translationsJoe George2018-11-021-142/+4
|
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-0/+135
| | | | Added a Slice-optimized output mode.
* Translators updated to version 1.8.15.Fabio Jun Takada Chino2018-06-101-4/+122
|
* Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-1/+1
|
* Version 20170123:Fabio Jun Takada Chino2017-01-241-146/+214
| | | | | | - Full translation revision; - trLegendDocs() is now synchronized with the English version; - Merging most of the suggestions sent by Emerson Ferreira;
* 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-1/+1
| | | | | | | 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.
* Portuguese and Brazilian Portuguese translators updated to 1.8.5.Fabio Jun Takada Chino2014-09-101-17/+201
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Patch regarding generating the rules file for the windows build regarding ↵Albert2013-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | languages, some inconsistencies in the (windows) build system, corrections to some spelling. - maintainers.txt Spelling correction - config.xml Added missing languages Extended some descriptions - htmlhelp.cpp Added missing languages Spelling corrections - language.cpp Corrected call in respect to Serbian-Cyrillic - translator_br.h Spelling correction - translator_fa.h Corrected (not used) define in respect to LeftToRight - translator_mk.h Spelling correction - translator_sc.h Corrected in respect to consistency for Serbian-Cyrillic - Doxygen.sln Added project dependency as otherwise there might be a problem with the generation of version.cpp - Doxygen.vcproj Added rules for selecting languages to be used during translation Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) Corrected name of genhead <-> gen_head (consistency with rules file) - Doxywizard.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) Note place of resulting executable has hanged (more consistent now) - Settings.rules Corrected place where configure file can be found - Version.rules Corrected place where configure file can be found - doxyindexer.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - doxysearch.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - iconv.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - qtools.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - lang_cfg.py Script to generate the file lang_cfg.h based on the specified languages in the windows GUI or in the configure script. - languages.py Script to generate languages pane in the windows GUI This file has to be called outside visual studio as it generates the rules for the Languages pane in the GUI (command on src directory python languages.py > ..\winbuild\Languages.rules) - Languages.rules Result file from language.py (old file was completely wrong and not used) This file has to be generated outside visual studio as it contains the rules for the Languages pane in the GUI - configure Use lang_cfg.py script (consistency) instead of (internal) perl script.
* 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-50/+44
|
* 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.1.2Dimitri van Heesch2012-07-121-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.5Dimitri van Heesch2011-08-141-1/+23
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-8/+59
|
* 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-20091222Dimitri van Heesch2009-12-221-13/+50
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-1/+1
|
* Release-1.5.6-20080727Dimitri van Heesch2008-07-271-3/+3
|
* Release-1.5.5Dimitri van Heesch2008-02-101-3/+5
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-142/+346
|
* Release-1.5.3-20070925Dimitri van Heesch2007-09-251-27/+16
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-1/+4
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-2/+2
|
* Release-1.5.0Dimitri van Heesch2006-10-171-50/+0
|
* Release-1.4.7-20060716Dimitri van Heesch2006-07-161-9/+22
|
* Release-1.4.7Dimitri van Heesch2006-06-111-1/+1
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-2/+2
|
* Release-1.4.2Dimitri van Heesch2005-03-281-2/+18
|
* Release-1.4.1-20050307Dimitri van Heesch2005-03-071-1/+1
|
* Release-1.4.1Dimitri van Heesch2005-01-111-1/+1
|
* Release-1.3.9Dimitri van Heesch2004-10-051-2/+51
|
* Release-1.3.8-20040906Dimitri van Heesch2004-09-061-1/+1
|