Browse Source

Create pagination.php

bence192/patch-3
bence192 4 years ago
committed by GitHub
parent
commit
b5baf0d606
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      resources/lang/hu/pagination.php

19
resources/lang/hu/pagination.php

@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Előző',
'next' => 'Következő &raquo;',
];
Loading…
Cancel
Save