pagination.php 631B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. 'label' => 'Pagination navigation',
  4. 'overview' => '{1} Duke shfaqur 1 rezultat|[2,*] Duke shfaqur :first deri në :last rezultate nga :total ne total',
  5. 'fields' => [
  6. 'records_per_page' => [
  7. 'label' => 'Për faqe',
  8. 'options' => [
  9. 'all' => 'Të gjithë',
  10. ],
  11. ],
  12. ],
  13. 'actions' => [
  14. 'go_to_page' => [
  15. 'label' => 'Shko te faqja :page',
  16. ],
  17. 'next' => [
  18. 'label' => 'Pasardhësi',
  19. ],
  20. 'previous' => [
  21. 'label' => 'Paraardhësi',
  22. ],
  23. ],
  24. ];