[gh/113] Update UMIL to 1.0.5

B3P-GH-113
This commit is contained in:
Marc Alexander
2013-10-06 11:46:10 +02:00
parent c71695dfcb
commit 7a1cf0e9ee
29 changed files with 137 additions and 131 deletions

View File

@@ -4,9 +4,8 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil
* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
@@ -122,11 +121,10 @@ $lang = array_merge($lang, array(
'UNKNOWN' => 'Unknown',
'UPDATE_MOD' => 'Update %s',
'UPDATE_MOD_CONFIRM' => 'Are you ready to update %s?',
'UPDATE_UMIL' => 'This version of UMIL is outdated.<br /><br />Please download the latest UMIL (Unified MOD Install Library) from: <a href="%1$s" target="_blank">%1$s</a>',
'UPDATE_UMIL' => 'This version of UMIL is outdated.<br /><br />Please download the latest UMIL (Unified MOD Install Library) from: <a href="%1$s" onclick="window.open(this.href);return false;">%1$s</a>',
'VERSIONS' => 'Mod Version: <strong>%1$s</strong><br />Currently Installed: <strong>%2$s</strong>',
'VERSION_SELECT' => 'Version Select',
'VERSION_SELECT_EXPLAIN' => 'Do not change from “Ignore” unless you know what you are doing or were told to.',
));
?>