jqgrid-jquery-rails 4.5.0.0 → 4.5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jqgrid-jquery-rails/version.rb +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +126 -126
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +157 -122
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +144 -144
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -129
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -126
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +161 -161
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +161 -161
- data/vendor/assets/javascripts/i18n/grid.locale-id.js +168 -168
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -126
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -128
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +128 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -128
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -128
- data/vendor/assets/javascripts/jquery.jqGrid.js +154 -78
- data/vendor/assets/stylesheets/ui.jqgrid.css +2 -1
- metadata +1 -1
| @@ -1,126 +1,126 @@ | |
| 1 | 
            -
            ;(function($){
         | 
| 2 | 
            -
            /**
         | 
| 3 | 
            -
             * jqGrid Icelandic Translation
         | 
| 4 | 
            -
             * jtm@hi.is Univercity of Iceland
         | 
| 5 | 
            -
             * Dual licensed under the MIT and GPL licenses:
         | 
| 6 | 
            -
             * http://www.opensource.org/licenses/mit-license.php
         | 
| 7 | 
            -
             * http://www.gnu.org/licenses/gpl.html
         | 
| 8 | 
            -
            **/
         | 
| 9 | 
            -
            $.jgrid = $.jgrid || {};
         | 
| 10 | 
            -
            $.extend($.jgrid,{
         | 
| 11 | 
            -
            	defaults : {
         | 
| 12 | 
            -
            		recordtext: "Skoða {0} - {1} af {2}",
         | 
| 13 | 
            -
            	    emptyrecords: "Engar færslur",
         | 
| 14 | 
            -
            		loadtext: "Hleður...",
         | 
| 15 | 
            -
            		pgtext : "Síða {0} af {1}"
         | 
| 16 | 
            -
            	},
         | 
| 17 | 
            -
            	search : {
         | 
| 18 | 
            -
            	    caption: "Leita...",
         | 
| 19 | 
            -
            	    Find: "Leita",
         | 
| 20 | 
            -
            	    Reset: "Endursetja",
         | 
| 21 | 
            -
            	    odata: [{ oper:'eq', text:"sama og"},{ oper:'ne', text:"ekki sama og"},{ oper:'lt', text:"minna en"},{ oper:'le', text:"minna eða jafnt og"},{ oper:'gt', text:"stærra en"},{ oper:'ge', text:"stærra eða jafnt og"},{ oper:'bw', text:"byrjar á"},{ oper:'bn', text:"byrjar ekki á"},{ oper:'in', text:"er í"},{ oper:'ni', text:"er ekki í"},{ oper:'ew', text:"endar á"},{ oper:'en', text:"endar ekki á"},{ oper:'cn', text:"inniheldur"},{ oper:'nc', text:"inniheldur ekki"}],
         | 
| 22 | 
            -
            	    groupOps: [	{ op: "AND", text: "allt" },	{ op: "OR",  text: "eða" }	]
         | 
| 23 | 
            -
            	},
         | 
| 24 | 
            -
            	edit : {
         | 
| 25 | 
            -
            	    addCaption: "Bæta við færslu",
         | 
| 26 | 
            -
            	    editCaption: "Breyta færslu",
         | 
| 27 | 
            -
            	    bSubmit: "Vista",
         | 
| 28 | 
            -
            	    bCancel: "Hætta við",
         | 
| 29 | 
            -
            		bClose: "Loka",
         | 
| 30 | 
            -
            		saveData: "Gögn hafa breyst! Vista breytingar?",
         | 
| 31 | 
            -
            		bYes : "Já",
         | 
| 32 | 
            -
            		bNo : "Nei",
         | 
| 33 | 
            -
            		bExit : "Hætta við",
         | 
| 34 | 
            -
            	    msg: {
         | 
| 35 | 
            -
            	        required:"Reitur er nauðsynlegur",
         | 
| 36 | 
            -
            	        number:"Vinsamlega settu inn tölu",
         | 
| 37 | 
            -
            	        minValue:"gildi verður að vera meira en eða jafnt og ",
         | 
| 38 | 
            -
            	        maxValue:"gildi verður að vera minna en eða jafnt og ",
         | 
| 39 | 
            -
            	        email: "er ekki löglegt email",
         | 
| 40 | 
            -
            	        integer: "Vinsamlega settu inn tölu",
         | 
| 41 | 
            -
            			date: "Vinsamlega setti inn dagsetningu",
         | 
| 42 | 
            -
            			url: "er ekki löglegt URL. Vantar ('http://' eða 'https://')",
         | 
| 43 | 
            -
            			nodefined : " er ekki skilgreint!",
         | 
| 44 | 
            -
            			novalue : " skilagildi nauðsynlegt!",
         | 
| 45 | 
            -
            			customarray : "Fall skal skila fylki!",
         | 
| 46 | 
            -
            			customfcheck : "Fall skal vera skilgreint!"
         | 
| 47 | 
            -
            		}
         | 
| 48 | 
            -
            	},
         | 
| 49 | 
            -
            	view : {
         | 
| 50 | 
            -
            	    caption: "Skoða færslu",
         | 
| 51 | 
            -
            	    bClose: "Loka"
         | 
| 52 | 
            -
            	},
         | 
| 53 | 
            -
            	del : {
         | 
| 54 | 
            -
            	    caption: "Eyða",
         | 
| 55 | 
            -
            	    msg: "Eyða völdum færslum ?",
         | 
| 56 | 
            -
            	    bSubmit: "Eyða",
         | 
| 57 | 
            -
            	    bCancel: "Hætta við"
         | 
| 58 | 
            -
            	},
         | 
| 59 | 
            -
            	nav : {
         | 
| 60 | 
            -
            		edittext: " ",
         | 
| 61 | 
            -
            	    edittitle: "Breyta færslu",
         | 
| 62 | 
            -
            		addtext:" ",
         | 
| 63 | 
            -
            	    addtitle: "Ný færsla",
         | 
| 64 | 
            -
            	    deltext: " ",
         | 
| 65 | 
            -
            	    deltitle: "Eyða færslu",
         | 
| 66 | 
            -
            	    searchtext: " ",
         | 
| 67 | 
            -
            	    searchtitle: "Leita",
         | 
| 68 | 
            -
            	    refreshtext: "",
         | 
| 69 | 
            -
            	    refreshtitle: "Endurhlaða",
         | 
| 70 | 
            -
            	    alertcap: "Viðvörun",
         | 
| 71 | 
            -
            	    alerttext: "Vinsamlega veldu færslu",
         | 
| 72 | 
            -
            		viewtext: "",
         | 
| 73 | 
            -
            		viewtitle: "Skoða valda færslu"
         | 
| 74 | 
            -
            	},
         | 
| 75 | 
            -
            	col : {
         | 
| 76 | 
            -
            	    caption: "Sýna / fela dálka",
         | 
| 77 | 
            -
            	    bSubmit: "Vista",
         | 
| 78 | 
            -
            	    bCancel: "Hætta við"	
         | 
| 79 | 
            -
            	},
         | 
| 80 | 
            -
            	errors : {
         | 
| 81 | 
            -
            		errcap : "Villa",
         | 
| 82 | 
            -
            		nourl : "Vantar slóð",
         | 
| 83 | 
            -
            		norecords: "Engar færslur valdar",
         | 
| 84 | 
            -
            	    model : "Lengd colNames <> colModel!"
         | 
| 85 | 
            -
            	},
         | 
| 86 | 
            -
            	formatter : {
         | 
| 87 | 
            -
            		integer : {thousandsSeparator: " ", defaultValue: '0'},
         | 
| 88 | 
            -
            		number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
         | 
| 89 | 
            -
            		currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
         | 
| 90 | 
            -
            		date : {
         | 
| 91 | 
            -
            			dayNames:   [
         | 
| 92 | 
            -
            				"Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau",
         | 
| 93 | 
            -
            				"Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"
         | 
| 94 | 
            -
            			],
         | 
| 95 | 
            -
            			monthNames: [
         | 
| 96 | 
            -
            				"Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Oct", "Nóv", "Des",
         | 
| 97 | 
            -
            				"Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júný", "Júlý", "Ágúst", "September", "Október", "Nóvember", "Desember"
         | 
| 98 | 
            -
            			],
         | 
| 99 | 
            -
            			AmPm : ["am","pm","AM","PM"],
         | 
| 100 | 
            -
            			S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
         | 
| 101 | 
            -
            			srcformat: 'Y-m-d',
         | 
| 102 | 
            -
            			newformat: 'd/m/Y',
         | 
| 103 | 
            -
            			parseRe : /[Tt\\\/:_;.,\t\s-]/,
         | 
| 104 | 
            -
            			masks : {
         | 
| 105 | 
            -
            	            ISO8601Long:"Y-m-d H:i:s",
         | 
| 106 | 
            -
            	            ISO8601Short:"Y-m-d",
         | 
| 107 | 
            -
            	            ShortDate: "n/j/Y",
         | 
| 108 | 
            -
            	            LongDate: "l, F d, Y",
         | 
| 109 | 
            -
            	            FullDateTime: "l, F d, Y g:i:s A",
         | 
| 110 | 
            -
            	            MonthDay: "F d",
         | 
| 111 | 
            -
            	            ShortTime: "g:i A",
         | 
| 112 | 
            -
            	            LongTime: "g:i:s A",
         | 
| 113 | 
            -
            	            SortableDateTime: "Y-m-d\\TH:i:s",
         | 
| 114 | 
            -
            	            UniversalSortableDateTime: "Y-m-d H:i:sO",
         | 
| 115 | 
            -
            	            YearMonth: "F, Y"
         | 
| 116 | 
            -
            	        },
         | 
| 117 | 
            -
            	        reformatAfterEdit : false
         | 
| 118 | 
            -
            		},
         | 
| 119 | 
            -
            		baseLinkUrl: '',
         | 
| 120 | 
            -
            		showAction: '',
         | 
| 121 | 
            -
            	    target: '',
         | 
| 122 | 
            -
            	    checkbox : {disabled:true},
         | 
| 123 | 
            -
            		idName : 'id'
         | 
| 124 | 
            -
            	}
         | 
| 125 | 
            -
            });
         | 
| 126 | 
            -
            })(jQuery);
         | 
