Files
ponzi/application/language/gr/pagination.php
George Drakakis 163f39075d Added Greek Language
Signed-off-by: George Drakakis <lolly@lollypop.gr>
2012-09-03 13:59:49 +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;',
);