<?php
/**
*
* Locale file; returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Filter
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: en_US.php 4416 2010-02-23 19:52:43Z pmjones $
*
*/
return array(
'ERR_NOT_MODEL_RECORD' => 'The data being filtered must be a from model record.',
'ERR_CHAIN_LOCALE_OBJECT' => 'The spec for the chain locale object is not valid.',
'INVALID_ALNUM' => 'Please use only letters (A-Z and a-z) and numbers (0-9).',
'INVALID_ALPHA' => 'Please use only the letters A-Z and a-z.',
'INVALID_BLANK' => 'This value must be blank.',
'INVALID_BOOL' => 'This value should be true (yes) or false (no).',
'INVALID_COMPARE' => 'This value is not the same as the other one.',
'INVALID_CONFIRM' => 'The confirmation value is not the same as the original.',
'INVALID_CTYPE' => 'This value does not match the required c-type.',
'INVALID_EMAIL' => 'Please enter a valid email address.',
'INVALID_FLOAT' => 'Please enter a floating-point number.',
'INVALID_INT' => 'Please use only whole numbers.',
'INVALID_IN_KEYS' => 'Please choose a different value.',
'INVALID_IN_LIST' => 'Please choose a different value.',
'INVALID_IP' => 'Please use a valid IP address (v4 or v6).',
'INVALID_IPV4' => 'Please use a valid IPv4 address.',
'INVALID_IPV6' => 'Please use a valid IPv6 address.',
'INVALID_ISO_DATE' => 'Please enter a date in "yyyy-mm-dd" format.',
'INVALID_ISO_TIME' => 'Please enter a time in "hh:ii:ss" format.',
'INVALID_ISO_TIMESTAMP' => 'Please enter a timestamp in "yyyy-mm-ddThh:ii:ss" format.',
'INVALID_LOCALE_CODE' => 'Please use a valid language-and-contry code in "ll_CC" format.',
'INVALID_MAX' => 'Please enter a smaller value.',
'INVALID_MAX_LENGTH' => 'Please enter a shorter string.',
'INVALID_MIME_TYPE' => 'Please enter a valid mime-type (e.g., "text/plain").',
'INVALID_MIN' => 'Please enter a larger value.',
'INVALID_MIN_LENGTH' => 'Please enter a longer string.',
'INVALID_NOT_BLANK' => 'This value is not allowed to be blank.',
'INVALID_NOT_ZERO' => 'This value is not allowed to be zero.',
'INVALID_NUMERIC' => 'Please use a number.',
'INVALID_PREG_MATCH' => 'This value does not match the required expression.',
'INVALID_RANGE' => 'This value is outside the allowed range.',
'INVALID_RANGE_LENGTH' => 'This value is too short, or too long.',
'INVALID_SEP_WORDS' => 'Please use only letters (A-Z and a-z), numbers (0-9), underscores(_), and separators.',
'INVALID_SIZE_SCOPE' => 'This value is not of the proper size and scope.',
'INVALID_STRING' => 'Please enter a string.',
'INVALID_UNIQUE' => 'This value is already in use.',
'INVALID_UPLOAD_ARRAY_MALFORMED' => 'The upload information array is malformed.',
'INVALID_UPLOAD_CANT_WRITE' => 'Failed to write uploaded file to disk.',
'INVALID_UPLOAD_EXTENSION' => 'File upload stopped by a PHP extension.',
'INVALID_UPLOAD_FILENAME_EXT' => 'Please choose a file with a different filename extension.',
'INVALID_UPLOAD_FORM_SIZE' => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
'INVALID_UPLOAD_INI_SIZE' => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
'INVALID_UPLOAD_NOT_ARRAY' => 'The upload information is not an array.',
'INVALID_UPLOAD_NOT_UPLOADED_FILE' => 'PHP reports the file is "not an uploaded file". Nefarious happenings are afoot.',
'INVALID_UPLOAD_NO_FILE' => 'No file was uploaded.',
'INVALID_UPLOAD_NO_TMP_DIR' => 'Missing a temporary folder to store file uploads.',
'INVALID_UPLOAD_PARTIAL' => 'The uploaded file was only partially uploaded.',
'INVALID_UPLOAD_UNKNOWN_ERROR' => 'An unknown error occured while validating the upload.',
'INVALID_URI' => 'Please enter a valid web address.',
'INVALID_WORD' => 'Please use only letters (A-Z and a-z), numbers (0-9), and underscores(_).',
);