| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/boutiques/app/design/adminhtml/default/default/template/page/js/ |
Upload File : |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category design
* @package default_default
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
$_data = array(
'Please select an option.' => $this->__('Please select an option.'),
'This is a required field.' => $this->__('This is a required field.'),
'Please enter a valid number in this field.' => $this->__('Please enter a valid number in this field.'),
'Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.' => $this->__('Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.'),
'Please use letters only (a-z) in this field.' => $this->__('Please use letters only (a-z) in this field.'),
'Please use in this field only "a-z,0-9,_".' => $this->__('Please use in this field only "a-z,0-9,_".'),
'Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.' => $this->__('Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.'),
'Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.' => $this->__('Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.'),
'Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.' => $this->__('Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.'),
'Please enter a valid date.' => $this->__('Please enter a valid date.'),
'Please enter a valid email address. For example johndoe@domain.com.' => $this->__('Please enter a valid email address. For example johndoe@domain.com.'),
'Please enter 6 or more characters.' => $this->__('Please enter 6 or more characters.'),
'Please make sure your passwords match.' => $this->__('Please make sure your passwords match.'),
'Please enter a valid URL. http:// is required' => $this->__('Please enter a valid URL. http:// is required'),
'Please enter a valid URL. For example http://www.example.com or www.example.com' => $this->__('Please enter a valid URL. For example http://www.example.com or www.example.com'),
'Please enter a valid social security number. For example 123-45-6789.' => $this->__('Please enter a valid social security number. For example 123-45-6789.'),
'Please enter a valid zip code. For example 90602 or 90602-1234.' => $this->__('Please enter a valid zip code. For example 90602 or 90602-1234.'),
'Please enter a valid zip code.' => $this->__('Please enter a valid zip code.'),
'Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.' => $this->__('Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.'),
'Please enter a valid $ amount. For example $100.00.' => $this->__('Please enter a valid $ amount. For example $100.00.'),
'Please select one of the above options.' => $this->__('Please select one of the above options.'),
'Please select one of the options.' => $this->__('Please select one of the options.'),
'Please enter a valid number in this field.' => $this->__('Please enter a valid number in this field.'),
'Please select State/Province.' => $this->__('Please select State/Province.'),
'Please enter valid password.' => $this->__('Please enter valid password.'),
'Please enter a number greater than 0 in this field.' => $this->__('Please enter a number greater than 0 in this field.'),
'Please enter a valid credit card number.' => $this->__('Please enter a valid credit card number.'),
'Please wait, loading...' => $this->__('Please wait, loading...'),
/*'' => $this->__(''),
'' => $this->__(''),
'' => $this->__(''),*/
);
?>
<script type="text/javascript">
var Translator = new Translate(<?php echo Zend_Json::encode($_data) ?>);
</script>