Files
ponzi/application/language/id/pagination.php
William Notowidagdo 3411d97417 Update application/language/id/pagination.php
Replaced 'next' translation with the correct word.
2012-12-21 05:30:20 +07:00

20 lines
509 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; Sebelumnya',
'next' => 'Berikutnya &raquo;',
);