Merge branch 'feature/bootstrapUI' of https://github.com/jekkos/opensourcepos into feature/bootstrapUI

This commit is contained in:
jekkos
2016-02-18 17:42:20 +01:00
15 changed files with 707 additions and 16 deletions

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "Dateipfad";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Voller Dateipfad zum Excel File notwendig";
$lang["common_required"] = "Erforderlich";
$lang["common_days_sunday"] = "Sonntag";
$lang["common_days_monday"] = "Montag";
$lang["common_days_tueday"] = "Dienstag";
$lang["common_days_wednesday"] = "Mittwoch";
$lang["common_days_thursday"] = "Donnerstag";
$lang["common_days_friday"] = "Freitag";
$lang["common_days_saturday"] = "Samstag";
$lang["common_daysshort_sunday"] = "Son";
$lang["common_daysshort_monday"] = "Mon";
$lang["common_daysshort_tueday"] = "Die";
$lang["common_daysshort_wednesday"] = "Mit";
$lang["common_daysshort_thursday"] = "Don";
$lang["common_daysshort_friday"] = "Fre";
$lang["common_daysshort_saturday"] = "Sam";
$lang["common_daysmin_sunday"] = "So";
$lang["common_daysmin_monday"] = "Mo";
$lang["common_daysmin_tueday"] = "Di";
$lang["common_daysmin_wednesday"] = "Mi";
$lang["common_daysmin_thursday"] = "Do";
$lang["common_daysmin_friday"] = "Fr";
$lang["common_daysmin_saturday"] = "Sa";
$lang["common_months_january"] = "Januar";
$lang["common_months_february"] = "Februar";
$lang["common_months_march"] = "M<EFBFBD>rz";
$lang["common_months_april"] = "April";
$lang["common_months_may"] = "Mai";
$lang["common_months_june"] = "Juni";
$lang["common_months_july"] = "Juli";
$lang["common_months_august"] = "August";
$lang["common_months_september"] = "September";
$lang["common_months_october"] = "Oktober";
$lang["common_months_november"] = "November";
$lang["common_months_december"] = "Dezember";
$lang["common_monthsshort_january"] = "Jan";
$lang["common_monthsshort_february"] = "Feb";
$lang["common_monthsshort_march"] = "M<EFBFBD>r";
$lang["common_monthsshort_april"] = "Apr";
$lang["common_monthsshort_may"] = "Mai";
$lang["common_monthsshort_june"] = "Jun";
$lang["common_monthsshort_july"] = "Jul";
$lang["common_monthsshort_august"] = "Aug";
$lang["common_monthsshort_september"] = "Sep";
$lang["common_monthsshort_october"] = "Okt";
$lang["common_monthsshort_november"] = "Nov";
$lang["common_monthsshort_december"] = "Dez";
$lang["common_today"] = "Heute";
$lang["common_weekstart"] = "1";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "Sunday";
$lang["common_days_monday"] = "Monday";
$lang["common_days_tueday"] = "Tuesday";
$lang["common_days_wednesday"] = "Wednesday";
$lang["common_days_thursday"] = "Thursday";
$lang["common_days_friday"] = "Friday";
$lang["common_days_saturday"] = "Saturday";
$lang["common_daysshort_sunday"] = "Sun";
$lang["common_daysshort_monday"] = "Mon";
$lang["common_daysshort_tueday"] = "Tue";
$lang["common_daysshort_wednesday"] = "Wed";
$lang["common_daysshort_thursday"] = "Thu";
$lang["common_daysshort_friday"] = "Fri";
$lang["common_daysshort_saturday"] = "Sat";
$lang["common_daysmin_sunday"] = "Su";
$lang["common_daysmin_monday"] = "Mo";
$lang["common_daysmin_tueday"] = "Tu";
$lang["common_daysmin_wednesday"] = "We";
$lang["common_daysmin_thursday"] = "Th";
$lang["common_daysmin_friday"] = "Fr";
$lang["common_daysmin_saturday"] = "Sa";
$lang["common_months_january"] = "January";
$lang["common_months_february"] = "February";
$lang["common_months_march"] = "March";
$lang["common_months_april"] = "April";
$lang["common_months_may"] = "May";
$lang["common_months_june"] = "June";
$lang["common_months_july"] = "July";
$lang["common_months_august"] = "August";
$lang["common_months_september"] = "September";
$lang["common_months_october"] = "October";
$lang["common_months_november"] = "November";
$lang["common_months_december"] = "December";
$lang["common_monthsshort_january"] = "Jan";
$lang["common_monthsshort_february"] = "Feb";
$lang["common_monthsshort_march"] = "Mar";
$lang["common_monthsshort_april"] = "Apr";
$lang["common_monthsshort_may"] = "May";
$lang["common_monthsshort_june"] = "Jun";
$lang["common_monthsshort_july"] = "Jul";
$lang["common_monthsshort_august"] = "Aug";
$lang["common_monthsshort_september"] = "Sep";
$lang["common_monthsshort_october"] = "Oct";
$lang["common_monthsshort_november"] = "Nov";
$lang["common_monthsshort_december"] = "Dec";
$lang["common_today"] = "Today";
$lang["common_weekstart"] = "0";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "Ruta del archivo";
$lang["common_import_excel"] = "Importar Excel";
$lang["common_import_full_path"] = "Requerida la ruta completa del archivo";
$lang["common_required"] = "Requerido";
$lang["common_days_sunday"] = "Domingo";
$lang["common_days_monday"] = "Lunes";
$lang["common_days_tueday"] = "Martes";
$lang["common_days_wednesday"] = "Mi<EFBFBD>rcoles";
$lang["common_days_thursday"] = "Jueves";
$lang["common_days_friday"] = "Viernes";
$lang["common_days_saturday"] = "S<EFBFBD>bado";
$lang["common_daysshort_sunday"] = "Dom";
$lang["common_daysshort_monday"] = "Lun";
$lang["common_daysshort_tueday"] = "Mar";
$lang["common_daysshort_wednesday"] = "Mi<EFBFBD>";
$lang["common_daysshort_thursday"] = "Jue";
$lang["common_daysshort_friday"] = "Vie";
$lang["common_daysshort_saturday"] = "S<EFBFBD>b";
$lang["common_daysmin_sunday"] = "Do";
$lang["common_daysmin_monday"] = "Lu";
$lang["common_daysmin_tueday"] = "Ma";
$lang["common_daysmin_wednesday"] = "Mi";
$lang["common_daysmin_thursday"] = "Ju";
$lang["common_daysmin_friday"] = "Vi";
$lang["common_daysmin_saturday"] = "Sa";
$lang["common_months_january"] = "Enero";
$lang["common_months_february"] = "Febrero";
$lang["common_months_march"] = "Marzo";
$lang["common_months_april"] = "Abril";
$lang["common_months_may"] = "Mayo";
$lang["common_months_june"] = "Junio";
$lang["common_months_july"] = "Julio";
$lang["common_months_august"] = "Agosto";
$lang["common_months_september"] = "Septiembre";
$lang["common_months_october"] = "Octubre";
$lang["common_months_november"] = "Noviembre";
$lang["common_months_december"] = "Diciembre";
$lang["common_monthsshort_january"] = "Ene";
$lang["common_monthsshort_february"] = "Feb";
$lang["common_monthsshort_march"] = "Mar";
$lang["common_monthsshort_april"] = "Abr";
$lang["common_monthsshort_may"] = "May";
$lang["common_monthsshort_june"] = "Jun";
$lang["common_monthsshort_july"] = "Jul";
$lang["common_monthsshort_august"] = "Ago";
$lang["common_monthsshort_september"] = "Sep";
$lang["common_monthsshort_october"] = "Oct";
$lang["common_monthsshort_november"] = "Nov";
$lang["common_monthsshort_december"] = "Dic";
$lang["common_today"] = "Hoy";
$lang["common_weekstart"] = "0";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "Dimanche";
$lang["common_days_monday"] = "Lundi";
$lang["common_days_tueday"] = "Mardi";
$lang["common_days_wednesday"] = "Mercredi";
$lang["common_days_thursday"] = "Jeudi";
$lang["common_days_friday"] = "Vendredi";
$lang["common_days_saturday"] = "Samedi";
$lang["common_daysshort_sunday"] = "Dim";
$lang["common_daysshort_monday"] = "Lun";
$lang["common_daysshort_tueday"] = "Mar";
$lang["common_daysshort_wednesday"] = "Mer";
$lang["common_daysshort_thursday"] = "Jeu";
$lang["common_daysshort_friday"] = "Ven";
$lang["common_daysshort_saturday"] = "Sam";
$lang["common_daysmin_sunday"] = "D";
$lang["common_daysmin_monday"] = "L";
$lang["common_daysmin_tueday"] = "Ma";
$lang["common_daysmin_wednesday"] = "Me";
$lang["common_daysmin_thursday"] = "J";
$lang["common_daysmin_friday"] = "V";
$lang["common_daysmin_saturday"] = "S";
$lang["common_months_january"] = "Janvier";
$lang["common_months_february"] = "F<EFBFBD>vrier";
$lang["common_months_march"] = "Mars";
$lang["common_months_april"] = "Avril";
$lang["common_months_may"] = "Mai";
$lang["common_months_june"] = "Juin";
$lang["common_months_july"] = "Juillet";
$lang["common_months_august"] = "Ao<EFBFBD>t";
$lang["common_months_september"] = "Septembre";
$lang["common_months_october"] = "Octobre";
$lang["common_months_november"] = "Novembre";
$lang["common_months_december"] = "D<EFBFBD>cembre";
$lang["common_monthsshort_january"] = "Jan";
$lang["common_monthsshort_february"] = "F<EFBFBD>v";
$lang["common_monthsshort_march"] = "Mar";
$lang["common_monthsshort_april"] = "Avr";
$lang["common_monthsshort_may"] = "Mai";
$lang["common_monthsshort_june"] = "Jui";
$lang["common_monthsshort_july"] = "Jui";
$lang["common_monthsshort_august"] = "Ao<EFBFBD>";
$lang["common_monthsshort_september"] = "Sep";
$lang["common_monthsshort_october"] = "Oct";
$lang["common_monthsshort_november"] = "Nov";
$lang["common_monthsshort_december"] = "Dec";
$lang["common_today"] = "Aujourd'hui";
$lang["common_weekstart"] = "1";

