* * @license http://opensource.org/licenses/gpl-license.php GPL * */ return array( 'FORMAT_DATE' => 'm/d/Y', 'FORMAT_TIME' => 'H:i:s', 'FORMAT_TIMESTAMP' => 'm-d-Y H:i:s', // validation feedback 'VALIDATE_RANGELENGTH' => 'This value must be %d-%d characters long.', 'VALIDATE_COUNTRY' => 'Please enter a valid country code.', 'VALIDATE_TEL' => 'Please enter a valid phone number.', 'VALIDATE_ZIP' => 'Please enter a valid ZIP code.', 'VALIDATE_VAT' => 'Please enter a valid VAT number.', 'VALIDATE_POSTAL_CODE' => 'Please enter a valid postal code.', 'VALIDATE_HANDLE_RESERVED' => 'This username is already taken.', 'VALIDATE_PASSWD_MATCH' => "Passwords don't match.", 'VALIDATE_HANDLE' => 'Please use only numbers and lowercase letters. Length can be 5-15 characters.', 'VALIDATE_PASSWD' => 'Password must be 5-15 characters long.', // validation messages (used when validation fails) 'VALIDATE_ALPHA' => 'Please use only the letters A-Z.', 'VALIDATE_ALNUM' => 'Please use only letters (A-Z) and numbers (0-9).', 'VALIDATE_BLANK' => 'This value must be blank.', 'VALIDATE_EMAIL' => 'Please enter a valid email address.', 'VALIDATE_INKEYS' => 'Please choose a different value.', 'VALIDATE_INLIST' => 'Please choose a different value.', 'VALIDATE_INTEGER' => 'Please use only whole numbers.', 'VALIDATE_ISODATE' => 'Please enter a date in "yyyy-mm-dd" format.', 'VALIDATE_ISOTIMESTAMP' => 'Please enter a timestamp in "yyyy-mm-ddThh:ii:ss" format.', 'VALIDATE_ISOTIME' => 'Please enter a time in "hh:ii:ss" format.', 'VALIDATE_MAX' => 'Please enter a smaller value.', 'VALIDATE_MAX_LENGTH' => 'Please enter a shorter string.', 'VALIDATE_MIN' => 'Please enter a larger value.', 'VALIDATE_MIN_LENGTH' => 'Please enter a longer string.', 'VALIDATE_NOTZERO' => 'This value is not allowed to be zero.', 'VALIDATE_NOT_BLANK' => 'This value is not allowed to be blank.', 'VALIDATE_RANGE' => 'This value is outside the allowed range.', 'VALIDATE_RANGELENGTH' => 'This value is too short, or too long.', 'VALIDATE_SCOPE' => 'This value is not in the proper scope.', 'VALIDATE_STRING' => 'Please enter a string.', 'VALIDATE_FLOAT' => 'This value is not a float.', 'VALIDATE_SEPWORDS' => 'Please use only letters (A-Z), numbers (0-9), underscores(_), and separators.', 'VALIDATE_URI' => 'Please enter a valid web address.', 'VALIDATE_WORD' => 'Please use only letters (A-Z), numbers (0-9), and underscores(_).', // labels 'LABEL_CREATED' => 'Created', 'LABEL_UPDATED' => 'Updated', 'LABEL_STATUS' => 'Status', 'LABEL_BODY' => 'Content', // text strings 'TEXT_HERE' => 'You are here', 'TEXT_GENDER_MALE' => 'Male', 'TEXT_GENDER_FEMALE' => 'Female', 'TEXT_TAGS' => array('Tag', 'Tags'), 'TEXT_RESULTS' => 'Found %d results matching your search', // ------------------------------------------------------------------------- // // Pager // 'PAGER_PAGE_QUERY' => 'page', 'PAGER_PREVIOUS_PAGE' => '< Previous', 'PAGER_NEXT_PAGE' => 'Next >', 'PAGER_FIRST_PAGE' => '<<', 'PAGER_LAST_PAGE' => '>>', 'PAGER_PAGE_X' => 'Page $d', 'PAGER_PAGE_X_OF_Y' => 'Page %1$d of %2$d', 'PAGER_ITEMS_X-Y_OF_Z' => '%1$d-%2$d of %3$d', 'PAGER_NEWEST' => '<<', 'PAGER_NEWER' => '<', 'PAGER_OLDER' => '>', 'PAGER_OLDEST' => '>>', );