Sure thing - btw the file above (languages.php) is clearly wrong - I was distracted!
Anyway the file contents you asked for are:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: create_account_success.php 4816 2006-10-23 04:08:52Z drbyte $
*/
define('NAVBAR_TITLE_1', 'Create an Account');
define('NAVBAR_TITLE_2', 'Success');
define('HEADING_TITLE', 'Thank you for your registration!');
define('TEXT_ACCOUNT_CREATED', '<br /><br />Congratulations! Your Registration has been submitted successfully!<br /><br />A confirmation email has been sent to the email address you provided. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>. <br /><br /> Make sure to check your spam folder first - just in case!!<br /><br />For now you can still browse our site but will not be able to place orders until your account has been authorised. All registrations are manually verified and you will shortly receive a further email confirming details of your account activation.<br /><br />Thank you.');
define('PRIMARY_ADDRESS_TITLE', 'Primary Address');
?>
Cheers
Rob