| 1 | 
            +
            ;(function($){
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * jqGrid Icelandic Translation
         | 
| 4 | 
            +
             * jtm@hi.is Univercity of Iceland
         | 
| 5 | 
            +
             * Dual licensed under the MIT and GPL licenses:
         | 
| 6 | 
            +
             * http://www.opensource.org/licenses/mit-license.php
         | 
| 7 | 
            +
             * http://www.gnu.org/licenses/gpl.html
         | 
| 8 | 
            +
            **/
         | 
| 9 | 
            +
            $.jgrid = $.jgrid || {};
         | 
| 10 | 
            +
            $.extend($.jgrid,{
         | 
| 11 | 
            +
            	defaults : {
         | 
| 12 | 
            +
            		recordtext: "Skoða {0} - {1} af {2}",
         | 
| 13 | 
            +
            	    emptyrecords: "Engar færslur",
         | 
| 14 | 
            +
            		loadtext: "Hleður...",
         | 
| 15 | 
            +
            		pgtext : "Síða {0} af {1}"
         | 
| 16 | 
            +
            	},
         | 
| 17 | 
            +
            	search : {
         | 
| 18 | 
            +
            	    caption: "Leita...",
         | 
| 19 | 
            +
            	    Find: "Leita",
         | 
| 20 | 
            +
            	    Reset: "Endursetja",
         | 
| 21 | 
            +
            	    odata: [{ oper:'eq', text:"sama og"},{ oper:'ne', text:"ekki sama og"},{ oper:'lt', text:"minna en"},{ oper:'le', text:"minna eða jafnt og"},{ oper:'gt', text:"stærra en"},{ oper:'ge', text:"stærra eða jafnt og"},{ oper:'bw', text:"byrjar á"},{ oper:'bn', text:"byrjar ekki á"},{ oper:'in', text:"er í"},{ oper:'ni', text:"er ekki í"},{ oper:'ew', text:"endar á"},{ oper:'en', text:"endar ekki á"},{ oper:'cn', text:"inniheldur"},{ oper:'nc', text:"inniheldur ekki"}],
         | 
| 22 | 
            +
            	    groupOps: [	{ op: "AND", text: "allt" },	{ op: "OR",  text: "eða" }	]
         | 
| 23 | 
            +
            	},
         | 
| 24 | 
            +
            	edit : {
         | 
| 25 | 
            +
            	    addCaption: "Bæta við færslu",
         | 
| 26 | 
            +
            	    editCaption: "Breyta færslu",
         | 
| 27 | 
            +
            	    bSubmit: "Vista",
         | 
| 28 | 
            +
            	    bCancel: "Hætta við",
         | 
| 29 | 
            +
            		bClose: "Loka",
         | 
| 30 | 
            +
            		saveData: "Gögn hafa breyst! Vista breytingar?",
         | 
| 31 | 
            +
            		bYes : "Já",
         | 
| 32 | 
            +
            		bNo : "Nei",
         | 
| 33 | 
            +
            		bExit : "Hætta við",
         | 
| 34 | 
            +
            	    msg: {
         | 
| 35 | 
            +
            	        required:"Reitur er nauðsynlegur",
         | 
| 36 | 
            +
            	        number:"Vinsamlega settu inn tölu",
         | 
| 37 | 
            +
            	        minValue:"gildi verður að vera meira en eða jafnt og ",
         | 
| 38 | 
            +
            	        maxValue:"gildi verður að vera minna en eða jafnt og ",
         | 
| 39 | 
            +
            	        email: "er ekki löglegt email",
         | 
| 40 | 
            +
            	        integer: "Vinsamlega settu inn tölu",
         | 
| 41 | 
            +
            			date: "Vinsamlega setti inn dagsetningu",
         | 
| 42 | 
            +
            			url: "er ekki löglegt URL. Vantar ('http://' eða 'https://')",
         | 
| 43 | 
            +
            			nodefined : " er ekki skilgreint!",
         | 
| 44 | 
            +
            			novalue : " skilagildi nauðsynlegt!",
         | 
| 45 | 
            +
            			customarray : "Fall skal skila fylki!",
         | 
| 46 | 
            +
            			customfcheck : "Fall skal vera skilgreint!"
         | 
| 47 | 
            +
            		}
         | 
| 48 | 
            +
            	},
         | 
| 49 | 
            +
            	view : {
         | 
| 50 | 
            +
            	    caption: "Skoða færslu",
         | 
| 51 | 
            +
            	    bClose: "Loka"
         | 
| 52 | 
            +
            	},
         | 
| 53 | 
            +
            	del : {
         | 
| 54 | 
            +
            	    caption: "Eyða",
         | 
| 55 | 
            +
            	    msg: "Eyða völdum færslum ?",
         | 
| 56 | 
            +
            	    bSubmit: "Eyða",
         | 
| 57 | 
            +
            	    bCancel: "Hætta við"
         | 
| 58 | 
            +
            	},
         | 
| 59 | 
            +
            	nav : {
         | 
| 60 | 
            +
            		edittext: " ",
         | 
| 61 | 
            +
            	    edittitle: "Breyta færslu",
         | 
| 62 | 
            +
            		addtext:" ",
         | 
| 63 | 
            +
            	    addtitle: "Ný færsla",
         | 
| 64 | 
            +
            	    deltext: " ",
         | 
| 65 | 
            +
            	    deltitle: "Eyða færslu",
         | 
| 66 | 
            +
            	    searchtext: " ",
         | 
| 67 | 
            +
            	    searchtitle: "Leita",
         | 
| 68 | 
            +
            	    refreshtext: "",
         | 
| 69 | 
            +
            	    refreshtitle: "Endurhlaða",
         | 
| 70 | 
            +
            	    alertcap: "Viðvörun",
         | 
| 71 | 
            +
            	    alerttext: "Vinsamlega veldu færslu",
         | 
| 72 | 
            +
            		viewtext: "",
         | 
| 73 | 
            +
            		viewtitle: "Skoða valda færslu"
         | 
| 74 | 
            +
            	},
         | 
| 75 | 
            +
            	col : {
         | 
| 76 | 
            +
            	    caption: "Sýna / fela dálka",
         | 
| 77 | 
            +
            	    bSubmit: "Vista",
         | 
| 78 | 
            +
            	    bCancel: "Hætta við"	
         | 
| 79 | 
            +
            	},
         | 
| 80 | 
            +
            	errors : {
         | 
| 81 | 
            +
            		errcap : "Villa",
         | 
| 82 | 
            +
            		nourl : "Vantar slóð",
         | 
| 83 | 
            +
            		norecords: "Engar færslur valdar",
         | 
| 84 | 
            +
            	    model : "Lengd colNames <> colModel!"
         | 
| 85 | 
            +
            	},
         | 
| 86 | 
            +
            	formatter : {
         | 
| 87 | 
            +
            		integer : {thousandsSeparator: " ", defaultValue: '0'},
         | 
| 88 | 
            +
            		number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
         | 
| 89 | 
            +
            		currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
         | 
| 90 | 
            +
            		date : {
         | 
| 91 | 
            +
            			dayNames:   [
         | 
| 92 | 
            +
            				"Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau",
         | 
| 93 | 
            +
            				"Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"
         | 
| 94 | 
            +
            			],
         | 
| 95 | 
            +
            			monthNames: [
         | 
| 96 | 
            +
            				"Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Oct", "Nóv", "Des",
         | 
| 97 | 
            +
            				"Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júný", "Júlý", "Ágúst", "September", "Október", "Nóvember", "Desember"
         | 
| 98 | 
            +
            			],
         | 
| 99 | 
            +
            			AmPm : ["am","pm","AM","PM"],
         | 
| 100 | 
            +
            			S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
         | 
| 101 | 
            +
            			srcformat: 'Y-m-d',
         | 
| 102 | 
            +
            			newformat: 'd/m/Y',
         | 
| 103 | 
            +
            			parseRe : /[Tt\\\/:_;.,\t\s-]/,
         | 
| 104 | 
            +
            			masks : {
         | 
| 105 | 
            +
            	            ISO8601Long:"Y-m-d H:i:s",
         | 
| 106 | 
            +
            	            ISO8601Short:"Y-m-d",
         | 
| 107 | 
            +
            	            ShortDate: "n/j/Y",
         | 
| 108 | 
            +
            	            LongDate: "l, F d, Y",
         | 
| 109 | 
            +
            	            FullDateTime: "l, F d, Y g:i:s A",
         | 
| 110 | 
            +
            	            MonthDay: "F d",
         | 
| 111 | 
            +
            	            ShortTime: "g:i A",
         | 
| 112 | 
            +
            	            LongTime: "g:i:s A",
         | 
| 113 | 
            +
            	            SortableDateTime: "Y-m-d\\TH:i:s",
         | 
| 114 | 
            +
            	            UniversalSortableDateTime: "Y-m-d H:i:sO",
         | 
| 115 | 
            +
            	            YearMonth: "F, Y"
         | 
| 116 | 
            +
            	        },
         | 
| 117 | 
            +
            	        reformatAfterEdit : false
         | 
| 118 | 
            +
            		},
         | 
| 119 | 
            +
            		baseLinkUrl: '',
         | 
| 120 | 
            +
            		showAction: '',
         | 
| 121 | 
            +
            	    target: '',
         | 
| 122 | 
            +
            	    checkbox : {disabled:true},
         | 
| 123 | 
            +
            		idName : 'id'
         | 
| 124 | 
            +
            	}
         | 
| 125 | 
            +
            });
         | 
| 126 | 
            +
            })(jQuery);
         | 
