Files
opensourcepos/application/language/de-CH/datepicker_lang.php

67 lines
3.0 KiB
PHP
Raw Blame History

<?php
$lang["datepicker_days_sunday"] = "Sonntag";
$lang["datepicker_days_monday"] = "Montag";
$lang["datepicker_days_tueday"] = "Dienstag";
$lang["datepicker_days_wednesday"] = "Mittwoch";
$lang["datepicker_days_thursday"] = "Donnerstag";
$lang["datepicker_days_friday"] = "Freitag";
$lang["datepicker_days_saturday"] = "Samstag";
$lang["datepicker_daysshort_sunday"] = "Son";
$lang["datepicker_daysshort_monday"] = "Mon";
$lang["datepicker_daysshort_tueday"] = "Die";
$lang["datepicker_daysshort_wednesday"] = "Mit";
$lang["datepicker_daysshort_thursday"] = "Don";
$lang["datepicker_daysshort_friday"] = "Fre";
$lang["datepicker_daysshort_saturday"] = "Sam";
$lang["datepicker_daysmin_sunday"] = "So";
$lang["datepicker_daysmin_monday"] = "Mo";
$lang["datepicker_daysmin_tueday"] = "Di";
$lang["datepicker_daysmin_wednesday"] = "Mi";
$lang["datepicker_daysmin_thursday"] = "Do";
$lang["datepicker_daysmin_friday"] = "Fr";
$lang["datepicker_daysmin_saturday"] = "Sa";
$lang["datepicker_months_january"] = "Januar";
$lang["datepicker_months_february"] = "Februar";
$lang["datepicker_months_march"] = "M<EFBFBD>rz";
$lang["datepicker_months_april"] = "April";
$lang["datepicker_months_may"] = "Mai";
$lang["datepicker_months_june"] = "Juni";
$lang["datepicker_months_july"] = "Juli";
$lang["datepicker_months_august"] = "August";
$lang["datepicker_months_september"] = "September";
$lang["datepicker_months_october"] = "Oktober";
$lang["datepicker_months_november"] = "November";
$lang["datepicker_months_december"] = "Dezember";
$lang["datepicker_monthsshort_january"] = "Jan";
$lang["datepicker_monthsshort_february"] = "Feb";
$lang["datepicker_monthsshort_march"] = "M<EFBFBD>r";
$lang["datepicker_monthsshort_april"] = "Apr";
$lang["datepicker_monthsshort_may"] = "Mai";
$lang["datepicker_monthsshort_june"] = "Jun";
$lang["datepicker_monthsshort_july"] = "Jul";
$lang["datepicker_monthsshort_august"] = "Aug";
$lang["datepicker_monthsshort_september"] = "Sep";
$lang["datepicker_monthsshort_october"] = "Okt";
$lang["datepicker_monthsshort_november"] = "Nov";
$lang["datepicker_monthsshort_december"] = "Dez";
$lang["datepicker_today"] = "Heute";
$lang["datepicker_weekstart"] = "1";
$lang["datepicker_all_time"] = "Von Beginn weg";
$lang["datepicker_last_7"] = "Letzte 7 Tage";
$lang["datepicker_last_30"] = "Letzte 30 Tage";
$lang["datepicker_last_month"] = "Letzter Monat";
$lang["datepicker_last_year"] = "Letztes Jahr";
$lang["datepicker_this_month"] = "Dieser Monat";
$lang["datepicker_this_month_last_year"] = "Dieser Monat letzten Jahres";
$lang["datepicker_this_month_to_today"] = "Dieser Monat bis heute";
$lang["datepicker_this_month_to_today_last_year"] = "Dieser Monat bis Heute letzten Jahres";
$lang["datepicker_this_year"] = "Dieses Jahr";
$lang["datepicker_today_last_year"] = "Heute letzten Jahres";
$lang["datepicker_yesterday"] = "Gestern";
$lang["datepicker_apply"] = "Apply";
$lang["datepicker_cancel"] = "Cancel";
$lang["datepicker_from"] = "From";
$lang["datepicker_to"] = "To";
$lang["datepicker_custom"] = "Custom";