mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 01:53:16 -04:00
Total discount is now shown as one amount in receipt Conflicts: application/controllers/sales.php Conflicts: database/migrate_phppos.sql
19 lines
1.4 KiB
PHP
19 lines
1.4 KiB
PHP
<?php
|
||
|
||
$lang["customers_account_number"] = "Номер счота";
|
||
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
|
||
$lang["customers_basic_information"] = "Информация о клиенте";
|
||
$lang["customers_cannot_be_deleted"] = "Невозможно удалить выбранных клиентов, один или более из них имеет продаж.";
|
||
$lang["customers_company_name"] = "Company Name";
|
||
$lang["customers_confirm_delete"] = "Вы уверены, что хотите удалить выбранных клиентов?";
|
||
$lang["customers_customer"] = "Клиент";
|
||
$lang["customers_error_adding_updating"] = "Ошибка при добавлении/обновлении клиента";
|
||
$lang["customers_new"] = "Новый Клиент";
|
||
$lang["customers_none_selected"] = "Вы не выбрали ни клиентов, чтобы удалить.";
|
||
$lang["customers_one_or_multiple"] = "клиент(ов)";
|
||
$lang["customers_successful_adding"] = "Вы успешно добавили клиентов";
|
||
$lang["customers_successful_deleted"] = "Вы успешно удалили";
|
||
$lang["customers_successful_updating"] = "Вы успешно обновили клиент";
|
||
$lang["customers_taxable"] = "облагаемый";
|
||
$lang["customers_update"] = "Обновлять Клиент";
|