Initial commit

This commit is contained in:
Ben Ramey
2017-03-02 20:30:40 -06:00
commit ab3c6fc8d5
10773 changed files with 515124 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<?php
/*
+--------------------------------------------------------------------------
| CubeCart 4
| ========================================
| CubeCart is a registered trade mark of Devellion Limited
| Copyright Devellion Limited 2006. All rights reserved.
| Devellion Limited,
| 5 Bridge Street,
| Bishops Stortford,
| HERTFORDSHIRE.
| CM23 2JU
| UNITED KINGDOM
| http://www.devellion.com
| UK Private Limited Company No. 5323904
| ========================================
| Web: http://www.cubecart.com
| Email: info (at) cubecart (dot) com
| License Type: CubeCart is NOT Open Source Software and Limitations Apply
| Licence Info: http://www.cubecart.com/site/faq/license.php
+--------------------------------------------------------------------------
| default.lang.php
| ========================================
| Installer Language Files
+--------------------------------------------------------------------------
*/
$language = array(
'lang_title' => 'Package Installer',
'lang_install_info' => "To install a CubeCart Package, select the package from your hard drive, and click 'Upload'.",
'lang_install_text' => "You are about to install '%1\$s', version %2\$s.",
'lang_upgrade_text' => "You are about to upgrade '%1\$s' from version %2\$s to version %3\$s",
'lang_latest_text' => "You already have a newer version of '%1\$s' installed.",
'lang_button_upload' => 'Upload',
'lang_button_install' => 'Install',
'lang_button_upgrade' => 'Upgrade',
'lang_type' => 'Module Type',
'lang_description' => 'Description',
'lang_author' => 'Author',
'lang_install_success' => "'%1\$s' successfully installed.",
'lang_install_failed' => 'Install Failed. The following files were not installed.',
'lang_footer_note' => 'Note: Currently, Package Installer can only install and upgrade payment gateways, skins, and languages',
);
?>