Prepared MPRG SWP files for David.
Updated other SWP files for latest libraries. Removed appschema.org -> moved to SWA which is part of the upcoming 3.6 beta (you can ignore missing imports for now).
Showing
114 changed files
with
0 additions
and
4918 deletions
appschema.org/.project
deleted
100644 → 0
appschema.org/app.spin.ttl
deleted
100644 → 0
This diff is collapsed. Click to expand it.
appschema.org/app.ui.ttl
deleted
100644 → 0
This diff could not be displayed because it is too large.
appschema.org/app.www/app.css
deleted
100644 → 0
appschema.org/app.www/app.js
deleted
100644 → 0
This diff is collapsed. Click to expand it.

1001 Bytes

1.01 KB

1.24 KB

673 Bytes
This diff is collapsed. Click to expand it.
appschema.org/examples/schema.ui.ttl
deleted
100644 → 0
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
appschema.org/examples/tq.ttl
deleted
100644 → 0
# baseURI: http://topbraid.org/examples/tq | ||
# imports: http://schema.rdfs.org/all.rdf | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix schema: <http://schema.org/> . | ||
@prefix tq: <http://topbraid.org/examples/tq#> . | ||
@prefix vocab.sindice.net: <http://vocab.sindice.net/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
<http://topbraid.org/examples/tq> | ||
rdf:type owl:Ontology ; | ||
owl:imports <http://schema.rdfs.org/all.rdf> ; | ||
owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
tq:Australia | ||
rdf:type schema:Country ; | ||
rdfs:label "Australia"^^xsd:string . | ||
tq:DarwinFritzsch | ||
rdf:type schema:Person ; | ||
rdfs:label "Darwin Fritzsch"^^xsd:string ; | ||
schema:image <http://knublauch.com/images/Darwin.200.jpg> . | ||
tq:HolgerKnublauch | ||
rdf:type schema:Person ; | ||
rdfs:label "Holger Knublauch"^^xsd:string ; | ||
schema:birthDate "1971-07-07"^^xsd:date ; | ||
schema:children tq:DarwinFritzsch , tq:RubyFritzsch ; | ||
schema:colleagues tq:IrenePolikoff , tq:RalphHodgson , tq:RobertCoyne ; | ||
schema:email "[email protected]"^^xsd:string , "[email protected]"^^xsd:string ; | ||
schema:homeLocation tq:HomeLocationHK ; | ||
schema:image <http://www.topquadrant.com/images/headshots/Knublauch_SM.jpg> ; | ||
schema:telephone "+61 7 4057 4750"^^xsd:string ; | ||
schema:url "http://knublauch.com"^^xsd:string ; | ||
schema:worksFor tq:TopQuadrant . | ||
tq:HomeLocationHK | ||
rdf:type schema:SingleFamilyResidence ; | ||
rdfs:label "Home location HK"^^xsd:string ; | ||
schema:address | ||
[ rdf:type schema:PostalAddress ; | ||
rdfs:label "Postal address HK"^^xsd:string ; | ||
schema:addressCountry | ||
tq:Australia ; | ||
schema:addressLocality | ||
"Kewarra Beach"^^xsd:string ; | ||
schema:addressRegion | ||
"QLD"^^xsd:string ; | ||
schema:postalCode "4879"^^xsd:string ; | ||
schema:streetAddress | ||
"3 Teewah Close"^^xsd:string | ||
] ; | ||
schema:geo | ||
[ rdf:type schema:GeoCoordinates ; | ||
schema:latitude "-16.79123"^^xsd:float ; | ||
schema:longitude "145.68437"^^xsd:float | ||
] . | ||
tq:IrenePolikoff | ||
rdf:type schema:Person ; | ||
rdfs:label "Irene Polikoff"^^xsd:string ; | ||
schema:colleagues tq:HolgerKnublauch , tq:RalphHodgson , tq:RobertCoyne ; | ||
schema:image <http://www.topquadrant.com/images/headshots/Polikoff_SM.jpg> ; | ||
schema:worksFor tq:TopQuadrant . | ||
tq:RalphHodgson | ||
rdf:type schema:Person ; | ||
rdfs:label "Ralph Hodgson"^^xsd:string ; | ||
schema:colleagues tq:HolgerKnublauch , tq:IrenePolikoff , tq:RobertCoyne ; | ||
schema:image <http://www.topquadrant.com/images/headshots/Hodgson_SM.jpg> ; | ||
schema:worksFor tq:TopQuadrant . | ||
tq:RobertCoyne | ||
rdf:type schema:Person ; | ||
rdfs:label "Robert Coyne"^^xsd:string ; | ||
schema:colleagues tq:HolgerKnublauch , tq:IrenePolikoff , tq:RalphHodgson ; | ||
schema:image <http://www.topquadrant.com/images/headshots/Coyne_SM.jpg> ; | ||
schema:worksFor tq:TopQuadrant . | ||
tq:RubyFritzsch | ||
rdf:type schema:Person ; | ||
rdfs:label "Ruby Fritzsch"^^xsd:string ; | ||
schema:image <http://knublauch.com/images/Ruby.200.jpg> . | ||
tq:SemanticTechnologyTraining | ||
rdf:type schema:EducationEvent ; | ||
rdfs:label "Semantic technology training"^^xsd:string ; | ||
schema:description "Now in its 7th Year, TopQuadrant in collaboration with Jim Hendler is offering a program of Public and On-Site trainings and workshops on Semantic Web technologies and use of TopBraid Suite capabilities for semantic modeling, querying and application development."^^xsd:string ; | ||
schema:endDate "2011-12-12"^^xsd:date ; | ||
schema:image <http://www.topquadrant.com/images/SemWebWorkOnt-R2.jpg> ; | ||
schema:location tq:WashingtonDCArea ; | ||
schema:startDate "2011-12-05"^^xsd:date ; | ||
schema:url "http://www.topquadrant.com/training/intro.html"^^xsd:string . | ||
tq:TBC-ME | ||
rdf:type schema:Product ; | ||
rdfs:label "TopBraid Composer Maestro Edition"^^xsd:string ; | ||
schema:image <https://si0.twimg.com/profile_images/93992802/TQLogo.png> ; | ||
schema:manufacturer tq:TopQuadrant . | ||
tq:TBC-ME-Offer | ||
rdf:type schema:Offer ; | ||
rdfs:label "TBC-ME-Offer"^^xsd:string ; | ||
schema:itemOffered tq:TBC-ME ; | ||
schema:price "3000.00"^^xsd:float ; | ||
schema:priceCurrency | ||
"USD"^^xsd:string ; | ||
schema:seller tq:TopQuadrant . | ||
tq:TopQuadrant | ||
rdf:type schema:Corporation ; | ||
rdfs:label "TopQuadrant"^^xsd:string ; | ||
schema:employees tq:HolgerKnublauch , tq:IrenePolikoff , tq:RalphHodgson ; | ||
schema:founders tq:IrenePolikoff , tq:RalphHodgson , tq:RobertCoyne ; | ||
schema:image <https://si0.twimg.com/profile_images/93992802/TQLogo.png> ; | ||
schema:url "http://topquadrant.com"^^xsd:string . | ||
tq:WashingtonDCArea | ||
rdf:type schema:City ; | ||
rdfs:label "Washington DC area"^^xsd:string . |

180 Bytes

178 Bytes

120 Bytes

105 Bytes

111 Bytes

110 Bytes

119 Bytes

101 Bytes

4.27 KB

4.27 KB

4.27 KB

4.27 KB

4.27 KB
This diff is collapsed. Click to expand it.

180 Bytes

178 Bytes

120 Bytes

105 Bytes

159 Bytes

110 Bytes

119 Bytes
appschema.org/jquery.www/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted
100755 → 0

101 Bytes

4.27 KB

4.27 KB

4.27 KB

4.27 KB

