Files
ponzi/application/language/it/pagination.php
serafino lillo f549839b35 added italian language
Added italian language for pagination and default validation messages.
2012-10-21 13:00:36 +11:00

19 lines
508 B
PHP
Executable File

<?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; Precedente',
'next' => 'Successivo &raquo;',
);