freescout-support/resources/lang/tr/pagination.php
2024-02-20 03:12:36 -08:00

19 lines
602 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Sayfalama Dil Satırları
|--------------------------------------------------------------------------
|
| Aşağıdaki dil satırları sayfalandırma kütüphanesi tarafından basit sayfalandırma
| bağlantıları oluşturmak için kullanılır. Bu satırları uygulamanızın tasarımsal
| ihtiyaçları ile eşleşecek şekilde, dilediğiniz gibi, değiştirebilirsiniz.
|
*/
'previous' => '&laquo; Öncekiler',
'next' => 'Sonrakiler &raquo;',
];