[geeklog-cvs] Geeklog-1.x/public_html/admin/install/language english.php, 1.8, 1.9 german.php, 1.4, 1.5

Dirk Haun dhaun at qs1489.pair.com
Thu May 1 04:46:24 EDT 2008


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

Modified Files:
	english.php german.php 
Log Message:
Added UTF-8 option (bug #0000610)


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/english.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** english.php	29 Mar 2008 22:21:08 -0000	1.8
--- english.php	1 May 2008 08:46:22 -0000	1.9
***************
*** 142,146 ****
      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.'
  );
  
--- 142,147 ----
      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.',
!     92 => 'Use UTF-8'
  );
  

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/german.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german.php	2 Jan 2008 13:29:02 -0000	1.4
--- german.php	1 May 2008 08:46:22 -0000	1.5
***************
*** 142,150 ****
      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.'
  );
  
  // +---------------------------------------------------------------------------+
! // success.php (TBD)
  
  $LANG_SUCCESS = array(
--- 142,151 ----
      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.',
!     92 => 'Benutze UTF-8'
  );
  
  // +---------------------------------------------------------------------------+
! // success.php
  
  $LANG_SUCCESS = array(
***************
*** 174,178 ****
  
  // +---------------------------------------------------------------------------+
! // help.php (TBD)
  
  $LANG_HELP = array(
--- 175,179 ----
  
  // +---------------------------------------------------------------------------+
! // help.php
  
  $LANG_HELP = array(




More information about the geeklog-cvs mailing list