Last active
August 5, 2020 23:43
-
-
Save yasinkuyu/86a957f701a1b08d861f9b204fb4440e to your computer and use it in GitHub Desktop.
Opencart XtensionsTurkish (BestCheckout2.0.x.x-2.1.x.xVersion5.0.1.7.ocmod)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Entry Variables - overrides | |
$_['entry_customer_group'] = 'Müşteri Grubu'; | |
$_['entry_firstname'] = 'Ad'; | |
$_['entry_lastname'] = 'Soyad'; | |
$_['entry_email'] = 'E-Mail'; | |
$_['entry_confirm_email'] = 'E-Mail Tekrar'; | |
$_['entry_telephone'] = 'Telefon'; | |
$_['entry_fax'] = 'Faks'; | |
$_['entry_company'] = 'Firma Adı'; | |
$_['entry_address_1'] = 'Adres 1'; | |
$_['entry_address_2'] = 'Adres 2'; | |
$_['entry_postcode'] = 'Posta Kodu'; | |
$_['entry_city'] = 'İlçe'; | |
$_['entry_country'] = 'Ülke'; | |
$_['entry_zone'] = 'İl'; | |
$_['entry_newsletter'] = 'Abone ol'; | |
$_['entry_newsletter_checkout'] = '%s haber bültenine abone olmak istiyorum.'; | |
$_['entry_password'] = 'Parola'; | |
$_['entry_confirm'] = 'Parola tekrar'; | |
$_['entry_agree'] = ''; | |
//Errors overrides | |
$_['error_exists'] = 'Uyarı: E-Posta Adresi zaten kayıtlı!'; | |
$_['error_firstname'] = 'Ad 1 ile 32 karakter arasında olmalıdır!'; | |
$_['error_lastname'] = 'Soyad 1 ile 32 karakter arasında olmalıdır!'; | |
$_['error_email'] = 'E-Posta Adresi geçerli değil!'; | |
$_['error_confirm_email'] = 'E-postalar eşleşmiyor!'; | |
$_['error_telephone'] = 'Telefon 3 ile 32 karakter arasında olmalıdır!'; | |
$_['error_fax'] = 'Faks 3 ile 32 karakter arasında olmalıdır!'; | |
$_['error_company'] = 'Firma adı 3 ile 32 karakter arasında olmalıdır!'; | |
$_['error_address_1'] = 'Adres 3 ile 128 karakter arasında olmalıdır!'; | |
$_['error_address_2'] = 'Adres(2) 3 ile 128 karakter arasında olmalıdır!'; | |
$_['error_city'] = 'City must be between 2 and 128 characters!'; | |
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!'; | |
$_['error_country'] = 'Please select a country!'; | |
$_['error_zone'] = 'Please select a region / state!'; | |
$_['error_custom_field'] = '%s required!'; | |
$_['error_password'] = 'Password must be between 4 and 20 characters!'; | |
$_['error_confirm'] = 'Parola eşleşmiyor'; | |
$_['error_agree'] = 'Uyarı:%s\'yi kabul etmelisiniz!'; | |
$_['error_custom_field_validate'] = '%s geçerli!'; | |
//texts - Overrides | |
$_['text_cancel'] = 'Vazgeç'; | |
$_['text_register'] = 'Kayıt'; | |
$_['text_guest'] = 'Ziyaretçi'; | |
$_['text_shipping_method'] = 'Teslimat Seçenekleri'; | |
$_['text_payment_method'] = 'Ödeme Seçenekleri'; | |
$_['coupon_apply_text'] = 'Kupon Kullan'; | |
$_['coupon_text'] = 'Kupon'; | |
$_['coupon_placeholder'] = 'Enter Coupon'; | |
$_['coupon_successful'] = 'Coupon has been applied!'; | |
$_['coupon_removed'] = 'Coupon has been removed!'; | |
$_['coupon_invalid'] = 'Coupon is invalid!'; | |
$_['coupon_blank'] = 'Please enter a Coupon!'; | |
$_['voucher_apply_text'] = 'Use Voucher'; | |
$_['voucher_text'] = 'Voucher'; | |
$_['voucher_placeholder'] = 'Enter Voucher'; | |
$_['voucher_successful'] = 'Voucher has been applied!'; | |
$_['voucher_removed'] = 'Voucher has been removed!'; | |
$_['voucher_invalid'] = 'Voucher is invalid!'; | |
$_['voucher_blank'] = 'Please enter a Voucher!'; | |
$_['reward_apply_text'] = 'Use Rewards'; | |
$_['reward_text'] = 'Rewards'; | |
$_['reward_max_text'] = 'Points to use (Max %s)'; | |
$_['reward_successful'] = 'Your reward points discount has been applied!'; | |
$_['reward_removed'] = 'Reward points have been removed!'; | |
$_['reward_error_points'] = "You don't have %s reward points!"; | |
$_['reward_maximum'] = "The maximum number of points that can be applied is %s!"; | |
$_['reward_blank'] = 'Please enter the amount of reward points to use!!'; | |
$_['comment_apply_text'] = 'Sipariş Notu Ekle'; | |
$_['comment_apply_text1'] = 'Sipariş Notu Ekle'; | |
$_['comment_text'] = 'Sipariş Notu'; | |
$_['comment_placeholder_text'] = 'Sipariş notu giriniz...'; | |
$_['comment_saved'] = 'Sipariş notu başarıyla kaydedildi!'; | |
$_['text_login'] = 'Giriş'; | |
$_['text_paddress'] = 'Ödeme Adresi'; | |
$_['text_saddress'] = 'Kargo Adresi'; | |
$_['text_selected_shipping_method'] = 'Ödeme Yöntemi'; | |
$_['text_psaddress'] = 'Ödeme & Kargo Adresi'; | |
$_['text_payment_continue'] = 'Ödemeye yap'; | |
$_['text_nopayments'] = 'Ödeme yöntemi yok'; | |
$_['text_change_address'] = 'Adresi değiştir'; | |
$_['text_change_shipping'] = 'Kargoyu Değiştir'; | |
$_['text_add_paddress'] = 'Fatura Adresi Ekle'; | |
$_['text_add_saddress'] = 'Kargo Adresi Ekle'; | |
$_['text_edit_address'] = 'Adresi Düzenle'; | |
$_['text_logout'] = 'Çıkış'; | |
$_['agree_content'] = "Ödemeye devam etmek için %s kabul etmelisiniz."; | |
$_['text_options'] = 'Seçenekler'; | |
$_['text_totals'] = 'Toplam - '; | |
$_['entry_default'] = '<span class="text-muted">Varsayılan Adres</span>'; | |
$_['text_agree'] = '<a href="%s" class="agree pointer"> <b>%s</b> </a> \'ı okudum ve kabul ediyorum'; | |
$_['text_guest_header'] = ' Ziyaretçi'; | |
$_['text_ssl_header'] = 'Güvenli bağlantı'; | |
$_['text_address_new'] = 'Ekle'; | |
$_['text_new_address_heading'] = 'Adres ekle'; | |
$_['text_edit_address_heading'] = 'Adresi düzenle'; | |
$_['text_checkout_step_1'] = 'Hesap'; | |
$_['text_checkout_step_2'] = 'Adres'; | |
$_['text_checkout_step_3'] = 'Ödeme'; | |
$_['text_shopping_cart'] = 'Sepet'; | |
$_['text_checkout_option'] = 'Hesap'; | |
$_['text_checkout_account'] = 'Adres'; | |
$_['text_checkout_payment_address'] = 'Adres'; | |
$_['text_checkout_confirm'] = 'Ödeme'; | |
$_['text_rewards_label'] = '(Mevcut %s) (Gerekli %s)'; | |
$_['text_login'] = 'Giriş'; | |
$_['text_login_heading'] = 'Email ile giriş yap'; | |
$_['text_new_user'] = 'Yeni kullanıcı'; | |
$_['text_account_new'] = 'Hesap oluştur'; | |
$_['text_guest_checkout'] = 'Üye olmadan satınal'; | |
$_['text_account_already_checkout'] = 'Zaten üyeliğiniz var mı?'; | |
$_['text_paste_not_allowed'] = 'Kopyala yapıştır yapılamaz'; | |
//Cart | |
$_['text_cart_total_products'] = 'Sepet - %s ürün(ler)'; | |
$_['text_cart_edit'] = 'Düzenle'; | |
$_['text_move_to_wishlist'] = 'İstek listesine taşı'; | |
//social Login | |
$_['text_social_heading'] = 'SOSYAL MEYA İLE GİRİŞ'; | |
$_['text_facebook'] = 'FACEBOOK'; | |
$_['text_google'] = 'GOOGLE'; | |
$_['text_linkedin'] = 'LINKEDIN'; | |
$_['text_using_email'] = '- OR USING EMAIL -'; | |
$_['error_auth'] = 'There was a problem with the authorisation or user may have closed the popup.'; | |
$_['text_social_additional'] = 'Almost done, we just need data for below fields and your account registration will be completed.'; | |
$_['text_gift_voucher'] = 'Gift Voucher'; | |
$_['text_you_pay'] = 'You Pay: '; | |
//Validate EU VAT Number Country | |
$_['error_eu_vat_country_mismatch'] = 'The selected country does not belong to entered VAT number!'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment