PageRenderTime 48ms CodeModel.GetById 20ms app.highlight 20ms RepoModel.GetById 1ms app.codeStats 0ms

/fa/jquery/jquery-ui/jqgrid/src/i18n/grid.locale-dk.js

https://bitbucket.org/gawel/fajquery
JavaScript | 128 lines | 119 code | 0 blank | 9 comment | 0 complexity | f9037e12071f3182f0cb8fec6783b3d7 MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.1
  1;(function($){
  2/**
  3 * jqGrid Danish Translation
  4 * Kaare Rasmussen kjs@jasonic.dk
  5 * http://jasonic.dk/blog 
  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 = {
 11	defaults : {
 12		recordtext: "View {0} - {1} of {2}",
 13	    emptyrecords: "No records to view",
 14		loadtext: "Loading...",
 15		pgtext : "Page {0} of {1}"
 16	},
 17	search : {
 18	    caption: "S�g...",
 19	    Find: "Find",
 20	    Reset: "Nulstil",
 21	    odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
 22	    groupOps: [	{ op: "AND", text: "all" },	{ op: "OR",  text: "any" }	],
 23		matchText: " match",
 24		rulesText: " rules"
 25	},
 26	edit : {
 27	    addCaption: "Tilf�j",
 28	    editCaption: "Ret",
 29	    bSubmit: "Send",
 30	    bCancel: "Annuller",
 31		bClose: "Luk",
 32		saveData: "Data has been changed! Save changes?",
 33		bYes : "Yes",
 34		bNo : "No",
 35		bExit : "Cancel",
 36	    msg: {
 37	        required:"Felt er n�dvendigt",
 38	        number:"Indtast venligst et validt tal",
 39	        minValue:"v�rdi skal v�re st�rre end eller lig med",
 40	        maxValue:"v�rdi skal v�re mindre end eller lig med",
 41	        email: "er ikke en valid email",
 42	        integer: "Indtast venligst et validt heltalt",
 43			date: "Indtast venligst en valid datov�rdi",
 44			url: "is not a valid URL. Prefix required ('http://' or 'https://')",
 45			nodefined : " is not defined!",
 46			novalue : " return value is required!",
 47			customarray : "Custom function should return array!",
 48			customfcheck : "Custom function should be present in case of custom checking!"
 49		}
 50	},
 51	view : {
 52	    caption: "View Record",
 53	    bClose: "Close"
 54	},
 55	del : {
 56	    caption: "Slet",
 57	    msg: "Slet valgte r�kke(r)?",
 58	    bSubmit: "Slet",
 59	    bCancel: "Annuller"
 60	},
 61	nav : {
 62		edittext: " ",
 63	    edittitle: "Rediger valgte r�kke",
 64		addtext:" ",
 65	    addtitle: "Tilf�j ny r�kke",
 66	    deltext: " ",
 67	    deltitle: "Slet valgte r�kke",
 68	    searchtext: " ",
 69	    searchtitle: "Find poster",
 70	    refreshtext: "",
 71	    refreshtitle: "Indl�s igen",
 72	    alertcap: "Advarsel",
 73	    alerttext: "V�lg venligst r�kke",
 74		viewtext: "",
 75		viewtitle: "View selected row"
 76	},
 77	col : {
 78	    caption: "Vis/skjul kolonner",
 79	    bSubmit: "Send",
 80	    bCancel: "Annuller"
 81	},
 82	errors : {
 83		errcap : "Fejl",
 84		nourl : "Ingel url valgt",
 85		norecords: "Ingen poster at behandle",
 86	    model : "colNames og colModel har ikke samme l�ngde!"
 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				"S�n", "Man", "Tirs", "Ons", "Tors", "Fre", "L�r",
 95				"S�ndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "L�rdag"
 96			],
 97			monthNames: [
 98				"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
 99				"Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"
100			],
101			AmPm : ["","","",""],
102			S: function (j) {return '.'},
103			srcformat: 'Y-m-d',
104			newformat: 'd/m/Y',
105			masks : {
106	            ISO8601Long:"Y-m-d H:i:s",
107	            ISO8601Short:"Y-m-d",
108	            ShortDate: "j/n/Y",
109	            LongDate: "l d. F Y",
110	            FullDateTime: "l d F Y G:i:s",
111	            MonthDay: "d. F",
112	            ShortTime: "G:i",
113	            LongTime: "G:i:s",
114	            SortableDateTime: "Y-m-d\\TH:i:s",
115	            UniversalSortableDateTime: "Y-m-d H:i:sO",
116	            YearMonth: "F Y"
117	        },
118	        reformatAfterEdit : false
119		},
120		baseLinkUrl: '',
121		showAction: '',
122	    target: '',
123	    checkbox : {disabled:true},
124		idName : 'id'
125	}
126};
127// DK
128})(jQuery);