PHP Classes

File: public/js/plugins/validate/localization/messages_el.js

Recommend this page to a friend!
  Classes of carlos carvalho   COC Framework   public/js/plugins/validate/localization/messages_el.js   Download  
File: public/js/plugins/validate/localization/messages_el.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: COC Framework
Web application development MVC framework
Author: By
Last change:
Date: 7 years ago
Size: 1,842 bytes
 

Contents

Class file image Download
/* * Translated default messages for the jQuery validation plugin. * Locale: EL */ jQuery.extend(jQuery.validator.messages, { required: "???? ?? ????? ????? ???????????.", remote: "???????? ????????? ???? ?? ?????.", email: "???????? ???????? ??? ?????? ????????? email.", url: "???????? ???????? ??? ?????? URL.", date: "???????? ???????? ??? ?????? ??????????.", dateISO: "???????? ???????? ??? ?????? ?????????? (ISO).", number: "???????? ???????? ???? ?????? ??????.", digits: "???????? ???????? ???? ?????????? ?????.", creditcard: "???????? ???????? ???? ?????? ?????? ?????????? ??????.", equalTo: "???????? ???????? ??? ???? ???? ????.", accept: "???????? ???????? ??? ???? ?? ?????? ???????? ???????.", maxlength: $.validator.format("???????? ???????? ????? ??? {0} ??????????."), minlength: $.validator.format("???????? ???????? ??????????? {0} ??????????."), rangelength: $.validator.format("???????? ???????? ??? ???? ?? ????? ?????? {0} ??? {1} ??????????."), range: $.validator.format("???????? ???????? ??? ???? ?????? {0} ??? {1}."), max: $.validator.format("???????? ???????? ??? ???? ????????? ? ??? ??? {0}."), min: $.validator.format("???????? ???????? ??? ???? ?????????? ? ??? ??? {0}.") });