| @@ -1,128 +1,128 @@ | |
| 1 | 
            -
            ;(function($){
         | 
| 2 | 
            -
            /**
         | 
| 3 | 
            -
             * jqGrid Montenegrian Translation
         | 
| 4 | 
            -
             * Bild Studio info@bild-studio.net
         | 
| 5 | 
            -
             * http://www.bild-studio.com
         | 
| 6 | 
            -
             * Dual licensed under the MIT and GPL licenses:
         | 
| 7 | 
            -
             * http://www.opensource.org/licenses/mit-license.php
         | 
| 8 | 
            -
             * http://www.gnu.org/licenses/gpl.html
         | 
| 9 | 
            -
            **/
         | 
| 10 | 
            -
            $.jgrid = $.jgrid || {};
         | 
| 11 | 
            -
            $.extend($.jgrid,{
         | 
| 12 | 
            -
            	defaults : {
         | 
| 13 | 
            -
            		recordtext: "Pregled {0} - {1} od {2}",
         | 
| 14 | 
            -
            		emptyrecords: "Ne postoji nijedan zapis",
         | 
| 15 | 
            -
            		loadtext: "Učitivanje...",
         | 
| 16 | 
            -
            		pgtext : "Strana {0} od {1}"
         | 
| 17 | 
            -
            	},
         | 
| 18 | 
            -
            	search : {
         | 
| 19 | 
            -
            		caption: "Traženje...",
         | 
| 20 | 
            -
            		Find: "Traži",
         | 
| 21 | 
            -
            		Reset: "Resetuj",
         | 
| 22 | 
            -
            		odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"}],
         | 
| 23 | 
            -
            		groupOps: [	{ op: "AND", text: "sva" },	{ op: "OR",  text: "bilo koje" }	]
         | 
| 24 | 
            -
            	},
         | 
| 25 | 
            -
            	edit : {
         | 
| 26 | 
            -
            		addCaption: "Dodaj zapis",
         | 
| 27 | 
            -
            		editCaption: "Izmjeni zapis",
         | 
| 28 | 
            -
            		bSubmit: "Pošalji",
         | 
| 29 | 
            -
            		bCancel: "Odustani",
         | 
| 30 | 
            -
            		bClose: "Zatvori",
         | 
| 31 | 
            -
            		saveData: "Podatak je izmjenjen! Sačuvaj izmjene?",
         | 
| 32 | 
            -
            		bYes : "Da",
         | 
| 33 | 
            -
            		bNo : "Ne",
         | 
| 34 | 
            -
            		bExit : "Odustani",
         | 
| 35 | 
            -
            		msg: {
         | 
| 36 | 
            -
            			required:"Polje je obavezno",
         | 
| 37 | 
            -
            			number:"Unesite ispravan broj",
         | 
| 38 | 
            -
            			minValue:"vrijednost mora biti veća od ili jednaka sa ",
         | 
| 39 | 
            -
            			maxValue:"vrijednost mora biti manja ili jednaka sa",
         | 
| 40 | 
            -
            			email: "nije ispravna email adresa, nije valjda da ne umiješ ukucati mail!?",
         | 
| 41 | 
            -
            			integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ",
         | 
| 42 | 
            -
            			date: "Unesite ispravan datum",
         | 
| 43 | 
            -
            			url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
         | 
| 44 | 
            -
            			nodefined : " nije definisan!",
         | 
| 45 | 
            -
            			novalue : " zahtjevana je povratna vrijednost!",
         | 
| 46 | 
            -
            			customarray : "Prilagođena funkcija treba da vrati niz!",
         | 
| 47 | 
            -
            			customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!"
         | 
| 48 | 
            -
            			
         | 
| 49 | 
            -
            		}
         | 
| 50 | 
            -
            	},
         | 
| 51 | 
            -
            	view : {
         | 
| 52 | 
            -
            		caption: "Pogledaj zapis",
         | 
| 53 | 
            -
            		bClose: "Zatvori"
         | 
| 54 | 
            -
            	},
         | 
| 55 | 
            -
            	del : {
         | 
| 56 | 
            -
            		caption: "Izbrisi",
         | 
| 57 | 
            -
            		msg: "Izbrisi izabran(e) zapise(e)?",
         | 
| 58 | 
            -
            		bSubmit: "Izbriši",
         | 
| 59 | 
            -
            		bCancel: "Odbaci"
         | 
| 60 | 
            -
            	},
         | 
| 61 | 
            -
            	nav : {
         | 
| 62 | 
            -
            		edittext: "",
         | 
| 63 | 
            -
            		edittitle: "Izmjeni izabrani red",
         | 
| 64 | 
            -
            		addtext:"",
         | 
| 65 | 
            -
            		addtitle: "Dodaj novi red",
         | 
| 66 | 
            -
            		deltext: "",
         | 
| 67 | 
            -
            		deltitle: "Izbriši izabran red",
         | 
| 68 | 
            -
            		searchtext: "",
         | 
| 69 | 
            -
            		searchtitle: "Nađi zapise",
         | 
| 70 | 
            -
            		refreshtext: "",
         | 
| 71 | 
            -
            		refreshtitle: "Ponovo učitaj podatke",
         | 
| 72 | 
            -
            		alertcap: "Upozorenje",
         | 
| 73 | 
            -
            		alerttext: "Izaberite red",
         | 
| 74 | 
            -
            		viewtext: "",
         | 
| 75 | 
            -
            		viewtitle: "Pogledaj izabrani red"
         | 
| 76 | 
            -
            	},
         | 
| 77 | 
            -
            	col : {
         | 
| 78 | 
            -
            		caption: "Izaberi kolone",
         | 
| 79 | 
            -
            		bSubmit: "OK",
         | 
| 80 | 
            -
            		bCancel: "Odbaci"
         | 
| 81 | 
            -
            	},
         | 
| 82 | 
            -
            	errors : {
         | 
| 83 | 
            -
            		errcap : "Greška",
         | 
| 84 | 
            -
            		nourl : "Nije postavljen URL",
         | 
| 85 | 
            -
            		norecords: "Nema zapisa za obradu",
         | 
| 86 | 
            -
            		model : "Dužina modela colNames <> colModel!"
         | 
| 87 | 
            -
            	},
         | 
| 88 | 
            -
            	formatter : {
         | 
| 89 | 
            -
            		integer : {thousandsSeparator: " ", defaultValue: '0'},
         | 
| 90 | 
            -
            		number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
         | 
| 91 | 
            -
            		currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
         | 
| 92 | 
            -
            		date : {
         | 
| 93 | 
            -
            			dayNames:   [
         | 
| 94 | 
            -
            				"Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
         | 
| 95 | 
            -
            				"Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
         | 
| 96 | 
            -
            			],
         | 
| 97 | 
            -
            			monthNames: [
         | 
| 98 | 
            -
            				"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
         | 
| 99 | 
            -
            				"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
         | 
| 100 | 
            -
            			],
         | 
| 101 | 
            -
            			AmPm : ["am","pm","AM","PM"],
         | 
| 102 | 
            -
            			S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
         | 
| 103 | 
            -
            			srcformat: 'Y-m-d',
         | 
| 104 | 
            -
            			newformat: 'd/m/Y',
         | 
| 105 | 
            -
            			parseRe : /[Tt\\\/:_;.,\t\s-]/,
         | 
| 106 | 
            -
            			masks : {
         | 
| 107 | 
            -
            				ISO8601Long:"Y-m-d H:i:s",
         | 
| 108 | 
            -
            				ISO8601Short:"Y-m-d",
         | 
| 109 | 
            -
            				ShortDate: "n/j/Y",
         | 
| 110 | 
            -
            				LongDate: "l, F d, Y",
         | 
| 111 | 
            -
            				FullDateTime: "l, F d, Y g:i:s A",
         | 
| 112 | 
            -
            				MonthDay: "F d",
         | 
| 113 | 
            -
            				ShortTime: "g:i A",
         | 
| 114 | 
            -
            				LongTime: "g:i:s A",
         | 
| 115 | 
            -
            				SortableDateTime: "Y-m-d\\TH:i:s",
         | 
| 116 | 
            -
            				UniversalSortableDateTime: "Y-m-d H:i:sO",
         | 
| 117 | 
            -
            				YearMonth: "F, Y"
         | 
| 118 | 
            -
            			},
         | 
| 119 | 
            -
            			reformatAfterEdit : false
         | 
| 120 | 
            -
            		},
         | 
| 121 | 
            -
            		baseLinkUrl: '',
         | 
| 122 | 
            -
            		showAction: '',
         | 
| 123 | 
            -
            		target: '',
         | 
| 124 | 
            -
            		checkbox : {disabled:true},
         | 
| 125 | 
            -
            		idName : 'id'
         | 
| 126 | 
            -
            	}
         | 
| 127 | 
            -
            });
         | 
| 128 | 
            -
            })(jQuery);
         | 
