Added Greek Language

Signed-off-by: George Drakakis <lolly@lollypop.gr>
This commit is contained in:
George Drakakis
2012-09-03 13:59:49 +03:00
parent 07bec5c043
commit 163f39075d
2 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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;',
);