mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-20 11:52:56 -04:00
Adding the Azerbaijani language
git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@64 c3eb156b-1dc0-44e1-88ae-e38439141b53
This commit is contained in:
41
application/language/Azərbaycanca/common_lang.php
Normal file
41
application/language/Azərbaycanca/common_lang.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
$lang['common_common']='common';
|
||||
$lang['common_submit']='Submit';
|
||||
$lang['common_or']='OR';
|
||||
$lang['common_powered_by']='Powered by';
|
||||
$lang['common_welcome']='Welcome';
|
||||
$lang['common_logout']='Logout';
|
||||
$lang['common_list_of']='List of';
|
||||
$lang['common_first_name']='First Name';
|
||||
$lang['common_last_name']='Last Name';
|
||||
$lang['common_email']='E-Mail';
|
||||
$lang['common_phone_number']='Phone Number';
|
||||
$lang['common_address_1']='Address 1';
|
||||
$lang['common_address_2']='Address 2';
|
||||
$lang['common_city']='City';
|
||||
$lang['common_state']='State';
|
||||
$lang['common_zip']='Zip';
|
||||
$lang['common_country']='Country';
|
||||
$lang['common_comments']='Comments';
|
||||
$lang['common_edit']='edit';
|
||||
$lang['common_search']='Search';
|
||||
$lang['common_delete']='Delete';
|
||||
$lang['common_remove']='Remove';
|
||||
$lang['common_view_recent_sales']='View Recent Sales';
|
||||
$lang['common_you_are_using_ospos']='You are using Open Source Point Of Sale Version';
|
||||
$lang['common_please_visit_my']='Please visit my';
|
||||
$lang['common_website']='website';
|
||||
$lang['common_fields_required_message']='Fields in red are required';
|
||||
$lang['common_learn_about_project']='to learn the lastest information about the project';
|
||||
$lang['common_searched_for']='Searched for';
|
||||
$lang['common_first_name_required']='The first name is a required field.';
|
||||
$lang['common_last_name_required']='The last name is a required field';
|
||||
$lang['common_email_invalid_format']='The e-mail address is not in the proper format';
|
||||
$lang['common_confirm_search']='You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?';
|
||||
$lang['common_no_persons_to_display']='There are no people to display';
|
||||
$lang['common_return_policy']='Return Policy';
|
||||
$lang['common_price']='Price';
|
||||
$lang['common_welcome_message']= 'Welcome to Open Source Point Of Sale, click a module below to get started!';
|
||||
$lang['common_inv']='inv';
|
||||
$lang['common_det']='details';
|
||||
?>
|
||||
35
application/language/Azərbaycanca/config_lang.php
Normal file
35
application/language/Azərbaycanca/config_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
$lang['config_info']='Store Configuration Information';
|
||||
$lang['config_company']='Company Name';
|
||||
$lang['config_address']='Company Address';
|
||||
$lang['config_phone']='Company Phone';
|
||||
$lang['config_website']='Website';
|
||||
$lang['config_fax']='Fax';
|
||||
$lang['config_default_tax_rate']='Default Tax Rate %';
|
||||
$lang['config_default_tax_rate_1']='Tax 1 Rate';
|
||||
$lang['config_default_tax_rate_2']='Tax 2 Rate';
|
||||
$lang['config_company_required']='Company name is a required field';
|
||||
$lang['config_address_required']='Company address is a required field';
|
||||
$lang['config_phone_required']='Company phone is a required field';
|
||||
$lang['config_default_tax_rate_required']='The default tax rate is a required field';
|
||||
$lang['config_default_tax_rate_number']='The default tax rate must be a number';
|
||||
$lang['config_company_website_url']='Company website is not a valid URL (http://...)';
|
||||
$lang['config_saved_successfully']='Configuration saved successfully';
|
||||
$lang['config_saved_unsuccessfully']='Configuration saved unsuccessfully';
|
||||
$lang['config_return_policy_required']='Return policy is a required field';
|
||||
$lang['config_print_after_sale']='Print receipt after sale';
|
||||
$lang['config_language'] = 'Language';
|
||||
$lang['config_timezone'] = 'Timezone';
|
||||
$lang['config_currency_symbol'] = 'Currency Symbol';
|
||||
$lang['config_currency_side'] = 'Right side'; //GARRISON ADDED 4/20/2013
|
||||
$lang['config_custom1'] = 'Custom Field 1'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom2'] = 'Custom Field 2'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom3'] = 'Custom Field 3'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom4'] = 'Custom Field 4'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom5'] = 'Custom Field 5'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom6'] = 'Custom Field 6'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom7'] = 'Custom Field 7'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom8'] = 'Custom Field 8'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom9'] = 'Custom Field 9'; //GARRISON ADDED 4/21/2013
|
||||
$lang['config_custom10'] = 'Custom Field 10'; //GARRISON ADDED 4/21/2013
|
||||
?>
|
||||
16
application/language/Azərbaycanca/customers_lang.php
Normal file
16
application/language/Azərbaycanca/customers_lang.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$lang['customers_new']='New Customer';
|
||||
$lang['customers_customer']='Customer';
|
||||
$lang['customers_update']='Update Customer';
|
||||
$lang['customers_confirm_delete']='Are you sure you want to delete the selected customers?';
|
||||
$lang['customers_none_selected']='You have not selected any customers to delete';
|
||||
$lang['customers_error_adding_updating'] = 'Error adding/updating customer';
|
||||
$lang['customers_successful_adding']='You have successfully added customer';
|
||||
$lang['customers_successful_updating']='You have successfully updated customer';
|
||||
$lang['customers_successful_deleted']='You have successfully deleted';
|
||||
$lang['customers_one_or_multiple']='customer(s)';
|
||||
$lang['customers_cannot_be_deleted']='Could not deleted selected customers, one or more of the selected customers has sales.';
|
||||
$lang['customers_basic_information']='Customer Information';
|
||||
$lang['customers_account_number']='Account #';
|
||||
$lang['customers_taxable']='Taxable';
|
||||
?>
|
||||
27
application/language/Azərbaycanca/employees_lang.php
Normal file
27
application/language/Azərbaycanca/employees_lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
$lang['employees_employee']='Employee';
|
||||
$lang['employees_new']='New Employee';
|
||||
$lang['employees_update']='Update Employee';
|
||||
$lang['employees_confirm_delete']='Are you sure you want to delete the selected employees?';
|
||||
$lang['employees_none_selected']='You have not selected any employees to delete';
|
||||
$lang['employees_error_adding_updating'] = 'Error adding/updating employee';
|
||||
$lang['employees_successful_adding']='You have successfully added employee';
|
||||
$lang['employees_successful_updating']='You have successfully updated employee';
|
||||
$lang['employees_successful_deleted']='You have successfully deleted';
|
||||
$lang['employees_one_or_multiple']='employee(s)';
|
||||
$lang['employees_cannot_be_deleted']='Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)';
|
||||
$lang['employees_username']='Username';
|
||||
$lang['employees_password']='Password';
|
||||
$lang['employees_repeat_password']='Password Again';
|
||||
$lang['employees_username_required']='Username is a required field';
|
||||
$lang['employees_username_minlength']='The username must be at least 5 characters';
|
||||
$lang['employees_password_required']='Password is required';
|
||||
$lang['employees_password_minlength']='Passwords must be at least 8 characters';
|
||||
$lang['employees_password_must_match']='Passwords do not match';
|
||||
$lang['employees_basic_information']='Employee Basic Information';
|
||||
$lang['employees_login_info']='Employee Login Info';
|
||||
$lang['employees_permission_info']='Employee Permissions and Access';
|
||||
$lang['employees_permission_desc']='Check the boxes below to grant access to modules';
|
||||
$lang['employees_error_updating_demo_admin'] = 'You can not change the demo admin user';
|
||||
$lang['employees_error_deleting_demo_admin'] = 'You can not delete the demo admin user';
|
||||
?>
|
||||
4
application/language/Azərbaycanca/error_lang.php
Normal file
4
application/language/Azərbaycanca/error_lang.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$lang['error_no_permission_module']='You do not have permission to access the module named';
|
||||
$lang['error_unknown']='unknown';
|
||||
?>
|
||||
70
application/language/Azərbaycanca/giftcards_lang.php
Normal file
70
application/language/Azərbaycanca/giftcards_lang.php
Normal file
@@ -0,0 +1,70 @@
|
||||
<?php
|
||||
$lang['giftcards_giftcard_number']='Giftcard Number';
|
||||
$lang['giftcards_card_value']='Value';
|
||||
$lang['giftcards_basic_information']='Giftcard Information';
|
||||
$lang['giftcards_number_required']='Giftcard Number is a required field';
|
||||
$lang['giftcards_value_required']='Giftcard Value is a required field';
|
||||
$lang['giftcards_number']='Giftcard Number must be a number';
|
||||
$lang['giftcards_value']='Giftcard Value must be a number';
|
||||
$lang['giftcards_person_id']='Customer';
|
||||
|
||||
$lang['giftcards_retrive_giftcard_info']='Retrive Giftcard Info';
|
||||
$lang['giftcards_description']='Description';
|
||||
$lang['giftcards_amazon']='Amazon';
|
||||
$lang['giftcards_upc_database']='UPC Database';
|
||||
$lang['giftcards_cannot_find_giftcard']='Cannot find any information about giftcard';
|
||||
$lang['giftcards_info_provided_by']='Info provided by';
|
||||
$lang['giftcards_number_information']='Giftcard Number';
|
||||
$lang['giftcards_new']='New Giftcard';
|
||||
$lang['giftcards_update']='Update Giftcard';
|
||||
$lang['giftcards_giftcard']='Giftcard';
|
||||
$lang['giftcards_edit_multiple_giftcards']='Editing Multiple Giftcards';
|
||||
$lang['giftcards_category']='Category';
|
||||
$lang['giftcards_cost_price']='Cost Price';
|
||||
$lang['giftcards_unit_price']='Unit Price';
|
||||
$lang['giftcards_tax_1']='Tax 1';
|
||||
$lang['giftcards_tax_2']='Tax 2';
|
||||
$lang['giftcards_sales_tax_1'] = 'Sales Tax';
|
||||
$lang['giftcards_sales_tax_2'] = 'Sales Tax 2';
|
||||
$lang['giftcards_tax_percent']='Tax Percent';
|
||||
$lang['giftcards_tax_percents']='Tax Percent(s)';
|
||||
$lang['giftcards_reorder_level']='Reorder Level';
|
||||
$lang['giftcards_quantity']='Quantity';
|
||||
$lang['giftcards_no_giftcards_to_display']='No Giftcards to display';
|
||||
$lang['giftcards_bulk_edit']='Bulk Edit';
|
||||
$lang['giftcards_confirm_delete']='Are you sure you want to delete the selected giftcards?';
|
||||
$lang['giftcards_none_selected']='You have not selected any giftcards to edit';
|
||||
$lang['giftcards_confirm_bulk_edit']='Are you sure you want to edit all the giftcards selected?';
|
||||
$lang['giftcards_successful_bulk_edit']='You have successfully updated the selected giftcards';
|
||||
$lang['giftcards_error_updating_multiple']='Error updating giftcards';
|
||||
$lang['giftcards_edit_fields_you_want_to_update']='Edit the fields you want to edit for ALL selected giftcards';
|
||||
$lang['giftcards_error_adding_updating'] = 'Error adding/updating giftcard';
|
||||
$lang['giftcards_successful_adding']='You have successfully added giftcard';
|
||||
$lang['giftcards_successful_updating']='You have successfully updated giftcard';
|
||||
$lang['giftcards_successful_deleted']='You have successfully deleted';
|
||||
$lang['giftcards_one_or_multiple']='giftcard(s)';
|
||||
$lang['giftcards_cannot_be_deleted']='Could not deleted selected giftcards, one or more of the selected giftcards has sales.';
|
||||
$lang['giftcards_none'] = 'None';
|
||||
$lang['giftcards_supplier'] = 'Supplier';
|
||||
$lang['giftcards_generate_barcodes'] = 'Generate Barcodes';
|
||||
$lang['giftcards_must_select_giftcard_for_barcode'] = 'You must select at least 1 giftcard to generate barcodes';
|
||||
$lang['giftcards_excel_import_failed'] = 'Excel import failed';
|
||||
$lang['giftcards_allow_alt_desciption'] = 'Allow Alt Description';
|
||||
$lang['giftcards_is_serialized'] = 'Giftcard has Serial Number';
|
||||
$lang['giftcards_low_inventory_giftcards'] = 'Low Inventory Giftcards';
|
||||
$lang['giftcards_serialized_giftcards'] = 'Serialized Giftcards';
|
||||
$lang['giftcards_no_description_giftcards'] = 'No Description Giftcards';
|
||||
$lang['giftcards_inventory_comments']='Comments';
|
||||
$lang['giftcards_count']='Update Inventory';
|
||||
$lang['giftcards_details_count']='Inventory Count Details';
|
||||
$lang['giftcards_add_minus']='Inventory to add/subtract';
|
||||
$lang['giftcards_current_quantity']='Current Quantity';
|
||||
$lang['giftcards_quantity_required']='Quantity is a required field. Please Close ( X ) to cancel';
|
||||
$lang['giftcards_do_nothing'] = 'Do Nothing';
|
||||
$lang['giftcards_change_all_to_serialized'] = 'Change All To Serialized';
|
||||
$lang['giftcards_change_all_to_unserialized'] = 'Change All To Unserialized';
|
||||
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Allow Alt Desc For All';
|
||||
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Not Allow Alt Desc For All';
|
||||
$lang['giftcards_use_inventory_menu'] = 'Use Inv. Menu';
|
||||
$lang['giftcards_manually_editing_of_quantity'] = 'Manual Edit of Quantity';
|
||||
?>
|
||||
10
application/language/Azərbaycanca/index.html
Normal file
10
application/language/Azərbaycanca/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
application/language/Azərbaycanca/item_kits_lang.php
Normal file
20
application/language/Azərbaycanca/item_kits_lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
$lang['item_kits_name'] = 'Item Kit Name';
|
||||
$lang['item_kits_description'] = 'Item Kit Description';
|
||||
$lang['item_kits_no_item_kits_to_display'] = 'No item kits to display';
|
||||
$lang['item_kits_update'] = 'Update Item Kit';
|
||||
$lang['item_kits_new'] = 'New Item Kit';
|
||||
$lang['item_kits_none_selected'] = "You have not selected any item kits";
|
||||
$lang['item_kits_info'] = 'Item Kit Info';
|
||||
$lang['item_kits_successful_adding'] = 'You have successfully added Item Kit';
|
||||
$lang['item_kits_successful_updating'] = 'You have successfully updated Item Kit';
|
||||
$lang['item_kits_error_adding_updating'] = 'Error adding/updating Item Kit';
|
||||
$lang['item_kits_successful_deleted'] = 'You have successfully deleted';
|
||||
$lang['item_kits_confirm_delete'] = 'Are you sure you want to delete the selected item kits?';
|
||||
$lang['item_kits_one_or_multiple'] = 'Item Kit(s)';
|
||||
$lang['item_kits_cannot_be_deleted'] = 'Could not delete item kit(s)';
|
||||
$lang['item_kits_add_item'] = 'Add Item';
|
||||
$lang['item_kits_items'] = 'Items';
|
||||
$lang['item_kits_item'] = 'Item';
|
||||
$lang['item_kits_quantity'] = 'Quantity';
|
||||
?>
|
||||
80
application/language/Azərbaycanca/items_lang.php
Normal file
80
application/language/Azərbaycanca/items_lang.php
Normal file
@@ -0,0 +1,80 @@
|
||||
<?php
|
||||
$lang['items_item_number']='UPC/EAN/ISBN';
|
||||
$lang['items_retrive_item_info']='Retrive Item Info';
|
||||
$lang['items_description']='Description';
|
||||
$lang['items_amazon']='Amazon';
|
||||
$lang['items_upc_database']='UPC Database';
|
||||
$lang['items_cannot_find_item']='Cannot find any information about item';
|
||||
$lang['items_info_provided_by']='Info provided by';
|
||||
$lang['items_basic_information']='Item Information';
|
||||
$lang['items_number_information']='Item Number';
|
||||
$lang['items_new']='New Item';
|
||||
$lang['items_update']='Update Item';
|
||||
$lang['items_item']='Item';
|
||||
$lang['items_edit_multiple_items']='Editing Multiple Items';
|
||||
$lang['items_name']='Item Name';
|
||||
$lang['items_category']='Category';
|
||||
$lang['items_cost_price']='Wholesale Price';//GARRISON ADDED 4/21/2013
|
||||
$lang['items_unit_price']='Retail Price';//GARRISON ADDED 4/21/2013
|
||||
$lang['items_tax_1']='Tax 1';
|
||||
$lang['items_tax_2']='Tax 2';
|
||||
$lang['items_sales_tax_1'] = 'Sales Tax';
|
||||
$lang['items_sales_tax_2'] = 'Sales Tax 2';
|
||||
$lang['items_tax_percent']='Tax Percent';
|
||||
$lang['items_tax_percents']='Tax Percent(s)';
|
||||
$lang['items_reorder_level']='Reorder Level';
|
||||
$lang['items_quantity']='Quantity';
|
||||
$lang['items_reorder_level']='Reorder Level';
|
||||
$lang['items_no_items_to_display']='No Items to display';
|
||||
$lang['items_bulk_edit']='Bulk Edit';
|
||||
$lang['items_confirm_delete']='Are you sure you want to delete the selected items?';
|
||||
$lang['items_none_selected']='You have not selected any items to edit';
|
||||
$lang['items_confirm_bulk_edit']='Are you sure you want to edit all the items selected?';
|
||||
$lang['items_successful_bulk_edit']='You have successfully updated the selected items';
|
||||
$lang['items_error_updating_multiple']='Error updating items';
|
||||
$lang['items_edit_fields_you_want_to_update']='Edit the fields you want to edit for ALL selected items';
|
||||
$lang['items_error_adding_updating'] = 'Error adding/updating item';
|
||||
$lang['items_successful_adding']='You have successfully added item';
|
||||
$lang['items_successful_updating']='You have successfully updated item';
|
||||
$lang['items_successful_deleted']='You have successfully deleted';
|
||||
$lang['items_one_or_multiple']='item(s)';
|
||||
$lang['items_cannot_be_deleted']='Could not deleted selected items, one or more of the selected items has sales.';
|
||||
$lang['items_name_required']='Item Name is a required field';
|
||||
$lang['items_category_required']='Category is a required field';
|
||||
$lang['items_buy_price_required']='Buy price is a required field';
|
||||
$lang['items_unit_price_required']='Selling Price is a required field';
|
||||
$lang['items_cost_price_required']='Cost Price is a required field';
|
||||
$lang['items_tax_percent_required']='Tax Percent is a required field';
|
||||
$lang['items_quantity_required']='Quantity is a required field';
|
||||
$lang['items_reorder_level_required']='Reorder level is a required field';
|
||||
$lang['items_unit_price_number']='Unit price must be a number';
|
||||
$lang['items_cost_price_number']='Cost price must be a number';
|
||||
$lang['items_quantity_number']='Quantity must be a number';
|
||||
$lang['items_reorder_level_number']='Reorder level must be a number';
|
||||
$lang['items_none'] = 'None';
|
||||
$lang['items_supplier'] = 'Supplier';
|
||||
$lang['items_generate_barcodes'] = 'Generate Barcodes';
|
||||
$lang['items_must_select_item_for_barcode'] = 'You must select at least 1 item to generate barcodes';
|
||||
$lang['items_excel_import_failed'] = 'Excel import failed';
|
||||
$lang['items_allow_alt_desciption'] = 'Allow Alt Description';
|
||||
$lang['items_is_serialized'] = 'Item has Serial Number';
|
||||
$lang['items_low_inventory_items'] = 'Low Inventory Items';
|
||||
$lang['items_serialized_items'] = 'Serialized Items';
|
||||
$lang['items_no_description_items'] = 'No Description Items';
|
||||
$lang['items_search_custom_items'] = 'Search Custom Fields';//GARRISON ADDED
|
||||
$lang['items_inventory_comments']='Comments';
|
||||
$lang['items_count']='Update Inventory';
|
||||
$lang['items_details_count']='Inventory Count Details';
|
||||
$lang['items_add_minus']='Inventory to add/subtract';
|
||||
$lang['items_current_quantity']='Current Quantity';
|
||||
$lang['items_quantity_required']='Quantity is a required field. Please Close ( X ) to cancel';
|
||||
$lang['items_do_nothing'] = 'Do Nothing';
|
||||
$lang['items_change_all_to_serialized'] = 'Change All To Serialized';
|
||||
$lang['items_change_all_to_unserialized'] = 'Change All To Unserialized';
|
||||
$lang['items_change_all_to_allow_alt_desc'] = ' Allow Alt Desc For All';
|
||||
$lang['items_change_all_to_not_allow_allow_desc'] = 'Not Allow Alt Desc For All';
|
||||
$lang['items_use_inventory_menu'] = 'Use Inv. Menu';
|
||||
$lang['items_manually_editing_of_quantity'] = 'Manual Edit of Quantity';
|
||||
$lang['items_inventory'] = 'Inventory';
|
||||
$lang['items_location'] = 'Location';
|
||||
?>
|
||||
8
application/language/Azərbaycanca/login_lang.php
Normal file
8
application/language/Azərbaycanca/login_lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$lang['login_login']='Login';
|
||||
$lang['login_username']='Username';
|
||||
$lang['login_password']='Password';
|
||||
$lang['login_go']='Go';
|
||||
$lang['login_invalid_username_and_password']='Invalid username/password';
|
||||
$lang['login_welcome_message']='Welcome to the Open Source Point of Sale System. To continue, please login using your username and password below.';
|
||||
?>
|
||||
34
application/language/Azərbaycanca/module_lang.php
Normal file
34
application/language/Azərbaycanca/module_lang.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
$lang['module_home']='Home';
|
||||
|
||||
$lang['module_customers']='Customers';
|
||||
$lang['module_customers_desc']='Add, Update, Delete, and Search customers';
|
||||
|
||||
$lang['module_suppliers']='Suppliers';
|
||||
$lang['module_suppliers_desc']='Add, Update, Delete, and Search suppliers';
|
||||
|
||||
$lang['module_employees']='Employees';
|
||||
$lang['module_employees_desc']='Add, Update, Delete, and Search employees';
|
||||
|
||||
$lang['module_sales']='Sales';
|
||||
$lang['module_sales_desc']='Process sales and returns';
|
||||
|
||||
$lang['module_reports']='Reports';
|
||||
$lang['module_reports_desc']='View and generate reports';
|
||||
|
||||
$lang['module_items']='Items';
|
||||
$lang['module_items_desc']='Add, Update, Delete, and Search items';
|
||||
|
||||
$lang['module_config']='Store Config';
|
||||
$lang['module_config_desc']='Change the store\'s configuration';
|
||||
|
||||
$lang['module_receivings']='Receivings';
|
||||
$lang['module_receivings_desc']='Process Purchase orders';
|
||||
|
||||
$lang['module_giftcards']='Gift Cards';
|
||||
$lang['module_giftcards_desc']='Add, Update, Delete and Search gift cards';
|
||||
|
||||
$lang['module_item_kits']='Item Kits';
|
||||
$lang['module_item_kits_desc']='Add, Update, Delete and Search Item Kits';
|
||||
|
||||
?>
|
||||
26
application/language/Azərbaycanca/receivings_lang.php
Normal file
26
application/language/Azərbaycanca/receivings_lang.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
$lang['recvs_register']='Items Receiving';
|
||||
$lang['recvs_mode']='Receiving Mode';
|
||||
$lang['recvs_receiving']='Receive';
|
||||
$lang['recvs_return']='Return';
|
||||
$lang['recvs_total']='Total';
|
||||
$lang['recvs_cost']='Cost';
|
||||
$lang['recvs_quantity']='Qty.';
|
||||
$lang['recvs_discount']='Disc %';
|
||||
$lang['recvs_edit']='Edit';
|
||||
$lang['recvs_new_supplier'] = 'New Supplier';
|
||||
$lang['recvs_supplier'] = 'Supplier';
|
||||
$lang['recvs_select_supplier']='Select Supplier (Optional)';
|
||||
$lang['recvs_start_typing_supplier_name']='Start Typing supplier\'s name...';
|
||||
$lang['recvs_unable_to_add_item']='Unable to add item to receiving';
|
||||
$lang['recvs_error_editing_item']='Error editing item';
|
||||
$lang['recvs_receipt']='Receivings Receipt';
|
||||
$lang['recvs_complete_receiving']='Finish';
|
||||
$lang['recvs_confirm_finish_receiving'] = 'Are you sure you want to submit this receiving? This cannot be undone.';
|
||||
$lang['recvs_confirm_cancel_receiving'] = 'Are you sure you want to clear this receiving? All items will cleared.';
|
||||
$lang['recvs_find_or_scan_item']='Find/Scan Item';
|
||||
$lang['recvs_find_or_scan_item_or_receipt']='Find/Scan Item OR Receipt';
|
||||
$lang['recvs_id']='Receiving ID';
|
||||
$lang['recvs_item_name'] = 'Item Name';
|
||||
$lang['receivings_transaction_failed'] = 'Receivings Transactions Failed';
|
||||
?>
|
||||
87
application/language/Azərbaycanca/reports_lang.php
Normal file
87
application/language/Azərbaycanca/reports_lang.php
Normal file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
$lang['reports_reports'] = 'Reports';
|
||||
$lang['reports_report'] = 'Report';
|
||||
$lang['reports_welcome_message'] = 'Welcome to the reports panel. Please select a report to view.';
|
||||
$lang['reports_sales_summary_report'] = 'Sales Summary Report';
|
||||
$lang['reports_categories_summary_report'] = 'Categories Summary Report';
|
||||
$lang['reports_customers_summary_report'] = 'Customers Summary Report';
|
||||
$lang['reports_suppliers_summary_report'] = 'Suppliers Summary Report';
|
||||
$lang['reports_items_summary_report'] = 'Items Summary Report';
|
||||
$lang['reports_employees_summary_report'] = 'Employees Summary Report';
|
||||
$lang['reports_taxes_summary_report'] = 'Taxes Summary Report';
|
||||
$lang['reports_date'] = 'Date';
|
||||
$lang['reports_name'] = 'Name';
|
||||
$lang['reports_quantity_purchased'] = 'Quantity Purchased';
|
||||
$lang['reports_sale_id'] = 'Sale ID';
|
||||
$lang['reports_items_purchased'] = 'Items Purchased';
|
||||
$lang['reports_sold_by'] = 'Sold By';
|
||||
$lang['reports_sold_to'] = 'Sold To';
|
||||
$lang['reports_category'] = 'Category';
|
||||
$lang['reports_customer'] = 'Customer';
|
||||
$lang['reports_employee'] = 'Employee';
|
||||
$lang['reports_item'] = 'Item';
|
||||
$lang['reports_items'] = 'Items';
|
||||
$lang['reports_supplier'] = 'Supplier';
|
||||
$lang['reports_employees'] = 'Employees';
|
||||
$lang['reports_subtotal'] = 'Subtotal';
|
||||
$lang['reports_total'] = 'Total';
|
||||
$lang['reports_tax'] = 'Tax';
|
||||
$lang['reports_profit'] = 'Profit';
|
||||
$lang['reports_report_input'] = 'Report Input';
|
||||
$lang['reports_type'] = 'Type';
|
||||
$lang['reports_date_range'] = 'Date Range';
|
||||
$lang['reports_today'] = 'Today';
|
||||
$lang['reports_yesterday'] = 'Yesterday';
|
||||
$lang['reports_last_7'] = 'Last 7 Days';
|
||||
$lang['reports_this_month'] = 'This Month';
|
||||
$lang['reports_last_month'] = 'Last Month';
|
||||
$lang['reports_this_year'] = 'This Year';
|
||||
$lang['reports_last_year'] = 'Last Year';
|
||||
$lang['reports_all_time'] = 'All Time';
|
||||
$lang['reports_detailed_sales_report'] = 'Detailed Sales Report';
|
||||
$lang['reports_comments'] = 'Comments';
|
||||
$lang['reports_discount'] = 'Discount';
|
||||
$lang['reports_payment_type'] = 'Payment Type';
|
||||
$lang['reports_sales'] = 'Sales';
|
||||
$lang['reports_categories'] = 'Categories';
|
||||
$lang['reports_customers'] = 'Customers';
|
||||
$lang['reports_suppliers'] = 'Suppliers';
|
||||
$lang['reports_items'] = 'Items';
|
||||
$lang['reports_employees'] = 'Employees';
|
||||
$lang['reports_taxes'] = 'Taxes';
|
||||
$lang['reports_customer'] = 'Customer';
|
||||
$lang['reports_employee'] = 'Employee';
|
||||
$lang['reports_tax_percent'] = 'Tax Percent';
|
||||
$lang['reports_quantity_purchased'] = 'Quantity Purchased';
|
||||
$lang['reports_serial_number'] = 'Serial #';
|
||||
$lang['reports_description'] = 'Description';
|
||||
$lang['reports_date'] = 'Date';
|
||||
$lang['reports_sales_amount'] = 'Sales amount';
|
||||
$lang['reports_revenue'] = 'Revenue';
|
||||
$lang['reports_discounts'] = 'Discounts';
|
||||
$lang['reports_discounts_summary_report'] = 'Discounts Summary Report';
|
||||
$lang['reports_discount_percent'] = 'Discount Percent';
|
||||
$lang['reports_count'] = 'Count';
|
||||
$lang['reports_summary_reports'] = 'Summary Reports';
|
||||
$lang['reports_graphical_reports'] = 'Graphical Reports';
|
||||
$lang['reports_detailed_reports'] = 'Detailed Reports';
|
||||
$lang['reports_inventory_reports'] = 'Inventory Reports';
|
||||
$lang['reports_low_inventory'] = 'Low Inventory';
|
||||
$lang['reports_inventory_summary'] = ' Inventory Summary';
|
||||
$lang['reports_item_number'] = 'Item Number';
|
||||
$lang['reports_reorder_level'] = 'Reorder Level';
|
||||
$lang['reports_low_inventory_report'] = 'Low Inventory Report';
|
||||
$lang['reports_item_name'] = 'Item Name';
|
||||
$lang['reports_inventory_summary_report'] = 'Inventory Summary Report';
|
||||
$lang['reports_payment_type'] = 'Payment Type';
|
||||
$lang['reports_payments_summary_report'] = 'Payments Summary Report';
|
||||
$lang['reports_payments'] = 'Payments';
|
||||
$lang['reports_receivings'] = 'Receivings';
|
||||
$lang['reports_received_by'] = 'Received By';
|
||||
$lang['reports_supplied_by'] = 'Supplied by';
|
||||
$lang['reports_items_received'] = 'Items Received';
|
||||
$lang['reports_detailed_receivings_report'] = 'Detailed Receivings Report';
|
||||
$lang['reports_sale_type'] = 'Sale Type';
|
||||
$lang['reports_all'] = 'All';
|
||||
$lang['reports_returns'] = 'Returns';
|
||||
?>
|
||||
79
application/language/Azərbaycanca/sales_lang.php
Normal file
79
application/language/Azərbaycanca/sales_lang.php
Normal file
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
$lang['sales_giftcard_number']='Gift Card Number';
|
||||
$lang['sales_giftcard']='Gift Card';
|
||||
$lang['sales_register']='Sales Register';
|
||||
$lang['sales_mode']='Register Mode';
|
||||
$lang['sales_new_item'] = 'New Item';
|
||||
$lang['sales_item_name'] = 'Item Name';
|
||||
$lang['sales_item_number'] = 'Item #';
|
||||
$lang['sales_new_customer'] = 'New Customer';
|
||||
$lang['sales_customer'] = 'Customer';
|
||||
$lang['sales_no_items_in_cart']='There are no items in the cart';
|
||||
$lang['sales_total']='Total';
|
||||
$lang['sales_tax_percent']='Tax %';
|
||||
$lang['sales_price']='Price';
|
||||
$lang['sales_quantity']='Qty.';
|
||||
$lang['sales_discount']='Disc %';
|
||||
$lang['sales_edit']='Edit';
|
||||
$lang['sales_payment']='Payment Type';
|
||||
$lang['sales_edit_item']='Edit Item';
|
||||
$lang['sales_find_or_scan_item']='Find/Scan Item';
|
||||
$lang['sales_find_or_scan_item_or_receipt']='Find/Scan Item OR Receipt';
|
||||
$lang['sales_select_customer']='Select Customer (Optional)';
|
||||
$lang['sales_start_typing_item_name']='Start Typing item\'s name or scan barcode...';
|
||||
$lang['sales_start_typing_customer_name']='Start Typing customer\'s name...';
|
||||
$lang['sales_sub_total']='Sub Total';
|
||||
$lang['sales_tax']='Tax';
|
||||
$lang['sales_comment']='Comment';
|
||||
$lang['sales_unable_to_add_item']='Unable to add item to sale';
|
||||
$lang['sales_sale_for_customer']='Customer:';
|
||||
$lang['sales_remove_customer']='Remove Customer';
|
||||
$lang['sales_error_editing_item']='Error editing item';
|
||||
$lang['sales_complete_sale']='Complete Sale';
|
||||
$lang['sales_cancel_sale']='Cancel Sale';
|
||||
$lang['sales_add_payment']='Add Payment';
|
||||
$lang['sales_receipt']='Sales Receipt';
|
||||
$lang['sales_id']='Sale ID';
|
||||
$lang['sales_sale']='Sale';
|
||||
$lang['sales_return']='Return';
|
||||
$lang['sales_confirm_finish_sale'] = 'Are you sure you want to submit this sale? This cannot be undone.';
|
||||
$lang['sales_confirm_cancel_sale'] = 'Are you sure you want to clear this sale? All items will cleared.';
|
||||
$lang['sales_cash'] = 'Cash';
|
||||
$lang['sales_check'] = 'Check';
|
||||
$lang['sales_debit'] = 'Debit Card';
|
||||
$lang['sales_credit'] = 'Credit Card';
|
||||
$lang['sales_giftcard'] = 'Gift Card';
|
||||
$lang['sales_amount_tendered'] = 'Amount Tendered';
|
||||
$lang['sales_change_due'] = 'Change Due';
|
||||
$lang['sales_payment_not_cover_total'] = 'Payment Amount does not cover Total';
|
||||
$lang['sales_transaction_failed'] = 'Sales Transaction Failed';
|
||||
$lang['sales_must_enter_numeric'] = 'Must enter numeric value for amount tendered';
|
||||
$lang['sales_must_enter_numeric_giftcard'] = 'Must enter numeric value for giftcard number';
|
||||
$lang['sales_serial'] = 'Serial';
|
||||
$lang['sales_description_abbrv'] = 'Desc';
|
||||
$lang['sales_item_out_of_stock'] = 'Item is Out of Stock';
|
||||
$lang['sales_item_insufficient_of_stock'] = 'Item is Insufficient of Stock';
|
||||
$lang['sales_quantity_less_than_zero'] = 'Warning, Desired Quantity is Insufficient. You can still process the sale, but check your inventory';
|
||||
$lang['sales_successfully_updated'] = 'Sale successfully updated';
|
||||
$lang['sales_unsuccessfully_updated'] = 'Sale unsuccessfully updated';
|
||||
$lang['sales_edit_sale'] = 'Edit Sale';
|
||||
$lang['sales_employee'] = 'Employee';
|
||||
$lang['sales_successfully_deleted'] = 'Sale successfully deleted';
|
||||
$lang['sales_unsuccessfully_deleted'] = 'Sale unsuccessfully deleted';
|
||||
$lang['sales_delete_entire_sale'] = 'Delete entire sale';
|
||||
$lang['sales_delete_confirmation'] = 'Are you sure you want to delete this sale, this action cannot be undone';
|
||||
$lang['sales_date'] = 'Sale Date';
|
||||
$lang['sales_delete_successful'] = 'You have successfully deleted a sale';
|
||||
$lang['sales_delete_unsuccessful'] = 'You have unsuccessfully deleted a sale';
|
||||
$lang['sales_suspend_sale'] = 'Suspend Sale';
|
||||
$lang['sales_confirm_suspend_sale'] = 'Are you sure you want to suspend this sale?';
|
||||
$lang['sales_suspended_sales'] = 'Suspended Sales';
|
||||
$lang['sales_suspended_sale_id'] = 'Suspended Sale ID';
|
||||
$lang['sales_date'] = 'Date';
|
||||
$lang['sales_customer'] = 'Customer';
|
||||
$lang['sales_comments'] = 'Comments';
|
||||
$lang['sales_unsuspend_and_delete'] = 'Unsuspend and Delete';
|
||||
$lang['sales_unsuspend'] = 'Unsuspend';
|
||||
$lang['sales_successfully_suspended_sale'] = 'Your sale has been successfully suspended';
|
||||
$lang['sales_email_receipt'] = 'E-Mail Receipt';
|
||||
?>
|
||||
17
application/language/Azərbaycanca/suppliers_lang.php
Normal file
17
application/language/Azərbaycanca/suppliers_lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$lang['suppliers_new']='New Supplier';
|
||||
$lang['suppliers_supplier']='Supplier';
|
||||
$lang['suppliers_update']='Update Supplier';
|
||||
$lang['suppliers_confirm_delete']='Are you sure you want to delete the selected suppliers?';
|
||||
$lang['suppliers_none_selected']='You have not selected any suppliers to delete';
|
||||
$lang['suppliers_error_adding_updating'] = 'Error adding/updating supplier';
|
||||
$lang['suppliers_successful_adding']='You have successfully added supplier';
|
||||
$lang['suppliers_successful_updating']='You have successfully updated supplier';
|
||||
$lang['suppliers_successful_deleted']='You have successfully deleted';
|
||||
$lang['suppliers_one_or_multiple']='supplier(s)';
|
||||
$lang['suppliers_cannot_be_deleted']='Could not deleted selected suppliers, one or more of the selected suppliers has sales.';
|
||||
$lang['suppliers_basic_information']='Supplier Information';
|
||||
$lang['suppliers_account_number']='Account #';
|
||||
$lang['suppliers_company_name']='Company Name';
|
||||
$lang['suppliers_company_name_required'] = 'Company Name is a required field';
|
||||
?>
|
||||
Reference in New Issue
Block a user