[geeklog-cvs] Geeklog-1.x/public_html/admin/install/language english.php, 1.5, 1.6 german.php, 1.2, 1.3

Dirk Haun dhaun at qs1489.pair.com
Mon Dec 31 10:24:18 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language
In directory qs1489.pair.com:/tmp/cvs-serv43158/language

Modified Files:
	english.php german.php 
Log Message:
Catch attempts to upgrade an empty database; fixed language selection (may be overridden by the presence of a language cookie); moved a hard-coded English text to the language files.


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/english.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** english.php	6 Sep 2007 06:52:12 -0000	1.5
--- english.php	31 Dec 2007 15:24:16 -0000	1.6
***************
*** 139,143 ****
      86 => 'Language',
      87 => 'http://www.geeklog.net/forum/index.php?forum=1',
!     88 => 'Change directory and containing files to'
  );
  
--- 139,146 ----
      86 => 'Language',
      87 => 'http://www.geeklog.net/forum/index.php?forum=1',
!     88 => 'Change directory and containing files to',
!     89 => 'Current Version:',
!     90 => 'Empty database?',
!     91 => 'It appears that either your database is empty or the database credentials you entered are incorrect. Or maybe you wanted to perform a New Install (instead of an Upgrade)? Please go back and try again.'
  );
  

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/german.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** german.php	6 Sep 2007 06:52:24 -0000	1.2
--- german.php	31 Dec 2007 15:24:16 -0000	1.3
***************
*** 138,142 ****
      85 => '" does not appear to be correct. Please go back and try again.',
      86 => 'Sprache',
!     87 => 'http://geeklog.info/forum/index.php?forum=1'
  );
  
--- 138,146 ----
      85 => '" does not appear to be correct. Please go back and try again.',
      86 => 'Sprache',
!     87 => 'http://geeklog.info/forum/index.php?forum=1',
!     88 => 'Change directory and containing files to',
!     89 => 'Aktuelle Version:',
!     90 => 'Empty database?',
!     91 => 'It appears that either your database is empty or the database credentials you entered are incorrect. Or maybe you wanted to perform a New Install (instead of an Upgrade)? Please go back and try again.'
  );
  




More information about the geeklog-cvs mailing list