pagination.php 1001 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Pagination Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used by the paginator library to build
  9. | the pagination links. You're free to change them to anything you want.
  10. | If you come up with something more exciting, let us know.
  11. |
  12. */
  13. /*
  14. |--------------------------------------------------------------------------
  15. | ペギネーション言語ライン
  16. |--------------------------------------------------------------------------
  17. |
  18. | 以下の言語設定行はpaginatorライブラリーにより、ペギネーションリンクを作成するため
  19. | 使用されます。お好きなように変更してください。
  20. | もっとエキサイトするアイデアが思い浮かんだら、私達に教えて下さい。
  21. |
  22. */
  23. 'previous' => '&laquo; 前',
  24. 'next' => '次 &raquo;',
  25. );