Files
ponzi/application/language/el/pagination.php
George Drakakis deac7b36a4 Changed the folder name from "gr" to "el"
Signed-off-by: George Drakakis <lolly@lollypop.gr>
2012-09-04 20:20:08 +03:00

19 lines
524 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; Προηγούμενο',
'next' => 'Επόμενο &raquo;',
);