diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-08-17 00:30:04 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-08-17 00:30:04 +0200 |
| commit | 507466ef798b18a3a8830230cfcd51bb488513cf (patch) | |
| tree | 8b6ddc09e077883e9b0567d9c3b1c5249884ea09 /lang | |
| parent | 20b01e83cb61b6b2460f64c7d1277c5f4cc28574 (diff) | |
| download | adodb-507466ef798b18a3a8830230cfcd51bb488513cf.tar.gz adodb-507466ef798b18a3a8830230cfcd51bb488513cf.tar.bz2 adodb-507466ef798b18a3a8830230cfcd51bb488513cf.zip | |
Revert changes since Standardized file headers merge
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
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/adodb-ar.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-bg.inc.php | 24 | ||||
| -rw-r--r-- | lang/adodb-ca.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-cn.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-cz.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-da.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-de.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-en.inc.php | 19 | ||||
| -rw-r--r-- | lang/adodb-eo.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-es.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-fa.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-fr.inc.php | 19 | ||||
| -rw-r--r-- | lang/adodb-hu.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-id.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-it.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-nl.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-oc.inc.php | 20 | ||||
| -rw-r--r-- | lang/adodb-pl.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-pt-br.inc.php | 23 | ||||
| -rw-r--r-- | lang/adodb-ro.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-ru.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-sv.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-th.inc.php | 22 | ||||
| -rw-r--r-- | lang/adodb-uk.inc.php | 22 |
24 files changed, 38 insertions, 491 deletions
diff --git a/lang/adodb-ar.inc.php b/lang/adodb-ar.inc.php index 920c9943..0b8f12ff 100644 --- a/lang/adodb-ar.inc.php +++ b/lang/adodb-ar.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Arabic language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author El-Shamaa, Khaled <k.el-shamaa@cgiar.org> - */ - +// by "El-Shamaa, Khaled" <k.el-shamaa#cgiar.org> $ADODB_LANG_ARRAY = array ( 'LANG' => 'ar', DB_ERROR => 'خطأ غير محدد', diff --git a/lang/adodb-bg.inc.php b/lang/adodb-bg.inc.php index bbfd92f2..07069b42 100644 --- a/lang/adodb-bg.inc.php +++ b/lang/adodb-bg.inc.php @@ -1,24 +1,8 @@ <?php -/** - * Bulgarian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Valentin Sheiretsky <valio@valio.eu.org> - */ +/* + Bulgarian language, v1.0, 25.03.2004, encoding by UTF-8 charset + contributed by Valentin Sheiretsky <valio#valio.eu.org> +*/ $ADODB_LANG_ARRAY = array ( 'LANG' => 'bg', diff --git a/lang/adodb-ca.inc.php b/lang/adodb-ca.inc.php index 4b046884..adbafac9 100644 --- a/lang/adodb-ca.inc.php +++ b/lang/adodb-ca.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Catalan language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Josep Lladonosa <jlladono@pie.xtec.es> - */ - +// Catalan language +// contributed by "Josep Lladonosa" jlladono#pie.xtec.es $ADODB_LANG_ARRAY = array ( 'LANG' => 'ca', DB_ERROR => 'error desconegut', diff --git a/lang/adodb-cn.inc.php b/lang/adodb-cn.inc.php index 512ffb82..9c973413 100644 --- a/lang/adodb-cn.inc.php +++ b/lang/adodb-cn.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Simplified Chinese language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Cuiyan (cysoft) <cysoft@php.net> - */ - +// Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net. +// Simplified Chinese $ADODB_LANG_ARRAY = array ( 'LANG' => 'cn', DB_ERROR => '未知错误', diff --git a/lang/adodb-cz.inc.php b/lang/adodb-cz.inc.php index eb2fb2e3..d79d7142 100644 --- a/lang/adodb-cz.inc.php +++ b/lang/adodb-cz.inc.php @@ -1,24 +1,7 @@ <?php -/** - * Czech language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Kamil Jakubovic <jake@host.sk> - */ + +# Czech language +# v1.0, 19.06.2003 Kamil Jakubovic <jake@host.sk> $ADODB_LANG_ARRAY = array ( 'LANG' => 'cz', diff --git a/lang/adodb-da.inc.php b/lang/adodb-da.inc.php index e4c655be..14e720b8 100644 --- a/lang/adodb-da.inc.php +++ b/lang/adodb-da.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Danish language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Arne Eckmann <bananstat@users.sourceforge.net> - */ - +// Arne Eckmann bananstat#users.sourceforge.net $ADODB_LANG_ARRAY = array ( 'LANG' => 'da', DB_ERROR => 'ukendt fejl', diff --git a/lang/adodb-de.inc.php b/lang/adodb-de.inc.php index a02dd729..99dde149 100644 --- a/lang/adodb-de.inc.php +++ b/lang/adodb-de.inc.php @@ -1,25 +1,5 @@ <?php -/** - * German language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Heinz Hombergs <opn@hhombergs.de> - */ - +// contributed by "Heinz Hombergs" <opn@hhombergs.de> $ADODB_LANG_ARRAY = array ( 'LANG' => 'de', DB_ERROR => 'unbekannter Fehler', diff --git a/lang/adodb-en.inc.php b/lang/adodb-en.inc.php index 74c4ea02..05828554 100644 --- a/lang/adodb-en.inc.php +++ b/lang/adodb-en.inc.php @@ -1,23 +1,4 @@ <?php -/** - * English language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'en', diff --git a/lang/adodb-eo.inc.php b/lang/adodb-eo.inc.php index 107a3b37..baa589c1 100644 --- a/lang/adodb-eo.inc.php +++ b/lang/adodb-eo.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Esperanto language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Antono Vasiljev <anders@brainactive.org> - */ +// Vivu Esperanto ĉiam! +// Traduko fare de Antono Vasiljev (anders[#]brainactive.org) $ADODB_LANG_ARRAY = array ( 'LANG' => 'eo', diff --git a/lang/adodb-es.inc.php b/lang/adodb-es.inc.php index bcb0ccea..a80a6441 100644 --- a/lang/adodb-es.inc.php +++ b/lang/adodb-es.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Spanish language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Horacio Degiorgi <horaciod@codigophp.com> - */ - +// contributed by "Horacio Degiorgi" <horaciod@codigophp.com> $ADODB_LANG_ARRAY = array ( 'LANG' => 'es', DB_ERROR => 'error desconocido', diff --git a/lang/adodb-fa.inc.php b/lang/adodb-fa.inc.php index 84f17bd8..7fa46183 100644 --- a/lang/adodb-fa.inc.php +++ b/lang/adodb-fa.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Farsi language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Peyman Hooshmandi Raad" <phooshmand@gmail.com> - */ + +/* Farsi - by "Peyman Hooshmandi Raad" <phooshmand#gmail.com> */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'fa', diff --git a/lang/adodb-fr.inc.php b/lang/adodb-fr.inc.php index b010d1e5..620196b4 100644 --- a/lang/adodb-fr.inc.php +++ b/lang/adodb-fr.inc.php @@ -1,23 +1,4 @@ <?php -/** - * French language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'fr', diff --git a/lang/adodb-hu.inc.php b/lang/adodb-hu.inc.php index 5a73827b..49357ce2 100644 --- a/lang/adodb-hu.inc.php +++ b/lang/adodb-hu.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Hungarian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Halászvári Gábor <g.halaszvari@portmax.hu> - */ - +# Hungarian language, encoding by ISO 8859-2 charset (Iso Latin-2) +# Halászvári Gábor <g.halaszvari#portmax.hu> $ADODB_LANG_ARRAY = array ( 'LANG' => 'hu', DB_ERROR => 'ismeretlen hiba', diff --git a/lang/adodb-id.inc.php b/lang/adodb-id.inc.php index abd38eee..f5344c63 100644 --- a/lang/adodb-id.inc.php +++ b/lang/adodb-id.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Indonesian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Bambang Riswanto <bamz3r@gmail.com> - */ - +# Indonesian language +# Bambang Riswanto <bamz3r@gmail.com> $ADODB_LANG_ARRAY = array ( 'LANG' => 'id', DB_ERROR => 'kesalahan tidak diketahui', diff --git a/lang/adodb-it.inc.php b/lang/adodb-it.inc.php index a6516308..80524e1d 100644 --- a/lang/adodb-it.inc.php +++ b/lang/adodb-it.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Italian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Tiraboschi Massimiliano <timax@maxdev.com> - */ - +// Italian language file contributed by Tiraboschi Massimiliano aka TiMax +// www.maxdev.com timax@maxdev.com $ADODB_LANG_ARRAY = array ( 'LANG' => 'it', DB_ERROR => 'errore sconosciuto', diff --git a/lang/adodb-nl.inc.php b/lang/adodb-nl.inc.php index 8a898193..43e3ee69 100644 --- a/lang/adodb-nl.inc.php +++ b/lang/adodb-nl.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Dutch language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Pim Koeman <pim@wittenborg-university.com> - */ - +// Translated by Pim Koeman (pim#wittenborg-university.com) $ADODB_LANG_ARRAY = array ( 'LANG' => 'nl', DB_ERROR => 'onbekende fout', diff --git a/lang/adodb-oc.inc.php b/lang/adodb-oc.inc.php index 3481e79a..d62b67b3 100644 --- a/lang/adodb-oc.inc.php +++ b/lang/adodb-oc.inc.php @@ -1,24 +1,4 @@ <?php -/** - * Occitan language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - */ - $ADODB_LANG_ARRAY = array ( 'LANG' => 'oc', DB_ERROR => 'error desconeguda', diff --git a/lang/adodb-pl.inc.php b/lang/adodb-pl.inc.php index f855153e..ffa10e33 100644 --- a/lang/adodb-pl.inc.php +++ b/lang/adodb-pl.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Polish language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Grzegorz Pacan <gp@dione.cc> - */ + +// Contributed by Grzegorz Pacan <gp#dione.cc> $ADODB_LANG_ARRAY = array ( 'LANG' => 'pl', diff --git a/lang/adodb-pt-br.inc.php b/lang/adodb-pt-br.inc.php index b6c0d1c9..ba67167e 100644 --- a/lang/adodb-pt-br.inc.php +++ b/lang/adodb-pt-br.inc.php @@ -1,25 +1,6 @@ <?php -/** - * Portuguese (Brazilian) language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Levi Fukumori <levi@fukumori.com.br> - */ - +// contributed by "Levi Fukumori" levi _AT_ fukumori _DOT_ com _DOT_ br +// portuguese (brazilian) $ADODB_LANG_ARRAY = array ( 'LANG' => 'pt-br', DB_ERROR => 'erro desconhecido', diff --git a/lang/adodb-ro.inc.php b/lang/adodb-ro.inc.php index 011c0163..b6ddd313 100644 --- a/lang/adodb-ro.inc.php +++ b/lang/adodb-ro.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Romanian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Bogdan Stefan <sbogdan@rsb.ro> - */ + +/* Romanian - by "bogdan stefan" <sbogdan#rsb.ro> */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'ro', diff --git a/lang/adodb-ru.inc.php b/lang/adodb-ru.inc.php index a311784a..67d80f2c 100644 --- a/lang/adodb-ru.inc.php +++ b/lang/adodb-ru.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Russian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Cyrill Malevanov <cyrill@malevanov.spb.ru> - */ + +// Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru. $ADODB_LANG_ARRAY = array ( 'LANG' => 'ru', diff --git a/lang/adodb-sv.inc.php b/lang/adodb-sv.inc.php index 72e24301..d3be6b0e 100644 --- a/lang/adodb-sv.inc.php +++ b/lang/adodb-sv.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Swedish language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Christian Tiberg <christian@commsoft.nu> - */ - +// Christian Tiberg" christian@commsoft.nu $ADODB_LANG_ARRAY = array ( 'LANG' => 'en', DB_ERROR => 'Okänt fel', diff --git a/lang/adodb-th.inc.php b/lang/adodb-th.inc.php index 354acca1..a0685645 100644 --- a/lang/adodb-th.inc.php +++ b/lang/adodb-th.inc.php @@ -1,25 +1,5 @@ <?php -/** - * Thai language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Trirat Petchsingh <rosskouk@gmail.com> - */ - +// by Trirat Petchsingh <rosskouk#gmail.com> $ADODB_LANG_ARRAY = array ( 'LANG' => 'th', DB_ERROR => 'error ไม่รู้สาเหตุ', diff --git a/lang/adodb-uk.inc.php b/lang/adodb-uk.inc.php index e54a9670..2ace5bc4 100644 --- a/lang/adodb-uk.inc.php +++ b/lang/adodb-uk.inc.php @@ -1,24 +1,6 @@ <?php -/** - * Ukrainian language strings. - * - * This file is part of ADOdb, a Database Abstraction Layer library for PHP. - * - * @package ADOdb - * @link https://adodb.org Project's web site and documentation - * @link https://github.com/ADOdb/ADOdb Source code and issue tracker - * - * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause - * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option, - * any later version. This means you can use it in proprietary products. - * See the LICENSE.md file distributed with this source code for details. - * @license BSD-3-Clause - * @license LGPL-2.1-or-later - * - * @copyright 2000-2013 John Lim - * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community - * @author Alex Rootoff <rootoff@pisem.net> - */ + +// Ukrainian language file contributed by Alex Rootoff rootoff{AT}pisem.net. $ADODB_LANG_ARRAY = array ( 'LANG' => 'uk', |
