PHP Classes

File: vendors/parsleyjs/dist/i18n/el.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/parsleyjs/dist/i18n/el.js   Download  
File: vendors/parsleyjs/dist/i18n/el.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 2,157 bytes
 

Contents

Class file image Download
// Validation errors messages for Parsley // Load this after Parsley Parsley.addMessages('el', { defaultMessage: "? ???? ???????? ?? ????? ?? ??????.", type: { email: "? ???? ?????? ?? ????? ??? ?????? email.", url: "? ???? ?????? ?? ????? ??? ?????? url.", number: "? ???? ?????? ?? ????? ???? ??????? ???????.", integer: "? ???? ?????? ?? ????? ???? ??????? ????????.", digits: "? ???? ?????? ?? ????? ?????.", alphanum: "? ???? ?????? ?? ????? ?????????????." }, notblank: "? ???? ??? ?????? ?? ????? ????.", required: "? ???? ???? ??????????.", pattern: "? ???? ???????? ?? ????? ?? ??????.", min: "? ???? ?????? ?? ????? ?????????? ? ??? ?? %s.", max: "? ???? ?????? ?? ????? ????????? ? ??? ?? %s.", range: "? ???? ?????? ?? ????? ?????? %s ??? %s.", minlength: "?? ??????? ????? ???? ?????. ?????? ?? ????? %s ? ??? ???????????? ??????????.", maxlength: "? ??????? ????? ???? ??????. ?????? ?? ????? %s ? ??? ????????? ??????????.", length: "?? ????? ??? ???????? ????? ?? ??????. ?????? ?? ????? ?????? %s ??? %s ??????????.", mincheck: "?????? ?? ????????? ??????????? %s ????????.", maxcheck: "?????? ?? ????????? %s ? ????????? ????????.", check: "?????? ?? ????????? ?????? %s ??? %s ????????.", equalto: "? ???? ?????? ?? ????? ? ????." }); Parsley.setLocale('el');