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

16 lines
517 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 [
'direction' => 'ltr',
'mainmenu' => 'Ana menü',
'online' => 'Çevrimiçi',
'logout' => ıkış yap',
'home' => 'Ana Sayfa',
'dashboard' => 'Kontrol Paneli',
'access' => 'İzin yönetimi',
'role_management' => 'Rol yönetimi',
'user_management' => 'Kullanıcı yönetimi',
'logoutconfirm' => ıkış yapmak istediğinizden emin misiniz?',
'rightsres' => 'Tüm hakları saklıdır.',
];