/* SVN FILE: $Id: en.js 47 2006-08-25 22:17:03Z ugoletti $ */

/**
 * Glizy javascript core.
 *
 * This file is part of the GLIZY framework.
 * Copyright (c) 2005-2006 Daniele Ugoletti <daniele@ugoletti.com>
 * 
 * For the full copyright and license information, please view the COPYRIGHT.txt
 * file that was distributed with this source code.
 *
 * @copyright    Copyright (c) 2005, 2006 Daniele Ugoletti
 * @link         http://www.glizy.org Glizy Project
 * @license      http://www.gnu.org/copyleft/lesser.html GNU LESSER GENERAL PUBLIC LICENSE
 * @package      glizy
 * @subpackage   javascript
 * @author		 Daniele Ugoletti <daniele@ugoletti.com>
 * @category	 locale file
 * @since        Glizy v 0.01
 * @version      $Rev: 47 $
 * @modifiedby   $LastChangedBy: ugoletti $
 * @lastmodified $Date: 2006-08-26 00:17:03 +0200 (sab, 26 ago 2006) $
 */
 
 var GlizyLocale = new Object();
GlizyLocale = {
	WARNING: 'Warning',
	REQUIREDFIELDS: 'These fields are required:',	
	SUCCESS: '',
	SUCCESSMSG: '',
	DATE_FORMAT: '%Y-%m-%d',
	NOVALIDFIELD: 'The field "%s" is not valid.',
	FIRSTNAME: 'First Name',
	LASTNAME: 'Last Name',
	EMAIL: 'email',
	PRIVACY: 'Permission to use personal data is required.'
};


var pageTexts = {ins: 'Insert', add: 'Add new record', addFirst: 'Add new record before the first one', addLast: 'Add new record after the last one', addBefore: 'Add new record before this one', moveUp: 'Move up', moveDn: 'Move down', edit: 'Modify', del: 'Delete', confirmDel: 'Are you sure to delete this record?', newImg: 'Pick up an image', newMedia: 'Pick up a media file ', color: 'Pick up a color', cancel: 'Cancel', ok: 'OK', save: 'Save', confirmSave: 'Save updates?', noSave: 'noting to save!', searchOn: 'search in', goSearch: 'start search', selItems: 'selected items', noResult: 'no search result', include: 'Add', reset: 'restart', preview: 'preview'  };   
