aptalca
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
resources/lang/tr/pagination.php
|
@ -1,5 +1,7 @@ |
|
|
<?php |
|
|
<?php |
|
|
|
|
|
|
|
|
return [ |
|
|
return [ |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
|-------------------------------------------------------------------------- |
|
|
|-------------------------------------------------------------------------- |
|
|
| Pagination Language Lines |
|
|
| Pagination Language Lines |
|
@ -10,6 +12,8 @@ return [ |
|
|
| you want to customize your views to better match your application. |
|
|
| you want to customize your views to better match your application. |
|
|
| |
|
|
| |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
'previous' => '« Önceki', |
|
|
'previous' => '« Önceki', |
|
|
'next' => 'Sonraki »', |
|
|
'next' => 'Sonraki »', |
|
|
|
|
|
|
|
|
]; |
|
|
]; |
|
|