Files
opensourcepos/application/language/tr/suppliers_lang.php
FrancescoUK f806ea84b3 Update to Suppliers feature
- added Agency name to identify agent or distributor behind a brand
- updated view to show supplier ID useful for item imports via excel
sheet
- update database table
- updated language although missing translations
- various bit an pieces missing due to failed rebase
2015-08-07 15:02:15 +02:00

20 lines
1.1 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["suppliers_account_number"] = "Hesap No";
$lang["suppliers_basic_information"] = "Sağlayıcı Bilgisi";
$lang["suppliers_cannot_be_deleted"] = "Sağlayıcı silinemedi, bazı sağlayıcıların satışı var.";
$lang["suppliers_company_name"] = "Şirket Adı";
$lang["suppliers_company_name_required"] = "Şirket Adı zorunlu alandır";
$lang["suppliers_agency_name"] = " ";
$lang["suppliers_confirm_delete"] = "Seçili sağlayıcıları düzenlemek istiyor musunuz?";
$lang["suppliers_error_adding_updating"] = "Sağlayıcı ekleme/düzenleme hatası";
$lang["suppliers_new"] = "Yeni Sağlayıcı";
$lang["suppliers_none_selected"] = "Silmek için sağlayıcı seçmediniz";
$lang["suppliers_one_or_multiple"] = "sağlayıcılar";
$lang["suppliers_successful_adding"] = "Sağlayıcı eklendi";
$lang["suppliers_successful_deleted"] = "Sağlayıcı silindi";
$lang["suppliers_successful_updating"] = "Sağlayıcı düzenlendi";
$lang["suppliers_supplier"] = "Sağlayıcı";
$lang["suppliers_supplier_id"] = "Id";
$lang["suppliers_update"] = "Sağlayıcıyı Düzenle";