summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17Redo Merge branch 'hotfix/5.21' Standardized file headersDamien Regad24-38/+491
Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751
2021-08-17Revert changes since Standardized file headers mergeDamien Regad24-491/+38
The conflicts resolution applied when merging the Standardized file headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously messed up, actually overwriting a number of changes in the master branch. Rather than trying to go and fix things one by one which has a high risk of messing things further, it's easier to redo the merge from a clean slate, so this commit reverts the following: - "Merge branch 'hotfix/5.21' Standardized file headers", e9dcce3df24912ad869d0193f0b419f2309101fc - "Merge tag 'v5.21.1'", 5f437df3104159d5d659f60e31bef8d33c34995f - "Reset version to 5.22.0-dev" af9234a525c3255af051a330164486d73be4c63a - "Fix incorrect resolution of merge conflicts" a6733f61b0165b366c8d2c70d9af82edc3881951. - "Fix syntax error in toexport.inc.php" 20b01e83cb61b6b2460f64c7d1277c5f4cc28574. Fixes #751
2021-08-14Standard file header: /langDamien Regad24-38/+491
2020-01-04Fix typos in german error messagespeterdd1-28/+28
Also translated DB_ERROR_CONSTRAINT from 'DEnglish' to real German, as most other European language files also real translate 'CONSTRAINT' to their local equivalent. Also fixes indentation. Fixes #579
2019-11-12Codespell assisted typo cleaningJean-Michel Vourgère1-1/+1
2016-12-17Add Indonesian translation (#293)Bambang Riswanto1-0/+36
2016-11-03Add Occitan translationCedric Valmary1-0/+31
Fixes #285
2014-08-26Convert file adodb-th.inc.php from TIS-620 to UTF-8Marc-Etienne Vargenau1-28/+28
2014-08-26Convert Esperanto file from 'x' convention to UTF-8Marc-Etienne Vargenau1-5/+5
2014-08-26Be consistent: use langage code for EsperantoMarc-Etienne Vargenau1-0/+0
2014-08-26Remove HTML entities; fix French translationMarc-Etienne Vargenau4-32/+32
2014-08-25Convert file adodb-ar.inc.php from WINDOWS-1256 to UTF-8Marc-Etienne Vargenau1-27/+27
2014-08-25Convert file adodb-cn.inc.php from GB2312 to UTF-8Marc-Etienne Vargenau1-28/+27
2014-08-25Move adodb-bgutf8.inc.php to adodb-bg.inc.phpMarc-Etienne Vargenau2-64/+28
2014-08-25Convert file adodb-cz.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-5/+1
2014-08-25Convert file adodb-uk1251.inc.php from WINDOWS-1251 to UTF-8; rename to ↵Marc-Etienne Vargenau2-34/+34
adodb-uk.inc.php
2014-08-25Convert file adodb-ru1251.inc.php from WINDOWS-1251 to UTF-8; rename to ↵Marc-Etienne Vargenau2-34/+34
adodb-ru.inc.php
2014-08-25Convert file adodb-pl.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-18/+18
2014-08-25Convert file adodb-hu.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-4/+4
2014-08-07Rename Thai language fileDamien Regad1-0/+0
To be consistent with naming of other language files, use '-' not '_'.
2014-08-07Convert files from ISO-8859-1 encoding to UTF-8Damien Regad12-258/+258
Fixes #32
2014-02-24Remove closing php tagDamien Regad23-23/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad23-0/+796
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory