[geeklog-cvs] Geeklog-1.x/public_html/admin/install success.php, 1.18, 1.19

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 08:29:04 EST 2008


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

Modified Files:
	success.php 
Log Message:
German localisation


Index: success.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/success.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** success.php	30 Dec 2007 21:05:56 -0000	1.18
--- success.php	2 Jan 2008 13:29:02 -0000	1.19
***************
*** 9,13 ****
  // | Page that is displayed upon a successful Geeklog installation or upgrade  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Page that is displayed upon a successful Geeklog installation or upgrade  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 52,56 ****
  $display .= COM_startBlock( $LANG_SUCCESS[1] . VERSION . $LANG_SUCCESS[2] );
  
! $display .= '<p>' . $LANG_SUCCESS[3] . (($type == 'install') ? 'installed' : 'upgraded') . $LANG_SUCCESS[4] . '</p>' ;
  
  if ($type == 'install') {
--- 52,56 ----
  $display .= COM_startBlock( $LANG_SUCCESS[1] . VERSION . $LANG_SUCCESS[2] );
  
! $display .= '<p>' . $LANG_SUCCESS[3] . (($type == 'install') ? $LANG_SUCCESS[20] : $LANG_SUCCESS[21]) . $LANG_SUCCESS[4] . '</p>' ;
  
  if ($type == 'install') {
***************
*** 61,65 ****
  
  $display .= '<h2>' . $LANG_SUCCESS[10] . '</h2>
! <p>' . $LANG_SUCCESS[11] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . ' ' . $LANG_SUCCESS[12] . '</strong>:</p>
  <ul>
  <li>' . $LANG_SUCCESS[13] . ' <tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';
--- 61,65 ----
  
  $display .= '<h2>' . $LANG_SUCCESS[10] . '</h2>
! <p>' . $LANG_SUCCESS[11] . ' <strong>' . (($type == 'upgrade') ? '2' : '3') . '</strong> ' . $LANG_SUCCESS[12] . ':</p>
  <ul>
  <li>' . $LANG_SUCCESS[13] . ' <tt>' . $_CONF['path_html'] . 'admin/install</tt>.</li>';




More information about the geeklog-cvs mailing list