1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

language cleanup on install

This commit is contained in:
marj
2009-07-18 18:37:45 +00:00
parent 8b639f8aca
commit 33af05c1c3
2 changed files with 27 additions and 17 deletions

View File

@@ -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)."...<br /><b>{$file}</b><br />\n";
$perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."<br /><b>{$file}</b><br />\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)."...<br /><b>{$file}</b><br />\n";
$perms_errors .= (substr($file, -1) == "/" ? LANINS_010a : LANINS_010)."<br /><b>{$file}</b><br />\n";
}
$perms_notes = LANINS_106;
}
@@ -534,7 +534,7 @@ class e_install
<tr>
<td>".LANINS_050."</td>
<td>".($xml_installed ? LANINS_051 : LANINS_052)."</td>
<td>".($xml_installed ? LANINS_017 : LANINS_053."<a href='http://php.net/manual/en/ref.xml.php' target='_blank'>php.net</a>".LANINS_054)."</td>
<td>".($xml_installed ? LANINS_017 : LANINS_053)."</td>
</tr>
</table>\n<br /><br />\n\n";
$this->finish_form();