Files
opensourcepos/application/language/en/customers_lang.php
jekkos-t520 84a141d9c5 Move translations into CSV files
Add generate_languages.php script (run using `php
generate_languages.php`)
Add generated language files
2015-01-16 17:40:41 +01:00

17 lines
962 B
PHP

<?php
$lang["customers_account_number"] = "Account #";
$lang["customers_basic_information"] = "Customer Information";
$lang["customers_cannot_be_deleted"] = "Could not deleted selected customers, one or more of the selected customers has sales.";
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customers?";
$lang["customers_customer"] = "Customer";
$lang["customers_error_adding_updating"] = "Error adding/updating customer";
$lang["customers_new"] = "New Customer";
$lang["customers_none_selected"] = "You have not selected any customers to delete";
$lang["customers_one_or_multiple"] = "customer(s)";
$lang["customers_successful_adding"] = "You have successfully added customer";
$lang["customers_successful_deleted"] = "You have successfully deleted";
$lang["customers_successful_updating"] = "You have successfully updated customer";
$lang["customers_taxable"] = "Taxable";
$lang["customers_update"] = "Update Customer";