| 1 | 
            +
            ;(function($){
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * jqGrid Montenegrian Translation
         | 
| 4 | 
            +
             * Bild Studio info@bild-studio.net
         | 
| 5 | 
            +
             * http://www.bild-studio.com
         | 
| 6 | 
            +
             * Dual licensed under the MIT and GPL licenses:
         | 
| 7 | 
            +
             * http://www.opensource.org/licenses/mit-license.php
         | 
| 8 | 
            +
             * http://www.gnu.org/licenses/gpl.html
         | 
| 9 | 
            +
            **/
         | 
| 10 | 
            +
            $.jgrid = $.jgrid || {};
         | 
| 11 | 
            +
            $.extend($.jgrid,{
         | 
| 12 | 
            +
            	defaults : {
         | 
| 13 | 
            +
            		recordtext: "Pregled {0} - {1} od {2}",
         | 
| 14 | 
            +
            		emptyrecords: "Ne postoji nijedan zapis",
         | 
| 15 | 
            +
            		loadtext: "Učitivanje...",
         | 
| 16 | 
            +
            		pgtext : "Strana {0} od {1}"
         | 
| 17 | 
            +
            	},
         | 
| 18 | 
            +
            	search : {
         | 
| 19 | 
            +
            		caption: "Traženje...",
         | 
| 20 | 
            +
            		Find: "Traži",
         | 
| 21 | 
            +
            		Reset: "Resetuj",
         | 
| 22 | 
            +
            		odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"}],
         | 
| 23 | 
            +
            		groupOps: [	{ op: "AND", text: "sva" },	{ op: "OR",  text: "bilo koje" }	]
         | 
| 24 | 
            +
            	},
         | 
| 25 | 
            +
            	edit : {
         | 
| 26 | 
            +
            		addCaption: "Dodaj zapis",
         | 
| 27 | 
            +
            		editCaption: "Izmjeni zapis",
         | 
| 28 | 
            +
            		bSubmit: "Pošalji",
         | 
| 29 | 
            +
            		bCancel: "Odustani",
         | 
| 30 | 
            +
            		bClose: "Zatvori",
         | 
| 31 | 
            +
            		saveData: "Podatak je izmjenjen! Sačuvaj izmjene?",
         | 
| 32 | 
            +
            		bYes : "Da",
         | 
| 33 | 
            +
            		bNo : "Ne",
         | 
| 34 | 
            +
            		bExit : "Odustani",
         | 
| 35 | 
            +
            		msg: {
         | 
| 36 | 
            +
            			required:"Polje je obavezno",
         | 
| 37 | 
            +
            			number:"Unesite ispravan broj",
         | 
| 38 | 
            +
            			minValue:"vrijednost mora biti veća od ili jednaka sa ",
         | 
| 39 | 
            +
            			maxValue:"vrijednost mora biti manja ili jednaka sa",
         | 
| 40 | 
            +
            			email: "nije ispravna email adresa, nije valjda da ne umiješ ukucati mail!?",
         | 
| 41 | 
            +
            			integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ",
         | 
| 42 | 
            +
            			date: "Unesite ispravan datum",
         | 
| 43 | 
            +
            			url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
         | 
| 44 | 
            +
            			nodefined : " nije definisan!",
         | 
| 45 | 
            +
            			novalue : " zahtjevana je povratna vrijednost!",
         | 
| 46 | 
            +
            			customarray : "Prilagođena funkcija treba da vrati niz!",
         | 
| 47 | 
            +
            			customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!"
         | 
| 48 | 
            +
            			
         | 
| 49 | 
            +
            		}
         | 
| 50 | 
            +
            	},
         | 
| 51 | 
            +
            	view : {
         | 
| 52 | 
            +
            		caption: "Pogledaj zapis",
         | 
| 53 | 
            +
            		bClose: "Zatvori"
         | 
| 54 | 
            +
            	},
         | 
| 55 | 
            +
            	del : {
         | 
| 56 | 
            +
            		caption: "Izbrisi",
         | 
| 57 | 
            +
            		msg: "Izbrisi izabran(e) zapise(e)?",
         | 
| 58 | 
            +
            		bSubmit: "Izbriši",
         | 
| 59 | 
            +
            		bCancel: "Odbaci"
         | 
| 60 | 
            +
            	},
         | 
| 61 | 
            +
            	nav : {
         | 
| 62 | 
            +
            		edittext: "",
         | 
| 63 | 
            +
            		edittitle: "Izmjeni izabrani red",
         | 
| 64 | 
            +
            		addtext:"",
         | 
| 65 | 
            +
            		addtitle: "Dodaj novi red",
         | 
| 66 | 
            +
            		deltext: "",
         | 
| 67 | 
            +
            		deltitle: "Izbriši izabran red",
         | 
| 68 | 
            +
            		searchtext: "",
         | 
| 69 | 
            +
            		searchtitle: "Nađi zapise",
         | 
| 70 | 
            +
            		refreshtext: "",
         | 
| 71 | 
            +
            		refreshtitle: "Ponovo učitaj podatke",
         | 
| 72 | 
            +
            		alertcap: "Upozorenje",
         | 
| 73 | 
            +
            		alerttext: "Izaberite red",
         | 
| 74 | 
            +
            		viewtext: "",
         | 
| 75 | 
            +
            		viewtitle: "Pogledaj izabrani red"
         | 
| 76 | 
            +
            	},
         | 
| 77 | 
            +
            	col : {
         | 
| 78 | 
            +
            		caption: "Izaberi kolone",
         | 
| 79 | 
            +
            		bSubmit: "OK",
         | 
| 80 | 
            +
            		bCancel: "Odbaci"
         | 
| 81 | 
            +
            	},
         | 
| 82 | 
            +
            	errors : {
         | 
| 83 | 
            +
            		errcap : "Greška",
         | 
| 84 | 
            +
            		nourl : "Nije postavljen URL",
         | 
| 85 | 
            +
            		norecords: "Nema zapisa za obradu",
         | 
| 86 | 
            +
            		model : "Dužina modela colNames <> colModel!"
         | 
| 87 | 
            +
            	},
         | 
| 88 | 
            +
            	formatter : {
         | 
| 89 | 
            +
            		integer : {thousandsSeparator: " ", defaultValue: '0'},
         | 
| 90 | 
            +
            		number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
         | 
| 91 | 
            +
            		currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
         | 
| 92 | 
            +
            		date : {
         | 
| 93 | 
            +
            			dayNames:   [
         | 
| 94 | 
            +
            				"Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
         | 
| 95 | 
            +
            				"Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
         | 
| 96 | 
            +
            			],
         | 
| 97 | 
            +
            			monthNames: [
         | 
| 98 | 
            +
            				"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
         | 
| 99 | 
            +
            				"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
         | 
| 100 | 
            +
            			],
         | 
| 101 | 
            +
            			AmPm : ["am","pm","AM","PM"],
         | 
| 102 | 
            +
            			S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
         | 
| 103 | 
            +
            			srcformat: 'Y-m-d',
         | 
| 104 | 
            +
            			newformat: 'd/m/Y',
         | 
| 105 | 
            +
            			parseRe : /[Tt\\\/:_;.,\t\s-]/,
         | 
| 106 | 
            +
            			masks : {
         | 
| 107 | 
            +
            				ISO8601Long:"Y-m-d H:i:s",
         | 
| 108 | 
            +
            				ISO8601Short:"Y-m-d",
         | 
| 109 | 
            +
            				ShortDate: "n/j/Y",
         | 
| 110 | 
            +
            				LongDate: "l, F d, Y",
         | 
| 111 | 
            +
            				FullDateTime: "l, F d, Y g:i:s A",
         | 
| 112 | 
            +
            				MonthDay: "F d",
         | 
| 113 | 
            +
            				ShortTime: "g:i A",
         | 
| 114 | 
            +
            				LongTime: "g:i:s A",
         | 
| 115 | 
            +
            				SortableDateTime: "Y-m-d\\TH:i:s",
         | 
| 116 | 
            +
            				UniversalSortableDateTime: "Y-m-d H:i:sO",
         | 
| 117 | 
            +
            				YearMonth: "F, Y"
         | 
| 118 | 
            +
            			},
         | 
| 119 | 
            +
            			reformatAfterEdit : false
         | 
| 120 | 
            +
            		},
         | 
| 121 | 
            +
            		baseLinkUrl: '',
         | 
| 122 | 
            +
            		showAction: '',
         | 
| 123 | 
            +
            		target: '',
         | 
| 124 | 
            +
            		checkbox : {disabled:true},
         | 
| 125 | 
            +
            		idName : 'id'
         | 
| 126 | 
            +
            	}
         | 
| 127 | 
            +
            });
         | 
| 128 | 
            +
            })(jQuery);
         |