View File

@@ -5,7 +5,7 @@ $lang["common_address_2"] = "Alamat 2";
$lang["common_city"] = "Kota";
$lang["common_comments"] = "Catatan";
$lang["common_common"] = "Biasa";
$lang["common_confirm_search"] = "Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?";
$lang["common_confirm_search"] = "Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?\"";
$lang["common_country"] = "Negara";
$lang["common_date"] = "Date";
$lang["common_delete"] = "Hapus";
@@ -46,7 +46,7 @@ $lang["common_submit"] = "Kirim";
$lang["common_view_recent_sales"] = "Lihat Penjualan Terkini";
$lang["common_website"] = "Situs";
$lang["common_welcome"] = "Selamat Datang";
$lang["common_welcome_message"] = "Selamat Datang, klik modul di bawah ini untuk memulai";
$lang["common_welcome_message"] = "Selamat Datang, klik modul di bawah ini untuk memulai\"";
$lang["common_you_are_using_ospos"] = "Anda menggunakan Open Source Point Of Sale Versi";
$lang["common_zip"] = "Kode POS";
$lang["common_import"] = "Import";
@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "";
$lang["common_days_monday"] = "";
$lang["common_days_tueday"] = "";
$lang["common_days_wednesday"] = "";
$lang["common_days_thursday"] = "";
$lang["common_days_friday"] = "";
$lang["common_days_saturday"] = "";
$lang["common_daysshort_sunday"] = "";
$lang["common_daysshort_monday"] = "";
$lang["common_daysshort_tueday"] = "";
$lang["common_daysshort_wednesday"] = "";
$lang["common_daysshort_thursday"] = "";
$lang["common_daysshort_friday"] = "";
$lang["common_daysshort_saturday"] = "";
$lang["common_daysmin_sunday"] = "";
$lang["common_daysmin_monday"] = "";
$lang["common_daysmin_tueday"] = "";
$lang["common_daysmin_wednesday"] = "";
$lang["common_daysmin_thursday"] = "";
$lang["common_daysmin_friday"] = "";
$lang["common_daysmin_saturday"] = "";
$lang["common_months_january"] = "";
$lang["common_months_february"] = "";
$lang["common_months_march"] = "";
$lang["common_months_april"] = "";
$lang["common_months_may"] = "";
$lang["common_months_june"] = "";
$lang["common_months_july"] = "";
$lang["common_months_august"] = "";
$lang["common_months_september"] = "";
$lang["common_months_october"] = "";
$lang["common_months_november"] = "";
$lang["common_months_december"] = "";
$lang["common_monthsshort_january"] = "";
$lang["common_monthsshort_february"] = "";
$lang["common_monthsshort_march"] = "";
$lang["common_monthsshort_april"] = "";
$lang["common_monthsshort_may"] = "";
$lang["common_monthsshort_june"] = "";
$lang["common_monthsshort_july"] = "";
$lang["common_monthsshort_august"] = "";
$lang["common_monthsshort_september"] = "";
$lang["common_monthsshort_october"] = "";
$lang["common_monthsshort_november"] = "";
$lang["common_monthsshort_december"] = "";
$lang["common_today"] = "";
$lang["common_weekstart"] = "";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "Zondag";
$lang["common_days_monday"] = "Maandag";
$lang["common_days_tueday"] = "Dinsdag";
$lang["common_days_wednesday"] = "Woensdag";
$lang["common_days_thursday"] = "Donderdag";
$lang["common_days_friday"] = "Vrijdag";
$lang["common_days_saturday"] = "Zaterdag";
$lang["common_daysshort_sunday"] = "Zo";
$lang["common_daysshort_monday"] = "Ma";
$lang["common_daysshort_tueday"] = "Di";
$lang["common_daysshort_wednesday"] = "Wo";
$lang["common_daysshort_thursday"] = "Do";
$lang["common_daysshort_friday"] = "Vr";
$lang["common_daysshort_saturday"] = "Za";
$lang["common_daysmin_sunday"] = "Zo";
$lang["common_daysmin_monday"] = "Ma";
$lang["common_daysmin_tueday"] = "Di";
$lang["common_daysmin_wednesday"] = "Wo";
$lang["common_daysmin_thursday"] = "Do";
$lang["common_daysmin_friday"] = "Vr";
$lang["common_daysmin_saturday"] = "Za";
$lang["common_months_january"] = "Januari";
$lang["common_months_february"] = "Februari";
$lang["common_months_march"] = "Maart";
$lang["common_months_april"] = "April";
$lang["common_months_may"] = "Mei";
$lang["common_months_june"] = "Juni";
$lang["common_months_july"] = "Juli";
$lang["common_months_august"] = "Augustus";
$lang["common_months_september"] = "September";
$lang["common_months_october"] = "Oktober";
$lang["common_months_november"] = "November";
$lang["common_months_december"] = "December";
$lang["common_monthsshort_january"] = "Jan";
$lang["common_monthsshort_february"] = "Feb";
$lang["common_monthsshort_march"] = "Mrt";
$lang["common_monthsshort_april"] = "Apr";
$lang["common_monthsshort_may"] = "Mei";
$lang["common_monthsshort_june"] = "Jun";
$lang["common_monthsshort_july"] = "Jul";
$lang["common_monthsshort_august"] = "Aug";
$lang["common_monthsshort_september"] = "Sep";
$lang["common_monthsshort_october"] = "Okt";
$lang["common_monthsshort_november"] = "Nov";
$lang["common_monthsshort_december"] = "Dec";
$lang["common_today"] = "Vandaag";
$lang["common_weekstart"] = "0";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "";
$lang["common_days_monday"] = "";
$lang["common_days_tueday"] = "";
$lang["common_days_wednesday"] = "";
$lang["common_days_thursday"] = "";
$lang["common_days_friday"] = "";
$lang["common_days_saturday"] = "";
$lang["common_daysshort_sunday"] = "";
$lang["common_daysshort_monday"] = "";
$lang["common_daysshort_tueday"] = "";
$lang["common_daysshort_wednesday"] = "";
$lang["common_daysshort_thursday"] = "";
$lang["common_daysshort_friday"] = "";
$lang["common_daysshort_saturday"] = "";
$lang["common_daysmin_sunday"] = "";
$lang["common_daysmin_monday"] = "";
$lang["common_daysmin_tueday"] = "";
$lang["common_daysmin_wednesday"] = "";
$lang["common_daysmin_thursday"] = "";
$lang["common_daysmin_friday"] = "";
$lang["common_daysmin_saturday"] = "";
$lang["common_months_january"] = "";
$lang["common_months_february"] = "";
$lang["common_months_march"] = "";
$lang["common_months_april"] = "";
$lang["common_months_may"] = "";
$lang["common_months_june"] = "";
$lang["common_months_july"] = "";
$lang["common_months_august"] = "";
$lang["common_months_september"] = "";
$lang["common_months_october"] = "";
$lang["common_months_november"] = "";
$lang["common_months_december"] = "";
$lang["common_monthsshort_january"] = "";
$lang["common_monthsshort_february"] = "";
$lang["common_monthsshort_march"] = "";
$lang["common_monthsshort_april"] = "";
$lang["common_monthsshort_may"] = "";
$lang["common_monthsshort_june"] = "";
$lang["common_monthsshort_july"] = "";
$lang["common_monthsshort_august"] = "";
$lang["common_monthsshort_september"] = "";
$lang["common_monthsshort_october"] = "";
$lang["common_monthsshort_november"] = "";
$lang["common_monthsshort_december"] = "";
$lang["common_today"] = "";
$lang["common_weekstart"] = "";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "ต้องกรอก";
$lang["common_days_sunday"] = "";
$lang["common_days_monday"] = "";
$lang["common_days_tueday"] = "";
$lang["common_days_wednesday"] = "";
$lang["common_days_thursday"] = "";
$lang["common_days_friday"] = "";
$lang["common_days_saturday"] = "";
$lang["common_daysshort_sunday"] = "";
$lang["common_daysshort_monday"] = "";
$lang["common_daysshort_tueday"] = "";
$lang["common_daysshort_wednesday"] = "";
$lang["common_daysshort_thursday"] = "";
$lang["common_daysshort_friday"] = "";
$lang["common_daysshort_saturday"] = "";
$lang["common_daysmin_sunday"] = "";
$lang["common_daysmin_monday"] = "";
$lang["common_daysmin_tueday"] = "";
$lang["common_daysmin_wednesday"] = "";
$lang["common_daysmin_thursday"] = "";
$lang["common_daysmin_friday"] = "";
$lang["common_daysmin_saturday"] = "";
$lang["common_months_january"] = "";
$lang["common_months_february"] = "";
$lang["common_months_march"] = "";
$lang["common_months_april"] = "";
$lang["common_months_may"] = "";
$lang["common_months_june"] = "";
$lang["common_months_july"] = "";
$lang["common_months_august"] = "";
$lang["common_months_september"] = "";
$lang["common_months_october"] = "";
$lang["common_months_november"] = "";
$lang["common_months_december"] = "";
$lang["common_monthsshort_january"] = "";
$lang["common_monthsshort_february"] = "";
$lang["common_monthsshort_march"] = "";
$lang["common_monthsshort_april"] = "";
$lang["common_monthsshort_may"] = "";
$lang["common_monthsshort_june"] = "";
$lang["common_monthsshort_july"] = "";
$lang["common_monthsshort_august"] = "";
$lang["common_monthsshort_september"] = "";
$lang["common_monthsshort_october"] = "";
$lang["common_monthsshort_november"] = "";
$lang["common_monthsshort_december"] = "";
$lang["common_today"] = "";
$lang["common_weekstart"] = "";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "";
$lang["common_days_monday"] = "";
$lang["common_days_tueday"] = "";
$lang["common_days_wednesday"] = "";
$lang["common_days_thursday"] = "";
$lang["common_days_friday"] = "";
$lang["common_days_saturday"] = "";
$lang["common_daysshort_sunday"] = "";
$lang["common_daysshort_monday"] = "";
$lang["common_daysshort_tueday"] = "";
$lang["common_daysshort_wednesday"] = "";
$lang["common_daysshort_thursday"] = "";
$lang["common_daysshort_friday"] = "";
$lang["common_daysshort_saturday"] = "";
$lang["common_daysmin_sunday"] = "";
$lang["common_daysmin_monday"] = "";
$lang["common_daysmin_tueday"] = "";
$lang["common_daysmin_wednesday"] = "";
$lang["common_daysmin_thursday"] = "";
$lang["common_daysmin_friday"] = "";
$lang["common_daysmin_saturday"] = "";
$lang["common_months_january"] = "";
$lang["common_months_february"] = "";
$lang["common_months_march"] = "";
$lang["common_months_april"] = "";
$lang["common_months_may"] = "";
$lang["common_months_june"] = "";
$lang["common_months_july"] = "";
$lang["common_months_august"] = "";
$lang["common_months_september"] = "";
$lang["common_months_october"] = "";
$lang["common_months_november"] = "";
$lang["common_months_december"] = "";
$lang["common_monthsshort_january"] = "";
$lang["common_monthsshort_february"] = "";
$lang["common_monthsshort_march"] = "";
$lang["common_monthsshort_april"] = "";
$lang["common_monthsshort_may"] = "";
$lang["common_monthsshort_june"] = "";
$lang["common_monthsshort_july"] = "";
$lang["common_monthsshort_august"] = "";
$lang["common_monthsshort_september"] = "";
$lang["common_monthsshort_october"] = "";
$lang["common_monthsshort_november"] = "";
$lang["common_monthsshort_december"] = "";
$lang["common_today"] = "";
$lang["common_weekstart"] = "";

