Files
ponzi/application/language/sv/pagination.php
Vincent Klaiber 8bcfd52233 add swedish language
fix misspelling

add special html chars

fix misspelling

changed folder name from se to sv

removed se folder
2012-10-21 13:32:26 +11:00

19 lines
506 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. You're free to change them to anything you want.
| If you come up with something more exciting, let us know.
|
*/
'previous' => '&laquo; Föregående',
'next' => 'Nästa &raquo;',
);