Custom Page List Pagination Item

Permalink
Hey Guys,

I'm trying to customize the pagination of a page list.
I want the pagination show custom words and not the numbers of the page.

So let's say I order the pages by days.

Right now it's showing
<<previous 1 2 3 next>>

what I want it to do is:
<<previos Mon Tue Wen next>>

I allready made a custom template for the pagelist showing the thumbnail images.
Right now i'm trying to understand how the $paginator->getPages() function works and how I could override it, so it outputs what I want.

Anybody some advice?

Greetings and sorry for my english ;)