Blame view

amcharts/lang/de.js 627 Bytes
20187f672   tom200e   first file
1
2
3
4
5
6
7
8
9
10
11
12
13
  AmCharts.translations.de = {
  	"monthNames": ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
  	"shortMonthNames": ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
  	"dayNames": ["Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
  	"shortDayNames": ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
  	"zoomOutText": "Alle anzeigen",
  	"fromText": "Von:",
  	"toText":"Bis:",
  	"periodsText":"Ansicht:",
  	"selectText":"Auswahl:",
  	"comboBoxSelectText":"Auswahl...",
  	"compareText":"Vergleichen mit:"
  }