Files
opensourcepos/application/language/tr/customers_lang.php
Emin Tufan Çetin 9b33f39086 Translated using Weblate (Turkish)
Currently translated at 100.0% (84 of 84 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (61 of 61 strings)
2017-01-20 00:16:36 +01:00

25 lines
1.5 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
$lang["customers_account_number"] = "Hesap No";
$lang["customers_account_number_duplicate"] = "Bu hesap numarası zaten var";
$lang["customers_cannot_be_deleted"] = "Seçili müşteriler silinemedi, müşterilerin satışları var.";
$lang["customers_company_name"] = "Şirket";
$lang["customers_confirm_delete"] = "Seçili müşteriyi silmek istediğinize emin misiniz?";
$lang["customers_customer"] = "Müşteri";
$lang["customers_discount"] = "İndirim";
$lang["customers_error_adding_updating"] = "Müşteri ekleme/güncelleme hatası";
$lang["customers_new"] = "Yeni Müşteri";
$lang["customers_none_selected"] = "Silmek için müşteri seçmediniz";
$lang["customers_one_or_multiple"] = "müşteri";
$lang["customers_successful_adding"] = "Müşteri eklendi";
$lang["customers_successful_deleted"] = "Silme başarılı";
$lang["customers_successful_updating"] = "Müşteri güncellendi";
$lang["customers_taxable"] = "Vergilendirilebilir";
$lang["customers_total"] = "Toplam";
$lang["customers_update"] = "Müşteri Güncelle";
$lang["customers_import_items_excel"] = "Müşterileri Excel sayfasından aktar";
$lang["customers_excel_import_failed"] = "Excel aktarım hatası";
$lang["customers_excel_import_nodata_wrongformat"] = "Yüklenen dosya herhangi bir veri içermiyor veya hatalı formatta";
$lang["customers_excel_import_success"] = "Müşteri aktarımı başarılı";
$lang["customers_excel_import_partially_failed"] = "Birçok Müşteri içe aktarıldı. Ama bazıları değil, listesi burada";