View File

@@ -55,3 +55,50 @@ $lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";
$lang["common_days_sunday"] = "";
$lang["common_days_monday"] = "";
$lang["common_days_tueday"] = "";
$lang["common_days_wednesday"] = "";
$lang["common_days_thursday"] = "";
$lang["common_days_friday"] = "";
$lang["common_days_saturday"] = "";
$lang["common_daysshort_sunday"] = "";
$lang["common_daysshort_monday"] = "";
$lang["common_daysshort_tueday"] = "";
$lang["common_daysshort_wednesday"] = "";
$lang["common_daysshort_thursday"] = "";
$lang["common_daysshort_friday"] = "";
$lang["common_daysshort_saturday"] = "";
$lang["common_daysmin_sunday"] = "";
$lang["common_daysmin_monday"] = "";
$lang["common_daysmin_tueday"] = "";
$lang["common_daysmin_wednesday"] = "";
$lang["common_daysmin_thursday"] = "";
$lang["common_daysmin_friday"] = "";
$lang["common_daysmin_saturday"] = "";
$lang["common_months_january"] = "";
$lang["common_months_february"] = "";
$lang["common_months_march"] = "";
$lang["common_months_april"] = "";
$lang["common_months_may"] = "";
$lang["common_months_june"] = "";
$lang["common_months_july"] = "";
$lang["common_months_august"] = "";
$lang["common_months_september"] = "";
$lang["common_months_october"] = "";
$lang["common_months_november"] = "";
$lang["common_months_december"] = "";
$lang["common_monthsshort_january"] = "";
$lang["common_monthsshort_february"] = "";
$lang["common_monthsshort_march"] = "";
$lang["common_monthsshort_april"] = "";
$lang["common_monthsshort_may"] = "";
$lang["common_monthsshort_june"] = "";
$lang["common_monthsshort_july"] = "";
$lang["common_monthsshort_august"] = "";
$lang["common_monthsshort_september"] = "";
$lang["common_monthsshort_october"] = "";
$lang["common_monthsshort_november"] = "";
$lang["common_monthsshort_december"] = "";
$lang["common_today"] = "";
$lang["common_weekstart"] = "";

