Files
opensem/resources/lang/vendor/boilerplate/tr/errors.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

14 lines
291 B
PHP
Raw 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 [
'backlink' => 'Önceki sayfaya geri dön',
'403' => [
'title' => 'Hata 403',
'message' => 'Bu sayfaya erişim izniniz yok.',
],
'404' => [
'title' => 'Hata 404',
'message' => 'Sayfa veya dosya bulunamadı.',
],
];