PHP Classes

File: system/dependencies/vlucas/valitron/lang/ko.php

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/vlucas/valitron/lang/ko.php   Download  
File: system/dependencies/vlucas/valitron/lang/ko.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 2,329 bytes
 

Contents

Class file image Download
<?php

return array(
   
'required' => "?(?) ???? ???.",
   
'equals' => "?(?) '%s'?(?) ??? ???.",
   
'different' => "?(?) '%s'?(?) ??? ???.",
   
'accepted' => "?(?) ???? ???.",
   
'numeric' => "?(?) ???? ???.",
   
'integer' => "?(?) ???? ???.",
   
'length' => "? ??? %d ??? ???.",
   
'min' => "?(?) %s ????? ???.",
   
'max' => "?(?) %s ???? ???.",
   
'listContains' => "?(?) ???? ?? ?? ???? ????.",
   
'in' => "?(?) ???? ?? ?? ???? ????.",
   
'notIn' => "?(?) ???? ?? ?? ???? ????.",
   
'ip' => "?(?) ???? ?? IP???.",
   
'email' => "?(?) ???? ?? email???.",
   
'url' => "?(?) ???? ?? URL???.",
   
'urlActive' => "?(?) ?? ??? ?????? ???.",
   
'alpha' => "?(?) ???(a-z)?? ????? ???.",
   
'alphaNum' => "?(?) ???(a-z)? ??(0-9)?? ????? ???.",
   
'slug' => "?(?) ???(a-z)? ??(0-9), ???? -? _?? ????? ???.",
   
'regex' => "?(?) ???? ?? ??? ???? ????.",
   
'date' => "?(?) ???? ?? ?????.",
   
'dateFormat' => "?(?) '%s' ??? ???? ???.",
   
'dateBefore' => "?(?) '%s' ?? ????? ???.",
   
'dateAfter' => "?(?) '%s' ?? ???? ???.",
   
'contains' => "?(?) '%s'?(?) ???? ???.",
   
'boolean' => "?(?) boolean??? ???.",
   
'lengthBetween' => "? ??? %d?? %d ???? ???.",
   
'creditCard' => "?(?) ??? ???? ??? ????.",
   
'lengthMin' => "? ??? %d ????? ???.",
   
'lengthMax' => "? ??? %d?(?) ?? ? ????.",
   
'instanceOf' => "? '%s'? ???? ???."
);