diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-08-17 00:48:04 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-08-17 00:48:04 +0200 |
| commit | d558d101c514beeb8c91f65ae61d106b201dc472 (patch) | |
| tree | 2ee0a5a7cdca818ed384938b2e5e477f9d55f98d /lang | |
| parent | eea4fc59246a14083e07949e4d54ac806ebbacce (diff) | |
| download | adodb-d558d101c514beeb8c91f65ae61d106b201dc472.tar.gz adodb-d558d101c514beeb8c91f65ae61d106b201dc472.tar.bz2 adodb-d558d101c514beeb8c91f65ae61d106b201dc472.zip | |
Redo Merge branch 'hotfix/5.21' Standardized file headers
Try to do it right this time...
# Conflicts:
# adodb-memcache.lib.inc.php
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, 491 insertions, 38 deletions
diff --git a/lang/adodb-ar.inc.php b/lang/adodb-ar.inc.php index 0b8f12ff..920c9943 100644 --- a/lang/adodb-ar.inc.php +++ b/lang/adodb-ar.inc.php @@ -1,5 +1,25 @@ <?php -// by "El-Shamaa, Khaled" <k.el-shamaa#cgiar.org> +/** + * 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> + */ + $ADODB_LANG_ARRAY = array ( 'LANG' => 'ar', DB_ERROR => 'خطأ غير محدد', diff --git a/lang/adodb-bg.inc.php b/lang/adodb-bg.inc.php index 07069b42..bbfd92f2 100644 --- a/lang/adodb-bg.inc.php +++ b/lang/adodb-bg.inc.php @@ -1,8 +1,24 @@ <?php -/* - Bulgarian language, v1.0, 25.03.2004, encoding by UTF-8 charset - contributed by Valentin Sheiretsky <valio#valio.eu.org> -*/ +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'bg', diff --git a/lang/adodb-ca.inc.php b/lang/adodb-ca.inc.php index adbafac9..4b046884 100644 --- a/lang/adodb-ca.inc.php +++ b/lang/adodb-ca.inc.php @@ -1,6 +1,25 @@ <?php -// Catalan language -// contributed by "Josep Lladonosa" jlladono#pie.xtec.es +/** + * 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> + */ + $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 9c973413..512ffb82 100644 --- a/lang/adodb-cn.inc.php +++ b/lang/adodb-cn.inc.php @@ -1,6 +1,25 @@ <?php -// Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net. -// Simplified Chinese +/** + * 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> + */ + $ADODB_LANG_ARRAY = array ( 'LANG' => 'cn', DB_ERROR => '未知错误', diff --git a/lang/adodb-cz.inc.php b/lang/adodb-cz.inc.php index d79d7142..eb2fb2e3 100644 --- a/lang/adodb-cz.inc.php +++ b/lang/adodb-cz.inc.php @@ -1,7 +1,24 @@ <?php - -# Czech language -# v1.0, 19.06.2003 Kamil Jakubovic <jake@host.sk> +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'cz', diff --git a/lang/adodb-da.inc.php b/lang/adodb-da.inc.php index 14e720b8..e4c655be 100644 --- a/lang/adodb-da.inc.php +++ b/lang/adodb-da.inc.php @@ -1,5 +1,25 @@ <?php -// Arne Eckmann bananstat#users.sourceforge.net +/** + * 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> + */ + $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 99dde149..a02dd729 100644 --- a/lang/adodb-de.inc.php +++ b/lang/adodb-de.inc.php @@ -1,5 +1,25 @@ <?php -// contributed by "Heinz Hombergs" <opn@hhombergs.de> +/** + * 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> + */ + $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 05828554..74c4ea02 100644 --- a/lang/adodb-en.inc.php +++ b/lang/adodb-en.inc.php @@ -1,4 +1,23 @@ <?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 baa589c1..107a3b37 100644 --- a/lang/adodb-eo.inc.php +++ b/lang/adodb-eo.inc.php @@ -1,6 +1,24 @@ <?php -// Vivu Esperanto ĉiam! -// Traduko fare de Antono Vasiljev (anders[#]brainactive.org) +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'eo', diff --git a/lang/adodb-es.inc.php b/lang/adodb-es.inc.php index a80a6441..bcb0ccea 100644 --- a/lang/adodb-es.inc.php +++ b/lang/adodb-es.inc.php @@ -1,5 +1,25 @@ <?php -// contributed by "Horacio Degiorgi" <horaciod@codigophp.com> +/** + * 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> + */ + $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 7fa46183..84f17bd8 100644 --- a/lang/adodb-fa.inc.php +++ b/lang/adodb-fa.inc.php @@ -1,6 +1,24 @@ <?php - -/* Farsi - by "Peyman Hooshmandi Raad" <phooshmand#gmail.com> */ +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'fa', diff --git a/lang/adodb-fr.inc.php b/lang/adodb-fr.inc.php index 620196b4..b010d1e5 100644 --- a/lang/adodb-fr.inc.php +++ b/lang/adodb-fr.inc.php @@ -1,4 +1,23 @@ <?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 49357ce2..5a73827b 100644 --- a/lang/adodb-hu.inc.php +++ b/lang/adodb-hu.inc.php @@ -1,6 +1,25 @@ <?php -# Hungarian language, encoding by ISO 8859-2 charset (Iso Latin-2) -# Halászvári Gábor <g.halaszvari#portmax.hu> +/** + * 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> + */ + $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 f5344c63..abd38eee 100644 --- a/lang/adodb-id.inc.php +++ b/lang/adodb-id.inc.php @@ -1,6 +1,25 @@ <?php -# Indonesian language -# Bambang Riswanto <bamz3r@gmail.com> +/** + * 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> + */ + $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 80524e1d..a6516308 100644 --- a/lang/adodb-it.inc.php +++ b/lang/adodb-it.inc.php @@ -1,6 +1,25 @@ <?php -// Italian language file contributed by Tiraboschi Massimiliano aka TiMax -// www.maxdev.com timax@maxdev.com +/** + * 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> + */ + $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 43e3ee69..8a898193 100644 --- a/lang/adodb-nl.inc.php +++ b/lang/adodb-nl.inc.php @@ -1,5 +1,25 @@ <?php -// Translated by Pim Koeman (pim#wittenborg-university.com) +/** + * 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> + */ + $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 d62b67b3..3481e79a 100644 --- a/lang/adodb-oc.inc.php +++ b/lang/adodb-oc.inc.php @@ -1,4 +1,24 @@ <?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 ffa10e33..f855153e 100644 --- a/lang/adodb-pl.inc.php +++ b/lang/adodb-pl.inc.php @@ -1,6 +1,24 @@ <?php - -// Contributed by Grzegorz Pacan <gp#dione.cc> +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'pl', diff --git a/lang/adodb-pt-br.inc.php b/lang/adodb-pt-br.inc.php index ba67167e..b6c0d1c9 100644 --- a/lang/adodb-pt-br.inc.php +++ b/lang/adodb-pt-br.inc.php @@ -1,6 +1,25 @@ <?php -// contributed by "Levi Fukumori" levi _AT_ fukumori _DOT_ com _DOT_ br -// portuguese (brazilian) +/** + * 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> + */ + $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 b6ddd313..011c0163 100644 --- a/lang/adodb-ro.inc.php +++ b/lang/adodb-ro.inc.php @@ -1,6 +1,24 @@ <?php - -/* Romanian - by "bogdan stefan" <sbogdan#rsb.ro> */ +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'ro', diff --git a/lang/adodb-ru.inc.php b/lang/adodb-ru.inc.php index 67d80f2c..a311784a 100644 --- a/lang/adodb-ru.inc.php +++ b/lang/adodb-ru.inc.php @@ -1,6 +1,24 @@ <?php - -// Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru. +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'ru', diff --git a/lang/adodb-sv.inc.php b/lang/adodb-sv.inc.php index d3be6b0e..72e24301 100644 --- a/lang/adodb-sv.inc.php +++ b/lang/adodb-sv.inc.php @@ -1,5 +1,25 @@ <?php -// Christian Tiberg" christian@commsoft.nu +/** + * 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> + */ + $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 a0685645..354acca1 100644 --- a/lang/adodb-th.inc.php +++ b/lang/adodb-th.inc.php @@ -1,5 +1,25 @@ <?php -// by Trirat Petchsingh <rosskouk#gmail.com> +/** + * 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> + */ + $ADODB_LANG_ARRAY = array ( 'LANG' => 'th', DB_ERROR => 'error ไม่รู้สาเหตุ', diff --git a/lang/adodb-uk.inc.php b/lang/adodb-uk.inc.php index 2ace5bc4..e54a9670 100644 --- a/lang/adodb-uk.inc.php +++ b/lang/adodb-uk.inc.php @@ -1,6 +1,24 @@ <?php - -// Ukrainian language file contributed by Alex Rootoff rootoff{AT}pisem.net. +/** + * 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> + */ $ADODB_LANG_ARRAY = array ( 'LANG' => 'uk', |
