Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/lang_diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ htdocs/install/language/english/install.php
- added define('MODULES_AVAILABLE', 'Available Modules');
- added define('INSTALL_THIS_MODULE', 'Add %s');

htdocs/install/language/english/finish.php
- change to refer new users to xoops.org for information on modules and themes

htdocs/language/english/global.php
- added define('_UPLOAD', 'Upload');
Expand Down
7 changes: 5 additions & 2 deletions htdocs/install/language/english/finish.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//
//
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team
Expand All @@ -8,7 +8,10 @@
<p>You can now access the <a href='../index.php'>home page of your site</a>.</p>
<h3>Support</h3>
<p>Visit <a href='http://xoops.org/' rel='external'>The XOOPS Project</a></p>
<p><strong>ATTENTION :</strong> Your site currently contains the minimum functionality, if you want to add content: text pages, photo gallery, forum, links directory, ... You must first download from the <a href='http://www.xoops.org/modules/repository' rel='external' title='Choice and download modules'>library of your local support</a> and install these components, it is the same for <a href='http://www.xoops.org/modules/extgallery' rel='external' title='Select and Install new themes'>design (theme) Additional</a>.</p>
<p><strong>ATTENTION :</strong> Your site currently contains the minimum functionality.
Please visit <a href='http://xoops.org/' rel='external' title='XOOPS Web Application System'>xoops.org</a>
to learn more about extending XOOPS to present text pages, photo galleries, forums, and more,
with <em>modules</em> as well as customizing the look of your XOOPS with <em>themes</em>.</p>
";

$content .= "<h3>Security configuration</h3>
Expand Down