vendor/assets/javascripts/i18n/grid.locale-bg.js in jqgrid-rails-4.5.4.3 vs vendor/assets/javascripts/i18n/grid.locale-bg.js in jqgrid-rails-4.6.0.0

- old
+ new

@@ -17,12 +17,14 @@ }, search : { caption: "Търсене...", Find: "Намери", Reset: "Изчисти", - odata: [{ oper:'eq', text:"равно"},{ oper:'ne', text:"различно"},{ oper:'lt', text:"по-малко"},{ oper:'le', text:"по-малко или="},{ oper:'gt', text:"по-голямо"},{ oper:'ge', text:"по-голямо или ="},{ oper:'bw', text:"започва с"},{ oper:'bn', text:"не започва с"},{ oper:'in', text:"се намира в"},{ oper:'ni', text:"не се намира в"},{ oper:'ew', text:"завършва с"},{ oper:'en', text:"не завършава с"},{ oper:'cn', text:"съдържа"},{ oper:'nc', text:"не съдържа"}], - groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ] + odata: [{ oper:'eq', text:"равно"},{ oper:'ne', text:"различно"},{ oper:'lt', text:"по-малко"},{ oper:'le', text:"по-малко или="},{ oper:'gt', text:"по-голямо"},{ oper:'ge', text:"по-голямо или ="},{ oper:'bw', text:"започва с"},{ oper:'bn', text:"не започва с"},{ oper:'in', text:"се намира в"},{ oper:'ni', text:"не се намира в"},{ oper:'ew', text:"завършва с"},{ oper:'en', text:"не завършава с"},{ oper:'cn', text:"съдържа"},{ oper:'nc', text:"не съдържа"},{ oper:'nu', text:'е NULL'},{ oper:'nn', text:'не е NULL'}], + groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ], + operandTitle : "Натисни за избор на операнд.", + resetTitle : "Изчисти стойността" }, edit : { addCaption: "Нов Запис", editCaption: "Редакция Запис", bSubmit: "Запиши", @@ -104,10 +106,10 @@ } return ['ви', 'ри', 'ти'][Math.min((j - 1) % 10, 2)]; }, srcformat: 'Y-m-d', newformat: 'd/m/Y', - parseRe : /[Tt\\\/:_;.,\t\s-]/, + parseRe : /[#%\\\/:_;.,\t\s-]/, masks : { ISO8601Long:"Y-m-d H:i:s", ISO8601Short:"Y-m-d", ShortDate: "n/j/Y", LongDate: "l, F d, Y",