pagination.php 559B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'label' => 'Էջավորման նավիգացիա',
  4. 'overview' => 'Ցուցադրվում են :total արդյունքներից :first֊ից :last֊ը',
  5. 'fields' => [
  6. 'records_per_page' => [
  7. 'label' => 'մեկ էջում',
  8. ],
  9. ],
  10. 'actions' => [
  11. 'go_to_page' => [
  12. 'label' => 'Գնալ էջ :page',
  13. ],
  14. 'next' => [
  15. 'label' => 'Հաջորդը',
  16. ],
  17. 'previous' => [
  18. 'label' => 'Նախորդ',
  19. ],
  20. ],
  21. ];