moodle/lang/tr/enrol_authorize.php

23 lines
1.3 KiB
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 // $Id$
// enrol_authorize.php - created with Moodle 1.5 ALPHA (2005043000)
$string['anlogin'] = 'Authorize.net: Kullanıcı adı';
$string['anpassword'] = 'Authorize.net: Şifre (gerekli değil)';
$string['anreferer'] = 'Authorize.net hesabınızda URL referer ayarı yaptıysanız buraya yazınız. Bu, web isteğinde \"Referer: URL\" başlığını gönderir.';
$string['antestmode'] = 'Authorize.net: İşlemleri test et';
$string['antrankey'] = 'Authorize.net: İşlem Anahtarı (Transaction Key)';
$string['ccexpire'] = 'Geçerlilik Tarihi';
$string['ccinvalid'] = 'Geçersiz kart numarası';
$string['ccno'] = 'Kredi Kartı No';
$string['cctype'] = 'Kredi Kartı Tipi';
$string['ccvv'] = 'CV2';
$string['ccvvhelp'] = 'Kartın arkasına bakınız (son 3 rakam)';
$string['description'] = 'Authorize.net modülü Kredi Kartı sağlayıcılarıyla ücretli kurslar ayarlamanıza olanak verir. Bir kursun ücreti sıfır ise öğrencilere ödeme yapmaları için bir istekte bulunulmaz. Sitenin geneli için ayarlayabileceğiniz varsayılan bir tutar vardır ve her bir dersin ücretini tek tek de ayarlayabilirsiniz. Kurs ücreti ayarlanırsa site genelindeki ücret yoksayılır.';
$string['enrolname'] = 'Authorize.net Kredi Kartı Sağlayıcısı';
$string['nameoncard'] = 'Kart Üzerindeki İsim';
$string['sendpaymentbutton'] = 'Ödemeyi Yap';
$string['zipcode'] = 'Posta Kodu';
?>