Initial commit
This commit is contained in:
49
production/modules/installer/language/default.lang.php
Normal file
49
production/modules/installer/language/default.lang.php
Normal 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',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user