mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 14:37:55 -05:00
32 lines
1.8 KiB
PHP
32 lines
1.8 KiB
PHP
<?php
|
|
|
|
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
|
|
$lang["attributes_confirm_delete"] = "Are you sure you want to delete the selected attribute(s)?";
|
|
$lang["attributes_confirm_restore"] = "";
|
|
$lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected attribute(s)";
|
|
$lang["attributes_definition_error_adding_updating"] = "";
|
|
$lang["attributes_definition_flags"] = "Attribute Visibility";
|
|
$lang["attributes_definition_group"] = "Group";
|
|
$lang["attributes_definition_id"] = "Id";
|
|
$lang["attributes_definition_name"] = "Attribute Name";
|
|
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
|
|
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
|
|
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
|
|
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
|
|
$lang["attributes_definition_successful_updating"] = "You have successfully updated attribute";
|
|
$lang["attributes_definition_type"] = "Attribute Type";
|
|
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
|
|
$lang["attributes_definition_unit"] = "";
|
|
$lang["attributes_definition_values"] = "Attribute Values";
|
|
$lang["attributes_new"] = "New Attribute";
|
|
$lang["attributes_no_attributes_to_display"] = "No Items to display";
|
|
$lang["attributes_receipt_visibility"] = "Receipt";
|
|
$lang["attributes_show_in_items"] = "Show in items";
|
|
$lang["attributes_show_in_items_visibility"] = "Items";
|
|
$lang["attributes_show_in_receipt"] = "Show in receipt";
|
|
$lang["attributes_show_in_receivings"] = "Show in receivings";
|
|
$lang["attributes_show_in_receivings_visibility"] = "Receivings";
|
|
$lang["attributes_show_in_sales"] = "Show in sales";
|
|
$lang["attributes_show_in_sales_visibility"] = "Sales";
|
|
$lang["attributes_update"] = "Update Attribute";
|