apollo_developers/api/application/language/turkish/rest_controller_lang.php
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

19 lines
949 B
PHP
Executable File
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
/*
* Turkish language
*/
$lang['text_rest_invalid_api_key'] = 'Geçersiz API anahtarı %s'; // %s is the REST API key
$lang['text_rest_invalid_credentials'] = 'Geçersiz kimlik';
$lang['text_rest_ip_denied'] = 'IP reddedildi';
$lang['text_rest_ip_unauthorized'] = 'Yetkisiz IP';
$lang['text_rest_unauthorized'] = 'İzinsiz';
$lang['text_rest_ajax_only'] = 'Sadece AJAX isteklerine izin verildi';
$lang['text_rest_api_key_unauthorized'] = 'Ulaşılmak istenilen controllera API anahtarının erişim yetkisi bulunmamaktadır';
$lang['text_rest_api_key_permissions'] = 'Bu API anahtarının yeterli yetkisi bulunmamaktadır';
$lang['text_rest_api_key_time_limit'] = 'API anahtarı bu metod için zaman sınırına ulaştı.';
$lang['text_rest_ip_address_time_limit'] = 'IP adresi bu metod için zaman sınırına ulaştı.';
$lang['text_rest_unknown_method'] = 'Bilinmeyen metod';
$lang['text_rest_unsupported'] = 'Desteklenmeyen protokol';