From 33af05c1c30710f998540db109729ea10d114784 Mon Sep 17 00:00:00 2001 From: marj Date: Sat, 18 Jul 2009 18:37:45 +0000 Subject: [PATCH] language cleanup on install --- e107_languages/English/lan_installer.php | 34 +++++++++++++++--------- install_.php | 10 +++---- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/e107_languages/English/lan_installer.php b/e107_languages/English/lan_installer.php index d1f4dc1a5..21822bfd1 100644 --- a/e107_languages/English/lan_installer.php +++ b/e107_languages/English/lan_installer.php @@ -1,4 +1,18 @@ php.net before continuing"); +//not used: define("LANINS_054", " before continuing"); define("LANINS_055", "Install Confirmation"); define("LANINS_056", "6"); define("LANINS_057", " e107 now has all the information it needs to complete the installation. @@ -136,18 +150,14 @@ define("LANINS_095", "Integrity Check"); define("LANINS_096", 'Latest Comments'); define("LANINS_097", '[more ...]'); -define("LANINS_098", 'Articles'); -define("LANINS_099", 'Articles Front Page ...'); +//define("LANINS_098", 'Articles'); +//define("LANINS_099", 'Articles Front Page ...'); define("LANINS_100", 'Latest Forum Posts'); define("LANINS_101", 'Update menu Settings'); define("LANINS_102", 'Date / Time'); -define("LANINS_103", 'Reviews'); -define("LANINS_104", 'Review Front Page ...'); +//define("LANINS_103", 'Reviews'); +//define("LANINS_104", 'Review Front Page ...'); -define("LANINS_105", 'A database name or prefix beginning with some digits followed by \'e\' or \'E\' is not acceptable'); +define("LANINS_105", 'A database name or prefix beginning with some digits followed by “e” or “E” is not acceptable'); define("LANINS_106", 'WARNING - E107 cannot write to the directories and/or files listed. While this will not stop E107 installing, it will mean that certain features are not available. You will need to change the file permissions to use these features'); -define("LANINS_107", ''); -define("LANINS_108", ''); - -?> \ No newline at end of file diff --git a/install_.php b/install_.php index c4b10c998..ac0be5efc 100644 --- a/install_.php +++ b/install_.php @@ -9,8 +9,8 @@ * Installation file * * $Source: /cvs_backup/e107_0.8/install_.php,v $ -* $Revision: 1.24 $ -* $Date: 2009-07-18 11:41:44 $ +* $Revision: 1.25 $ +* $Date: 2009-07-18 18:37:00 $ * $Author: marj_nl_fr $ * */ @@ -443,7 +443,7 @@ class e_install $perms_pass = false; foreach ($not_writable as $file) { - $perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."...
{$file}
\n"; + $perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."
{$file}
\n"; } $perms_notes = LANINS_018; } @@ -452,7 +452,7 @@ class e_install $perms_pass = true; foreach ($opt_writable as $file) { - $perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."...
{$file}
\n"; + $perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."
{$file}
\n"; } $perms_notes = LANINS_106; } @@ -534,7 +534,7 @@ class e_install ".LANINS_050." ".($xml_installed ? LANINS_051 : LANINS_052)." - ".($xml_installed ? LANINS_017 : LANINS_053."php.net".LANINS_054)." + ".($xml_installed ? LANINS_017 : LANINS_053)." \n

\n\n"; $this->finish_form();