Skip to content

Commit

Permalink
Update js/i18n/grid.locale-ru.js
Browse files Browse the repository at this point in the history
some translations added
  • Loading branch information
TrejGun committed Oct 29, 2012
1 parent 899a8b1 commit 81df3a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/i18n/grid.locale-ru.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ $.extend($.jgrid,{
email: "некорректное значение e-mail", email: "некорректное значение e-mail",
integer: "Пожалуйста, введите целое число", integer: "Пожалуйста, введите целое число",
date: "Пожалуйста, введите правильную дату", date: "Пожалуйста, введите правильную дату",
url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')", url: "неверная ссылка. Необходимо ввести префикс ('http://' или 'https://')",
nodefined : " is not defined!", nodefined : " не определено!",
novalue : " return value is required!", novalue : " возвращаемое значение обязательно!",
customarray : "Custom function should return array!", customarray : "Пользовательская функция должна возвращать массив!",
customfcheck : "Custom function should be present in case of custom checking!" customfcheck : "Пользовательская функция должна присутствовать в случаи пользовательской проверки!"
} }
}, },
view : { view : {
Expand Down

0 comments on commit 81df3a3

Please sign in to comment.