// ================================================================
//  ajaxcom.js ---- Ajax comment component language kit for Japanese
//  Copyright 2005-2006 Kawasaki Yusuke <u-suke [at] kawa.net>
//  http://www.kawa.net/works/ajax/ajaxcom/ajaxcom.html
// ================================================================

if ( typeof(AjaxCom) != 'undefined' ) {
	AjaxCom.prototype.form_name     = 'name: ';
	AjaxCom.prototype.form_content  = 'comment: ';
	AjaxCom.prototype.form_submit   = 'send';
	AjaxCom.prototype.content_left  = '... ';
	AjaxCom.prototype.content_right = '';
	AjaxCom.prototype.error_name    = '"name" is missing';
	AjaxCom.prototype.error_content = '"comment" is missing';
	AjaxCom.prototype.error_post    = 'fail to send';
	AjaxCom.prototype.error_receive = 'no comments yet';
}