4.27 KB
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
;(function($){ | ||
/** | ||
* jqGrid Bulgarian Translation | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "{0} - {1} от {2}", | ||
emptyrecords: "Няма запис(и)", | ||
loadtext: "Зареждам...", | ||
pgtext : "Стр. {0} от {1}" | ||
}, | ||
search : { | ||
caption: "Търсене...", | ||
Find: "Намери", | ||
Reset: "Изчисти", | ||
odata : ['равно', 'различно', 'по-малко', 'по-малко или=','по-голямо','по-голямо или =', 'започва с','не започва с','се намира в','не се намира в','завършва с','не завършава с','съдържа', 'не съдържа' ], | ||
groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ], | ||
matchText: " включи", | ||
rulesText: " клауза" | ||
}, | ||
edit : { | ||
addCaption: "Нов Запис", | ||
editCaption: "Редакция Запис", | ||
bSubmit: "Запиши", | ||
bCancel: "Изход", | ||
bClose: "Затвори", | ||
saveData: "Данните са променени! Да съхраня ли промените?", | ||
bYes : "Да", | ||
bNo : "Не", | ||
bExit : "Отказ", | ||
msg: { | ||
required:"Полето е задължително", | ||
number:"Въведете валидно число!", | ||
minValue:"стойността трябва да е по-голяма или равна от", | ||
maxValue:"стойността трябва да е по-малка или равна от", | ||
email: "не е валиден ел. адрес", | ||
integer: "Въведете валидно цяло число", | ||
date: "Въведете валидна дата", | ||
url: "e невалиден URL. Изискава се префикс('http://' или 'https://')", | ||
nodefined : " е недефинирана!", | ||
novalue : " изисква връщане на стойност!", | ||
customarray : "Потреб. Функция трябва да върне масив!", | ||
customfcheck : "Потребителска функция е задължителна при този тип елемент!" | ||
} | ||
}, | ||
view : { | ||
caption: "Преглед запис", | ||
bClose: "Затвори" | ||
}, | ||
del : { | ||
caption: "Изтриване", | ||
msg: "Да изтрия ли избраният запис?", | ||
bSubmit: "Изтрий", | ||
bCancel: "Отказ" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Редакция избран запис", | ||
addtext:" ", | ||
addtitle: "Добавяне нов запис", | ||
deltext: " ", | ||
deltitle: "Изтриване избран запис", | ||
searchtext: " ", | ||
searchtitle: "Търсене запис(и)", | ||
refreshtext: "", | ||
refreshtitle: "Обнови таблица", | ||
alertcap: "Предупреждение", | ||
alerttext: "Моля, изберете запис", | ||
viewtext: "", | ||
viewtitle: "Преглед избран запис" | ||
}, | ||
col : { | ||
caption: "Избери колони", | ||
bSubmit: "Ок", | ||
bCancel: "Изход" | ||
}, | ||
errors : { | ||
errcap : "Грешка", | ||
nourl : "Няма посочен url адрес", | ||
norecords: "Няма запис за обработка", | ||
model : "Модела не съответства на имената!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" лв.", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Нед", "Пон", "Вт", "Ср", "Чет", "Пет", "Съб", | ||
"Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота" | ||
], | ||
monthNames: [ | ||
"Яну", "Фев", "Мар", "Апр", "Май", "Юни", "Юли", "Авг", "Сеп", "Окт", "Нов", "Дек", | ||
"Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември" | ||
], | ||
AmPm : ["","","",""], | ||
S: function (j) { | ||
if(j==7 || j==8 || j== 27 || j== 28) { | ||
return 'ми'; | ||
} | ||
return ['ви', 'ри', 'ти'][Math.min((j - 1) % 10, 2)]; | ||
}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Bulgarian Translation | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "{0} - {1} {2}", | ||
emptyrecords: " ()", | ||
loadtext: "...", | ||
pgtext : ". {0} {1}" | ||
}, | ||
search : { | ||
caption: "...", | ||
Find: "", | ||
Reset: "", | ||
odata : ['', '', '-', '- =','-','- =', ' ',' ',' ',' ',' ',' ','', ' ' ], | ||
groupOps: [ { op: "AND", text: " " }, { op: "OR", text: "" } ], | ||
matchText: " ", | ||
rulesText: " " | ||
}, | ||
edit : { | ||
addCaption: " ", | ||
editCaption: " ", | ||
bSubmit: "", | ||
bCancel: "", | ||
bClose: "", | ||
saveData: " ! ?", | ||
bYes : "", | ||
bNo : "", | ||
bExit : "", | ||
msg: { | ||
required:" ", | ||
number:" !", | ||
minValue:" - ", | ||
maxValue:" - ", | ||
email: " . ", | ||
integer: " ", | ||
date: " ", | ||
url: "e URL. ('http://' 'https://')", | ||
nodefined : " !", | ||
novalue : " !", | ||
customarray : ". !", | ||
customfcheck : " !" | ||
} | ||
}, | ||
view : { | ||
caption: " ", | ||
bClose: "" | ||
}, | ||
del : { | ||
caption: "", | ||
msg: " ?", | ||
bSubmit: "", | ||
bCancel: "" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: " ", | ||
addtext:" ", | ||
addtitle: " ", | ||
deltext: " ", | ||
deltitle: " ", | ||
searchtext: " ", | ||
searchtitle: " ()", | ||
refreshtext: "", | ||
refreshtitle: " ", | ||
alertcap: "", | ||
alerttext: ", ", | ||
viewtext: "", | ||
viewtitle: " " | ||
}, | ||
col : { | ||
caption: " ", | ||
bSubmit: "", | ||
bCancel: "" | ||
}, | ||
errors : { | ||
errcap : "", | ||
nourl : " url ", | ||
norecords: " ", | ||
model : " !" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" .", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"", "", "", "", "", "", "", | ||
"", "", "", "", "", "", "" | ||
], | ||
monthNames: [ | ||
"", "", "", "", "", "", "", "", "", "", "", "", | ||
"", "", "", "", "", "", "", "", "", "", "", "" | ||
], | ||
AmPm : ["","","",""], | ||
S: function (j) { | ||
if(j==7 || j==8 || j== 27 || j== 28) { | ||
return ''; | ||
} | ||
return ['', '', ''][Math.min((j - 1) % 10, 2)]; | ||
}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Czech Translation | ||
* Pavel Jirak [email protected] | ||
* doplnil Thomas Wagner [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Zobrazeno {0} - {1} z {2} záznamů", | ||
emptyrecords: "Nenalezeny žádné záznamy", | ||
loadtext: "Načítám...", | ||
pgtext : "Strana {0} z {1}" | ||
}, | ||
search : { | ||
caption: "Vyhledávám...", | ||
Find: "Hledat", | ||
Reset: "Reset", | ||
odata : ['rovno', 'nerovono', 'menší', 'menší nebo rovno','větší', 'větší nebo rovno', 'začíná s', 'nezačíná s', 'je v', 'není v', 'končí s', 'nekončí s', 'obahuje', 'neobsahuje'], | ||
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ], | ||
matchText: " hledat podle", | ||
rulesText: " pravidel" | ||
}, | ||
edit : { | ||
addCaption: "Přidat záznam", | ||
editCaption: "Editace záznamu", | ||
bSubmit: "Uložit", | ||
bCancel: "Storno", | ||
bClose: "Zavřít", | ||
saveData: "Data byla změněna! Uložit změny?", | ||
bYes : "Ano", | ||
bNo : "Ne", | ||
bExit : "Zrušit", | ||
msg: { | ||
required:"Pole je vyžadováno", | ||
number:"Prosím, vložte validní číslo", | ||
minValue:"hodnota musí být větší než nebo rovná ", | ||
maxValue:"hodnota musí být menší než nebo rovná ", | ||
email: "není validní e-mail", | ||
integer: "Prosím, vložte celé číslo", | ||
date: "Prosím, vložte validní datum", | ||
url: "není platnou URL. Vyžadován prefix ('http://' or 'https://')", | ||
nodefined : " není definován!", | ||
novalue : " je vyžadována návratová hodnota!", | ||
customarray : "Custom function mělá vrátit pole!", | ||
customfcheck : "Custom function by měla být přítomna v případě custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "Zobrazit záznam", | ||
bClose: "Zavřít" | ||
}, | ||
del : { | ||
caption: "Smazat", | ||
msg: "Smazat vybraný(é) záznam(y)?", | ||
bSubmit: "Smazat", | ||
bCancel: "Storno" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Editovat vybraný řádek", | ||
addtext:" ", | ||
addtitle: "Přidat nový řádek", | ||
deltext: " ", | ||
deltitle: "Smazat vybraný záznam ", | ||
searchtext: " ", | ||
searchtitle: "Najít záznamy", | ||
refreshtext: "", | ||
refreshtitle: "Obnovit tabulku", | ||
alertcap: "Varování", | ||
alerttext: "Prosím, vyberte řádek", | ||
viewtext: "", | ||
viewtitle: "Zobrazit vybraný řádek" | ||
}, | ||
col : { | ||
caption: "Zobrazit/Skrýt sloupce", | ||
bSubmit: "Uložit", | ||
bCancel: "Storno" | ||
}, | ||
errors : { | ||
errcap : "Chyba", | ||
nourl : "Není nastavena url", | ||
norecords: "Žádné záznamy ke zpracování", | ||
model : "Délka colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Ne", "Po", "Út", "St", "Čt", "Pá", "So", | ||
"Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota" | ||
], | ||
monthNames: [ | ||
"Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čvc", "Srp", "Zář", "Říj", "Lis", "Pro", | ||
"Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec" | ||
], | ||
AmPm : ["do","od","DO","OD"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid German Translation | ||
* Version 1.0.0 (developed for jQuery Grid 3.3.1) | ||
* Olaf Klöppel [email protected] | ||
* http://blue-hit.de/ | ||
* | ||
* Updated for jqGrid 3.8 | ||
* Andreas Flack | ||
* http://www.contentcontrol-berlin.de | ||
* | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Zeige {0} - {1} von {2}", | ||
emptyrecords: "Keine Datensätze vorhanden", | ||
loadtext: "Lädt...", | ||
pgtext : "Seite {0} von {1}" | ||
}, | ||
search : { | ||
caption: "Suche...", | ||
Find: "Suchen", | ||
Reset: "Zurücksetzen", | ||
odata : ['gleich', 'ungleich', 'kleiner', 'kleiner gleich','größer','größer gleich', 'beginnt mit','beginnt nicht mit','ist in','ist nicht in','endet mit','endet nicht mit','enthält','enthält nicht'], | ||
groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eine" } ], | ||
matchText: " erfülle", | ||
rulesText: " Bedingung(en)" | ||
}, | ||
edit : { | ||
addCaption: "Datensatz hinzufügen", | ||
editCaption: "Datensatz bearbeiten", | ||
bSubmit: "Speichern", | ||
bCancel: "Abbrechen", | ||
bClose: "Schließen", | ||
saveData: "Daten wurden geändert! Änderungen speichern?", | ||
bYes : "ja", | ||
bNo : "nein", | ||
bExit : "abbrechen", | ||
msg: { | ||
required:"Feld ist erforderlich", | ||
number: "Bitte geben Sie eine Zahl ein", | ||
minValue:"Wert muss größer oder gleich sein, als ", | ||
maxValue:"Wert muss kleiner oder gleich sein, als ", | ||
email: "ist keine gültige E-Mail-Adresse", | ||
integer: "Bitte geben Sie eine Ganzzahl ein", | ||
date: "Bitte geben Sie ein gültiges Datum ein", | ||
url: "ist keine gültige URL. Präfix muss eingegeben werden ('http://' oder 'https://')", | ||
nodefined : " ist nicht definiert!", | ||
novalue : " Rückgabewert ist erforderlich!", | ||
customarray : "Benutzerdefinierte Funktion sollte ein Array zurückgeben!", | ||
customfcheck : "Benutzerdefinierte Funktion sollte im Falle der benutzerdefinierten Überprüfung vorhanden sein!" | ||
} | ||
}, | ||
view : { | ||
caption: "Datensatz anzeigen", | ||
bClose: "Schließen" | ||
}, | ||
del : { | ||
caption: "Löschen", | ||
msg: "Ausgewählte Datensätze löschen?", | ||
bSubmit: "Löschen", | ||
bCancel: "Abbrechen" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Ausgewählte Zeile editieren", | ||
addtext:" ", | ||
addtitle: "Neue Zeile einfügen", | ||
deltext: " ", | ||
deltitle: "Ausgewählte Zeile löschen", | ||
searchtext: " ", | ||
searchtitle: "Datensatz suchen", | ||
refreshtext: "", | ||
refreshtitle: "Tabelle neu laden", | ||
alertcap: "Warnung", | ||
alerttext: "Bitte Zeile auswählen", | ||
viewtext: "", | ||
viewtitle: "Ausgewählte Zeile anzeigen" | ||
}, | ||
col : { | ||
caption: "Spalten auswählen", | ||
bSubmit: "Speichern", | ||
bCancel: "Abbrechen" | ||
}, | ||
errors : { | ||
errcap : "Fehler", | ||
nourl : "Keine URL angegeben", | ||
norecords: "Keine Datensätze zu bearbeiten", | ||
model : "colNames und colModel sind unterschiedlich lang!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: ".", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" €", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", | ||
"Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez", | ||
"Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return 'ter'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd.m.Y', | ||
masks : { | ||
ISO8601Long: "Y-m-d H:i:s", | ||
ISO8601Short: "Y-m-d", | ||
ShortDate: "j.n.Y", | ||
LongDate: "l, j. F Y", | ||
FullDateTime: "l, d. F Y G:i:s", | ||
MonthDay: "d. F", | ||
ShortTime: "G:i", | ||
LongTime: "G:i:s", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); | ||
\ No newline at end of file |
;(function($){ | ||
/** | ||
* jqGrid English Translation | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "View {0} - {1} of {2}", | ||
emptyrecords: "No records to view", | ||
loadtext: "Loading...", | ||
pgtext : "Page {0} of {1}" | ||
}, | ||
search : { | ||
caption: "Search...", | ||
Find: "Find", | ||
Reset: "Reset", | ||
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'], | ||
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ], | ||
matchText: " match", | ||
rulesText: " rules" | ||
}, | ||
edit : { | ||
addCaption: "Add Record", | ||
editCaption: "Edit Record", | ||
bSubmit: "Submit", | ||
bCancel: "Cancel", | ||
bClose: "Close", | ||
saveData: "Data has been changed! Save changes?", | ||
bYes : "Yes", | ||
bNo : "No", | ||
bExit : "Cancel", | ||
msg: { | ||
required:"Field is required", | ||
number:"Please, enter valid number", | ||
minValue:"value must be greater than or equal to ", | ||
maxValue:"value must be less than or equal to", | ||
email: "is not a valid e-mail", | ||
integer: "Please, enter valid integer value", | ||
date: "Please, enter valid date value", | ||
url: "is not a valid URL. Prefix required ('http://' or 'https://')", | ||
nodefined : " is not defined!", | ||
novalue : " return value is required!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "View Record", | ||
bClose: "Close" | ||
}, | ||
del : { | ||
caption: "Delete", | ||
msg: "Delete selected record(s)?", | ||
bSubmit: "Delete", | ||
bCancel: "Cancel" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Edit selected row", | ||
addtext:"", | ||
addtitle: "Add new row", | ||
deltext: "", | ||
deltitle: "Delete selected row", | ||
searchtext: "", | ||
searchtitle: "Find records", | ||
refreshtext: "", | ||
refreshtitle: "Reload Grid", | ||
alertcap: "Warning", | ||
alerttext: "Please, select row", | ||
viewtext: "", | ||
viewtitle: "View selected row" | ||
}, | ||
col : { | ||
caption: "Select columns", | ||
bSubmit: "Ok", | ||
bCancel: "Cancel" | ||
}, | ||
errors : { | ||
errcap : "Error", | ||
nourl : "No url is set", | ||
norecords: "No records to process", | ||
model : "Length of colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat", | ||
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", | ||
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid French Translation | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Enregistrements {0} - {1} sur {2}", | ||
emptyrecords: "Aucun enregistrement à afficher", | ||
loadtext: "Chargement...", | ||
pgtext : "Page {0} sur {1}" | ||
}, | ||
search : { | ||
caption: "Recherche...", | ||
Find: "Chercher", | ||
Reset: "Annuler", | ||
odata : ['égal', 'différent', 'inférieur', 'inférieur ou égal','supérieur','supérieur ou égal', 'commence par','ne commence pas par','est dans',"n'est pas dans",'finit par','ne finit pas par','contient','ne contient pas'], | ||
groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "aucun" } ], | ||
matchText: " correspondance", | ||
rulesText: " règles" | ||
}, | ||
edit : { | ||
addCaption: "Ajouter", | ||
editCaption: "Editer", | ||
bSubmit: "Valider", | ||
bCancel: "Annuler", | ||
bClose: "Fermer", | ||
saveData: "Les données ont changé ! Enregistrer les modifications ?", | ||
bYes: "Oui", | ||
bNo: "Non", | ||
bExit: "Annuler", | ||
msg: { | ||
required: "Champ obligatoire", | ||
number: "Saisissez un nombre correct", | ||
minValue: "La valeur doit être supérieure ou égale à", | ||
maxValue: "La valeur doit être inférieure ou égale à", | ||
email: "n'est pas un email correct", | ||
integer: "Saisissez un entier correct", | ||
url: "n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')", | ||
nodefined : " n'est pas défini!", | ||
novalue : " la valeur de retour est requise!", | ||
customarray : "Une fonction personnalisée devrait retourner un tableau (array)!", | ||
customfcheck : "Une fonction personnalisée devrait être présente dans le cas d'une vérification personnalisée!" | ||
} | ||
}, | ||
view : { | ||
caption: "Voir les enregistrement", | ||
bClose: "Fermer" | ||
}, | ||
del : { | ||
caption: "Supprimer", | ||
msg: "Supprimer les enregistrements sélectionnés ?", | ||
bSubmit: "Supprimer", | ||
bCancel: "Annuler" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Editer la ligne sélectionnée", | ||
addtext:" ", | ||
addtitle: "Ajouter une ligne", | ||
deltext: " ", | ||
deltitle: "Supprimer la ligne sélectionnée", | ||
searchtext: " ", | ||
searchtitle: "Chercher un enregistrement", | ||
refreshtext: "", | ||
refreshtitle: "Recharger le tableau", | ||
alertcap: "Avertissement", | ||
alerttext: "Veuillez sélectionner une ligne", | ||
viewtext: "", | ||
viewtitle: "Afficher la ligne sélectionnée" | ||
}, | ||
col : { | ||
caption: "Afficher/Masquer les colonnes", | ||
bSubmit: "Valider", | ||
bCancel: "Annuler" | ||
}, | ||
errors : { | ||
errcap : "Erreur", | ||
nourl : "Aucune adresse n'est paramétrée", | ||
norecords: "Aucun enregistrement à traiter", | ||
model : "Nombre de titres (colNames) <> Nombre de données (colModel)!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", | ||
"Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi" | ||
], | ||
monthNames: [ | ||
"Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc", | ||
"Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Aout", "Septembre", "Octobre", "Novembre", "Décembre" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j == 1 ? 'er' : 'e';}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Galician Translation | ||
* Translated by Jorge Barreiro <[email protected]> | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Amosando {0} - {1} de {2}", | ||
emptyrecords: "Sen rexistros que amosar", | ||
loadtext: "Cargando...", | ||
pgtext : "Páxina {0} de {1}" | ||
}, | ||
search : { | ||
caption: "Búsqueda...", | ||
Find: "Buscar", | ||
Reset: "Limpar", | ||
odata : ['igual ', 'diferente a', 'menor que', 'menor ou igual que','maior que','maior ou igual a', 'empece por','non empece por','está en','non está en','termina por','non termina por','contén','non contén'], | ||
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ], | ||
matchText: " match", | ||
rulesText: " regras" | ||
}, | ||
edit : { | ||
addCaption: "Engadir rexistro", | ||
editCaption: "Modificar rexistro", | ||
bSubmit: "Gardar", | ||
bCancel: "Cancelar", | ||
bClose: "Pechar", | ||
saveData: "Modificáronse os datos, quere gardar os cambios?", | ||
bYes : "Si", | ||
bNo : "Non", | ||
bExit : "Cancelar", | ||
msg: { | ||
required:"Campo obrigatorio", | ||
number:"Introduza un número", | ||
minValue:"O valor debe ser maior ou igual a ", | ||
maxValue:"O valor debe ser menor ou igual a ", | ||
email: "non é un enderezo de correo válido", | ||
integer: "Introduza un valor enteiro", | ||
date: "Introduza unha data correcta ", | ||
url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')", | ||
nodefined : " non está definido.", | ||
novalue : " o valor de retorno é obrigatorio.", | ||
customarray : "A función persoalizada debe devolver un array.", | ||
customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada." | ||
} | ||
}, | ||
view : { | ||
caption: "Consultar rexistro", | ||
bClose: "Pechar" | ||
}, | ||
del : { | ||
caption: "Eliminar", | ||
msg: "Desexa eliminar os rexistros seleccionados?", | ||
bSubmit: "Eliminar", | ||
bCancel: "Cancelar" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Modificar a fila seleccionada", | ||
addtext:" ", | ||
addtitle: "Engadir unha nova fila", | ||
deltext: " ", | ||
deltitle: "Eliminar a fila seleccionada", | ||
searchtext: " ", | ||
searchtitle: "Buscar información", | ||
refreshtext: "", | ||
refreshtitle: "Recargar datos", | ||
alertcap: "Aviso", | ||
alerttext: "Seleccione unha fila", | ||
viewtext: "", | ||
viewtitle: "Ver fila seleccionada" | ||
}, | ||
col : { | ||
caption: "Mostrar/ocultar columnas", | ||
bSubmit: "Enviar", | ||
bCancel: "Cancelar" | ||
}, | ||
errors : { | ||
errcap : "Erro", | ||
nourl : "Non especificou unha URL", | ||
norecords: "Non hai datos para procesar", | ||
model : "As columnas de nomes son diferentes das columnas de modelo" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: ".", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa", | ||
"Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado" | ||
], | ||
monthNames: [ | ||
"Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec", | ||
"Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd-m-Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Hebrew Translation | ||
* Shuki Shukrun [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "מציג {0} - {1} מתוך {2}", | ||
emptyrecords: "אין רשומות להציג", | ||
loadtext: "טוען...", | ||
pgtext : "דף {0} מתוך {1}" | ||
}, | ||
search : { | ||
caption: "מחפש...", | ||
Find: "חפש", | ||
Reset: "התחל", | ||
odata : ['שווה', 'לא שווה', 'קטן', 'קטן או שווה','גדול','גדול או שווה', 'מתחיל ב','לא מתחיל ב','נמצא ב','לא נמצא ב','מסתיים ב','לא מסתיים ב','מכיל','לא מכיל'], | ||
groupOps: [ { op: "AND", text: "הכל" }, { op: "OR", text: "אחד מ" } ], | ||
matchText: " תואם", | ||
rulesText: " חוקים" | ||
}, | ||
edit : { | ||
addCaption: "הוסף רשומה", | ||
editCaption: "ערוך רשומה", | ||
bSubmit: "שלח", | ||
bCancel: "בטל", | ||
bClose: "סגור", | ||
saveData: "נתונים השתנו! לשמור?", | ||
bYes : "כן", | ||
bNo : "לא", | ||
bExit : "בטל", | ||
msg: { | ||
required:"שדה חובה", | ||
number:"אנא, הכנס מספר תקין", | ||
minValue:"ערך צריך להיות גדול או שווה ל ", | ||
maxValue:"ערך צריך להיות קטן או שווה ל ", | ||
email: "היא לא כתובת איימל תקינה", | ||
integer: "אנא, הכנס מספר שלם", | ||
date: "אנא, הכנס תאריך תקין", | ||
url: "הכתובת אינה תקינה. דרושה תחילית ('http://' או 'https://')", | ||
nodefined : " is not defined!", | ||
novalue : " return value is required!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "הצג רשומה", | ||
bClose: "סגור" | ||
}, | ||
del : { | ||
caption: "מחק", | ||
msg: "האם למחוק את הרשומה/ות המסומנות?", | ||
bSubmit: "מחק", | ||
bCancel: "בטל" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "ערוך שורה מסומנת", | ||
addtext:"", | ||
addtitle: "הוסף שורה חדשה", | ||
deltext: "", | ||
deltitle: "מחק שורה מסומנת", | ||
searchtext: "", | ||
searchtitle: "חפש רשומות", | ||
refreshtext: "", | ||
refreshtitle: "טען גריד מחדש", | ||
alertcap: "אזהרה", | ||
alerttext: "אנא, בחר שורה", | ||
viewtext: "", | ||
viewtitle: "הצג שורה מסומנת" | ||
}, | ||
col : { | ||
caption: "הצג/הסתר עמודות", | ||
bSubmit: "שלח", | ||
bCancel: "בטל" | ||
}, | ||
errors : { | ||
errcap : "שגיאה", | ||
nourl : "לא הוגדרה כתובת url", | ||
norecords: "אין רשומות לעבד", | ||
model : "אורך של colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"א", "ב", "ג", "ד", "ה", "ו", "ש", | ||
"ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת" | ||
], | ||
monthNames: [ | ||
"ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ", | ||
"ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר" | ||
], | ||
AmPm : ["לפני הצהרים","אחר הצהרים","לפני הצהרים","אחר הצהרים"], | ||
S: function (j) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Hungarian Translation | ||
* Őrszigety Ádám [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Oldal {0} - {1} / {2}", | ||
emptyrecords: "Nincs találat", | ||
loadtext: "Betöltés...", | ||
pgtext : "Oldal {0} / {1}" | ||
}, | ||
search : { | ||
caption: "Keresés...", | ||
Find: "Keres", | ||
Reset: "Alapértelmezett", | ||
odata : ['egyenlő', 'nem egyenlő', 'kevesebb', 'kevesebb vagy egyenlő','nagyobb','nagyobb vagy egyenlő', 'ezzel kezdődik','nem ezzel kezdődik','tartalmaz','nem tartalmaz','végződik','nem végződik','tartalmaz','nem tartalmaz'], | ||
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ], | ||
matchText: " match", | ||
rulesText: " rules" | ||
}, | ||
edit : { | ||
addCaption: "Új tétel", | ||
editCaption: "Tétel szerkesztése", | ||
bSubmit: "Mentés", | ||
bCancel: "Mégse", | ||
bClose: "Bezárás", | ||
saveData: "A tétel megváltozott! Tétel mentése?", | ||
bYes : "Igen", | ||
bNo : "Nem", | ||
bExit : "Mégse", | ||
msg: { | ||
required:"Kötelező mező", | ||
number:"Kérjük, adjon meg egy helyes számot", | ||
minValue:"Nagyobb vagy egyenlőnek kell lenni mint ", | ||
maxValue:"Kisebb vagy egyenlőnek kell lennie mint", | ||
email: "hibás emailcím", | ||
integer: "Kérjük adjon meg egy helyes egész számot", | ||
date: "Kérjük adjon meg egy helyes dátumot", | ||
url: "nem helyes cím. Előtag kötelező ('http://' vagy 'https://')", | ||
nodefined : " nem definiált!", | ||
novalue : " visszatérési érték kötelező!!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "Tétel megtekintése", | ||
bClose: "Bezárás" | ||
}, | ||
del : { | ||
caption: "Törlés", | ||
msg: "Kiválaztott tétel(ek) törlése?", | ||
bSubmit: "Törlés", | ||
bCancel: "Mégse" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Tétel szerkesztése", | ||
addtext:"", | ||
addtitle: "Új tétel hozzáadása", | ||
deltext: "", | ||
deltitle: "Tétel törlése", | ||
searchtext: "", | ||
searchtitle: "Keresés", | ||
refreshtext: "", | ||
refreshtitle: "Frissítés", | ||
alertcap: "Figyelmeztetés", | ||
alerttext: "Kérem válasszon tételt.", | ||
viewtext: "", | ||
viewtitle: "Tétel megtekintése" | ||
}, | ||
col : { | ||
caption: "Oszlopok kiválasztása", | ||
bSubmit: "Ok", | ||
bCancel: "Mégse" | ||
}, | ||
errors : { | ||
errcap : "Hiba", | ||
nourl : "Nincs URL beállítva", | ||
norecords: "Nincs feldolgozásra váró tétel", | ||
model : "colNames és colModel hossza nem egyenlő!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo", | ||
"Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Szep", "Okt", "Nov", "Dec", | ||
"Január", "Február", "Március", "Áprili", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December" | ||
], | ||
AmPm : ["de","du","DE","DU"], | ||
S: function (j) {return '.-ik';}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'Y/m/d', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "Y/j/n", | ||
LongDate: "Y. F hó d., l", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "a g:i", | ||
LongTime: "a g:i:s", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "Y, F" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Icelandic Translation | ||
* [email protected] Univercity of Iceland | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "View {0} - {1} of {2}", | ||
emptyrecords: "No records to view", | ||
loadtext: "Hleður...", | ||
pgtext : "Page {0} of {1}" | ||
}, | ||
search : { | ||
caption: "Leita...", | ||
Find: "Leita", | ||
Reset: "Endursetja", | ||
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'], | ||
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ], | ||
matchText: " match", | ||
rulesText: " rules" | ||
}, | ||
edit : { | ||
addCaption: "Add Record", | ||
editCaption: "Edit Record", | ||
bSubmit: "Vista", | ||
bCancel: "Hætta við", | ||
bClose: "Loka", | ||
saveData: "Data has been changed! Save changes?", | ||
bYes : "Yes", | ||
bNo : "No", | ||
bExit : "Cancel", | ||
msg: { | ||
required:"Reitur er nauðsynlegur", | ||
number:"Vinsamlega settu inn tölu", | ||
minValue:"gildi verður að vera meira en eða jafnt og ", | ||
maxValue:"gildi verður að vera minna en eða jafnt og ", | ||
email: "er ekki löglegt email", | ||
integer: "Vinsamlega settu inn tölu", | ||
date: "Please, enter valid date value", | ||
url: "is not a valid URL. Prefix required ('http://' or 'https://')", | ||
nodefined : " is not defined!", | ||
novalue : " return value is required!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "View Record", | ||
bClose: "Close" | ||
}, | ||
del : { | ||
caption: "Eyða", | ||
msg: "Eyða völdum færslum ?", | ||
bSubmit: "Eyða", | ||
bCancel: "Hætta við" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Breyta færslu", | ||
addtext:" ", | ||
addtitle: "Ný færsla", | ||
deltext: " ", | ||
deltitle: "Eyða færslu", | ||
searchtext: " ", | ||
searchtitle: "Leita", | ||
refreshtext: "", | ||
refreshtitle: "Endurhlaða", | ||
alertcap: "Viðvörun", | ||
alerttext: "Vinsamlega veldu færslu", | ||
viewtext: "", | ||
viewtitle: "View selected row" | ||
}, | ||
col : { | ||
caption: "Sýna / fela dálka", | ||
bSubmit: "Vista", | ||
bCancel: "Hætta við" | ||
}, | ||
errors : { | ||
errcap : "Villa", | ||
nourl : "Vantar slóð", | ||
norecords: "Engar færslur valdar", | ||
model : "Length of colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat", | ||
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", | ||
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Japanese Translation | ||
* OKADA Yoshitada [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "{2} \u4EF6\u4E2D {0} - {1} \u3092\u8868\u793A ", | ||
emptyrecords: "\u8868\u793A\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093", | ||
loadtext: "\u8aad\u307f\u8fbc\u307f\u4e2d...", | ||
pgtext : "{1} \u30DA\u30FC\u30B8\u4E2D {0} \u30DA\u30FC\u30B8\u76EE " | ||
}, | ||
search : { | ||
caption: "\u691c\u7d22...", | ||
Find: "\u691c\u7d22", | ||
Reset: "\u30ea\u30bb\u30c3\u30c8", | ||
odata: ["\u6B21\u306B\u7B49\u3057\u3044", "\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044", | ||
"\u6B21\u3088\u308A\u5C0F\u3055\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044", | ||
"\u6B21\u3088\u308A\u5927\u304D\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044", | ||
"\u6B21\u3067\u59CB\u307E\u308B", "\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044", | ||
"\u6B21\u306B\u542B\u307E\u308C\u308B", "\u6B21\u306B\u542B\u307E\u308C\u306A\u3044", | ||
"\u6B21\u3067\u7D42\u308F\u308B", "\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044", | ||
"\u6B21\u3092\u542B\u3080", "\u6B21\u3092\u542B\u307E\u306A\u3044"], | ||
groupOps: [{ | ||
op: "AND", | ||
text: "\u3059\u3079\u3066\u306E" | ||
}, | ||
{ | ||
op: "OR", | ||
text: "\u3044\u305A\u308C\u304B\u306E" | ||
}], | ||
matchText: " \u6B21\u306E", | ||
rulesText: " \u6761\u4EF6\u3092\u6E80\u305F\u3059" | ||
}, | ||
edit : { | ||
addCaption: "\u30ec\u30b3\u30fc\u30c9\u8ffd\u52a0", | ||
editCaption: "\u30ec\u30b3\u30fc\u30c9\u7de8\u96c6", | ||
bSubmit: "\u9001\u4fe1", | ||
bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb", | ||
bClose: "\u9589\u3058\u308b", | ||
saveData: "\u30C7\u30FC\u30BF\u304C\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F", | ||
bYes: "\u306F\u3044", | ||
bNo: "\u3044\u3044\u3048", | ||
bExit: "\u30AD\u30E3\u30F3\u30BB\u30EB", | ||
msg: { | ||
required:"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059\u3002", | ||
number:"\u6b63\u3057\u3044\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
minValue:"\u6b21\u306e\u5024\u4ee5\u4e0a\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
maxValue:"\u6b21\u306e\u5024\u4ee5\u4e0b\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
email: "e-mail\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002", | ||
integer: "\u6b63\u3057\u3044\u6574\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
date: "\u6b63\u3057\u3044\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
url: "\u306F\u6709\u52B9\u306AURL\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\20\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u304C\u5FC5\u8981\u3067\u3059\u3002 ('http://' \u307E\u305F\u306F 'https://')", | ||
nodefined: " \u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093", | ||
novalue: " \u623B\u308A\u5024\u304C\u5FC5\u8981\u3067\u3059", | ||
customarray: "\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u306F\u914D\u5217\u3092\u8FD4\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059", | ||
customfcheck: "\u30AB\u30B9\u30BF\u30E0\u691C\u8A3C\u306B\u306F\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u304C\u5FC5\u8981\u3067\u3059" | ||
} | ||
}, | ||
view : { | ||
caption: "\u30EC\u30B3\u30FC\u30C9\u3092\u8868\u793A", | ||
bClose: "\u9589\u3058\u308B" | ||
}, | ||
del : { | ||
caption: "\u524a\u9664", | ||
msg: "\u9078\u629e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", | ||
bSubmit: "\u524a\u9664", | ||
bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u7de8\u96c6", | ||
addtext:" ", | ||
addtitle: "\u884c\u3092\u65b0\u898f\u8ffd\u52a0", | ||
deltext: " ", | ||
deltitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u524a\u9664", | ||
searchtext: " ", | ||
searchtitle: "\u30ec\u30b3\u30fc\u30c9\u691c\u7d22", | ||
refreshtext: "", | ||
refreshtitle: "\u30b0\u30ea\u30c3\u30c9\u3092\u30ea\u30ed\u30fc\u30c9", | ||
alertcap: "\u8b66\u544a", | ||
alerttext: "\u884c\u3092\u9078\u629e\u3057\u3066\u4e0b\u3055\u3044\u3002", | ||
viewtext: "", | ||
viewtitle: "\u9078\u629E\u3057\u305F\u884C\u3092\u8868\u793A" | ||
}, | ||
col : { | ||
caption: "\u5217\u3092\u8868\u793a\uff0f\u96a0\u3059", | ||
bSubmit: "\u9001\u4fe1", | ||
bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb" | ||
}, | ||
errors : { | ||
errcap : "\u30a8\u30e9\u30fc", | ||
nourl : "URL\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", | ||
norecords: "\u51e6\u7406\u5bfe\u8c61\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002", | ||
model : "colNames\u306e\u9577\u3055\u304ccolModel\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002" | ||
}, | ||
formatter : { | ||
integer: { | ||
thousandsSeparator: ",", | ||
defaultValue: '0' | ||
}, | ||
number: { | ||
decimalSeparator: ".", | ||
thousandsSeparator: ",", | ||
decimalPlaces: 2, | ||
defaultValue: '0.00' | ||
}, | ||
currency: { | ||
decimalSeparator: ".", | ||
thousandsSeparator: ",", | ||
decimalPlaces: 0, | ||
prefix: "", | ||
suffix: "", | ||
defaultValue: '0' | ||
}, | ||
date : { | ||
dayNames: [ | ||
"\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f", | ||
"\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f" | ||
], | ||
monthNames: [ | ||
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", | ||
"1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: "\u756a\u76ee", | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Lithuanian Translation | ||
* aur1mas [email protected] | ||
* http://aur1mas.devnet.lt | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Peržiūrima {0} - {1} iš {2}", | ||
emptyrecords: "Įrašų nėra", | ||
loadtext: "Kraunama...", | ||
pgtext : "Puslapis {0} iš {1}" | ||
}, | ||
search : { | ||
caption: "Paieška...", | ||
Find: "Ieškoti", | ||
Reset: "Atstatyti", | ||
odata : ['lygu', 'nelygu', 'mažiau', 'mažiau arba lygu','daugiau','daugiau arba lygu', 'prasideda','neprasideda','reikšmė yra','reikšmės nėra','baigiasi','nesibaigia','yra sudarytas','nėra sudarytas'], | ||
groupOps: [ { op: "AND", text: "visi" }, { op: "OR", text: "bet kuris" } ], | ||
matchText: " match", | ||
rulesText: " rules" | ||
}, | ||
edit : { | ||
addCaption: "Sukurti įrašą", | ||
editCaption: "Redaguoti įrašą", | ||
bSubmit: "Išsaugoti", | ||
bCancel: "Atšaukti", | ||
bClose: "Uždaryti", | ||
saveData: "Duomenys buvo pakeisti! Išsaugoti pakeitimus?", | ||
bYes : "Taip", | ||
bNo : "Ne", | ||
bExit : "Atšaukti", | ||
msg: { | ||
required:"Privalomas laukas", | ||
number:"Įveskite tinkamą numerį", | ||
minValue:"reikšmė turi būti didesnė arba lygi ", | ||
maxValue:"reikšmė turi būti mažesnė arba lygi", | ||
email: "neteisingas el. pašto adresas", | ||
integer: "Įveskite teisingą sveikąjį skaičių", | ||
date: "Įveskite teisingą datą", | ||
url: "blogas adresas. Nepamirškite pridėti ('http://' arba 'https://')", | ||
nodefined : " nėra apibrėžta!", | ||
novalue : " turi būti gražinama kokia nors reikšmė!", | ||
customarray : "Custom f-ja turi grąžinti masyvą!", | ||
customfcheck : "Custom f-ja tūrėtų būti sukurta, prieš bandant ją naudoti!" | ||
} | ||
}, | ||
view : { | ||
caption: "Peržiūrėti įrašus", | ||
bClose: "Uždaryti" | ||
}, | ||
del : { | ||
caption: "Ištrinti", | ||
msg: "Ištrinti pažymėtus įrašus(-ą)?", | ||
bSubmit: "Ištrinti", | ||
bCancel: "Atšaukti" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Redaguoti pažymėtą eilutę", | ||
addtext:"", | ||
addtitle: "Pridėti naują eilutę", | ||
deltext: "", | ||
deltitle: "Ištrinti pažymėtą eilutę", | ||
searchtext: "", | ||
searchtitle: "Rasti įrašus", | ||
refreshtext: "", | ||
refreshtitle: "Perkrauti lentelę", | ||
alertcap: "Įspėjimas", | ||
alerttext: "Pasirinkite eilutę", | ||
viewtext: "", | ||
viewtitle: "Peržiūrėti pasirinktą eilutę" | ||
}, | ||
col : { | ||
caption: "Pasirinkti stulpelius", | ||
bSubmit: "Gerai", | ||
bCancel: "Atšaukti" | ||
}, | ||
errors : { | ||
errcap : "Klaida", | ||
nourl : "Url reikšmė turi būti perduota", | ||
norecords: "Nėra įrašų, kuriuos būtų galima apdoroti", | ||
model : "colNames skaičius <> colModel skaičiui!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: "", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš", | ||
"Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis" | ||
], | ||
monthNames: [ | ||
"Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugj", "Rugs", "Spa", "Lap", "Gru", | ||
"Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Montenegrian Translation | ||
* Bild Studio [email protected] | ||
* http://www.bild-studio.com | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Pregled {0} - {1} od {2}", | ||
emptyrecords: "Ne postoji nijedan zapis", | ||
loadtext: "Učitivanje...", | ||
pgtext : "Strana {0} od {1}" | ||
}, | ||
search : { | ||
caption: "Traženje...", | ||
Find: "Traži", | ||
Reset: "Resetuj", | ||
odata : ['jednako', 'nije jednako', 'manje', 'manje ili jednako','veće','veće ili jednako', 'počinje sa','ne počinje sa','je u','nije u','završava sa','ne završava sa','sadrži','ne sadrži'], | ||
groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ], | ||
matchText: " primjeni", | ||
rulesText: " pravila" | ||
}, | ||
edit : { | ||
addCaption: "Dodaj zapis", | ||
editCaption: "Izmjeni zapis", | ||
bSubmit: "Pošalji", | ||
bCancel: "Odustani", | ||
bClose: "Zatvori", | ||
saveData: "Podatak je izmjenjen! Sačuvaj izmjene?", | ||
bYes : "Da", | ||
bNo : "Ne", | ||
bExit : "Odustani", | ||
msg: { | ||
required:"Polje je obavezno", | ||
number:"Unesite ispravan broj", | ||
minValue:"vrijednost mora biti veća od ili jednaka sa ", | ||
maxValue:"vrijednost mora biti manja ili jednaka sa", | ||
email: "nije ispravna email adresa, nije valjda da ne umiješ ukucati mail!?", | ||
integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ", | ||
date: "Unesite ispravan datum", | ||
url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')", | ||
nodefined : " nije definisan!", | ||
novalue : " zahtjevana je povratna vrijednost!", | ||
customarray : "Prilagođena funkcija treba da vrati niz!", | ||
customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!" | ||
} | ||
}, | ||
view : { | ||
caption: "Pogledaj zapis", | ||
bClose: "Zatvori" | ||
}, | ||
del : { | ||
caption: "Izbrisi", | ||
msg: "Izbrisi izabran(e) zapise(e)?", | ||
bSubmit: "Izbriši", | ||
bCancel: "Odbaci" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Izmjeni izabrani red", | ||
addtext:"", | ||
addtitle: "Dodaj novi red", | ||
deltext: "", | ||
deltitle: "Izbriši izabran red", | ||
searchtext: "", | ||
searchtitle: "Nađi zapise", | ||
refreshtext: "", | ||
refreshtitle: "Ponovo učitaj podatke", | ||
alertcap: "Upozorenje", | ||
alerttext: "Izaberite red", | ||
viewtext: "", | ||
viewtitle: "Pogledaj izabrani red" | ||
}, | ||
col : { | ||
caption: "Izaberi kolone", | ||
bSubmit: "OK", | ||
bCancel: "Odbaci" | ||
}, | ||
errors : { | ||
errcap : "Greška", | ||
nourl : "Nije postavljen URL", | ||
norecords: "Nema zapisa za obradu", | ||
model : "Dužina modela colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub", | ||
"Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec", | ||
"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Brazilian-Portuguese Translation | ||
* Sergio Righi [email protected] | ||
* http://curve.com.br | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Ver {0} - {1} of {2}", | ||
emptyrecords: "Nenhum registro para visualizar", | ||
loadtext: "Carregando...", | ||
pgtext : "Página {0} de {1}" | ||
}, | ||
search : { | ||
caption: "Procurar...", | ||
Find: "Procurar", | ||
Reset: "Resetar", | ||
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'], | ||
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ], | ||
matchText: " iguala", | ||
rulesText: " regras" | ||
}, | ||
edit : { | ||
addCaption: "Incluir", | ||
editCaption: "Alterar", | ||
bSubmit: "Enviar", | ||
bCancel: "Cancelar", | ||
bClose: "Fechar", | ||
saveData: "Os dados foram alterados! Salvar alterações?", | ||
bYes : "Sim", | ||
bNo : "Não", | ||
bExit : "Cancelar", | ||
msg: { | ||
required:"Campo obrigatório", | ||
number:"Por favor, informe um número válido", | ||
minValue:"valor deve ser igual ou maior que ", | ||
maxValue:"valor deve ser menor ou igual a", | ||
email: "este e-mail não é válido", | ||
integer: "Por favor, informe um valor inteiro", | ||
date: "Por favor, informe uma data válida", | ||
url: "não é uma URL válida. Prefixo obrigatório ('http://' or 'https://')", | ||
nodefined : " não está definido!", | ||
novalue : " um valor de retorno é obrigatório!", | ||
customarray : "Função customizada deve retornar um array!", | ||
customfcheck : "Função customizada deve estar presente em caso de validação customizada!" | ||
} | ||
}, | ||
view : { | ||
caption: "Ver Registro", | ||
bClose: "Fechar" | ||
}, | ||
del : { | ||
caption: "Apagar", | ||
msg: "Apagar registros selecionado(s)?", | ||
bSubmit: "Apagar", | ||
bCancel: "Cancelar" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Alterar registro selecionado", | ||
addtext:" ", | ||
addtitle: "Incluir novo registro", | ||
deltext: " ", | ||
deltitle: "Apagar registro selecionado", | ||
searchtext: " ", | ||
searchtitle: "Procurar registros", | ||
refreshtext: "", | ||
refreshtitle: "Recarrgando Tabela", | ||
alertcap: "Aviso", | ||
alerttext: "Por favor, selecione um registro", | ||
viewtext: "", | ||
viewtitle: "Ver linha selecionada" | ||
}, | ||
col : { | ||
caption: "Mostrar/Esconder Colunas", | ||
bSubmit: "Enviar", | ||
bCancel: "Cancelar" | ||
}, | ||
errors : { | ||
errcap : "Erro", | ||
nourl : "Nenhuma URL defenida", | ||
norecords: "Sem registros para exibir", | ||
model : "Comprimento de colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "R$ ", suffix:"", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", | ||
"Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado" | ||
], | ||
monthNames: [ | ||
"Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez", | ||
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['º', 'º', 'º', 'º'][Math.min((j - 1) % 10, 3)] : 'º'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Romanian Translation | ||
* Alexandru Emil Lupu [email protected] | ||
* http://www.alecslupu.ro/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Vizualizare {0} - {1} din {2}", | ||
emptyrecords: "Nu există înregistrări de vizualizat", | ||
loadtext: "Încărcare...", | ||
pgtext : "Pagina {0} din {1}" | ||
}, | ||
search : { | ||
caption: "Caută...", | ||
Find: "Caută", | ||
Reset: "Resetare", | ||
odata : ['egal', 'diferit', 'mai mic', 'mai mic sau egal','mai mare','mai mare sau egal', 'începe cu','nu începe cu','se găsește în','nu se găsește în','se termină cu','nu se termină cu','conține',''], | ||
groupOps: [ { op: "AND", text: "toate" }, { op: "OR", text: "oricare" } ], | ||
matchText: " găsite", | ||
rulesText: " reguli" | ||
}, | ||
edit : { | ||
addCaption: "Adăugare înregistrare", | ||
editCaption: "Modificare înregistrare", | ||
bSubmit: "Salvează", | ||
bCancel: "Anulare", | ||
bClose: "Închide", | ||
saveData: "Informațiile au fost modificate! Salvați modificările?", | ||
bYes : "Da", | ||
bNo : "Nu", | ||
bExit : "Anulare", | ||
msg: { | ||
required:"Câmpul este obligatoriu", | ||
number:"Vă rugăm introduceți un număr valid", | ||
minValue:"valoarea trebuie sa fie mai mare sau egală cu", | ||
maxValue:"valoarea trebuie sa fie mai mică sau egală cu", | ||
email: "nu este o adresă de e-mail validă", | ||
integer: "Vă rugăm introduceți un număr valid", | ||
date: "Vă rugăm să introduceți o dată validă", | ||
url: "Nu este un URL valid. Prefixul este necesar('http://' or 'https://')", | ||
nodefined : " is not defined!", | ||
novalue : " return value is required!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "Vizualizare înregistrare", | ||
bClose: "Închidere" | ||
}, | ||
del : { | ||
caption: "Ștegere", | ||
msg: "Ștergeți înregistrarea (înregistrările) selectate?", | ||
bSubmit: "Șterge", | ||
bCancel: "Anulare" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Modifică rândul selectat", | ||
addtext:"", | ||
addtitle: "Adaugă rând nou", | ||
deltext: "", | ||
deltitle: "Șterge rândul selectat", | ||
searchtext: "", | ||
searchtitle: "Căutare înregistrări", | ||
refreshtext: "", | ||
refreshtitle: "Reîncarcare Grid", | ||
alertcap: "Avertisment", | ||
alerttext: "Vă rugăm să selectați un rând", | ||
viewtext: "", | ||
viewtitle: "Vizualizează rândul selectat" | ||
}, | ||
col : { | ||
caption: "Arată/Ascunde coloanele", | ||
bSubmit: "Salvează", | ||
bCancel: "Anulare" | ||
}, | ||
errors : { | ||
errcap : "Eroare", | ||
nourl : "Niciun url nu este setat", | ||
norecords: "Nu sunt înregistrări de procesat", | ||
model : "Lungimea colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", | ||
"Duminică", "Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbătă" | ||
], | ||
monthNames: [ | ||
"Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Noi", "Dec", | ||
"Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
/* | ||
Here is a problem in romanian: | ||
M / F | ||
1st = primul / prima | ||
2nd = Al doilea / A doua | ||
3rd = Al treilea / A treia | ||
4th = Al patrulea/ A patra | ||
5th = Al cincilea / A cincea | ||
6th = Al șaselea / A șasea | ||
7th = Al șaptelea / A șaptea | ||
.... | ||
*/ | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Serbian Translation | ||
* Александар Миловац(Aleksandar Milovac) [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Преглед {0} - {1} од {2}", | ||
emptyrecords: "Не постоји ниједан запис", | ||
loadtext: "Учитавање...", | ||
pgtext : "Страна {0} од {1}" | ||
}, | ||
search : { | ||
caption: "Тражење...", | ||
Find: "Тражи", | ||
Reset: "Ресетуј", | ||
odata : ['једнако', 'није једнако', 'мање', 'мање или једнако','веће','веће или једнако', 'почиње са','не почиње са','је у','није у','завршава са','не завршава са','садржи','не садржи'], | ||
groupOps: [ { op: "И", text: "сви" }, { op: "ИЛИ", text: "сваки" } ], | ||
matchText: " match", | ||
rulesText: " правила" | ||
}, | ||
edit : { | ||
addCaption: "Додај запис", | ||
editCaption: "Измени запис", | ||
bSubmit: "Пошаљи", | ||
bCancel: "Одустани", | ||
bClose: "Затвори", | ||
saveData: "Податак је измењен! Сачувај измене?", | ||
bYes : "Да", | ||
bNo : "Не", | ||
bExit : "Одустани", | ||
msg: { | ||
required:"Поље је обавезно", | ||
number:"Молим, унесите исправан број", | ||
minValue:"вредност мора бити већа од или једнака са ", | ||
maxValue:"вредност мора бити мања од или једнака са", | ||
email: "није исправна имејл адреса", | ||
integer: "Молим, унесите исправну целобројну вредност ", | ||
date: "Молим, унесите исправан датум", | ||
url: "није исправан УРЛ. Потребан је префикс ('http://' or 'https://')", | ||
nodefined : " није дефинисан!", | ||
novalue : " захтевана је повратна вредност!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "Погледај запис", | ||
bClose: "Затвори" | ||
}, | ||
del : { | ||
caption: "Избриши", | ||
msg: "Избриши изабран(е) запис(е)?", | ||
bSubmit: "Ибриши", | ||
bCancel: "Одбаци" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Измени изабрани ред", | ||
addtext:"", | ||
addtitle: "Додај нови ред", | ||
deltext: "", | ||
deltitle: "Избриши изабран ред", | ||
searchtext: "", | ||
searchtitle: "Нађи записе", | ||
refreshtext: "", | ||
refreshtitle: "Поново учитај податке", | ||
alertcap: "Упозорење", | ||
alerttext: "Молим, изаберите ред", | ||
viewtext: "", | ||
viewtitle: "Погледај изабрани ред" | ||
}, | ||
col : { | ||
caption: "Изабери колоне", | ||
bSubmit: "ОК", | ||
bCancel: "Одбаци" | ||
}, | ||
errors : { | ||
errcap : "Грешка", | ||
nourl : "Није постављен URL", | ||
norecords: "Нема записа за обраду", | ||
model : "Дужина модела colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", | ||
"Недеља", "Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота" | ||
], | ||
monthNames: [ | ||
"Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец", | ||
"Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Swedish Translation | ||
* Harald Normann [email protected], [email protected] | ||
* http://www.worldteamsoftware.com | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "Visar {0} - {1} av {2}", | ||
emptyrecords: "Det finns inga poster att visa", | ||
loadtext: "Laddar...", | ||
pgtext : "Sida {0} av {1}" | ||
}, | ||
search : { | ||
caption: "Sök Poster - Ange sökvillkor", | ||
Find: "Sök", | ||
Reset: "Nollställ Villkor", | ||
odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','börjar inte med','tillhör','tillhör inte','slutar med','slutar inte med','innehåller','innehåller inte'], | ||
groupOps: [ { op: "AND", text: "alla" }, { op: "OR", text: "eller" } ], | ||
matchText: " träff", | ||
rulesText: " regler" | ||
}, | ||
edit : { | ||
addCaption: "Ny Post", | ||
editCaption: "Redigera Post", | ||
bSubmit: "Spara", | ||
bCancel: "Avbryt", | ||
bClose: "Stäng", | ||
saveData: "Data har ändrats! Spara förändringar?", | ||
bYes : "Ja", | ||
bNo : "Nej", | ||
bExit : "Avbryt", | ||
msg: { | ||
required:"Fältet är obligatoriskt", | ||
number:"Välj korrekt nummer", | ||
minValue:"värdet måste vara större än eller lika med", | ||
maxValue:"värdet måste vara mindre än eller lika med", | ||
email: "är inte korrekt e-post adress", | ||
integer: "Var god ange korrekt heltal", | ||
date: "Var god ange korrekt datum", | ||
url: "är inte en korrekt URL. Prefix måste anges ('http://' or 'https://')", | ||
nodefined : " är inte definierad!", | ||
novalue : " returvärde måste anges!", | ||
customarray : "Custom funktion måste returnera en vektor!", | ||
customfcheck : "Custom funktion måste finnas om Custom kontroll sker!" | ||
} | ||
}, | ||
view : { | ||
caption: "Visa Post", | ||
bClose: "Stäng" | ||
}, | ||
del : { | ||
caption: "Radera", | ||
msg: "Radera markerad(e) post(er)?", | ||
bSubmit: "Radera", | ||
bCancel: "Avbryt" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "Redigera markerad rad", | ||
addtext:"", | ||
addtitle: "Skapa ny post", | ||
deltext: "", | ||
deltitle: "Radera markerad rad", | ||
searchtext: "", | ||
searchtitle: "Sök poster", | ||
refreshtext: "", | ||
refreshtitle: "Uppdatera data", | ||
alertcap: "Varning", | ||
alerttext: "Ingen rad är markerad", | ||
viewtext: "", | ||
viewtitle: "Visa markerad rad" | ||
}, | ||
col : { | ||
caption: "Välj Kolumner", | ||
bSubmit: "OK", | ||
bCancel: "Avbryt" | ||
}, | ||
errors : { | ||
errcap : "Fel", | ||
nourl : "URL saknas", | ||
norecords: "Det finns inga poster att bearbeta", | ||
model : "Antal colNames <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'}, | ||
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"Kr", defaultValue: '0,00'}, | ||
date : { | ||
dayNames: [ | ||
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", | ||
"Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag" | ||
], | ||
monthNames: [ | ||
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec", | ||
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December" | ||
], | ||
AmPm : ["fm","em","FM","EM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'Y-m-d', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Thai Translation | ||
* Kittituch Manakul [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "แสดง {0} - {1} จาก {2}", | ||
emptyrecords: "ไม่พบข้อมูล", | ||
loadtext: "กำลังร้องขอข้อมูล...", | ||
pgtext : "หน้า {0} จาก {1}" | ||
}, | ||
search : { | ||
caption: "กำลังค้นหา...", | ||
Find: "ค้นหา", | ||
Reset: "คืนค่ากลับ", | ||
odata : ['เท่ากับ', 'ไม่เท่ากับ', 'น้อยกว่า', 'ไม่มากกว่า','มากกกว่า','ไม่น้อยกว่า', 'ขึ้นต้นด้วย','ไม่ขึ้นต้นด้วย','มีคำใดคำหนึ่งใน','ไม่มีคำใดคำหนึ่งใน','ลงท้ายด้วย','ไม่ลงท้ายด้วย','มีคำว่า','ไม่มีคำว่า'], | ||
groupOps: [ { op: "และ", text: "ทั้งหมด" }, { op: "หรือ", text: "ใดๆ" } ], | ||
matchText: " ตรงกันกับ", | ||
rulesText: " ตามกฏ" | ||
}, | ||
edit : { | ||
addCaption: "เพิ่มข้อมูล", | ||
editCaption: "แก้ไขข้อมูล", | ||
bSubmit: "บันทึก", | ||
bCancel: "ยกเลิก", | ||
bClose: "ปิด", | ||
saveData: "คุณต้องการบันทึการแก้ไข ใช่หรือไม่?", | ||
bYes : "บันทึก", | ||
bNo : "ละทิ้งการแก้ไข", | ||
bExit : "ยกเลิก", | ||
msg: { | ||
required:"ข้อมูลนี้จำเป็น", | ||
number:"กรุณากรอกหมายเลขให้ถูกต้อง", | ||
minValue:"ค่าของข้อมูลนี้ต้องไม่น้อยกว่า", | ||
maxValue:"ค่าของข้อมูลนี้ต้องไม่มากกว่า", | ||
email: "อีเมลล์นี้ไม่ถูกต้อง", | ||
integer: "กรุณากรอกเป็นจำนวนเต็ม", | ||
date: "กรุณากรอกวันที่ให้ถูกต้อง", | ||
url: "URL ไม่ถูกต้อง URL จำเป็นต้องขึ้นต้นด้วย 'http://' หรือ 'https://'", | ||
nodefined : "ไม่ได้ถูกกำหนดค่า!", | ||
novalue : "ต้องการการคืนค่า!", | ||
customarray : "ฟังก์ชันที่สร้างขึ้นต้องส่งค่ากลับเป็นแบบแอเรย์", | ||
customfcheck : "ระบบต้องการฟังก์ชันที่สร้างขึ้นสำหรับการตรวจสอบ!" | ||
} | ||
}, | ||
view : { | ||
caption: "เรียกดูข้อมูล", | ||
bClose: "ปิด" | ||
}, | ||
del : { | ||
caption: "ลบข้อมูล", | ||
msg: "คุณต้องการลบข้อมูลที่ถูกเลือก ใช่หรือไม่?", | ||
bSubmit: "ต้องการลบ", | ||
bCancel: "ยกเลิก" | ||
}, | ||
nav : { | ||
edittext: "", | ||
edittitle: "แก้ไขข้อมูล", | ||
addtext:"", | ||
addtitle: "เพิ่มข้อมูล", | ||
deltext: "", | ||
deltitle: "ลบข้อมูล", | ||
searchtext: "", | ||
searchtitle: "ค้นหาข้อมูล", | ||
refreshtext: "", | ||
refreshtitle: "รีเฟรช", | ||
alertcap: "คำเตือน", | ||
alerttext: "กรุณาเลือกข้อมูล", | ||
viewtext: "", | ||
viewtitle: "ดูรายละเอียดข้อมูล" | ||
}, | ||
col : { | ||
caption: "กรุณาเลือกคอลัมน์", | ||
bSubmit: "ตกลง", | ||
bCancel: "ยกเลิก" | ||
}, | ||
errors : { | ||
errcap : "เกิดความผิดพลาด", | ||
nourl : "ไม่ได้กำหนด URL", | ||
norecords: "ไม่มีข้อมูลให้ดำเนินการ", | ||
model : "จำนวนคอลัมน์ไม่เท่ากับจำนวนคอลัมน์โมเดล!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", | ||
"อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัสบดี", "ศูกร์", "เสาร์" | ||
], | ||
monthNames: [ | ||
"ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค.", | ||
"มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฏาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return ''}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
;(function($){ | ||
/** | ||
* jqGrid Turkish Translation | ||
* Erhan Gündoğan ([email protected]) | ||
* http://blog.zakkum.com | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
$.jgrid = { | ||
defaults : { | ||
recordtext: "{0}-{1} listeleniyor. Toplam:{2}", | ||
emptyrecords: "Kayıt bulunamadı", | ||
loadtext: "Yükleniyor...", | ||
pgtext : "{0}/{1}. Sayfa" | ||
}, | ||
search : { | ||
caption: "Arama...", | ||
Find: "Bul", | ||
Reset: "Temizle", | ||
odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'], | ||
groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ], | ||
matchText: " uyan", | ||
rulesText: " kurallar" | ||
}, | ||
edit : { | ||
addCaption: "Kayıt Ekle", | ||
editCaption: "Kayıt Düzenle", | ||
bSubmit: "Gönder", | ||
bCancel: "İptal", | ||
bClose: "Kapat", | ||
saveData: "Veriler değişti! Kayıt edilsin mi?", | ||
bYes : "Evet", | ||
bNo : "Hayıt", | ||
bExit : "İptal", | ||
msg: { | ||
required:"Alan gerekli", | ||
number:"Lütfen bir numara giriniz", | ||
minValue:"girilen değer daha büyük ya da buna eşit olmalıdır", | ||
maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır", | ||
email: "geçerli bir e-posta adresi değildir", | ||
integer: "Lütfen bir tamsayı giriniz", | ||
url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.", | ||
nodefined : " is not defined!", | ||
novalue : " return value is required!", | ||
customarray : "Custom function should return array!", | ||
customfcheck : "Custom function should be present in case of custom checking!" | ||
} | ||
}, | ||
view : { | ||
caption: "Kayıt Görüntüle", | ||
bClose: "Kapat" | ||
}, | ||
del : { | ||
caption: "Sil", | ||
msg: "Seçilen kayıtlar silinsin mi?", | ||
bSubmit: "Sil", | ||
bCancel: "İptal" | ||
}, | ||
nav : { | ||
edittext: " ", | ||
edittitle: "Seçili satırı düzenle", | ||
addtext:" ", | ||
addtitle: "Yeni satır ekle", | ||
deltext: " ", | ||
deltitle: "Seçili satırı sil", | ||
searchtext: " ", | ||
searchtitle: "Kayıtları bul", | ||
refreshtext: "", | ||
refreshtitle: "Tabloyu yenile", | ||
alertcap: "Uyarı", | ||
alerttext: "Lütfen bir satır seçiniz", | ||
viewtext: "", | ||
viewtitle: "Seçilen satırı görüntüle" | ||
}, | ||
col : { | ||
caption: "Sütunları göster/gizle", | ||
bSubmit: "Gönder", | ||
bCancel: "İptal" | ||
}, | ||
errors : { | ||
errcap : "Hata", | ||
nourl : "Bir url yapılandırılmamış", | ||
norecords: "İşlem yapılacak bir kayıt yok", | ||
model : "colNames uzunluğu <> colModel!" | ||
}, | ||
formatter : { | ||
integer : {thousandsSeparator: " ", defaultValue: '0'}, | ||
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, | ||
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, | ||
date : { | ||
dayNames: [ | ||
"Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts", | ||
"Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" | ||
], | ||
monthNames: [ | ||
"Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara", | ||
"Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" | ||
], | ||
AmPm : ["am","pm","AM","PM"], | ||
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'}, | ||
srcformat: 'Y-m-d', | ||
newformat: 'd/m/Y', | ||
masks : { | ||
ISO8601Long:"Y-m-d H:i:s", | ||
ISO8601Short:"Y-m-d", | ||
ShortDate: "n/j/Y", | ||
LongDate: "l, F d, Y", | ||
FullDateTime: "l, F d, Y g:i:s A", | ||
MonthDay: "F d", | ||
ShortTime: "g:i A", | ||
LongTime: "g:i:s A", | ||
SortableDateTime: "Y-m-d\\TH:i:s", | ||
UniversalSortableDateTime: "Y-m-d H:i:sO", | ||
YearMonth: "F, Y" | ||
}, | ||
reformatAfterEdit : false | ||
}, | ||
baseLinkUrl: '', | ||
showAction: '', | ||
target: '', | ||
checkbox : {disabled:true}, | ||
idName : 'id' | ||
} | ||
}; | ||
})(jQuery); |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.

331 Bytes

7.58 KB

43 Bytes
This diff is collapsed. Click to expand it.

1.81 KB

7.36 KB

43 Bytes
This diff is collapsed. Click to expand it.

1.81 KB

2.8 KB

7.28 KB

132 Bytes
This diff is collapsed. Click to expand it.

1.81 KB

2.88 KB

7.46 KB
This diff is collapsed. Click to expand it.

1.81 KB
appschema.org/uix.ui.ttl
deleted
100644 → 0
This diff is collapsed. Click to expand it.
www.reportinghub.no/swp/MPRG.uispin.html
0 → 100644
This diff is collapsed. Click to expand it.
www.reportinghub.no/swp/SWP_mprg.ui.ttl
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment