📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
catalog
/
language
/
tr-tr
/
account
📝
order.php
← Geri Dön
<?php /* Turkceye Ceviren eka7a - http://e-piksel.com */ // Heading $_['heading_title'] = 'Siparişlerim'; // Text $_['text_account'] = 'Hesabım'; $_['text_order'] = 'Sipariş Bilgileri'; $_['text_order_detail'] = 'Sipariş Detayları'; $_['text_invoice_no'] = 'Fatura No:'; $_['text_order_id'] = 'Sipariş No:'; $_['text_date_added'] = 'Ekleme Tarihi:'; $_['text_shipping_address'] = 'Teslimat Adresi'; $_['text_shipping_method'] = 'Kargo Metodu:'; $_['text_payment_address'] = 'Fatura Adresi'; $_['text_payment_method'] = 'Ödeme Metodu:'; $_['text_comment'] = 'Sipariş Açıklamaları'; $_['text_history'] = 'Sipariş Geçmişi'; $_['text_success'] = 'Başarılı: <a href="%s">%s</a> no siparişinizdeki ürünler <a href="%s">sepetinize</a> eklendi!'; $_['text_empty'] = 'Daha önce hiç sipariş vermediniz!'; $_['text_error'] = 'İstediğiniz sipariş bulunamadı!'; // Column $_['column_order_id'] = 'Sipariş No'; $_['column_customer'] = 'Müşteri'; $_['column_product'] = 'Ürünler'; $_['column_name'] = 'Ürün Adı'; $_['column_model'] = 'Ürün Kodu'; $_['column_quantity'] = 'Adet'; $_['column_price'] = 'Birim Fiyatı'; $_['column_total'] = 'Tutarı'; $_['column_action'] = 'Eylem'; $_['column_date_added'] = 'Tarih'; $_['column_status'] = 'Durumu'; $_['column_comment'] = 'Açıklama'; // Error $_['error_reorder'] = '%s is not currently available to be reordered.';
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula