[geeklog-cvs] geeklog: Don't change existing texts - added a new entry instead

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jan 5 05:06:40 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/1f658d7e55a2
changeset: 6609:1f658d7e55a2
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Dec 30 10:30:26 2008 +0100
description:
Don't change existing texts - added a new entry instead

diffstat:

2 files changed, 5 insertions(+), 6 deletions(-)
public_html/admin/install/index.php            |    2 +-
public_html/admin/install/language/english.php |    9 ++++-----

diffs (52 lines):

diff -r ee69c79e8aa5 -r 1f658d7e55a2 public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Mon Dec 29 21:40:27 2008 +0100
+++ b/public_html/admin/install/index.php	Tue Dec 30 10:30:26 2008 +0100
@@ -1777,7 +1777,7 @@
             if ($num_wrong) {
                 // If any files have incorrect permissions.
 
-                $display .= INST_printTab(2) . '<h1 class="heading">' . 'Step' . ' ' . $display_step . ' - ' . $LANG_INSTALL[14] . '</h1>' . LB;
+                $display .= INST_printTab(2) . '<h1 class="heading">' . 'Step' . ' ' . $display_step . ' - ' . $LANG_INSTALL[97] . '</h1>' . LB;
                 $display_step++;
 
                 if (isset($_GET['install_type'])) {
diff -r ee69c79e8aa5 -r 1f658d7e55a2 public_html/admin/install/language/english.php
--- a/public_html/admin/install/language/english.php	Mon Dec 29 21:40:27 2008 +0100
+++ b/public_html/admin/install/language/english.php	Tue Dec 30 10:30:26 2008 +0100
@@ -2,7 +2,7 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.5                                                               |
+// | Geeklog 1.6                                                               |
 // +---------------------------------------------------------------------------+
 // | english.php                                                               |
 // |                                                                           |
@@ -33,8 +33,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: english.php,v 1.11 2008/05/01 21:08:31 dhaun Exp $
 
 // +---------------------------------------------------------------------------+
 
@@ -65,7 +63,7 @@
     11 => 'Permissions',
     12 => 'Change to',
     13 => 'Currently',
-    14 => 'Set File Permissions',
+    14 => '',
     15 => 'Export of Geeklog headlines is switched off. The <code>backend</code> directory was not tested',
     17 => 'User photos are disabled. The <code>userphotos</code> directory was not tested',
     18 => 'Images in articles are disabled. The <code>articles</code> directory was not tested',
@@ -146,7 +144,8 @@
     93 => 'Success',
     94 => 'Here are some hints to find the correct path:',
     95 => 'The complete path to this file (the install script) is:',
-    96 => 'The installer was looking for %s in:'
+    96 => 'The installer was looking for %s in:',
+    97 => 'Set File Permissions'
 );
 
 // +---------------------------------------------------------------------------+



More information about the geeklog-cvs mailing list