Richter,
Yes these translations will be in the next update. but you can go ahead and put this into your includes/japanese/login.php file:
PHP Code:
define('HEADING_NEW_CUSTOMER_SPLIT', '新しいお客様');
As for the other thing we went with the original code from the 1.3.7 English pack here. I will check more into this, the thing.
The button issue will be addressed too in the next update, we took the buttons from the other Japanese pack but we are thinking of changing all of them.
Also in the new update we will have updates for Sama in the emails, change the name layout for emails, and also change the invoice so that Sama shows up after the name there too.
Most of this is done, just working on the instructions for this all now. If my wife doesn't have our kid before this weekend then I should have everything up..well maybe not the buttons, but all the code should be up this weekend with the next update.
Thanks for posting,
Regards
CK
Edit:
Here is the whole code for the file as some other things have been changed too.
PHP Code:
<?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: login.php 5458 2006-12-29 22:00:08Z drbyte $
*/
define('NAVBAR_TITLE', 'ログイン');
define('HEADING_TITLE', 'いらっしゃいませ<br />サインインしてください');
define('HEADING_NEW_CUSTOMER', '【初めてのご来店・未登録の方は】<br /> お客様の情報を入力し、アカウントを作成してください。');
define('HEADING_NEW_CUSTOMER_SPLIT', '新しいお客様');
define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'この機会に是非ご登録ください!<br />' . STORE_NAME . 'では、一度アカウントを作成していただきますと以降のご利用ではお客様情報などの入力を省くことができ、快適にショッピングを楽しんでいただけます。');
define('TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT', 'Have a PayPal account? Want to pay quickly with a credit card? Use the PayPal button below to use the Express Checkout option.');
define('TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER', '<span class="larger">または</span><br />');
define('TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT', 'お客様プロフィールをお作りください。<strong>' . STORE_NAME . '</strong>により、簡単に買い物ができ、またご注文状況の追跡、前回のご注文情報の確認をすることができます。そしてメンバーのみの特典をご利用いただくこともできます。');
define('HEADING_RETURNING_CUSTOMER', '登録済みのお客様:ログインしてください');
define('HEADING_RETURNING_CUSTOMER_SPLIT', '登録済みのお客様');
define('TEXT_RETURNING_CUSTOMER_SPLIT', '続けるには、お客様の<strong>' . STORE_NAME . '</strong> のアカウントにログインしてください');
define('TEXT_PASSWORD_FORGOTTEN', 'パスワードをお忘れですか?');
define('TEXT_LOGIN_ERROR', 'エラー: メールアドレスまたはパスワードが一致しませんでした。');
define('TEXT_VISITORS_CART', '<strong>注:</strong>お客様の"ビジターズカート"の内容は、ログインされると"メンバーズカート"の中に自動的に入ります。<a href="javascript:session_win();">[詳細]</a>');
define('TABLE_HEADING_PRIVACY_CONDITIONS', '<span class="privacyconditions">個人情報保護方針について</span>');
define('TEXT_PRIVACY_CONDITIONS_DESCRIPTION', '<span class="privacydescription">個人情報保護方針に同意される場合はチェックボックスをクリックしてください。内容はこちらでご覧いただけます。</span> <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '"><u>個人情報保護方針</u></a>.');
define('TEXT_PRIVACY_CONDITIONS_CONFIRM', '<span class="privacyagree">個人情報保護方針に同意します。</span>');
?>
Bookmarks