PHP Classes

File: public/js/lib/jquery-validation/localization/messages_ru.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/jquery-validation/localization/messages_ru.js   Download  
File: public/js/lib/jquery-validation/localization/messages_ru.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 3,701 bytes
 

Contents

Class file image Download
(function (factory) { if (typeof define === "function" && define.amd) { define(["jquery", "../jquery.validate"], factory); } else { factory(jQuery); } }(function ($) { /* * Translated default messages for the jQuery validation plugin. * Locale: RU (Russian; ??????? ????) */ $.extend($.validator.messages, { required: "??? ???? ?????????? ?????????.", remote: "??????????, ??????? ?????????? ????????.", email: "??????????, ??????? ?????????? ????? ??????????? ?????.", url: "??????????, ??????? ?????????? URL.", date: "??????????, ??????? ?????????? ????.", dateISO: "??????????, ??????? ?????????? ???? ? ??????? ISO.", number: "??????????, ??????? ?????.", digits: "??????????, ??????? ?????? ?????.", creditcard: "??????????, ??????? ?????????? ????? ????????? ?????.", equalTo: "??????????, ??????? ????? ?? ???????? ??? ???.", extension: "??????????, ???????? ???? ? ?????????? ???????????.", 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}."), integer: "??????????, ??????? ????????????? ??? ????????????? ????? ?????.", alphanumeric: "??????????, ??????? ?????, ????? ??? ??????? ?????????????.", lettersonly: "??????????, ??????? ?????? ????????? ???????.", letterswithbasicpunc: "??????????, ??????? ????? ??? ??????? ??????????.", dateRU: "??????????, ??????? ???? ? ??????? 01.12.2014", phoneRU: "??????????, ??????? ????? ???????? ? ??????? +38XXXXXXXXXX", require_from_select: "??????????, ???????? ?? ?????? ????????", equal: "????????? ???????? ?? ????????????? ?????????", require_if_select: $.validator.format('??? ???? ?????? ???? ?????????, ???? ??????? ???????? "{0}".'), edrpou: "??????????, ??????? ?????? ?????? ???", cents_for_dollar: "??????????, ??????? ?????????? ????? ??????", minlength_with_cleaning: $.validator.format("??????????, ??????? ?? ?????? {0} ????????."), required_with_cleaning: "??? ???? ?????????? ?????????." }); }));