From a6c111b7034ec964c4d2558dbe2263f7cf79416d Mon Sep 17 00:00:00 2001 From: chriskl Date: Sat, 16 Apr 2005 05:11:04 +0000 Subject: [PATCH] Sign off on 3.5.3. Add portuguese, why not? --- CREDITS | 4 + HISTORY | 7 +- lang/Makefile | 9 +- lang/portuguese-pt.php | 435 +++++++++++++++++++++++++++++++++ lang/recoded/portuguese-pt.php | 435 +++++++++++++++++++++++++++++++++ libraries/lib.inc.php | 5 +- login.php | 5 +- 7 files changed, 893 insertions(+), 7 deletions(-) create mode 100644 lang/portuguese-pt.php create mode 100644 lang/recoded/portuguese-pt.php diff --git a/CREDITS b/CREDITS index 18f9402f..fc682e99 100644 --- a/CREDITS +++ b/CREDITS @@ -33,6 +33,8 @@ Translators - Alex Rootoff (Ukrainian) - Jonatan (Hebrew) - Alin Vaida (Romanian) +- Arne Eckmann (Danish) +- Francisco Cabrita (Portuguese) Look & Feel @@ -50,6 +52,8 @@ Contributors - Bryan Encina (SQL window improvements, bug fixes, admin) - Dan Boren (Object comments) - Adrian Nida (Fix time outs) +- Adrian Nida (Fix time outs) +- Russell Smith Third Party Libraries diff --git a/HISTORY b/HISTORY index 82b09ebe..749e172c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,8 @@ phpPgAdmin History ------------------ -Version 3.5.3-dev ------------------ +Version 3.5.3 +------------- Bugs * Fix using schema enabled dump on non-schema enabled backend @@ -13,6 +13,9 @@ Bugs * Fix last internal oid for PostgreSQL 8.0 * Fix (again) dumping on v8 for windows, exclude dumping some objects. +Translations +* Portuguese from Francisco + Version 3.5.2 ------------- diff --git a/lang/Makefile b/lang/Makefile index d873610b..7731d223 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -20,7 +20,7 @@ # Modifications by Rafal Slubowski, 2003-12-12: # All conversions of recoded text moved to convert.awk script # -# $Id: Makefile,v 1.40.2.1 2005/02/18 11:54:16 chriskl Exp $ +# $Id: Makefile,v 1.40.2.2 2005/04/16 05:11:04 chriskl Exp $ DESTDIR=./recoded TARGETS=polish \ @@ -39,6 +39,7 @@ TARGETS=polish \ turkish \ czech \ portuguese-br \ + portuguese-pt \ swedish \ afrikaans \ arabic \ @@ -155,6 +156,12 @@ portuguese-br: portuguese-br.php > ${DESTDIR}/portuguese-br.php @chmod 644 portuguese-br.php ${DESTDIR}/portuguese-br.php +portuguese-pt: portuguese-pt.php + @echo "Recoding portuguese-pt..." + @cat portuguese-pt.php | recode iso-8859-15..html | ./convert.awk \ + > ${DESTDIR}/portuguese-pt.php + @chmod 644 portuguese-pt.php ${DESTDIR}/portuguese-pt.php + swedish: swedish.php @echo "Recoding swedish..." @cat swedish.php | recode iso-8859-1..html | ./convert.awk \ diff --git a/lang/portuguese-pt.php b/lang/portuguese-pt.php new file mode 100644 index 00000000..e10956f5 --- /dev/null +++ b/lang/portuguese-pt.php @@ -0,0 +1,435 @@ + diff --git a/lang/recoded/portuguese-pt.php b/lang/recoded/portuguese-pt.php new file mode 100644 index 00000000..920e3f19 --- /dev/null +++ b/lang/recoded/portuguese-pt.php @@ -0,0 +1,435 @@ + diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 83e0725d..2606b1c5 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.88.2.3 2005/02/24 09:57:44 chriskl Exp $ + * $Id: lib.inc.php,v 1.88.2.4 2005/04/16 05:11:05 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.5.3-dev'; + $appVersion = '3.5.3'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; @@ -52,6 +52,7 @@ 'mongol' => 'Mongolian', 'polish' => 'Polski', 'portuguese-br' => 'Português-Brasileiro', + 'portuguese-pt' => 'Português-Português', 'romanian' => 'Română', 'russian' => 'Русский', 'slovak' => 'Slovensky', diff --git a/login.php b/login.php index b759a303..88871e14 100755 --- a/login.php +++ b/login.php @@ -3,7 +3,7 @@ /** * Login screen * - * $Id: login.php,v 1.18.2.1 2005/02/18 11:54:16 chriskl Exp $ + * $Id: login.php,v 1.18.2.2 2005/04/16 05:11:04 chriskl Exp $ */ // This needs to be an include once to prevent lib.inc.php infinite recursive includes. @@ -56,8 +56,9 @@ 'hu' => 'hungarian', 'mn' => 'mongol', 'pl' => 'polish', - 'pt' => 'portuguese-br', + 'pt' => 'portuguese-pt', 'pt-br' => 'portuguese-br', + 'pt-pt' => 'portuguese-pt', 'ro' => 'romanian', 'ru' => 'russian', 'sk' => 'slovak', -- 2.39.5