View File

@@ -59,9 +59,9 @@
'de-CH' => 'German (Swiss)',
'zh' => 'Chinese',
'id' => 'Indonesian',
'fr' => 'French',
'th' => 'Thai',
'tr' => 'Turkish'
'fr' => 'French',
'th' => 'Thai',
'tr' => 'Turkish'
),
$this->config->item('language'));
?>
@@ -178,7 +178,8 @@
'Y/m/d' => 'yyyy/mm/dd',
'd/m/y' => 'dd/mm/yy',
'm/d/y' => 'mm/dd/yy',
'y/m/d' => 'yy/mm/dd'),
'y/m/d' => 'yy/mm/dd',
'd.m.Y' => 'dd.mm.yyyy',),
$this->config->item('dateformat'));
?>
</div>

View File

@@ -50,11 +50,68 @@ $(document).ready(function()
$('#search_form').submit();
}
});
// set the locale language for the datetime picker
$.fn.datetimepicker.dates['<?php echo $this->config->item("language"); ?>'] = {
days: ["<?php echo $this->lang->line("common_days_sunday"); ?>",
"<?php echo $this->lang->line("common_days_monday"); ?>",
"<?php echo $this->lang->line("common_days_tueday"); ?>",
"<?php echo $this->lang->line("common_days_wednesday"); ?>",
"<?php echo $this->lang->line("common_days_thursday"); ?>",
"<?php echo $this->lang->line("common_days_friday"); ?>",
"<?php echo $this->lang->line("common_days_saturday"); ?>",
"<?php echo $this->lang->line("common_days_sunday"); ?>"],
daysShort: ["<?php echo $this->lang->line("common_daysshort_sunday"); ?>",
"<?php echo $this->lang->line("common_daysshort_monday"); ?>",
"<?php echo $this->lang->line("common_daysshort_tueday"); ?>",
"<?php echo $this->lang->line("common_daysshort_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysshort_thursday"); ?>",
"<?php echo $this->lang->line("common_daysshort_friday"); ?>",
"<?php echo $this->lang->line("common_daysshort_saturday"); ?>",
"<?php echo $this->lang->line("common_daysshort_sunday"); ?>"],
daysMin: ["<?php echo $this->lang->line("common_daysmin_sunday"); ?>",
"<?php echo $this->lang->line("common_daysmin_monday"); ?>",
"<?php echo $this->lang->line("common_daysmin_tueday"); ?>",
"<?php echo $this->lang->line("common_daysmin_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysmin_thursday"); ?>",
"<?php echo $this->lang->line("common_daysmin_friday"); ?>",
"<?php echo $this->lang->line("common_daysmin_saturday"); ?>",
"<?php echo $this->lang->line("common_daysmin_sunday"); ?>"],
months: ["<?php echo $this->lang->line("common_months_january"); ?>",
"<?php echo $this->lang->line("common_months_february"); ?>",
"<?php echo $this->lang->line("common_months_march"); ?>",
"<?php echo $this->lang->line("common_months_april"); ?>",
"<?php echo $this->lang->line("common_months_may"); ?>",
"<?php echo $this->lang->line("common_months_june"); ?>",
"<?php echo $this->lang->line("common_months_july"); ?>",
"<?php echo $this->lang->line("common_months_august"); ?>",
"<?php echo $this->lang->line("common_months_september"); ?>",
"<?php echo $this->lang->line("common_months_october"); ?>",
"<?php echo $this->lang->line("common_months_november"); ?>",
"<?php echo $this->lang->line("common_months_december"); ?>"],
monthsShort: ["<?php echo $this->lang->line("common_monthsshort_january"); ?>",
"<?php echo $this->lang->line("common_monthsshort_february"); ?>",
"<?php echo $this->lang->line("common_monthsshort_march"); ?>",
"<?php echo $this->lang->line("common_monthsshort_april"); ?>",
"<?php echo $this->lang->line("common_monthsshort_may"); ?>",
"<?php echo $this->lang->line("common_monthsshort_june"); ?>",
"<?php echo $this->lang->line("common_monthsshort_july"); ?>",
"<?php echo $this->lang->line("common_monthsshort_august"); ?>",
"<?php echo $this->lang->line("common_monthsshort_september"); ?>",
"<?php echo $this->lang->line("common_monthsshort_october"); ?>",
"<?php echo $this->lang->line("common_monthsshort_november"); ?>",
"<?php echo $this->lang->line("common_monthsshort_december"); ?>"],
today: "<?php echo $this->lang->line("common_today"); ?>",
suffix: [],
meridiem: [],
weekStart: <?php echo $this->lang->line("common_weekstart"); ?>,
};
// initialise the datetime picker and trigger a search on any change date
$(".date_filter").datetimepicker({
format: "<?php echo dateformat_bootstrap($this->config->item('dateformat')); ?>",
startDate: '01/01/2010',
minView: 2,
autoclose: true,
todayBtn: true,
todayHighlight: true,

View File

@@ -107,6 +107,62 @@ $(document).ready(function()
}).responseText).success;
}, '<?php echo $this->lang->line("sales_invoice_number_duplicate"); ?>');
// set the locale language for the datetime picker
$.fn.datetimepicker.dates['<?php echo $this->config->item("language"); ?>'] = {
days: ["<?php echo $this->lang->line("common_days_sunday"); ?>",
"<?php echo $this->lang->line("common_days_monday"); ?>",
"<?php echo $this->lang->line("common_days_tueday"); ?>",
"<?php echo $this->lang->line("common_days_wednesday"); ?>",
"<?php echo $this->lang->line("common_days_thursday"); ?>",
"<?php echo $this->lang->line("common_days_friday"); ?>",
"<?php echo $this->lang->line("common_days_saturday"); ?>",
"<?php echo $this->lang->line("common_days_sunday"); ?>"],
daysShort: ["<?php echo $this->lang->line("common_daysshort_sunday"); ?>",
"<?php echo $this->lang->line("common_daysshort_monday"); ?>",
"<?php echo $this->lang->line("common_daysshort_tueday"); ?>",
"<?php echo $this->lang->line("common_daysshort_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysshort_thursday"); ?>",
"<?php echo $this->lang->line("common_daysshort_friday"); ?>",
"<?php echo $this->lang->line("common_daysshort_saturday"); ?>",
"<?php echo $this->lang->line("common_daysshort_sunday"); ?>"],
daysMin: ["<?php echo $this->lang->line("common_daysmin_sunday"); ?>",
"<?php echo $this->lang->line("common_daysmin_monday"); ?>",
"<?php echo $this->lang->line("common_daysmin_tueday"); ?>",
"<?php echo $this->lang->line("common_daysmin_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysmin_thursday"); ?>",
"<?php echo $this->lang->line("common_daysmin_friday"); ?>",
"<?php echo $this->lang->line("common_daysmin_saturday"); ?>",
"<?php echo $this->lang->line("common_daysmin_sunday"); ?>"],
months: ["<?php echo $this->lang->line("common_months_january"); ?>",
"<?php echo $this->lang->line("common_months_february"); ?>",
"<?php echo $this->lang->line("common_months_march"); ?>",
"<?php echo $this->lang->line("common_months_april"); ?>",
"<?php echo $this->lang->line("common_months_may"); ?>",
"<?php echo $this->lang->line("common_months_june"); ?>",
"<?php echo $this->lang->line("common_months_july"); ?>",
"<?php echo $this->lang->line("common_months_august"); ?>",
"<?php echo $this->lang->line("common_months_september"); ?>",
"<?php echo $this->lang->line("common_months_october"); ?>",
"<?php echo $this->lang->line("common_months_november"); ?>",
"<?php echo $this->lang->line("common_months_december"); ?>"],
monthsShort: ["<?php echo $this->lang->line("common_monthsshort_january"); ?>",
"<?php echo $this->lang->line("common_monthsshort_february"); ?>",
"<?php echo $this->lang->line("common_monthsshort_march"); ?>",
"<?php echo $this->lang->line("common_monthsshort_april"); ?>",
"<?php echo $this->lang->line("common_monthsshort_may"); ?>",
"<?php echo $this->lang->line("common_monthsshort_june"); ?>",
"<?php echo $this->lang->line("common_monthsshort_july"); ?>",
"<?php echo $this->lang->line("common_monthsshort_august"); ?>",
"<?php echo $this->lang->line("common_monthsshort_september"); ?>",
"<?php echo $this->lang->line("common_monthsshort_october"); ?>",
"<?php echo $this->lang->line("common_monthsshort_november"); ?>",
"<?php echo $this->lang->line("common_monthsshort_december"); ?>"],
today: "<?php echo $this->lang->line("common_today"); ?>",
suffix: [],
meridiem: [],
weekStart: <?php echo $this->lang->line("common_weekstart"); ?>,
};
$('#datetime').datetimepicker({
format: "<?php echo dateformat_bootstrap($this->config->item("dateformat")) . ' ' . dateformat_bootstrap($this->config->item("timeformat"));?>",
startDate: '01/01/2010 00:00:00',

View File

@@ -7,15 +7,18 @@ $(document).ready(function()
enable_checkboxes();
enable_row_selection();
// refresh payment summaries at page bottom when a search complete takes place
var on_complete = function(response) {
$("#payment_summary").html(response.payment_summary);
};
enable_search({suggest_url : '<?php echo site_url("$controller_name/suggest")?>',
confirm_search_message : '<?php echo $this->lang->line("common_confirm_search")?>',
on_complete : on_complete});
enable_delete('<?php echo $this->lang->line($controller_name."_confirm_delete")?>','<?php echo $this->lang->line($controller_name."_none_selected")?>');
// hook the ajax connectors on search actions, hook a on_complete action (refresh payment summaries at page bottom)
enable_search({suggest_url: '<?php echo site_url("$controller_name/suggest"); ?>',
confirm_search_message: '<?php echo $this->lang->line("common_confirm_search"); ?>',
on_complete: on_complete});
enable_delete('<?php echo $this->lang->line($controller_name."_confirm_delete"); ?>', '<?php echo $this->lang->line($controller_name."_none_selected"); ?>');
// on any input action in the search filter section trigger a do_search
$("#search_filter_section input").click(function()
{
// reset page number when selecting a specific page number
@@ -31,6 +34,7 @@ $(document).ready(function()
});
/*
// invoice edit related functionality that is currently disabled (see html)
var show_renumber = function() {
var value = $("#only_invoices").val();
var $button = $("#update_invoice_numbers").parents("li");
@@ -46,7 +50,63 @@ $(document).ready(function()
});
*/
// initialise the datetime picker and trigger a search on any change date
// set the locale language for the datetime picker
$.fn.datetimepicker.dates['<?php echo $this->config->item("language"); ?>'] = {
days: ["<?php echo $this->lang->line("common_days_sunday"); ?>",
"<?php echo $this->lang->line("common_days_monday"); ?>",
"<?php echo $this->lang->line("common_days_tueday"); ?>",
"<?php echo $this->lang->line("common_days_wednesday"); ?>",
"<?php echo $this->lang->line("common_days_thursday"); ?>",
"<?php echo $this->lang->line("common_days_friday"); ?>",
"<?php echo $this->lang->line("common_days_saturday"); ?>",
"<?php echo $this->lang->line("common_days_sunday"); ?>"],
daysShort: ["<?php echo $this->lang->line("common_daysshort_sunday"); ?>",
"<?php echo $this->lang->line("common_daysshort_monday"); ?>",
"<?php echo $this->lang->line("common_daysshort_tueday"); ?>",
"<?php echo $this->lang->line("common_daysshort_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysshort_thursday"); ?>",
"<?php echo $this->lang->line("common_daysshort_friday"); ?>",
"<?php echo $this->lang->line("common_daysshort_saturday"); ?>",
"<?php echo $this->lang->line("common_daysshort_sunday"); ?>"],
daysMin: ["<?php echo $this->lang->line("common_daysmin_sunday"); ?>",
"<?php echo $this->lang->line("common_daysmin_monday"); ?>",
"<?php echo $this->lang->line("common_daysmin_tueday"); ?>",
"<?php echo $this->lang->line("common_daysmin_wednesday"); ?>",
"<?php echo $this->lang->line("common_daysmin_thursday"); ?>",
"<?php echo $this->lang->line("common_daysmin_friday"); ?>",
"<?php echo $this->lang->line("common_daysmin_saturday"); ?>",
"<?php echo $this->lang->line("common_daysmin_sunday"); ?>"],
months: ["<?php echo $this->lang->line("common_months_january"); ?>",
"<?php echo $this->lang->line("common_months_february"); ?>",
"<?php echo $this->lang->line("common_months_march"); ?>",
"<?php echo $this->lang->line("common_months_april"); ?>",
"<?php echo $this->lang->line("common_months_may"); ?>",
"<?php echo $this->lang->line("common_months_june"); ?>",
"<?php echo $this->lang->line("common_months_july"); ?>",
"<?php echo $this->lang->line("common_months_august"); ?>",
"<?php echo $this->lang->line("common_months_september"); ?>",
"<?php echo $this->lang->line("common_months_october"); ?>",
"<?php echo $this->lang->line("common_months_november"); ?>",
"<?php echo $this->lang->line("common_months_december"); ?>"],
monthsShort: ["<?php echo $this->lang->line("common_monthsshort_january"); ?>",
"<?php echo $this->lang->line("common_monthsshort_february"); ?>",
"<?php echo $this->lang->line("common_monthsshort_march"); ?>",
"<?php echo $this->lang->line("common_monthsshort_april"); ?>",
"<?php echo $this->lang->line("common_monthsshort_may"); ?>",
"<?php echo $this->lang->line("common_monthsshort_june"); ?>",
"<?php echo $this->lang->line("common_monthsshort_july"); ?>",
"<?php echo $this->lang->line("common_monthsshort_august"); ?>",
"<?php echo $this->lang->line("common_monthsshort_september"); ?>",
"<?php echo $this->lang->line("common_monthsshort_october"); ?>",
"<?php echo $this->lang->line("common_monthsshort_november"); ?>",
"<?php echo $this->lang->line("common_monthsshort_december"); ?>"],
today: "<?php echo $this->lang->line("common_today"); ?>",
suffix: [],
meridiem: [],
weekStart: <?php echo $this->lang->line("common_weekstart"); ?>,
};
// initialise the datetime picker and trigger a search on any change of date
$(".date_filter").datetimepicker({
format: "<?php echo dateformat_bootstrap($this->config->item("dateformat")) . ' ' . dateformat_bootstrap($this->config->item("timeformat"));?>",
startDate: '01/01/2010 00:00:00',
@@ -69,7 +129,7 @@ function post_form_submit(response)
}
else
{
update_row(response.id,'<?php echo site_url("$controller_name/get_row")?>');
update_row(response.id,'<?php echo site_url("$controller_name/get_row"); ?>');
set_feedback(response.message, 'alert alert-dismissible alert-success', false);
}
}
@@ -84,7 +144,7 @@ function post_bulk_form_submit(response)
{
for(id in response.ids)
{
update_row(response.ids[id],'<?php echo site_url("$controller_name/get_row")?>');
update_row(response.ids[id],'<?php echo site_url("$controller_name/get_row"); ?>');
}
set_feedback(response.message, 'alert alert-dismissible alert-success', false);
}
@@ -97,12 +157,12 @@ function show_hide_search_filter(search_filter_section, switchImgTag)
if(ele.style.display == "block")
{
ele.style.display = "none";
imageEle.innerHTML = '<img src=" <?php echo base_url()?>images/plus.png" style="border:0;outline:none;padding:0px;margin:0px;position:relative;top:-5px;" >';
imageEle.innerHTML = '<img src=" <?php echo base_url(); ?>images/plus.png" style="border:0;outline:none;padding:0px;margin:0px;position:relative;top:-5px;" >';
}
else
{
ele.style.display = "block";
imageEle.innerHTML = '<img src=" <?php echo base_url()?>images/minus.png" style="border:0;outline:none;padding:0px;margin:0px;position:relative;top:-5px;" >';
imageEle.innerHTML = '<img src=" <?php echo base_url(); ?>images/minus.png" style="border:0;outline:none;padding:0px;margin:0px;position:relative;top:-5px;" >';
}
}
@@ -204,7 +264,7 @@ function init_table_sorting()
<li class="float_left"><span><?php echo anchor($controller_name . "/delete",$this->lang->line("common_delete"),array('id'=>'delete')); ?></span></li>
<!-- li class="float_left"><span><?php echo anchor($controller_name . "/update_invoice_numbers", $this->lang->line('sales_invoice_update'),array('id'=>'update_invoice_numbers')); ?></span></li -->
<li class="float_right">
<img src='<?php echo base_url()?>images/spinner_small.gif' alt='spinner' id='spinner' />
<img src='<?php echo base_url(); ?>images/spinner_small.gif' alt='spinner' id='spinner' />
<input type="text" name ='search' id='search'/>
<input type="hidden" name ='limit_from' id='limit_from'/>
</li>

View File

@@ -54,3 +54,50 @@ common_import_file_path,Dateipfad,file path,Ruta del archivo,file path,file path
common_import_excel,Excel Import,Excel Import,Importar Excel,Excel Import,Excel Import,Excel Import,Excel Import,Excel Import,Excel Import,Excel Import
common_import_full_path,Voller Dateipfad zum Excel File notwendig,Full path to excel file required,Requerida la ruta completa del archivo,Full path to excel file required,Full path to excel file required,Full path to excel file required,Full path to excel file required,Full path to excel file required,Full path to excel file required,Full path to excel file required
common_required,Erforderlich,Required,Requerido,Required,Required,Required,Required,ต้องกรอก,Required,Required
common_days_sunday,Sonntag,Zondag,Domingo,Sunday,Dimanche,,,,,
common_days_monday,Montag,Maandag,Lunes,Monday,Lundi,,,,,
common_days_tueday,Dienstag,Dinsdag,Martes,Tuesday,Mardi,,,,,
common_days_wednesday,Mittwoch,Woensdag,Mi<EFBFBD>rcoles,Wednesday,Mercredi,,,,,
common_days_thursday,Donnerstag,Donderdag,Jueves,Thursday,Jeudi,,,,,
common_days_friday,Freitag,Vrijdag,Viernes,Friday,Vendredi,,,,,
common_days_saturday,Samstag,Zaterdag,S<EFBFBD>bado,Saturday,Samedi,,,,,
common_daysshort_sunday,Son,Zo,Dom,Sun,Dim,,,,,
common_daysshort_monday,Mon,Ma,Lun,Mon,Lun,,,,,
common_daysshort_tueday,Die,Di,Mar,Tue,Mar,,,,,
common_daysshort_wednesday,Mit,Wo,Mi<EFBFBD>,Wed,Mer,,,,,
common_daysshort_thursday,Don,Do,Jue,Thu,Jeu,,,,,
common_daysshort_friday,Fre,Vr,Vie,Fri,Ven,,,,,
common_daysshort_saturday,Sam,Za,S<EFBFBD>b,Sat,Sam,,,,,
common_daysmin_sunday,So,Zo,Do,Su,D,,,,,
common_daysmin_monday,Mo,Ma,Lu,Mo,L,,,,,
common_daysmin_tueday,Di,Di,Ma,Tu,Ma,,,,,
common_daysmin_wednesday,Mi,Wo,Mi,We,Me,,,,,
common_daysmin_thursday,Do,Do,Ju,Th,J,,,,,
common_daysmin_friday,Fr,Vr,Vi,Fr,V,,,,,
common_daysmin_saturday,Sa,Za,Sa,Sa,S,,,,,
common_months_january,Januar,Januari,Enero,January,Janvier,,,,,
common_months_february,Februar,Februari,Febrero,February,F<EFBFBD>vrier,,,,,
common_months_march,M<EFBFBD>rz,Maart,Marzo,March,Mars,,,,,
common_months_april,April,April,Abril,April,Avril,,,,,
common_months_may,Mai,Mei,Mayo,May,Mai,,,,,
common_months_june,Juni,Juni,Junio,June,Juin,,,,,
common_months_july,Juli,Juli,Julio,July,Juillet,,,,,
common_months_august,August,Augustus,Agosto,August,Ao<EFBFBD>t,,,,,
common_months_september,September,September,Septiembre,September,Septembre,,,,,
common_months_october,Oktober,Oktober,Octubre,October,Octobre,,,,,
common_months_november,November,November,Noviembre,November,Novembre,,,,,
common_months_december,Dezember,December,Diciembre,December,D<EFBFBD>cembre,,,,,
common_monthsshort_january,Jan,Jan,Ene,Jan,Jan,,,,,
common_monthsshort_february,Feb,Feb,Feb,Feb,F<EFBFBD>v,,,,,
common_monthsshort_march,M<EFBFBD>r,Mrt,Mar,Mar,Mar,,,,,
common_monthsshort_april,Apr,Apr,Abr,Apr,Avr,,,,,
common_monthsshort_may,Mai,Mei,May,May,Mai,,,,,
common_monthsshort_june,Jun,Jun,Jun,Jun,Jui,,,,,
common_monthsshort_july,Jul,Jul,Jul,Jul,Jui,,,,,
common_monthsshort_august,Aug,Aug,Ago,Aug,Ao<EFBFBD>,,,,,
common_monthsshort_september,Sep,Sep,Sep,Sep,Sep,,,,,
common_monthsshort_october,Okt,Okt,Oct,Oct,Oct,,,,,
common_monthsshort_november,Nov,Nov,Nov,Nov,Nov,,,,,
common_monthsshort_december,Dez,Dec,Dic,Dec,Dec,,,,,
common_today,Heute,Vandaag,Hoy,Today,Aujourd'hui,,,,,
common_weekstart,1,0,0,0,1,,,,,
1 label de-CH nl-BE es en fr zh ru th tr id
54 common_import_excel Excel Import Excel Import Importar Excel Excel Import Excel Import Excel Import Excel Import Excel Import Excel Import Excel Import
55 common_import_full_path Voller Dateipfad zum Excel File notwendig Full path to excel file required Requerida la ruta completa del archivo Full path to excel file required Full path to excel file required Full path to excel file required Full path to excel file required Full path to excel file required Full path to excel file required Full path to excel file required
56 common_required Erforderlich Required Requerido Required Required Required Required ต้องกรอก Required Required
57 common_days_sunday Sonntag Zondag Domingo Sunday Dimanche
58 common_days_monday Montag Maandag Lunes Monday Lundi
59 common_days_tueday Dienstag Dinsdag Martes Tuesday Mardi
60 common_days_wednesday Mittwoch Woensdag Mircoles Wednesday Mercredi
61 common_days_thursday Donnerstag Donderdag Jueves Thursday Jeudi
62 common_days_friday Freitag Vrijdag Viernes Friday Vendredi
63 common_days_saturday Samstag Zaterdag Sbado Saturday Samedi
64 common_daysshort_sunday Son Zo Dom Sun Dim
65 common_daysshort_monday Mon Ma Lun Mon Lun
66 common_daysshort_tueday Die Di Mar Tue Mar
67 common_daysshort_wednesday Mit Wo Mi Wed Mer
68 common_daysshort_thursday Don Do Jue Thu Jeu
69 common_daysshort_friday Fre Vr Vie Fri Ven
70 common_daysshort_saturday Sam Za Sb Sat Sam
71 common_daysmin_sunday So Zo Do Su D
72 common_daysmin_monday Mo Ma Lu Mo L
73 common_daysmin_tueday Di Di Ma Tu Ma
74 common_daysmin_wednesday Mi Wo Mi We Me
75 common_daysmin_thursday Do Do Ju Th J
76 common_daysmin_friday Fr Vr Vi Fr V
77 common_daysmin_saturday Sa Za Sa Sa S
78 common_months_january Januar Januari Enero January Janvier
79 common_months_february Februar Februari Febrero February Fvrier
80 common_months_march Mrz Maart Marzo March Mars
81 common_months_april April April Abril April Avril
82 common_months_may Mai Mei Mayo May Mai
83 common_months_june Juni Juni Junio June Juin
84 common_months_july Juli Juli Julio July Juillet
85 common_months_august August Augustus Agosto August Aot
86 common_months_september September September Septiembre September Septembre
87 common_months_october Oktober Oktober Octubre October Octobre
88 common_months_november November November Noviembre November Novembre
89 common_months_december Dezember December Diciembre December Dcembre
90 common_monthsshort_january Jan Jan Ene Jan Jan
91 common_monthsshort_february Feb Feb Feb Feb Fv
92 common_monthsshort_march Mr Mrt Mar Mar Mar
93 common_monthsshort_april Apr Apr Abr Apr Avr
94 common_monthsshort_may Mai Mei May May Mai
95 common_monthsshort_june Jun Jun Jun Jun Jui
96 common_monthsshort_july Jul Jul Jul Jul Jui
97 common_monthsshort_august Aug Aug Ago Aug Ao
98 common_monthsshort_september Sep Sep Sep Sep Sep
99 common_monthsshort_october Okt Okt Oct Oct Oct
100 common_monthsshort_november Nov Nov Nov Nov Nov
101 common_monthsshort_december Dez Dec Dic Dec Dec
102 common_today Heute Vandaag Hoy Today Aujourd'hui
103 common_weekstart 1 0 0 0 1