96 lines
3.7 KiB
PHP
Executable File
96 lines
3.7 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Validation Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines contain the default error messages used by
|
|
| the validator class. Some of these rules have multiple versions such
|
|
| such as the size rules. Feel free to tweak each of these messages.
|
|
|
|
|
*/
|
|
|
|
"accepted" => "crwdns973:0crwdne973:0",
|
|
"active_url" => "crwdns974:0crwdne974:0",
|
|
"after" => "crwdns975:0crwdne975:0",
|
|
"alpha" => "crwdns976:0crwdne976:0",
|
|
"alpha_dash" => "crwdns977:0crwdne977:0",
|
|
"alpha_num" => "crwdns978:0crwdne978:0",
|
|
"before" => "crwdns979:0crwdne979:0",
|
|
"between" => array(
|
|
"numeric" => "crwdns980:0crwdne980:0",
|
|
"file" => "crwdns981:0crwdne981:0",
|
|
"string" => "crwdns982:0crwdne982:0",
|
|
),
|
|
"confirmed" => "crwdns983:0crwdne983:0",
|
|
"date" => "crwdns984:0crwdne984:0",
|
|
"date_format" => "crwdns985:0crwdne985:0",
|
|
"different" => "crwdns986:0crwdne986:0",
|
|
"digits" => "crwdns987:0crwdne987:0",
|
|
"digits_between" => "crwdns988:0crwdne988:0",
|
|
"email" => "crwdns989:0crwdne989:0",
|
|
"exists" => "crwdns990:0crwdne990:0",
|
|
"image" => "crwdns991:0crwdne991:0",
|
|
"in" => "crwdns992:0crwdne992:0",
|
|
"integer" => "crwdns993:0crwdne993:0",
|
|
"ip" => "crwdns994:0crwdne994:0",
|
|
"max" => array(
|
|
"numeric" => "crwdns995:0crwdne995:0",
|
|
"file" => "crwdns996:0crwdne996:0",
|
|
"string" => "crwdns997:0crwdne997:0",
|
|
),
|
|
"mimes" => "crwdns998:0crwdne998:0",
|
|
"min" => array(
|
|
"numeric" => "crwdns999:0crwdne999:0",
|
|
"file" => "crwdns1000:0crwdne1000:0",
|
|
"string" => "crwdns1001:0crwdne1001:0",
|
|
),
|
|
"not_in" => "crwdns1002:0crwdne1002:0",
|
|
"numeric" => "crwdns1003:0crwdne1003:0",
|
|
"regex" => "crwdns1004:0crwdne1004:0",
|
|
"required" => "crwdns1005:0crwdne1005:0",
|
|
"required_if" => "crwdns1006:0crwdne1006:0",
|
|
"required_with" => "crwdns1007:0crwdne1007:0",
|
|
"required_without" => "crwdns1008:0crwdne1008:0",
|
|
"same" => "crwdns1009:0crwdne1009:0",
|
|
"size" => array(
|
|
"numeric" => "crwdns1010:0crwdne1010:0",
|
|
"file" => "crwdns1011:0crwdne1011:0",
|
|
"string" => "crwdns1012:0crwdne1012:0",
|
|
),
|
|
"unique" => "crwdns1013:0crwdne1013:0",
|
|
"url" => "crwdns1014:0crwdne1014:0",
|
|
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Custom Validation Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Here you may specify custom validation messages for attributes using the
|
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
| specify a specific custom language line for a given attribute rule.
|
|
|
|
|
*/
|
|
|
|
'custom' => array(),
|
|
'alpha_space' => "crwdns1015:0crwdne1015:0",
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Custom Validation Attributes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used to swap attribute place-holders
|
|
| with something more reader friendly such as E-Mail Address instead
|
|
| of "email". This simply helps us make messages a little cleaner.
|
|
|
|
|
*/
|
|
|
|
'attributes' => array(),
|
|
|
|
);
|