Customize pagination

Hi,

just making my first experiences with yii and I’m really excited. I wonder how it’s possible to change the text of the pagination links “prev” and “next”, as well as how to change the layout vial css. Could anybody please give me a hint?

Thank you

See:

http://www.yiiframework.com/doc/api/CLinkPager#nextPageLabel-detail

and

http://www.yiiframework.com/doc/api/CLinkPager#cssFile-detail

Thank you. Is there any "global" configuration, where I can override the default?

or do I have to define the cssFile, and translations every time a pagination appears in the view?