grid.locale-de.js 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. ;(function($){
  2. /**
  3. * jqGrid German Translation
  4. * Version 1.0.0 (developed for jQuery Grid 3.3.1)
  5. * Olaf Klöppel opensource@blue-hit.de
  6. * http://blue-hit.de/
  7. *
  8. * Updated for jqGrid 3.8
  9. * Andreas Flack
  10. * http://www.contentcontrol-berlin.de
  11. *
  12. * Updated for jQuery 4.4
  13. * Oleg Kiriljuk oleg.kiriljuk@ok-soft-gmbh.com
  14. * the format corresponds now the format from
  15. * https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.de.js
  16. *
  17. * Dual licensed under the MIT and GPL licenses:
  18. * http://www.opensource.org/licenses/mit-license.php
  19. * http://www.gnu.org/licenses/gpl.html
  20. **/
  21. $.jgrid = $.jgrid || {};
  22. $.extend($.jgrid,{
  23. defaults : {
  24. recordtext: "Zeige {0} - {1} von {2}",
  25. emptyrecords: "Keine Datensätze vorhanden",
  26. loadtext: "Lädt...",
  27. pgtext : "Seite {0} von {1}",
  28. pgfirst : "First Page",
  29. pglast : "Last Page",
  30. pgnext : "Next Page",
  31. pgprev : "Previous Page",
  32. pgrecs : "Records per Page",
  33. showhide: "Toggle Expand Collapse Grid"
  34. },
  35. search : {
  36. caption: "Suche...",
  37. Find: "Suchen",
  38. Reset: "Zurücksetzen",
  39. odata: [{ oper:'eq', text:"gleich"},{ oper:'ne', text:"ungleich"},{ oper:'lt', text:"kleiner"},{ oper:'le', text:"kleiner gleich"},{ oper:'gt', text:"größer"},{ oper:'ge', text:"größer gleich"},{ oper:'bw', text:"beginnt mit"},{ oper:'bn', text:"beginnt nicht mit"},{ oper:'in', text:"ist in"},{ oper:'ni', text:"ist nicht in"},{ oper:'ew', text:"endet mit"},{ oper:'en', text:"endet nicht mit"},{ oper:'cn', text:"enthält"},{ oper:'nc', text:"enthält nicht"}, { oper:'nu', text:"ist Null" }, { oper:'nn', text:"ist nicht Null" }],
  40. groupOps: [{ op: "AND", text: "alle" },{ op: "OR", text: "mindestens eine" }],
  41. operandTitle : "Click to select search operation.",
  42. resetTitle : "Reset Search Value"
  43. },
  44. edit : {
  45. addCaption: "Datensatz hinzufügen",
  46. editCaption: "Datensatz bearbeiten",
  47. bSubmit: "Speichern",
  48. bCancel: "Abbrechen",
  49. bClose: "Schließen",
  50. saveData: "Daten wurden geändert! Änderungen speichern?",
  51. bYes : "ja",
  52. bNo : "nein",
  53. bExit : "abbrechen",
  54. msg: {
  55. required:"Feld ist erforderlich",
  56. number: "Bitte geben Sie eine Zahl ein",
  57. minValue:"Wert muss größer oder gleich sein, als ",
  58. maxValue:"Wert muss kleiner oder gleich sein, als ",
  59. email: "ist keine gültige E-Mail-Adresse",
  60. integer: "Bitte geben Sie eine Ganzzahl ein",
  61. date: "Bitte geben Sie ein gültiges Datum ein",
  62. url: "ist keine gültige URL. Präfix muss eingegeben werden ('http://' oder 'https://')",
  63. nodefined : " ist nicht definiert!",
  64. novalue : " Rückgabewert ist erforderlich!",
  65. customarray : "Benutzerdefinierte Funktion sollte ein Array zurückgeben!",
  66. customfcheck : "Benutzerdefinierte Funktion sollte im Falle der benutzerdefinierten Überprüfung vorhanden sein!"
  67. }
  68. },
  69. view : {
  70. caption: "Datensatz anzeigen",
  71. bClose: "Schließen"
  72. },
  73. del : {
  74. caption: "Löschen",
  75. msg: "Ausgewählte Datensätze löschen?",
  76. bSubmit: "Löschen",
  77. bCancel: "Abbrechen"
  78. },
  79. nav : {
  80. edittext: " ",
  81. edittitle: "Ausgewählte Zeile editieren",
  82. addtext:" ",
  83. addtitle: "Neue Zeile einfügen",
  84. deltext: " ",
  85. deltitle: "Ausgewählte Zeile löschen",
  86. searchtext: " ",
  87. searchtitle: "Datensatz suchen",
  88. refreshtext: "",
  89. refreshtitle: "Tabelle neu laden",
  90. alertcap: "Warnung",
  91. alerttext: "Bitte Zeile auswählen",
  92. viewtext: "",
  93. viewtitle: "Ausgewählte Zeile anzeigen"
  94. },
  95. col : {
  96. caption: "Spalten auswählen",
  97. bSubmit: "Speichern",
  98. bCancel: "Abbrechen"
  99. },
  100. errors : {
  101. errcap : "Fehler",
  102. nourl : "Keine URL angegeben",
  103. norecords: "Keine Datensätze zu bearbeiten",
  104. model : "colNames und colModel sind unterschiedlich lang!"
  105. },
  106. formatter : {
  107. integer : {thousandsSeparator: ".", defaultValue: '0'},
  108. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  109. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" €", defaultValue: '0,00'},
  110. date : {
  111. dayNames: [
  112. "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa",
  113. "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"
  114. ],
  115. monthNames: [
  116. "Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez",
  117. "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"
  118. ],
  119. AmPm : ["","","",""],
  120. S: function () {return '.';}, // one can also use 'er' instead of '.' but one have to use additional word like 'der' or 'den' before
  121. srcformat: 'Y-m-d',
  122. newformat: 'd.m.Y',
  123. parseRe : /[#%\\\/:_;.,\t\s-]/,
  124. masks : {
  125. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  126. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  127. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  128. ISO8601Long: "Y-m-d H:i:s",
  129. ISO8601Short: "Y-m-d",
  130. // short date:
  131. // d - Day of the month, 2 digits with leading zeros
  132. // m - Numeric representation of a month, with leading zeros
  133. // Y - A full numeric representation of a year, 4 digits
  134. ShortDate: "d.m.Y", // in jQuery UI Datepicker: "dd.MM.yyyy"
  135. // long date:
  136. // l - A full textual representation of the day of the week
  137. // j - Day of the month without leading zeros
  138. // F - A full textual representation of a month
  139. // Y - A full numeric representation of a year, 4 digits
  140. LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
  141. // long date with long time:
  142. // l - A full textual representation of the day of the week
  143. // j - Day of the month without leading zeros
  144. // F - A full textual representation of a month
  145. // Y - A full numeric representation of a year, 4 digits
  146. // H - 24-hour format of an hour with leading zeros
  147. // i - Minutes with leading zeros
  148. // s - Seconds, with leading zeros
  149. FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
  150. // month day:
  151. // d - Day of the month, 2 digits with leading zeros
  152. // F - A full textual representation of a month
  153. MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
  154. // short time (without seconds)
  155. // H - 24-hour format of an hour with leading zeros
  156. // i - Minutes with leading zeros
  157. ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
  158. // long time (with seconds)
  159. // H - 24-hour format of an hour with leading zeros
  160. // i - Minutes with leading zeros
  161. // s - Seconds, with leading zeros
  162. LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
  163. SortableDateTime: "Y-m-d\\TH:i:s",
  164. UniversalSortableDateTime: "Y-m-d H:i:sO",
  165. // month with year
  166. // F - A full textual representation of a month
  167. // Y - A full numeric representation of a year, 4 digits
  168. YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
  169. },
  170. reformatAfterEdit : false,
  171. userLocalTime : false
  172. },
  173. baseLinkUrl: '',
  174. showAction: '',
  175. target: '',
  176. checkbox : {disabled:true},
  177. idName : 'id'
  178. }
  179. });
  180. })(jQuery);