PHP Classes

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

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

Contents

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