Compare commits

..

24 Commits
2.3.1 ... 2.3

Author SHA1 Message Date
jekkos-t520
fc4db6553e Update README and WHATS NEW 2014-08-19 23:37:37 +02:00
jekkos-t520
1487afb19b Merge branch 'sourceforge-svn'
Conflicts:
	database/database.sql
2014-08-19 22:19:37 +02:00
jekkos
6e6cfb3fb1 Database script renamed
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@129 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:18 +00:00
jekkos
04e3c13dd1 Default stock name is the same as in update script
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@128 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:14 +00:00
jekkos
cd209d50f3 Location column is kept in database
Added a data migration script for stock_locations and item_quantities tables

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@127 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:12 +00:00
jekkos
9556500813 Clear sale and receiving libs (sessoin state) when changing stock locations
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@126 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:08 +00:00
jekkos
18517c47e8 Stock locations are now shown on receivings and sales receipts
Database migration script now defines a default stock location name
Rmeove obsolete constraints from migration script

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@125 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:05 +00:00
jekkos
6663de83f8 Fix barcode generation (removed whitespace from stock_locations model)
Fix error in receivings receipt
Update database migration script (needs more review)

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@124 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:56:01 +00:00
jekkos
a1b2d99581 Add migration script for 2.2.2 to 2.3
Update database script (add extra foreign keys + minor cleanup)

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@123 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:57 +00:00
jekkos
0a2b6e2d41 Fix requisitions report (can be found under receiving type = requisitions)
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@122 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:55 +00:00
jekkos
5ef5006577 Requisition is now registered as receiving for destination stock and return for source stock
Remove specific requisition report and code
Adapt receivings report to show requisitions in a generic way

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@121 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:52 +00:00
jekkos
4ca452ef12 Fixed sale suspending / unsuspending (adapt db scripts)
Cleanup old code
More code review
Update item_quantities database model (composite pk)

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@120 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:46 +00:00
jekkos
249274e5f5 Add foregin key constraints to stock_locations and item_quantities tables
Requisition options is only shown when multiple stock locations are configured
Fix stock locations config in the configuration page
Rename item_quantitys to item_quantities
Fix a missing label (need to check if present in master)
Fix display of the stock quantities in items/manage view

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@119 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:40 +00:00
jekkos
37e4eb8bd2 Add quantity column in item page
Fix bug about validating stock location config

PS

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@118 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:34 +00:00
jekkos
2ce140f6d3 Added empty check in stock_locations config
Rework database script (contains stock_locations + item_quantities tables)

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@117 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:30 +00:00
jekkos
40cecaf571 Fix quantity removal in items page
PS

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@116 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:27 +00:00
jekkos
1c6e44af0f Add multi-stock feature
Finished task
1. User can add stock location in config page. Adding format is StockA,StockB,StockC for example
2. Item page, there is no more quantity column show in cert table. The quantity tracking is integrated in inventory detail
3. Receiving page, There is a stock location for user to select before receiving or returning stuff
4. Sale page, There is a stock location which is for user to select a stock location they sell from

Remain task
1. Requisition work flow
2. Language editing
3. Remove unuse code

PS

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@115 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:24 +00:00
jekkos
b6012ae2ca Fix: Qty. column is not show in requisition report
Padungsak

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@114 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:16 +00:00
jekkos
6ff1cb007c requisition receipt fixed
database.sql script merged with current ospos one
remaining problems in reporting (sale_type to add in sales_temp query?)
data model should be refactored to allow more genericity for custom item locations (2+)
inventory tracking should be adapted to use multiple locations (instead of duplicating items for different locations)

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@113 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 19:55:13 +00:00
jekkos
eeb01a3717 Add database migration script for 2.2.0
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@112 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 13:04:01 +00:00
jekkos
490f0c89dd Remove old db script
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@111 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-19 13:03:26 +00:00
jekkos
faaf2b4e99 Add database migration script for 2.2.0
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@110 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-16 23:57:25 +00:00
jekkos
0742a666b1 Bump version to 2.2.2
Rename database script

git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@109 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-08 15:48:51 +00:00
jekkos
1b61af783c Add database migration script for 2.2.0
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@108 c3eb156b-1dc0-44e1-88ae-e38439141b53
2014-08-08 15:42:19 +00:00
226 changed files with 6065 additions and 8746 deletions

1
.gitignore vendored
View File

@@ -11,4 +11,3 @@ git-svn-diff.py
*.swp
*.rej
*.orig
*~

View File

@@ -1,18 +1,3 @@
Version 2.3.1
-------------
+ Extra report permissions (this includes a refactoring of the database model - new grants table)
+ Tax inclusive/exclusive pricing
+ Receivings amount multiplication (can be configured in items section)
+ Customizable sale and receiving numbering
+ Giftcard improvements
+ Fix item import through csv
+ Bug fixes for reports
Version 2.3
-----------
+ Support for multiple stock locations
Version 2.2.2
-------------
+ French language added

View File

@@ -9,7 +9,7 @@
|
|
*/
$config['application_version'] = '2.3.1';
$config['application_version'] = '2.3';
/*
|--------------------------------------------------------------------------
@@ -262,10 +262,10 @@ $config['sess_expiration'] = 0;
$config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'sessions';
$config['sess_table_name'] = 'ospos_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = FAlSE;
$config['sess_time_to_update'] = 0;
$config['sess_time_to_update'] = 86400;
/*
|--------------------------------------------------------------------------

View File

@@ -36,10 +36,6 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b');
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
/*
| Precision for calculations performed on decimals
*/
define("PRECISION", 3);
/* End of file constants.php */
/* Location: ./application/config/constants.php */

View File

@@ -39,7 +39,7 @@
*/
$route['default_controller'] = "login";
$route['no_access/(:any)/(:any)'] = "no_access/index/$1/$2";
$route['no_access/(:any)'] = "no_access/index/$1";
$route['reports/(summary_:any)/(:any)/(:any)'] = "reports/$1/$2/$3";
$route['reports/summary_:any'] = "reports/date_input_excel_export";
$route['reports/(graphical_:any)/(:any)/(:any)'] = "reports/$1/$2/$3";

View File

@@ -38,9 +38,6 @@ class Config extends Secure_area
'language'=>$this->input->post('language'),
'timezone'=>$this->input->post('timezone'),
'print_after_sale'=>$this->input->post('print_after_sale'),
'tax_included'=>$this->input->post('tax_included'),
'recv_invoice_format'=>$this->input->post('recv_invoice_format'),
'sales_invoice_format'=>$this->input->post('sales_invoice_format'),
'custom1_name'=>$this->input->post('custom1_name'),/**GARRISON ADDED 4/20/2013**/
'custom2_name'=>$this->input->post('custom2_name'),/**GARRISON ADDED 4/20/2013**/
'custom3_name'=>$this->input->post('custom3_name'),/**GARRISON ADDED 4/20/2013**/

View File

@@ -47,7 +47,6 @@ class Employees extends Person_controller
{
$data['person_info']=$this->Employee->get_info($employee_id);
$data['all_modules']=$this->Module->get_all_modules();
$data['all_subpermissions']=$this->Module->get_all_subpermissions();
$this->load->view("employees/form",$data);
}
@@ -69,7 +68,7 @@ class Employees extends Person_controller
'country'=>$this->input->post('country'),
'comments'=>$this->input->post('comments')
);
$grants_data = $this->input->post("grants")!=false ? $this->input->post("grants"):array();
$permission_data = $this->input->post("permissions")!=false ? $this->input->post("permissions"):array();
//Password has been changed OR first time password set
if($this->input->post('password')!='')
@@ -84,7 +83,7 @@ class Employees extends Person_controller
$employee_data=array('username'=>$this->input->post('username'));
}
if($this->Employee->save($person_data,$employee_data,$grants_data,$employee_id))
if($this->Employee->save($person_data,$employee_data,$permission_data,$employee_id))
{
//New employee
if($employee_id==-1)

View File

@@ -1,121 +1,117 @@
<?php
require_once ("secure_area.php");
require_once ("interfaces/idata_controller.php");
class Giftcards extends Secure_area implements iData_controller
{
function __construct()
{
parent::__construct('giftcards');
}
function index()
{
$config['base_url'] = site_url('/giftcards/index');
$config['total_rows'] = $this->Giftcard->count_all();
$config['per_page'] = '20';
$config['uri_segment'] = 3;
$this->pagination->initialize($config);
$data['controller_name']=strtolower(get_class());
$data['form_width']=$this->get_form_width();
$data['manage_table']=get_giftcards_manage_table( $this->Giftcard->get_all( $config['per_page'], $this->uri->segment( $config['uri_segment'] ) ), $this );
$this->load->view('giftcards/manage',$data);
}
function search()
{
$search=$this->input->post('search');
$data_rows=get_giftcards_manage_table_data_rows($this->Giftcard->search($search),$this);
echo $data_rows;
}
/*
Gives search suggestions based on what is being searched for
*/
function suggest()
{
$suggestions = $this->Giftcard->get_search_suggestions($this->input->post('q'),$this->input->post('limit'));
echo implode("\n",$suggestions);
}
/** GARRISON ADDED 5/3/2013 **/
<?php
require_once ("secure_area.php");
require_once ("interfaces/idata_controller.php");
class Giftcards extends Secure_area implements iData_controller
{
function __construct()
{
parent::__construct('giftcards');
}
function index()
{
$config['base_url'] = site_url('/giftcards/index');
$config['total_rows'] = $this->Giftcard->count_all();
$config['per_page'] = '20';
$config['uri_segment'] = 3;
$this->pagination->initialize($config);
$data['controller_name']=strtolower(get_class());
$data['form_width']=$this->get_form_width();
$data['manage_table']=get_giftcards_manage_table( $this->Giftcard->get_all( $config['per_page'], $this->uri->segment( $config['uri_segment'] ) ), $this );
$this->load->view('giftcards/manage',$data);
}
function search()
{
$search=$this->input->post('search');
$data_rows=get_giftcards_manage_table_data_rows($this->Giftcard->search($search),$this);
echo $data_rows;
}
/*
Gives search suggestions based on what is being searched for
*/
function suggest()
{
$suggestions = $this->Giftcard->get_search_suggestions($this->input->post('q'),$this->input->post('limit'));
echo implode("\n",$suggestions);
}
/** GARRISON ADDED 5/3/2013 **/
/*
Gives search suggestions for person_id based on what is being searched for
*/
function person_search()
function suggest_person()
{
$suggestions = $this->Customer->get_customer_search_suggestions($this->input->post('q'),$this->input->post('limit'));
$suggestions = $this->Giftcard->get_person_search_suggestions($this->input->post('q'),$this->input->post('limit'));
echo implode("\n",$suggestions);
}
/** END GARRISON ADDED **/
function get_row()
{
$giftcard_id = $this->input->post('row_id');
$data_row=get_giftcard_data_row($this->Giftcard->get_info($giftcard_id),$this);
echo $data_row;
}
function view($giftcard_id=-1)
{
$giftcard_info = $this->Giftcard->get_info($giftcard_id);
$person_name=$giftcard_id > 0? $giftcard_info->first_name . ' ' . $giftcard_info->last_name : '';
$data['selected_person'] = $giftcard_id > 0 ? $giftcard_info->person_id . "|" . $person_name : "";
$data['giftcard_number']= $giftcard_id > 0 ? $giftcard_info->giftcard_id : $this->Giftcard->get_max_number()->giftcard_number + 1;
$data['giftcard_info'] = $giftcard_info;
$this->load->view("giftcards/form",$data);
}
function save($giftcard_id=-1)
{
$giftcard_data = array(
'record_time' => date('Y-m-d H:i:s'),
'giftcard_number'=>$this->input->post('giftcard_number'),
'value'=>$this->input->post('value'),
'person_id'=>$this->input->post('person_id')/**GARRISON ADDED 4/22/2013**/
);
if( $this->Giftcard->save( $giftcard_data, $giftcard_id ) )
{
//New giftcard
if($giftcard_id==-1)
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_adding').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>$giftcard_data['giftcard_id']));
$giftcard_id = $giftcard_data['giftcard_id'];
}
else //previous giftcard
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_updating').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>$giftcard_id));
}
}
else//failure
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('giftcards_error_adding_updating').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>-1));
}
}
function delete()
{
$giftcards_to_delete=$this->input->post('ids');
if($this->Giftcard->delete_list($giftcards_to_delete))
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_deleted').' '.
count($giftcards_to_delete).' '.$this->lang->line('giftcards_one_or_multiple')));
}
else
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('giftcards_cannot_be_deleted')));
}
}
/*
get the width for the add/edit form
*/
function get_form_width()
{
return 360;
}
}
?>
}
/** END GARRISON ADDED **/
function get_row()
{
$giftcard_id = $this->input->post('row_id');
$data_row=get_giftcard_data_row($this->Giftcard->get_info($giftcard_id),$this);
echo $data_row;
}
function view($giftcard_id=-1)
{
$data['giftcard_info']=$this->Giftcard->get_info($giftcard_id);
$this->load->view("giftcards/form",$data);
}
function save($giftcard_id=-1)
{
$giftcard_data = array(
'giftcard_number'=>$this->input->post('giftcard_number'),
'value'=>$this->input->post('value'),
'person_id'=>$this->input->post('person_id')/**GARRISON ADDED 4/22/2013**/
);
if( $this->Giftcard->save( $giftcard_data, $giftcard_id ) )
{
//New giftcard
if($giftcard_id==-1)
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_adding').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>$giftcard_data['giftcard_id']));
$giftcard_id = $giftcard_data['giftcard_id'];
}
else //previous giftcard
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_updating').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>$giftcard_id));
}
}
else//failure
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('giftcards_error_adding_updating').' '.
$giftcard_data['giftcard_number'],'giftcard_id'=>-1));
}
}
function delete()
{
$giftcards_to_delete=$this->input->post('ids');
if($this->Giftcard->delete_list($giftcards_to_delete))
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('giftcards_successful_deleted').' '.
count($giftcards_to_delete).' '.$this->lang->line('giftcards_one_or_multiple')));
}
else
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('giftcards_cannot_be_deleted')));
}
}
/*
get the width for the add/edit form
*/
function get_form_width()
{
return 360;
}
}
?>

View File

@@ -6,7 +6,6 @@ class Items extends Secure_area implements iData_controller
function __construct()
{
parent::__construct('items');
$this->load->library('item_lib');
}
function index()
@@ -17,13 +16,9 @@ class Items extends Secure_area implements iData_controller
$config['uri_segment'] = 3;
$this->pagination->initialize($config);
$stock_location=$this->item_lib->get_item_location();
$stock_locations=$this->Stock_locations->get_allowed_locations();
$data['stock_location']=$stock_location;
$data['stock_locations']=$stock_locations;
$data['controller_name']=strtolower(get_class());
$data['form_width']=$this->get_form_width();
$data['manage_table']=get_items_manage_table( $this->Item->get_all( $stock_location, $config['per_page'], $this->uri->segment( $config['uri_segment'] ) ), $this );
$data['manage_table']=get_items_manage_table( $this->Item->get_all( $config['per_page'], $this->uri->segment( $config['uri_segment'] ) ), $this );
$this->load->view('items/manage',$data);
}
@@ -32,13 +27,7 @@ class Items extends Secure_area implements iData_controller
$is_serialized=$this->input->post('is_serialized');
$no_description=$this->input->post('no_description');
$search_custom=$this->input->post('search_custom');//GARRISON ADDED 4/13/2013
$is_deleted=$this->input->post('is_deleted'); // Parq 131215
$this->item_lib->set_item_location($this->input->post('stock_location'));
$stock_location=$this->input->post('stock_location');
$stock_locations=$this->Stock_locations->get_allowed_locations();
$data['stock_location']=$this->item_lib->get_item_location();
$data['stock_locations']=$stock_locations;
$is_deleted=$this->input->post('is_deleted'); // Parq 131215
$data['search_section_state']=$this->input->post('search_section_state');
$data['is_serialized']=$this->input->post('is_serialized');
@@ -47,7 +36,7 @@ class Items extends Secure_area implements iData_controller
$data['is_deleted']=$this->input->post('is_deleted'); // Parq 131215
$data['controller_name']=strtolower(get_class());
$data['form_width']=$this->get_form_width();
$data['manage_table']=get_items_manage_table($this->Item->get_all_filtered($stock_location,$is_serialized,$no_description,$search_custom,$is_deleted),$this);//GARRISON MODIFIED 4/13/2013, Parq 131215
$data['manage_table']=get_items_manage_table($this->Item->get_all_filtered($is_serialized,$no_description,$search_custom,$is_deleted),$this);//GARRISON MODIFIED 4/13/2013, Parq 131215
$this->load->view('items/manage',$data);
}
@@ -60,8 +49,7 @@ class Items extends Secure_area implements iData_controller
function search()
{
$search=$this->input->post('search');
$stock_location=$this->item_lib->get_item_location();
$data_rows=get_items_manage_table_data_rows($this->Item->search($search,$stock_location),$this);
$data_rows=get_items_manage_table_data_rows($this->Item->search($search),$this);
echo $data_rows;
}
@@ -194,12 +182,7 @@ class Items extends Secure_area implements iData_controller
function get_row()
{
$item_id = $this->input->post('row_id');
$item_info = $this->Item->get_info($item_id);
$stock_location = $this->item_lib->get_item_location();
$item_quantity = $this->Item_quantities->get_item_quantity($item_id,$stock_location);
$item_info->quantity = $item_quantity->quantity;
$data_row=get_item_data_row($item_info,$this);
$data_row=get_item_data_row($this->Item->get_info($item_id),$this);
echo $data_row;
}
@@ -219,14 +202,15 @@ class Items extends Secure_area implements iData_controller
$data['default_tax_2_rate']=($item_id==-1) ? $this->Appconfig->get('default_tax_2_rate') : '';
$locations_data = $this->Stock_locations->get_undeleted_all()->result_array();
$location_array;
foreach($locations_data as $location)
{
$quantity = $this->Item_quantities->get_item_quantity($item_id,$location['location_id'])->quantity;
$quantity = $this->Item_quantities->get_item_quantity($item_id, $location['location_id'])->quantity;
$quantity = ($item_id == -1) ? null: $quantity;
$location_array[$location['location_id']] = array('location_name'=>$location['location_name'],
'quantity'=>$quantity);
$data['stock_locations']= $location_array;
}
$data['stock_locations']= $location_array;
$this->load->view("items/form",$data);
}
@@ -311,7 +295,6 @@ class Items extends Secure_area implements iData_controller
'cost_price'=>$this->input->post('cost_price'),
'unit_price'=>$this->input->post('unit_price'),
'reorder_level'=>$this->input->post('reorder_level'),
'receiving_quantity'=>$this->input->post('receiving_quantity'),
'allow_alt_description'=>$this->input->post('allow_alt_description'),
'is_serialized'=>$this->input->post('is_serialized'),
'deleted'=>$this->input->post('is_deleted'), /** Parq 131215 **/
@@ -330,7 +313,7 @@ class Items extends Secure_area implements iData_controller
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$cur_item_info = $this->Item->get_info($item_id);
$new_item = FALSE;
if($this->Item->save($item_data,$item_id))
{
//New item
@@ -339,7 +322,6 @@ class Items extends Secure_area implements iData_controller
echo json_encode(array('success'=>true,'message'=>$this->lang->line('items_successful_adding').' '.
$item_data['name'],'item_id'=>$item_data['item_id']));
$item_id = $item_data['item_id'];
$new_item = TRUE;
}
else //previous item
{
@@ -369,7 +351,7 @@ class Items extends Secure_area implements iData_controller
'location_id'=>$location_data['location_id'],
'quantity'=>$updated_quantity);
$item_quantity = $this->Item_quantities->get_item_quantity($item_id, $location_data['location_id']);
if ($item_quantity->quantity != $updated_quantity || $new_item)
if ($item_quantity->quantity != $updated_quantity)
{
$this->Item_quantities->save($location_detail, $item_id, $location_data['location_id']);
@@ -520,27 +502,27 @@ class Items extends Secure_area implements iData_controller
$i=1;
while (($data = fgetcsv($handle)) !== FALSE)
{
$item_data = array(
'name' => $data[1],
'description' => $data[11],
'description' => $data[13],
'category' => $data[2],
'cost_price' => $data[4],
'unit_price' => $data[5],
'reorder_level' => $data[10],
'quantity' => $data[10],
'reorder_level' => $data[11],
'supplier_id' => $this->Supplier->exists($data[3]) ? $data[3] : null,
'allow_alt_description' => $data[12] != '' ? '1' : '0',
'is_serialized' => $data[13] != '' ? '1' : '0',
'custom1' => $data[14], /** GARRISON ADDED 5/6/2013 **/
'custom2' => $data[15], /** GARRISON ADDED 5/6/2013 **/
'custom3' => $data[16], /** GARRISON ADDED 5/6/2013 **/
'custom4' => $data[17], /** GARRISON ADDED 5/6/2013 **/
'custom5' => $data[18], /** GARRISON ADDED 5/6/2013 **/
'custom6' => $data[19], /** GARRISON ADDED 5/6/2013 **/
'custom7' => $data[20], /** GARRISON ADDED 5/6/2013 **/
'custom8' => $data[21], /** GARRISON ADDED 5/6/2013 **/
'custom9' => $data[22], /** GARRISON ADDED 5/6/2013 **/
'custom10' => $data[23] /** GARRISON ADDED 5/6/2013 **/
'allow_alt_description' => $data[14] != '' ? '1' : '0',
'is_serialized' => $data[15] != '' ? '1' : '0',
'custom1' => $data[16], /** GARRISON ADDED 5/6/2013 **/
'custom2' => $data[17], /** GARRISON ADDED 5/6/2013 **/
'custom3' => $data[18], /** GARRISON ADDED 5/6/2013 **/
'custom4' => $data[19], /** GARRISON ADDED 5/6/2013 **/
'custom5' => $data[20], /** GARRISON ADDED 5/6/2013 **/
'custom6' => $data[21], /** GARRISON ADDED 5/6/2013 **/
'custom7' => $data[22], /** GARRISON ADDED 5/6/2013 **/
'custom8' => $data[23], /** GARRISON ADDED 5/6/2013 **/
'custom9' => $data[24], /** GARRISON ADDED 5/6/2013 **/
'custom10' => $data[25] /** GARRISON ADDED 5/6/2013 **/
);
$item_number = $data[0];
@@ -569,23 +551,6 @@ class Items extends Secure_area implements iData_controller
{
$this->Item_taxes->save($items_taxes_data, $item_data['item_id']);
}
// quantities
$cols = count($data);
for ($col = 24; $col < $cols; $col = $col + 2)
{
$item_quantity_data = array(
'item_id' => $item_data['item_id'],
'location_id' => $data[$col],
'quantity' => $data[$col + 1],
);
$this->Item_quantities->save($item_quantity_data, $data[$col], $data[$col + 1]);
}
// Inventory Info
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$emp_info=$this->Employee->get_info($employee_id);
@@ -637,15 +602,10 @@ class Items extends Secure_area implements iData_controller
return 360;
}
function item_number_check($item_number)
{
if ($this->Item->get_item_id($item_number) != FALSE)
{
$this->form_validation->set_message('item_number_check', $this->lang->line('items_item_number_exists'));
echo json_encode(array('success'=>false,'message'=>$this->lang->line('items_error_adding')));
}
echo json_encode(array('success'=>true,'message'=>$this->lang->line('items_successful_adding')));
}
function is_sale_store_item($item_number)
{
echo $this->Item->is_sale_store_item_exist($item_number);
}
}
?>
?>

View File

@@ -6,10 +6,9 @@ class No_Access extends CI_Controller
parent::__construct();
}
function index($module_id='',$permission_id='')
function index($module_id='')
{
$data['module_name']=$this->Module->get_module_name($module_id);
$data['permission_id']=empty($permission_id)?$module_id:$permission_id;
$this->load->view('no_access',$data);
}
}

View File

@@ -4,7 +4,7 @@ class Receivings extends Secure_area
{
function __construct()
{
parent::__construct('receivings','items');
parent::__construct('receivings');
$this->load->library('receiving_lib');
}
@@ -51,22 +51,7 @@ class Receivings extends Secure_area
}
$this->_reload();
}
function set_comment()
{
$this->receiving_lib->set_comment($this->input->post('comment'));
}
function set_invoice_number_enabled()
{
$this->receiving_lib->set_invoice_number_enabled($this->input->post('recv_invoice_number_enabled'));
}
function set_invoice_number()
{
$this->receiving_lib->set_invoice_number($this->input->post('recv_invoice_number'));
}
function add()
{
$data=array();
@@ -74,9 +59,9 @@ class Receivings extends Secure_area
$item_id_or_number_or_item_kit_or_receipt = $this->input->post("item");
$quantity = ($mode=="receive" or $mode=="requisition") ? 1:-1;
$item_location = $this->receiving_lib->get_stock_source();
if($mode=='return' && $this->receiving_lib->is_valid_receipt($item_id_or_number_or_item_kit_or_receipt))
if($this->receiving_lib->is_valid_receipt($item_id_or_number_or_item_kit_or_receipt) && $mode=='return')
{
$this->receiving_lib->return_entire_receiving($item_id_or_number_or_item_kit_or_receipt);
$this->receiving_lib->return_entire_receiving($item_id_or_number_or_item_kit_or_receipt,$item_location);
}
elseif($this->receiving_lib->is_valid_item_kit($item_id_or_number_or_item_kit_or_receipt))
{
@@ -116,56 +101,35 @@ class Receivings extends Secure_area
$this->_reload($data);
}
function edit($receiving_id)
{
$data = array();
$data['suppliers'] = array('' => 'No Supplier');
foreach ($this->Supplier->get_all()->result() as $supplier)
{
$data['suppliers'][$supplier->person_id] = $supplier->first_name . ' ' . $supplier->last_name;
}
$data['employees'] = array();
foreach ($this->Employee->get_all()->result() as $employee)
{
$data['employees'][$employee->person_id] = $employee->first_name . ' '. $employee->last_name;
}
$receiving_info = $this->Receiving->get_info($receiving_id)->row_array();
$person_name = $receiving_info['first_name'] . " " . $receiving_info['last_name'];
$data['selected_supplier'] = !empty($receiving_info['supplier_id']) ? $receiving_info['supplier_id'] . "|" . $person_name : "";
$data['receiving_info'] = $receiving_info;
$this->load->view('receivings/form', $data);
}
function edit_item_unit($item_id)
{
$data= array();
$this->form_validation->set_rules('quantity', 'lang:items_quantity', 'required|integer');
$quantity = $this->input->post("quantity");
if ($this->form_validation->run() != FALSE)
{
$this->receiving_lib->edit_item_unit($item_id,$description,$quantity,0,0);
}
else
{
$data['error']=$this->lang->line('recvs_error_editing_item');
}
$this->_reload($data);
}
function delete_item($item_number)
{
$this->receiving_lib->delete_item($item_number);
$this->_reload();
}
function delete($receiving_id = -1, $update_inventory=TRUE)
{
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$receiving_ids=$receiving_id == -1 ? $this->input->post('ids') : array($receiving_id);
if($this->Receiving->delete_list($receiving_ids, $employee_id, $update_inventory))
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('recvs_successfully_deleted').' '.
count($receiving_ids).' '.$this->lang->line('recvs_one_or_multiple'),'ids'=>$receiving_ids));
}
else
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('recvs_cannot_be_deleted')));
}
}
function delete_supplier()
{
$this->receiving_lib->clear_invoice_number();
$this->receiving_lib->delete_supplier();
$this->_reload();
}
@@ -183,69 +147,34 @@ class Receivings extends Secure_area
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$comment = $this->input->post('comment');
$emp_info=$this->Employee->get_info($employee_id);
$payment_type=$this->input->post('payment_type');
$payment_type = $this->input->post('payment_type');
$data['payment_type']=$this->input->post('payment_type');
$data['stock_location']=$this->receiving_lib->get_stock_source();
if ($this->input->post('amount_tendered'))
{
$data['amount_tendered'] = $this->input->post('amount_tendered');
$data['amount_change'] = to_currency($data['amount_tendered'] - round($data['total'], 2));
}
$data['employee']=$emp_info->first_name.' '.$emp_info->last_name;
$suppl_info ='';
if($supplier_id!=-1)
{
$suppl_info=$this->Supplier->get_info($supplier_id);
$data['supplier']=$suppl_info->company_name; // first_name.' '.$suppl_info->last_name;
$data['supplier']=$suppl_info->first_name.' '.$suppl_info->last_name;
}
$invoice_number=$this->_substitute_invoice_number($suppl_info);
if ($this->receiving_lib->is_invoice_number_enabled() && $this->Receiving->invoice_number_exists($invoice_number))
{
$data['error']=$this->lang->line('recvs_invoice_number_duplicate');
$this->_reload($data);
}
else
{
$invoice_number = $this->receiving_lib->is_invoice_number_enabled() ? $invoice_number : NULL;
$data['invoice_number']=$invoice_number;
$data['payment_type']=$this->input->post('payment_type');
//SAVE receiving to database
$data['receiving_id']='RECV '.$this->Receiving->save($data['cart'], $supplier_id,$employee_id,$comment,$invoice_number,$payment_type,$data['stock_location']);
if ($data['receiving_id'] == 'RECV -1')
{
$data['error_message'] = $this->lang->line('receivings_transaction_failed');
}
$this->load->view("receivings/receipt",$data);
$this->receiving_lib->clear_all();
}
$this->_remove_duplicate_cookies();
}
function _substitute_invoice_number($supplier_info='')
{
$invoice_number=$this->receiving_lib->get_invoice_number();
if (empty($invoice_number))
{
$invoice_number=$this->config->config['recv_invoice_format'];
}
$invoice_count=$this->Receiving->get_invoice_count();
$invoice_number=str_replace('$CO',$invoice_count,$invoice_number);
$invoice_number=strftime($invoice_number);
//SAVE receiving to database
$data['receiving_id']='RECV '.$this->Receiving->save($data['cart'], $supplier_id,$employee_id,$comment,$payment_type,$data['stock_location']);
$supplier_id=$this->receiving_lib->get_supplier();
if($supplier_id!=-1)
if ($data['receiving_id'] == 'RECV -1')
{
$invoice_number=str_replace('$SU',$supplier_info->company_name,$invoice_number);
$words = preg_split("/\s+/", $supplier_info->company_name);
$acronym = "";
foreach ($words as $w) {
$acronym .= $w[0];
}
$invoice_number=str_replace('$SI',$acronym,$invoice_number);
$data['error_message'] = $this->lang->line('receivings_transaction_failed');
}
$this->receiving_lib->set_invoice_number($invoice_number);
return $invoice_number;
$this->load->view("receivings/receipt",$data);
$this->receiving_lib->clear_all();
$this->_remove_duplicate_cookies();
}
function requisition_complete()
@@ -282,7 +211,6 @@ class Receivings extends Secure_area
$supplier_id=$this->receiving_lib->get_supplier();
$emp_info=$this->Employee->get_info($receiving_info['employee_id']);
$data['payment_type']=$receiving_info['payment_type'];
$data['invoice_number']=$this->receiving_lib->get_invoice_number();
$data['employee']=$emp_info->first_name.' '.$emp_info->last_name;
@@ -299,85 +227,52 @@ class Receivings extends Secure_area
function _reload($data=array())
{
$data['stock_locations'] = array();
$stock_locations = $this->Stock_locations->get_undeleted_all()->result_array();
$show_stock_locations = count($stock_locations) > 1;
$person_info = $this->Employee->get_logged_in_employee_info();
$data['cart']=$this->receiving_lib->get_cart();
$data['modes']=array('receive'=>$this->lang->line('recvs_receiving'),'return'=>$this->lang->line('recvs_return'));
$data['mode']=$this->receiving_lib->get_mode();
$data['stock_locations']=$this->Stock_locations->get_allowed_locations();
$show_stock_locations = count($data['stock_locations']) > 1;
if ($show_stock_locations)
{
$data['modes']['requisition']=$this->lang->line('recvs_requisition');
$data['mode']=$this->receiving_lib->get_mode();
if ($show_stock_locations) {
$data['modes']['requisition'] = $this->lang->line('recvs_requisition');
foreach($stock_locations as $location_data)
{
$data['stock_locations'][$location_data['location_id']] = $location_data['location_name'];
}
$data['stock_source']=$this->receiving_lib->get_stock_source();
$data['stock_destination']=$this->receiving_lib->get_stock_destination();
}
$data['show_stock_locations']=$show_stock_locations;
$data['show_stock_locations'] = $show_stock_locations;
$data['total']=$this->receiving_lib->get_total();
$data['items_module_allowed']=$this->Employee->has_grant('items',$person_info->person_id);
$data['comment']=$this->receiving_lib->get_comment();
$data['items_module_allowed'] = $this->Employee->has_permission('items', $person_info->person_id);
$data['payment_options']=array(
$this->lang->line('sales_cash') => $this->lang->line('sales_cash'),
$this->lang->line('sales_check') => $this->lang->line('sales_check'),
$this->lang->line('sales_debit') => $this->lang->line('sales_debit'),
$this->lang->line('sales_credit') => $this->lang->line('sales_credit')
);
$supplier_id=$this->receiving_lib->get_supplier();
$suppl_info='';
if($supplier_id!=-1)
{
$suppl_info=$this->Supplier->get_info($supplier_id);
$data['supplier']=$suppl_info->company_name; // first_name.' '.$info->last_name;
$info=$this->Supplier->get_info($supplier_id);
$data['supplier']=$info->first_name.' '.$info->last_name;
}
$data['invoice_number']=$this->_substitute_invoice_number($suppl_info);
$data['invoice_number_enabled']=$this->receiving_lib->is_invoice_number_enabled();
$this->load->view("receivings/receiving",$data);
$this->_remove_duplicate_cookies();
}
function save($receiving_id)
{
$receiving_data = array(
'receiving_time' => date('Y-m-d', strtotime($this->input->post('date'))),
'supplier_id' => $this->input->post('supplier_id') ? $this->input->post('supplier_id') : null,
'employee_id' => $this->input->post('employee_id'),
'comment' => $this->input->post('comment'),
'invoice_number' => $this->input->post('invoice_number')
);
if ($this->Receiving->update($receiving_data, $receiving_id))
{
echo json_encode(array(
'success'=>true,
'message'=>$this->lang->line('recvs_successfully_updated'),
'id'=>$receiving_id)
);
}
else
{
echo json_encode(array(
'success'=>false,
'message'=>$this->lang->line('recvs_unsuccessfully_updated'),
'id'=>$receiving_id)
);
}
}
function cancel_receiving()
{
$this->receiving_lib->clear_all();
$this->_reload();
}
function check_invoice_number()
{
$receiving_id=$this->input->post('receiving_id');
$invoice_number=$this->input->post('invoice_number');
$exists=!empty($invoice_number) && $this->Receiving->invoice_number_exists($invoice_number,$receiving_id);
echo json_encode(array('success'=>!$exists,'message'=>$this->lang->line('recvs_invoice_number_duplicate')));
}
}
?>
?>

View File

@@ -6,29 +6,16 @@ define("FORM_WIDTH", "400");
class Reports extends Secure_area
{
function __construct()
{
parent::__construct('reports');
$method_name = $this->uri->segment(2);
$exploder = explode('_', $method_name);
preg_match("/(?:inventory)|([^_.]*)(?:_graph|_row)?$/", $method_name, $matches);
preg_match("/^(.*?)([sy])?$/", array_pop($matches), $matches);
$submodule_id = $matches[1] . ((count($matches) > 2) ? $matches[2] : "s");
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
// check access to report submodule
if (sizeof($exploder) > 1 && !$this->Employee->has_grant('reports_'.$submodule_id,$employee_id))
{
redirect('no_access/reports/reports_' . $submodule_id);
}
$this->load->helper('report');
}
//Initial report listing screen
function index()
{
$data['grants']=$this->Employee->get_employee_grants($this->session->userdata('person_id'));
$this->load->view("reports/listing",$data);
$this->load->view("reports/listing",array());
}
function _get_common_report_data()
@@ -72,28 +59,7 @@ class Reports extends Secure_area
to_currency($report_data['profit']),
$report_data['payment_type'],
$report_data['comment']);
echo get_detailed_data_row($summary_data, $this);
}
function get_detailed_receivings_row($receiving_id, $receiving_type=1)
{
$this->load->model('reports/Detailed_receivings');
$model = $this->Detailed_receivings;
$report_data = $model->getDataByReceivingId($receiving_id, $receiving_type);
$summary_data = array(anchor('receivings/edit/'.$report_data['receiving_id'] . '/width:'.FORM_WIDTH,
'RECV '.$report_data['receiving_id'],
array('class' => 'thickbox')),
$report_data['receiving_date'],
$report_data['items_purchased'],
$report_data['employee_name'],
$report_data['supplier_name'],
to_currency($report_data['total']),
$report_data['payment_type'],
$report_data['invoice_number'],
$report_data['comment']);
echo get_detailed_data_row($summary_data, $this);
echo get_detailed_sales_data_row($summary_data, $this);
}
function get_summary_data($start_date, $end_date = NULL, $sale_type=0)
@@ -720,7 +686,7 @@ class Reports extends Secure_area
foreach($report_data['summary'] as $key=>$row)
{
$summary_data[] = array(anchor('sales/receipt/'.$row['sale_id'], 'POS '.$row['sale_id'], array('target' => '_blank')), $row['sale_date'], $row['items_purchased'], $row['employee_name'], to_currency($row['subtotal']), to_currency($row['total']), to_currency($row['tax']),to_currency($row['profit']), $row['payment_type'], $row['comment']);
$summary_data[] = array(anchor('sales/edit/'.$row['sale_id'], 'POS '.$row['sale_id'], array('target' => '_blank')), $row['sale_date'], $row['items_purchased'], $row['employee_name'], to_currency($row['subtotal']), to_currency($row['total']), to_currency($row['tax']),to_currency($row['profit']), $row['payment_type'], $row['comment']);
foreach($report_data['details'][$key] as $drow)
{
@@ -769,7 +735,7 @@ class Reports extends Secure_area
foreach($report_data['summary'] as $key=>$row)
{
$summary_data[] = array(anchor('sales/receipt/'.$row['sale_id'], 'POS '.$row['sale_id'], array('target' => '_blank')), $row['sale_date'], $row['items_purchased'], $row['customer_name'], to_currency($row['subtotal']), to_currency($row['total']), to_currency($row['tax']),to_currency($row['profit']), $row['payment_type'], $row['comment']);
$summary_data[] = array(anchor('sales/edit/'.$row['sale_id'], 'POS '.$row['sale_id'], array('target' => '_blank')), $row['sale_date'], $row['items_purchased'], $row['customer_name'], to_currency($row['subtotal']), to_currency($row['total']), to_currency($row['tax']),to_currency($row['profit']), $row['payment_type'], $row['comment']);
foreach($report_data['details'][$key] as $drow)
{
@@ -822,7 +788,7 @@ class Reports extends Secure_area
foreach($report_data['details'][$key] as $drow)
{
$details_data[$key][] = array($drow['name'], $drow['description'], $drow['quantity_purchased'], to_currency($drow['subtotal']), to_currency($drow['total']), to_currency($drow['tax']),/*to_currency($drow['profit']),*/ $drow['discount_percent'].'%');
$details_data[$key][] = array($drow['name'], $drow['category'], $drow['description'], $drow['quantity_purchased'], to_currency($drow['subtotal']), to_currency($drow['total']), to_currency($drow['tax']),/*to_currency($drow['profit']),*/ $drow['discount_percent'].'%');
}
}
@@ -866,7 +832,7 @@ class Reports extends Secure_area
"title" =>$this->lang->line('reports_detailed_sales_report'),
"subtitle" => date('m/d/Y', strtotime($start_date)) .'-'.date('m/d/Y', strtotime($end_date)),
"headers" => $model->getDataColumns(),
"editable" => "sales",
"editable" => true,
"summary_data" => $summary_data,
"details_data" => $details_data,
"header_width" => intval(100 / count($headers['summary'])),
@@ -883,14 +849,14 @@ class Reports extends Secure_area
$model = $this->Detailed_receivings;
$headers = $model->getDataColumns();
$report_data = $model->getData(array('start_date'=>$start_date, 'end_date'=>$end_date, 'receiving_type'=>$receiving_type));
$report_data = $model->getData(array('start_date'=>$start_date, 'end_date'=>$end_date, 'receiving_type' => $receiving_type));
$summary_data = array();
$details_data = array();
foreach($report_data['summary'] as $key=>$row)
{
$summary_data[] = array(anchor('receivings/edit/'.$row['receiving_id'].'/width:'.FORM_WIDTH, 'RECV '.$row['receiving_id'], array('class' => 'thickbox')), $row['receiving_date'], $row['items_purchased'], $row['employee_name'], $row['supplier_name'], to_currency($row['total']), $row['payment_type'], $row['invoice_number'], $row['comment']);
$summary_data[] = array(anchor('receivings/receipt/'.$row['receiving_id'], 'RECV '.$row['receiving_id'], array('target' => '_blank')), $row['receiving_date'], $row['items_purchased'], $row['employee_name'], $row['supplier_name'], to_currency($row['total']), $row['payment_type'], $row['comment']);
foreach($report_data['details'][$key] as $drow)
{
@@ -902,7 +868,6 @@ class Reports extends Secure_area
"title" =>$this->lang->line('reports_detailed_receivings_report'),
"subtitle" => date('m/d/Y', strtotime($start_date)) .'-'.date('m/d/Y', strtotime($end_date)),
"headers" => $model->getDataColumns(),
"editable" => "receivings",
"summary_data" => $summary_data,
"details_data" => $details_data,
"overall_summary_data" => $model->getSummaryData(array('start_date'=>$start_date, 'end_date'=>$end_date, 'receiving_type' => $receiving_type)),
@@ -962,7 +927,7 @@ class Reports extends Secure_area
}
$data = array(
"title" => $this->lang->line('reports_inventory_low_report'),
"title" => $this->lang->line('reports_low_inventory_report'),
"subtitle" => '',
"headers" => $model->getDataColumns(),
"data" => $tabular_data,

View File

@@ -4,7 +4,7 @@ class Sales extends Secure_area
{
function __construct()
{
parent::__construct('sales','items');
parent::__construct('sales');
$this->load->library('sale_lib');
}
@@ -54,16 +54,6 @@ class Sales extends Secure_area
$this->sale_lib->set_comment($this->input->post('comment'));
}
function set_invoice_number()
{
$this->sale_lib->set_invoice_number($this->input->post('sales_invoice_number'));
}
function set_invoice_number_enabled()
{
$this->sale_lib->set_invoice_number_enabled($this->input->post('sales_invoice_number_enabled'));
}
function set_email_receipt()
{
$this->sale_lib->set_email_receipt($this->input->post('email_receipt'));
@@ -134,17 +124,10 @@ class Sales extends Secure_area
$quantity = ($mode=="return")? -1:1;
$item_location = $this->sale_lib->get_sale_location();
if($mode == 'return' && $this->sale_lib->is_valid_receipt($item_id_or_number_or_item_kit_or_receipt))
if($this->sale_lib->is_valid_receipt($item_id_or_number_or_item_kit_or_receipt) && $mode=='return')
{
$this->sale_lib->return_entire_sale($item_id_or_number_or_item_kit_or_receipt);
}
elseif($this->Sale_suspended->invoice_number_exists($item_id_or_number_or_item_kit_or_receipt))
{
$this->sale_lib->clear_all();
$sale_id=$this->Sale_suspended->get_sale_by_invoice_number($item_id_or_number_or_item_kit_or_receipt)->row()->sale_id;
$this->sale_lib->copy_entire_suspended_sale($sale_id);
$this->Sale_suspended->delete($sale_id);
}
elseif($this->sale_lib->is_valid_item_kit($item_id_or_number_or_item_kit_or_receipt))
{
$this->sale_lib->add_item_kit($item_id_or_number_or_item_kit_or_receipt,$item_location);
@@ -202,7 +185,6 @@ class Sales extends Secure_area
function remove_customer()
{
$this->sale_lib->clear_invoice_number();
$this->sale_lib->remove_customer();
$this->_reload();
}
@@ -215,84 +197,46 @@ class Sales extends Secure_area
$data['total']=$this->sale_lib->get_total();
$data['receipt_title']=$this->lang->line('sales_receipt');
$data['transaction_time']= date('m/d/Y h:i:s a');
$stock_locations=$this->Stock_locations->get_undeleted_all()->result_array();
$data['show_stock_locations']=count($stock_locations) > 1;
$stock_locations = $this->Stock_locations->get_undeleted_all()->result_array();
$data['show_stock_locations'] = count($stock_locations) > 1;
$customer_id=$this->sale_lib->get_customer();
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$comment=$this->sale_lib->get_comment();
$comment = $this->sale_lib->get_comment();
$emp_info=$this->Employee->get_info($employee_id);
$data['payments']=$this->sale_lib->get_payments();
$data['amount_change']=to_currency($this->sale_lib->get_amount_due() * -1);
$data['employee']=$emp_info->first_name.' '.$emp_info->last_name;
$cust_info='';
if($customer_id!=-1)
{
$cust_info=$this->Customer->get_info($customer_id);
$data['customer']=$cust_info->first_name.' '.$cust_info->last_name;
}
$invoice_number=$this->_substitute_invoice_number($cust_info);
if ($this->sale_lib->is_invoice_number_enabled() && $this->Sale->invoice_number_exists($invoice_number))
{
$data['error']=$this->lang->line('sales_invoice_number_duplicate');
$this->_reload($data);
}
else
{
$invoice_number = $this->sale_lib->is_invoice_number_enabled() ? $invoice_number : NULL;
$data['invoice_number']=$invoice_number;
$data['sale_id']='POS '.$this->Sale->save($data['cart'], $customer_id,$employee_id,$comment,$invoice_number,$data['payments']);
if ($data['sale_id'] == 'POS -1')
{
$data['error_message'] = $this->lang->line('sales_transaction_failed');
}
else
{
if ($this->sale_lib->get_email_receipt() && !empty($cust_info->email))
{
$this->load->library('email');
$config['mailtype'] = 'html';
$this->email->initialize($config);
$this->email->from($this->config->item('email'), $this->config->item('company'));
$this->email->to($cust_info->email);
$this->email->subject($this->lang->line('sales_receipt'));
$this->email->message($this->load->view("sales/receipt_email",$data, true));
$this->email->send();
}
}
$this->load->view("sales/receipt",$data);
$this->sale_lib->clear_all();
}
$this->_remove_duplicate_cookies();
}
function _substitute_invoice_number($customer_info='')
{
$invoice_number=$this->sale_lib->get_invoice_number();
if (empty($invoice_number))
//SAVE sale to database
$data['sale_id']='POS '.$this->Sale->save($data['cart'], $customer_id,$employee_id,$comment,$data['payments']);
if ($data['sale_id'] == 'POS -1')
{
$invoice_number=$this->config->config['sales_invoice_format'];
$data['error_message'] = $this->lang->line('sales_transaction_failed');
}
$invoice_count=$this->Sale->get_invoice_count();
$invoice_number=str_replace('$CO',$invoice_count,$invoice_number);
$invoice_count=$this->Sale_suspended->get_invoice_count();
$invoice_number=str_replace('$SCO',$invoice_count,$invoice_number);
$invoice_number=strftime($invoice_number);
$customer_id=$this->sale_lib->get_customer();
if($customer_id!=-1)
else
{
$invoice_number=str_replace('$CU',$customer_info->first_name . ' ' . $customer_info->last_name,$invoice_number);
$words = preg_split("/\s+/", $customer_info->first_name . ' ' . $customer_info->last_name);
$acronym = "";
foreach ($words as $w) {
$acronym .= $w[0];
if ($this->sale_lib->get_email_receipt() && !empty($cust_info->email))
{
$this->load->library('email');
$config['mailtype'] = 'html';
$this->email->initialize($config);
$this->email->from($this->config->item('email'), $this->config->item('company'));
$this->email->to($cust_info->email);
$this->email->subject($this->lang->line('sales_receipt'));
$this->email->message($this->load->view("sales/receipt_email",$data, true));
$this->email->send();
}
$invoice_number=str_replace('$CI',$acronym,$invoice_number);
}
$this->sale_lib->set_invoice_number($invoice_number);
return $invoice_number;
$this->load->view("sales/receipt",$data);
$this->sale_lib->clear_all();
$this->_remove_duplicate_cookies();
}
function receipt($sale_id)
@@ -311,7 +255,6 @@ class Sales extends Secure_area
$customer_id=$this->sale_lib->get_customer();
$emp_info=$this->Employee->get_info($sale_info['employee_id']);
$data['payment_type']=$sale_info['payment_type'];
$data['invoice_number']=$sale_info['invoice_number'];
$data['amount_change']=to_currency($this->sale_lib->get_amount_due() * -1);
$data['employee']=$emp_info->first_name.' '.$emp_info->last_name;
@@ -356,12 +299,12 @@ class Sales extends Secure_area
if($this->Sale->delete_list($sale_ids, $employee_id, $update_inventory))
{
echo json_encode(array('success'=>true,'message'=>$this->lang->line('sales_successfully_deleted').' '.
echo json_encode(array('success'=>true,'message'=>$this->lang->line('sales_delete_successful').' '.
count($sale_ids).' '.$this->lang->line('sales_one_or_multiple'),'ids'=>$sale_ids));
}
else
{
echo json_encode(array('success'=>false,'message'=>$this->lang->line('sales_unsuccessfully_deleted')));
echo json_encode(array('success'=>false,'message'=>$this->lang->line('sales_delete_unsuccessful')));
}
}
@@ -369,10 +312,9 @@ class Sales extends Secure_area
{
$sale_data = array(
'sale_time' => date('Y-m-d', strtotime($this->input->post('date'))),
'customer_id' => $this->input->post('customer_id') ? $this->input->post('customer_id') : NULL,
'customer_id' => $this->input->post('customer_id') ? $this->input->post('customer_id') : null,
'employee_id' => $this->input->post('employee_id'),
'comment' => $this->input->post('comment'),
'invoice_number' => $this->input->post('invoice_number') ? $this->input->post('invoice_number') : NULL
'comment' => $this->input->post('comment')
);
if ($this->Sale->update($sale_data, $sale_id))
@@ -419,15 +361,24 @@ class Sales extends Secure_area
$data['modes']=array('sale'=>$this->lang->line('sales_sale'),'return'=>$this->lang->line('sales_return'));
$data['mode']=$this->sale_lib->get_mode();
$data['stock_locations']=$this->Stock_locations->get_allowed_locations();
$data['stock_location']=$this->sale_lib->get_sale_location();
$data['stock_locations'] = array();
$stock_locations = $this->Stock_locations->get_undeleted_all()->result_array();
$show_stock_locations = count($stock_locations) > 1;
if ($show_stock_locations) {
foreach($stock_locations as $location_data)
{
$data['stock_locations'][$location_data['location_id']] = $location_data['location_name'];
}
$data['stock_location']=$this->sale_lib->get_sale_location();
}
$data['show_stock_locations'] = $show_stock_locations;
$data['subtotal']=$this->sale_lib->get_subtotal();
$data['taxes']=$this->sale_lib->get_taxes();
$data['total']=$this->sale_lib->get_total();
$data['items_module_allowed']=$this->Employee->has_grant('items', $person_info->person_id);
$data['comment']=$this->sale_lib->get_comment();
$data['email_receipt']=$this->sale_lib->get_email_receipt();
$data['items_module_allowed'] = $this->Employee->has_permission('items', $person_info->person_id);
$data['comment'] = $this->sale_lib->get_comment();
$data['email_receipt'] = $this->sale_lib->get_email_receipt();
$data['payments_total']=$this->sale_lib->get_payments_total();
$data['amount_due']=$this->sale_lib->get_amount_due();
$data['payments']=$this->sale_lib->get_payments();
@@ -440,16 +391,13 @@ class Sales extends Secure_area
);
$customer_id=$this->sale_lib->get_customer();
$cust_info='';
if($customer_id!=-1)
{
$cust_info=$this->Customer->get_info($customer_id);
$data['customer']=$cust_info->first_name.' '.$cust_info->last_name;
$data['customer_email']=$cust_info->email;
$info=$this->Customer->get_info($customer_id);
$data['customer']=$info->first_name.' '.$info->last_name;
$data['customer_email']=$info->email;
}
$data['invoice_number']=$this->_substitute_invoice_number($cust_info);
$data['invoice_number_enabled']=$this->sale_lib->is_invoice_number_enabled();
$data['payments_cover_total']=$this->_payments_cover_total();
$data['payments_cover_total'] = $this->_payments_cover_total();
$this->load->view("sales/register",$data);
$this->_remove_duplicate_cookies();
}
@@ -458,6 +406,7 @@ class Sales extends Secure_area
{
$this->sale_lib->clear_all();
$this->_reload();
}
function suspend()
@@ -471,8 +420,6 @@ class Sales extends Secure_area
$customer_id=$this->sale_lib->get_customer();
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
$comment = $this->input->post('comment');
$invoice_number=$this->sale_lib->get_invoice_number();
$emp_info=$this->Employee->get_info($employee_id);
$payment_type = $this->input->post('payment_type');
$data['payment_type']=$this->input->post('payment_type');
@@ -480,35 +427,28 @@ class Sales extends Secure_area
$data['payments']=$this->sale_lib->get_payments();
$data['amount_change']=to_currency($this->sale_lib->get_amount_due() * -1);
$data['employee']=$emp_info->first_name.' '.$emp_info->last_name;
if ($this->Sale_suspended->invoice_number_exists($invoice_number))
if($customer_id!=-1)
{
$this->_reload(array('error' => $data['error']=$this->lang->line('sales_invoice_number_duplicate')));
$cust_info=$this->Customer->get_info($customer_id);
$data['customer']=$cust_info->first_name.' '.$cust_info->last_name;
}
else
$total_payments = 0;
foreach($data['payments'] as $payment)
{
if($customer_id!=-1)
{
$cust_info=$this->Customer->get_info($customer_id);
$data['customer']=$cust_info->first_name.' '.$cust_info->last_name;
}
$total_payments = 0;
foreach($data['payments'] as $payment)
{
$total_payments += $payment['payment_amount'];
}
//SAVE sale to database
$data['sale_id']='POS '.$this->Sale_suspended->save($data['cart'], $customer_id,$employee_id,$comment,$invoice_number,$data['payments']);
if ($data['sale_id'] == 'POS -1')
{
$data['error_message'] = $this->lang->line('sales_transaction_failed');
}
$this->sale_lib->clear_all();
$this->_reload(array('success' => $this->lang->line('sales_successfully_suspended_sale')));
$total_payments += $payment['payment_amount'];
}
//SAVE sale to database
$data['sale_id']='POS '.$this->Sale_suspended->save($data['cart'], $customer_id,$employee_id,$comment,$data['payments']);
if ($data['sale_id'] == 'POS -1')
{
$data['error_message'] = $this->lang->line('sales_transaction_failed');
}
$this->sale_lib->clear_all();
$this->_reload(array('success' => $this->lang->line('sales_successfully_suspended_sale')));
}
function suspended()
@@ -526,13 +466,5 @@ class Sales extends Secure_area
$this->Sale_suspended->delete($sale_id);
$this->_reload();
}
function check_invoice_number()
{
$sale_id=$this->input->post('sale_id');
$invoice_number=$this->input->post('invoice_number');
$exists=!empty($invoice_number) && $this->Sale->invoice_number_exists($invoice_number,$sale_id);
echo json_encode(array('success'=>!$exists,'message'=>$this->lang->line('sales_invoice_number_duplicate')));
}
}
?>

View File

@@ -5,7 +5,7 @@ class Secure_area extends CI_Controller
Controllers that are considered secure extend Secure_area, optionally a $module_id can
be set to also check if a user can access a particular module in the system.
*/
function __construct($module_id=null,$submodule_id=null)
function __construct($module_id=null)
{
parent::__construct();
$this->load->model('Employee');
@@ -13,18 +13,16 @@ class Secure_area extends CI_Controller
{
redirect('login');
}
$employee_id=$this->Employee->get_logged_in_employee_info()->person_id;
if(!$this->Employee->has_module_grant($module_id,$employee_id) ||
(isset($submodule_id) && !$this->Employee->has_module_grant($submodule_id,$employee_id)))
if(!$this->Employee->has_permission($module_id,$this->Employee->get_logged_in_employee_info()->person_id))
{
redirect('no_access/'.$module_id.'/'.$submodule_id);
redirect('no_access/'.$module_id);
}
//load up global data
$logged_in_employee_info=$this->Employee->get_logged_in_employee_info();
$data['allowed_modules']=$this->Module->get_allowed_modules($logged_in_employee_info->person_id);
$data['user_info']=$logged_in_employee_info;
$data['controller_name']=$module_id;
$this->load->vars($data);
}

View File

@@ -84,28 +84,4 @@ function random_color()
$c .= sprintf("%02X", mt_rand(0, 255));
}
return $c;
}
function show_report_if_allowed($report_prefix, $report_name, $person_id, $permission_id='')
{
$CI =& get_instance();
$permission_id = empty($permission_id) ? 'reports_' . $report_name : $permission_id;
if ($CI->Employee->has_grant($permission_id, $person_id))
{
show_report($report_prefix, $report_name, $permission_id);
}
}
function show_report($report_prefix, $report_name, $lang_key='')
{
$CI =& get_instance();
$report_label = $CI->lang->line(empty($lang_key) ? $report_name : $lang_key);
$report_prefix = empty($report_prefix) ? '' : $report_prefix . '_';
// no summary nor detailed reports for receivings
if (!empty($report_label))
{
?>
<li><a href="<?php echo site_url('reports/' . $report_prefix . preg_replace('/reports_(.*)/', '$1', $report_name));?>"><?php echo $report_label; ?></a></li>
<?php
}
}

View File

@@ -64,11 +64,11 @@ function get_person_data_row($person,$controller)
return $table_data_row;
}
function get_detailed_data_row($row, $controller)
function get_detailed_sales_data_row($sale, $controller)
{
$table_data_row='<tr>';
$table_data_row.='<td><a href="#" class="expand">+</a></td>';
foreach($row as $cell)
foreach($sale as $cell)
{
$table_data_row.='<td>';
$table_data_row.=$cell;
@@ -211,6 +211,15 @@ function get_item_data_row($item,$controller)
$width = $controller->get_form_width();
$item_quantity='';
$locations_data = $CI->Stock_locations->get_undeleted_all()->result_array();
foreach($locations_data as $location)
{
if (count($locations_data) > 1)
{
$item_quantity .= $location['location_name'].': ';
}
$item_quantity .= $CI->Item_quantities->get_item_quantity($item->item_id, $location['location_id'])->quantity . '<br/>';
}
$table_data_row='<tr>';
$table_data_row.="<td width='3%'><input type='checkbox' id='item_$item->item_id' value='".$item->item_id."'/></td>";
@@ -219,7 +228,7 @@ function get_item_data_row($item,$controller)
$table_data_row.='<td width="14%">'.$item->category.'</td>';
$table_data_row.='<td width="14%">'.to_currency($item->cost_price).'</td>';
$table_data_row.='<td width="14%">'.to_currency($item->unit_price).'</td>';
$table_data_row.='<td width="14%">'.$item->quantity.'</td>';
$table_data_row.='<td width="14%">'.$item_quantity.'</td>';
$table_data_row.='<td width="14%">'.$tax_percents.'</td>';
$table_data_row.='<td width="5%">'.anchor($controller_name."/view/$item->item_id/width:$width", $CI->lang->line('common_edit'),array('class'=>'thickbox','title'=>$CI->lang->line($controller_name.'_update'))).'</td>';

View File

@@ -1,42 +1,41 @@
<?php
$lang["common_address_1"] = "Address 1";
$lang["common_address_2"] = "Address 2";
$lang["common_city"] = "City";
$lang["common_comments"] = "Comments";
$lang["common_common"] = "common";
$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_country"] = "Country";
$lang["common_delete"] = "Delete";
$lang["common_det"] = "details";
$lang["common_edit"] = "edit";
$lang["common_email"] = "E-Mail";
$lang["common_email_invalid_format"] = "The e-mail address is not in the proper format";
$lang["common_fields_required_message"] = "Fields in red are required";
$lang["common_first_name"] = "First Name";
$lang["common_first_name_required"] = "The first name is a required field.";
$lang["common_inv"] = "inv";
$lang["common_last_name"] = "Last Name";
$lang["common_last_name_required"] = "The last name is a required field";
$lang["common_learn_about_project"] = "to learn the lastest information about the project";
$lang["common_list_of"] = "List of";
$lang["common_logout"] = "Logout";
$lang["common_no_persons_to_display"] = "There are no people to display";
$lang["common_or"] = "OR";
$lang["common_phone_number"] = "Phone Number";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "Please visit my";
$lang["common_powered_by"] = "Powered by";
$lang["common_price"] = "Price";
$lang["common_remove"] = "Remove";
$lang["common_return_policy"] = "Return Policy";
$lang["common_search"] = "Search";
$lang["common_searched_for"] = "Searched for";
$lang["common_state"] = "State";
$lang["common_submit"] = "Submit";
$lang["common_view_recent_sales"] = "View Recent Sales";
$lang["common_website"] = "website";
$lang["common_welcome"] = "Welcome";
$lang["common_welcome_message"] = "Welcome to Open Source Point Of Sale, click a module below to get started!";
$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale Version";
$lang["common_zip"] = "Zip";
<?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';
?>

View File

@@ -1,42 +1,38 @@
<?php
<?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
$lang["config_address"] = "Company Address";
$lang["config_address_required"] = "Company address is a required field";
$lang["config_company"] = "Company Name";
$lang["config_company_required"] = "Company name is a required field";
$lang["config_company_website_url"] = "Company website is not a valid URL (http://...)";
$lang["config_currency_side"] = "Right side";
$lang["config_currency_symbol"] = "Currency Symbol";
$lang["config_custom1"] = "Custom Field 1";
$lang["config_custom10"] = "Custom Field 10";
$lang["config_custom2"] = "Custom Field 2";
$lang["config_custom3"] = "Custom Field 3";
$lang["config_custom4"] = "Custom Field 4";
$lang["config_custom5"] = "Custom Field 5";
$lang["config_custom6"] = "Custom Field 6";
$lang["config_custom7"] = "Custom Field 7";
$lang["config_custom8"] = "Custom Field 8";
$lang["config_custom9"] = "Custom Field 9";
$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_default_tax_rate_number"] = "The default tax rate must be a number";
$lang["config_default_tax_rate_required"] = "The default tax rate is a required field";
$lang["config_fax"] = "Fax";
$lang["config_info"] = "Store Configuration Information";
$lang["config_language"] = "Language";
$lang["config_phone"] = "Company Phone";
$lang["config_phone_required"] = "Company phone is a required field";
$lang["config_print_after_sale"] = "Print receipt after sale";
$lang["config_recv_invoice_enable"] = "Enable Orders Invoice#";
$lang["config_recv_invoice_format"] = "Receivings Invoice Format";
$lang["config_return_policy_required"] = "Return policy is a required field";
$lang["config_sales_invoice_enable"] = "Enable Sales Invoice#";
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
$lang["config_saved_successfully"] = "Configuration saved successfully";
$lang["config_saved_unsuccessfully"] = "Configuration saved unsuccessfully";
$lang["config_stock_location"] = "Stock location";
$lang["config_stock_location_required"] = "Stock location number is a required field";
$lang["config_tax_included"] = "Tax Included";
$lang["config_timezone"] = "Timezone";
$lang["config_website"] = "Website";
$lang['config_stock_location'] = 'Stock location';
$lang['config_stock_location_required'] = 'Stock location number is a required field';
?>

View File

@@ -1,16 +1,16 @@
<?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";
<?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';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Employee Basic Information";
$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_confirm_delete"] = "Are you sure you want to delete the selected employees?";
$lang["employees_employee"] = "Employee";
$lang["employees_error_adding_updating"] = "Error adding/updating employee";
$lang["employees_error_deleting_demo_admin"] = "You can not delete the demo admin user";
$lang["employees_error_updating_demo_admin"] = "You can not change the demo admin user";
$lang["employees_login_info"] = "Employee Login Info";
$lang["employees_new"] = "New Employee";
$lang["employees_none_selected"] = "You have not selected any employees to delete";
$lang["employees_one_or_multiple"] = "employee(s)";
$lang["employees_password"] = "Password";
$lang["employees_password_minlength"] = "Passwords must be at least 8 characters";
$lang["employees_password_must_match"] = "Passwords do not match";
$lang["employees_password_required"] = "Password is required";
$lang["employees_permission_desc"] = "Check the boxes below to grant access to modules";
$lang["employees_permission_info"] = "Employee Permissions and Access";
$lang["employees_repeat_password"] = "Password Again";
$lang["employees_successful_adding"] = "You have successfully added employee";
$lang["employees_successful_deleted"] = "You have successfully deleted";
$lang["employees_successful_updating"] = "You have successfully updated employee";
$lang["employees_update"] = "Update Employee";
$lang["employees_username"] = "Username";
$lang["employees_username_minlength"] = "The username must be at least 5 characters";
$lang["employees_username_required"] = "Username is a required field";
<?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';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "You do not have permission to access the module named";
$lang["error_unknown"] = "unknown";
<?php
$lang['error_no_permission_module'] = 'You do not have permission to access the module named';
$lang['error_unknown'] = 'unknown';
?>

View File

@@ -1,18 +1,29 @@
<?php
<?php
$lang["alpha_dash"] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang["alpha_numeric"] = "The %s field may only contain alpha-numeric characters.";
$lang["exact_length"] = "The %s field must be exactly %s characters in length.";
$lang["greater_than"] = "The %s field must contain a number greater than %s.";
$lang["is_natural"] = "The %s field must contain only positive numbers.";
$lang["is_natural_no_zero"] = "The %s field must contain a number greater than zero.";
$lang["is_numeric"] = "The %s field must contain only numeric characters.";
$lang["is_unique"] = "The %s field must contain a unique value.";
$lang["less_than"] = "The %s field must contain a number less than %s.";
$lang["max_length"] = "The %s field can not exceed %s characters in length.";
$lang["min_length"] = "The %s field must be at least %s characters in length.";
$lang["regex_match"] = "The %s field is not in the correct format.";
$lang["valid_email"] = "The %s field must contain a valid email address.";
$lang["valid_emails"] = "The %s field must contain all valid email addresses.";
$lang["valid_ip"] = "The %s field must contain a valid IP.";
$lang["valid_url"] = "The %s field must contain a valid URL.";
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain a valid URL.";
$lang['valid_ip'] = "The %s field must contain a valid IP.";
$lang['min_length'] = "The %s field must be at least %s characters in length.";
$lang['max_length'] = "The %s field can not exceed %s characters in length.";
$lang['exact_length'] = "The %s field must be exactly %s characters in length.";
$lang['alpha'] = "The %s field may only contain alphabetical characters.";
$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters.";
$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang['numeric'] = "The %s field must contain only numbers.";
$lang['is_numeric'] = "The %s field must contain only numeric characters.";
$lang['integer'] = "The %s field must contain an integer.";
$lang['regex_match'] = "The %s field is not in the correct format.";
$lang['matches'] = "The %s field does not match the %s field.";
$lang['is_unique'] = "The %s field must contain a unique value.";
$lang['is_natural'] = "The %s field must contain only positive numbers.";
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
$lang['decimal'] = "The %s field must contain a decimal number.";
$lang['less_than'] = "The %s field must contain a number less than %s.";
$lang['greater_than'] = "The %s field must contain a number greater than %s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Inventory to add/subtract";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Allow Alt Description";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "Giftcard Information";
$lang["giftcards_bulk_edit"] = "Bulk Edit";
$lang["giftcards_cannot_be_deleted"] = "Could not deleted selected giftcards, one or more of the selected giftcards has sales.";
$lang["giftcards_cannot_find_giftcard"] = "Cannot find any information about giftcard";
$lang["giftcards_card_value"] = "Value";
$lang["giftcards_category"] = "Category";
$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_change_all_to_serialized"] = "Change All To Serialized";
$lang["giftcards_change_all_to_unserialized"] = "Change All To Unserialized";
$lang["giftcards_confirm_bulk_edit"] = "Are you sure you want to edit all the giftcards selected?";
$lang["giftcards_confirm_delete"] = "Are you sure you want to delete the selected giftcards?";
$lang["giftcards_cost_price"] = "Cost Price";
$lang["giftcards_count"] = "Update Inventory";
$lang["giftcards_current_quantity"] = "Current Quantity";
$lang["giftcards_description"] = "Description";
$lang["giftcards_details_count"] = "Inventory Count Details";
$lang["giftcards_do_nothing"] = "Do Nothing";
$lang["giftcards_edit_fields_you_want_to_update"] = "Edit the fields you want to edit for ALL selected giftcards";
$lang["giftcards_edit_multiple_giftcards"] = "Editing Multiple Giftcards";
$lang["giftcards_error_adding_updating"] = "Error adding/updating giftcard";
$lang["giftcards_error_updating_multiple"] = "Error updating giftcards";
$lang["giftcards_excel_import_failed"] = "Excel import failed";
$lang["giftcards_generate_barcodes"] = "Generate Barcodes";
$lang["giftcards_giftcard"] = "Giftcard";
$lang["giftcards_giftcard_number"] = "Giftcard Number";
$lang["giftcards_info_provided_by"] = "Info provided by";
$lang["giftcards_inventory_comments"] = "Comments";
$lang["giftcards_is_serialized"] = "Giftcard has Serial Number";
$lang["giftcards_low_inventory_giftcards"] = "Low Inventory Giftcards";
$lang["giftcards_manually_editing_of_quantity"] = "Manual Edit of Quantity";
$lang["giftcards_must_select_giftcard_for_barcode"] = "You must select at least 1 giftcard to generate barcodes";
$lang["giftcards_new"] = "New Giftcard";
$lang["giftcards_no_description_giftcards"] = "No Description Giftcards";
$lang["giftcards_no_giftcards_to_display"] = "No Giftcards to display";
$lang["giftcards_none"] = "None";
$lang["giftcards_none_selected"] = "You have not selected any giftcards to edit";
$lang["giftcards_number"] = "Giftcard Number must be a number";
$lang["giftcards_number_information"] = "Giftcard Number";
$lang["giftcards_number_required"] = "Giftcard Number is a required field";
$lang["giftcards_one_or_multiple"] = "giftcard(s)";
$lang["giftcards_person_id"] = "Customer";
$lang["giftcards_quantity"] = "Quantity";
$lang["giftcards_quantity_required"] = "Quantity is a required field. Please Close ( X ) to cancel";
$lang["giftcards_reorder_level"] = "Reorder Level";
$lang["giftcards_retrive_giftcard_info"] = "Retrieve Giftcard Info";
$lang["giftcards_sales_tax_1"] = "Sales Tax";
$lang["giftcards_sales_tax_2"] = "Sales Tax 2";
$lang["giftcards_serialized_giftcards"] = "Serialized Giftcards";
$lang["giftcards_successful_adding"] = "You have successfully added giftcard";
$lang["giftcards_successful_bulk_edit"] = "You have successfully updated the selected giftcards";
$lang["giftcards_successful_deleted"] = "You have successfully deleted";
$lang["giftcards_successful_updating"] = "You have successfully updated giftcard";
$lang["giftcards_supplier"] = "Supplier";
$lang["giftcards_tax_1"] = "Tax 1";
$lang["giftcards_tax_2"] = "Tax 2";
$lang["giftcards_tax_percent"] = "Tax Percent";
$lang["giftcards_tax_percents"] = "Tax Percent(s)";
$lang["giftcards_unit_price"] = "Unit Price";
$lang["giftcards_upc_database"] = "UPC Database";
$lang["giftcards_update"] = "Update Giftcard";
$lang["giftcards_use_inventory_menu"] = "Use Inv. Menu";
$lang["giftcards_value"] = "Giftcard Value must be a number";
$lang["giftcards_value_required"] = "Giftcard Value is a required field";
<?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'] = 'Retrieve 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_description'] = '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';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Add Item";
$lang["item_kits_cannot_be_deleted"] = "Could not delete item kit(s)";
$lang["item_kits_confirm_delete"] = "Are you sure you want to delete the selected item kits?";
$lang["item_kits_description"] = "Item Kit Description";
$lang["item_kits_error_adding_updating"] = "Error adding/updating Item Kit";
$lang["item_kits_info"] = "Item Kit Info";
$lang["item_kits_item"] = "Item";
$lang["item_kits_items"] = "Items";
$lang["item_kits_name"] = "Item Kit Name";
$lang["item_kits_new"] = "New Item Kit";
$lang["item_kits_no_item_kits_to_display"] = "No item kits to display";
$lang["item_kits_none_selected"] = "You have not selected any item kits";
$lang["item_kits_one_or_multiple"] = "Item Kit(s)";
$lang["item_kits_quantity"] = "Quantity";
$lang["item_kits_successful_adding"] = "You have successfully added Item Kit";
$lang["item_kits_successful_deleted"] = "You have successfully deleted";
$lang["item_kits_successful_updating"] = "You have successfully updated Item Kit";
$lang["item_kits_update"] = "Update Item Kit";
<?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';
?>

View File

@@ -1,81 +1,86 @@
<?php
<?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']='Cost 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']='Purchase price is a required field'; //GARRISON UPDATED 6/3/2013
$lang['items_unit_price_required']='Retail Price is a required field'; //GARRISON UPDATED 6/3/2013
$lang['items_cost_price_required']='Cost Price is a required field'; //GARRISON UPDATED 6/3/2013
$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_description'] = 'Allow Alt Description';
$lang['items_is_serialized'] = 'Item has Serial Number';
$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';
$lang['items_is_deleted'] = 'Deleted';// Parq 131215
$lang['items_stock_type_sale'] = 'Sale stock';
$lang['items_stock_type_warehouse'] = 'Warehouse stock';
$lang['items_unit_quantity'] = 'Unit quantity';
$lang['items_related_number'] = 'Related item number';
$lang["items_add_minus"] = "Inventory to add/subtract";
$lang["items_allow_alt_description"] = "Allow Alt Description";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "Item Information";
$lang["items_bulk_edit"] = "Bulk Edit";
$lang["items_buy_price_required"] = "Purchase price is a required field";
$lang["items_cannot_be_deleted"] = "Could not deleted selected items, one or more of the selected items has sales.";
$lang["items_cannot_find_item"] = "Cannot find any information about item";
$lang["items_category"] = "Category";
$lang["items_category_required"] = "Category is a required field";
$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_change_all_to_serialized"] = "Change All To Serialized";
$lang["items_change_all_to_unserialized"] = "Change All To Unserialized";
$lang["items_confirm_bulk_edit"] = "Are you sure you want to edit all the items selected?";
$lang["items_confirm_delete"] = "Are you sure you want to delete the selected items?";
$lang["items_cost_price"] = "Cost Price";
$lang["items_cost_price_number"] = "Cost price must be a number";
$lang["items_cost_price_required"] = "Cost Price is a required field";
$lang["items_count"] = "Update Inventory";
$lang["items_current_quantity"] = "Current Quantity";
$lang["items_description"] = "Description";
$lang["items_details_count"] = "Inventory Count Details";
$lang["items_do_nothing"] = "Do Nothing";
$lang["items_edit_fields_you_want_to_update"] = "Edit the fields you want to edit for ALL selected items";
$lang["items_edit_multiple_items"] = "Editing Multiple Items";
$lang["items_error_adding_updating"] = "Error adding/updating item";
$lang["items_error_updating_multiple"] = "Error updating items";
$lang["items_excel_import_failed"] = "Excel import failed";
$lang["items_generate_barcodes"] = "Generate Barcodes";
$lang["items_info_provided_by"] = "Info provided by";
$lang["items_inventory"] = "Inventory";
$lang["items_inventory_comments"] = "Comments";
$lang["items_is_deleted"] = "Deleted";
$lang["items_is_serialized"] = "Item has Serial Number";
$lang["items_item"] = "Item";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "Location";
$lang["items_low_inventory_items"] = "";
$lang["items_manually_editing_of_quantity"] = "Manual Edit of Quantity";
$lang["items_must_select_item_for_barcode"] = "You must select at least 1 item to generate barcodes";
$lang["items_name"] = "Item Name";
$lang["items_name_required"] = "Item Name is a required field";
$lang["items_new"] = "New Item";
$lang["items_no_description_items"] = "No Description Items";
$lang["items_no_items_to_display"] = "No Items to display";
$lang["items_none"] = "None";
$lang["items_none_selected"] = "You have not selected any items to edit";
$lang["items_number_information"] = "Item Number";
$lang["items_one_or_multiple"] = "item(s)";
$lang["items_quantity"] = "Quantity";
$lang["items_quantity_number"] = "Quantity must be a number";
$lang["items_quantity_required"] = "Quantity is a required field";
$lang["items_receiving_quantity"] = "Receiving quantity";
$lang["items_reorder_level"] = "Reorder Level";
$lang["items_reorder_level_number"] = "Reorder level must be a number";
$lang["items_reorder_level_required"] = "Reorder level is a required field";
$lang["items_retrive_item_info"] = "Retrive Item Info";
$lang["items_sales_tax_1"] = "Sales Tax";
$lang["items_sales_tax_2"] = "Sales Tax 2";
$lang["items_search_custom_items"] = "Search Custom Fields";
$lang["items_serialized_items"] = "Serialized Items";
$lang["items_stock_location"] = "Stock location";
$lang["items_successful_adding"] = "You have successfully added item";
$lang["items_successful_bulk_edit"] = "You have successfully updated the selected items";
$lang["items_successful_deleted"] = "You have successfully deleted";
$lang["items_successful_updating"] = "You have successfully updated item";
$lang["items_supplier"] = "Supplier";
$lang["items_tax_1"] = "Tax 1";
$lang["items_tax_2"] = "Tax 2";
$lang["items_tax_percent"] = "Tax Percent";
$lang["items_tax_percent_required"] = "Tax Percent is a required field";
$lang["items_tax_percents"] = "Tax Percent(s)";
$lang["items_unit_price"] = "Retail Price";
$lang["items_unit_price_number"] = "Unit price must be a number";
$lang["items_unit_price_required"] = "Retail Price is a required field";
$lang["items_upc_database"] = "UPC Database";
$lang["items_update"] = "Update Item";
$lang["items_use_inventory_menu"] = "Use Inv. Menu";
$lang['items_stock_location']='Stock location';
?>

View File

@@ -1,8 +1,8 @@
<?php
$lang["login_go"] = "Go";
$lang["login_invalid_username_and_password"] = "Invalid username/password";
$lang["login_login"] = "Login";
$lang["login_password"] = "Password";
$lang["login_username"] = "Username";
$lang["login_welcome_message"] = "Welcome to the Open Source Point of Sale System. To continue, please login using your username and password below.";
<?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.';
?>

View File

@@ -1,23 +1,34 @@
<?php
<?php
$lang['module_home']='Home';
$lang["module_config"] = "Store Config";
$lang["module_config_desc"] = "Change the store\'s configuration";
$lang["module_customers"] = "Customers";
$lang["module_customers_desc"] = "Add, Update, Delete, and Search customers";
$lang["module_employees"] = "Employees";
$lang["module_employees_desc"] = "Add, Update, Delete, and Search employees";
$lang["module_giftcards"] = "Gift Cards";
$lang["module_giftcards_desc"] = "Add, Update, Delete and Search gift cards";
$lang["module_home"] = "Home";
$lang["module_item_kits"] = "Item Kits";
$lang["module_item_kits_desc"] = "Add, Update, Delete and Search Item Kits";
$lang["module_items"] = "Items";
$lang["module_items_desc"] = "Add, Update, Delete, and Search items";
$lang["module_receivings"] = "Receivings";
$lang["module_receivings_desc"] = "Process Purchase orders";
$lang["module_reports"] = "Reports";
$lang["module_reports_desc"] = "View and generate reports";
$lang["module_sales"] = "Sales";
$lang["module_sales_desc"] = "Process sales and returns";
$lang["module_suppliers"] = "Suppliers";
$lang["module_suppliers_desc"] = "Add, Update, Delete, and Search suppliers";
$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';
?>

View File

@@ -1,49 +1,40 @@
<?php
$lang["receivings_transaction_failed"] = "Receivings Transactions Failed";
$lang["recvs_basic_information"] = "Receiving information";
$lang["recvs_cancel_receiving"] = "Cancel";
$lang["recvs_cannot_be_deleted"] = "Receiving(s) could not be deleted";
$lang["recvs_comments"] = "Comments";
$lang["recvs_complete_receiving"] = "Finish";
$lang["recvs_confirm_cancel_receiving"] = "Are you sure you want to clear this receiving? All items will cleared.";
$lang["recvs_confirm_finish_receiving"] = "Are you sure you want to submit this receiving? This cannot be undone.";
$lang["recvs_cost"] = "Cost";
$lang["recvs_date"] = "Receiving Date";
$lang["recvs_date_required"] = "A correct date needs to be filled in";
$lang["recvs_date_type"] = "Date field is required";
$lang["recvs_delete_confirmation"] = "Are you sure you want to delete this receiving, this action cannot be undone";
$lang["recvs_delete_entire_sale"] = "Delete entire sale";
$lang["recvs_discount"] = "Disc %";
$lang["recvs_edit"] = "Edit";
$lang["recvs_edit_sale"] = "Edit Receiving";
$lang["recvs_employee"] = "Employee";
$lang["recvs_error_editing_item"] = "Error editing item";
$lang["recvs_error_requisition"] = "Unable to move inventory from and to the same stock location";
$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_invoice_number"] = "Invoice #";
$lang["recvs_invoice_number_duplicate"] = "Please enter an unique invoice number";
$lang["recvs_item_name"] = "Item Name";
$lang["recvs_mode"] = "Receiving Mode";
$lang["recvs_new_supplier"] = "New Supplier";
$lang["recvs_one_or_multiple"] = "receiving(s)";
$lang["recvs_quantity"] = "Qty.";
$lang["recvs_receipt"] = "Receivings Receipt";
$lang["recvs_receipt_number"] = "Receiving #";
$lang["recvs_receiving"] = "Receive";
$lang["recvs_register"] = "Items Receiving";
$lang["recvs_requisition"] = "Requisition";
$lang["recvs_return"] = "Return";
$lang["recvs_select_supplier"] = "Select Supplier (Optional)";
$lang["recvs_start_typing_supplier_name"] = "Start Typing supplier\'s name...";
$lang["recvs_stock_destination"] = "Stock destination";
$lang["recvs_stock_locaiton"] = "Stock location";
$lang["recvs_stock_source"] = "Stock source";
$lang["recvs_successfully_deleted"] = "You have successfully deleted";
$lang["recvs_successfully_updated"] = "Receiving successfully updated";
$lang["recvs_supplier"] = "Supplier";
$lang["recvs_total"] = "Total";
$lang["recvs_unable_to_add_item"] = "Unable to add item to receiving";
$lang["recvs_unsuccessfully_updated"] = "Receiving unsuccessfully updated";
<?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';
$lang['recvs_requisition']='Requisition';
$lang['reqs_quantity'] ='Qty.';
$lang['reqs_related_item']='Related item';
$lang['reqs_unit_quantity']='Unit qty.';
$lang['reqs_unit_quantity_total']='Total qty.';
$lang['reqs_related_item_quantity']='Related item qty.';
$lang['reqs_receipt']='Requisition Receipt';
$lang['reqs_transaction_failed'] = 'Requisition Transactions Failed';
$lang['reqs_unable_to_add_item']='Unable to add item to requisition';
$lang['recvs_stock_source']='Stock source';
$lang['recvs_stock_destination']='Stock destination';
$lang['recvs_stock_locaiton']='Stock location';
$lang['recvs_error_requisition']='Unable to move inventory from and to the same stock location';
?>

View File

@@ -1,96 +1,95 @@
<?php
$lang["reports_all"] = "All";
$lang["reports_all_time"] = "All Time";
$lang["reports_categories"] = "Categories";
$lang["reports_categories_summary_report"] = "Categories Summary Report";
$lang["reports_category"] = "Category";
$lang["reports_comments"] = "Comments";
$lang["reports_count"] = "Count";
$lang["reports_customer"] = "Customer";
$lang["reports_customers"] = "Customers";
$lang["reports_customers_summary_report"] = "Customers Summary Report";
$lang["reports_date"] = "Date";
$lang["reports_date_range"] = "Date Range";
$lang["reports_description"] = "Description";
$lang["reports_detailed_receivings_report"] = "Detailed Receivings Report";
$lang["reports_detailed_reports"] = "Detailed Reports";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Detailed Sales Report";
$lang["reports_discount"] = "Discount";
$lang["reports_discount_percent"] = "Discount Percent";
$lang["reports_discounts"] = "Discounts";
$lang["reports_discounts_summary_report"] = "Discounts Summary Report";
$lang["reports_employee"] = "Employee";
$lang["reports_employees"] = "Employees";
$lang["reports_employees_summary_report"] = "Employees Summary Report";
$lang["reports_graphical_reports"] = "Graphical Reports";
$lang["reports_inventory"] = "Inventory";
$lang["reports_inventory_low"] = "Low Inventory";
$lang["reports_inventory_low_report"] = "Low Inventory Report";
$lang["reports_inventory_reports"] = "Inventory Reports";
$lang["reports_inventory_summary"] = " Inventory Summary";
$lang["reports_inventory_summary_report"] = "Inventory Summary Report";
$lang["reports_item"] = "Item";
$lang["reports_item_name"] = "Item Name";
$lang["reports_item_number"] = "Item Number";
$lang["reports_items"] = "Items";
$lang["reports_items_purchased"] = "Items Purchased";
$lang["reports_items_received"] = "Items Received";
$lang["reports_items_summary_report"] = "Items Summary Report";
$lang["reports_last_7"] = "Last 7 Days";
$lang["reports_last_month"] = "Last Month";
$lang["reports_last_year"] = "Last Year";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_name"] = "Name";
$lang["reports_payment_type"] = "Payment Type";
$lang["reports_payments"] = "Payments";
$lang["reports_payments_summary_report"] = "Payments Summary Report";
$lang["reports_profit"] = "Profit";
$lang["reports_quantity_purchased"] = "Quantity Purchased";
$lang["reports_received_by"] = "Received By";
$lang["reports_receiving_id"] = "Receiving ID";
$lang["reports_receiving_type"] = "Receiving Type";
$lang["reports_receivings"] = "Receivings";
$lang["reports_reorder_level"] = "Reorder Level";
$lang["reports_report"] = "Report";
$lang["reports_report_input"] = "Report Input";
$lang["reports_reports"] = "Reports";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "Requisitions";
$lang["reports_returns"] = "Returns";
$lang["reports_revenue"] = "Revenue";
$lang["reports_sale_id"] = "Sale ID";
$lang["reports_sale_type"] = "Sale Type";
$lang["reports_sales"] = "Sale";
$lang["reports_sales_amount"] = "Sales amount";
$lang["reports_sales_summary_report"] = "Sales Summary Report";
$lang["reports_serial_number"] = "Serial #";
$lang["reports_sold_by"] = "Sold By";
$lang["reports_sold_to"] = "Sold To";
$lang["reports_stock_location"] = "Stock location";
$lang["reports_subtotal"] = "Subtotal";
$lang["reports_summary_reports"] = "Summary Reports";
$lang["reports_supplied_by"] = "Supplied by";
$lang["reports_supplier"] = "Supplier";
$lang["reports_suppliers"] = "Suppliers";
$lang["reports_suppliers_summary_report"] = "Suppliers Summary Report";
$lang["reports_tax"] = "Tax";
$lang["reports_tax_percent"] = "Tax Percent";
$lang["reports_taxes"] = "Taxes";
$lang["reports_taxes_summary_report"] = "Taxes Summary Report";
$lang["reports_this_month"] = "This Month";
$lang["reports_this_year"] = "This Year";
$lang["reports_today"] = "Today";
$lang["reports_total"] = "Total";
$lang["reports_type"] = "Type";
$lang["reports_welcome_message"] = "Welcome to the reports panel. Please select a report to view.";
$lang["reports_yesterday"] = "Yesterday";
<?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_discount'] = 'Discount';
$lang['reports_type'] = 'Type';
$lang['reports_discount'] = 'A discount greater than ';
$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_sales']= 'Sale';
$lang['reports_payment_type'] = 'Payment Type';
$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_receiving_type'] = 'Receiving Type';
$lang['reports_all'] = 'All';
$lang['reports_returns'] = 'Returns';
$lang['reports_discount'] = 'Discounts';
$lang['reports_sales'] = 'Sales';
$lang['reports_requisitions'] = 'Requisitions';
$lang['reports_receiving_id'] = 'Receiving ID';
$lang['reports_stock_location'] = 'Stock location';
?>

View File

@@ -1,93 +1,89 @@
<?php
<?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_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'] = 'ID';
$lang['sales_date'] = 'Date';
$lang['sales_customer'] = 'Customer';
$lang['sales_comments'] = 'Comments';
$lang['sales_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';
$lang['sales_discount_short']='%';
$lang["sales_discount_included"]='% Discount';
$lang['sales_sale_time']='Time';
$lang['sales_payments_total'] = 'Payments Total';
$lang['sales_amount_due'] = 'Amount Due';
$lang['sales_payment_type'] = "Type";
$lang['sales_payment_amount'] = "Amount";
$lang['sales_basic_information']='Sale information';
$lang["sales_add_payment"] = "Add Payment";
$lang["sales_amount_due"] = "Amount Due";
$lang["sales_amount_tendered"] = "Amount Tendered";
$lang["sales_basic_information"] = "Sale information";
$lang["sales_cancel_sale"] = "Cancel Sale";
$lang["sales_cannot_be_deleted"] = "Sale(s) could not be deleted";
$lang["sales_cash"] = "Cash";
$lang["sales_change_due"] = "Change Due";
$lang["sales_check"] = "Check";
$lang["sales_comment"] = "Comment";
$lang["sales_comments"] = "Comments";
$lang["sales_complete_sale"] = "Complete Sale";
$lang["sales_confirm_cancel_sale"] = "Are you sure you want to clear this sale? All items will cleared.";
$lang["sales_confirm_finish_sale"] = "Are you sure you want to submit this sale? This cannot be undone.";
$lang["sales_confirm_suspend_sale"] = "Are you sure you want to suspend this sale?";
$lang["sales_credit"] = "Credit Card";
$lang["sales_customer"] = "Customer";
$lang["sales_date"] = "Sale Date";
$lang["sales_date_required"] = "A correct date needs to be filled in";
$lang["sales_date_type"] = "Date field is required";
$lang["sales_debit"] = "Debit Card";
$lang["sales_delete_confirmation"] = "Are you sure you want to delete this sale, this action cannot be undone";
$lang["sales_delete_entire_sale"] = "Delete entire sale";
$lang["sales_delete_successful"] = "You have successfully deleted a sale";
$lang["sales_delete_unsuccessful"] = "You have unsuccessfully deleted a sale";
$lang["sales_description_abbrv"] = "Desc";
$lang["sales_discount"] = "Disc %";
$lang["sales_discount_included"] = "";
$lang["sales_discount_short"] = "%";
$lang["sales_edit"] = "Edit";
$lang["sales_edit_item"] = "Edit Item";
$lang["sales_edit_sale"] = "Edit Sale";
$lang["sales_email_receipt"] = "E-Mail Receipt";
$lang["sales_employee"] = "Employee";
$lang["sales_error_editing_item"] = "Error editing 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_giftcard"] = "Gift Card";
$lang["sales_giftcard_number"] = "Gift Card Number";
$lang["sales_id"] = "Sale ID";
$lang["sales_invoice_number"] = "Invoice #";
$lang["sales_invoice_number_duplicate"] = "Please enter an unique invoice number";
$lang["sales_item_insufficient_of_stock"] = "Item is Insufficient of Stock";
$lang["sales_item_insufficient_of_stockfi"] = "";
$lang["sales_item_name"] = "Item Name";
$lang["sales_item_number"] = "Item #";
$lang["sales_item_out_of_stock"] = "Item is Out of Stock";
$lang["sales_mode"] = "Register Mode";
$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_new_customer"] = "New Customer";
$lang["sales_new_item"] = "New Item";
$lang["sales_no_items_in_cart"] = "There are no items in the cart";
$lang["sales_one_or_multiple"] = "sale(s)";
$lang["sales_payment"] = "Payment Type";
$lang["sales_payment_amount"] = "Amount";
$lang["sales_payment_not_cover_total"] = "Payment Amount does not cover Total";
$lang["sales_payment_type"] = "Type";
$lang["sales_payments_total"] = "Payments Total";
$lang["sales_price"] = "Price";
$lang["sales_quantity"] = "Qty.";
$lang["sales_quantity_less_than_zero"] = "Warning, Desired Quantity is Insufficient. You can still process the sale, but check your inventory";
$lang["sales_receipt"] = "Sales Receipt";
$lang["sales_receipt_number"] = "Sale #";
$lang["sales_register"] = "Sales Register";
$lang["sales_remove_customer"] = "Remove Customer";
$lang["sales_return"] = "Return";
$lang["sales_sale"] = "Sale";
$lang["sales_sale_for_customer"] = "Customer:";
$lang["sales_sale_time"] = "Time";
$lang["sales_select_customer"] = "Select Customer (Optional)";
$lang["sales_serial"] = "Serial";
$lang["sales_start_typing_customer_name"] = "Start Typing customer\'s name...";
$lang["sales_start_typing_item_name"] = "Start Typing item\'s name or scan barcode...";
$lang["sales_stock_location"] = "Stock location";
$lang["sales_sub_total"] = "Sub Total";
$lang["sales_successfully_deleted"] = "You have successfully deleted";
$lang["sales_successfully_suspended_sale"] = "Your sale has been successfully suspended";
$lang["sales_successfully_updated"] = "Sale successfully updated";
$lang["sales_suspend_sale"] = "Suspend Sale";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Suspended Sales";
$lang["sales_tax"] = "Tax";
$lang["sales_tax_percent"] = "Tax %";
$lang["sales_total"] = "Total";
$lang["sales_transaction_failed"] = "Sales Transaction Failed";
$lang["sales_unable_to_add_item"] = "Unable to add item to sale";
$lang["sales_unsuccessfully_deleted"] = "";
$lang["sales_unsuccessfully_updated"] = "Sale unsuccessfully updated";
$lang["sales_unsuspend"] = "Unsuspend";
$lang["sales_unsuspend_and_delete"] = "";
$lang['sales_stock_location']='Stock location';
$lang['sales_sale']='Sale';
?>

View File

@@ -1,17 +1,17 @@
<?php
$lang["suppliers_account_number"] = "Account #";
$lang["suppliers_basic_information"] = "Supplier Information";
$lang["suppliers_cannot_be_deleted"] = "Could not deleted selected suppliers, one or more of the selected suppliers has sales.";
$lang["suppliers_company_name"] = "Company Name";
$lang["suppliers_company_name_required"] = "Company Name is a required field";
$lang["suppliers_confirm_delete"] = "Are you sure you want to delete the selected suppliers?";
$lang["suppliers_error_adding_updating"] = "Error adding/updating supplier";
$lang["suppliers_new"] = "New Supplier";
$lang["suppliers_none_selected"] = "You have not selected any suppliers to delete";
$lang["suppliers_one_or_multiple"] = "supplier(s)";
$lang["suppliers_successful_adding"] = "You have successfully added supplier";
$lang["suppliers_successful_deleted"] = "You have successfully deleted";
$lang["suppliers_successful_updating"] = "You have successfully updated supplier";
$lang["suppliers_supplier"] = "Supplier";
$lang["suppliers_update"] = "Update Supplier";
<?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';
?>

View File

@@ -1,42 +1,41 @@
<?php
$lang["common_address_1"] = "Dirección 1";
$lang["common_address_2"] = "Dirección 2";
$lang["common_city"] = "Ciudad";
$lang["common_comments"] = "Comentarios";
$lang["common_common"] = "común";
$lang["common_confirm_search"] = "Has seleccionado una o más filas. Éstas no estarán seleccionadas después de tu búsqueda. ¿Seguro(a) que quieres hacer esta búsqueda?";
$lang["common_country"] = "País";
$lang["common_delete"] = "Borrar";
$lang["common_det"] = "detalles";
$lang["common_edit"] = "editar";
$lang["common_email"] = "E-Mail";
$lang["common_email_invalid_format"] = "El e-mail no está en el formato requerido";
$lang["common_fields_required_message"] = "Los campos en rojo son requeridos";
$lang["common_first_name"] = "Nombre";
$lang["common_first_name_required"] = "Nombre es un campo requerido";
$lang["common_inv"] = "inv";
$lang["common_last_name"] = "Apellidos";
$lang["common_last_name_required"] = "Apellidos es un campo requerido";
$lang["common_learn_about_project"] = "para leer la información más reciente acerca del proyecto";
$lang["common_list_of"] = "Lista de";
$lang["common_logout"] = "Salir";
$lang["common_no_persons_to_display"] = "No hay gente que mostrar";
$lang["common_or"] = "Ó";
$lang["common_phone_number"] = "Teléfono";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "Por favor, visita mi";
$lang["common_powered_by"] = "Potenciado por";
$lang["common_price"] = "Precio";
$lang["common_remove"] = "Eliminar";
$lang["common_return_policy"] = "Política de Devolución";
$lang["common_search"] = "Buscar";
$lang["common_searched_for"] = "Buscaste";
$lang["common_state"] = "Estado";
$lang["common_submit"] = "Enviar";
$lang["common_view_recent_sales"] = "Ver Ventas Recientes";
$lang["common_website"] = "sitio";
$lang["common_welcome"] = "Bienvenido(a)";
$lang["common_welcome_message"] = "Bienvenido(a) a Open Source Point Of Sale. ¡Haz click en algún módulo debajo, para empezar!";
$lang["common_you_are_using_ospos"] = "Estás usando Open Source Point Of Sale Versión";
$lang["common_zip"] = "C.P.";
<?php
$lang['common_common'] = 'común';
$lang['common_submit'] = 'Enviar';
$lang['common_or'] = 'Ó';
$lang['common_powered_by'] = 'Potenciado por';
$lang['common_welcome'] = 'Bienvenido(a)';
$lang['common_logout'] = 'Salir';
$lang['common_list_of'] = 'Lista de';
$lang['common_first_name'] = 'Nombre';
$lang['common_last_name'] = 'Apellidos';
$lang['common_email'] = 'E-Mail';
$lang['common_phone_number'] = 'Teléfono';
$lang['common_address_1'] = 'Dirección 1';
$lang['common_address_2'] = 'Dirección 2';
$lang['common_city'] = 'Ciudad';
$lang['common_state'] = 'Estado';
$lang['common_zip'] = 'C.P.';
$lang['common_country'] = 'País';
$lang['common_comments'] = 'Comentarios';
$lang['common_edit'] = 'editar';
$lang['common_search'] = 'Buscar';
$lang['common_delete'] = 'Borrar';
$lang['common_remove'] = 'Eliminar';
$lang['common_view_recent_sales'] = 'Ver Ventas Recientes';
$lang['common_you_are_using_ospos'] = 'Estás usando Open Source Point Of Sale Versión';
$lang['common_please_visit_my'] = 'Por favor, visita mi';
$lang['common_website'] = 'sitio';
$lang['common_fields_required_message'] = 'Los campos en rojo son requeridos';
$lang['common_learn_about_project'] = 'para leer la información más reciente acerca del proyecto';
$lang['common_searched_for'] = 'Buscaste';
$lang['common_first_name_required'] = 'Nombre es un campo requerido';
$lang['common_last_name_required'] = 'Apellidos es un campo requerido';
$lang['common_email_invalid_format'] = 'El e-mail no está en el formato requerido';
$lang['common_confirm_search'] = 'Has seleccionado una o más filas. Éstas no estarán seleccionadas después de tu búsqueda. ¿Seguro(a) que quieres hacer esta búsqueda?';
$lang['common_no_persons_to_display'] = 'No hay gente que mostrar';
$lang['common_return_policy'] = 'Política de Devolución';
$lang['common_price'] = 'Precio';
$lang['common_welcome_message']= 'Bienvenido(a) a Open Source Point Of Sale. ¡Haz click en algún módulo debajo, para empezar!';
$lang['common_inv'] = 'inv';
$lang['common_det'] = 'detalles';
?>

View File

@@ -1,42 +1,36 @@
<?php
$lang["config_address"] = "Dirección del Comercio";
$lang["config_address_required"] = "Dirección del Comercio es requerida";
$lang["config_company"] = "Nombre del Comercio";
$lang["config_company_required"] = "Nombre del Comercio es requerido";
$lang["config_company_website_url"] = "Sitio Web no es una URL estándard (http://...)";
$lang["config_currency_side"] = "Lado derecho";
$lang["config_currency_symbol"] = "Símbolo de divisa";
$lang["config_custom1"] = "Campo Libre 1";
$lang["config_custom10"] = "Campo Libre 10";
$lang["config_custom2"] = "Campo Libre 2";
$lang["config_custom3"] = "Campo Libre 3";
$lang["config_custom4"] = "Campo Libre 4";
$lang["config_custom5"] = "Campo Libre 5";
$lang["config_custom6"] = "Campo Libre 6";
$lang["config_custom7"] = "Campo Libre 7";
$lang["config_custom8"] = "Campo Libre 8";
$lang["config_custom9"] = "Campo Libre 9";
$lang["config_default_tax_rate"] = "% de Impuestos Predeterminada";
$lang["config_default_tax_rate_1"] = "Impuesto 1";
$lang["config_default_tax_rate_2"] = "Impuesto 2";
$lang["config_default_tax_rate_number"] = "El Impuesto Predeterminado debe ser un número";
$lang["config_default_tax_rate_required"] = "El Impuesto Predeterminado es requerido";
$lang["config_fax"] = "Fax";
$lang["config_info"] = "Información del Comercio";
$lang["config_language"] = "Idioma";
$lang["config_phone"] = "Teléfono del Comercio";
$lang["config_phone_required"] = "Teléfono del Comercio es requerido";
$lang["config_print_after_sale"] = "Imprimir recibo después de una venta";
$lang["config_recv_invoice_enable"] = "";
$lang["config_recv_invoice_format"] = "";
$lang["config_return_policy_required"] = "Política de Devolución es requerida";
$lang["config_sales_invoice_enable"] = "";
$lang["config_sales_invoice_format"] = "";
$lang["config_saved_successfully"] = "Configuración guardada satisfactoriamente";
$lang["config_saved_unsuccessfully"] = "Configuración no guardada";
$lang["config_stock_location"] = "";
$lang["config_stock_location_required"] = "";
$lang["config_tax_included"] = "Impuestos incluidos";
$lang["config_timezone"] = "Zona Horaria";
$lang["config_website"] = "Sitio Web";
<?php
$lang['config_info'] = 'Información del Comercio';
$lang['config_company'] = 'Nombre del Comercio';
$lang['config_address'] = 'Dirección del Comercio';
$lang['config_phone'] = 'Teléfono del Comercio';
$lang['config_website'] = 'Sitio Web';
$lang['config_fax'] = 'Fax';
$lang['config_default_tax_rate'] = '% de Impuestos Predeterminada';
$lang['config_default_tax_rate_1'] = 'Impuesto 1';
$lang['config_default_tax_rate_2'] = 'Impuesto 2';
$lang['config_company_required'] = 'Nombre del Comercio es requerido';
$lang['config_address_required'] = 'Dirección del Comercio es requerida';
$lang['config_phone_required'] = 'Teléfono del Comercio es requerido';
$lang['config_default_tax_rate_required'] = 'El Impuesto Predeterminado es requerido';
$lang['config_default_tax_rate_number'] = 'El Impuesto Predeterminado debe ser un número';
$lang['config_company_website_url'] = 'Sitio Web no es una URL estándard (http://...)';
$lang['config_saved_successfully'] = 'Configuración guardada satisfactoriamente';
$lang['config_saved_unsuccessfully'] = 'Configuración no guardada';
$lang['config_return_policy_required'] = 'Política de Devolución es requerida';
$lang['config_print_after_sale'] = 'Imprimir recibo después de una venta';
$lang['config_language'] = 'Idioma';
$lang['config_timezone'] = 'Zona Horaria';
$lang['config_currency_symbol'] = 'Símbolo de divisa';
$lang['config_currency_side'] = 'Lado derecho'; //GARRISON ADDED 4/20/2013
$lang['config_custom1'] = 'Campo Libre 1'; //GARRISON ADDED 4/21/2013
$lang['config_custom2'] = 'Campo Libre 2'; //GARRISON ADDED 4/21/2013
$lang['config_custom3'] = 'Campo Libre 3'; //GARRISON ADDED 4/21/2013
$lang['config_custom4'] = 'Campo Libre 4'; //GARRISON ADDED 4/21/2013
$lang['config_custom5'] = 'Campo Libre 5'; //GARRISON ADDED 4/21/2013
$lang['config_custom6'] = 'Campo Libre 6'; //GARRISON ADDED 4/21/2013
$lang['config_custom7'] = 'Campo Libre 7'; //GARRISON ADDED 4/21/2013
$lang['config_custom8'] = 'Campo Libre 8'; //GARRISON ADDED 4/21/2013
$lang['config_custom9'] = 'Campo Libre 9'; //GARRISON ADDED 4/21/2013
$lang['config_custom10'] = 'Campo Libre 10'; //GARRISON ADDED 4/21/2013
$lang['config_tax_included'] = 'Impuestos incluidos';
?>

View File

@@ -1,16 +1,16 @@
<?php
$lang["customers_account_number"] = "Cuenta #";
$lang["customers_basic_information"] = "Información de Clientes";
$lang["customers_cannot_be_deleted"] = "No se pudo borrar los clientes seleccionados. Uno o más de éstos tiene ventas.";
$lang["customers_confirm_delete"] = "¿Estás seguro(a) de que quieres borrar a los clientes seleccionados?";
$lang["customers_customer"] = "Cliente";
$lang["customers_error_adding_updating"] = "Error agregando/actualizando cliente";
$lang["customers_new"] = "Nuevo Cliente";
$lang["customers_none_selected"] = "No has selccionado clientes para ser borrados";
$lang["customers_one_or_multiple"] = "cliente(s)";
$lang["customers_successful_adding"] = "Has agregado satisfactoriamente el cliente";
$lang["customers_successful_deleted"] = "Has borrado satisfactoriamente a";
$lang["customers_successful_updating"] = "No se ha podido agregar el cliente";
$lang["customers_taxable"] = "Gravable";
$lang["customers_update"] = "Actualizar Cliente";
<?php
$lang['customers_new'] = 'Nuevo Cliente';
$lang['customers_customer'] = 'Cliente';
$lang['customers_update'] = 'Actualizar Cliente';
$lang['customers_confirm_delete'] = '¿Estás seguro(a) de que quieres borrar a los clientes seleccionados?';
$lang['customers_none_selected'] = 'No has selccionado clientes para ser borrados';
$lang['customers_error_adding_updating'] = 'Error agregando/actualizando cliente';
$lang['customers_successful_adding'] = 'Has agregado satisfactoriamente el cliente';
$lang['customers_successful_updating'] = 'No se ha podido agregar el cliente';
$lang['customers_successful_deleted'] = 'Has borrado satisfactoriamente a';
$lang['customers_one_or_multiple'] = 'cliente(s)';
$lang['customers_cannot_be_deleted'] = 'No se pudo borrar los clientes seleccionados. Uno o más de éstos tiene ventas.';
$lang['customers_basic_information'] = 'Información de Clientes';
$lang['customers_account_number'] = 'Cuenta #';
$lang['customers_taxable'] = 'Gravable';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Información Básica de Empleados";
$lang["employees_cannot_be_deleted"] = "No se pudieron borrar empleados. Uno o más empleados tiene ventas procesadas o estás tratando de borrarte a tí mismo(a).";
$lang["employees_confirm_delete"] = "¿Estás seguro(a) que quieres borrar los empleados seleccionados?";
$lang["employees_employee"] = "Empleado";
$lang["employees_error_adding_updating"] = "Error al agregar/actualizar empleado";
$lang["employees_error_deleting_demo_admin"] = "No puedes borrar el usuario admin del demo";
$lang["employees_error_updating_demo_admin"] = "No puedes cambiar el usuario admin del demo";
$lang["employees_login_info"] = "Información de Ingreso del Empleado";
$lang["employees_new"] = "Nuevo Empleado";
$lang["employees_none_selected"] = "No has seleccionado empleados para borrar";
$lang["employees_one_or_multiple"] = "empleado(s)";
$lang["employees_password"] = "Contraseña";
$lang["employees_password_minlength"] = "La contraseña debe tener, por lo menos, 8 caracteres";
$lang["employees_password_must_match"] = "Las Contraseñas no coinciden";
$lang["employees_password_required"] = "La Contraseña es requerida";
$lang["employees_permission_desc"] = "Activa las cajas debajo para permitir el acceso a los módulos";
$lang["employees_permission_info"] = "Permisos y Acceso del Empleado";
$lang["employees_repeat_password"] = "Repita Contraseña";
$lang["employees_successful_adding"] = "Has agregado el empleado satisfactoriamente";
$lang["employees_successful_deleted"] = "Has borrado satisfactoriamente a";
$lang["employees_successful_updating"] = "Has actualizado el empleado satisfactoriamente";
$lang["employees_update"] = "Actualizar Empleado";
$lang["employees_username"] = "Usuario";
$lang["employees_username_minlength"] = "El Usuario debe tener, por lo menos, 5 caracteres";
$lang["employees_username_required"] = "Usuario es requerido";
<?php
$lang['employees_employee'] = 'Empleado';
$lang['employees_new'] = 'Nuevo Empleado';
$lang['employees_update'] = 'Actualizar Empleado';
$lang['employees_confirm_delete'] = '¿Estás seguro(a) que quieres borrar los empleados seleccionados?';
$lang['employees_none_selected'] = 'No has seleccionado empleados para borrar';
$lang['employees_error_adding_updating'] = 'Error al agregar/actualizar empleado';
$lang['employees_successful_adding'] = 'Has agregado el empleado satisfactoriamente';
$lang['employees_successful_updating'] = 'Has actualizado el empleado satisfactoriamente';
$lang['employees_successful_deleted'] = 'Has borrado satisfactoriamente a';
$lang['employees_one_or_multiple'] = 'empleado(s)';
$lang['employees_cannot_be_deleted'] = 'No se pudieron borrar empleados. Uno o más empleados tiene ventas procesadas o estás tratando de borrarte a tí mismo(a).';
$lang['employees_username'] = 'Usuario';
$lang['employees_password'] = 'Contraseña';
$lang['employees_repeat_password'] = 'Repita Contraseña';
$lang['employees_username_required'] = 'Usuario es requerido';
$lang['employees_username_minlength'] = 'El Usuario debe tener, por lo menos, 5 caracteres';
$lang['employees_password_required'] = 'La Contraseña es requerida';
$lang['employees_password_minlength'] = 'La contraseña debe tener, por lo menos, 8 caracteres';
$lang['employees_password_must_match'] = 'Las Contraseñas no coinciden';
$lang['employees_basic_information'] = 'Información Básica de Empleados';
$lang['employees_login_info'] = 'Información de Ingreso del Empleado';
$lang['employees_permission_info'] = 'Permisos y Acceso del Empleado';
$lang['employees_permission_desc'] = 'Activa las cajas debajo para permitir el acceso a los módulos';
$lang['employees_error_updating_demo_admin'] = 'No puedes cambiar el usuario admin del demo';
$lang['employees_error_deleting_demo_admin'] = 'No puedes borrar el usuario admin del demo';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "No tienes permiso para accesar el módulo llamado";
$lang["error_unknown"] = "desconocido";
<?php
$lang['error_no_permission_module'] = 'No tienes permiso para accesar el módulo llamado';
$lang['error_unknown'] = 'desconocido';
?>

View File

@@ -1,18 +1,29 @@
<?php
<?php
$lang["alpha_dash"] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang["alpha_numeric"] = "The %s field may only contain alpha-numeric characters.";
$lang["exact_length"] = "The %s field must be exactly %s characters in length.";
$lang["greater_than"] = "The %s field must contain a number greater than %s.";
$lang["is_natural"] = "The %s field must contain only positive numbers.";
$lang["is_natural_no_zero"] = "The %s field must contain a number greater than zero.";
$lang["is_numeric"] = "The %s field must contain only numeric characters.";
$lang["is_unique"] = "The %s field must contain a unique value.";
$lang["less_than"] = "The %s field must contain a number less than %s.";
$lang["max_length"] = "The %s field can not exceed %s characters in length.";
$lang["min_length"] = "The %s field must be at least %s characters in length.";
$lang["regex_match"] = "The %s field is not in the correct format.";
$lang["valid_email"] = "The %s field must contain a valid email address.";
$lang["valid_emails"] = "The %s field must contain all valid email addresses.";
$lang["valid_ip"] = "The %s field must contain a valid IP.";
$lang["valid_url"] = "The %s field must contain a valid URL.";
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain a valid URL.";
$lang['valid_ip'] = "The %s field must contain a valid IP.";
$lang['min_length'] = "The %s field must be at least %s characters in length.";
$lang['max_length'] = "The %s field can not exceed %s characters in length.";
$lang['exact_length'] = "The %s field must be exactly %s characters in length.";
$lang['alpha'] = "The %s field may only contain alphabetical characters.";
$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters.";
$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang['numeric'] = "The %s field must contain only numbers.";
$lang['is_numeric'] = "The %s field must contain only numeric characters.";
$lang['integer'] = "The %s field must contain an integer.";
$lang['regex_match'] = "The %s field is not in the correct format.";
$lang['matches'] = "The %s field does not match the %s field.";
$lang['is_unique'] = "The %s field must contain a unique value.";
$lang['is_natural'] = "The %s field must contain only positive numbers.";
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
$lang['decimal'] = "The %s field must contain a decimal number.";
$lang['less_than'] = "The %s field must contain a number less than %s.";
$lang['greater_than'] = "The %s field must contain a number greater than %s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Inventario a agregar/substraer";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Permitir Descripción Alternativa";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "Información de Tarjeta de Regalo";
$lang["giftcards_bulk_edit"] = "Edición Múltiple";
$lang["giftcards_cannot_be_deleted"] = "No se puede borrar las tarjetas seleccionadas. Una o más tiene ventas.";
$lang["giftcards_cannot_find_giftcard"] = "No puedo encontrar información acerca de la tarjeta de regalo";
$lang["giftcards_card_value"] = "Valor";
$lang["giftcards_category"] = "Categoría";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Permitir Descripción Alternativa En Todos";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "No Permitir Descripción Alternativa Para Todos";
$lang["giftcards_change_all_to_serialized"] = "Cambiar Todo A Serializado";
$lang["giftcards_change_all_to_unserialized"] = "Cambiar Todo A Deserializado";
$lang["giftcards_confirm_bulk_edit"] = "¿Estás seguro(a) de querer editar las tarjetas de regalo seleccionadas?";
$lang["giftcards_confirm_delete"] = "¿Estás seguro(a) de querer eliminar las tarjetas de regalo seleccionadas?";
$lang["giftcards_cost_price"] = "Precio de Costo";
$lang["giftcards_count"] = "Actualizar Inventario";
$lang["giftcards_current_quantity"] = "Cantidad Actual";
$lang["giftcards_description"] = "Descripción";
$lang["giftcards_details_count"] = "Detalles del Levantamiento de Inventario";
$lang["giftcards_do_nothing"] = "No hacer nada";
$lang["giftcards_edit_fields_you_want_to_update"] = "Edita los campos que quieras actualizar en TODAS las tarjetas de regalo seleccionadas";
$lang["giftcards_edit_multiple_giftcards"] = "Editando Múltiples Tarjetas de Regalo";
$lang["giftcards_error_adding_updating"] = "Error agregando/actualizando tarjeta de regalo";
$lang["giftcards_error_updating_multiple"] = "Error actualizando tarjetas de regalo";
$lang["giftcards_excel_import_failed"] = "Falló la exportación a Excel";
$lang["giftcards_generate_barcodes"] = "Generar Códigos de Barras";
$lang["giftcards_giftcard"] = "Tarjeta de Regalo";
$lang["giftcards_giftcard_number"] = "Número de Tarjeta de Regalo";
$lang["giftcards_info_provided_by"] = "Info provista por";
$lang["giftcards_inventory_comments"] = "Comentarios";
$lang["giftcards_is_serialized"] = "La Tarjeta de Regalo tiene Número de Serie";
$lang["giftcards_low_inventory_giftcards"] = "Tarjetas con Bajo Inventario";
$lang["giftcards_manually_editing_of_quantity"] = "Edición Manual de Cantidad";
$lang["giftcards_must_select_giftcard_for_barcode"] = "Debes seleccionar por lo menos 1 tarjeta para generar códigos de barras";
$lang["giftcards_new"] = "Nueva Tarjeta de Regalo";
$lang["giftcards_no_description_giftcards"] = "Tarjetas de Regalo sin Descripción";
$lang["giftcards_no_giftcards_to_display"] = "No hay Tarjetas de Regalo";
$lang["giftcards_none"] = "Ninguno(a)";
$lang["giftcards_none_selected"] = "No has seleccionado tarjetas de regalo para editar";
$lang["giftcards_number"] = "Número de Tarjeta de Regalo debe ser un número";
$lang["giftcards_number_information"] = "Número de Tarjeta de Regalo";
$lang["giftcards_number_required"] = "Número de Tarjeta de Regalo es requerido";
$lang["giftcards_one_or_multiple"] = "tarjeta(s) de regalo";
$lang["giftcards_person_id"] = "Customer";
$lang["giftcards_quantity"] = "Cantidad";
$lang["giftcards_quantity_required"] = "Cantidad es requerido. Por favor, haz click en ( X ) para cancelar";
$lang["giftcards_reorder_level"] = "Cantidad Mínima";
$lang["giftcards_retrive_giftcard_info"] = "Obtener Info de Tarjeta de Regalo";
$lang["giftcards_sales_tax_1"] = "Impuesto de Venta 1";
$lang["giftcards_sales_tax_2"] = "Impuesto de Venta 2";
$lang["giftcards_serialized_giftcards"] = "Tarjetas Serializadas";
$lang["giftcards_successful_adding"] = "Has agregado satisfactoriamente una tarjeta de regalo";
$lang["giftcards_successful_bulk_edit"] = "Has actualizado satisfactoriamente las tarjetas de regalo seleccionadas";
$lang["giftcards_successful_deleted"] = "Has borrado satisfactoriamente";
$lang["giftcards_successful_updating"] = "Has actualizado satisfactoriamente una tarjeta de regalo";
$lang["giftcards_supplier"] = "Proveedor";
$lang["giftcards_tax_1"] = "Impuesto 1";
$lang["giftcards_tax_2"] = "Impuesto 2";
$lang["giftcards_tax_percent"] = "Porcentaje de Impuesto";
$lang["giftcards_tax_percents"] = "Porcentaje de Impuesto(s)";
$lang["giftcards_unit_price"] = "Precio Unitario";
$lang["giftcards_upc_database"] = "Base de Datos UPC";
$lang["giftcards_update"] = "Actualizar Tarjeta de Regalo";
$lang["giftcards_use_inventory_menu"] = "Usar Menú de Inventario";
$lang["giftcards_value"] = "Valor de Tarjeta de Regalo debe ser un número";
$lang["giftcards_value_required"] = "Valor de Tarjeta de Regalo es requerido";
<?php
$lang['giftcards_giftcard_number'] = 'Número de Tarjeta de Regalo';
$lang['giftcards_card_value'] = 'Valor';
$lang['giftcards_basic_information'] = 'Información de Tarjeta de Regalo';
$lang['giftcards_number_required'] = 'Número de Tarjeta de Regalo es requerido';
$lang['giftcards_value_required'] = 'Valor de Tarjeta de Regalo es requerido';
$lang['giftcards_number'] = 'Número de Tarjeta de Regalo debe ser un número';
$lang['giftcards_value'] = 'Valor de Tarjeta de Regalo debe ser un número';
$lang['giftcards_person_id'] = 'Customer';
$lang['giftcards_retrive_giftcard_info'] = 'Obtener Info de Tarjeta de Regalo';
$lang['giftcards_description'] = 'Descripción';
$lang['giftcards_amazon'] = 'Amazon';
$lang['giftcards_upc_database'] = 'Base de Datos UPC';
$lang['giftcards_cannot_find_giftcard'] = 'No puedo encontrar información acerca de la tarjeta de regalo';
$lang['giftcards_info_provided_by'] = 'Info provista por';
$lang['giftcards_number_information'] = 'Número de Tarjeta de Regalo';
$lang['giftcards_new'] = 'Nueva Tarjeta de Regalo';
$lang['giftcards_update'] = 'Actualizar Tarjeta de Regalo';
$lang['giftcards_giftcard'] = 'Tarjeta de Regalo';
$lang['giftcards_edit_multiple_giftcards'] = 'Editando Múltiples Tarjetas de Regalo';
$lang['giftcards_category'] = 'Categoría';
$lang['giftcards_cost_price'] = 'Precio de Costo';
$lang['giftcards_unit_price'] = 'Precio Unitario';
$lang['giftcards_tax_1'] = 'Impuesto 1';
$lang['giftcards_tax_2'] = 'Impuesto 2';
$lang['giftcards_sales_tax_1'] = 'Impuesto de Venta 1';
$lang['giftcards_sales_tax_2'] = 'Impuesto de Venta 2';
$lang['giftcards_tax_percent'] = 'Porcentaje de Impuesto';
$lang['giftcards_tax_percents'] = 'Porcentaje de Impuesto(s)';
$lang['giftcards_reorder_level'] = 'Cantidad Mínima';
$lang['giftcards_quantity'] = 'Cantidad';
$lang['giftcards_no_giftcards_to_display'] = 'No hay Tarjetas de Regalo';
$lang['giftcards_bulk_edit'] = 'Edición Múltiple';
$lang['giftcards_confirm_delete'] = '¿Estás seguro(a) de querer eliminar las tarjetas de regalo seleccionadas?';
$lang['giftcards_none_selected'] = 'No has seleccionado tarjetas de regalo para editar';
$lang['giftcards_confirm_bulk_edit'] = '¿Estás seguro(a) de querer editar las tarjetas de regalo seleccionadas?';
$lang['giftcards_successful_bulk_edit'] = 'Has actualizado satisfactoriamente las tarjetas de regalo seleccionadas';
$lang['giftcards_error_updating_multiple'] = 'Error actualizando tarjetas de regalo';
$lang['giftcards_edit_fields_you_want_to_update'] = 'Edita los campos que quieras actualizar en TODAS las tarjetas de regalo seleccionadas';
$lang['giftcards_error_adding_updating'] = 'Error agregando/actualizando tarjeta de regalo';
$lang['giftcards_successful_adding'] = 'Has agregado satisfactoriamente una tarjeta de regalo';
$lang['giftcards_successful_updating'] = 'Has actualizado satisfactoriamente una tarjeta de regalo';
$lang['giftcards_successful_deleted'] = 'Has borrado satisfactoriamente';
$lang['giftcards_one_or_multiple'] = 'tarjeta(s) de regalo';
$lang['giftcards_cannot_be_deleted'] = 'No se puede borrar las tarjetas seleccionadas. Una o más tiene ventas.';
$lang['giftcards_none'] = 'Ninguno(a)';
$lang['giftcards_supplier'] = 'Proveedor';
$lang['giftcards_generate_barcodes'] = 'Generar Códigos de Barras';
$lang['giftcards_must_select_giftcard_for_barcode'] = 'Debes seleccionar por lo menos 1 tarjeta para generar códigos de barras';
$lang['giftcards_excel_import_failed'] = 'Falló la exportación a Excel';
$lang['giftcards_allow_alt_description'] = 'Permitir Descripción Alternativa';
$lang['giftcards_is_serialized'] = 'La Tarjeta de Regalo tiene Número de Serie';
$lang['giftcards_low_inventory_giftcards'] = 'Tarjetas con Bajo Inventario';
$lang['giftcards_serialized_giftcards'] = 'Tarjetas Serializadas';
$lang['giftcards_no_description_giftcards'] = 'Tarjetas de Regalo sin Descripción';
$lang['giftcards_inventory_comments'] = 'Comentarios';
$lang['giftcards_count'] = 'Actualizar Inventario';
$lang['giftcards_details_count'] = 'Detalles del Levantamiento de Inventario';
$lang['giftcards_add_minus'] = 'Inventario a agregar/substraer';
$lang['giftcards_current_quantity'] = 'Cantidad Actual';
$lang['giftcards_quantity_required'] = 'Cantidad es requerido. Por favor, haz click en ( X ) para cancelar';
$lang['giftcards_do_nothing'] = 'No hacer nada';
$lang['giftcards_change_all_to_serialized'] = 'Cambiar Todo A Serializado';
$lang['giftcards_change_all_to_unserialized'] = 'Cambiar Todo A Deserializado';
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Permitir Descripción Alternativa En Todos';
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'No Permitir Descripción Alternativa Para Todos';
$lang['giftcards_use_inventory_menu'] = 'Usar Menú de Inventario';
$lang['giftcards_manually_editing_of_quantity'] = 'Edición Manual de Cantidad';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Agregar Artículo";
$lang["item_kits_cannot_be_deleted"] = "No pude borrar el/los Kit(s) de Artículos";
$lang["item_kits_confirm_delete"] = "¿Estás seguro(a) de querer borrar los kits seleccionados?";
$lang["item_kits_description"] = "Descripción del Kit de Artículos";
$lang["item_kits_error_adding_updating"] = "Error agregando/actualizando el Kit de Artículos";
$lang["item_kits_info"] = "Info de Kit de Artículos";
$lang["item_kits_item"] = "Artículo";
$lang["item_kits_items"] = "Artículos";
$lang["item_kits_name"] = "Nombre del Kit de Artículos";
$lang["item_kits_new"] = "Nuevo Kit de Artículos";
$lang["item_kits_no_item_kits_to_display"] = "No hay kits de artículos para mostrar";
$lang["item_kits_none_selected"] = "No has seleccionado Kits de Artículos";
$lang["item_kits_one_or_multiple"] = "Kit(s) de Artículos";
$lang["item_kits_quantity"] = "Cantidad";
$lang["item_kits_successful_adding"] = "Has agregado satisfactoriamente un Kit de Artículos";
$lang["item_kits_successful_deleted"] = "Has borrado satisfactoriamente";
$lang["item_kits_successful_updating"] = "Has actualizado satisfactoriamente un Kit de Artículos";
$lang["item_kits_update"] = "Actualizar Kit de Artículos";
<?php
$lang['item_kits_name'] = 'Nombre del Kit de Artículos';
$lang['item_kits_description'] = 'Descripción del Kit de Artículos';
$lang['item_kits_no_item_kits_to_display'] = 'No hay kits de artículos para mostrar';
$lang['item_kits_update'] = 'Actualizar Kit de Artículos';
$lang['item_kits_new'] = 'Nuevo Kit de Artículos';
$lang['item_kits_none_selected'] = "No has seleccionado Kits de Artículos";
$lang['item_kits_info'] = 'Info de Kit de Artículos';
$lang['item_kits_successful_adding'] = 'Has agregado satisfactoriamente un Kit de Artículos';
$lang['item_kits_successful_updating'] = 'Has actualizado satisfactoriamente un Kit de Artículos';
$lang['item_kits_error_adding_updating'] = 'Error agregando/actualizando el Kit de Artículos';
$lang['item_kits_successful_deleted'] = 'Has borrado satisfactoriamente';
$lang['item_kits_confirm_delete'] = '¿Estás seguro(a) de querer borrar los kits seleccionados?';
$lang['item_kits_one_or_multiple'] = 'Kit(s) de Artículos';
$lang['item_kits_cannot_be_deleted'] = 'No pude borrar el/los Kit(s) de Artículos';
$lang['item_kits_add_item'] = 'Agregar Artículo';
$lang['item_kits_items'] = 'Artículos';
$lang['item_kits_item'] = 'Artículo';
$lang['item_kits_quantity'] = 'Cantidad';
?>

View File

@@ -1,81 +1,81 @@
<?php
$lang["items_add_minus"] = "Inventario a agregar/substraer";
$lang["items_allow_alt_description"] = "Permitir Descripción Alternativa";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "Infomación del Artículo";
$lang["items_bulk_edit"] = "Edición Múltiple";
$lang["items_buy_price_required"] = "Precio de Compra es requerido";
$lang["items_cannot_be_deleted"] = "No se pueden borrar los artículos seleccionados. Uno o más tiene(n) ventas.";
$lang["items_cannot_find_item"] = "No puedo encontrar información acerca del artículo";
$lang["items_category"] = "Categoría";
$lang["items_category_required"] = "Categoría es requerido";
$lang["items_change_all_to_allow_alt_desc"] = "Permitir Descripción Alternativa Para Todos";
$lang["items_change_all_to_not_allow_allow_desc"] = "Denegar Descripción Alternativa Para Todos";
$lang["items_change_all_to_serialized"] = "Cambiar Todo A Serializado";
$lang["items_change_all_to_unserialized"] = "Cambiar Todo A Deserializado";
$lang["items_confirm_bulk_edit"] = "¿Estás seguro(a) de querer editar los artículos seleccionados?";
$lang["items_confirm_delete"] = "¿Estás seguro(a) de querer borrar los artículos seleccionados?";
$lang["items_cost_price"] = "Precio de Compra";
$lang["items_cost_price_number"] = "Precio de Compra debe ser número";
$lang["items_cost_price_required"] = "Precio de Compra es requerido";
$lang["items_count"] = "Actualizar Inventario";
$lang["items_current_quantity"] = "Cantidad Actual";
$lang["items_description"] = "Descripción";
$lang["items_details_count"] = "Detalles de Cuenta de Inventario";
$lang["items_do_nothing"] = "No Hacer Nada";
$lang["items_edit_fields_you_want_to_update"] = "Edita los campos que quieras actualizar en TODOS los artículos seleccionados";
$lang["items_edit_multiple_items"] = "Editando Artículos Múltiples";
$lang["items_error_adding_updating"] = "Error agregando/actualizando artículo";
$lang["items_error_updating_multiple"] = "Error actualizando artículos";
$lang["items_excel_import_failed"] = "Falló la importación de Excel";
$lang["items_generate_barcodes"] = "Generar Códigos de Barras";
$lang["items_info_provided_by"] = "Info provista por";
$lang["items_inventory"] = "Inventario";
$lang["items_inventory_comments"] = "Comentarios";
$lang["items_is_deleted"] = "Eliminado";
$lang["items_is_serialized"] = "El Artículo tiene Número de Serie";
$lang["items_item"] = "Artículo";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "Ubicación";
$lang["items_low_inventory_items"] = "Artículos de Inventario Escaso";
$lang["items_manually_editing_of_quantity"] = "Edición Manual de Cantidad";
$lang["items_must_select_item_for_barcode"] = "Debes seleccionar al menos 1 artículo para generar códigos de barras";
$lang["items_name"] = "Nombre del Artículo";
$lang["items_name_required"] = "Nombre de Artículo es requerido";
$lang["items_new"] = "Nuevo Artículo";
$lang["items_no_description_items"] = "Artículos sin Descripción";
$lang["items_no_items_to_display"] = "No hay artículos que mostrar";
$lang["items_none"] = "Ninguno";
$lang["items_none_selected"] = "No has seleccionado artículos para editar";
$lang["items_number_information"] = "Número del Artículo";
$lang["items_one_or_multiple"] = "articulo(s)";
$lang["items_quantity"] = "Cantidad en Stock";
$lang["items_quantity_number"] = "Cantidad debe ser número";
$lang["items_quantity_required"] = "Cantidad es requerido";
$lang["items_receiving_quantity"] = "";
$lang["items_reorder_level"] = "Cantidad Mínima";
$lang["items_reorder_level_number"] = "Cantidad Mínima debe ser número";
$lang["items_reorder_level_required"] = "Cantidad Mínima es requerido";
$lang["items_retrive_item_info"] = "Obtener Info de Artículo";
$lang["items_sales_tax_1"] = "Impuesto de Ventas 1";
$lang["items_sales_tax_2"] = "Impuesto de Ventas 2";
$lang["items_search_custom_items"] = "Buscar en campos personalizados";
$lang["items_serialized_items"] = "Artículos Serializados";
$lang["items_stock_location"] = "";
$lang["items_successful_adding"] = "Has agregado satisfactoriamente un artículo";
$lang["items_successful_bulk_edit"] = "Has actualizado satisfactoriamente los artículos seleccionados";
$lang["items_successful_deleted"] = "Has borrado satisfactoriamente";
$lang["items_successful_updating"] = "Has actualizando satisfactoriamente un artículo";
$lang["items_supplier"] = "Proveedor";
$lang["items_tax_1"] = "Impuesto 1";
$lang["items_tax_2"] = "Impuesto 2";
$lang["items_tax_percent"] = "Porcentaje de Impuesto";
$lang["items_tax_percent_required"] = "Porcentaje de Impuesto es requerido";
$lang["items_tax_percents"] = "Porcentaje de Impuesto(s)";
$lang["items_unit_price"] = "Precio de Venta";
$lang["items_unit_price_number"] = "Precio de Venta debe ser número";
$lang["items_unit_price_required"] = "Precio de Venta es requerido";
$lang["items_upc_database"] = "Base de datos UPC";
$lang["items_update"] = "Actualizar Artículo";
$lang["items_use_inventory_menu"] = "Usar Menú de Inventario";
<?php
$lang['items_item_number'] = 'UPC/EAN/ISBN';
$lang['items_retrive_item_info'] = 'Obtener Info de Artículo';
$lang['items_description'] = 'Descripción';
$lang['items_amazon'] = 'Amazon';
$lang['items_upc_database'] = 'Base de datos UPC';
$lang['items_cannot_find_item'] = 'No puedo encontrar información acerca del artículo';
$lang['items_info_provided_by'] = 'Info provista por';
$lang['items_basic_information'] = 'Infomación del Artículo';
$lang['items_number_information'] = 'Número del Artículo';
$lang['items_new'] = 'Nuevo Artículo';
$lang['items_update'] = 'Actualizar Artículo';
$lang['items_item'] = 'Artículo';
$lang['items_edit_multiple_items'] = 'Editando Artículos Múltiples';
$lang['items_name'] = 'Nombre del Artículo';
$lang['items_category'] = 'Categoría';
$lang['items_cost_price'] = 'Precio de Compra';
$lang['items_unit_price'] = 'Precio de Venta';
$lang['items_tax_1'] = 'Impuesto 1';
$lang['items_tax_2'] = 'Impuesto 2';
$lang['items_sales_tax_1'] = 'Impuesto de Ventas 1';
$lang['items_sales_tax_2'] = 'Impuesto de Ventas 2';
$lang['items_tax_percent'] = 'Porcentaje de Impuesto';
$lang['items_tax_percents'] = 'Porcentaje de Impuesto(s)';
$lang['items_reorder_level'] = 'Cantidad Mínima';
$lang['items_quantity'] = 'Cantidad en Stock';
$lang['items_reorder_level'] = 'Stock Mínimo';
$lang['items_no_items_to_display'] = 'No hay artículos que mostrar';
$lang['items_bulk_edit'] = 'Edición Múltiple';
$lang['items_confirm_delete'] = '¿Estás seguro(a) de querer borrar los artículos seleccionados?';
$lang['items_none_selected'] = 'No has seleccionado artículos para editar';
$lang['items_confirm_bulk_edit'] = '¿Estás seguro(a) de querer editar los artículos seleccionados?';
$lang['items_successful_bulk_edit'] = 'Has actualizado satisfactoriamente los artículos seleccionados';
$lang['items_error_updating_multiple'] = 'Error actualizando artículos';
$lang['items_edit_fields_you_want_to_update'] = 'Edita los campos que quieras actualizar en TODOS los artículos seleccionados';
$lang['items_error_adding_updating'] = 'Error agregando/actualizando artículo';
$lang['items_successful_adding'] = 'Has agregado satisfactoriamente un artículo';
$lang['items_successful_updating'] = 'Has actualizando satisfactoriamente un artículo';
$lang['items_successful_deleted'] = 'Has borrado satisfactoriamente';
$lang['items_one_or_multiple'] = 'articulo(s)';
$lang['items_cannot_be_deleted'] = 'No se pueden borrar los artículos seleccionados. Uno o más tiene(n) ventas.';
$lang['items_name_required'] = 'Nombre de Artículo es requerido';
$lang['items_category_required'] = 'Categoría es requerido';
$lang['items_buy_price_required'] = 'Precio de Compra es requerido';
$lang['items_unit_price_required'] = 'Precio de Venta es requerido';
$lang['items_cost_price_required'] = 'Precio de Compra es requerido';
$lang['items_tax_percent_required'] = 'Porcentaje de Impuesto es requerido';
$lang['items_quantity_required'] = 'Cantidad es requerido';
$lang['items_reorder_level_required'] = 'Cantidad Mínima es requerido';
$lang['items_unit_price_number'] = 'Precio de Venta debe ser número';
$lang['items_cost_price_number'] = 'Precio de Compra debe ser número';
$lang['items_quantity_number'] = 'Cantidad debe ser número';
$lang['items_reorder_level_number'] = 'Cantidad Mínima debe ser número';
$lang['items_none'] = 'Ninguno';
$lang['items_supplier'] = 'Proveedor';
$lang['items_generate_barcodes'] = 'Generar Códigos de Barras';
$lang['items_must_select_item_for_barcode'] = 'Debes seleccionar al menos 1 artículo para generar códigos de barras';
$lang['items_excel_import_failed'] = 'Falló la importación de Excel';
$lang['items_allow_alt_description'] = 'Permitir Descripción Alternativa';
$lang['items_is_serialized'] = 'El Artículo tiene Número de Serie';
$lang['items_low_inventory_items'] = 'Artículos de Inventario Escaso';
$lang['items_serialized_items'] = 'Artículos Serializados';
$lang['items_no_description_items'] = 'Artículos sin Descripción';
$lang['items_search_custom_items'] = 'Buscar en campos personalizados';//GARRISON ADDED
$lang['items_inventory_comments'] = 'Comentarios';
$lang['items_count'] = 'Actualizar Inventario';
$lang['items_details_count'] = 'Detalles de Cuenta de Inventario';
$lang['items_add_minus'] = 'Inventario a agregar/substraer';
$lang['items_current_quantity'] = 'Cantidad Actual';
$lang['items_quantity_required'] = 'Cantidad es un valor requerido. Por favor cierre (X) para cancelar';
$lang['items_do_nothing'] = 'No Hacer Nada';
$lang['items_change_all_to_serialized'] = 'Cambiar Todo A Serializado';
$lang['items_change_all_to_unserialized'] = 'Cambiar Todo A Deserializado';
$lang['items_change_all_to_allow_alt_desc'] = 'Permitir Descripción Alternativa Para Todos';
$lang['items_change_all_to_not_allow_allow_desc'] = 'Denegar Descripción Alternativa Para Todos';
$lang['items_use_inventory_menu'] = 'Usar Menú de Inventario';
$lang['items_manually_editing_of_quantity'] = 'Edición Manual de Cantidad';
$lang['items_inventory'] = 'Inventario';
$lang['items_location'] = 'Ubicación';
$lang['items_is_deleted'] = 'Eliminado';// Parq 131215
?>

View File

@@ -1,8 +1,8 @@
<?php
$lang["login_go"] = "Ir";
$lang["login_invalid_username_and_password"] = "Usuario/Contraseña inválidos";
$lang["login_login"] = "Iniciar Sesión";
$lang["login_password"] = "Contraseña";
$lang["login_username"] = "Usuario";
$lang["login_welcome_message"] = "Bienvenido(a) al Sistema Open Source Point of Sale. Para continuar, inicia sesión usando tu Usuario y Contraseña.";
<?php
$lang['login_login'] = 'Iniciar Sesión';
$lang['login_username'] = 'Usuario';
$lang['login_password'] = 'Contraseña';
$lang['login_go'] = 'Ir';
$lang['login_invalid_username_and_password'] = 'Usuario/Contraseña inválidos';
$lang['login_welcome_message'] = 'Bienvenido(a) al Sistema Open Source Point of Sale. Para continuar, inicia sesión usando tu Usuario y Contraseña.';
?>

View File

@@ -1,23 +1,34 @@
<?php
<?php
$lang['module_home'] = 'Inicio';
$lang["module_config"] = "Configuración de la Tienda";
$lang["module_config_desc"] = "Cambiar la configuración de la tienda";
$lang["module_customers"] = "Clientes";
$lang["module_customers_desc"] = "Agregar, Actualizar, Borrar y Buscar clientes";
$lang["module_employees"] = "Empleados";
$lang["module_employees_desc"] = "Agregar, Actualizar, Borrar y Buscar empleados";
$lang["module_giftcards"] = "Tarjetas de Regalo";
$lang["module_giftcards_desc"] = "Agregar, Actualizar, Borrar y Buscar Tarjetas de Regalo";
$lang["module_home"] = "Inicio";
$lang["module_item_kits"] = "Kits de Artículos";
$lang["module_item_kits_desc"] = "Agregar, Actualizar, Borrar y Buscar Kits de Artículos";
$lang["module_items"] = "Artículos";
$lang["module_items_desc"] = "Agregar, Actualizar, Borrar y Buscar artículos";
$lang["module_receivings"] = "Recepción";
$lang["module_receivings_desc"] = "Procesar órdenes de compra";
$lang["module_reports"] = "Reportes";
$lang["module_reports_desc"] = "Ver y generar reportes";
$lang["module_sales"] = "Ventas";
$lang["module_sales_desc"] = "Procesar ventas y devoluciones";
$lang["module_suppliers"] = "Proveedores";
$lang["module_suppliers_desc"] = "Agregar, Actualizar, Borrar y Buscar proveedores";
$lang['module_customers'] = 'Clientes';
$lang['module_customers_desc'] = 'Agregar, Actualizar, Borrar y Buscar clientes';
$lang['module_suppliers'] = 'Proveedores';
$lang['module_suppliers_desc'] = 'Agregar, Actualizar, Borrar y Buscar proveedores';
$lang['module_employees'] = 'Empleados';
$lang['module_employees_desc'] = 'Agregar, Actualizar, Borrar y Buscar empleados';
$lang['module_sales'] = 'Ventas';
$lang['module_sales_desc'] = 'Procesar ventas y devoluciones';
$lang['module_reports'] = 'Reportes';
$lang['module_reports_desc'] = 'Ver y generar reportes';
$lang['module_items'] = 'Artículos';
$lang['module_items_desc'] = 'Agregar, Actualizar, Borrar y Buscar artículos';
$lang['module_config'] = 'Configuración de la Tienda';
$lang['module_config_desc'] = 'Cambiar la configuración de la tienda';
$lang['module_receivings'] = 'Recepción';
$lang['module_receivings_desc'] = 'Procesar órdenes de compra';
$lang['module_giftcards'] = 'Tarjetas de Regalo';
$lang['module_giftcards_desc'] = 'Agregar, Actualizar, Borrar y Buscar Tarjetas de Regalo';
$lang['module_item_kits'] = 'Kits de Artículos';
$lang['module_item_kits_desc'] = 'Agregar, Actualizar, Borrar y Buscar Kits de Artículos';
?>

View File

@@ -1,49 +1,26 @@
<?php
$lang["receivings_transaction_failed"] = "Las Transacciones de Entrada Fallaron";
$lang["recvs_basic_information"] = "";
$lang["recvs_cancel_receiving"] = "";
$lang["recvs_cannot_be_deleted"] = "";
$lang["recvs_comments"] = "";
$lang["recvs_complete_receiving"] = "Terminar";
$lang["recvs_confirm_cancel_receiving"] = "¿Estás seguro(a) de querer limpiar esta entrada? Todos los artículos serán limpiados.";
$lang["recvs_confirm_finish_receiving"] = "¿Estás seguro(a) de querer procesar esta entrada? Ésto no puede ser deshecho.";
$lang["recvs_cost"] = "Costo";
$lang["recvs_date"] = "";
$lang["recvs_date_required"] = "";
$lang["recvs_date_type"] = "";
$lang["recvs_delete_confirmation"] = "";
$lang["recvs_delete_entire_sale"] = "";
$lang["recvs_discount"] = "Descuento %";
$lang["recvs_edit"] = "Editar";
$lang["recvs_edit_sale"] = "";
$lang["recvs_employee"] = "";
$lang["recvs_error_editing_item"] = "Error al editar artículo";
$lang["recvs_error_requisition"] = "";
$lang["recvs_find_or_scan_item"] = "Encontrar/Escanear Artículo";
$lang["recvs_find_or_scan_item_or_receipt"] = "Encontrar/Escanear Artículo o Entrada";
$lang["recvs_id"] = "ID de Entrada";
$lang["recvs_invoice_number"] = "";
$lang["recvs_invoice_number_duplicate"] = "";
$lang["recvs_item_name"] = "Nombre del Artículo";
$lang["recvs_mode"] = "Modo de Entradas";
$lang["recvs_new_supplier"] = "Nuevo Proveedor";
$lang["recvs_one_or_multiple"] = "";
$lang["recvs_quantity"] = "Cant.";
$lang["recvs_receipt"] = "Recibo de Entrada";
$lang["recvs_receipt_number"] = "";
$lang["recvs_receiving"] = "Recibir";
$lang["recvs_register"] = "Entrada de Artículos";
$lang["recvs_requisition"] = "";
$lang["recvs_return"] = "Devolver";
$lang["recvs_select_supplier"] = "Seleccionar Proveedor (Opcional)";
$lang["recvs_start_typing_supplier_name"] = "Empieza a escribir el nombre del proveedor...";
$lang["recvs_stock_destination"] = "";
$lang["recvs_stock_locaiton"] = "";
$lang["recvs_stock_source"] = "";
$lang["recvs_successfully_deleted"] = "";
$lang["recvs_successfully_updated"] = "";
$lang["recvs_supplier"] = "Proveedor";
$lang["recvs_total"] = "Total";
$lang["recvs_unable_to_add_item"] = "No se puede agregar el artículo a la entrada";
$lang["recvs_unsuccessfully_updated"] = "";
<?php
$lang['recvs_register'] = 'Entrada de Artículos';
$lang['recvs_mode'] = 'Modo de Entradas';
$lang['recvs_receiving'] = 'Recibir';
$lang['recvs_return'] = 'Devolver';
$lang['recvs_total'] = 'Total';
$lang['recvs_cost'] = 'Costo';
$lang['recvs_quantity'] = 'Cant.';
$lang['recvs_discount'] = 'Descuento %';
$lang['recvs_edit'] = 'Editar';
$lang['recvs_new_supplier'] = 'Nuevo Proveedor';
$lang['recvs_supplier'] = 'Proveedor';
$lang['recvs_select_supplier'] = 'Seleccionar Proveedor (Opcional)';
$lang['recvs_start_typing_supplier_name'] = 'Empieza a escribir el nombre del proveedor...';
$lang['recvs_unable_to_add_item'] = 'No se puede agregar el artículo a la entrada';
$lang['recvs_error_editing_item'] = 'Error al editar artículo';
$lang['recvs_receipt'] = 'Recibo de Entrada';
$lang['recvs_complete_receiving'] = 'Terminar';
$lang['recvs_confirm_finish_receiving'] = '¿Estás seguro(a) de querer procesar esta entrada? Ésto no puede ser deshecho.';
$lang['recvs_confirm_cancel_receiving'] = '¿Estás seguro(a) de querer limpiar esta entrada? Todos los artículos serán limpiados.';
$lang['recvs_find_or_scan_item'] = 'Encontrar/Escanear Artículo';
$lang['recvs_find_or_scan_item_or_receipt'] = 'Encontrar/Escanear Artículo o Entrada';
$lang['recvs_id'] = 'ID de Entrada';
$lang['recvs_item_name'] = 'Nombre del Artículo';
$lang['receivings_transaction_failed'] = 'Las Transacciones de Entrada Fallaron';
?>

View File

@@ -1,96 +1,88 @@
<?php
$lang["reports_all"] = "Todo";
$lang["reports_all_time"] = "Todos";
$lang["reports_categories"] = "Categorías";
$lang["reports_categories_summary_report"] = "Reporte de Resumen de Categorías";
$lang["reports_category"] = "Categoría";
$lang["reports_comments"] = "Comentarios";
$lang["reports_count"] = "Cuenta";
$lang["reports_customer"] = "Cliente";
$lang["reports_customers"] = "Clientes";
$lang["reports_customers_summary_report"] = "Reporte de Resumen de Clientes";
$lang["reports_date"] = "Fecha";
$lang["reports_date_range"] = "Rango de Fecha";
$lang["reports_description"] = "Descripción";
$lang["reports_detailed_receivings_report"] = "Reporte Detallado de Entradas";
$lang["reports_detailed_reports"] = "Reportes Detallados";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Reporte de Ventas Detallado";
$lang["reports_discount"] = "Descuento";
$lang["reports_discount_percent"] = "Porcentaje de Descuento";
$lang["reports_discounts"] = "Descuentos";
$lang["reports_discounts_summary_report"] = "Reporte de Resumen de Descuentos";
$lang["reports_employee"] = "Empleado";
$lang["reports_employees"] = "Empleados";
$lang["reports_employees_summary_report"] = "Reporte de Resumen de Empleados";
$lang["reports_graphical_reports"] = "Reportes Gráficos";
$lang["reports_inventory"] = "";
$lang["reports_inventory_low"] = "Inventario Bajo";
$lang["reports_inventory_low_report"] = "Reporte de Inventario Bajo";
$lang["reports_inventory_reports"] = "Reportes de Inventario";
$lang["reports_inventory_summary"] = "Resumen de Inventario";
$lang["reports_inventory_summary_report"] = "Reporte de Resumen de Inventario";
$lang["reports_item"] = "Artículo";
$lang["reports_item_name"] = "Nombre del Artículo";
$lang["reports_item_number"] = "Número de Artículo";
$lang["reports_items"] = "Artículos";
$lang["reports_items_purchased"] = "Artículos Comprados";
$lang["reports_items_received"] = "Artículos Recibidos";
$lang["reports_items_summary_report"] = "Reporte de Resumen de Artículos";
$lang["reports_last_7"] = "Últimos 7 Días";
$lang["reports_last_month"] = "Último Mes";
$lang["reports_last_year"] = "Último Año";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_name"] = "Nombre";
$lang["reports_payment_type"] = "Tipo de Pago";
$lang["reports_payments"] = "Pagos";
$lang["reports_payments_summary_report"] = "Reporte de Resumen de Pagos";
$lang["reports_profit"] = "Ganancia";
$lang["reports_quantity_purchased"] = "Cantidad Comprada";
$lang["reports_received_by"] = "Recibido por";
$lang["reports_receiving_id"] = "";
$lang["reports_receiving_type"] = "";
$lang["reports_receivings"] = "Entradas";
$lang["reports_reorder_level"] = "Cantidad Mínima";
$lang["reports_report"] = "Reporte";
$lang["reports_report_input"] = "Entrada de Reporte";
$lang["reports_reports"] = "Reportes";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "";
$lang["reports_returns"] = "Devoluciones";
$lang["reports_revenue"] = "Ingresos";
$lang["reports_sale_id"] = "ID de Venta";
$lang["reports_sale_type"] = "Tipo de Venta";
$lang["reports_sales"] = "Ventas";
$lang["reports_sales_amount"] = "Monto de ventas";
$lang["reports_sales_summary_report"] = "Reporte de Resumen de Ventas";
$lang["reports_serial_number"] = "S/N:";
$lang["reports_sold_by"] = "Vendido Por";
$lang["reports_sold_to"] = "Vendido A";
$lang["reports_stock_location"] = "";
$lang["reports_subtotal"] = "Subtotal";
$lang["reports_summary_reports"] = "Reportes Resumidos";
$lang["reports_supplied_by"] = "Provisto por";
$lang["reports_supplier"] = "Proveedor";
$lang["reports_suppliers"] = "Proveedores";
$lang["reports_suppliers_summary_report"] = "Reporte de Resumen de Proveedores";
$lang["reports_tax"] = "Impuesto";
$lang["reports_tax_percent"] = "Porcentaje de Impuestos";
$lang["reports_taxes"] = "Impuestos";
$lang["reports_taxes_summary_report"] = "Reporte de Resumen de Impuestos";
$lang["reports_this_month"] = "Este Mes";
$lang["reports_this_year"] = "Este Año";
$lang["reports_today"] = "Hoy";
$lang["reports_total"] = "Total";
$lang["reports_type"] = "Tipo";
$lang["reports_welcome_message"] = "Bienvenido(a) al panel de reportes. Selecciona un reporte para verlo.";
$lang["reports_yesterday"] = "Ayer";
<?php
$lang['reports_reports'] = 'Reportes';
$lang['reports_report'] = 'Reporte';
$lang['reports_welcome_message'] = 'Bienvenido(a) al panel de reportes. Selecciona un reporte para verlo.';
$lang['reports_sales_summary_report'] = 'Reporte de Resumen de Ventas';
$lang['reports_categories_summary_report'] = 'Reporte de Resumen de Categorías';
$lang['reports_customers_summary_report'] = 'Reporte de Resumen de Clientes';
$lang['reports_suppliers_summary_report'] = 'Reporte de Resumen de Proveedores';
$lang['reports_items_summary_report'] = 'Reporte de Resumen de Artículos';
$lang['reports_employees_summary_report'] = 'Reporte de Resumen de Empleados';
$lang['reports_taxes_summary_report'] = 'Reporte de Resumen de Impuestos';
$lang['reports_date'] = 'Fecha';
$lang['reports_name'] = 'Nombre';
$lang['reports_quantity_purchased'] = 'Cantidad Comprada';
$lang['reports_sale_id'] = 'ID de Venta';
$lang['reports_items_purchased'] = 'Artículos Comprados';
$lang['reports_sold_by'] = 'Vendido Por';
$lang['reports_sold_to'] = 'Vendido A';
$lang['reports_category'] = 'Categoría';
$lang['reports_customer'] = 'Cliente';
$lang['reports_employee'] = 'Empleado';
$lang['reports_item'] = 'Artículo';
$lang['reports_items'] = 'Artículos';
$lang['reports_supplier'] = 'Proveedor';
$lang['reports_employees'] = 'Empleados';
$lang['reports_subtotal'] = 'Subtotal';
$lang['reports_total'] = 'Total';
$lang['reports_tax'] = 'Impuesto';
$lang['reports_profit'] = 'Ganancia';
$lang['reports_report_input'] = 'Entrada de Reporte';
$lang['reports_type'] = 'Tipo';
$lang['reports_date_range'] = 'Rango de Fecha';
$lang['reports_today'] = 'Hoy';
$lang['reports_yesterday'] = 'Ayer';
$lang['reports_last_7'] = 'Últimos 7 Días';
$lang['reports_this_month'] = 'Este Mes';
$lang['reports_last_month'] = 'Último Mes';
$lang['reports_this_year'] = 'Este Año';
$lang['reports_last_year'] = 'Último Año';
$lang['reports_all_time'] = 'Todos';
$lang['reports_detailed_sales_report'] = 'Reporte de Ventas Detallado';
$lang['reports_comments'] = 'Comentarios';
$lang['reports_discount'] = 'Descuento';
$lang['reports_payment_type'] = 'Tipo de Pago';
$lang['reports_sales'] = 'Ventas';
$lang['reports_categories'] = 'Categorías';
$lang['reports_customers'] = 'Clientes';
$lang['reports_suppliers'] = 'Proveedores';
$lang['reports_items'] = 'Artículos';
$lang['reports_employees'] = 'Empleados';
$lang['reports_taxes'] = 'Impuestos';
$lang['reports_customer'] = 'Cliente';
$lang['reports_employee'] = 'Empleado';
$lang['reports_tax_percent'] = 'Porcentaje de Impuestos';
$lang['reports_quantity_purchased'] = 'Cantidad Comprada';
$lang['reports_serial_number'] = 'S/N:';
$lang['reports_description'] = 'Descripción';
$lang['reports_date'] = 'Fecha';
$lang['reports_sales_amount'] = 'Monto de ventas';
$lang['reports_revenue'] = 'Ingresos';
$lang['reports_discounts'] = 'Descuentos';
$lang['reports_discounts_summary_report'] = 'Reporte de Resumen de Descuentos';
$lang['reports_discount_percent'] = 'Porcentaje de Descuento';
$lang['reports_count'] = 'Cuenta';
$lang['reports_summary_reports'] = 'Reportes Resumidos';
$lang['reports_graphical_reports'] = 'Reportes Gráficos';
$lang['reports_detailed_reports'] = 'Reportes Detallados';
$lang['reports_inventory_reports'] = 'Reportes de Inventario';
$lang['reports_low_inventory'] = 'Inventario Bajo';
$lang['reports_inventory_summary'] = 'Resumen de Inventario';
$lang['reports_item_number'] = 'Número de Artículo';
$lang['reports_reorder_level'] = 'Cantidad Mínima';
$lang['reports_low_inventory_report'] = 'Reporte de Inventario Bajo';
$lang['reports_item_name'] = 'Nombre del Artículo';
$lang['reports_inventory_summary_report'] = 'Reporte de Resumen de Inventario';
$lang['reports_payment_type'] = 'Tipo de Pago';
$lang['reports_payments_summary_report'] = 'Reporte de Resumen de Pagos';
$lang['reports_payments'] = 'Pagos';
$lang['reports_receivings'] = 'Entradas';
$lang['reports_received_by'] = 'Recibido por';
$lang['reports_supplied_by'] = 'Provisto por';
$lang['reports_items_received'] = 'Artículos Recibidos';
$lang['reports_detailed_receivings_report'] = 'Reporte Detallado de Entradas';
$lang['reports_sale_type'] = 'Tipo de Venta';
$lang['reports_all'] = 'Todo';
$lang['reports_returns'] = 'Devoluciones';
$lang['reports_discount'] = 'Descuento mayor que ';
?>

View File

@@ -1,93 +1,86 @@
<?php
$lang["sales_add_payment"] = "Agregar Pago";
$lang["sales_amount_due"] = "Debe";
$lang["sales_amount_tendered"] = "Cantidad Recibida";
$lang["sales_basic_information"] = "información sobre las entradas";
$lang["sales_cancel_sale"] = "Cancelar Venta";
$lang["sales_cannot_be_deleted"] = "";
$lang["sales_cash"] = "Efectivo";
$lang["sales_change_due"] = "Cambio";
$lang["sales_check"] = "Cheque";
$lang["sales_comment"] = "Comentario";
$lang["sales_comments"] = "Comentarios";
$lang["sales_complete_sale"] = "Completar Venta";
$lang["sales_confirm_cancel_sale"] = "¿Estás seguro(a) de querer limpiar esta venta? Todos los artículos serán limpiados.";
$lang["sales_confirm_finish_sale"] = "¿Estás seguro(a) de querer procesar esta venta? Ésto no se puede deshacer.";
$lang["sales_confirm_suspend_sale"] = "¿Estás seguro(a) de querer suspender esta venta?";
$lang["sales_credit"] = "Tarjeta de Crédito";
$lang["sales_customer"] = "cliente";
$lang["sales_date"] = "Fecha";
$lang["sales_date_required"] = "";
$lang["sales_date_type"] = "";
$lang["sales_debit"] = "Tarjeta de Débito";
$lang["sales_delete_confirmation"] = "¿Estás seguro(a) de querer borrar esta venta? Esta acción no se puede deshacer.";
$lang["sales_delete_entire_sale"] = "Borrar la venta completa";
$lang["sales_delete_successful"] = "Has borrado satisfactoriamente una venta";
$lang["sales_delete_unsuccessful"] = "No he podido borrar la venta satisfactoriamente";
$lang["sales_description_abbrv"] = "Desc";
$lang["sales_discount"] = "Desc %";
$lang["sales_discount_included"] = "";
$lang["sales_discount_short"] = "%";
$lang["sales_edit"] = "Editar";
$lang["sales_edit_item"] = "Editar Artículo";
$lang["sales_edit_sale"] = "Editar Venta";
$lang["sales_email_receipt"] = "Enviar Ticket";
$lang["sales_employee"] = "Empleado";
$lang["sales_error_editing_item"] = "Error editando artículo";
$lang["sales_find_or_scan_item"] = "Encontrar/Escanear Artículo";
$lang["sales_find_or_scan_item_or_receipt"] = "Encontrar/Escanear Artículo o Entrada";
$lang["sales_giftcard"] = "Tarjeta de Regalo";
$lang["sales_giftcard_number"] = "Número de Tarjeta de Regalo";
$lang["sales_id"] = "ID de Venta";
$lang["sales_invoice_number"] = "";
$lang["sales_invoice_number_duplicate"] = "";
$lang["sales_item_insufficient_of_stock"] = "Hay un número insuficiente de Artículos en existencia";
$lang["sales_item_insufficient_of_stockfi"] = "";
$lang["sales_item_name"] = "Nombre del Artículo";
$lang["sales_item_number"] = "UPC/EAN/ISBN";
$lang["sales_item_out_of_stock"] = "El artículo está agotado";
$lang["sales_mode"] = "Modo";
$lang["sales_must_enter_numeric"] = "Cantidad Recibida debe ser número";
$lang["sales_must_enter_numeric_giftcard"] = "Número de Tarjeta de Regalo debe ser número";
$lang["sales_new_customer"] = "Cliente Nuevo";
$lang["sales_new_item"] = "Artículo Nuevo";
$lang["sales_no_items_in_cart"] = "No hay artículos en el carrito";
$lang["sales_one_or_multiple"] = "";
$lang["sales_payment"] = "Tipo de Pago";
$lang["sales_payment_amount"] = "Cantidad";
$lang["sales_payment_not_cover_total"] = "La Cantidad Recibida no cubre el pago total";
$lang["sales_payment_type"] = "Tipo";
$lang["sales_payments_total"] = "Pagado";
$lang["sales_price"] = "Precio";
$lang["sales_quantity"] = "Cant.";
$lang["sales_quantity_less_than_zero"] = "Advertencia. La cantidad deseada es insuficiente. Puedes procesar la venta pero verifica el inventario.";
$lang["sales_receipt"] = "Recibo de Venta";
$lang["sales_receipt_number"] = "POS #";
$lang["sales_register"] = "Registro de Ventas";
$lang["sales_remove_customer"] = "Borrar Cliente";
$lang["sales_return"] = "Devolución";
$lang["sales_sale"] = "Venta";
$lang["sales_sale_for_customer"] = "Cliente:";
$lang["sales_sale_time"] = "Hora";
$lang["sales_select_customer"] = "Seleccionar Cliente (Opcional)";
$lang["sales_serial"] = "Serial";
$lang["sales_start_typing_customer_name"] = "Empieza a escribir el cliente...";
$lang["sales_start_typing_item_name"] = "Empieza a escribir o escanea el código de barras...";
$lang["sales_stock_location"] = "";
$lang["sales_sub_total"] = "Subtotal";
$lang["sales_successfully_deleted"] = "La Venta ha sido borrada satisfactoriamente";
$lang["sales_successfully_suspended_sale"] = "La venta ha sido suspendida satisfactoriamente";
$lang["sales_successfully_updated"] = "La venta ha sido actualizada satisfactoriamente";
$lang["sales_suspend_sale"] = "Suspender Venta";
$lang["sales_suspended_sale_id"] = "ID de Venta Suspendida";
$lang["sales_suspended_sales"] = "Ventas Suspendidas";
$lang["sales_tax"] = "Impuesto";
$lang["sales_tax_percent"] = "% de Impuesto";
$lang["sales_total"] = "Total";
$lang["sales_transaction_failed"] = "La transacción de venta falló";
$lang["sales_unable_to_add_item"] = "No se puede agregar el artículo a la venta";
$lang["sales_unsuccessfully_deleted"] = "Ha fallado la eliminación de la Venta";
$lang["sales_unsuccessfully_updated"] = "Ha fallado la actualización de la venta";
$lang["sales_unsuspend"] = "Retomar";
$lang["sales_unsuspend_and_delete"] = "Retomar y Borrar";
<?php
$lang['sales_giftcard_number'] = 'Número de Tarjeta de Regalo';
$lang['sales_giftcard'] = 'Tarjeta de Regalo';
$lang['sales_register'] = 'Registro de Ventas';
$lang['sales_mode'] = 'Modo';
$lang['sales_new_item'] = 'Artículo Nuevo';
$lang['sales_item_name'] = 'Nombre del Artículo';
$lang['sales_item_number'] = 'UPC/EAN/ISBN';
$lang['sales_new_customer'] = 'Cliente Nuevo';
$lang['sales_customer'] = 'cliente';
$lang['sales_no_items_in_cart'] = 'No hay artículos en el carrito';
$lang['sales_total'] = 'Total';
$lang['sales_tax_percent'] = '% de Impuesto';
$lang['sales_price'] = 'Precio';
$lang['sales_quantity'] = 'Cant.';
$lang['sales_discount'] = 'Desc %';
$lang['sales_edit'] = 'Editar';
$lang['sales_payment'] = 'Tipo de Pago';
$lang['sales_edit_item'] = 'Editar Artículo';
$lang['sales_find_or_scan_item'] = 'Encontrar/Escanear Artículo';
$lang['sales_find_or_scan_item_or_receipt'] = 'Encontrar/Escanear Artículo o Entrada';
$lang['sales_select_customer'] = 'Seleccionar Cliente (Opcional)';
$lang['sales_start_typing_item_name'] = 'Empieza a escribir o escanea el código de barras...';
$lang['sales_start_typing_customer_name'] = 'Empieza a escribir el cliente...';
$lang['sales_sub_total'] = 'Subtotal';
$lang['sales_tax'] = 'Impuesto';
$lang['sales_comment'] = 'Comentario';
$lang['sales_unable_to_add_item'] = 'No se puede agregar el artículo a la venta';
$lang['sales_sale_for_customer'] = 'Cliente:';
$lang['sales_remove_customer'] = 'Borrar Cliente';
$lang['sales_error_editing_item'] = 'Error editando artículo';
$lang['sales_complete_sale'] = 'Completar Venta';
$lang['sales_cancel_sale'] = 'Cancelar Venta';
$lang['sales_add_payment'] = 'Agregar Pago';
$lang['sales_receipt'] = 'Recibo de Venta';
$lang['sales_receipt_number']='POS #';
$lang['sales_id'] = 'ID de Venta';
$lang['sales_sale'] = 'Venta';
$lang['sales_return'] = 'Devolución';
$lang['sales_confirm_finish_sale'] = '¿Estás seguro(a) de querer procesar esta venta? Ésto no se puede deshacer.';
$lang['sales_confirm_cancel_sale'] = '¿Estás seguro(a) de querer limpiar esta venta? Todos los artículos serán limpiados.';
$lang['sales_cash'] = 'Efectivo';
$lang['sales_check'] = 'Cheque';
$lang['sales_debit'] = 'Tarjeta de Débito';
$lang['sales_credit'] = 'Tarjeta de Crédito';
$lang['sales_giftcard'] = 'Gift Card';
$lang['sales_amount_tendered'] = 'Cantidad Recibida';
$lang['sales_change_due'] = 'Cambio';
$lang['sales_payment_not_cover_total'] = 'La Cantidad Recibida no cubre el pago total';
$lang['sales_transaction_failed'] = 'La transacción de venta falló';
$lang['sales_must_enter_numeric'] = 'Cantidad Recibida debe ser número';
$lang['sales_must_enter_numeric_giftcard'] = 'Número de Tarjeta de Regalo debe ser número';
$lang['sales_serial'] = 'Serial';
$lang['sales_description_abbrv'] = 'Desc';
$lang['sales_item_out_of_stock'] = 'El artículo está agotado';
$lang['sales_item_insufficient_of_stock'] = 'Hay un número insuficiente de Artículos en existencia';
$lang['sales_quantity_less_than_zero'] = 'Advertencia. La cantidad deseada es insuficiente. Puedes procesar la venta pero verifica el inventario.';
$lang['sales_successfully_updated'] = 'La venta ha sido actualizada satisfactoriamente';
$lang['sales_unsuccessfully_updated'] = 'Ha fallado la actualización de la venta';
$lang['sales_edit_sale'] = 'Editar Venta';
$lang['sales_employee'] = 'Empleado';
$lang['sales_successfully_deleted'] = 'La Venta ha sido borrada satisfactoriamente';
$lang['sales_unsuccessfully_deleted'] = 'Ha fallado la eliminación de la Venta';
$lang['sales_delete_entire_sale'] = 'Borrar la venta completa';
$lang['sales_delete_confirmation'] = '¿Estás seguro(a) de querer borrar esta venta? Esta acción no se puede deshacer.';
$lang['sales_delete_successful'] = 'Has borrado satisfactoriamente una venta';
$lang['sales_delete_unsuccessful'] = 'No he podido borrar la venta satisfactoriamente';
$lang['sales_suspend_sale'] = 'Suspender Venta';
$lang['sales_confirm_suspend_sale'] = '¿Estás seguro(a) de querer suspender esta venta?';
$lang['sales_suspended_sales'] = 'Ventas Suspendidas';
$lang['sales_suspended_sale_id'] = 'ID de Venta Suspendida';
$lang['sales_date'] = 'Fecha';
$lang['sales_comments'] = 'Comentarios';
$lang['sales_unsuspend_and_delete'] = 'Retomar y Borrar';
$lang['sales_unsuspend'] = 'Retomar';
$lang['sales_successfully_suspended_sale'] = 'La venta ha sido suspendida satisfactoriamente';
$lang['sales_email_receipt'] = 'Enviar Ticket';
$lang['sales_discount_short']='%';
$lang["sales_discount_included"]='% Descuento';
$lang['sales_sale_time']='Hora';
$lang['sales_payments_total'] = 'Pagado';
$lang['sales_amount_due'] = 'Debe';
$lang['sales_payment_type'] = "Tipo";
$lang['sales_payment_amount'] = "Cantidad";
$lang['sales_basic_information'] = "información sobre las entradas";
?>

View File

@@ -1,17 +1,17 @@
<?php
$lang["suppliers_account_number"] = "Cuenta #";
$lang["suppliers_basic_information"] = "Información de Proveedores";
$lang["suppliers_cannot_be_deleted"] = "No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas.";
$lang["suppliers_company_name"] = "Nombre de la Compañía";
$lang["suppliers_company_name_required"] = "Nombre de la Compañía es requerido";
$lang["suppliers_confirm_delete"] = "Estás seguro(a) de querer borrar los proveedores seleccionados?";
$lang["suppliers_error_adding_updating"] = "Error agregando/actualizando proveedor";
$lang["suppliers_new"] = "Nuevo Proveedor";
$lang["suppliers_none_selected"] = "No has seleccionado proveedores para borrar";
$lang["suppliers_one_or_multiple"] = "proveedor(es)";
$lang["suppliers_successful_adding"] = "Has agregado el proveedor satisfactoriamente";
$lang["suppliers_successful_deleted"] = "Has borrado satisfactoriamente a";
$lang["suppliers_successful_updating"] = "Has actualizado el proveedor satisfactoriamente";
$lang["suppliers_supplier"] = "Proveedor";
$lang["suppliers_update"] = "Actualizar Proveedor";
<?php
$lang['suppliers_new'] = 'Nuevo Proveedor';
$lang['suppliers_supplier'] = 'Proveedor';
$lang['suppliers_update'] = 'Actualizar Proveedor';
$lang['suppliers_confirm_delete'] = 'Estás seguro(a) de querer borrar los proveedores seleccionados?';
$lang['suppliers_none_selected'] = 'No has seleccionado proveedores para borrar';
$lang['suppliers_error_adding_updating'] = 'Error agregando/actualizando proveedor';
$lang['suppliers_successful_adding'] = 'Has agregado el proveedor satisfactoriamente';
$lang['suppliers_successful_updating'] = 'Has actualizado el proveedor satisfactoriamente';
$lang['suppliers_successful_deleted'] = 'Has borrado satisfactoriamente a';
$lang['suppliers_one_or_multiple'] = 'proveedor(es)';
$lang['suppliers_cannot_be_deleted'] = 'No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas.';
$lang['suppliers_basic_information'] = 'Información de Proveedores';
$lang['suppliers_account_number'] = 'Cuenta #';
$lang['suppliers_company_name'] = 'Nombre de la Compañía';
$lang['suppliers_company_name_required'] = 'Nombre de la Compañía es requerido';
?>

View File

@@ -1,42 +1,42 @@
<?php
$lang["common_address_1"] = "Addresse 1";
$lang["common_address_2"] = "Addresse 2";
$lang["common_city"] = "Ville";
$lang["common_comments"] = "Commentaires";
$lang["common_common"] = "commun";
$lang["common_confirm_search"] = "Vous avez sélectionné une ou plusieurs ligne(s). Elles ne seront plus selectionnées apres cette recherche. Voulez-vous lancer cette recherche?";
$lang["common_country"] = "Pays";
$lang["common_delete"] = "Effacer";
$lang["common_det"] = "détails";
$lang["common_edit"] = "éditer";
$lang["common_email"] = "E-Mail";
$lang["common_email_invalid_format"] = "Le format de l\'adresse électronique est incorrect";
$lang["common_fields_required_message"] = "Les champs en rouge sont requis";
$lang["common_first_name"] = "Prénom";
$lang["common_first_name_required"] = "Le prénom est requis.";
$lang["common_inv"] = "inv";
$lang["common_last_name"] = "Nom";
$lang["common_last_name_required"] = "Le nom est requis";
$lang["common_learn_about_project"] = "pour les dernières informations sur le projet";
$lang["common_list_of"] = "Liste de";
$lang["common_logout"] = "Déconnexion";
$lang["common_no_persons_to_display"] = "Il n\'y a personne à afficher";
$lang["common_or"] = "OU";
$lang["common_phone_number"] = "Téléphone";
$lang["common_phone_number_required"] = "Le numéro de téléphone est requis.";
$lang["common_please_visit_my"] = "SVP visitez le";
$lang["common_powered_by"] = "Animé par";
$lang["common_price"] = "Prix";
$lang["common_remove"] = "Enlever";
$lang["common_return_policy"] = "Politique de Reprise";
$lang["common_search"] = "Recherche";
$lang["common_searched_for"] = "Recherché";
$lang["common_state"] = "État";
$lang["common_submit"] = "Envoyer";
$lang["common_view_recent_sales"] = "Voir Ventes Récentes";
$lang["common_website"] = "site-web";
$lang["common_welcome"] = "Bienvenue";
$lang["common_welcome_message"] = "Bienvenue à Open Source Point Of Sale, choisissez un module ci-dessous!";
$lang["common_you_are_using_ospos"] = "Vous utilisez Open Source Point Of Sale Version";
$lang["common_zip"] = "Zip";
<?php
$lang['common_common'] = 'commun';
$lang['common_submit'] = 'Envoyer';
$lang['common_or'] = 'OU';
$lang['common_powered_by'] = 'Animé par';
$lang['common_welcome'] = 'Bienvenue';
$lang['common_logout'] = 'Déconnexion';
$lang['common_list_of'] = 'Liste de';
$lang['common_first_name'] = 'Prénom';
$lang['common_last_name'] = 'Nom';
$lang['common_email'] = 'E-Mail';
$lang['common_phone_number'] = 'Téléphone';
$lang['common_address_1'] = 'Addresse 1';
$lang['common_address_2'] = 'Addresse 2';
$lang['common_city'] = 'Ville';
$lang['common_state'] = 'État';
$lang['common_zip'] = 'Zip';
$lang['common_country'] = 'Pays';
$lang['common_comments'] = 'Commentaires';
$lang['common_edit'] = 'éditer';
$lang['common_search'] = 'Recherche';
$lang['common_delete'] = 'Effacer';
$lang['common_remove'] = 'Enlever';
$lang['common_view_recent_sales'] = 'Voir Ventes Récentes';
$lang['common_you_are_using_ospos'] = 'Vous utilisez Open Source Point Of Sale Version';
$lang['common_please_visit_my'] = 'SVP visitez le';
$lang['common_website'] = 'site-web';
$lang['common_fields_required_message'] = 'Les champs en rouge sont requis';
$lang['common_learn_about_project'] = 'pour les dernières informations sur le projet';
$lang['common_searched_for'] = 'Recherché';
$lang['common_first_name_required'] = 'Le prénom est requis.';
$lang['common_last_name_required'] = 'Le nom est requis';
$lang['common_email_invalid_format'] = 'Le format de l\'adresse électronique est incorrect';
$lang['common_confirm_search'] = 'Vous avez sélectionné une ou plusieurs ligne(s). Elles ne seront plus selectionnées apres cette recherche. Voulez-vous lancer cette recherche?';
$lang['common_no_persons_to_display'] = 'Il n\'y a personne à afficher';
$lang['common_return_policy'] = 'Politique de Reprise';
$lang['common_price'] = 'Prix';
$lang['common_welcome_message']= 'Bienvenue à Open Source Point Of Sale, choisissez un module ci-dessous!';
$lang['common_inv'] = 'inv';
$lang['common_det'] = 'détails';
$lang['common_phone_number_required'] = 'Le numéro de téléphone est requis.';//Added by Harry-Wonder 22/05/2014
?>

View File

@@ -1,42 +1,35 @@
<?php
$lang["config_address"] = "Addresse";
$lang["config_address_required"] = "L\'adresse est requise";
$lang["config_company"] = "Nome de l\'Entreprise";
$lang["config_company_required"] = "Le nom d\'entreprise est requis";
$lang["config_company_website_url"] = "Le site web de l\'entreprise n\'est pas une URL valide (http://...)";
$lang["config_currency_side"] = "Symbole à droite";
$lang["config_currency_symbol"] = "Symbole Monétaire";
$lang["config_custom1"] = "Champ Personnalisé 1";
$lang["config_custom10"] = "Champ Personnalisé 10";
$lang["config_custom2"] = "Champ Personnalisé 2";
$lang["config_custom3"] = "Champ Personnalisé 3";
$lang["config_custom4"] = "Champ Personnalisé 4";
$lang["config_custom5"] = "Champ Personnalisé 5";
$lang["config_custom6"] = "Champ Personnalisé 6";
$lang["config_custom7"] = "Champ Personnalisé 7";
$lang["config_custom8"] = "Champ Personnalisé 8";
$lang["config_custom9"] = "Champ Personnalisé 9";
$lang["config_default_tax_rate"] = "Taux d\'Imposition par Défaut";
$lang["config_default_tax_rate_1"] = "Taux d\'Imposition 1";
$lang["config_default_tax_rate_2"] = "Taux d\'Imposition 2";
$lang["config_default_tax_rate_number"] = "Le taux d\'imposition doit etre un nombre";
$lang["config_default_tax_rate_required"] = "Le taux d\'imposition par défaut est requis";
$lang["config_fax"] = "Fax";
$lang["config_info"] = "Çonfiguration de l\'Entreprise";
$lang["config_language"] = "Langue";
$lang["config_phone"] = "Téléphone";
$lang["config_phone_required"] = "Le numéro de téléphone est requis";
$lang["config_print_after_sale"] = "Imprimer un recu après vente";
$lang["config_recv_invoice_enable"] = "";
$lang["config_recv_invoice_format"] = "";
$lang["config_return_policy_required"] = "Le Message est un champ requis";
$lang["config_sales_invoice_enable"] = "";
$lang["config_sales_invoice_format"] = "";
$lang["config_saved_successfully"] = "Configuration sauvegardée";
$lang["config_saved_unsuccessfully"] = "Échec de sauvegarde de configuration";
$lang["config_stock_location"] = "";
$lang["config_stock_location_required"] = "";
$lang["config_tax_included"] = "";
$lang["config_timezone"] = "Fuseau Horaire";
$lang["config_website"] = "Site-web";
<?php
$lang['config_info'] = 'Çonfiguration de l\'Entreprise';
$lang['config_company'] = 'Nome de l\'Entreprise';
$lang['config_address'] = 'Addresse';
$lang['config_phone'] = 'Téléphone';
$lang['config_website'] = 'Site-web';
$lang['config_fax'] = 'Fax';
$lang['config_default_tax_rate'] = 'Taux d\'Imposition par Défaut';
$lang['config_default_tax_rate_1'] = 'Taux d\'Imposition 1';
$lang['config_default_tax_rate_2'] = 'Taux d\'Imposition 2';
$lang['config_company_required'] = 'Le nom d\'entreprise est requis';
$lang['config_address_required'] = 'L\'adresse est requise';
$lang['config_phone_required'] = 'Le numéro de téléphone est requis';
$lang['config_default_tax_rate_required'] = 'Le taux d\'imposition par défaut est requis';
$lang['config_default_tax_rate_number'] = 'Le taux d\'imposition doit etre un nombre';
$lang['config_company_website_url'] = 'Le site web de l\'entreprise n\'est pas une URL valide (http://...)';
$lang['config_saved_successfully'] = 'Configuration sauvegardée';
$lang['config_saved_unsuccessfully'] = 'Échec de sauvegarde de configuration';
$lang['config_return_policy_required'] = 'Le Message est un champ requis';
$lang['config_print_after_sale'] = 'Imprimer un recu après vente';
$lang['config_language'] = 'Langue';
$lang['config_timezone'] = 'Fuseau Horaire';
$lang['config_currency_symbol'] = 'Symbole Monétaire';
$lang['config_currency_side'] = 'Symbole à droite'; //GARRISON ADDED 4/20/2013
$lang['config_custom1'] = 'Champ Personnalisé 1'; //GARRISON ADDED 4/21/2013
$lang['config_custom2'] = 'Champ Personnalisé 2'; //GARRISON ADDED 4/21/2013
$lang['config_custom3'] = 'Champ Personnalisé 3'; //GARRISON ADDED 4/21/2013
$lang['config_custom4'] = 'Champ Personnalisé 4'; //GARRISON ADDED 4/21/2013
$lang['config_custom5'] = 'Champ Personnalisé 5'; //GARRISON ADDED 4/21/2013
$lang['config_custom6'] = 'Champ Personnalisé 6'; //GARRISON ADDED 4/21/2013
$lang['config_custom7'] = 'Champ Personnalisé 7'; //GARRISON ADDED 4/21/2013
$lang['config_custom8'] = 'Champ Personnalisé 8'; //GARRISON ADDED 4/21/2013
$lang['config_custom9'] = 'Champ Personnalisé 9'; //GARRISON ADDED 4/21/2013
$lang['config_custom10'] = 'Champ Personnalisé 10'; //GARRISON ADDED 4/21/2013
?>

View File

@@ -1,16 +1,16 @@
<?php
$lang["customers_account_number"] = "# Compte";
$lang["customers_basic_information"] = "Informations Client";
$lang["customers_cannot_be_deleted"] = "Impossible de supprimer. Un ou plusiers client(s) sélectionné(s) ont des ventes.";
$lang["customers_confirm_delete"] = "Etes vous sûr(e) de vouloir supprimer ces clients?";
$lang["customers_customer"] = "Client";
$lang["customers_error_adding_updating"] = "Érreur lors de l\'ajout/suppression de client";
$lang["customers_new"] = "Nouveau Client";
$lang["customers_none_selected"] = "Vous n\\\'avez pas sélectionné de client à supprimer";
$lang["customers_one_or_multiple"] = "client(s)";
$lang["customers_successful_adding"] = "Vous avez ajouté un nouveau client";
$lang["customers_successful_deleted"] = "Suppréssion réussie";
$lang["customers_successful_updating"] = "Édition client réussie";
$lang["customers_taxable"] = "Imposable";
$lang["customers_update"] = "Éditer Client";
<?php
$lang['customers_new'] = 'Nouveau Client';
$lang['customers_customer'] = 'Client';
$lang['customers_update'] = 'Éditer Client';
$lang['customers_confirm_delete'] = 'Etes vous sûr(e) de vouloir supprimer ces clients?';
$lang['customers_none_selected'] = 'Vous n\\\'avez pas sélectionné de client à supprimer';
$lang['customers_error_adding_updating'] = 'Érreur lors de l\'ajout/suppression de client';
$lang['customers_successful_adding'] = 'Vous avez ajouté un nouveau client';
$lang['customers_successful_updating'] = 'Édition client réussie';
$lang['customers_successful_deleted'] = 'Suppréssion réussie';
$lang['customers_one_or_multiple'] = 'client(s)';
$lang['customers_cannot_be_deleted'] = 'Impossible de supprimer. Un ou plusiers client(s) sélectionné(s) ont des ventes.';
$lang['customers_basic_information'] = 'Informations Client';
$lang['customers_account_number'] = '# Compte';
$lang['customers_taxable'] = 'Imposable';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Fiche Employé";
$lang["employees_cannot_be_deleted"] = "Impossible de supprimer. Un ou plusieurs des employés à éffectué une vente, ou alors vous essayez de vous supprimer vous-meme :)";
$lang["employees_confirm_delete"] = "Voulez-vous supprimer ces employés?";
$lang["employees_employee"] = "Employé";
$lang["employees_error_adding_updating"] = "Erreur d\'ajout/édition d\'employé";
$lang["employees_error_deleting_demo_admin"] = "Vous ne pouvez pas effacer l\'utilisateur de démonstration admin";
$lang["employees_error_updating_demo_admin"] = "Vous ne pouvez pas modifier l\'utilisateur de démonstration admin";
$lang["employees_login_info"] = "Détails de Connexion Employé";
$lang["employees_new"] = "Nouvel Employé";
$lang["employees_none_selected"] = "Aucun employé sélectionné pour la suppression";
$lang["employees_one_or_multiple"] = "employé(s)";
$lang["employees_password"] = "Mot de passe";
$lang["employees_password_minlength"] = "Le Mot de passe doit etre long d\'au moins 8 caractères";
$lang["employees_password_must_match"] = "Mots de passe non corcordants";
$lang["employees_password_required"] = "Le Mot de passe est requis";
$lang["employees_permission_desc"] = "Cochez les cases cis-dessous pour autoriser l\'accès aux modules";
$lang["employees_permission_info"] = "Droits d\'Accès Employé";
$lang["employees_repeat_password"] = "Re-saisissez le mot de passe";
$lang["employees_successful_adding"] = "Employé ajouté";
$lang["employees_successful_deleted"] = "Suppréssion d\'employé réussie";
$lang["employees_successful_updating"] = "Édition d\'employé réussie";
$lang["employees_update"] = "Éditer Employé";
$lang["employees_username"] = "Nom d\'utilisateur";
$lang["employees_username_minlength"] = "Le Nom d\'utilisateur doit etre long d\'au moins 5 caractères";
$lang["employees_username_required"] = "Le Nom d\'utilisateur est requis";
<?php
$lang['employees_employee'] = 'Employé';
$lang['employees_new'] = 'Nouvel Employé';
$lang['employees_update'] = 'Éditer Employé';
$lang['employees_confirm_delete'] = 'Voulez-vous supprimer ces employés?';
$lang['employees_none_selected'] = 'Aucun employé sélectionné pour la suppression';
$lang['employees_error_adding_updating'] = 'Erreur d\'ajout/édition d\'employé';
$lang['employees_successful_adding'] = 'Employé ajouté';
$lang['employees_successful_updating'] = 'Édition d\'employé réussie';
$lang['employees_successful_deleted'] = 'Suppréssion d\'employé réussie';
$lang['employees_one_or_multiple'] = 'employé(s)';
$lang['employees_cannot_be_deleted'] = 'Impossible de supprimer. Un ou plusieurs des employés à éffectué une vente, ou alors vous essayez de vous supprimer vous-meme :)';
$lang['employees_username'] = 'Nom d\'utilisateur';
$lang['employees_password'] = 'Mot de passe';
$lang['employees_repeat_password'] = 'Re-saisissez le mot de passe';
$lang['employees_username_required'] = 'Le Nom d\'utilisateur est requis';
$lang['employees_username_minlength'] = 'Le Nom d\'utilisateur doit etre long d\'au moins 5 caractères';
$lang['employees_password_required'] = 'Le Mot de passe est requis';
$lang['employees_password_minlength'] = 'Le Mot de passe doit etre long d\'au moins 8 caractères';
$lang['employees_password_must_match'] = 'Mots de passe non corcordants';
$lang['employees_basic_information'] = 'Fiche Employé';
$lang['employees_login_info'] = 'Détails de Connexion Employé';
$lang['employees_permission_info'] = 'Droits d\'Accès Employé';
$lang['employees_permission_desc'] = 'Cochez les cases cis-dessous pour autoriser l\'accès aux modules';
$lang['employees_error_updating_demo_admin'] = 'Vous ne pouvez pas modifier l\'utilisateur de démonstration admin';
$lang['employees_error_deleting_demo_admin'] = 'Vous ne pouvez pas effacer l\'utilisateur de démonstration admin';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "Vous n\'avez pas d\'autorisation d\'accès pour le module";
$lang["error_unknown"] = "inconnu";
<?php
$lang['error_no_permission_module'] = 'Vous n\'avez pas d\'autorisation d\'accès pour le module';
$lang['error_unknown'] = 'inconnu';
?>

View File

@@ -1,18 +1,29 @@
<?php
<?php
$lang["alpha_dash"] = "Le champ %s ne peut que contenir que des caractères alpha-numeriques, des barres(_), et des tirets(-).";
$lang["alpha_numeric"] = "Le champ %s ne peut que contenir que des caractères alpha-numeriques.";
$lang["exact_length"] = "Le champ %s doit etre long d'exactement %s caractères.";
$lang["greater_than"] = "Le champ %s doit contenir un nombre supérieur à %s.";
$lang["is_natural"] = "Le champ %s ne doit contenir que des nombres positifs.";
$lang["is_natural_no_zero"] = "Le champ %s doit contenir un nombre supérier à zéro.";
$lang["is_numeric"] = "Le champ %s ne doit contenir que des chiffres.";
$lang["is_unique"] = "Le champ %s doit contenir une valeur unique.";
$lang["less_than"] = "Le champ %s doit contenir un nombre inférieur à %s.";
$lang["max_length"] = "Le champ %s ne doit pas etre plus long que %s caractères.";
$lang["min_length"] = "Le champ %s doit etre long d'au moins %s caractères.";
$lang["regex_match"] = "Le format du champ %s n'est pas correcte.";
$lang["valid_email"] = "Le champ %s doit contenir une adresse mail valide.";
$lang["valid_emails"] = "Le champ %s doit contenir toutes adresses mail valides.";
$lang["valid_ip"] = "Le champ %s doit contenir une adresse IP.";
$lang["valid_url"] = "Le champ %s doit contenir une URL valide..";
$lang['required'] = "Le champ %s est requis.";
$lang['isset'] = "Le champ %s doit avoir une valeur.";
$lang['valid_email'] = "Le champ %s doit contenir une adresse mail valide.";
$lang['valid_emails'] = "Le champ %s doit contenir toutes adresses mail valides.";
$lang['valid_url'] = "Le champ %s doit contenir une URL valide..";
$lang['valid_ip'] = "Le champ %s doit contenir une adresse IP.";
$lang['min_length'] = "Le champ %s doit etre long d'au moins %s caractères.";
$lang['max_length'] = "Le champ %s ne doit pas etre plus long que %s caractères.";
$lang['exact_length'] = "Le champ %s doit etre long d'exactement %s caractères.";
$lang['alpha'] = "Le champ %s ne peut contenir que des lettres de l'alphabet.";
$lang['alpha_numeric'] = "Le champ %s ne peut que contenir que des caractères alpha-numeriques.";
$lang['alpha_dash'] = "Le champ %s ne peut que contenir que des caractères alpha-numeriques, des barres(_), et des tirets(-).";
$lang['numeric'] = "Le champ %s ne doit contenir que des nombres.";
$lang['is_numeric'] = "Le champ %s ne doit contenir que des chiffres.";
$lang['integer'] = "Le champ %s doit contenir un entier.";
$lang['regex_match'] = "Le format du champ %s n'est pas correcte.";
$lang['matches'] = "Le champ %s ne correspond pas au champ %s.";
$lang['is_unique'] = "Le champ %s doit contenir une valeur unique.";
$lang['is_natural'] = "Le champ %s ne doit contenir que des nombres positifs.";
$lang['is_natural_no_zero'] = "Le champ %s doit contenir un nombre supérier à zéro.";
$lang['decimal'] = "Le champ %s doit contenir un nombre décimal.";
$lang['less_than'] = "Le champ %s doit contenir un nombre inférieur à %s.";
$lang['greater_than'] = "Le champ %s doit contenir un nombre supérieur à %s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Ajout/Soustraction à l\'inventaire";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Autorisér Description Alt";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "Détails de la Carte";
$lang["giftcards_bulk_edit"] = "Édition en groupe";
$lang["giftcards_cannot_be_deleted"] = "Impossible de supprimer. Une ou plusieurs carte(s) ont des ventes.";
$lang["giftcards_cannot_find_giftcard"] = "Aucune information sur la carte";
$lang["giftcards_card_value"] = "Valeur";
$lang["giftcards_category"] = "Catégorie";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Autoriser Desc Alt Pour Tous";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Interdire Desc Alt Pour Tous";
$lang["giftcards_change_all_to_serialized"] = "Tout Sérialiser";
$lang["giftcards_change_all_to_unserialized"] = "Tout Désérialiser";
$lang["giftcards_confirm_bulk_edit"] = "Etes vous sûr(e) de vouloir éditer toutes les cartes sélectionnés?";
$lang["giftcards_confirm_delete"] = "Etes vous sûr(e) de vouloir supprimer ces cates?";
$lang["giftcards_cost_price"] = "Cout";
$lang["giftcards_count"] = "Mise à Jour Inventaire";
$lang["giftcards_current_quantity"] = "Quantité Restante";
$lang["giftcards_description"] = "Description";
$lang["giftcards_details_count"] = "Détails d\'inventaire";
$lang["giftcards_do_nothing"] = "Ne rien faire";
$lang["giftcards_edit_fields_you_want_to_update"] = "Modifier les chaps que vous voulez éditer pour TOUTES les cartes";
$lang["giftcards_edit_multiple_giftcards"] = "Édition Multiple de Cartes";
$lang["giftcards_error_adding_updating"] = "Érreur d\'ajout/édition de cartes";
$lang["giftcards_error_updating_multiple"] = "Érreur lors de l\'édition des cartes";
$lang["giftcards_excel_import_failed"] = "Échec de l\'import";
$lang["giftcards_generate_barcodes"] = "Générer des Codes-barre";
$lang["giftcards_giftcard"] = "Carte Cadeau";
$lang["giftcards_giftcard_number"] = "Numéro de Carte";
$lang["giftcards_info_provided_by"] = "Information fournie par";
$lang["giftcards_inventory_comments"] = "Commentaires";
$lang["giftcards_is_serialized"] = "Carte cadeau avec Numéro de Série";
$lang["giftcards_low_inventory_giftcards"] = "Cartes Stock Faible";
$lang["giftcards_manually_editing_of_quantity"] = "Modification Manuelle de Quantité";
$lang["giftcards_must_select_giftcard_for_barcode"] = "Vous devez sélectionner au moins une carte pour générer des codes-barre";
$lang["giftcards_new"] = "Nouvelle Carte";
$lang["giftcards_no_description_giftcards"] = "Cartes Sans Description";
$lang["giftcards_no_giftcards_to_display"] = "Aucune carte à afficher";
$lang["giftcards_none"] = "Aucun";
$lang["giftcards_none_selected"] = "Vous n\\\'avez sélectionné aucune carte à éditer";
$lang["giftcards_number"] = "Le numéro de la carte doit etre un nombre";
$lang["giftcards_number_information"] = "Numéro de Carte";
$lang["giftcards_number_required"] = "Le Numéro est requis";
$lang["giftcards_one_or_multiple"] = "carte(s)";
$lang["giftcards_person_id"] = "Client";
$lang["giftcards_quantity"] = "Quantité";
$lang["giftcards_quantity_required"] = "La quantité est requise. Veuillez Fermer ( X ) pour annuler";
$lang["giftcards_reorder_level"] = "Seuil de Réapprovisionnement";
$lang["giftcards_retrive_giftcard_info"] = "Obtenir des détails de la Carte";
$lang["giftcards_sales_tax_1"] = "Sales Tax";
$lang["giftcards_sales_tax_2"] = "Sales Tax 2";
$lang["giftcards_serialized_giftcards"] = "Cartes Cadeau Serialisés";
$lang["giftcards_successful_adding"] = "Vous avez ajouté une carte cadeau bonus";
$lang["giftcards_successful_bulk_edit"] = "Les cartes ont étés édités";
$lang["giftcards_successful_deleted"] = "Suppréssion réussie";
$lang["giftcards_successful_updating"] = "Édition réussie";
$lang["giftcards_supplier"] = "Fournisseur";
$lang["giftcards_tax_1"] = "Tax 1";
$lang["giftcards_tax_2"] = "Tax 2";
$lang["giftcards_tax_percent"] = "Taux d\'imposition";
$lang["giftcards_tax_percents"] = "Pourcentage d\'imposition";
$lang["giftcards_unit_price"] = "Prix Unitaire";
$lang["giftcards_upc_database"] = "Base de Données UPC";
$lang["giftcards_update"] = "Éditer Carte";
$lang["giftcards_use_inventory_menu"] = "Utiliser Menu Inv.";
$lang["giftcards_value"] = "La valeur de la carte doit etre un nombre";
$lang["giftcards_value_required"] = "La Valeur est requise";
<?php
$lang['giftcards_giftcard_number'] = 'Numéro de Carte';
$lang['giftcards_card_value'] = 'Valeur';
$lang['giftcards_basic_information'] = 'Détails de la Carte';
$lang['giftcards_number_required'] = 'Le Numéro est requis';
$lang['giftcards_value_required'] = 'La Valeur est requise';
$lang['giftcards_number'] = 'Le numéro de la carte doit etre un nombre';
$lang['giftcards_value'] = 'La valeur de la carte doit etre un nombre';
$lang['giftcards_person_id'] = 'Client';
$lang['giftcards_retrive_giftcard_info'] = 'Obtenir des détails de la Carte';
$lang['giftcards_description'] = 'Description';
$lang['giftcards_amazon'] = 'Amazon';
$lang['giftcards_upc_database'] = 'Base de Données UPC';
$lang['giftcards_cannot_find_giftcard'] = 'Aucune information sur la carte';
$lang['giftcards_info_provided_by'] = 'Information fournie par';
$lang['giftcards_number_information'] = 'Numéro de Carte';
$lang['giftcards_new'] = 'Nouvelle Carte';
$lang['giftcards_update'] = 'Éditer Carte';
$lang['giftcards_giftcard'] = 'Carte Cadeau';
$lang['giftcards_edit_multiple_giftcards'] = 'Édition Multiple de Cartes';
$lang['giftcards_category'] = 'Catégorie';
$lang['giftcards_cost_price'] = 'Cout';
$lang['giftcards_unit_price'] = 'Prix Unitaire';
$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'] = 'Taux d\'imposition';
$lang['giftcards_tax_percents'] = 'Pourcentage d\'imposition';
$lang['giftcards_reorder_level'] = 'Seuil de Réapprovisionnement';
$lang['giftcards_quantity'] = 'Quantité';
$lang['giftcards_no_giftcards_to_display'] = 'Aucune carte à afficher';
$lang['giftcards_bulk_edit'] = 'Édition en groupe';
$lang['giftcards_confirm_delete'] = 'Etes vous sûr(e) de vouloir supprimer ces cates?';
$lang['giftcards_none_selected'] = 'Vous n\\\'avez sélectionné aucune carte à éditer';
$lang['giftcards_confirm_bulk_edit'] = 'Etes vous sûr(e) de vouloir éditer toutes les cartes sélectionnés?';
$lang['giftcards_successful_bulk_edit'] = 'Les cartes ont étés édités';
$lang['giftcards_error_updating_multiple'] = 'Érreur lors de l\'édition des cartes';
$lang['giftcards_edit_fields_you_want_to_update'] = 'Modifier les chaps que vous voulez éditer pour TOUTES les cartes';
$lang['giftcards_error_adding_updating'] = 'Érreur d\'ajout/édition de cartes';
$lang['giftcards_successful_adding'] = 'Vous avez ajouté une carte cadeau bonus';
$lang['giftcards_successful_updating'] = 'Édition réussie';
$lang['giftcards_successful_deleted'] = 'Suppréssion réussie';
$lang['giftcards_one_or_multiple'] = 'carte(s)';
$lang['giftcards_cannot_be_deleted'] = 'Impossible de supprimer. Une ou plusieurs carte(s) ont des ventes.';
$lang['giftcards_none'] = 'Aucun';
$lang['giftcards_supplier'] = 'Fournisseur';
$lang['giftcards_generate_barcodes'] = 'Générer des Codes-barre';
$lang['giftcards_must_select_giftcard_for_barcode'] = 'Vous devez sélectionner au moins une carte pour générer des codes-barre';
$lang['giftcards_excel_import_failed'] = 'Échec de l\'import';
$lang['giftcards_allow_alt_description'] = 'Autorisér Description Alt';
$lang['giftcards_is_serialized'] = 'Carte cadeau avec Numéro de Série';
$lang['giftcards_low_inventory_giftcards'] = 'Cartes Stock Faible';
$lang['giftcards_serialized_giftcards'] = 'Cartes Cadeau Serialisés';
$lang['giftcards_no_description_giftcards'] = 'Cartes Sans Description';
$lang['giftcards_inventory_comments'] = 'Commentaires';
$lang['giftcards_count'] = 'Mise à Jour Inventaire';
$lang['giftcards_details_count'] = 'Détails d\'inventaire';
$lang['giftcards_add_minus'] = 'Ajout/Soustraction à l\'inventaire';
$lang['giftcards_current_quantity'] = 'Quantité Restante';
$lang['giftcards_quantity_required'] = 'La quantité est requise. Veuillez Fermer ( X ) pour annuler';
$lang['giftcards_do_nothing'] = 'Ne rien faire';
$lang['giftcards_change_all_to_serialized'] = 'Tout Sérialiser';
$lang['giftcards_change_all_to_unserialized'] = 'Tout Désérialiser';
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Autoriser Desc Alt Pour Tous';
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Interdire Desc Alt Pour Tous';
$lang['giftcards_use_inventory_menu'] = 'Utiliser Menu Inv.';
$lang['giftcards_manually_editing_of_quantity'] = 'Modification Manuelle de Quantité';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Ajouter Item";
$lang["item_kits_cannot_be_deleted"] = "Impossible de supprimer";
$lang["item_kits_confirm_delete"] = "Ètes vous sûr(e) de vouloir supprimer le(s) Kits sélectionnés?";
$lang["item_kits_description"] = "Description du Kit";
$lang["item_kits_error_adding_updating"] = "Érreur d\'ajout/édition de Kit";
$lang["item_kits_info"] = "Détails du Kit";
$lang["item_kits_item"] = "Item";
$lang["item_kits_items"] = "Items";
$lang["item_kits_name"] = "Nom du Kit";
$lang["item_kits_new"] = "Nouveau Kit";
$lang["item_kits_no_item_kits_to_display"] = "Aucun kit à afficher";
$lang["item_kits_none_selected"] = "Vous n\\\'avez sélectionné aucun kit";
$lang["item_kits_one_or_multiple"] = "Kit(s)";
$lang["item_kits_quantity"] = "Quantité";
$lang["item_kits_successful_adding"] = "Vous avez ajouté un Kit";
$lang["item_kits_successful_deleted"] = "Suppréssion réussie";
$lang["item_kits_successful_updating"] = "Vous avez édité un Kit";
$lang["item_kits_update"] = "Éditer Kit";
<?php
$lang['item_kits_name'] = 'Nom du Kit';
$lang['item_kits_description'] = 'Description du Kit';
$lang['item_kits_no_item_kits_to_display'] = 'Aucun kit à afficher';
$lang['item_kits_update'] = 'Éditer Kit';
$lang['item_kits_new'] = 'Nouveau Kit';
$lang['item_kits_none_selected'] = 'Vous n\\\'avez sélectionné aucun kit';
$lang['item_kits_info'] = 'Détails du Kit';
$lang['item_kits_successful_adding'] = 'Vous avez ajouté un Kit';
$lang['item_kits_successful_updating'] = 'Vous avez édité un Kit';
$lang['item_kits_error_adding_updating'] = 'Érreur d\'ajout/édition de Kit';
$lang['item_kits_successful_deleted'] = 'Suppréssion réussie';
$lang['item_kits_confirm_delete'] = 'Ètes vous sûr(e) de vouloir supprimer le(s) Kits sélectionnés?';
$lang['item_kits_one_or_multiple'] = 'Kit(s)';
$lang['item_kits_cannot_be_deleted'] = 'Impossible de supprimer';
$lang['item_kits_add_item'] = 'Ajouter Item';
$lang['item_kits_items'] = 'Items';
$lang['item_kits_item'] = 'Item';
$lang['item_kits_quantity'] = 'Quantité';
?>

View File

@@ -1,81 +1,81 @@
<?php
$lang["items_add_minus"] = "Ajoujer/Soustraire à l\'Inventaire";
$lang["items_allow_alt_description"] = "Autoriser Description Alt";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "Informations sur l\'Item";
$lang["items_bulk_edit"] = "Édition en groupe";
$lang["items_buy_price_required"] = "Le Prix d\'achat est requis";
$lang["items_cannot_be_deleted"] = "Impossible de supprimer. Un ou plusiers des items sélectionnés a des ventes.";
$lang["items_cannot_find_item"] = "Impossible de récu[érer des informations";
$lang["items_category"] = "Categorie";
$lang["items_category_required"] = "La Catégorie est requise";
$lang["items_change_all_to_allow_alt_desc"] = " Autoriser Desc Alt Pour Tous";
$lang["items_change_all_to_not_allow_allow_desc"] = "Interdire Desc Alt Pour Tous";
$lang["items_change_all_to_serialized"] = "Tout Sérialiser";
$lang["items_change_all_to_unserialized"] = "Tout désérialiser";
$lang["items_confirm_bulk_edit"] = "Etes vous sûre de vouloir éditer toute la sélection?";
$lang["items_confirm_delete"] = "Etes vous sûre de vouloir supprimer la sélection?";
$lang["items_cost_price"] = "Prix de Gros";
$lang["items_cost_price_number"] = "Le Prix d\'achat doit etre un nombre";
$lang["items_cost_price_required"] = "Le Prix de gros est requis";
$lang["items_count"] = "Mise à jour Inventaire";
$lang["items_current_quantity"] = "Quantité Actuelle";
$lang["items_description"] = "Description";
$lang["items_details_count"] = "Détais Inventaire";
$lang["items_do_nothing"] = "Ne rien faire";
$lang["items_edit_fields_you_want_to_update"] = "Modifiez les champs que vous voulez éditer pour TOUS les items sélectionnés";
$lang["items_edit_multiple_items"] = "Édition Multiple d\'Items";
$lang["items_error_adding_updating"] = "Erreur d\'ajout/éditionn";
$lang["items_error_updating_multiple"] = "Erreur d\'édition";
$lang["items_excel_import_failed"] = "Echec Import d\'Excel";
$lang["items_generate_barcodes"] = "Générer des Coddes-barre";
$lang["items_info_provided_by"] = "Infos fournies by";
$lang["items_inventory"] = "Inventaire";
$lang["items_inventory_comments"] = "Commentaires";
$lang["items_is_deleted"] = "Supprimé";
$lang["items_is_serialized"] = "Item a un Numéro de Série";
$lang["items_item"] = "Item";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "Location";
$lang["items_low_inventory_items"] = "Items à Stock Faible";
$lang["items_manually_editing_of_quantity"] = "Édition Manuelle de Quantité";
$lang["items_must_select_item_for_barcode"] = "Vous devez sélectionner au moins un item";
$lang["items_name"] = "Nom";
$lang["items_name_required"] = "Le Nom est requis";
$lang["items_new"] = "Nouvel Item";
$lang["items_no_description_items"] = "Items sans Description";
$lang["items_no_items_to_display"] = "Aucun Items à afficher";
$lang["items_none"] = "Aucun";
$lang["items_none_selected"] = "Vous n\\\'avez sélectionné aucun élément";
$lang["items_number_information"] = "Numbéro d\'Item";
$lang["items_one_or_multiple"] = "item(s)";
$lang["items_quantity"] = "Quantité";
$lang["items_quantity_number"] = "La Quantité doit etre un nombre";
$lang["items_quantity_required"] = "La Quantité est requise";
$lang["items_receiving_quantity"] = "";
$lang["items_reorder_level"] = "Niveau de Réapprovisionnement";
$lang["items_reorder_level_number"] = "Le Niveaux de Réapprovisionnement doit etre un nombre";
$lang["items_reorder_level_required"] = "Le Niveaux de Réapprovisionnement est requis";
$lang["items_retrive_item_info"] = "Récupérer Informations";
$lang["items_sales_tax_1"] = "Taxe Vente";
$lang["items_sales_tax_2"] = "Taxe Vente 2";
$lang["items_search_custom_items"] = "Rechercher dans les Champs Choisis";
$lang["items_serialized_items"] = "Items Serialisés";
$lang["items_stock_location"] = "";
$lang["items_successful_adding"] = "Ajout enregistré";
$lang["items_successful_bulk_edit"] = "Édition réussie";
$lang["items_successful_deleted"] = "Suppréssion réussie";
$lang["items_successful_updating"] = "Édition enregistrée";
$lang["items_supplier"] = "Fournisseur";
$lang["items_tax_1"] = "Taxe 1";
$lang["items_tax_2"] = "Taxe 2";
$lang["items_tax_percent"] = "Pourcentage d\'imposition";
$lang["items_tax_percent_required"] = "Le Pourcentage d\'imposition est requis";
$lang["items_tax_percents"] = "Pourcents(s) de taxes";
$lang["items_unit_price"] = "Prix au Détail";
$lang["items_unit_price_number"] = "Le Prix unitaire doit etre un nombre";
$lang["items_unit_price_required"] = "Le Prix de revente est requis";
$lang["items_upc_database"] = "Base de Données UPC";
$lang["items_update"] = "Éditer Item";
$lang["items_use_inventory_menu"] = "Utiliser Menu Inv.";
<?php
$lang['items_item_number'] = 'UPC/EAN/ISBN';
$lang['items_retrive_item_info'] = 'Récupérer Informations';
$lang['items_description'] = 'Description';
$lang['items_amazon'] = 'Amazon';
$lang['items_upc_database'] = 'Base de Données UPC';
$lang['items_cannot_find_item'] = 'Impossible de récu[érer des informations';
$lang['items_info_provided_by'] = 'Infos fournies by';
$lang['items_basic_information'] = 'Informations sur l\'Item';
$lang['items_number_information'] = 'Numbéro d\'Item';
$lang['items_new'] = 'Nouvel Item';
$lang['items_update'] = 'Éditer Item';
$lang['items_item'] = 'Item';
$lang['items_edit_multiple_items'] = 'Édition Multiple d\'Items';
$lang['items_name'] = 'Nom';
$lang['items_category'] = 'Categorie';
$lang['items_cost_price'] = 'Prix de Gros';//GARRISON ADDED 4/21/2013
$lang['items_unit_price'] = 'Prix au Détail';//GARRISON ADDED 4/21/2013
$lang['items_tax_1'] = 'Taxe 1';
$lang['items_tax_2'] = 'Taxe 2';
$lang['items_sales_tax_1'] = 'Taxe Vente';
$lang['items_sales_tax_2'] = 'Taxe Vente 2';
$lang['items_tax_percent'] = 'Pourcentage d\'imposition';
$lang['items_tax_percents'] = 'Pourcents(s) de taxes';
$lang['items_reorder_level'] = 'Niveau de Réapprovisionnement';
$lang['items_quantity'] = 'Quantité';
$lang['items_reorder_level'] = 'Niveau de Réapprovisionnement';
$lang['items_no_items_to_display'] = 'Aucun Items à afficher';
$lang['items_bulk_edit'] = 'Édition en groupe';
$lang['items_confirm_delete'] = 'Etes vous sûre de vouloir supprimer la sélection?';
$lang['items_none_selected'] = 'Vous n\\\'avez sélectionné aucun élément';
$lang['items_confirm_bulk_edit'] = 'Etes vous sûre de vouloir éditer toute la sélection?';
$lang['items_successful_bulk_edit'] = 'Édition réussie';
$lang['items_error_updating_multiple'] = 'Erreur d\'édition';
$lang['items_edit_fields_you_want_to_update'] = 'Modifiez les champs que vous voulez éditer pour TOUS les items sélectionnés';
$lang['items_error_adding_updating'] = 'Erreur d\'ajout/éditionn';
$lang['items_successful_adding'] = 'Ajout enregistré';
$lang['items_successful_updating'] = 'Édition enregistrée';
$lang['items_successful_deleted'] = 'Suppréssion réussie';
$lang['items_one_or_multiple'] = 'item(s)';
$lang['items_cannot_be_deleted'] = 'Impossible de supprimer. Un ou plusiers des items sélectionnés a des ventes.';
$lang['items_name_required'] = 'Le Nom est requis';
$lang['items_category_required'] = 'La Catégorie est requise';
$lang['items_buy_price_required'] = 'Le Prix d\'achat est requis'; //GARRISON UPDATED 6/3/2013
$lang['items_unit_price_required'] = 'Le Prix de revente est requis'; //GARRISON UPDATED 6/3/2013
$lang['items_cost_price_required'] = 'Le Prix de gros est requis'; //GARRISON UPDATED 6/3/2013
$lang['items_tax_percent_required'] = 'Le Pourcentage d\'imposition est requis';
$lang['items_quantity_required'] = 'La Quantité est requise';
$lang['items_reorder_level_required'] = 'Le Niveaux de Réapprovisionnement est requis';
$lang['items_unit_price_number'] = 'Le Prix unitaire doit etre un nombre';
$lang['items_cost_price_number'] = 'Le Prix d\'achat doit etre un nombre';
$lang['items_quantity_number'] = 'La Quantité doit etre un nombre';
$lang['items_reorder_level_number'] = 'Le Niveaux de Réapprovisionnement doit etre un nombre';
$lang['items_none'] = 'Aucun';
$lang['items_supplier'] = 'Fournisseur';
$lang['items_generate_barcodes'] = 'Générer des Coddes-barre';
$lang['items_must_select_item_for_barcode'] = 'Vous devez sélectionner au moins un item';
$lang['items_excel_import_failed'] = 'Echec Import d\'Excel';
$lang['items_allow_alt_description'] = 'Autoriser Description Alt';
$lang['items_is_serialized'] = 'Item a un Numéro de Série';
$lang['items_low_inventory_items'] = 'Items à Stock Faible';
$lang['items_serialized_items'] = 'Items Serialisés';
$lang['items_no_description_items'] = 'Items sans Description';
$lang['items_search_custom_items'] = 'Rechercher dans les Champs Choisis';//GARRISON ADDED
$lang['items_inventory_comments'] = 'Commentaires';
$lang['items_count'] = 'Mise à jour Inventaire';
$lang['items_details_count'] = 'Détais Inventaire';
$lang['items_add_minus'] = 'Ajoujer/Soustraire à l\'Inventaire';
$lang['items_current_quantity'] = 'Quantité Actuelle';
$lang['items_quantity_required'] = 'La Quantité est requise. Veuillez Fermer ( X ) pour annuler';
$lang['items_do_nothing'] = 'Ne rien faire';
$lang['items_change_all_to_serialized'] = 'Tout Sérialiser';
$lang['items_change_all_to_unserialized'] = 'Tout désérialiser';
$lang['items_change_all_to_allow_alt_desc'] = ' Autoriser Desc Alt Pour Tous';
$lang['items_change_all_to_not_allow_allow_desc'] = 'Interdire Desc Alt Pour Tous';
$lang['items_use_inventory_menu'] = 'Utiliser Menu Inv.';
$lang['items_manually_editing_of_quantity'] = 'Édition Manuelle de Quantité';
$lang['items_inventory'] = 'Inventaire';
$lang['items_location'] = 'Location';
$lang['items_is_deleted'] = 'Supprimé';// Parq 131215
?>

View File

@@ -1,8 +1,8 @@
<?php
$lang["login_go"] = "Lancer";
$lang["login_invalid_username_and_password"] = "Entrée invalide";
$lang["login_login"] = "Login";
$lang["login_password"] = "Mot de passe";
$lang["login_username"] = "Nom d\'utilisateur";
$lang["login_welcome_message"] = "Bienvenue au Système Open Source Point of Sale. Pour continuer, veuiller entrer votre nom d\'utilisateur et votre mot de passe ci-dessous.";
<?php
$lang['login_login']='Login';
$lang['login_username']='Nom d\'utilisateur';
$lang['login_password']='Mot de passe';
$lang['login_go']='Lancer';
$lang['login_invalid_username_and_password']='Entrée invalide';
$lang['login_welcome_message']='Bienvenue au Système Open Source Point of Sale. Pour continuer, veuiller entrer votre nom d\'utilisateur et votre mot de passe ci-dessous.';
?>

View File

@@ -1,23 +1,34 @@
<?php
$lang["module_config"] = "Paramètres";
$lang["module_config_desc"] = "Paramètres de la boutique";
$lang["module_customers"] = "Clients";
$lang["module_customers_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des clients";
$lang["module_employees"] = "Employés";
$lang["module_employees_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des employés";
$lang["module_giftcards"] = "Cartes Cadeau";
$lang["module_giftcards_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des cartes cadeau";
$lang["module_home"] = "Accueil";
$lang["module_item_kits"] = "Items vendus en Kits";
$lang["module_item_kits_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des items vendus en kits";
$lang["module_items"] = "Items vendus";
$lang["module_items_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des items en vente";
$lang["module_receivings"] = "Entrées Stock";
$lang["module_receivings_desc"] = "Gérer les ordres d\'achat";
$lang["module_reports"] = "Rapports";
$lang["module_reports_desc"] = "Visualiser et générer des rapports";
$lang["module_sales"] = "Ventes";
$lang["module_sales_desc"] = "Ventes et chiffre d\'affaire";
$lang["module_suppliers"] = "Fournisseurs";
$lang["module_suppliers_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des fournisseurs";
<?php
$lang['module_home']='Accueil';
$lang['module_customers']='Clients';
$lang['module_customers_desc']='Ajouter, Éditer, Supprimer, et Chercher des clients';
$lang['module_suppliers']='Fournisseurs';
$lang['module_suppliers_desc']='Ajouter, Éditer, Supprimer, et Chercher des fournisseurs';
$lang['module_employees']='Employés';
$lang['module_employees_desc']='Ajouter, Éditer, Supprimer, et Chercher des employés';
$lang['module_sales']='Ventes';
$lang['module_sales_desc']='Ventes et chiffre d\'affaire';
$lang['module_reports']='Rapports';
$lang['module_reports_desc']='Visualiser et générer des rapports';
$lang['module_items']='Items vendus';
$lang['module_items_desc']='Ajouter, Éditer, Supprimer, et Chercher des items en vente';
$lang['module_config']='Paramètres';
$lang['module_config_desc']='Paramètres de la boutique';
$lang['module_receivings']='Entrées Stock';
$lang['module_receivings_desc']='Gérer les ordres d\'achat';
$lang['module_giftcards']='Cartes Cadeau';
$lang['module_giftcards_desc']='Ajouter, Éditer, Supprimer, et Chercher des cartes cadeau';
$lang['module_item_kits']='Items vendus en Kits';
$lang['module_item_kits_desc']='Ajouter, Éditer, Supprimer, et Chercher des items vendus en kits';
?>

View File

@@ -1,49 +1,26 @@
<?php
$lang["receivings_transaction_failed"] = "Échec d\'opération d\'arrivage";
$lang["recvs_basic_information"] = "";
$lang["recvs_cancel_receiving"] = "";
$lang["recvs_cannot_be_deleted"] = "";
$lang["recvs_comments"] = "";
$lang["recvs_complete_receiving"] = "Fin";
$lang["recvs_confirm_cancel_receiving"] = "Etes vous sûr(e) de vouloir annuler cet arrivage?";
$lang["recvs_confirm_finish_receiving"] = "Etes vous sûr(e) de vouloir valider cet arrivage (Irréversible)?";
$lang["recvs_cost"] = "Cout";
$lang["recvs_date"] = "";
$lang["recvs_date_required"] = "";
$lang["recvs_date_type"] = "";
$lang["recvs_delete_confirmation"] = "";
$lang["recvs_delete_entire_sale"] = "";
$lang["recvs_discount"] = "Remise %";
$lang["recvs_edit"] = "Éditer";
$lang["recvs_edit_sale"] = "";
$lang["recvs_employee"] = "";
$lang["recvs_error_editing_item"] = "Erreur d\'édition";
$lang["recvs_error_requisition"] = "";
$lang["recvs_find_or_scan_item"] = "Chercher/Scanner Élément";
$lang["recvs_find_or_scan_item_or_receipt"] = "Chercher Elément OU Recu";
$lang["recvs_id"] = "ID Arrivage";
$lang["recvs_invoice_number"] = "";
$lang["recvs_invoice_number_duplicate"] = "";
$lang["recvs_item_name"] = "Nom d\'Élément";
$lang["recvs_mode"] = "Receiving Mode";
$lang["recvs_new_supplier"] = "Nouveau Fournisseur";
$lang["recvs_one_or_multiple"] = "";
$lang["recvs_quantity"] = "Qté.";
$lang["recvs_receipt"] = "Recu des Arrivages";
$lang["recvs_receipt_number"] = "";
$lang["recvs_receiving"] = "Receive";
$lang["recvs_register"] = "Items Receiving";
$lang["recvs_requisition"] = "";
$lang["recvs_return"] = "Return";
$lang["recvs_select_supplier"] = "Choisir Fournisseur (Facultatif)";
$lang["recvs_start_typing_supplier_name"] = "Commencez à saisir le nom du fournisseur...";
$lang["recvs_stock_destination"] = "";
$lang["recvs_stock_locaiton"] = "";
$lang["recvs_stock_source"] = "";
$lang["recvs_successfully_deleted"] = "";
$lang["recvs_successfully_updated"] = "";
$lang["recvs_supplier"] = "Fournisseur";
$lang["recvs_total"] = "Total";
$lang["recvs_unable_to_add_item"] = "Impossible d\'ajouter l\'item aux arrivages";
$lang["recvs_unsuccessfully_updated"] = "";
<?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'] = 'Cout';
$lang['recvs_quantity'] = 'Qté.';
$lang['recvs_discount'] = 'Remise %';
$lang['recvs_edit'] = 'Éditer';
$lang['recvs_new_supplier'] = 'Nouveau Fournisseur';
$lang['recvs_supplier'] = 'Fournisseur';
$lang['recvs_select_supplier'] = 'Choisir Fournisseur (Facultatif)';
$lang['recvs_start_typing_supplier_name'] = 'Commencez à saisir le nom du fournisseur...';
$lang['recvs_unable_to_add_item'] = 'Impossible d\'ajouter l\'item aux arrivages';
$lang['recvs_error_editing_item'] = 'Erreur d\'édition';
$lang['recvs_receipt'] = 'Recu des Arrivages';
$lang['recvs_complete_receiving'] = 'Fin';
$lang['recvs_confirm_finish_receiving'] = 'Etes vous sûr(e) de vouloir valider cet arrivage (Irréversible)?';
$lang['recvs_confirm_cancel_receiving'] = 'Etes vous sûr(e) de vouloir annuler cet arrivage?';
$lang['recvs_find_or_scan_item'] = 'Chercher/Scanner Élément';
$lang['recvs_find_or_scan_item_or_receipt'] = 'Chercher Elément OU Recu';
$lang['recvs_id'] = 'ID Arrivage';
$lang['recvs_item_name'] = 'Nom d\'Élément';
$lang['receivings_transaction_failed'] = 'Échec d\'opération d\'arrivage';
?>

View File

@@ -1,96 +1,90 @@
<?php
$lang["reports_all"] = "Tous";
$lang["reports_all_time"] = "Depuis le début";
$lang["reports_categories"] = "Catégories";
$lang["reports_categories_summary_report"] = "Rapport: Résumé des Catégories";
$lang["reports_category"] = "Catégorie";
$lang["reports_comments"] = "Commentaires";
$lang["reports_count"] = "Décompte";
$lang["reports_customer"] = "Client";
$lang["reports_customers"] = "Clients";
$lang["reports_customers_summary_report"] = "Rapport: Résumé Clientelle";
$lang["reports_date"] = "Date";
$lang["reports_date_range"] = "Plage de dates";
$lang["reports_description"] = "Description";
$lang["reports_detailed_receivings_report"] = "Rapport d\'Arrivages Détaillé";
$lang["reports_detailed_reports"] = "Rapports Détaillés";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Rapport de Ventes Détaillé";
$lang["reports_discount"] = "Remise";
$lang["reports_discount_percent"] = "Pourcentage Remises";
$lang["reports_discounts"] = "Remises";
$lang["reports_discounts_summary_report"] = "Rapport: Résumé des Remises";
$lang["reports_employee"] = "Employé";
$lang["reports_employees"] = "Employés";
$lang["reports_employees_summary_report"] = "Rapport: Résumé Employés";
$lang["reports_graphical_reports"] = "Rapports Graphiques";
$lang["reports_inventory"] = "";
$lang["reports_inventory_low"] = "Niveau d\'Inventaire Bas";
$lang["reports_inventory_low_report"] = "Rapport de Niveau d\'Inventaire Bas";
$lang["reports_inventory_reports"] = "Rapports d\'Inventaire";
$lang["reports_inventory_summary"] = " Résumé d\'Inventaire";
$lang["reports_inventory_summary_report"] = "Rapport: Résumé d\'Inventaire";
$lang["reports_item"] = "Item";
$lang["reports_item_name"] = "Nom d\'Item";
$lang["reports_item_number"] = "Numéro d\'Item";
$lang["reports_items"] = "Items";
$lang["reports_items_purchased"] = "Éléments Achetés";
$lang["reports_items_received"] = "Éléments Arrivés";
$lang["reports_items_summary_report"] = "Rapport: Résumé Items";
$lang["reports_last_7"] = "Ces 7 derniers jours";
$lang["reports_last_month"] = "Le mois dernier";
$lang["reports_last_year"] = "L\'année passée";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_name"] = "Nom";
$lang["reports_payment_type"] = "Type Paiement";
$lang["reports_payments"] = "Paiements";
$lang["reports_payments_summary_report"] = "Rapport: Résumé des Paiements";
$lang["reports_profit"] = "Bénéfice";
$lang["reports_quantity_purchased"] = "Quantité Achetée";
$lang["reports_received_by"] = "Recu par";
$lang["reports_receiving_id"] = "";
$lang["reports_receiving_type"] = "";
$lang["reports_receivings"] = "Arrivages";
$lang["reports_reorder_level"] = "Seuil de Réapprovisionnement";
$lang["reports_report"] = "Rapport";
$lang["reports_report_input"] = "Rapport Entrées";
$lang["reports_reports"] = "Rapports";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "";
$lang["reports_returns"] = "Reprises";
$lang["reports_revenue"] = "Revenu";
$lang["reports_sale_id"] = "ID Vente";
$lang["reports_sale_type"] = "Type Vente";
$lang["reports_sales"] = "Ventes";
$lang["reports_sales_amount"] = "Somme de ventes";
$lang["reports_sales_summary_report"] = "Rapport: Résumé des Ventes";
$lang["reports_serial_number"] = "# Série";
$lang["reports_sold_by"] = "Vendu par";
$lang["reports_sold_to"] = "Vendu à";
$lang["reports_stock_location"] = "";
$lang["reports_subtotal"] = "Sous-total";
$lang["reports_summary_reports"] = "Rapports de Résumés";
$lang["reports_supplied_by"] = "Fournit par";
$lang["reports_supplier"] = "Fournisseur";
$lang["reports_suppliers"] = "Fournisseurs";
$lang["reports_suppliers_summary_report"] = "Rapport: Résumé Fournisseurs";
$lang["reports_tax"] = "Taxe";
$lang["reports_tax_percent"] = "Pourcentage d\'imposition";
$lang["reports_taxes"] = "Taxes";
$lang["reports_taxes_summary_report"] = "Rapport: Résumé Taxes";
$lang["reports_this_month"] = "Ce mois";
$lang["reports_this_year"] = "Cette Année";
$lang["reports_today"] = "Aujourd\'hui";
$lang["reports_total"] = "Total";
$lang["reports_type"] = "Type";
$lang["reports_welcome_message"] = "Bienvenue à la page des rapports. Veuillez sélectionner un rapport à visualiser.";
$lang["reports_yesterday"] = "Hier";
<?php
$lang['reports_reports'] = 'Rapports';
$lang['reports_report'] = 'Rapport';
$lang['reports_welcome_message'] = 'Bienvenue à la page des rapports. Veuillez sélectionner un rapport à visualiser.';
$lang['reports_sales_summary_report'] = 'Rapport: Résumé des Ventes';
$lang['reports_categories_summary_report'] = 'Rapport: Résumé des Catégories';
$lang['reports_customers_summary_report'] = 'Rapport: Résumé Clientelle';
$lang['reports_suppliers_summary_report'] = 'Rapport: Résumé Fournisseurs';
$lang['reports_items_summary_report'] = 'Rapport: Résumé Items';
$lang['reports_employees_summary_report'] = 'Rapport: Résumé Employés';
$lang['reports_taxes_summary_report'] = 'Rapport: Résumé Taxes';
$lang['reports_date'] = 'Date';
$lang['reports_name'] = 'Nom';
$lang['reports_quantity_purchased'] = 'Quantité Achetée';
$lang['reports_sale_id'] = 'ID Vente';
$lang['reports_items_purchased'] = 'Éléments Achetés';
$lang['reports_sold_by'] = 'Vendu par';
$lang['reports_sold_to'] = 'Vendu à';
$lang['reports_category'] = 'Catégorie';
$lang['reports_customer'] = 'Client';
$lang['reports_employee'] = 'Employé';
$lang['reports_item'] = 'Item';
$lang['reports_items'] = 'Items';
$lang['reports_supplier'] = 'Fournisseur';
$lang['reports_employees'] = 'Employés';
$lang['reports_subtotal'] = 'Sous-total';
$lang['reports_total'] = 'Total';
$lang['reports_tax'] = 'Taxe';
$lang['reports_profit'] = 'Bénéfice';
$lang['reports_report_input'] = 'Rapport Entrées';
$lang['reports_discount'] = 'Remise';
$lang['reports_type'] = 'Type';
$lang['reports_discount'] = 'Une remise supérieure à ';
$lang['reports_date_range'] = 'Plage de dates';
$lang['reports_today'] = 'Aujourd\'hui';
$lang['reports_yesterday'] = 'Hier';
$lang['reports_last_7'] = 'Ces 7 derniers jours';
$lang['reports_this_month'] = 'Ce mois';
$lang['reports_last_month'] = 'Le mois dernier';
$lang['reports_this_year'] = 'Cette Année';
$lang['reports_last_year'] = 'L\'année passée';
$lang['reports_all_time'] = 'Depuis le début';
$lang['reports_detailed_sales_report'] = 'Rapport de Ventes Détaillé';
$lang['reports_comments'] = 'Commentaires';
$lang['reports_discount'] = 'Remise';
$lang['reports_payment_type'] = 'Type Paiement';
$lang['reports_sales'] = 'Ventes';
$lang['reports_categories'] = 'Catégories';
$lang['reports_customers'] = 'Clients';
$lang['reports_suppliers'] = 'Fournisseurs';
$lang['reports_items'] = 'Items';
$lang['reports_employees'] = 'Employés';
$lang['reports_taxes'] = 'Taxes';
$lang['reports_customer'] = 'Client';
$lang['reports_employee'] = 'Employé';
$lang['reports_tax_percent'] = 'Pourcentage d\'imposition';
$lang['reports_quantity_purchased'] = 'Quantité Achetée';
$lang['reports_serial_number'] = '# Série';
$lang['reports_description'] = 'Description';
$lang['reports_date'] = 'Date';
$lang['reports_sales_amount'] = 'Somme de ventes';
$lang['reports_revenue'] = 'Revenu';
$lang['reports_discounts'] = 'Remises';
$lang['reports_discounts_summary_report'] = 'Rapport: Résumé des Remises';
$lang['reports_discount_percent'] = 'Pourcentage Remises';
$lang['reports_count'] = 'Décompte';
$lang['reports_summary_reports'] = 'Rapports de Résumés';
$lang['reports_graphical_reports'] = 'Rapports Graphiques';
$lang['reports_detailed_reports'] = 'Rapports Détaillés';
$lang['reports_inventory_reports'] = 'Rapports d\'Inventaire';
$lang['reports_low_inventory'] = 'Niveau d\'Inventaire Bas';
$lang['reports_inventory_summary'] = ' Résumé d\'Inventaire';
$lang['reports_item_number'] = 'Numéro d\'Item';
$lang['reports_reorder_level'] = 'Seuil de Réapprovisionnement';
$lang['reports_low_inventory_report'] = 'Rapport de Niveau d\'Inventaire Bas';
$lang['reports_item_name'] = 'Nom d\'Item';
$lang['reports_inventory_summary_report'] = 'Rapport: Résumé d\'Inventaire';
$lang['reports_payment_type'] = 'Type Paiement';
$lang['reports_payments_summary_report'] = 'Rapport: Résumé des Paiements';
$lang['reports_payments'] = 'Paiements';
$lang['reports_receivings'] = 'Arrivages';
$lang['reports_received_by'] = 'Recu par';
$lang['reports_supplied_by'] = 'Fournit par';
$lang['reports_items_received'] = 'Éléments Arrivés';
$lang['reports_detailed_receivings_report'] = 'Rapport d\'Arrivages Détaillé';
$lang['reports_sale_type'] = 'Type Vente';
$lang['reports_all'] = 'Tous';
$lang['reports_returns'] = 'Reprises';
$lang['reports_discount'] = 'Remises';
?>

View File

@@ -1,93 +1,87 @@
<?php
$lang["sales_add_payment"] = "Ajouter Paiement";
$lang["sales_amount_due"] = "Somme Due";
$lang["sales_amount_tendered"] = "Somme";
$lang["sales_basic_information"] = "Information de Vente";
$lang["sales_cancel_sale"] = "Annuler la Vente";
$lang["sales_cannot_be_deleted"] = "";
$lang["sales_cash"] = "Cash";
$lang["sales_change_due"] = "Reste";
$lang["sales_check"] = "Cheque";
$lang["sales_comment"] = "Commentaire";
$lang["sales_comments"] = "Commentaires";
$lang["sales_complete_sale"] = "Finaliser la Vente";
$lang["sales_confirm_cancel_sale"] = "Etes vous sûr(e) de vouloir annuler cette vente?";
$lang["sales_confirm_finish_sale"] = "Etes vous sûr(e) de vouloir enregistrer cette vente? Cette opération est irréversible.";
$lang["sales_confirm_suspend_sale"] = "Etes vous sûr(e) de vouloir suspendre cette vente?";
$lang["sales_credit"] = "Carte de Crédit";
$lang["sales_customer"] = "Client";
$lang["sales_date"] = "Date de Vente";
$lang["sales_date_required"] = "";
$lang["sales_date_type"] = "";
$lang["sales_debit"] = "Carte Débit";
$lang["sales_delete_confirmation"] = "Etes vous sûr(e) de vouloir supprimer cette vente? Cette opération est irréversible.";
$lang["sales_delete_entire_sale"] = "Supprimer Vente";
$lang["sales_delete_successful"] = "Suppréssion réussie";
$lang["sales_delete_unsuccessful"] = "Échec de suppression";
$lang["sales_description_abbrv"] = "Desc";
$lang["sales_discount"] = "% Remise";
$lang["sales_discount_included"] = "";
$lang["sales_discount_short"] = "%";
$lang["sales_edit"] = "Éditer";
$lang["sales_edit_item"] = "Éditer Item";
$lang["sales_edit_sale"] = "Éditer Vente";
$lang["sales_email_receipt"] = "Recu par E-Mail";
$lang["sales_employee"] = "Employé";
$lang["sales_error_editing_item"] = "Érreur lors de l\'édition";
$lang["sales_find_or_scan_item"] = "Trouver/Scanner Item";
$lang["sales_find_or_scan_item_or_receipt"] = "Trouver/Scanner Item OU Recu";
$lang["sales_giftcard"] = "Carte Cadeau";
$lang["sales_giftcard_number"] = "Numéro de Carte cadeau";
$lang["sales_id"] = "ID Vente";
$lang["sales_invoice_number"] = "";
$lang["sales_invoice_number_duplicate"] = "";
$lang["sales_item_insufficient_of_stock"] = "Stock top faible";
$lang["sales_item_insufficient_of_stockfi"] = "";
$lang["sales_item_name"] = "Nom";
$lang["sales_item_number"] = "# Item";
$lang["sales_item_out_of_stock"] = "Stock épuisé";
$lang["sales_mode"] = "Mode d\'Enregistrement";
$lang["sales_must_enter_numeric"] = "Veuillez entrer une valeur numérique pour la somme";
$lang["sales_must_enter_numeric_giftcard"] = "Veuillez entrer une valeur numérique pour le numéro de carte";
$lang["sales_new_customer"] = "Nouveau Client";
$lang["sales_new_item"] = "Nouvel Élément";
$lang["sales_no_items_in_cart"] = "Il n\'y a rien dans votre panier";
$lang["sales_one_or_multiple"] = "";
$lang["sales_payment"] = "Type Paiement";
$lang["sales_payment_amount"] = "Somme";
$lang["sales_payment_not_cover_total"] = "Le Paiement ne couvre pas le Total";
$lang["sales_payment_type"] = "Type";
$lang["sales_payments_total"] = "Total Paiments";
$lang["sales_price"] = "Prix";
$lang["sales_quantity"] = "Qté.";
$lang["sales_quantity_less_than_zero"] = "Avertissement, Quantité Demandée Insuffisante. Vous pouvez accomplir la ventre, mais veuillez vérifier votre inventaire";
$lang["sales_receipt"] = "Recu de Ventes";
$lang["sales_receipt_number"] = "# Caisse";
$lang["sales_register"] = "Registre des Ventes";
$lang["sales_remove_customer"] = "Enlever Client";
$lang["sales_return"] = "Reprise";
$lang["sales_sale"] = "Vente";
$lang["sales_sale_for_customer"] = "Client:";
$lang["sales_sale_time"] = "Time";
$lang["sales_select_customer"] = "Choisir Client (Facultatif)";
$lang["sales_serial"] = "Serie";
$lang["sales_start_typing_customer_name"] = "Commencez à saisir le nom du client...";
$lang["sales_start_typing_item_name"] = "Commencez à saisir le nom de l\'item ou scannez le code-barre...";
$lang["sales_stock_location"] = "";
$lang["sales_sub_total"] = "Sous-Total";
$lang["sales_successfully_deleted"] = "Vente supprimée";
$lang["sales_successfully_suspended_sale"] = "Vente suspendue";
$lang["sales_successfully_updated"] = "Vente éditée";
$lang["sales_suspend_sale"] = "Suspendre la Vente";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Ventes Suspendues";
$lang["sales_tax"] = "Taxe";
$lang["sales_tax_percent"] = "% Taxe";
$lang["sales_total"] = "Total";
$lang["sales_transaction_failed"] = "Échec de Transaction de vente";
$lang["sales_unable_to_add_item"] = "Erreur d\'ajout à la vente";
$lang["sales_unsuccessfully_deleted"] = "Échec de suppression";
$lang["sales_unsuccessfully_updated"] = "Échec d\'édition";
$lang["sales_unsuspend"] = "Débloquer";
$lang["sales_unsuspend_and_delete"] = "";
<?php
$lang['sales_giftcard_number'] = 'Numéro de Carte cadeau';
$lang['sales_giftcard'] = 'Carte Cadeau';
$lang['sales_register'] = 'Registre des Ventes';
$lang['sales_mode'] = 'Mode d\'Enregistrement';
$lang['sales_new_item'] = 'Nouvel Élément';
$lang['sales_item_name'] = 'Nom';
$lang['sales_item_number'] = '# Item';
$lang['sales_new_customer'] = 'Nouveau Client';
$lang['sales_customer'] = 'Client';
$lang['sales_no_items_in_cart'] = 'Il n\'y a rien dans votre panier';
$lang['sales_total'] = 'Total';
$lang['sales_tax_percent'] = '% Taxe';
$lang['sales_price'] = 'Prix';
$lang['sales_quantity'] = 'Qté.';
$lang['sales_discount'] = '% Remise';
$lang['sales_edit'] = 'Éditer';
$lang['sales_payment'] = 'Type Paiement';
$lang['sales_edit_item'] = 'Éditer Item';
$lang['sales_find_or_scan_item'] = 'Trouver/Scanner Item';
$lang['sales_find_or_scan_item_or_receipt'] = 'Trouver/Scanner Item OU Recu';
$lang['sales_select_customer'] = 'Choisir Client (Facultatif)';
$lang['sales_start_typing_item_name'] = 'Commencez à saisir le nom de l\'item ou scannez le code-barre...';
$lang['sales_start_typing_customer_name'] = 'Commencez à saisir le nom du client...';
$lang['sales_sub_total'] = 'Sous-Total';
$lang['sales_tax'] = 'Taxe';
$lang['sales_comment'] = 'Commentaire';
$lang['sales_unable_to_add_item'] = 'Erreur d\'ajout à la vente';
$lang['sales_sale_for_customer'] = 'Client:';
$lang['sales_remove_customer'] = 'Enlever Client';
$lang['sales_error_editing_item'] = 'Érreur lors de l\'édition';
$lang['sales_complete_sale'] = 'Finaliser la Vente';
$lang['sales_cancel_sale'] = 'Annuler la Vente';
$lang['sales_add_payment'] = 'Ajouter Paiement';
$lang['sales_receipt'] = 'Recu de Ventes';
$lang['sales_receipt_number']='# Caisse';
$lang['sales_id'] = 'ID Vente';
$lang['sales_sale'] = 'Vente';
$lang['sales_return'] = 'Reprise';
$lang['sales_confirm_finish_sale'] = 'Etes vous sûr(e) de vouloir enregistrer cette vente? Cette opération est irréversible.';
$lang['sales_confirm_cancel_sale'] = 'Etes vous sûr(e) de vouloir annuler cette vente?';
$lang['sales_cash'] = 'Cash';
$lang['sales_check'] = 'Cheque';
$lang['sales_debit'] = 'Carte Débit';
$lang['sales_credit'] = 'Carte de Crédit';
$lang['sales_giftcard'] = 'Carte Cadeau';
$lang['sales_amount_tendered'] = 'Somme';
$lang['sales_change_due'] = 'Reste';
$lang['sales_payment_not_cover_total'] = 'Le Paiement ne couvre pas le Total';
$lang['sales_transaction_failed'] = 'Échec de Transaction de vente';
$lang['sales_must_enter_numeric'] = 'Veuillez entrer une valeur numérique pour la somme';
$lang['sales_must_enter_numeric_giftcard'] = 'Veuillez entrer une valeur numérique pour le numéro de carte';
$lang['sales_serial'] = 'Serie';
$lang['sales_description_abbrv'] = 'Desc';
$lang['sales_item_out_of_stock'] = 'Stock épuisé';
$lang['sales_item_insufficient_of_stock'] = 'Stock top faible';
$lang['sales_quantity_less_than_zero'] = 'Avertissement, Quantité Demandée Insuffisante. Vous pouvez accomplir la ventre, mais veuillez vérifier votre inventaire';
$lang['sales_successfully_updated'] = 'Vente éditée';
$lang['sales_unsuccessfully_updated'] = 'Échec d\'édition';
$lang['sales_edit_sale'] = 'Éditer Vente';
$lang['sales_employee'] = 'Employé';
$lang['sales_successfully_deleted'] = 'Vente supprimée';
$lang['sales_unsuccessfully_deleted'] = 'Échec de suppression';
$lang['sales_delete_entire_sale'] = 'Supprimer Vente';
$lang['sales_delete_confirmation'] = 'Etes vous sûr(e) de vouloir supprimer cette vente? Cette opération est irréversible.';
$lang['sales_date'] = 'Date de Vente';
$lang['sales_delete_successful'] = 'Suppréssion réussie';
$lang['sales_delete_unsuccessful'] = 'Échec de suppression';
$lang['sales_suspend_sale'] = 'Suspendre la Vente';
$lang['sales_confirm_suspend_sale'] = 'Etes vous sûr(e) de vouloir suspendre cette vente?';
$lang['sales_suspended_sales'] = 'Ventes Suspendues';
$lang['sales_suspended_sale_id'] = 'ID';
$lang['sales_date'] = 'Date';
$lang['sales_comments'] = 'Commentaires';
$lang['sales_unsuspend_and_delete'] = '';
$lang['sales_unsuspend'] = 'Débloquer';
$lang['sales_successfully_suspended_sale'] = 'Vente suspendue';
$lang['sales_email_receipt'] = 'Recu par E-Mail';
$lang['sales_discount_short']='%';
$lang["sales_discount_included"]='% Remise';
$lang['sales_sale_time']='Time';
$lang['sales_payments_total'] = 'Total Paiments';
$lang['sales_amount_due'] = 'Somme Due';
$lang['sales_payment_type'] = "Type";
$lang['sales_payment_amount'] = "Somme";
$lang['sales_basic_information']='Information de Vente';
?>

View File

@@ -1,17 +1,17 @@
<?php
$lang["suppliers_account_number"] = "# Compte";
$lang["suppliers_basic_information"] = "Informations fournisseur";
$lang["suppliers_cannot_be_deleted"] = "Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes.";
$lang["suppliers_company_name"] = "Nom d\'Entreprise";
$lang["suppliers_company_name_required"] = "Le Nom d\'Entreprise est un champ requis";
$lang["suppliers_confirm_delete"] = "Etes vous sûr(e) de vouloir supprimer ce(s) fournisseur(s)?";
$lang["suppliers_error_adding_updating"] = "Error lors de l\'ajout/suppression de fournisseur";
$lang["suppliers_new"] = "Nouveau Fournisseur";
$lang["suppliers_none_selected"] = "Vous n\\\'avez pas sélectionné de fournisseur à supprimer";
$lang["suppliers_one_or_multiple"] = "fournisseur(s)";
$lang["suppliers_successful_adding"] = "Fournisseur ajouté avec succès";
$lang["suppliers_successful_deleted"] = "Suppression réussie";
$lang["suppliers_successful_updating"] = "Fournisseur édité avec succès";
$lang["suppliers_supplier"] = "Fournisseur";
$lang["suppliers_update"] = "Éditer Fournisseur";
<?php
$lang['suppliers_new'] = 'Nouveau Fournisseur';
$lang['suppliers_supplier'] = 'Fournisseur';
$lang['suppliers_update'] = 'Éditer Fournisseur';
$lang['suppliers_confirm_delete'] = 'Etes vous sûr(e) de vouloir supprimer ce(s) fournisseur(s)?';
$lang['suppliers_none_selected'] = 'Vous n\\\'avez pas sélectionné de fournisseur à supprimer';
$lang['suppliers_error_adding_updating'] = 'Error lors de l\'ajout/suppression de fournisseur';
$lang['suppliers_successful_adding'] = 'Fournisseur ajouté avec succès';
$lang['suppliers_successful_updating'] = 'Fournisseur édité avec succès';
$lang['suppliers_successful_deleted'] = 'Suppression réussie';
$lang['suppliers_one_or_multiple'] = 'fournisseur(s)';
$lang['suppliers_cannot_be_deleted'] = 'Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes.';
$lang['suppliers_basic_information'] = 'Informations fournisseur';
$lang['suppliers_account_number'] = '# Compte';
$lang['suppliers_company_name'] = 'Nom d\'Entreprise';
$lang['suppliers_company_name_required'] = 'Le Nom d\'Entreprise est un champ requis';
?>

View File

@@ -1,42 +1,41 @@
<?php
$lang["common_address_1"] = "Alamat 1";
$lang["common_address_2"] = "Alamat 2";
$lang["common_city"] = "Kota";
$lang["common_comments"] = "Catatan";
$lang["common_common"] = "Biasa";
$lang["common_confirm_search"] = "Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?";
$lang["common_country"] = "Negara";
$lang["common_delete"] = "Hapus";
$lang["common_det"] = "Detail";
$lang["common_edit"] = "Ubah";
$lang["common_email"] = "E-Mail";
$lang["common_email_invalid_format"] = "Format alamat e-mail tidak benar";
$lang["common_fields_required_message"] = "Bagian yang ditandai warna merah wajib diisi";
$lang["common_first_name"] = "Nama Depan";
$lang["common_first_name_required"] = "Nama depan wajib diisi.";
$lang["common_inv"] = "Inv";
$lang["common_last_name"] = "Nama Belakang";
$lang["common_last_name_required"] = "Nama belakang wajib diisi.";
$lang["common_learn_about_project"] = "Untuk belajar informasi terbaru tentang proyek ini";
$lang["common_list_of"] = "Daftar";
$lang["common_logout"] = "Keluar";
$lang["common_no_persons_to_display"] = "Tidak ada orang untuk ditampilkan";
$lang["common_or"] = "ATAU";
$lang["common_phone_number"] = "Telepon";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "Silahkan kunjungi";
$lang["common_powered_by"] = "Diberdayakan oleh";
$lang["common_price"] = "Harga";
$lang["common_remove"] = "Hapus";
$lang["common_return_policy"] = "Kebijakan Retur";
$lang["common_search"] = "Cari";
$lang["common_searched_for"] = "Mencari untuk";
$lang["common_state"] = "Provinsi";
$lang["common_submit"] = "Kirim";
$lang["common_view_recent_sales"] = "Lihat Penjualan Terkini";
$lang["common_website"] = "Situs";
$lang["common_welcome"] = "Selamat Datang";
$lang["common_welcome_message"] = "Selamat Datang, klik modul di bawah ini untuk memulai";
$lang["common_you_are_using_ospos"] = "Anda menggunakan Open Source Point Of Sale Versi";
$lang["common_zip"] = "Kode POS";
<?php
$lang['common_common'] = 'Biasa';
$lang['common_submit'] = 'Kirim';
$lang['common_or'] = 'ATAU';
$lang['common_powered_by'] = 'Diberdayakan oleh';
$lang['common_welcome'] = 'Selamat Datang';
$lang['common_logout'] = 'Keluar';
$lang['common_list_of'] = 'Daftar';
$lang['common_first_name'] = 'Nama Depan';
$lang['common_last_name'] = 'Nama Belakang';
$lang['common_email'] = 'E-Mail';
$lang['common_phone_number'] = 'Telepon';
$lang['common_address_1'] = 'Alamat 1';
$lang['common_address_2'] = 'Alamat 2';
$lang['common_city'] = 'Kota';
$lang['common_state'] = 'Provinsi';
$lang['common_zip'] = 'Kode POS';
$lang['common_country'] = 'Negara';
$lang['common_comments'] = 'Catatan';
$lang['common_edit'] = 'Ubah';
$lang['common_search'] = 'Cari';
$lang['common_delete'] = 'Hapus';
$lang['common_remove'] = 'Hapus';
$lang['common_view_recent_sales'] = 'Lihat Penjualan Terkini';
$lang['common_you_are_using_ospos'] = 'Anda menggunakan Open Source Point Of Sale Versi';
$lang['common_please_visit_my'] = 'Silahkan kunjungi';
$lang['common_website'] = 'Situs';
$lang['common_fields_required_message'] = 'Bagian yang ditandai warna merah wajib diisi';
$lang['common_learn_about_project'] = 'Untuk belajar informasi terbaru tentang proyek ini';
$lang['common_searched_for'] = 'Mencari untuk';
$lang['common_first_name_required'] = 'Nama depan wajib diisi.';
$lang['common_last_name_required'] = 'Nama belakang wajib diisi.';
$lang['common_email_invalid_format'] = 'Format alamat e-mail tidak benar';
$lang['common_confirm_search'] = 'Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?';
$lang['common_no_persons_to_display'] = 'Tidak ada orang untuk ditampilkan';
$lang['common_return_policy'] = 'Kebijakan Retur';
$lang['common_price'] = 'Harga';
$lang['common_welcome_message']= 'Selamat Datang, klik modul di bawah ini untuk memulai';
$lang['common_inv'] = 'Inv';
$lang['common_det'] = 'Detail';
?>

View File

@@ -1,42 +1,36 @@
<?php
$lang["config_address"] = "Alamat Perusahaan";
$lang["config_address_required"] = "Alamat Perusahaan wajib diisi";
$lang["config_company"] = "Nama Perusahaan";
$lang["config_company_required"] = "Nama Perusahaan wajib diisi";
$lang["config_company_website_url"] = "Situs Perusahaan bukan URL yang benar(http://...)";
$lang["config_currency_side"] = "Sisi Kanan";
$lang["config_currency_symbol"] = "Simbol Mata Uang";
$lang["config_custom1"] = "Custom Field 1";
$lang["config_custom10"] = "Custom Field 10";
$lang["config_custom2"] = "Custom Field 2";
$lang["config_custom3"] = "Custom Field 3";
$lang["config_custom4"] = "Custom Field 4";
$lang["config_custom5"] = "Custom Field 5";
$lang["config_custom6"] = "Custom Field 6";
$lang["config_custom7"] = "Custom Field 7";
$lang["config_custom8"] = "Custom Field 8";
$lang["config_custom9"] = "Custom Field 9";
$lang["config_default_tax_rate"] = "Tarif Pajak Biasa%";
$lang["config_default_tax_rate_1"] = "Tarif Pajak 1";
$lang["config_default_tax_rate_2"] = "Tarif Pajak 2";
$lang["config_default_tax_rate_number"] = "Tarif Pajak Biasa harus angka";
$lang["config_default_tax_rate_required"] = "Tarif Pajak Biasa wajib diisi";
$lang["config_fax"] = "Fax";
$lang["config_info"] = "Informasi Konfigurasi Toko";
$lang["config_language"] = "Bahasa";
$lang["config_phone"] = "Telepon Perusahaan";
$lang["config_phone_required"] = "Telepon Perusahaan wajib diisi";
$lang["config_print_after_sale"] = "Cetak Faktur setelah penjualan";
$lang["config_recv_invoice_enable"] = "";
$lang["config_recv_invoice_format"] = "";
$lang["config_return_policy_required"] = "Kebijakan retur wajib diisi";
$lang["config_sales_invoice_enable"] = "";
$lang["config_sales_invoice_format"] = "";
$lang["config_saved_successfully"] = "Konfigurasi berhasil disimpan";
$lang["config_saved_unsuccessfully"] = "Konfigurasi tidak berhasil disimpan";
$lang["config_stock_location"] = "";
$lang["config_stock_location_required"] = "";
$lang["config_tax_included"] = "Dikenakan Pajak";
$lang["config_timezone"] = "Zona Waktu";
$lang["config_website"] = "Situs Perusahaan";
<?php
$lang['config_info'] = 'Informasi Konfigurasi Toko';
$lang['config_company'] = 'Nama Perusahaan';
$lang['config_address'] = 'Alamat Perusahaan';
$lang['config_phone'] = 'Telepon Perusahaan';
$lang['config_website'] = 'Situs Perusahaan';
$lang['config_fax'] = 'Fax';
$lang['config_default_tax_rate'] = 'Tarif Pajak Biasa%';
$lang['config_default_tax_rate_1'] = 'Tarif Pajak 1';
$lang['config_default_tax_rate_2'] = 'Tarif Pajak 2';
$lang['config_company_required'] = 'Nama Perusahaan wajib diisi';
$lang['config_address_required'] = 'Alamat Perusahaan wajib diisi';
$lang['config_phone_required'] = 'Telepon Perusahaan wajib diisi';
$lang['config_default_tax_rate_required'] = 'Tarif Pajak Biasa wajib diisi';
$lang['config_default_tax_rate_number'] = 'Tarif Pajak Biasa harus angka';
$lang['config_company_website_url'] = 'Situs Perusahaan bukan URL yang benar(http://...)';
$lang['config_saved_successfully'] = 'Konfigurasi berhasil disimpan';
$lang['config_saved_unsuccessfully'] = 'Konfigurasi tidak berhasil disimpan';
$lang['config_return_policy_required'] = 'Kebijakan retur wajib diisi';
$lang['config_print_after_sale'] = 'Cetak Faktur setelah penjualan';
$lang['config_language'] = 'Bahasa';
$lang['config_timezone'] = 'Zona Waktu';
$lang['config_currency_symbol'] = 'Simbol Mata Uang';
$lang['config_currency_side'] = 'Sisi Kanan'; //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
$lang['config_tax_included'] = 'Dikenakan Pajak';
?>

View File

@@ -1,16 +1,16 @@
<?php
$lang["customers_account_number"] = "No.Pelanggan";
$lang["customers_basic_information"] = "Informasi Pelanggan";
$lang["customers_cannot_be_deleted"] = "pelanggan terpilih tidak bisa dihapus; satu atau lebih dari pelanggan yang dipilih memiliki penjualan.";
$lang["customers_confirm_delete"] = "Apakah Anda yakin ingin menghapus pelanggan yang dipilih?";
$lang["customers_customer"] = "Pelanggan";
$lang["customers_error_adding_updating"] = "Menambah / Memperbarui Pelanggan Salah";
$lang["customers_new"] = "Pelanggan Baru";
$lang["customers_none_selected"] = "Anda belum memilih pelanggan untuk dihapus";
$lang["customers_one_or_multiple"] = "pelanggan";
$lang["customers_successful_adding"] = "Anda telah berhasil menambah pelanggan";
$lang["customers_successful_deleted"] = "Anda telah berhasil menghapus pelanggan";
$lang["customers_successful_updating"] = "Anda telah berhasil memperbarui pelanggan";
$lang["customers_taxable"] = "Dapat dikenakan pajak";
$lang["customers_update"] = "Ubah Pelanggan";
<?php
$lang['customers_new'] = 'Pelanggan Baru';
$lang['customers_customer'] = 'Pelanggan';
$lang['customers_update'] = 'Ubah Pelanggan';
$lang['customers_confirm_delete'] = 'Apakah Anda yakin ingin menghapus pelanggan yang dipilih?';
$lang['customers_none_selected'] = 'Anda belum memilih pelanggan untuk dihapus';
$lang['customers_error_adding_updating'] = 'Menambah / Memperbarui Pelanggan Salah';
$lang['customers_successful_adding'] = 'Anda telah berhasil menambah pelanggan';
$lang['customers_successful_updating'] = 'Anda telah berhasil memperbarui pelanggan';
$lang['customers_successful_deleted'] = 'Anda telah berhasil menghapus pelanggan';
$lang['customers_one_or_multiple'] = 'pelanggan';
$lang['customers_cannot_be_deleted'] = 'pelanggan terpilih tidak bisa dihapus; satu atau lebih dari pelanggan yang dipilih memiliki penjualan.';
$lang['customers_basic_information'] = 'Informasi Pelanggan';
$lang['customers_account_number'] = 'No.Pelanggan';
$lang['customers_taxable'] = 'Dapat dikenakan pajak';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Informasi Karyawan";
$lang["employees_cannot_be_deleted"] = "Karyawan terpilih tidak bisa dihapus; satu atau lebih dari para pekerja telah memproses penjualan atau Anda mencoba untuk menghapus diri Anda sendiri:)";
$lang["employees_confirm_delete"] = "Apakah Anda yakin ingin menghapus karyawan yang dipilih?";
$lang["employees_employee"] = "Karyawan";
$lang["employees_error_adding_updating"] = "Kesalahan menambah / memperbarui karyawan";
$lang["employees_error_deleting_demo_admin"] = "Anda tidak dapat menghapus Demo admin user";
$lang["employees_error_updating_demo_admin"] = "Anda tidak dapat merubah Demo admin user";
$lang["employees_login_info"] = "Info Login Karyawan";
$lang["employees_new"] = "Karyawan Baru";
$lang["employees_none_selected"] = "Anda belum memilih karyawan untuk menghapus";
$lang["employees_one_or_multiple"] = "Karyawan";
$lang["employees_password"] = "Kata Sandi";
$lang["employees_password_minlength"] = "Kata Sandi minimal 8 huruf/angka";
$lang["employees_password_must_match"] = "Kata Sandi tidak cocok";
$lang["employees_password_required"] = "Kata Sandi wajib diisi";
$lang["employees_permission_desc"] = "Tandai kotak di bawah ini untuk memberikan akses ke Modul";
$lang["employees_permission_info"] = "Hak Akses Karyawan";
$lang["employees_repeat_password"] = "Ulang Kata Sandi";
$lang["employees_successful_adding"] = "Anda telah berhasil menambahkan karyawan";
$lang["employees_successful_deleted"] = "Anda telah berhasil menghapus";
$lang["employees_successful_updating"] = "Anda telah berhasil memperbarui karyawan";
$lang["employees_update"] = "Ubah Karyawan";
$lang["employees_username"] = "Nama Pengguna";
$lang["employees_username_minlength"] = "Nama Pengguna minimal 5 huruf";
$lang["employees_username_required"] = "Nama Pengguna wajib diisi";
<?php
$lang['employees_employee'] = 'Karyawan';
$lang['employees_new'] = 'Karyawan Baru';
$lang['employees_update'] = 'Ubah Karyawan';
$lang['employees_confirm_delete'] = 'Apakah Anda yakin ingin menghapus karyawan yang dipilih?';
$lang['employees_none_selected'] = 'Anda belum memilih karyawan untuk menghapus';
$lang['employees_error_adding_updating'] = 'Kesalahan menambah / memperbarui karyawan';
$lang['employees_successful_adding'] = 'Anda telah berhasil menambahkan karyawan';
$lang['employees_successful_updating'] = 'Anda telah berhasil memperbarui karyawan';
$lang['employees_successful_deleted'] = 'Anda telah berhasil menghapus';
$lang['employees_one_or_multiple'] = 'Karyawan';
$lang['employees_cannot_be_deleted'] = 'Karyawan terpilih tidak bisa dihapus; satu atau lebih dari para pekerja telah memproses penjualan atau Anda mencoba untuk menghapus diri Anda sendiri:)';
$lang['employees_username'] = 'Nama Pengguna';
$lang['employees_password'] = 'Kata Sandi';
$lang['employees_repeat_password'] = 'Ulang Kata Sandi';
$lang['employees_username_required'] = 'Nama Pengguna wajib diisi';
$lang['employees_username_minlength'] = 'Nama Pengguna minimal 5 huruf';
$lang['employees_password_required'] = 'Kata Sandi wajib diisi';
$lang['employees_password_minlength'] = 'Kata Sandi minimal 8 huruf/angka';
$lang['employees_password_must_match'] = 'Kata Sandi tidak cocok';
$lang['employees_basic_information'] = 'Informasi Karyawan';
$lang['employees_login_info'] = 'Info Login Karyawan';
$lang['employees_permission_info'] = 'Hak Akses Karyawan';
$lang['employees_permission_desc'] = 'Tandai kotak di bawah ini untuk memberikan akses ke Modul';
$lang['employees_error_updating_demo_admin'] = 'Anda tidak dapat merubah Demo admin user';
$lang['employees_error_deleting_demo_admin'] = 'Anda tidak dapat menghapus Demo admin user';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "Anda tidak memiliki izin untuk mengakses modul ini";
$lang["error_unknown"] = "tidak dikenal";
<?php
$lang['error_no_permission_module'] = 'Anda tidak memiliki izin untuk mengakses modul ini';
$lang['error_unknown'] = 'tidak dikenal';
?>

View File

@@ -1,18 +1,29 @@
<?php
<?php
$lang["alpha_dash"] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang["alpha_numeric"] = "The %s field may only contain alpha-numeric characters.";
$lang["exact_length"] = "The %s field must be exactly %s characters in length.";
$lang["greater_than"] = "The %s field must contain a number greater than %s.";
$lang["is_natural"] = "The %s field must contain only positive numbers.";
$lang["is_natural_no_zero"] = "The %s field must contain a number greater than zero.";
$lang["is_numeric"] = "The %s field must contain only numeric characters.";
$lang["is_unique"] = "The %s field must contain a unique value.";
$lang["less_than"] = "The %s field must contain a number less than %s.";
$lang["max_length"] = "The %s field can not exceed %s characters in length.";
$lang["min_length"] = "The %s field must be at least %s characters in length.";
$lang["regex_match"] = "The %s field is not in the correct format.";
$lang["valid_email"] = "The %s field must contain a valid email address.";
$lang["valid_emails"] = "The %s field must contain all valid email addresses.";
$lang["valid_ip"] = "The %s field must contain a valid IP.";
$lang["valid_url"] = "The %s field must contain a valid URL.";
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain a valid URL.";
$lang['valid_ip'] = "The %s field must contain a valid IP.";
$lang['min_length'] = "The %s field must be at least %s characters in length.";
$lang['max_length'] = "The %s field can not exceed %s characters in length.";
$lang['exact_length'] = "The %s field must be exactly %s characters in length.";
$lang['alpha'] = "The %s field may only contain alphabetical characters.";
$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters.";
$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang['numeric'] = "The %s field must contain only numbers.";
$lang['is_numeric'] = "The %s field must contain only numeric characters.";
$lang['integer'] = "The %s field must contain an integer.";
$lang['regex_match'] = "The %s field is not in the correct format.";
$lang['matches'] = "The %s field does not match the %s field.";
$lang['is_unique'] = "The %s field must contain a unique value.";
$lang['is_natural'] = "The %s field must contain only positive numbers.";
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
$lang['decimal'] = "The %s field must contain a decimal number.";
$lang['less_than'] = "The %s field must contain a number less than %s.";
$lang['greater_than'] = "The %s field must contain a number greater than %s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Penyesuaian Inventori TAMBAH / KURANG (-)";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Deskripsi Alternatif dimungkinkan";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "Informasi GiftCard";
$lang["giftcards_bulk_edit"] = "Ubah Massal";
$lang["giftcards_cannot_be_deleted"] = "Tidak dapat menghapus GiftCard terpilih, Satu atau lebih GiftCard yang dipilih memiliki Penjualan.";
$lang["giftcards_cannot_find_giftcard"] = "Informasi GiftCard tidak ditemukan";
$lang["giftcards_card_value"] = "Nilai";
$lang["giftcards_category"] = "Kategori";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Diijinkan Deskripsi Alternatif Untuk Semua";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Tidak Diijinkan Deskripsi Alternatif Untuk Semua";
$lang["giftcards_change_all_to_serialized"] = "Ubah semua menggunakan nomor serial";
$lang["giftcards_change_all_to_unserialized"] = "Ubah semua tanpa nomor serial";
$lang["giftcards_confirm_bulk_edit"] = "Apakah Anda yakin ingin merubah semua GiftCard yang dipilih?";
$lang["giftcards_confirm_delete"] = "Apakah anda yakin ingin menghapus GiftCard yang dipilih?";
$lang["giftcards_cost_price"] = "Harga Pokok";
$lang["giftcards_count"] = "Mutasi/Penyesuaian Inventori";
$lang["giftcards_current_quantity"] = "Jumlah saat ini";
$lang["giftcards_description"] = "Deskripsi";
$lang["giftcards_details_count"] = "Jumlah Detail Inventori";
$lang["giftcards_do_nothing"] = "Tidak ada Perubahan";
$lang["giftcards_edit_fields_you_want_to_update"] = "Ubah bagian yang ingin Anda edit untuk SEMUA GiftCard yang dipilih";
$lang["giftcards_edit_multiple_giftcards"] = "Ubah beberapa GiftCard";
$lang["giftcards_error_adding_updating"] = "Kesalahan ketika menambahkan/memperbaharui GiftCard";
$lang["giftcards_error_updating_multiple"] = "Kesalahan memperbarui GiftCard";
$lang["giftcards_excel_import_failed"] = "Impor dari Excel import tidak berhasil";
$lang["giftcards_generate_barcodes"] = "Buat Barcode";
$lang["giftcards_giftcard"] = "GiftCard";
$lang["giftcards_giftcard_number"] = "Nomor GiftCard";
$lang["giftcards_info_provided_by"] = "Informasi disediakan oleh";
$lang["giftcards_inventory_comments"] = "Keterangan";
$lang["giftcards_is_serialized"] = "GiftCard Memiliki Nomor Serial";
$lang["giftcards_low_inventory_giftcards"] = "GiftCard Inventori Rendah";
$lang["giftcards_manually_editing_of_quantity"] = "Perubahan jumlah Stok secara manual";
$lang["giftcards_must_select_giftcard_for_barcode"] = "Anda harus memilih minimal 1 GiftCard untuk membuat Barcode";
$lang["giftcards_new"] = "GiftCard Baru";
$lang["giftcards_no_description_giftcards"] = "Tidak ada Deskripsi Gift Card";
$lang["giftcards_no_giftcards_to_display"] = "Tidak ada GiftCard yang ditampilkan";
$lang["giftcards_none"] = "Tidak Ada";
$lang["giftcards_none_selected"] = "Anda belum memilih GiftCard untuk diubah";
$lang["giftcards_number"] = "Nomor GiftCard harus angka";
$lang["giftcards_number_information"] = "Nomor GiftCard";
$lang["giftcards_number_required"] = "Nomor GiftCard wajib diisi";
$lang["giftcards_one_or_multiple"] = "GiftCard";
$lang["giftcards_person_id"] = "Nomor Pelanggan";
$lang["giftcards_quantity"] = "Jumlah";
$lang["giftcards_quantity_required"] = "Jumlah wajib diisi. Silahkan tutup ( X ) untuk batal";
$lang["giftcards_reorder_level"] = "Level Pesan Ulang";
$lang["giftcards_retrive_giftcard_info"] = "Informasi GiftCard";
$lang["giftcards_sales_tax_1"] = "Pajak Penjualan";
$lang["giftcards_sales_tax_2"] = "Pajak Penjualan";
$lang["giftcards_serialized_giftcards"] = "Serial GiftCard";
$lang["giftcards_successful_adding"] = "GiftCard telah berhasil ditambahkan";
$lang["giftcards_successful_bulk_edit"] = "Anda telah berhasil memperbarui GiftCard yang dipilih";
$lang["giftcards_successful_deleted"] = "GiftCard telah berhasil dihapus";
$lang["giftcards_successful_updating"] = "GiftCard telah berhasil diperbarui";
$lang["giftcards_supplier"] = "Supplier";
$lang["giftcards_tax_1"] = "Pajak 1";
$lang["giftcards_tax_2"] = "Pajak 2";
$lang["giftcards_tax_percent"] = "Persen Pajak";
$lang["giftcards_tax_percents"] = "Persentase Pajak";
$lang["giftcards_unit_price"] = "Harga Jual";
$lang["giftcards_upc_database"] = "Database UPC";
$lang["giftcards_update"] = "Ubah GiftCard";
$lang["giftcards_use_inventory_menu"] = "Gunakan Inv. Menu";
$lang["giftcards_value"] = "Nilai GiftCard harus angka";
$lang["giftcards_value_required"] = "Nilai GiftCard wajib diisi";
<?php
$lang['giftcards_giftcard_number'] = 'Nomor GiftCard';
$lang['giftcards_card_value'] = 'Nilai';
$lang['giftcards_basic_information'] = 'Informasi GiftCard';
$lang['giftcards_number_required'] = 'Nomor GiftCard wajib diisi';
$lang['giftcards_value_required'] = 'Nilai GiftCard wajib diisi';
$lang['giftcards_number'] = 'Nomor GiftCard harus angka';
$lang['giftcards_value'] = 'Nilai GiftCard harus angka';
$lang['giftcards_person_id'] = 'Nomor Pelanggan';
$lang['giftcards_retrive_giftcard_info'] = 'Informasi GiftCard';
$lang['giftcards_description'] = 'Deskripsi';
$lang['giftcards_amazon'] = 'Amazon';
$lang['giftcards_upc_database'] = 'Database UPC';
$lang['giftcards_cannot_find_giftcard'] = 'Informasi GiftCard tidak ditemukan';
$lang['giftcards_info_provided_by'] = 'Informasi disediakan oleh';
$lang['giftcards_number_information'] = 'Nomor GiftCard';
$lang['giftcards_new'] = 'GiftCard Baru';
$lang['giftcards_update'] = 'Ubah GiftCard';
$lang['giftcards_giftcard'] = 'GiftCard';
$lang['giftcards_edit_multiple_giftcards'] = 'Ubah beberapa GiftCard';
$lang['giftcards_category'] = 'Kategori';
$lang['giftcards_cost_price'] = 'Harga Pokok';
$lang['giftcards_unit_price'] = 'Harga Jual';
$lang['giftcards_tax_1'] = 'Pajak 1';
$lang['giftcards_tax_2'] = 'Pajak 2';
$lang['giftcards_sales_tax_1'] = 'Pajak Penjualan';
$lang['giftcards_sales_tax_2'] = 'Pajak Penjualan';
$lang['giftcards_tax_percent'] = 'Persen Pajak';
$lang['giftcards_tax_percents'] = 'Persentase Pajak';
$lang['giftcards_reorder_level'] = 'Level Pesan Ulang';
$lang['giftcards_quantity'] = 'Jumlah';
$lang['giftcards_no_giftcards_to_display'] = 'Tidak ada GiftCard yang ditampilkan';
$lang['giftcards_bulk_edit'] = 'Ubah Massal';
$lang['giftcards_confirm_delete'] = 'Apakah anda yakin ingin menghapus GiftCard yang dipilih?';
$lang['giftcards_none_selected'] = 'Anda belum memilih GiftCard untuk diubah';
$lang['giftcards_confirm_bulk_edit'] = 'Apakah Anda yakin ingin merubah semua GiftCard yang dipilih?';
$lang['giftcards_successful_bulk_edit'] = 'Anda telah berhasil memperbarui GiftCard yang dipilih';
$lang['giftcards_error_updating_multiple'] = 'Kesalahan memperbarui GiftCard';
$lang['giftcards_edit_fields_you_want_to_update'] = 'Ubah bagian yang ingin Anda edit untuk SEMUA GiftCard yang dipilih';
$lang['giftcards_error_adding_updating'] = 'Kesalahan ketika menambahkan/memperbaharui GiftCard';
$lang['giftcards_successful_adding'] = 'GiftCard telah berhasil ditambahkan';
$lang['giftcards_successful_updating'] = 'GiftCard telah berhasil diperbarui';
$lang['giftcards_successful_deleted'] = 'GiftCard telah berhasil dihapus';
$lang['giftcards_one_or_multiple'] = 'GiftCard';
$lang['giftcards_cannot_be_deleted'] = 'Tidak dapat menghapus GiftCard terpilih, Satu atau lebih GiftCard yang dipilih memiliki Penjualan.';
$lang['giftcards_none'] = 'Tidak Ada';
$lang['giftcards_supplier'] = 'Supplier';
$lang['giftcards_generate_barcodes'] = 'Buat Barcode';
$lang['giftcards_must_select_giftcard_for_barcode'] = 'Anda harus memilih minimal 1 GiftCard untuk membuat Barcode';
$lang['giftcards_excel_import_failed'] = 'Impor dari Excel import tidak berhasil';
$lang['giftcards_allow_alt_description'] = 'Deskripsi Alternatif dimungkinkan';
$lang['giftcards_is_serialized'] = 'GiftCard Memiliki Nomor Serial';
$lang['giftcards_low_inventory_giftcards'] = 'GiftCard Inventori Rendah';
$lang['giftcards_serialized_giftcards'] = 'Serial GiftCard';
$lang['giftcards_no_description_giftcards'] = 'Tidak ada Deskripsi Gift Card';
$lang['giftcards_inventory_comments'] = 'Keterangan';
$lang['giftcards_count'] = 'Mutasi/Penyesuaian Inventori';
$lang['giftcards_details_count'] = 'Jumlah Detail Inventori';
$lang['giftcards_add_minus'] = 'Penyesuaian Inventori TAMBAH / KURANG (-)';
$lang['giftcards_current_quantity'] = 'Jumlah saat ini';
$lang['giftcards_quantity_required'] = 'Jumlah wajib diisi. Silahkan tutup ( X ) untuk batal';
$lang['giftcards_do_nothing'] = 'Tidak ada Perubahan';
$lang['giftcards_change_all_to_serialized'] = 'Ubah semua menggunakan nomor serial';
$lang['giftcards_change_all_to_unserialized'] = 'Ubah semua tanpa nomor serial';
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Diijinkan Deskripsi Alternatif Untuk Semua';
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Tidak Diijinkan Deskripsi Alternatif Untuk Semua';
$lang['giftcards_use_inventory_menu'] = 'Gunakan Inv. Menu';
$lang['giftcards_manually_editing_of_quantity'] = 'Perubahan jumlah Stok secara manual';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Tambah Item Barang";
$lang["item_kits_cannot_be_deleted"] = "Item Paket tidak dapat dihapus";
$lang["item_kits_confirm_delete"] = "Apakah Anda yakin ingin menghapus Item Paket dipilih?";
$lang["item_kits_description"] = "Deskripsi Item Paket";
$lang["item_kits_error_adding_updating"] = "Tambah/Ubah Item Paket tidak berhasil";
$lang["item_kits_info"] = "Item Paket Info";
$lang["item_kits_item"] = "Item Barang";
$lang["item_kits_items"] = "Item Barang";
$lang["item_kits_name"] = "Nama Item Paket";
$lang["item_kits_new"] = "Item Paket Baru";
$lang["item_kits_no_item_kits_to_display"] = "Tidak ada Item Paket yang ditampilkan";
$lang["item_kits_none_selected"] = "Anda belum memilih satupun Item Paket";
$lang["item_kits_one_or_multiple"] = "Item Paket";
$lang["item_kits_quantity"] = "Jumlah";
$lang["item_kits_successful_adding"] = "Item Paket Baru berhasil ditambahkan";
$lang["item_kits_successful_deleted"] = "Item Paket berhasil dihapus";
$lang["item_kits_successful_updating"] = "Item Paket berhasil dirubah";
$lang["item_kits_update"] = "Ubah Item Paket";
<?php
$lang['item_kits_name'] = 'Nama Item Paket';
$lang['item_kits_description'] = 'Deskripsi Item Paket';
$lang['item_kits_no_item_kits_to_display'] = 'Tidak ada Item Paket yang ditampilkan';
$lang['item_kits_update'] = 'Ubah Item Paket';
$lang['item_kits_new'] = 'Item Paket Baru';
$lang['item_kits_none_selected'] = "Anda belum memilih satupun Item Paket";
$lang['item_kits_info'] = 'Item Paket Info';
$lang['item_kits_successful_adding'] = 'Item Paket Baru berhasil ditambahkan';
$lang['item_kits_successful_updating'] = 'Item Paket berhasil dirubah';
$lang['item_kits_error_adding_updating'] = 'Tambah/Ubah Item Paket tidak berhasil';
$lang['item_kits_successful_deleted'] = 'Item Paket berhasil dihapus';
$lang['item_kits_confirm_delete'] = 'Apakah Anda yakin ingin menghapus Item Paket dipilih?';
$lang['item_kits_one_or_multiple'] = 'Item Paket';
$lang['item_kits_cannot_be_deleted'] = 'Item Paket tidak dapat dihapus';
$lang['item_kits_add_item'] = 'Tambah Item Barang';
$lang['item_kits_items'] = 'Item Barang';
$lang['item_kits_item'] = 'Item Barang';
$lang['item_kits_quantity'] = 'Jumlah';
?>

View File

@@ -1,81 +1,81 @@
<?php
$lang["items_add_minus"] = "Penyesuaian Inventori TAMBAH / KURANG (-)";
$lang["items_allow_alt_description"] = "Deskripsi Alternatif dimungkinkan";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "Informasi Item";
$lang["items_bulk_edit"] = "Ubah Massal";
$lang["items_buy_price_required"] = "Harga Beli wajib diisi";
$lang["items_cannot_be_deleted"] = "Tidak dapat menghapus item terpilih, satu atau lebih item yang dipilih memiliki penjualan.";
$lang["items_cannot_find_item"] = "Tidak dapat menemukan informasi apapun tentang item";
$lang["items_category"] = "Kategori";
$lang["items_category_required"] = "Kategori wajib diisi";
$lang["items_change_all_to_allow_alt_desc"] = " Diijinkan Deskripsi alternatif untuk semua";
$lang["items_change_all_to_not_allow_allow_desc"] = "Tidak Diijinkan Deskripsi alternatif untuk semua";
$lang["items_change_all_to_serialized"] = "Ubah semua menggunakan nomor serial";
$lang["items_change_all_to_unserialized"] = "Ubah semua tanpa nomor serial";
$lang["items_confirm_bulk_edit"] = "Apakah Anda yakin ingin merubah semua item yang dipilih?";
$lang["items_confirm_delete"] = "Apakah Anda yakin ingin menghapus item yang dipilih?";
$lang["items_cost_price"] = "Harga Pokok";
$lang["items_cost_price_number"] = "Biaya Item harus angka";
$lang["items_cost_price_required"] = "Biaya Item wajib diisi";
$lang["items_count"] = "Mutasi/Penyesuaian Inventori";
$lang["items_current_quantity"] = "Jumlah Saat ini";
$lang["items_description"] = "Deskripsi";
$lang["items_details_count"] = "Jumlah Detail Inventori";
$lang["items_do_nothing"] = "Tidak ada Perubahan";
$lang["items_edit_fields_you_want_to_update"] = "Ubah bagian yang ingin Anda edit untuk SEMUA Item yang dipilih";
$lang["items_edit_multiple_items"] = "Ubah Beberapa Item";
$lang["items_error_adding_updating"] = "Kesalahan ketika menambahkan/memperbarui item";
$lang["items_error_updating_multiple"] = "Kesalahan ketika memperbarui item";
$lang["items_excel_import_failed"] = "Impor dari Excel tidak berhasil dilakukan";
$lang["items_generate_barcodes"] = "Buat Barcode";
$lang["items_info_provided_by"] = "Info disediakan oleh";
$lang["items_inventory"] = "Inventori";
$lang["items_inventory_comments"] = "Keterangan";
$lang["items_is_deleted"] = "Item dihapus";
$lang["items_is_serialized"] = "Item Memiliki Nomor Serial";
$lang["items_item"] = "Item";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "Lokasi Barang";
$lang["items_low_inventory_items"] = "Item Inventori Rendah";
$lang["items_manually_editing_of_quantity"] = "Perubahan jumlah Stok secara manual";
$lang["items_must_select_item_for_barcode"] = "Anda harus memilih minimal 1 item untuk membuat barcode";
$lang["items_name"] = "Nama Barang";
$lang["items_name_required"] = "Nama item wajib diisi";
$lang["items_new"] = "Buat Item Baru";
$lang["items_no_description_items"] = "Produk/Item tidak ada deskripsi";
$lang["items_no_items_to_display"] = "Tidak ada item untuk ditampilkan";
$lang["items_none"] = "Tidak Ada";
$lang["items_none_selected"] = "Anda belum memilih item untuk diubah";
$lang["items_number_information"] = "Nomor Barang";
$lang["items_one_or_multiple"] = "Item Barang";
$lang["items_quantity"] = "Jumlah";
$lang["items_quantity_number"] = "Jumlah harus angka";
$lang["items_quantity_required"] = "Jumlah wajib diisi";
$lang["items_receiving_quantity"] = "";
$lang["items_reorder_level"] = "Batas pesan ulang";
$lang["items_reorder_level_number"] = "Batas pesan ulang harus angka";
$lang["items_reorder_level_required"] = "Batas pesan ulang wajib diisi";
$lang["items_retrive_item_info"] = "Dapatkan Info Item Barang";
$lang["items_sales_tax_1"] = "Pajak Penjualan1";
$lang["items_sales_tax_2"] = "Pajak Penjualan2";
$lang["items_search_custom_items"] = "Cari secara manual";
$lang["items_serialized_items"] = "Serial Item";
$lang["items_stock_location"] = "";
$lang["items_successful_adding"] = "Item Barang telah berhasil ditambahkan";
$lang["items_successful_bulk_edit"] = "Anda telah berhasil memperbarui item yang dipilih";
$lang["items_successful_deleted"] = "Item Barang telah berhasil dihapus";
$lang["items_successful_updating"] = "Item Barang telah berhasil diperbarui";
$lang["items_supplier"] = "Pemasok";
$lang["items_tax_1"] = "Pajak 1";
$lang["items_tax_2"] = "Pajak 2";
$lang["items_tax_percent"] = "Tarif Pajak";
$lang["items_tax_percent_required"] = "Tarif Pajak wajib diisi";
$lang["items_tax_percents"] = "Tarif Pajak";
$lang["items_unit_price"] = "Harga Jual";
$lang["items_unit_price_number"] = "Harga satuan harus angka";
$lang["items_unit_price_required"] = "Harga Jual wajib diisi";
$lang["items_upc_database"] = "Database UPC";
$lang["items_update"] = "Ubah";
$lang["items_use_inventory_menu"] = "Gunakan Inv. Menu";
<?php
$lang['items_item_number'] = 'UPC/EAN/ISBN';
$lang['items_retrive_item_info'] = 'Dapatkan Info Item Barang';
$lang['items_description'] = 'Deskripsi';
$lang['items_amazon'] = 'Amazon';
$lang['items_upc_database'] = 'Database UPC';
$lang['items_cannot_find_item'] = 'Tidak dapat menemukan informasi apapun tentang item';
$lang['items_info_provided_by'] = 'Info disediakan oleh';
$lang['items_basic_information'] = 'Informasi Item';
$lang['items_number_information'] = 'Nomor Barang';
$lang['items_new'] = 'Buat Item Baru';
$lang['items_update'] = 'Ubah';
$lang['items_item'] = 'Item';
$lang['items_edit_multiple_items'] = 'Ubah Beberapa Item';
$lang['items_name'] = 'Nama Barang';
$lang['items_category'] = 'Kategori';
$lang['items_cost_price'] = 'Harga Pokok';
$lang['items_unit_price'] = 'Harga Jual';
$lang['items_tax_1'] = 'Pajak 1';
$lang['items_tax_2'] = 'Pajak 2';
$lang['items_sales_tax_1'] = 'Pajak Penjualan1';
$lang['items_sales_tax_2'] = 'Pajak Penjualan2';
$lang['items_tax_percent'] = 'Tarif Pajak';
$lang['items_tax_percents'] = 'Tarif Pajak';
$lang['items_reorder_level'] = 'Batas pesan ulang';
$lang['items_quantity'] = 'Jumlah';
$lang['items_reorder_level'] = 'Batas pesan ulang';
$lang['items_no_items_to_display'] = 'Tidak ada item untuk ditampilkan';
$lang['items_bulk_edit'] = 'Ubah Massal';
$lang['items_confirm_delete'] = 'Apakah Anda yakin ingin menghapus item yang dipilih?';
$lang['items_none_selected'] = 'Anda belum memilih item untuk diubah';
$lang['items_confirm_bulk_edit'] = 'Apakah Anda yakin ingin merubah semua item yang dipilih?';
$lang['items_successful_bulk_edit'] = 'Anda telah berhasil memperbarui item yang dipilih';
$lang['items_error_updating_multiple'] = 'Kesalahan ketika memperbarui item';
$lang['items_edit_fields_you_want_to_update'] = 'Ubah bagian yang ingin Anda edit untuk SEMUA Item yang dipilih';
$lang['items_error_adding_updating'] = 'Kesalahan ketika menambahkan/memperbarui item';
$lang['items_successful_adding'] = 'Item Barang telah berhasil ditambahkan';
$lang['items_successful_updating'] = 'Item Barang telah berhasil diperbarui';
$lang['items_successful_deleted'] = 'Item Barang telah berhasil dihapus';
$lang['items_one_or_multiple'] = 'Item Barang';
$lang['items_cannot_be_deleted'] = 'Tidak dapat menghapus item terpilih, satu atau lebih item yang dipilih memiliki penjualan.';
$lang['items_name_required'] = 'Nama item wajib diisi';
$lang['items_category_required'] = 'Kategori wajib diisi';
$lang['items_buy_price_required'] = 'Harga Beli wajib diisi';
$lang['items_unit_price_required'] = 'Harga Jual wajib diisi';
$lang['items_cost_price_required'] = 'Biaya Item wajib diisi';
$lang['items_tax_percent_required'] = 'Tarif Pajak wajib diisi';
$lang['items_quantity_required'] = 'Jumlah wajib diisi';
$lang['items_reorder_level_required'] = 'Batas pesan ulang wajib diisi';
$lang['items_unit_price_number'] = 'Harga satuan harus angka';
$lang['items_cost_price_number'] = 'Biaya Item harus angka';
$lang['items_quantity_number'] = 'Jumlah harus angka';
$lang['items_reorder_level_number'] = 'Batas pesan ulang harus angka';
$lang['items_none'] = 'Tidak Ada';
$lang['items_supplier'] = 'Pemasok';
$lang['items_generate_barcodes'] = 'Buat Barcode';
$lang['items_must_select_item_for_barcode'] = 'Anda harus memilih minimal 1 item untuk membuat barcode';
$lang['items_excel_import_failed'] = 'Impor dari Excel tidak berhasil dilakukan';
$lang['items_allow_alt_description'] = 'Deskripsi Alternatif dimungkinkan';
$lang['items_is_serialized'] = 'Item Memiliki Nomor Serial';
$lang['items_low_inventory_items'] = 'Item Inventori Rendah';
$lang['items_serialized_items'] = 'Serial Item';
$lang['items_no_description_items'] = 'Produk/Item tidak ada deskripsi';
$lang['items_search_custom_items'] = 'Cari secara manual';//GARRISON ADDED
$lang['items_inventory_comments'] = 'Keterangan';
$lang['items_count'] = 'Mutasi/Penyesuaian Inventori';
$lang['items_details_count'] = 'Jumlah Detail Inventori';
$lang['items_add_minus'] = 'Penyesuaian Inventori TAMBAH / KURANG (-)';
$lang['items_current_quantity'] = 'Jumlah Saat ini';
$lang['items_quantity_required'] = 'Jumlah wajib diisi. Silahkan tutup ( X ) untuk batal';
$lang['items_do_nothing'] = 'Tidak ada Perubahan';
$lang['items_change_all_to_serialized'] = 'Ubah semua menggunakan nomor serial';
$lang['items_change_all_to_unserialized'] = 'Ubah semua tanpa nomor serial';
$lang['items_change_all_to_allow_alt_desc'] = ' Diijinkan Deskripsi alternatif untuk semua';
$lang['items_change_all_to_not_allow_allow_desc'] = 'Tidak Diijinkan Deskripsi alternatif untuk semua';
$lang['items_use_inventory_menu'] = 'Gunakan Inv. Menu';
$lang['items_manually_editing_of_quantity'] = 'Perubahan jumlah Stok secara manual';
$lang['items_inventory'] = 'Inventori';
$lang['items_location'] = 'Lokasi Barang';
$lang['items_is_deleted'] = 'Item dihapus';// Parq 131215
?>

View File

@@ -1,8 +1,8 @@
<?php
$lang["login_go"] = "Lanjutkan";
$lang["login_invalid_username_and_password"] = "Nama Pengguna/Kata Kunci Salah";
$lang["login_login"] = "Masuk";
$lang["login_password"] = "Kata kunci";
$lang["login_username"] = "Nama Anda";
$lang["login_welcome_message"] = "SELAMAT DATANG. Silahkan login untuk masuk aplikasi, Isikan Nama Pengguna dan Kata Kunci Anda di bawah ini.";
<?php
$lang['login_login'] = 'Masuk';
$lang['login_username'] = 'Nama Anda';
$lang['login_password'] = 'Kata kunci';
$lang['login_go'] = 'Lanjutkan';
$lang['login_invalid_username_and_password'] = 'Nama Pengguna/Kata Kunci Salah';
$lang['login_welcome_message'] = 'SELAMAT DATANG. Silahkan login untuk masuk aplikasi, Isikan Nama Pengguna dan Kata Kunci Anda di bawah ini.';
?>

View File

@@ -1,23 +1,34 @@
<?php
<?php
$lang['module_home'] = 'Beranda';
$lang["module_config"] = "Konfigurasi";
$lang["module_config_desc"] = "Ubah Konfigurasi Toko";
$lang["module_customers"] = "Pelanggan";
$lang["module_customers_desc"] = "Tambah, Rubah, Hapus, dan Cari Pelanggan ";
$lang["module_employees"] = "Karyawan";
$lang["module_employees_desc"] = "Tambah, Rubah, Hapus, dan Cari Karyawan";
$lang["module_giftcards"] = "Gift Card";
$lang["module_giftcards_desc"] = "Tambah, Rubah, Hapus dan Cari Gift Card";
$lang["module_home"] = "Beranda";
$lang["module_item_kits"] = "Item Paket";
$lang["module_item_kits_desc"] = "Tambah, Rubah, Hapus dan Cari Item Paket";
$lang["module_items"] = "Item Barang";
$lang["module_items_desc"] = "Tambah, Rubah, Hapus, dan Cari Item Barang";
$lang["module_receivings"] = "Penerimaan";
$lang["module_receivings_desc"] = "Proses Order Penerimaan Barang Masuk";
$lang["module_reports"] = "Laporan";
$lang["module_reports_desc"] = "Lihat dan Cetak Laporan";
$lang["module_sales"] = "Penjualan";
$lang["module_sales_desc"] = "Proses Penjualan dan Retur";
$lang["module_suppliers"] = "Pemasok";
$lang["module_suppliers_desc"] = "Tambah, Rubah, Hapus, dan Cari Pemasok";
$lang['module_customers'] = 'Pelanggan';
$lang['module_customers_desc'] = 'Tambah, Rubah, Hapus, dan Cari Pelanggan ';
$lang['module_suppliers'] = 'Pemasok';
$lang['module_suppliers_desc'] = 'Tambah, Rubah, Hapus, dan Cari Pemasok';
$lang['module_employees'] = 'Karyawan';
$lang['module_employees_desc'] = 'Tambah, Rubah, Hapus, dan Cari Karyawan';
$lang['module_sales'] = 'Penjualan';
$lang['module_sales_desc'] = 'Proses Penjualan dan Retur';
$lang['module_reports'] = 'Laporan';
$lang['module_reports_desc'] = 'Lihat dan Cetak Laporan';
$lang['module_items'] = 'Item Barang';
$lang['module_items_desc'] = 'Tambah, Rubah, Hapus, dan Cari Item Barang';
$lang['module_config'] = 'Konfigurasi';
$lang['module_config_desc'] = 'Ubah Konfigurasi Toko';
$lang['module_receivings'] = 'Penerimaan';
$lang['module_receivings_desc'] = 'Proses Order Penerimaan Barang Masuk';
$lang['module_giftcards'] = 'Gift Card';
$lang['module_giftcards_desc'] = 'Tambah, Rubah, Hapus dan Cari Gift Card';
$lang['module_item_kits'] = 'Item Paket';
$lang['module_item_kits_desc'] = 'Tambah, Rubah, Hapus dan Cari Item Paket';
?>

View File

@@ -1,49 +1,26 @@
<?php
$lang["receivings_transaction_failed"] = "Transaksi Penerimaan Salah";
$lang["recvs_basic_information"] = "";
$lang["recvs_cancel_receiving"] = "";
$lang["recvs_cannot_be_deleted"] = "";
$lang["recvs_comments"] = "";
$lang["recvs_complete_receiving"] = "Selesai";
$lang["recvs_confirm_cancel_receiving"] = "Apakah anda yakin untuk menghapus Penerimaan Barang masuk ini? Semua item Akan dihapus.";
$lang["recvs_confirm_finish_receiving"] = "Apakah anda yakin untuk memproses Penerimaan Barang masuk ini? Proses ini tidak dapat dibatalkan.";
$lang["recvs_cost"] = "Harga";
$lang["recvs_date"] = "";
$lang["recvs_date_required"] = "";
$lang["recvs_date_type"] = "";
$lang["recvs_delete_confirmation"] = "";
$lang["recvs_delete_entire_sale"] = "";
$lang["recvs_discount"] = "Diskon %";
$lang["recvs_edit"] = "Ubah";
$lang["recvs_edit_sale"] = "";
$lang["recvs_employee"] = "";
$lang["recvs_error_editing_item"] = "Pengubahan Item Salah";
$lang["recvs_error_requisition"] = "";
$lang["recvs_find_or_scan_item"] = "Cari/Scan Item";
$lang["recvs_find_or_scan_item_or_receipt"] = "Cari/Scan Item ATAU Faktur";
$lang["recvs_id"] = "ID Penerimaan";
$lang["recvs_invoice_number"] = "";
$lang["recvs_invoice_number_duplicate"] = "";
$lang["recvs_item_name"] = "Nama Item";
$lang["recvs_mode"] = "Jenis Penerimaan";
$lang["recvs_new_supplier"] = "Pemasok Baru";
$lang["recvs_one_or_multiple"] = "";
$lang["recvs_quantity"] = "Jumlah";
$lang["recvs_receipt"] = "Faktur Penerimaan";
$lang["recvs_receipt_number"] = "";
$lang["recvs_receiving"] = "Barang Masuk";
$lang["recvs_register"] = "Penerimaan Barang Masuk";
$lang["recvs_requisition"] = "";
$lang["recvs_return"] = "Retur";
$lang["recvs_select_supplier"] = "Pilih Pemasok (Opsional)";
$lang["recvs_start_typing_supplier_name"] = "Ketik nama pemasok ...";
$lang["recvs_stock_destination"] = "";
$lang["recvs_stock_locaiton"] = "";
$lang["recvs_stock_source"] = "";
$lang["recvs_successfully_deleted"] = "";
$lang["recvs_successfully_updated"] = "";
$lang["recvs_supplier"] = "Pemasok";
$lang["recvs_total"] = "Total";
$lang["recvs_unable_to_add_item"] = "Item tidak dapat ditambahkan ke penerimaan barang masuk";
$lang["recvs_unsuccessfully_updated"] = "";
<?php
$lang['recvs_register'] = 'Penerimaan Barang Masuk';
$lang['recvs_mode'] = 'Jenis Penerimaan';
$lang['recvs_receiving'] = 'Barang Masuk';
$lang['recvs_return'] = 'Retur';
$lang['recvs_total'] = 'Total';
$lang['recvs_cost'] = 'Harga';
$lang['recvs_quantity'] = 'Jumlah';
$lang['recvs_discount'] = 'Diskon %';
$lang['recvs_edit'] = 'Ubah';
$lang['recvs_new_supplier'] = 'Pemasok Baru';
$lang['recvs_supplier'] = 'Pemasok';
$lang['recvs_select_supplier'] = 'Pilih Pemasok (Opsional)';
$lang['recvs_start_typing_supplier_name'] = 'Ketik nama pemasok ...';
$lang['recvs_unable_to_add_item'] = 'Item tidak dapat ditambahkan ke penerimaan barang masuk';
$lang['recvs_error_editing_item'] = 'Pengubahan Item Salah';
$lang['recvs_receipt'] = 'Faktur Penerimaan';
$lang['recvs_complete_receiving'] = 'Selesai';
$lang['recvs_confirm_finish_receiving'] = 'Apakah anda yakin untuk memproses Penerimaan Barang masuk ini? Proses ini tidak dapat dibatalkan.';
$lang['recvs_confirm_cancel_receiving'] = 'Apakah anda yakin untuk menghapus Penerimaan Barang masuk ini? Semua item Akan dihapus.';
$lang['recvs_find_or_scan_item'] = 'Cari/Scan Item';
$lang['recvs_find_or_scan_item_or_receipt'] = 'Cari/Scan Item ATAU Faktur';
$lang['recvs_id'] = 'ID Penerimaan';
$lang['recvs_item_name'] = 'Nama Item';
$lang['receivings_transaction_failed'] = 'Transaksi Penerimaan Salah';
?>

View File

@@ -1,96 +1,88 @@
<?php
$lang["reports_all"] = "Semua";
$lang["reports_all_time"] = "Semua Waktu";
$lang["reports_categories"] = "Kategori";
$lang["reports_categories_summary_report"] = "Laporan Ringkasan Kategori";
$lang["reports_category"] = "Kategori";
$lang["reports_comments"] = "Catatan";
$lang["reports_count"] = "Jumlah";
$lang["reports_customer"] = "Pelanggan";
$lang["reports_customers"] = "Pelanggan";
$lang["reports_customers_summary_report"] = "Laporan Ringkasan Pelanggan";
$lang["reports_date"] = "Tanggal";
$lang["reports_date_range"] = "Rentang Tanggal";
$lang["reports_description"] = "Deskripsi";
$lang["reports_detailed_receivings_report"] = "Laporan Detail Barang Masuk";
$lang["reports_detailed_reports"] = "Perincian Laporan";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Laporan Perincian Penjualan";
$lang["reports_discount"] = "Diskon";
$lang["reports_discount_percent"] = "Persen Diskon";
$lang["reports_discounts"] = "Diskon";
$lang["reports_discounts_summary_report"] = "Laporan Ringkasan Diskon";
$lang["reports_employee"] = "Karyawan";
$lang["reports_employees"] = "Karyawan";
$lang["reports_employees_summary_report"] = "Laporan Ringkasan Karyawan";
$lang["reports_graphical_reports"] = "Laporan Dalam Bentuk Grafis";
$lang["reports_inventory"] = "";
$lang["reports_inventory_low"] = "Laporan Inventori Rendah";
$lang["reports_inventory_low_report"] = "Laporan Inventori Rendah";
$lang["reports_inventory_reports"] = "Laporan Inventori";
$lang["reports_inventory_summary"] = "Laporan Ringkasan Inventori";
$lang["reports_inventory_summary_report"] = "Laporan Ringkasan Inventori";
$lang["reports_item"] = "Produk/Item";
$lang["reports_item_name"] = "Nama Barang";
$lang["reports_item_number"] = "Nomor Barang";
$lang["reports_items"] = "Produk/Item";
$lang["reports_items_purchased"] = "Produk Dibeli";
$lang["reports_items_received"] = "Barang Masuk";
$lang["reports_items_summary_report"] = "Laporan Ringkasan Produk/Item";
$lang["reports_last_7"] = "7 Hari Terakhir";
$lang["reports_last_month"] = "Bulan lalu";
$lang["reports_last_year"] = "Tahun lalu";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_name"] = "Nama";
$lang["reports_payment_type"] = "Tipe Pembayaran";
$lang["reports_payments"] = "Pembayaran";
$lang["reports_payments_summary_report"] = "Laporan Ringkasan Pembayaran";
$lang["reports_profit"] = "Keuntungan/Laba";
$lang["reports_quantity_purchased"] = "Jumlah Dibeli";
$lang["reports_received_by"] = "Diterima Oleh";
$lang["reports_receiving_id"] = "";
$lang["reports_receiving_type"] = "";
$lang["reports_receivings"] = "Barang Masuk";
$lang["reports_reorder_level"] = "Level Pesan Ulang";
$lang["reports_report"] = "Laporan";
$lang["reports_report_input"] = "Input data Laporan";
$lang["reports_reports"] = "Lihat dan Cetak Laporan";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "";
$lang["reports_returns"] = "Retur";
$lang["reports_revenue"] = "Pendapatan";
$lang["reports_sale_id"] = "ID Penjualan ";
$lang["reports_sale_type"] = "Jenis Penjualan";
$lang["reports_sales"] = "Penjualan";
$lang["reports_sales_amount"] = "Jumlah Penjualan";
$lang["reports_sales_summary_report"] = "Laporan Ringkasan Penjualan";
$lang["reports_serial_number"] = "Serial #";
$lang["reports_sold_by"] = "Dijual Oleh";
$lang["reports_sold_to"] = "Dijual Kepada";
$lang["reports_stock_location"] = "";
$lang["reports_subtotal"] = "SubTotal";
$lang["reports_summary_reports"] = "Ringkasan Laporan";
$lang["reports_supplied_by"] = "Pemasok";
$lang["reports_supplier"] = "Pemasok";
$lang["reports_suppliers"] = "Pemasok";
$lang["reports_suppliers_summary_report"] = "Laporan Ringkasan Pemasok";
$lang["reports_tax"] = "Pajak";
$lang["reports_tax_percent"] = "Persentase Pajak";
$lang["reports_taxes"] = "Pajak";
$lang["reports_taxes_summary_report"] = "Laporan Ringkasan Pajak";
$lang["reports_this_month"] = "Bulan ini";
$lang["reports_this_year"] = "Tahun ini";
$lang["reports_today"] = "Hari ini";
$lang["reports_total"] = "Total";
$lang["reports_type"] = "Tipe";
$lang["reports_welcome_message"] = "Selamat Datang ke panel laporan. Silakan pilih laporan untuk melihat/cetak.";
$lang["reports_yesterday"] = "Kemarin";
<?php
$lang['reports_reports'] = 'Lihat dan Cetak Laporan';
$lang['reports_report'] = 'Laporan';
$lang['reports_welcome_message'] = 'Selamat Datang ke panel laporan. Silakan pilih laporan untuk melihat/cetak.';
$lang['reports_sales_summary_report'] = 'Laporan Ringkasan Penjualan';
$lang['reports_categories_summary_report'] = 'Laporan Ringkasan Kategori';
$lang['reports_customers_summary_report'] = 'Laporan Ringkasan Pelanggan';
$lang['reports_suppliers_summary_report'] = 'Laporan Ringkasan Pemasok';
$lang['reports_items_summary_report'] = 'Laporan Ringkasan Produk/Item';
$lang['reports_employees_summary_report'] = 'Laporan Ringkasan Karyawan';
$lang['reports_taxes_summary_report'] = 'Laporan Ringkasan Pajak';
$lang['reports_date'] = 'Tanggal';
$lang['reports_name'] = 'Nama';
$lang['reports_quantity_purchased'] = 'Jumlah Dibeli';
$lang['reports_sale_id'] = 'ID Penjualan ';
$lang['reports_items_purchased'] = 'Produk Dibeli';
$lang['reports_sold_by'] = 'Dijual Oleh';
$lang['reports_sold_to'] = 'Dijual Kepada';
$lang['reports_category'] = 'Kategori';
$lang['reports_customer'] = 'Pelanggan';
$lang['reports_employee'] = 'Karyawan';
$lang['reports_item'] = 'Produk/Item';
$lang['reports_items'] = 'Produk/Item';
$lang['reports_supplier'] = 'Pemasok';
$lang['reports_employees'] = 'Karyawan';
$lang['reports_subtotal'] = 'SubTotal';
$lang['reports_total'] = 'Total';
$lang['reports_tax'] = 'Pajak';
$lang['reports_profit'] = 'Keuntungan/Laba';
$lang['reports_report_input'] = 'Input data Laporan';
$lang['reports_type'] = 'Tipe';
$lang['reports_date_range'] = 'Rentang Tanggal';
$lang['reports_today'] = 'Hari ini';
$lang['reports_yesterday'] = 'Kemarin';
$lang['reports_last_7'] = '7 Hari Terakhir';
$lang['reports_this_month'] = 'Bulan ini';
$lang['reports_last_month'] = 'Bulan lalu';
$lang['reports_this_year'] = 'Tahun ini';
$lang['reports_last_year'] = 'Tahun lalu';
$lang['reports_all_time'] = 'Semua Waktu';
$lang['reports_detailed_sales_report'] = 'Laporan Perincian Penjualan';
$lang['reports_comments'] = 'Catatan';
$lang['reports_discount'] = 'Diskon';
$lang['reports_payment_type'] = 'Tipe Pembayaran';
$lang['reports_sales'] = 'Penjualan';
$lang['reports_categories'] = 'Kategori';
$lang['reports_customers'] = 'Pelanggan';
$lang['reports_suppliers'] = 'Pemasok';
$lang['reports_items'] = 'Produk/Item';
$lang['reports_employees'] = 'Karyawan';
$lang['reports_taxes'] = 'Pajak';
$lang['reports_customer'] = 'Pelanggan';
$lang['reports_employee'] = 'Karyawan';
$lang['reports_tax_percent'] = 'Persentase Pajak';
$lang['reports_quantity_purchased'] = 'Jumlah Penjualan';
$lang['reports_serial_number'] = 'Serial #';
$lang['reports_description'] = 'Deskripsi';
$lang['reports_date'] = 'Tanggal';
$lang['reports_sales_amount'] = 'Jumlah Penjualan';
$lang['reports_revenue'] = 'Pendapatan';
$lang['reports_discounts'] = 'Diskon';
$lang['reports_discounts_summary_report'] = 'Laporan Ringkasan Diskon';
$lang['reports_discount_percent'] = 'Persen Diskon';
$lang['reports_count'] = 'Jumlah';
$lang['reports_summary_reports'] = 'Ringkasan Laporan';
$lang['reports_graphical_reports'] = 'Laporan Dalam Bentuk Grafis';
$lang['reports_detailed_reports'] = 'Perincian Laporan';
$lang['reports_inventory_reports'] = 'Laporan Inventori';
$lang['reports_low_inventory'] = 'Laporan Inventori Rendah';
$lang['reports_inventory_summary'] = 'Laporan Ringkasan Inventori';
$lang['reports_item_number'] = 'Nomor Barang';
$lang['reports_reorder_level'] = 'Level Pesan Ulang';
$lang['reports_low_inventory_report'] = 'Laporan Inventori Rendah';
$lang['reports_item_name'] = 'Nama Barang';
$lang['reports_inventory_summary_report'] = 'Laporan Ringkasan Inventori';
$lang['reports_payment_type'] = 'Jenis Pembayaran';
$lang['reports_payments_summary_report'] = 'Laporan Ringkasan Pembayaran';
$lang['reports_payments'] = 'Pembayaran';
$lang['reports_receivings'] = 'Barang Masuk';
$lang['reports_received_by'] = 'Diterima Oleh';
$lang['reports_supplied_by'] = 'Pemasok';
$lang['reports_items_received'] = 'Barang Masuk';
$lang['reports_detailed_receivings_report'] = 'Laporan Detail Barang Masuk';
$lang['reports_sale_type'] = 'Jenis Penjualan';
$lang['reports_all'] = 'Semua';
$lang['reports_returns'] = 'Retur';
$lang['reports_discount'] = 'Diskon diatas dari';
?>

View File

@@ -1,93 +1,86 @@
<?php
$lang["sales_add_payment"] = "TERIMA";
$lang["sales_amount_due"] = "Kembalian Uang";
$lang["sales_amount_tendered"] = "Nilai Pembayaran";
$lang["sales_basic_information"] = "Sale information";
$lang["sales_cancel_sale"] = "Batal Jual";
$lang["sales_cannot_be_deleted"] = "";
$lang["sales_cash"] = "Tunai";
$lang["sales_change_due"] = "Kembalian Uang";
$lang["sales_check"] = "Cek";
$lang["sales_comment"] = "Catatan";
$lang["sales_comments"] = "Keterangan";
$lang["sales_complete_sale"] = "Entri penjualan";
$lang["sales_confirm_cancel_sale"] = "Anda yakin ingin membatalkan transaksi penjualan ini? Semua item akan dihapus.";
$lang["sales_confirm_finish_sale"] = "Anda yakin ingin melakukan transaksi penjualan ini? Proses tidak dapat dibatalkan.";
$lang["sales_confirm_suspend_sale"] = "Apakah anda yakin akan menangguhkan penjualan ini?";
$lang["sales_credit"] = "Kartu Credit";
$lang["sales_customer"] = "Pelanggan";
$lang["sales_date"] = "Tanggal";
$lang["sales_date_required"] = "";
$lang["sales_date_type"] = "";
$lang["sales_debit"] = "Kartu Debit";
$lang["sales_delete_confirmation"] = "Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan";
$lang["sales_delete_entire_sale"] = "Hapus Transaksi Penjualan";
$lang["sales_delete_successful"] = "Transaksi Penjualan berhasil dihapus";
$lang["sales_delete_unsuccessful"] = "Transaksi Penjualan tidak berhasil dihapus";
$lang["sales_description_abbrv"] = "Deskripsi";
$lang["sales_discount"] = "Diskon %";
$lang["sales_discount_included"] = "";
$lang["sales_discount_short"] = "%";
$lang["sales_edit"] = "Ubah";
$lang["sales_edit_item"] = "Ubah Item";
$lang["sales_edit_sale"] = "Ubah Penjualan";
$lang["sales_email_receipt"] = "e-Mail Faktur";
$lang["sales_employee"] = "Karyawan";
$lang["sales_error_editing_item"] = "mengubah item salah";
$lang["sales_find_or_scan_item"] = "Cari/Scan Item";
$lang["sales_find_or_scan_item_or_receipt"] = "Cari/Scan Item ATAU Faktur";
$lang["sales_giftcard"] = "Gift Card";
$lang["sales_giftcard_number"] = "Nomor Gift Card";
$lang["sales_id"] = "ID Penjualan";
$lang["sales_invoice_number"] = "";
$lang["sales_invoice_number_duplicate"] = "";
$lang["sales_item_insufficient_of_stock"] = "Stok Item tidak mencukupi";
$lang["sales_item_insufficient_of_stockfi"] = "";
$lang["sales_item_name"] = "Nama Item ";
$lang["sales_item_number"] = "Item #";
$lang["sales_item_out_of_stock"] = "Item tidak ada stok";
$lang["sales_mode"] = "Jenis Transaksi";
$lang["sales_must_enter_numeric"] = "Nilai yang dimasukkan harus angka numerik";
$lang["sales_must_enter_numeric_giftcard"] = "Nomor Gift Card harus angka numerik";
$lang["sales_new_customer"] = "Pelanggan Baru";
$lang["sales_new_item"] = "Item Baru";
$lang["sales_no_items_in_cart"] = "Tidak ada Item dalam Keranjang Belanja";
$lang["sales_one_or_multiple"] = "";
$lang["sales_payment"] = "Type Pembayaran";
$lang["sales_payment_amount"] = "Amount";
$lang["sales_payment_not_cover_total"] = "Jumlah pembayaran tidak mencakup Total";
$lang["sales_payment_type"] = "Type";
$lang["sales_payments_total"] = "Total Pembayaran";
$lang["sales_price"] = "Harga";
$lang["sales_quantity"] = "Jumlah.";
$lang["sales_quantity_less_than_zero"] = "Peringatan!... Stok Inventori Kosong. Proses penjualan masih dapat dilanjutkan, Periksa Inventori.";
$lang["sales_receipt"] = "Faktur Penjualan";
$lang["sales_receipt_number"] = "POS #";
$lang["sales_register"] = "Transaksi Penjualan";
$lang["sales_remove_customer"] = "Hapus Pelanggan";
$lang["sales_return"] = "Retur";
$lang["sales_sale"] = "Penjualan";
$lang["sales_sale_for_customer"] = "Pelanggan:";
$lang["sales_sale_time"] = "Waktu";
$lang["sales_select_customer"] = "Pilih Pelanggan (Opsional)";
$lang["sales_serial"] = "Serial";
$lang["sales_start_typing_customer_name"] = "Ketik Nama Pelanggan...";
$lang["sales_start_typing_item_name"] = "Ketik Nama Barang atau Scan Barcode...";
$lang["sales_stock_location"] = "";
$lang["sales_sub_total"] = "Sub Total";
$lang["sales_successfully_deleted"] = "Transaksi Penjualan berhasil dihapus";
$lang["sales_successfully_suspended_sale"] = "Penjualan anda telah berhasil ditangguhkan";
$lang["sales_successfully_updated"] = "Penjualan berhasil diperbarui";
$lang["sales_suspend_sale"] = "Tangguhkan";
$lang["sales_suspended_sale_id"] = "ID Penjualan ditangguhkan";
$lang["sales_suspended_sales"] = "Penangguhan";
$lang["sales_tax"] = "Pajak";
$lang["sales_tax_percent"] = "Pajak %";
$lang["sales_total"] = "Total";
$lang["sales_transaction_failed"] = "Transaksi Penjualan Salah";
$lang["sales_unable_to_add_item"] = "Tidak dapat menambahkan item dengan penjualan";
$lang["sales_unsuccessfully_deleted"] = "Transaksi Penjualan tidak berhasil dihapus";
$lang["sales_unsuccessfully_updated"] = "Penjualan tidak berhasil diperbarui";
$lang["sales_unsuspend"] = "Batal Penangguhan";
$lang["sales_unsuspend_and_delete"] = "Batalkan dan hapus penangguhan";
<?php
$lang['sales_giftcard_number'] = 'Nomor Gift Card';
$lang['sales_giftcard'] = 'Gift Card';
$lang['sales_register'] = 'Transaksi Penjualan';
$lang['sales_mode'] = 'Jenis Transaksi';
$lang['sales_new_item'] = 'Item Baru';
$lang['sales_item_name'] = 'Nama Item ';
$lang['sales_item_number'] = 'Item #';
$lang['sales_new_customer'] = 'Pelanggan Baru';
$lang['sales_customer'] = 'Pelanggan';
$lang['sales_no_items_in_cart'] = 'Tidak ada Item dalam Keranjang Belanja';
$lang['sales_total'] = 'Total';
$lang['sales_tax_percent'] = 'Pajak %';
$lang['sales_price'] = 'Harga';
$lang['sales_quantity'] = 'Jumlah.';
$lang['sales_discount'] = 'Diskon %';
$lang['sales_edit'] = 'Ubah';
$lang['sales_payment'] = 'Type Pembayaran';
$lang['sales_edit_item'] = 'Ubah Item';
$lang['sales_find_or_scan_item'] = 'Cari/Scan Item';
$lang['sales_find_or_scan_item_or_receipt'] = 'Cari/Scan Item ATAU Faktur';
$lang['sales_select_customer'] = 'Pilih Pelanggan (Opsional)';
$lang['sales_start_typing_item_name'] = 'Ketik Nama Barang atau Scan Barcode...';
$lang['sales_start_typing_customer_name'] = 'Ketik Nama Pelanggan...';
$lang['sales_sub_total'] = 'Sub Total';
$lang['sales_tax'] = 'Pajak';
$lang['sales_comment'] = 'Catatan';
$lang['sales_unable_to_add_item'] = 'Tidak dapat menambahkan item dengan penjualan';
$lang['sales_sale_for_customer'] = 'Pelanggan:';
$lang['sales_remove_customer'] = 'Hapus Pelanggan';
$lang['sales_error_editing_item'] = 'mengubah item salah';
$lang['sales_complete_sale'] = 'Entri penjualan';
$lang['sales_cancel_sale'] = 'Batal Jual';
$lang['sales_add_payment'] = 'TERIMA';
$lang['sales_receipt'] = 'Faktur Penjualan';
$lang['sales_receipt_number']='POS #';
$lang['sales_id'] = 'ID Penjualan';
$lang['sales_sale'] = 'Penjualan';
$lang['sales_return'] = 'Retur';
$lang['sales_confirm_finish_sale'] = 'Anda yakin ingin melakukan transaksi penjualan ini? Proses tidak dapat dibatalkan.';
$lang['sales_confirm_cancel_sale'] = 'Anda yakin ingin membatalkan transaksi penjualan ini? Semua item akan dihapus.';
$lang['sales_cash'] = 'Tunai';
$lang['sales_check'] = 'Cek';
$lang['sales_debit'] = 'Kartu Debit';
$lang['sales_credit'] = 'Kartu Credit';
$lang['sales_giftcard'] = 'Gift Card';
$lang['sales_amount_tendered'] = 'Nilai Pembayaran';
$lang['sales_change_due'] = 'Kembalian Uang';
$lang['sales_payment_not_cover_total'] = 'Jumlah pembayaran tidak mencakup Total';
$lang['sales_transaction_failed'] = 'Transaksi Penjualan Salah';
$lang['sales_must_enter_numeric'] = 'Nilai yang dimasukkan harus angka numerik';
$lang['sales_must_enter_numeric_giftcard'] = 'Nomor Gift Card harus angka numerik';
$lang['sales_serial'] = 'Serial';
$lang['sales_description_abbrv'] = 'Deskripsi';
$lang['sales_item_out_of_stock'] = 'Item tidak ada stok';
$lang['sales_item_insufficient_of_stock'] = 'Stok Item tidak mencukupi';
$lang['sales_quantity_less_than_zero'] = 'Peringatan!... Stok Inventori Kosong. Proses penjualan masih dapat dilanjutkan, Periksa Inventori.';
$lang['sales_successfully_updated'] = 'Penjualan berhasil diperbarui';
$lang['sales_unsuccessfully_updated'] = 'Penjualan tidak berhasil diperbarui';
$lang['sales_edit_sale'] = 'Ubah Penjualan';
$lang['sales_employee'] = 'Karyawan';
$lang['sales_successfully_deleted'] = 'Transaksi Penjualan berhasil dihapus';
$lang['sales_unsuccessfully_deleted'] = 'Transaksi Penjualan tidak berhasil dihapus';
$lang['sales_delete_entire_sale'] = 'Hapus Transaksi Penjualan';
$lang['sales_delete_confirmation'] = 'Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan';
$lang['sales_delete_successful'] = 'Transaksi Penjualan berhasil dihapus';
$lang['sales_delete_unsuccessful'] = 'Transaksi Penjualan tidak berhasil dihapus';
$lang['sales_suspend_sale'] = 'Tangguhkan';
$lang['sales_confirm_suspend_sale'] = 'Apakah anda yakin akan menangguhkan penjualan ini?';
$lang['sales_suspended_sales'] = 'Penangguhan';
$lang['sales_suspended_sale_id'] = 'ID Penjualan ditangguhkan';
$lang['sales_date'] = 'Tanggal';
$lang['sales_comments'] = 'Keterangan';
$lang['sales_unsuspend_and_delete'] = 'Batalkan dan hapus penangguhan';
$lang['sales_unsuspend'] = 'Batal Penangguhan';
$lang['sales_successfully_suspended_sale'] = 'Penjualan anda telah berhasil ditangguhkan';
$lang['sales_email_receipt'] = 'e-Mail Faktur';
$lang['sales_discount_short']='%';
$lang["sales_discount_included"]='% Diskon';
$lang['sales_sale_time']='Waktu';
$lang['sales_payments_total'] = 'Total Pembayaran';
$lang['sales_amount_due'] = 'Kembalian Uang';
$lang['sales_payment_type'] = "Type";
$lang['sales_payment_amount'] = "Amount";
$lang['sales_basic_information'] = "Sale information";
?>

View File

@@ -1,17 +1,17 @@
<?php
$lang["suppliers_account_number"] = "Nomor Akun Pemasok";
$lang["suppliers_basic_information"] = "Informasi Pemasok ";
$lang["suppliers_cannot_be_deleted"] = "Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan.";
$lang["suppliers_company_name"] = "Nama Perusahaan";
$lang["suppliers_company_name_required"] = "Nama Perusahaan wajib diisi";
$lang["suppliers_confirm_delete"] = "Apakah Anda yakin ingin menghapus pemasok yang dipilih?";
$lang["suppliers_error_adding_updating"] = "Kesalahan Menambah / memperbarui data pemasok";
$lang["suppliers_new"] = "Pemasok Baru";
$lang["suppliers_none_selected"] = "Anda belum memilih pemasok untuk dihapus";
$lang["suppliers_one_or_multiple"] = "Pemasok";
$lang["suppliers_successful_adding"] = "Anda telah berhasil menambahkan data pemasok";
$lang["suppliers_successful_deleted"] = "Anda telah berhasil menghapus data pemasok";
$lang["suppliers_successful_updating"] = "Anda telah berhasil memperbarui data pemasok";
$lang["suppliers_supplier"] = "Pemasok";
$lang["suppliers_update"] = "Ubah data Pemasok";
<?php
$lang['suppliers_new'] = 'Pemasok Baru';
$lang['suppliers_supplier'] = 'Pemasok';
$lang['suppliers_update'] = 'Ubah data Pemasok';
$lang['suppliers_confirm_delete'] = 'Apakah Anda yakin ingin menghapus pemasok yang dipilih?';
$lang['suppliers_none_selected'] = 'Anda belum memilih pemasok untuk dihapus';
$lang['suppliers_error_adding_updating'] = 'Kesalahan Menambah / memperbarui data pemasok';
$lang['suppliers_successful_adding'] = 'Anda telah berhasil menambahkan data pemasok';
$lang['suppliers_successful_updating'] = 'Anda telah berhasil memperbarui data pemasok';
$lang['suppliers_successful_deleted'] = 'Anda telah berhasil menghapus data pemasok';
$lang['suppliers_one_or_multiple'] = 'Pemasok';
$lang['suppliers_cannot_be_deleted'] = 'Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan.';
$lang['suppliers_basic_information'] = 'Informasi Pemasok ';
$lang['suppliers_account_number'] = 'Nomor Akun Pemasok';
$lang['suppliers_company_name'] = 'Nama Perusahaan';
$lang['suppliers_company_name_required'] = 'Nama Perusahaan wajib diisi';
?>

View File

@@ -1,42 +1,41 @@
<?php
$lang["common_address_1"] = "Adres 1";
$lang["common_address_2"] = "Adres 2";
$lang["common_city"] = "Stad";
$lang["common_comments"] = "Commentaar";
$lang["common_common"] = "algemeen";
$lang["common_confirm_search"] = "U hebt een of meerdere rijen geselecteerd, deze zullen niet langer geselecteerd zijn na de zoekopdracht. Bent u zeker dat u wil verdergaan?";
$lang["common_country"] = "Land";
$lang["common_delete"] = "Verwijder";
$lang["common_det"] = "details";
$lang["common_edit"] = "bewerk";
$lang["common_email"] = "Email";
$lang["common_email_invalid_format"] = "Je moet een geldig email adres invullen.";
$lang["common_fields_required_message"] = "Velden met een * moeten ingevuld worden";
$lang["common_first_name"] = "Voornaam";
$lang["common_first_name_required"] = "De voornaam moet ingevuld worden.";
$lang["common_inv"] = "stock";
$lang["common_last_name"] = "Achternaam";
$lang["common_last_name_required"] = "De achternaam moet ingevuld worden.";
$lang["common_learn_about_project"] = "om de laatste informatie te verkrijgen over het project";
$lang["common_list_of"] = "Lijst van";
$lang["common_logout"] = "Logout";
$lang["common_no_persons_to_display"] = "Er werden geen personen gevonden";
$lang["common_or"] = "Of";
$lang["common_phone_number"] = "Telefoon";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "Bezoek mijn";
$lang["common_powered_by"] = "Powered by";
$lang["common_price"] = "Prijs";
$lang["common_remove"] = "Verwijder";
$lang["common_return_policy"] = "Retourvoorwaarden";
$lang["common_search"] = "Zoek";
$lang["common_searched_for"] = "Gezocht op";
$lang["common_state"] = "Provincie";
$lang["common_submit"] = "Verzend";
$lang["common_view_recent_sales"] = "Bekijk recente verkoop";
$lang["common_website"] = "website";
$lang["common_welcome"] = "Welkom";
$lang["common_welcome_message"] = "Welkom in PHP Point Of Sale, klik beneden een module aan om te beginnen!";
$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale Version";
$lang["common_zip"] = "Postcode";
<?php
$lang['common_common']='algemeen';
$lang['common_submit']='Verzend';
$lang['common_or']='Of';
$lang['common_powered_by']='Powered by';
$lang['common_welcome']='Welkom';
$lang['common_logout']='Logout';
$lang['common_list_of']='Lijst van';
$lang['common_first_name']='Voornaam';
$lang['common_last_name']='Achternaam';
$lang['common_email']='Email';
$lang['common_phone_number']='Telefoon';
$lang['common_address_1']='Adres 1';
$lang['common_address_2']='Adres 2';
$lang['common_city']='Stad';
$lang['common_state']='Provincie';
$lang['common_zip']='Postcode';
$lang['common_country']='Land';
$lang['common_comments']='Commentaar';
$lang['common_edit']='bewerk';
$lang['common_search']='Zoek';
$lang['common_delete']='Verwijder';
$lang['common_remove']='Verwijder';
$lang['common_view_recent_sales']='Bekijk recente verkoop';
$lang['common_you_are_using_ospos']='You are using Open Source Point Of Sale Version';
$lang['common_please_visit_my']='Bezoek mijn';
$lang['common_website']='website';
$lang['common_fields_required_message']='Velden met een * moeten ingevuld worden';
$lang['common_learn_about_project']='om de laatste informatie te verkrijgen over het project';
$lang['common_searched_for']='Gezocht op';
$lang['common_first_name_required']='De voornaam moet ingevuld worden.';
$lang['common_last_name_required']='De achternaam moet ingevuld worden.';
$lang['common_email_invalid_format']='Je moet een geldig email adres invullen.';
$lang['common_confirm_search']='U hebt een of meerdere rijen geselecteerd, deze zullen niet langer geselecteerd zijn na de zoekopdracht. Bent u zeker dat u wil verdergaan?';
$lang['common_no_persons_to_display']='Er werden geen personen gevonden';
$lang['common_return_policy']='Retourvoorwaarden';
$lang['common_price']='Prijs';
$lang['common_welcome_message']= 'Welkom in PHP Point Of Sale, klik beneden een module aan om te beginnen!';
$lang['common_inv']='stock';
$lang['common_det']='details';
?>

View File

@@ -1,42 +1,36 @@
<?php
$lang["config_address"] = "Adres";
$lang["config_address_required"] = "Het adres van het bedrijf moet ingevuld worden";
$lang["config_company"] = "Bedrijfsnaam";
$lang["config_company_required"] = "De bedrijfsnaam moet ingevuld worden";
$lang["config_company_website_url"] = "De website van het bedrijf is geen geldige URL (http://...)";
$lang["config_currency_side"] = "Rechterkant";
$lang["config_currency_symbol"] = "Valuta";
$lang["config_custom1"] = "Custom Veld 1";
$lang["config_custom10"] = "Custom Veld 10";
$lang["config_custom2"] = "Custom Veld 2";
$lang["config_custom3"] = "Custom Veld 3";
$lang["config_custom4"] = "Custom Veld 4";
$lang["config_custom5"] = "Custom Veld 5";
$lang["config_custom6"] = "Custom Veld 6";
$lang["config_custom7"] = "Custom Veld 7";
$lang["config_custom8"] = "Custom Veld 8";
$lang["config_custom9"] = "Custom Veld 9";
$lang["config_default_tax_rate"] = "Standaard VAT %";
$lang["config_default_tax_rate_1"] = "VAT 1 %";
$lang["config_default_tax_rate_2"] = "VAT 2 %";
$lang["config_default_tax_rate_number"] = "Het percentage VAT moet een nummer zijn";
$lang["config_default_tax_rate_required"] = "Het percentage VAT moet ingevuld worden";
$lang["config_fax"] = "Fax";
$lang["config_info"] = "Configuratie Informatie";
$lang["config_language"] = "Taal";
$lang["config_phone"] = "Telefoon";
$lang["config_phone_required"] = "De telefoonnummer van het bedrijf moet ingevuld worden";
$lang["config_print_after_sale"] = "Druk ticket na verkoop";
$lang["config_recv_invoice_enable"] = "";
$lang["config_recv_invoice_format"] = "";
$lang["config_return_policy_required"] = "De retourvoorwaarden moeten ingevuld worden";
$lang["config_sales_invoice_enable"] = "";
$lang["config_sales_invoice_format"] = "";
$lang["config_saved_successfully"] = "Configuratie werd bewaard";
$lang["config_saved_unsuccessfully"] = "Configuratie kon niet worden bewaard";
$lang["config_stock_location"] = "";
$lang["config_stock_location_required"] = "";
$lang["config_tax_included"] = "VAT Ingebgrepen";
$lang["config_timezone"] = "Tijdzone";
$lang["config_website"] = "Website";
<?php
$lang['config_info'] = 'Configuratie Informatie';
$lang['config_company'] = 'Bedrijfsnaam';
$lang['config_address'] = 'Adres';
$lang['config_phone'] = 'Telefoon';
$lang['config_website'] = 'Website';
$lang['config_fax'] = 'Fax';
$lang['config_default_tax_rate'] = 'Standaard VAT %';
$lang['config_default_tax_rate_1'] = 'VAT 1 %';
$lang['config_default_tax_rate_2'] = 'VAT 2 %';
$lang['config_company_required'] = 'De bedrijfsnaam moet ingevuld worden';
$lang['config_address_required'] = 'Het adres van het bedrijf moet ingevuld worden';
$lang['config_phone_required'] = 'De telefoonnummer van het bedrijf moet ingevuld worden';
$lang['config_default_tax_rate_required'] = 'Het percentage VAT moet ingevuld worden';
$lang['config_default_tax_rate_number'] = 'Het percentage VAT moet een nummer zijn';
$lang['config_company_website_url'] = 'De website van het bedrijf is geen geldige URL (http://...)';
$lang['config_saved_successfully'] = 'Configuratie werd bewaard';
$lang['config_saved_unsuccessfully'] = 'Configuratie kon niet worden bewaard';
$lang['config_return_policy_required'] = 'De retourvoorwaarden moeten ingevuld worden';
$lang['config_print_after_sale'] = 'Druk ticket na verkoop';
$lang['config_language'] = 'Taal';
$lang['config_timezone'] = 'Tijdzone';
$lang['config_currency_symbol'] = 'Valuta';
$lang['config_currency_side'] = 'Rechterkant'; //GARRISON ADDED 4/20/2013
$lang['config_custom1'] = 'Custom Veld 1'; //GARRISON ADDED 4/21/2013
$lang['config_custom2'] = 'Custom Veld 2'; //GARRISON ADDED 4/21/2013
$lang['config_custom3'] = 'Custom Veld 3'; //GARRISON ADDED 4/21/2013
$lang['config_custom4'] = 'Custom Veld 4'; //GARRISON ADDED 4/21/2013
$lang['config_custom5'] = 'Custom Veld 5'; //GARRISON ADDED 4/21/2013
$lang['config_custom6'] = 'Custom Veld 6'; //GARRISON ADDED 4/21/2013
$lang['config_custom7'] = 'Custom Veld 7'; //GARRISON ADDED 4/21/2013
$lang['config_custom8'] = 'Custom Veld 8'; //GARRISON ADDED 4/21/2013
$lang['config_custom9'] = 'Custom Veld 9'; //GARRISON ADDED 4/21/2013
$lang['config_custom10'] = 'Custom Veld 10'; //GARRISON ADDED 4/21/2013
$lang['config_tax_included'] = 'VAT Ingebgrepen';
?>

View File

@@ -1,16 +1,16 @@
<?php
$lang["customers_account_number"] = "Btwnummer";
$lang["customers_basic_information"] = "Klantgegevens";
$lang["customers_cannot_be_deleted"] = "De geselecteerde klanten konden niet worden verwijderd. Eén of meerdere klanten hebben verkoopsgegevens in de database zitten.";
$lang["customers_confirm_delete"] = "Bent u zeker dat u de geselecteerde klanten wil verwijderen?";
$lang["customers_customer"] = "Klant";
$lang["customers_error_adding_updating"] = "Fout bij het toevoegen/bewerken van een klant";
$lang["customers_new"] = "Nieuwe Klant";
$lang["customers_none_selected"] = "U hebt geen klanten geselecteerd";
$lang["customers_one_or_multiple"] = "klant(en) verwijderd";
$lang["customers_successful_adding"] = "Klant succesvol aangemaakt";
$lang["customers_successful_deleted"] = "Er werd(en)";
$lang["customers_successful_updating"] = "Wijzigingen klantgegevens bewaard voor ";
$lang["customers_taxable"] = "Belastbaar";
$lang["customers_update"] = "Bewerk Klant";
<?php
$lang['customers_new']='Nieuwe Klant';
$lang['customers_customer']='Klant';
$lang['customers_update']='Bewerk Klant';
$lang['customers_confirm_delete']='Bent u zeker dat u de geselecteerde klanten wil verwijderen?';
$lang['customers_none_selected']='U hebt geen klanten geselecteerd';
$lang['customers_error_adding_updating'] = 'Fout bij het toevoegen/bewerken van een klant';
$lang['customers_successful_adding']='Klant succesvol aangemaakt';
$lang['customers_successful_updating']='Wijzigingen klantgegevens bewaard voor ';
$lang['customers_successful_deleted']='Er werd(en)';
$lang['customers_one_or_multiple']='klant(en) verwijderd';
$lang['customers_cannot_be_deleted']='De geselecteerde klanten konden niet worden verwijderd. Eén of meerdere klanten hebben verkoopsgegevens in de database zitten.';
$lang['customers_basic_information']='Klantgegevens';
$lang['customers_account_number']='Btwnummer';
$lang['customers_taxable']='Belastbaar';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Employee Basic Information";
$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_confirm_delete"] = "Bent u zeker dat u de geselecteerde werknemers wil verwijderen?";
$lang["employees_employee"] = "Werknemer";
$lang["employees_error_adding_updating"] = "Error adding/updating employee";
$lang["employees_error_deleting_demo_admin"] = "You can not delete the demo admin user";
$lang["employees_error_updating_demo_admin"] = "You can not change the demo admin user";
$lang["employees_login_info"] = "Employee Login Info";
$lang["employees_new"] = "N. Werknemer";
$lang["employees_none_selected"] = "U hebt geen werknemers geselecteerd";
$lang["employees_one_or_multiple"] = "werknemer(s) verwijderd";
$lang["employees_password"] = "Paswoord";
$lang["employees_password_minlength"] = "Paswoord moet minstens 8 characters lang zijn";
$lang["employees_password_must_match"] = "Paswoorden komen niet overeen";
$lang["employees_password_required"] = "Paswoord moet ingevuld worden";
$lang["employees_permission_desc"] = "Check the boxes below to grant access to modules";
$lang["employees_permission_info"] = "Employee Permissions and Access";
$lang["employees_repeat_password"] = "Herhaal Paswoord";
$lang["employees_successful_adding"] = "You have successfully added employee";
$lang["employees_successful_deleted"] = "Er werd(en)";
$lang["employees_successful_updating"] = "You have successfully updated employee";
$lang["employees_update"] = "Update Werknemer";
$lang["employees_username"] = "Gebruikersnaam";
$lang["employees_username_minlength"] = "Gebruikersnaam moet minstens 5 characters lang zijn";
$lang["employees_username_required"] = "Gebruikersnaam moet ingevuld worden";
<?php
$lang['employees_employee']='Werknemer';
$lang['employees_new']='N. Werknemer';
$lang['employees_update']='Update Werknemer';
$lang['employees_confirm_delete']='Bent u zeker dat u de geselecteerde werknemers wil verwijderen?';
$lang['employees_none_selected']='U hebt geen werknemers geselecteerd';
$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']='Er werd(en)';
$lang['employees_one_or_multiple']='werknemer(s) verwijderd';
$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']='Gebruikersnaam';
$lang['employees_password']='Paswoord';
$lang['employees_repeat_password']='Herhaal Paswoord';
$lang['employees_username_required']='Gebruikersnaam moet ingevuld worden';
$lang['employees_username_minlength']='Gebruikersnaam moet minstens 5 characters lang zijn';
$lang['employees_password_required']='Paswoord moet ingevuld worden';
$lang['employees_password_minlength']='Paswoord moet minstens 8 characters lang zijn';
$lang['employees_password_must_match']='Paswoorden komen niet overeen';
$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';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "U hebt geen toegang tot de module genaamd ";
$lang["error_unknown"] = "onbekend";
<?php
$lang['error_no_permission_module']='U hebt geen toegang tot de module genaamd ';
$lang['error_unknown']='onbekend';
?>

View File

@@ -1,18 +1,28 @@
<?php
<?php
$lang["alpha_dash"] = "Het \\"%s\\" veld mag alleen letters, cijfers, underscores(_) en strepen(-) bevatten.";
$lang["alpha_numeric"] = "Het \\"%s\\" veld mag alleen letters en cijfers bevatten.";
$lang["exact_length"] = "Het \\"%s\\" veld moet precies %s tekens bevatten.";
$lang["greater_than"] = "Het %s veld moet een getal zijn groter dan s.";
$lang["is_natural"] = "Het \\"%s\\" veld mag alleen een getal bevatten dat niet kleiner is dan nul.";
$lang["is_natural_no_zero"] = "Het \\"%s\\" veld moet een getal bevatten dat groter is dan nul.";
$lang["is_numeric"] = "Het \\"%s\\" veld mag alleen een getal bevatten.";
$lang["is_unique"] = "Het %s veld moet een unieke waarde bevatten.";
$lang["less_than"] = "Het %s veld moet een getal zijn kleiner dan %s.";
$lang["max_length"] = "Het \\"%s\\" veld mag niet meer dan %s tekens bevatten.";
$lang["min_length"] = "Het \\"%s\\" veld moet tenminste %s tekens bevatten.";
$lang["regex_match"] = "Het %s veld werd niet in het correcte formaat ingevuld.";
$lang["valid_email"] = "Het \\"%s\\" veld moet een geldig e-mail adres bevatten.";
$lang["valid_emails"] = "Het \\"%s\\" veld moet geldige e-mail adressen bevatten.";
$lang["valid_ip"] = "Het \\"%s\\" veld moet een correct IP adres bevatten.";
$lang["valid_url"] = "Het \\"%s\\" veld moet een correcte URL bevatten.";
$lang['required'] = 'Het "%s" veld mag niet leeg zijn.';
$lang['isset'] = 'Het "%s" veld moet een waarde hebben.';
$lang['valid_email'] = 'Het "%s" veld moet een geldig e-mail adres bevatten.';
$lang['valid_emails'] = 'Het "%s" veld moet geldige e-mail adressen bevatten.';
$lang['valid_url'] = 'Het "%s" veld moet een correcte URL bevatten.';
$lang['valid_ip'] = 'Het "%s" veld moet een correct IP adres bevatten.';
$lang['min_length'] = 'Het "%s" veld moet tenminste %s tekens bevatten.';
$lang['max_length'] = 'Het "%s" veld mag niet meer dan %s tekens bevatten.';
$lang['exact_length'] = 'Het "%s" veld moet precies %s tekens bevatten.';
$lang['alpha'] = 'Het "%s" veld mag alleen letters bevatten.';
$lang['alpha_numeric'] = 'Het "%s" veld mag alleen letters en cijfers bevatten.';
$lang['alpha_dash'] = 'Het "%s" veld mag alleen letters, cijfers, underscores(_) en strepen(-) bevatten.';
$lang['numeric'] = 'Het "%s" veld mag alleen een getal bevatten.';
$lang['is_numeric'] = 'Het "%s" veld mag alleen een getal bevatten.';
$lang['integer'] = 'Het "%s" veld moet een geheel getal bevatten.';
$lang['regex_match'] = "Het %s veld werd niet in het correcte formaat ingevuld.";
$lang['matches'] = 'De waarde van het "%s" veld is niet gelijk aan de waarde van het "%s" veld.';
$lang['is_unique'] = "Het %s veld moet een unieke waarde bevatten.";
$lang['is_natural'] = 'Het "%s" veld mag alleen een getal bevatten dat niet kleiner is dan nul.';
$lang['is_natural_no_zero'] = 'Het "%s" veld moet een getal bevatten dat groter is dan nul.';
$lang['decimal'] = "Het %s veld moet een getal zijn.";
$lang['less_than'] = "Het %s veld moet een getal zijn kleiner dan %s.";
$lang['greater_than'] = "Het %s veld moet een getal zijn groter dan s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Corrigatie hoeveelheid";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Aanpasbare omschrijving";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "Cadeaubon Info";
$lang["giftcards_bulk_edit"] = "Bewerk Selectie";
$lang["giftcards_cannot_be_deleted"] = "De cadeaubons konden niet worden verwijderd.";
$lang["giftcards_cannot_find_giftcard"] = "Kan geen cadeaubon niet vinden";
$lang["giftcards_card_value"] = "Waarde";
$lang["giftcards_category"] = "Categorie";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Aanpasb. omschrijvingen";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Vast omschrijvingen";
$lang["giftcards_change_all_to_serialized"] = "Genummerd";
$lang["giftcards_change_all_to_unserialized"] = "Niet genummerd";
$lang["giftcards_confirm_bulk_edit"] = "Bent u zeker dat u de geselecteerde cadeaubons wil aanpassen?";
$lang["giftcards_confirm_delete"] = "Bent u zeker dat u de geselecteerde cadeaubons wil verwijderen?";
$lang["giftcards_cost_price"] = "Aankoopprijs";
$lang["giftcards_count"] = "Update Stock";
$lang["giftcards_current_quantity"] = "Huidige hoeveelheid";
$lang["giftcards_description"] = "Omschrijving";
$lang["giftcards_details_count"] = "Stockgegevens";
$lang["giftcards_do_nothing"] = "Doe niets";
$lang["giftcards_edit_fields_you_want_to_update"] = "Bewerk de velden die u wil aanpassen voor ALLE geselecteerde cadeaubons";
$lang["giftcards_edit_multiple_giftcards"] = "Bewerk meedere cadeaubons";
$lang["giftcards_error_adding_updating"] = "Fout bij het bewaren van cadeaubons";
$lang["giftcards_error_updating_multiple"] = "Fout bij het bewaren van cadeaubons";
$lang["giftcards_excel_import_failed"] = "Excel import mislukt";
$lang["giftcards_generate_barcodes"] = "Genereer Barcodes";
$lang["giftcards_giftcard"] = "Cadeaubon";
$lang["giftcards_giftcard_number"] = "Cadeaubon Nummer";
$lang["giftcards_info_provided_by"] = "Info afgeleverd door";
$lang["giftcards_inventory_comments"] = "Commentaar";
$lang["giftcards_is_serialized"] = "Optelbaar";
$lang["giftcards_low_inventory_giftcards"] = "Cadeaubons niet in stock";
$lang["giftcards_manually_editing_of_quantity"] = "Manuele aanpassing hoeveelheid";
$lang["giftcards_must_select_giftcard_for_barcode"] = "U moet tenminste 1 cadeuabon selecteren om een barcode te genereren";
$lang["giftcards_new"] = "N. Cadeaubon";
$lang["giftcards_no_description_giftcards"] = "Cadeaubons zonder omschrijving";
$lang["giftcards_no_giftcards_to_display"] = "Er werden geen cadeaubons gevonden";
$lang["giftcards_none"] = "Geen";
$lang["giftcards_none_selected"] = "U hebt geen cadeaubons geselecteerd";
$lang["giftcards_number"] = "Cadeaubon Nummer moet een getal zijn";
$lang["giftcards_number_information"] = "Cadeaubon Nummer";
$lang["giftcards_number_required"] = "Cadeaubon Nummer is een verplicht veld";
$lang["giftcards_one_or_multiple"] = "cadeaubon(s) verwijderd";
$lang["giftcards_person_id"] = "Klant";
$lang["giftcards_quantity"] = "In stock";
$lang["giftcards_quantity_required"] = "Hoeveelheid moet ingevuld worden. Druk Sluit ( X ) om te annuleren";
$lang["giftcards_reorder_level"] = "Reorder Level";
$lang["giftcards_retrive_giftcard_info"] = "Haal Info Op";
$lang["giftcards_sales_tax_1"] = "VAT";
$lang["giftcards_sales_tax_2"] = "VAT 2";
$lang["giftcards_serialized_giftcards"] = "Optelbare cadeaubons";
$lang["giftcards_successful_adding"] = "Cadeaubon succesvol toegevoegd";
$lang["giftcards_successful_bulk_edit"] = "Cadeaubons werden succesvol bewaard";
$lang["giftcards_successful_deleted"] = "Er werd(en)";
$lang["giftcards_successful_updating"] = "Wijzigingen bewaard voor";
$lang["giftcards_supplier"] = "Leverancier";
$lang["giftcards_tax_1"] = "VAT";
$lang["giftcards_tax_2"] = "VAT 2";
$lang["giftcards_tax_percent"] = "VAT %";
$lang["giftcards_tax_percents"] = "VAT Percentages";
$lang["giftcards_unit_price"] = "Verkoopsprijs";
$lang["giftcards_upc_database"] = "UPC Database";
$lang["giftcards_update"] = "Bewaar Cadeaubon";
$lang["giftcards_use_inventory_menu"] = "Use Inv. Menu";
$lang["giftcards_value"] = "Cadeaubon Waarde moet een getal zijn";
$lang["giftcards_value_required"] = "Cadeaubon Waarde is een verplicht veld";
<?php
$lang['giftcards_giftcard_number'] = 'Cadeaubon Nummer';
$lang['giftcards_card_value'] = 'Waarde';
$lang['giftcards_basic_information'] = 'Cadeaubon Info';
$lang['giftcards_number_required'] = 'Cadeaubon Nummer is een verplicht veld';
$lang['giftcards_value_required'] = 'Cadeaubon Waarde is een verplicht veld';
$lang['giftcards_number'] = 'Cadeaubon Nummer moet een getal zijn';
$lang['giftcards_value'] = 'Cadeaubon Waarde moet een getal zijn';
$lang['giftcards_person_id'] = 'Klant';
$lang['giftcards_retrive_giftcard_info'] = 'Haal Info Op';
$lang['giftcards_description'] = 'Omschrijving';
$lang['giftcards_amazon'] = 'Amazon';
$lang['giftcards_upc_database'] = 'UPC Database';
$lang['giftcards_cannot_find_giftcard'] = 'Kan geen cadeaubon niet vinden';
$lang['giftcards_info_provided_by'] = 'Info afgeleverd door';
$lang['giftcards_number_information'] = 'Cadeaubon Nummer';
$lang['giftcards_new'] = 'N. Cadeaubon';
$lang['giftcards_update'] = 'Bewaar Cadeaubon';
$lang['giftcards_giftcard'] = 'Cadeaubon';
$lang['giftcards_edit_multiple_giftcards'] = 'Bewerk meedere cadeaubons';
$lang['giftcards_category'] = 'Categorie';
$lang['giftcards_cost_price'] = 'Aankoopprijs';
$lang['giftcards_unit_price'] = 'Verkoopsprijs';
$lang['giftcards_tax_1'] = 'VAT';
$lang['giftcards_tax_2'] = 'VAT 2';
$lang['giftcards_sales_tax_1'] = 'VAT';
$lang['giftcards_sales_tax_2'] = 'VAT 2';
$lang['giftcards_tax_percent'] = 'VAT %';
$lang['giftcards_tax_percents'] = 'VAT Percentages';
$lang['giftcards_reorder_level'] = 'Reorder Level';
$lang['giftcards_quantity'] = 'In stock';
$lang['giftcards_no_giftcards_to_display'] = 'Er werden geen cadeaubons gevonden';
$lang['giftcards_bulk_edit'] = 'Bewerk Selectie';
$lang['giftcards_confirm_delete'] = 'Bent u zeker dat u de geselecteerde cadeaubons wil verwijderen?';
$lang['giftcards_none_selected'] = 'U hebt geen cadeaubons geselecteerd';
$lang['giftcards_confirm_bulk_edit'] = 'Bent u zeker dat u de geselecteerde cadeaubons wil aanpassen?';
$lang['giftcards_successful_bulk_edit'] = 'Cadeaubons werden succesvol bewaard';
$lang['giftcards_error_updating_multiple'] = 'Fout bij het bewaren van cadeaubons';
$lang['giftcards_edit_fields_you_want_to_update'] = 'Bewerk de velden die u wil aanpassen voor ALLE geselecteerde cadeaubons';
$lang['giftcards_error_adding_updating'] = 'Fout bij het bewaren van cadeaubons';
$lang['giftcards_successful_adding'] = 'Cadeaubon succesvol toegevoegd';
$lang['giftcards_successful_updating'] = 'Wijzigingen bewaard voor';
$lang['giftcards_successful_deleted'] = 'Er werd(en)';
$lang['giftcards_one_or_multiple'] = 'cadeaubon(s) verwijderd';
$lang['giftcards_cannot_be_deleted'] = 'De cadeaubons konden niet worden verwijderd.';
$lang['giftcards_none'] = 'Geen';
$lang['giftcards_supplier'] = 'Leverancier';
$lang['giftcards_generate_barcodes'] = 'Genereer Barcodes';
$lang['giftcards_must_select_giftcard_for_barcode'] = 'U moet tenminste 1 cadeuabon selecteren om een barcode te genereren';
$lang['giftcards_excel_import_failed'] = 'Excel import mislukt';
$lang['giftcards_allow_alt_description'] = 'Aanpasbare omschrijving';
$lang['giftcards_is_serialized'] = 'Optelbaar';
$lang['giftcards_low_inventory_giftcards'] = 'Cadeaubons niet in stock';
$lang['giftcards_serialized_giftcards'] = 'Optelbare cadeaubons';
$lang['giftcards_no_description_giftcards'] = 'Cadeaubons zonder omschrijving';
$lang['giftcards_inventory_comments'] = 'Commentaar';
$lang['giftcards_count'] = 'Update Stock';
$lang['giftcards_details_count'] = 'Stockgegevens';
$lang['giftcards_add_minus'] = 'Corrigatie hoeveelheid';
$lang['giftcards_current_quantity'] = 'Huidige hoeveelheid';
$lang['giftcards_quantity_required'] = 'Hoeveelheid moet ingevuld worden. Druk Sluit ( X ) om te annuleren';
$lang['giftcards_do_nothing'] = 'Doe niets';
$lang['giftcards_change_all_to_serialized'] = 'Genummerd';
$lang['giftcards_change_all_to_unserialized'] = 'Niet genummerd';
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Aanpasb. omschrijvingen';
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Vast omschrijvingen';
$lang['giftcards_use_inventory_menu'] = 'Use Inv. Menu';
$lang['giftcards_manually_editing_of_quantity'] = 'Manuele aanpassing hoeveelheid';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Nieuw Product";
$lang["item_kits_cannot_be_deleted"] = "De sets konden niet worden verwijderd";
$lang["item_kits_confirm_delete"] = "Bent u zeker dat u de geselecteerde sets wil verwijderen?";
$lang["item_kits_description"] = "Omschrijving";
$lang["item_kits_error_adding_updating"] = "Fout bij het toevoegen/aanpassen van een set";
$lang["item_kits_info"] = "Product Set Info";
$lang["item_kits_item"] = "Product";
$lang["item_kits_items"] = "Producten";
$lang["item_kits_name"] = "Naam";
$lang["item_kits_new"] = "Nieuwe Set";
$lang["item_kits_no_item_kits_to_display"] = "Geen sets gevonden";
$lang["item_kits_none_selected"] = "U hebt geen sets geselecteerd";
$lang["item_kits_one_or_multiple"] = "Product set(s) verwijderd";
$lang["item_kits_quantity"] = "In stock";
$lang["item_kits_successful_adding"] = "Product set succesvol toegevoegd";
$lang["item_kits_successful_deleted"] = "Er werd(en)";
$lang["item_kits_successful_updating"] = "Wijzigingen product set bewaard";
$lang["item_kits_update"] = "Bewaar Set";
<?php
$lang['item_kits_name'] = 'Naam';
$lang['item_kits_description'] = 'Omschrijving';
$lang['item_kits_no_item_kits_to_display'] = 'Geen sets gevonden';
$lang['item_kits_update'] = 'Bewaar Set';
$lang['item_kits_new'] = 'Nieuwe Set';
$lang['item_kits_none_selected'] = "U hebt geen sets geselecteerd";
$lang['item_kits_info'] = 'Product Set Info';
$lang['item_kits_successful_adding'] = 'Product set succesvol toegevoegd';
$lang['item_kits_successful_updating'] = 'Wijzigingen product set bewaard';
$lang['item_kits_error_adding_updating'] = 'Fout bij het toevoegen/aanpassen van een set';
$lang['item_kits_successful_deleted'] = 'Er werd(en)';
$lang['item_kits_confirm_delete'] = 'Bent u zeker dat u de geselecteerde sets wil verwijderen?';
$lang['item_kits_one_or_multiple'] = 'Product set(s) verwijderd';
$lang['item_kits_cannot_be_deleted'] = 'De sets konden niet worden verwijderd';
$lang['item_kits_add_item'] = 'Nieuw Product';
$lang['item_kits_items'] = 'Producten';
$lang['item_kits_item'] = 'Product';
$lang['item_kits_quantity'] = 'In stock';
?>

View File

@@ -1,81 +1,81 @@
<?php
$lang["items_add_minus"] = "Corrigatie hoeveelheid";
$lang["items_allow_alt_description"] = "Aanpasbare omschrijving";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "Productinformatie";
$lang["items_bulk_edit"] = "Bewerk Selectie";
$lang["items_buy_price_required"] = "Buy price is a required field";
$lang["items_cannot_be_deleted"] = "De geselecteerde producten konden niet worden verwijderd.";
$lang["items_cannot_find_item"] = "Er werd geen informatie gevonden omtrent product";
$lang["items_category"] = "Categorie";
$lang["items_category_required"] = "Categorie moet ingevuld worden";
$lang["items_change_all_to_allow_alt_desc"] = "Aanpasb. omschrijvingen";
$lang["items_change_all_to_not_allow_allow_desc"] = "Vaste omschrijvingen";
$lang["items_change_all_to_serialized"] = "Genummerd";
$lang["items_change_all_to_unserialized"] = "Niet genummerd";
$lang["items_confirm_bulk_edit"] = "Bent u zeker dat u de geselecteerde producten wil aanpassen?";
$lang["items_confirm_delete"] = "Bent u zeker dat u de geselecteerde producten wil verwijderen?";
$lang["items_cost_price"] = "Aankoopprijs";
$lang["items_cost_price_number"] = "Kostprijs moet een cijfer zijn";
$lang["items_cost_price_required"] = "Aankoopprijs moet ingevuld worden";
$lang["items_count"] = "Update Stock";
$lang["items_current_quantity"] = "Huidige hoeveelheid";
$lang["items_description"] = "Omschrijving";
$lang["items_details_count"] = "Stockgegevens";
$lang["items_do_nothing"] = "Doe Niets";
$lang["items_edit_fields_you_want_to_update"] = "Bewerk de velden aan die u wil aanpassen voor ALLE geselecteerde producten";
$lang["items_edit_multiple_items"] = "Meerdere Producten Bewerken";
$lang["items_error_adding_updating"] = "Fout bij het toevoegen/aanpassen van een product";
$lang["items_error_updating_multiple"] = "Fout bij het bewaren van producten";
$lang["items_excel_import_failed"] = "Excel import mislukt";
$lang["items_generate_barcodes"] = "Genereer Barcodes";
$lang["items_info_provided_by"] = "Info provided by";
$lang["items_inventory"] = "Stock";
$lang["items_inventory_comments"] = "Commentaar";
$lang["items_is_deleted"] = "Verwijderd";
$lang["items_is_serialized"] = "Optelbaar";
$lang["items_item"] = "Product";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "Locatie";
$lang["items_low_inventory_items"] = "Producten niet in stock";
$lang["items_manually_editing_of_quantity"] = "Manuele aanpassing hoeveelheid";
$lang["items_must_select_item_for_barcode"] = "U moet ten minste 1 product selecteren om een barcode te genereren";
$lang["items_name"] = "Productnaam";
$lang["items_name_required"] = "Productnaam moet ingevuld worden";
$lang["items_new"] = "Nieuw Product";
$lang["items_no_description_items"] = "Producten zonder omschrijving";
$lang["items_no_items_to_display"] = "Er werden geen producten gevonden";
$lang["items_none"] = "Geen";
$lang["items_none_selected"] = "U hebt geen producten geselecteerd";
$lang["items_number_information"] = "Productnummer";
$lang["items_one_or_multiple"] = "product(en) verwijderd";
$lang["items_quantity"] = "Stock";
$lang["items_quantity_number"] = "Hoeveelheid moet een cijfer zijn";
$lang["items_quantity_required"] = "Hoeveelheid moet ingevuld worden";
$lang["items_receiving_quantity"] = "";
$lang["items_reorder_level"] = "Reorder Level";
$lang["items_reorder_level_number"] = "Reorder level moet een cijfer zijn";
$lang["items_reorder_level_required"] = "Reorder level moet ingevuld worden";
$lang["items_retrive_item_info"] = "Haal productinformatie op";
$lang["items_sales_tax_1"] = "VAT";
$lang["items_sales_tax_2"] = "VAT 2";
$lang["items_search_custom_items"] = "Doorzoek Tags";
$lang["items_serialized_items"] = "Optelbare producten";
$lang["items_stock_location"] = "";
$lang["items_successful_adding"] = "Product succesvol toegevoegd";
$lang["items_successful_bulk_edit"] = "Producten werden succesvol bewaard";
$lang["items_successful_deleted"] = "Er werd(en)";
$lang["items_successful_updating"] = "Wijzigingen bewaard voor";
$lang["items_supplier"] = "Leverancier";
$lang["items_tax_1"] = "VAT";
$lang["items_tax_2"] = "VAT 2";
$lang["items_tax_percent"] = "VAT %";
$lang["items_tax_percent_required"] = "Taxpercentage moet ingevuld worden";
$lang["items_tax_percents"] = "VAT";
$lang["items_unit_price"] = "Verkoopprijs";
$lang["items_unit_price_number"] = "Verkoopprijs moet een cijfer zijn";
$lang["items_unit_price_required"] = "Verkoopprijs moet ingevuld worden";
$lang["items_upc_database"] = "UPC Database";
$lang["items_update"] = "Bewerk Product";
$lang["items_use_inventory_menu"] = "Use Inv. Menu";
<?php
$lang['items_item_number'] = 'UPC/EAN/ISBN';
$lang['items_retrive_item_info'] = 'Haal productinformatie op';
$lang['items_description'] = 'Omschrijving';
$lang['items_amazon'] = 'Amazon';
$lang['items_upc_database'] = 'UPC Database';
$lang['items_cannot_find_item'] = 'Er werd geen informatie gevonden omtrent product';
$lang['items_info_provided_by'] = 'Info provided by';
$lang['items_basic_information'] = 'Productinformatie';
$lang['items_number_information'] = 'Productnummer';
$lang['items_new'] = 'Nieuw Product';
$lang['items_update'] = 'Bewerk Product';
$lang['items_item'] = 'Product';
$lang['items_edit_multiple_items'] = 'Meerdere Producten Bewerken';
$lang['items_name'] = 'Productnaam';
$lang['items_category'] = 'Categorie';
$lang['items_cost_price'] = 'Aankoopprijs';
$lang['items_unit_price'] = 'Verkoopprijs';
$lang['items_tax_1'] = 'VAT';
$lang['items_tax_2'] = 'VAT 2';
$lang['items_sales_tax_1'] = 'VAT';
$lang['items_sales_tax_2'] = 'VAT 2';
$lang['items_tax_percent'] = 'VAT %';
$lang['items_tax_percents'] = 'VAT';
$lang['items_reorder_level'] = 'Reorder Level';
$lang['items_quantity'] = 'Stock';
$lang['items_reorder_level'] = 'Reorder Level';
$lang['items_no_items_to_display'] = 'Er werden geen producten gevonden';
$lang['items_bulk_edit'] = 'Bewerk Selectie';
$lang['items_confirm_delete'] = 'Bent u zeker dat u de geselecteerde producten wil verwijderen?';
$lang['items_none_selected'] = 'U hebt geen producten geselecteerd';
$lang['items_confirm_bulk_edit'] = 'Bent u zeker dat u de geselecteerde producten wil aanpassen?';
$lang['items_successful_bulk_edit'] = 'Producten werden succesvol bewaard';
$lang['items_error_updating_multiple'] = 'Fout bij het bewaren van producten';
$lang['items_edit_fields_you_want_to_update'] = 'Bewerk de velden aan die u wil aanpassen voor ALLE geselecteerde producten';
$lang['items_error_adding_updating'] = 'Fout bij het toevoegen/aanpassen van een product';
$lang['items_successful_adding'] = 'Product succesvol toegevoegd';
$lang['items_successful_updating'] = 'Wijzigingen bewaard voor';
$lang['items_successful_deleted'] = 'Er werd(en)';
$lang['items_one_or_multiple'] = 'product(en) verwijderd';
$lang['items_cannot_be_deleted'] = 'De geselecteerde producten konden niet worden verwijderd.';
$lang['items_name_required'] = 'Productnaam moet ingevuld worden';
$lang['items_category_required'] = 'Categorie moet ingevuld worden';
$lang['items_buy_price_required'] = 'Buy price is a required field';
$lang['items_unit_price_required'] = 'Verkoopprijs moet ingevuld worden';
$lang['items_cost_price_required'] = 'Aankoopprijs moet ingevuld worden';
$lang['items_tax_percent_required'] = 'Taxpercentage moet ingevuld worden';
$lang['items_quantity_required'] = 'Hoeveelheid moet ingevuld worden';
$lang['items_reorder_level_required'] = 'Reorder level moet ingevuld worden';
$lang['items_unit_price_number'] = 'Verkoopprijs moet een cijfer zijn';
$lang['items_cost_price_number'] = 'Kostprijs moet een cijfer zijn';
$lang['items_quantity_number'] = 'Hoeveelheid moet een cijfer zijn';
$lang['items_reorder_level_number'] = 'Reorder level moet een cijfer zijn';
$lang['items_none'] = 'Geen';
$lang['items_supplier'] = 'Leverancier';
$lang['items_generate_barcodes'] = 'Genereer Barcodes';
$lang['items_must_select_item_for_barcode'] = 'U moet ten minste 1 product selecteren om een barcode te genereren';
$lang['items_excel_import_failed'] = 'Excel import mislukt';
$lang['items_allow_alt_description'] = 'Aanpasbare omschrijving';
$lang['items_is_serialized'] = 'Optelbaar';
$lang['items_low_inventory_items'] = 'Producten niet in stock';
$lang['items_serialized_items'] = 'Optelbare producten';
$lang['items_no_description_items'] = 'Producten zonder omschrijving';
$lang['items_search_custom_items'] = 'Doorzoek Tags';//GARRISON ADDED
$lang['items_inventory_comments'] = 'Commentaar';
$lang['items_count'] = 'Update Stock';
$lang['items_details_count'] = 'Stockgegevens';
$lang['items_add_minus'] = 'Corrigatie hoeveelheid';
$lang['items_current_quantity'] = 'Huidige hoeveelheid';
$lang['items_quantity_required'] = 'Hoeveelheid moet ingevuld worden. Druk sluit ( X ) om te annuleren';
$lang['items_do_nothing'] = 'Doe Niets';
$lang['items_change_all_to_serialized'] = 'Genummerd';
$lang['items_change_all_to_unserialized'] = 'Niet genummerd';
$lang['items_change_all_to_allow_alt_desc'] = 'Aanpasb. omschrijvingen';
$lang['items_change_all_to_not_allow_allow_desc'] = 'Vaste omschrijvingen';
$lang['items_use_inventory_menu'] = 'Use Inv. Menu';
$lang['items_manually_editing_of_quantity'] = 'Manuele aanpassing hoeveelheid';
$lang['items_inventory'] = 'Stock';
$lang['items_location'] = 'Locatie';
$lang['items_is_deleted'] = 'Verwijderd';// Parq 131215
?>

View File

@@ -1,8 +1,8 @@
<?php
$lang["login_go"] = "Verstuur";
$lang["login_invalid_username_and_password"] = "Ongeldige gebruiker/paswoord";
$lang["login_login"] = "Login";
$lang["login_password"] = "Paswoord";
$lang["login_username"] = "Gebruiker";
$lang["login_welcome_message"] = "Welkom in deze module. Voer gebruikersnaam en paswoord in om verder te gaan.";
<?php
$lang['login_login'] = 'Login';
$lang['login_username'] = 'Gebruiker';
$lang['login_password'] = 'Paswoord';
$lang['login_go'] = 'Verstuur';
$lang['login_invalid_username_and_password'] = 'Ongeldige gebruiker/paswoord';
$lang['login_welcome_message'] = 'Welkom in deze module. Voer gebruikersnaam en paswoord in om verder te gaan.';
?>

View File

@@ -1,23 +1,34 @@
<?php
<?php
$lang['module_home'] = 'Home';
$lang["module_config"] = "Configuratie";
$lang["module_config_desc"] = "Globale configuratie aanpassen";
$lang["module_customers"] = "Klanten";
$lang["module_customers_desc"] = "Zoek, bewerk, verwijder en voeg klanten toe";
$lang["module_employees"] = "Werknemers";
$lang["module_employees_desc"] = "Zoek, bewerk, verwijder en voeg werknemers toe";
$lang["module_giftcards"] = "Cadeaubons";
$lang["module_giftcards_desc"] = "Zoek, bewerk, verwijder en voeg cadeaubons toe";
$lang["module_home"] = "Home";
$lang["module_item_kits"] = "Productsets";
$lang["module_item_kits_desc"] = "Zoek, bewerk, verwijder en voeg productsets toe";
$lang["module_items"] = "Producten";
$lang["module_items_desc"] = "Zoek, bewerk, verwijder en voeg producten toe";
$lang["module_receivings"] = "Orders";
$lang["module_receivings_desc"] = "Verwerk binnenkomende orders";
$lang["module_reports"] = "Rapporten";
$lang["module_reports_desc"] = "Toon en genereer rapporten";
$lang["module_sales"] = "Kassa";
$lang["module_sales_desc"] = "Verwerk aankopen en retours";
$lang["module_suppliers"] = "Leveranciers";
$lang["module_suppliers_desc"] = "Zoek, bewerk, verwijder en voeg leveranciers toe";
$lang['module_customers'] = 'Klanten';
$lang['module_customers_desc'] = 'Zoek, bewerk, verwijder en voeg klanten toe';
$lang['module_suppliers'] = 'Leveranciers';
$lang['module_suppliers_desc'] = 'Zoek, bewerk, verwijder en voeg leveranciers toe';
$lang['module_employees'] = 'Werknemers';
$lang['module_employees_desc'] = 'Zoek, bewerk, verwijder en voeg werknemers toe';
$lang['module_sales'] = 'Kassa';
$lang['module_sales_desc'] = 'Verwerk aankopen en retours';
$lang['module_reports'] = 'Rapporten';
$lang['module_reports_desc'] = 'Toon en genereer rapporten';
$lang['module_items'] = 'Producten';
$lang['module_items_desc'] = 'Zoek, bewerk, verwijder en voeg producten toe';
$lang['module_config'] = 'Configuratie';
$lang['module_config_desc'] = 'Globale configuratie aanpassen';
$lang['module_receivings'] = 'Orders';
$lang['module_receivings_desc'] = 'Verwerk binnenkomende orders';
$lang['module_giftcards'] = 'Cadeaubons';
$lang['module_giftcards_desc'] = 'Zoek, bewerk, verwijder en voeg cadeaubons toe';
$lang['module_item_kits'] = 'Productsets';
$lang['module_item_kits_desc'] = 'Zoek, bewerk, verwijder en voeg productsets toe';
?>

View File

@@ -1,49 +1,26 @@
<?php
$lang["receivings_transaction_failed"] = "Order transactie mislukt";
$lang["recvs_basic_information"] = "";
$lang["recvs_cancel_receiving"] = "";
$lang["recvs_cannot_be_deleted"] = "";
$lang["recvs_comments"] = "";
$lang["recvs_complete_receiving"] = "Bevestig";
$lang["recvs_confirm_cancel_receiving"] = "Bent u zeker dat u dit order wil wissen?";
$lang["recvs_confirm_finish_receiving"] = "Bent u zeker dat u dit order wil ingeven? Dit kan niet ongedaan gemaakt worden.";
$lang["recvs_cost"] = "Kost";
$lang["recvs_date"] = "";
$lang["recvs_date_required"] = "";
$lang["recvs_date_type"] = "";
$lang["recvs_delete_confirmation"] = "";
$lang["recvs_delete_entire_sale"] = "";
$lang["recvs_discount"] = "Korting %";
$lang["recvs_edit"] = "Bewerk";
$lang["recvs_edit_sale"] = "";
$lang["recvs_employee"] = "";
$lang["recvs_error_editing_item"] = "Fout bij het bewerken product";
$lang["recvs_error_requisition"] = "";
$lang["recvs_find_or_scan_item"] = "Zoek/Scan Product";
$lang["recvs_find_or_scan_item_or_receipt"] = "Zoek/Scan Product OF Tickets";
$lang["recvs_id"] = "Ordernummer";
$lang["recvs_invoice_number"] = "";
$lang["recvs_invoice_number_duplicate"] = "";
$lang["recvs_item_name"] = "Productnaam";
$lang["recvs_mode"] = "Order type";
$lang["recvs_new_supplier"] = "N. Leverancier";
$lang["recvs_one_or_multiple"] = "";
$lang["recvs_quantity"] = "Aantal";
$lang["recvs_receipt"] = "Ontvangstbewijs";
$lang["recvs_receipt_number"] = "";
$lang["recvs_receiving"] = "Inkoop";
$lang["recvs_register"] = "Orders";
$lang["recvs_requisition"] = "";
$lang["recvs_return"] = "Teruggave";
$lang["recvs_select_supplier"] = "Selecteer Leverancier (Optioneel)";
$lang["recvs_start_typing_supplier_name"] = "Typ naam leverancier..";
$lang["recvs_stock_destination"] = "";
$lang["recvs_stock_locaiton"] = "";
$lang["recvs_stock_source"] = "";
$lang["recvs_successfully_deleted"] = "";
$lang["recvs_successfully_updated"] = "";
$lang["recvs_supplier"] = "Leverancier";
$lang["recvs_total"] = "Totaal";
$lang["recvs_unable_to_add_item"] = "Onmogelijk om product aan order toe te voegen";
$lang["recvs_unsuccessfully_updated"] = "";
<?php
$lang['recvs_register'] = 'Orders';
$lang['recvs_mode'] = 'Order type';
$lang['recvs_receiving'] = 'Inkoop';
$lang['recvs_return'] = 'Teruggave';
$lang['recvs_total'] = 'Totaal';
$lang['recvs_cost'] = 'Kost';
$lang['recvs_quantity'] = 'Aantal';
$lang['recvs_discount'] = 'Korting %';
$lang['recvs_edit'] = 'Bewerk';
$lang['recvs_new_supplier'] = 'N. Leverancier';
$lang['recvs_supplier'] = 'Leverancier';
$lang['recvs_select_supplier'] = 'Selecteer Leverancier (Optioneel)';
$lang['recvs_start_typing_supplier_name'] = 'Typ naam leverancier..';
$lang['recvs_unable_to_add_item'] = 'Onmogelijk om product aan order toe te voegen';
$lang['recvs_error_editing_item'] = 'Fout bij het bewerken product';
$lang['recvs_receipt'] = 'Ontvangstbewijs';
$lang['recvs_complete_receiving'] = 'Bevestig';
$lang['recvs_confirm_finish_receiving'] = 'Bent u zeker dat u dit order wil ingeven? Dit kan niet ongedaan gemaakt worden.';
$lang['recvs_confirm_cancel_receiving'] = 'Bent u zeker dat u dit order wil wissen?';
$lang['recvs_find_or_scan_item'] = 'Zoek/Scan Product';
$lang['recvs_find_or_scan_item_or_receipt'] = 'Zoek/Scan Product OF Tickets';
$lang['recvs_id'] = 'Ordernummer';
$lang['recvs_item_name'] = 'Productnaam';
$lang['receivings_transaction_failed'] = 'Order transactie mislukt';
?>

View File

@@ -1,96 +1,88 @@
<?php
$lang["reports_all"] = "Alle";
$lang["reports_all_time"] = "Alle";
$lang["reports_categories"] = "Categorieën";
$lang["reports_categories_summary_report"] = "Rapport Overzicht Categorieën";
$lang["reports_category"] = "Categorie";
$lang["reports_comments"] = "Commentaar";
$lang["reports_count"] = "Aantal";
$lang["reports_customer"] = "Klant";
$lang["reports_customers"] = "Klanten";
$lang["reports_customers_summary_report"] = "Rapport Overzicht Klanten";
$lang["reports_date"] = "Datum";
$lang["reports_date_range"] = "Periode";
$lang["reports_description"] = "Omschrijving";
$lang["reports_detailed_receivings_report"] = "Gedetailleerd Raport Orders";
$lang["reports_detailed_reports"] = "Gedetailleerde Rapporten";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Gedetailleerd Rapport Verkoop";
$lang["reports_discount"] = "Korting";
$lang["reports_discount_percent"] = "Kortingspercentage";
$lang["reports_discounts"] = "Kortingen";
$lang["reports_discounts_summary_report"] = "Overzicht Kortingen";
$lang["reports_employee"] = "Werknemer";
$lang["reports_employees"] = "Werknemrs";
$lang["reports_employees_summary_report"] = "Rapport Overzicht Werknemers";
$lang["reports_graphical_reports"] = "Grafische Rapporten";
$lang["reports_inventory"] = "";
$lang["reports_inventory_low"] = "Herbevoorrading";
$lang["reports_inventory_low_report"] = "Rapport Herbevoorrading";
$lang["reports_inventory_reports"] = "Rapporten Bevoorrading";
$lang["reports_inventory_summary"] = "Overzicht Vooraad";
$lang["reports_inventory_summary_report"] = "Rapport Overzicht Vooraad";
$lang["reports_item"] = "Product";
$lang["reports_item_name"] = "Product Naam";
$lang["reports_item_number"] = "Productnummer";
$lang["reports_items"] = "Producten";
$lang["reports_items_purchased"] = "Hoeveelheid";
$lang["reports_items_received"] = "Items Ontvangen";
$lang["reports_items_summary_report"] = "Rapport Overzicht Producten";
$lang["reports_last_7"] = "Vorige 7 Dagen";
$lang["reports_last_month"] = "Vorige Maand";
$lang["reports_last_year"] = "Vorig Jaar";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_name"] = "Naam";
$lang["reports_payment_type"] = "Betaald";
$lang["reports_payments"] = "Betalingen";
$lang["reports_payments_summary_report"] = "Overzicht Betalingen";
$lang["reports_profit"] = "Winst";
$lang["reports_quantity_purchased"] = "Aangekochte Hoeveelheid";
$lang["reports_received_by"] = "Ontvangen door";
$lang["reports_receiving_id"] = "";
$lang["reports_receiving_type"] = "";
$lang["reports_receivings"] = "Orders";
$lang["reports_reorder_level"] = "Reorder Level";
$lang["reports_report"] = "Rapport";
$lang["reports_report_input"] = "Input Rapport";
$lang["reports_reports"] = "Rapporten";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "";
$lang["reports_returns"] = "Retour";
$lang["reports_revenue"] = "Inkomsten";
$lang["reports_sale_id"] = "Ticket°";
$lang["reports_sale_type"] = "Type";
$lang["reports_sales"] = "Verkoop";
$lang["reports_sales_amount"] = "Sales amount";
$lang["reports_sales_summary_report"] = "Overzicht Verkoop";
$lang["reports_serial_number"] = "Nummer";
$lang["reports_sold_by"] = "Werknemer";
$lang["reports_sold_to"] = "Klant";
$lang["reports_stock_location"] = "";
$lang["reports_subtotal"] = "Subtotaal";
$lang["reports_summary_reports"] = "Overzicht Rapporten";
$lang["reports_supplied_by"] = "Geleverd door";
$lang["reports_supplier"] = "Leverancier";
$lang["reports_suppliers"] = "Leveranciers";
$lang["reports_suppliers_summary_report"] = "Rapport Overzicht Leveranciers";
$lang["reports_tax"] = "VAT";
$lang["reports_tax_percent"] = "VAT Percentage";
$lang["reports_taxes"] = "Belastingen";
$lang["reports_taxes_summary_report"] = "Rapport Overzicht Belastingen";
$lang["reports_this_month"] = "Deze Maand";
$lang["reports_this_year"] = "Dit Jaar";
$lang["reports_today"] = "Vandaag";
$lang["reports_total"] = "Totaal";
$lang["reports_type"] = "Type";
$lang["reports_welcome_message"] = "Welkom bij de rapporten. Selecteer hier een rapport.";
$lang["reports_yesterday"] = "Gisteren";
<?php
$lang['reports_reports'] = 'Rapporten';
$lang['reports_report'] = 'Rapport';
$lang['reports_welcome_message'] = 'Welkom bij de rapporten. Selecteer hier een rapport.';
$lang['reports_sales_summary_report'] = 'Overzicht Verkoop';
$lang['reports_categories_summary_report'] = 'Rapport Overzicht Categorieën';
$lang['reports_customers_summary_report'] = 'Rapport Overzicht Klanten';
$lang['reports_suppliers_summary_report'] = 'Rapport Overzicht Leveranciers';
$lang['reports_items_summary_report'] = 'Rapport Overzicht Producten';
$lang['reports_employees_summary_report'] = 'Rapport Overzicht Werknemers';
$lang['reports_taxes_summary_report'] = 'Rapport Overzicht Belastingen';
$lang['reports_date'] = 'Datum';
$lang['reports_name'] = 'Naam';
$lang['reports_quantity_purchased'] = 'Aangekochte Hoeveelheid';
$lang['reports_sale_id'] = 'Ticket°';
$lang['reports_items_purchased'] = 'Hoeveelheid';
$lang['reports_sold_by'] = 'Werknemer';
$lang['reports_sold_to'] = 'Klant';
$lang['reports_category'] = 'Categorie';
$lang['reports_customer'] = 'Klant';
$lang['reports_employee'] = 'Werknemer';
$lang['reports_item'] = 'Product';
$lang['reports_items'] = 'Producten';
$lang['reports_supplier'] = 'Leverancier';
$lang['reports_employees'] = 'Werknemrs';
$lang['reports_subtotal'] = 'Subtotaal';
$lang['reports_total'] = 'Totaal';
$lang['reports_tax'] = 'VAT';
$lang['reports_profit'] = 'Winst';
$lang['reports_report_input'] = 'Input Rapport';
$lang['reports_type'] = 'Type';
$lang['reports_date_range'] = 'Periode';
$lang['reports_today'] = 'Vandaag';
$lang['reports_yesterday'] = 'Gisteren';
$lang['reports_last_7'] = 'Vorige 7 Dagen';
$lang['reports_this_month'] = 'Deze Maand';
$lang['reports_last_month'] = 'Vorige Maand';
$lang['reports_this_year'] = 'Dit Jaar';
$lang['reports_last_year'] = 'Vorig Jaar';
$lang['reports_all_time'] = 'Alle';
$lang['reports_detailed_sales_report'] = 'Gedetailleerd Rapport Verkoop';
$lang['reports_comments'] = 'Commentaar';
$lang['reports_discount'] = 'Korting';
$lang['reports_payment_type'] = 'Betaald';
$lang['reports_sales'] = 'Verkoop';
$lang['reports_categories'] = 'Categorieën';
$lang['reports_customers'] = 'Klanten';
$lang['reports_suppliers'] = 'Leveranciers';
$lang['reports_items'] = 'Producten';
$lang['reports_employees'] = 'Werknemers';
$lang['reports_taxes'] = 'Belastingen';
$lang['reports_customer'] = 'Klant';
$lang['reports_employee'] = 'Werknemer';
$lang['reports_tax_percent'] = 'VAT Percentage';
$lang['reports_quantity_purchased'] = 'Hoeveelheid';
$lang['reports_serial_number'] = 'Nummer';
$lang['reports_description'] = 'Omschrijving';
$lang['reports_date'] = 'Datum';
$lang['reports_sales_amount'] = 'Sales amount';
$lang['reports_revenue'] = 'Inkomsten';
$lang['reports_discounts'] = 'Kortingen';
$lang['reports_discounts_summary_report'] = 'Overzicht Kortingen';
$lang['reports_discount_percent'] = 'Kortingspercentage';
$lang['reports_count'] = 'Aantal';
$lang['reports_summary_reports'] = 'Overzicht Rapporten';
$lang['reports_graphical_reports'] = 'Grafische Rapporten';
$lang['reports_detailed_reports'] = 'Gedetailleerde Rapporten';
$lang['reports_inventory_reports'] = 'Rapporten Bevoorrading';
$lang['reports_low_inventory'] = 'Herbevoorrading';
$lang['reports_inventory_summary'] = 'Overzicht Vooraad';
$lang['reports_item_number'] = 'Productnummer';
$lang['reports_reorder_level'] = 'Reorder Level';
$lang['reports_low_inventory_report'] = 'Rapport Herbevoorrading';
$lang['reports_item_name'] = 'Product Naam';
$lang['reports_inventory_summary_report'] = 'Rapport Overzicht Vooraad';
$lang['reports_payment_type'] = 'Payment Type';
$lang['reports_payments_summary_report'] = 'Overzicht Betalingen';
$lang['reports_payments'] = 'Betalingen';
$lang['reports_sale_type'] = 'Type';
$lang['reports_receivings'] = 'Orders';
$lang['reports_received_by'] = 'Ontvangen door';
$lang['reports_supplied_by'] = 'Geleverd door';
$lang['reports_items_received'] = 'Items Ontvangen';
$lang['reports_detailed_receivings_report'] = 'Gedetailleerd Raport Orders';
$lang['reports_all'] = 'Alle';
$lang['reports_returns'] = 'Retour';
$lang['reports_discount'] = 'Kortingen';
?>

View File

@@ -1,93 +1,87 @@
<?php
$lang["sales_add_payment"] = "Betaal";
$lang["sales_amount_due"] = "Te betalen";
$lang["sales_amount_tendered"] = "Ontvangen bedrag";
$lang["sales_basic_information"] = "Ticket informatie";
$lang["sales_cancel_sale"] = "Annuleer";
$lang["sales_cannot_be_deleted"] = "";
$lang["sales_cash"] = "Contant";
$lang["sales_change_due"] = "Wisselgeld terug";
$lang["sales_check"] = "Waardebon";
$lang["sales_comment"] = "Commentaar";
$lang["sales_comments"] = "Commentaar";
$lang["sales_complete_sale"] = "Bevestig";
$lang["sales_confirm_cancel_sale"] = "Bent u zeker dat u deze aankoop wil verwijderen?";
$lang["sales_confirm_finish_sale"] = "Bent u zeker dat u deze aankoop wil invoeren? Dit kan niet ongedaan gemaakt worden.";
$lang["sales_confirm_suspend_sale"] = "Bent u zeker dat u deze aankoop wil bewaren?";
$lang["sales_credit"] = "Kredietkaart";
$lang["sales_customer"] = "Klant";
$lang["sales_date"] = "Datum";
$lang["sales_date_required"] = "";
$lang["sales_date_type"] = "";
$lang["sales_debit"] = "Bancontact";
$lang["sales_delete_confirmation"] = "Bent u zeker dat u deze aankoop wil verwijderen?";
$lang["sales_delete_entire_sale"] = "Verwijder";
$lang["sales_delete_successful"] = "De geselecteerde aanko(o)p(en) werden verwijderd";
$lang["sales_delete_unsuccessful"] = "De geselecteerde aankopen konden niet worden verwijderd.";
$lang["sales_description_abbrv"] = "Omschr.";
$lang["sales_discount"] = "%";
$lang["sales_discount_included"] = "";
$lang["sales_discount_short"] = "%";
$lang["sales_edit"] = "Bewerk";
$lang["sales_edit_item"] = "Bewaar";
$lang["sales_edit_sale"] = "Bewerk Ticket";
$lang["sales_email_receipt"] = "E-Mail Ticket";
$lang["sales_employee"] = "Werknemer";
$lang["sales_error_editing_item"] = "Fout bij bewerken";
$lang["sales_find_or_scan_item"] = "Zoek/Scan Product";
$lang["sales_find_or_scan_item_or_receipt"] = "Zoek/Scan Product of Ticket";
$lang["sales_giftcard"] = "Cadeaubon";
$lang["sales_giftcard_number"] = "Cadeaubon nummer";
$lang["sales_id"] = "Nummer Verkoop ";
$lang["sales_invoice_number"] = "";
$lang["sales_invoice_number_duplicate"] = "";
$lang["sales_item_insufficient_of_stock"] = "";
$lang["sales_item_insufficient_of_stockfi"] = "Product is niet meer in voorraad";
$lang["sales_item_name"] = "Naam";
$lang["sales_item_number"] = "Product #";
$lang["sales_item_out_of_stock"] = "Product is niet meer in voorraad";
$lang["sales_mode"] = "Type Registratie";
$lang["sales_must_enter_numeric"] = "Het ontvangen bedrag moet een numerieke waarde zijn";
$lang["sales_must_enter_numeric_giftcard"] = "Er moet een geldige code worden ingevuld voor de cadeaubon";
$lang["sales_new_customer"] = "Nieuwe klant";
$lang["sales_new_item"] = "Nieuw Product";
$lang["sales_no_items_in_cart"] = "Er zijn geen aankopen geselecteerd";
$lang["sales_one_or_multiple"] = "";
$lang["sales_payment"] = "Betaalmethode";
$lang["sales_payment_amount"] = "Bedrag";
$lang["sales_payment_not_cover_total"] = "Betaalde hoeveelheid is onvoldoende";
$lang["sales_payment_type"] = "Type";
$lang["sales_payments_total"] = "Betaald bedrag";
$lang["sales_price"] = "Ecxl. VAT";
$lang["sales_quantity"] = "Aantal";
$lang["sales_quantity_less_than_zero"] = "Waarschuwing, de gewenste hoeveelheid is onvoldoende. U kunt deze aankoop verwerken, maar kijk toch even de voorraad na.";
$lang["sales_receipt"] = "Ticket #";
$lang["sales_receipt_number"] = "Ticket #";
$lang["sales_register"] = "Kassa";
$lang["sales_remove_customer"] = "Verwijder Klant";
$lang["sales_return"] = "Retour";
$lang["sales_sale"] = "Verkoop";
$lang["sales_sale_for_customer"] = "Klant:";
$lang["sales_sale_time"] = "Datum";
$lang["sales_select_customer"] = "Selecteer Klant (Optioneel)";
$lang["sales_serial"] = "Nummer";
$lang["sales_start_typing_customer_name"] = "Typ naam klant...";
$lang["sales_start_typing_item_name"] = "Typ naam product of barcode...";
$lang["sales_stock_location"] = "";
$lang["sales_sub_total"] = "Subtotaal excl. VAT";
$lang["sales_successfully_deleted"] = "";
$lang["sales_successfully_suspended_sale"] = "Uw aankoop werd met sucess bewaard";
$lang["sales_successfully_updated"] = "Wijzigingen bewaard voor ticket";
$lang["sales_suspend_sale"] = "Bewaar aankoop";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Bewaarde Aankopen";
$lang["sales_tax"] = "VAT";
$lang["sales_tax_percent"] = "VAT %";
$lang["sales_total"] = "Totaal";
$lang["sales_transaction_failed"] = "Transactie mislukt";
$lang["sales_unable_to_add_item"] = "Onmogelijk om product toe te voegen";
$lang["sales_unsuccessfully_deleted"] = "";
$lang["sales_unsuccessfully_updated"] = "Fout bij het bewaren van ticket";
$lang["sales_unsuspend"] = "Hervat";
$lang["sales_unsuspend_and_delete"] = "";
<?php
$lang['sales_giftcard_number']='Cadeaubon nummer';
$lang['sales_giftcard']='Cadeaubon';
$lang['sales_register']='Kassa';
$lang['sales_mode']='Type Registratie';
$lang['sales_new_item'] = 'Nieuw Product';
$lang['sales_item_name'] = 'Naam';
$lang['sales_item_number'] = 'Product #';
$lang['sales_new_customer'] = 'Nieuwe klant';
$lang['sales_customer'] = 'Klant';
$lang['sales_no_items_in_cart']='Er zijn geen aankopen geselecteerd';
$lang['sales_total']='Totaal';
$lang['sales_tax_percent']='VAT %';
$lang['sales_price']='Ecxl. VAT';
$lang['sales_quantity']='Aantal';
$lang['sales_discount']='%';
$lang['sales_edit']='Bewerk';
$lang['sales_payment']='Betaalmethode';
$lang['sales_edit_item']='Bewaar';
$lang['sales_find_or_scan_item']='Zoek/Scan Product';
$lang['sales_find_or_scan_item_or_receipt']='Zoek/Scan Product of Ticket';
$lang['sales_select_customer']='Selecteer Klant (Optioneel)';
$lang['sales_start_typing_item_name']='Typ naam product of barcode...';
$lang['sales_start_typing_customer_name']='Typ naam klant...';
$lang['sales_sub_total']='Subtotaal excl. VAT';
$lang['sales_tax']='VAT';
$lang['sales_comment']='Commentaar';
$lang['sales_unable_to_add_item']='Onmogelijk om product toe te voegen';
$lang['sales_sale_for_customer']='Klant:';
$lang['sales_remove_customer']='Verwijder Klant';
$lang['sales_error_editing_item']='Fout bij bewerken';
$lang['sales_complete_sale']='Bevestig';
$lang['sales_cancel_sale']='Annuleer';
$lang['sales_add_payment']='Betaal';
$lang['sales_receipt']='Ticket #';
$lang['sales_receipt_number']='Ticket #';
$lang['sales_id']='Nummer Verkoop ';
$lang['sales_sale']='Verkoop';
$lang['sales_return']='Retour';
$lang['sales_confirm_finish_sale'] = 'Bent u zeker dat u deze aankoop wil invoeren? Dit kan niet ongedaan gemaakt worden.';
$lang['sales_confirm_cancel_sale'] = 'Bent u zeker dat u deze aankoop wil verwijderen?';
$lang['sales_cash'] = 'Contant';
$lang['sales_check'] = 'Waardebon';
$lang['sales_debit'] = 'Bancontact';
$lang['sales_credit'] = 'Kredietkaart';
$lang['sales_giftcard'] = 'Cadeaubon';
$lang['sales_amount_tendered'] = 'Ontvangen bedrag';
$lang['sales_change_due'] = 'Wisselgeld terug';
$lang['sales_payment_not_cover_total'] = 'Betaalde hoeveelheid is onvoldoende';
$lang['sales_transaction_failed'] = 'Transactie mislukt';
$lang['sales_must_enter_numeric'] = 'Het ontvangen bedrag moet een numerieke waarde zijn';
$lang['sales_must_enter_numeric_giftcard'] = 'Er moet een geldige code worden ingevuld voor de cadeaubon';
$lang['sales_serial'] = 'Nummer';
$lang['sales_description_abbrv'] = 'Omschr.';
$lang['sales_item_out_of_stock'] = 'Product is niet meer in voorraad';
$lang['sales_item_insufficient_of_stockfi'] = 'Product is niet meer in voorraad';
$lang['sales_quantity_less_than_zero'] = 'Waarschuwing, de gewenste hoeveelheid is onvoldoende. U kunt deze aankoop verwerken, maar kijk toch even de voorraad na.';
$lang['sales_successfully_updated']='Wijzigingen bewaard voor ticket';
$lang['sales_unsuccessfully_updated']='Fout bij het bewaren van ticket';
$lang['sales_edit_sale']='Bewerk Ticket';
$lang['sales_employee']='Werknemer';
$lang['sales_delete_successful']='De geselecteerde aanko(o)p(en) werden verwijderd';
$lang['sales_delete_unsuccessful']='De geselecteerde aankopen konden niet worden verwijderd.';
$lang['sales_delete_entire_sale']='Verwijder';
$lang['sales_delete_confirmation']='Bent u zeker dat u deze aankoop wil verwijderen?';
$lang['sales_date']='Datum';
$lang['sales_delete_successful'] = 'U hebt een aankoop verwijderd';
$lang['sales_delete_unsuccessful'] = 'U kan deze aankoop niet verwijderen';
$lang['sales_suspend_sale'] = 'Bewaar aankoop';
$lang['sales_confirm_suspend_sale'] = 'Bent u zeker dat u deze aankoop wil bewaren?';
$lang['sales_suspended_sales'] = 'Bewaarde Aankopen';
$lang['sales_suspended_sale_id'] = 'ID';
$lang['sales_date'] = 'Date';
$lang['sales_comments'] = 'Commentaar';
$lang['sales_unsuspend_and_delete'] = '';
$lang['sales_unsuspend'] = 'Hervat';
$lang['sales_successfully_suspended_sale'] = 'Uw aankoop werd met sucess bewaard';
$lang['sales_email_receipt'] = 'E-Mail Ticket';
$lang['sales_discount_short']='%';
$lang["sales_discount_included"]='% Korting';
$lang['sales_sale_time']='Datum';
$lang['sales_payments_total'] = 'Betaald bedrag';
$lang['sales_amount_due'] = 'Te betalen';
$lang['sales_payment_type'] = "Type";
$lang['sales_payment_amount'] = "Bedrag";
$lang['sales_basic_information']='Ticket informatie';
?>

View File

@@ -1,17 +1,17 @@
<?php
$lang["suppliers_account_number"] = "Btw nummer";
$lang["suppliers_basic_information"] = "Informatie Leverancier";
$lang["suppliers_cannot_be_deleted"] = "De geselecteeerde leveranciers konden niet worden verwijderd. Eén of meerdere leveranciers hebben ordergegevens in de database zitten.";
$lang["suppliers_company_name"] = "Bedrijfsnaam";
$lang["suppliers_company_name_required"] = "Bedrijfsnaam moet ingevuld worden";
$lang["suppliers_confirm_delete"] = "Bent u zeker dat u de geselecteerde leveranciers wil verwijderen?";
$lang["suppliers_error_adding_updating"] = "Fout bij het toevoegen/aanpassen van een leverancier";
$lang["suppliers_new"] = "N. Leverancier";
$lang["suppliers_none_selected"] = "U hebt geen leveranciers geselecteerd";
$lang["suppliers_one_or_multiple"] = "leverancier(s) verwijderd";
$lang["suppliers_successful_adding"] = "Leverancier succesvol toegevoegd";
$lang["suppliers_successful_deleted"] = "Er werd(en)";
$lang["suppliers_successful_updating"] = "Wijzigingen leveranciersgegevens bewaard";
$lang["suppliers_supplier"] = "Leverancier";
$lang["suppliers_update"] = "Bewerk Leverancier";
<?php
$lang['suppliers_new']='N. Leverancier';
$lang['suppliers_supplier']='Leverancier';
$lang['suppliers_update']='Bewerk Leverancier';
$lang['suppliers_confirm_delete']='Bent u zeker dat u de geselecteerde leveranciers wil verwijderen?';
$lang['suppliers_none_selected']='U hebt geen leveranciers geselecteerd';
$lang['suppliers_error_adding_updating'] = 'Fout bij het toevoegen/aanpassen van een leverancier';
$lang['suppliers_successful_adding']='Leverancier succesvol toegevoegd';
$lang['suppliers_successful_updating']='Wijzigingen leveranciersgegevens bewaard';
$lang['suppliers_successful_deleted']='Er werd(en)';
$lang['suppliers_one_or_multiple']='leverancier(s) verwijderd';
$lang['suppliers_cannot_be_deleted']='De geselecteeerde leveranciers konden niet worden verwijderd. Eén of meerdere leveranciers hebben ordergegevens in de database zitten.';
$lang['suppliers_basic_information']='Informatie Leverancier';
$lang['suppliers_account_number']='Btw nummer';
$lang['suppliers_company_name']='Bedrijfsnaam';
$lang['suppliers_company_name_required'] = 'Bedrijfsnaam moet ingevuld worden';
?>

View File

@@ -1,42 +1,41 @@
<?php
$lang["common_address_1"] = "Адрес 1";
$lang["common_address_2"] = "Адрес 2";
$lang["common_city"] = "Город";
$lang["common_comments"] = "Комментарии";
$lang["common_common"] = "общественно";
$lang["common_confirm_search"] = "Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?";
$lang["common_country"] = "Страна";
$lang["common_delete"] = "Удалить";
$lang["common_det"] = "детали";
$lang["common_edit"] = "редактировать";
$lang["common_email"] = "Электронная почта";
$lang["common_email_invalid_format"] = "Это электронная почта не в нужный формат";
$lang["common_fields_required_message"] = "Красные пробела обязательно";
$lang["common_first_name"] = "Имя";
$lang["common_first_name_required"] = "Имя обязательный пробел";
$lang["common_inv"] = "инв";
$lang["common_last_name"] = "Фамилия";
$lang["common_last_name_required"] = "Фамилия обязательный пробел";
$lang["common_learn_about_project"] = ", чтобы узнать самую последнюю информацию о проекте";
$lang["common_list_of"] = "Список";
$lang["common_logout"] = "Выход";
$lang["common_no_persons_to_display"] = "Там нет людей, чтобы отобразить";
$lang["common_or"] = "ИЛИ";
$lang["common_phone_number"] = "Номер телефона";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "пожалуйста, посетите";
$lang["common_powered_by"] = "самоходные из";
$lang["common_price"] = "Цена";
$lang["common_remove"] = "Снимать";
$lang["common_return_policy"] = "Возвратний полис";
$lang["common_search"] = "Пойск";
$lang["common_searched_for"] = "Искали за";
$lang["common_state"] = "Штат";
$lang["common_submit"] = "Подавать";
$lang["common_view_recent_sales"] = "Посмотреть Недавние Продажи";
$lang["common_website"] = "веб-сайт";
$lang["common_welcome"] = "Добро пожаловать";
$lang["common_welcome_message"] = "Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!";
$lang["common_you_are_using_ospos"] = "Вы использоваете Open Source Point Of Sale Версия";
$lang["common_zip"] = "Почтовый индекс";
<?php
$lang['common_common'] = 'общественно';
$lang['common_submit'] = 'Подавать';
$lang['common_or'] = 'ИЛИ';
$lang['common_powered_by'] = 'самоходные из';
$lang['common_welcome'] = 'Добро пожаловать';
$lang['common_logout'] = 'Выход';
$lang['common_list_of'] = 'Список';
$lang['common_first_name'] = 'Имя';
$lang['common_last_name'] = 'Фамилия';
$lang['common_email'] = 'Электронная почта';
$lang['common_phone_number'] = 'Номер телефона';
$lang['common_address_1'] = 'Адрес 1';
$lang['common_address_2'] = 'Адрес 2';
$lang['common_city'] = 'Город';
$lang['common_state'] = 'Штат';
$lang['common_zip'] = 'Почтовый индекс';
$lang['common_country'] = 'Страна';
$lang['common_comments'] = 'Комментарии';
$lang['common_edit'] = 'редактировать';
$lang['common_search'] = 'Пойск';
$lang['common_delete'] = 'Удалить';
$lang['common_remove'] = 'Снимать';
$lang['common_view_recent_sales'] = 'Посмотреть Недавние Продажи';
$lang['common_you_are_using_ospos'] = 'Вы использоваете Open Source Point Of Sale Версия';
$lang['common_please_visit_my'] = 'пожалуйста, посетите';
$lang['common_website'] = 'веб-сайт';
$lang['common_fields_required_message'] = 'Красные пробела обязательно';
$lang['common_learn_about_project'] = ', чтобы узнать самую последнюю информацию о проекте';
$lang['common_searched_for'] = 'Искали за';
$lang['common_first_name_required'] = 'Имя обязательный пробел';
$lang['common_last_name_required'] = 'Фамилия обязательный пробел';
$lang['common_email_invalid_format'] = 'Это электронная почта не в нужный формат';
$lang['common_confirm_search'] = 'Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?';
$lang['common_no_persons_to_display'] = 'Там нет людей, чтобы отобразить';
$lang['common_return_policy'] = 'Возвратний полис';
$lang['common_price'] = 'Цена';
$lang['common_welcome_message']= 'Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!';
$lang['common_inv'] = 'инв';
$lang['common_det'] = 'детали';
?>

View File

@@ -1,42 +1,36 @@
<?php
$lang["config_address"] = "Адрес Компании";
$lang["config_address_required"] = "Адрес Компании обязательный пробел";
$lang["config_company"] = "Название Компании";
$lang["config_company_required"] = "Имя Компании обязательный пробел";
$lang["config_company_website_url"] = "Веб-сайт Компании не является допустимым URL (http://...)";
$lang["config_currency_side"] = "Правая сторона";
$lang["config_currency_symbol"] = "Символ валюты";
$lang["config_custom1"] = "Изготовленный пробел 1";
$lang["config_custom10"] = "Изготовленный пробел 10";
$lang["config_custom2"] = "Изготовленный пробел 2";
$lang["config_custom3"] = "Изготовленный пробел 3";
$lang["config_custom4"] = "Изготовленный пробел 4";
$lang["config_custom5"] = "Изготовленный пробел 5";
$lang["config_custom6"] = "Изготовленный пробел 6";
$lang["config_custom7"] = "Изготовленный пробел 7";
$lang["config_custom8"] = "Изготовленный пробел 8";
$lang["config_custom9"] = "Изготовленный пробел 9";
$lang["config_default_tax_rate"] = "Обычный ставка налога %";
$lang["config_default_tax_rate_1"] = "ставка налога 1";
$lang["config_default_tax_rate_2"] = "ставка налога 2";
$lang["config_default_tax_rate_number"] = "Обычный ставка налога должен быть цифра";
$lang["config_default_tax_rate_required"] = "Обычный ставка налога обязательный пробел";
$lang["config_fax"] = "Факс";
$lang["config_info"] = "информация о магазин конфигурация";
$lang["config_language"] = "Язик";
$lang["config_phone"] = "Телефон Компании";
$lang["config_phone_required"] = "Телефон Компании обязательный пробел";
$lang["config_print_after_sale"] = "Распечатать квитанцию ​​после продажи";
$lang["config_recv_invoice_enable"] = "";
$lang["config_recv_invoice_format"] = "";
$lang["config_return_policy_required"] = "Возвратний полис обязательный пробел";
$lang["config_sales_invoice_enable"] = "";
$lang["config_sales_invoice_format"] = "";
$lang["config_saved_successfully"] = "Конфигурация успешно сохранена";
$lang["config_saved_unsuccessfully"] = "Конфигурация сохраненная безуспешно";
$lang["config_stock_location"] = "";
$lang["config_stock_location_required"] = "";
$lang["config_tax_included"] = "Tax Included";
$lang["config_timezone"] = "Часовой пояс";
$lang["config_website"] = "Веб-сайт";
<?php
$lang['config_info'] = 'информация о магазин конфигурация';
$lang['config_company'] = 'Название Компании';
$lang['config_address'] = 'Адрес Компании';
$lang['config_phone'] = 'Телефон Компании';
$lang['config_website'] = 'Веб-сайт';
$lang['config_fax'] = 'Факс';
$lang['config_default_tax_rate'] = 'Обычный ставка налога %';
$lang['config_default_tax_rate_1'] = 'ставка налога 1';
$lang['config_default_tax_rate_2'] = 'ставка налога 2';
$lang['config_company_required'] = 'Имя Компании обязательный пробел';
$lang['config_address_required'] = 'Адрес Компании обязательный пробел';
$lang['config_phone_required'] = 'Телефон Компании обязательный пробел';
$lang['config_default_tax_rate_required'] = 'Обычный ставка налога обязательный пробел';
$lang['config_default_tax_rate_number'] = 'Обычный ставка налога должен быть цифра';
$lang['config_company_website_url'] = 'Веб-сайт Компании не является допустимым URL (http://...)';
$lang['config_saved_successfully'] = 'Конфигурация успешно сохранена';
$lang['config_saved_unsuccessfully'] = 'Конфигурация сохраненная безуспешно';
$lang['config_return_policy_required'] = 'Возвратний полис обязательный пробел';
$lang['config_print_after_sale'] = 'Распечатать квитанцию ​​после продажи';
$lang['config_language'] = 'Язик';
$lang['config_timezone'] = 'Часовой пояс';
$lang['config_currency_symbol'] = 'Символ валюты';
$lang['config_currency_side'] = 'Правая сторона'; //GARRISON ADDED 4/20/2013
$lang['config_custom1'] = 'Изготовленный пробел 1'; //GARRISON ADDED 4/21/2013
$lang['config_custom2'] = 'Изготовленный пробел 2'; //GARRISON ADDED 4/21/2013
$lang['config_custom3'] = 'Изготовленный пробел 3'; //GARRISON ADDED 4/21/2013
$lang['config_custom4'] = 'Изготовленный пробел 4'; //GARRISON ADDED 4/21/2013
$lang['config_custom5'] = 'Изготовленный пробел 5'; //GARRISON ADDED 4/21/2013
$lang['config_custom6'] = 'Изготовленный пробел 6'; //GARRISON ADDED 4/21/2013
$lang['config_custom7'] = 'Изготовленный пробел 7'; //GARRISON ADDED 4/21/2013
$lang['config_custom8'] = 'Изготовленный пробел 8'; //GARRISON ADDED 4/21/2013
$lang['config_custom9'] = 'Изготовленный пробел 9'; //GARRISON ADDED 4/21/2013
$lang['config_custom10'] = 'Изготовленный пробел 10'; //GARRISON ADDED 4/21/2013
$lang['config_tax_included'] = 'Tax Included';
?>

View File

@@ -1,16 +1,16 @@
<?php
$lang["customers_account_number"] = "Номер счота";
$lang["customers_basic_information"] = "Информация о клиенте";
$lang["customers_cannot_be_deleted"] = "Невозможно удалить выбранных клиентов, один или более из них имеет продаж.";
$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"] = "Обновлять Клиент";
<?php
$lang['customers_new'] = 'Новый Клиент';
$lang['customers_customer'] = 'Клиент';
$lang['customers_update'] = 'Обновлять Клиент';
$lang['customers_confirm_delete'] = 'Вы уверены, что хотите удалить выбранных клиентов?';
$lang['customers_none_selected'] = 'Вы не выбрали ни клиентов, чтобы удалить.';
$lang['customers_error_adding_updating'] = 'Ошибка при добавлении/обновлении клиента';
$lang['customers_successful_adding'] = 'Вы успешно добавили клиентов';
$lang['customers_successful_updating'] = 'Вы успешно обновили клиент';
$lang['customers_successful_deleted'] = 'Вы успешно удалили';
$lang['customers_one_or_multiple'] = 'клиент(ов)';
$lang['customers_cannot_be_deleted'] = 'Невозможно удалить выбранных клиентов, один или более из них имеет продаж.';
$lang['customers_basic_information'] = 'Информация о клиенте';
$lang['customers_account_number'] = 'Номер счота';
$lang['customers_taxable'] = 'облагаемый';
?>

View File

@@ -1,27 +1,27 @@
<?php
$lang["employees_basic_information"] = "Сотрудник Базовая Информация";
$lang["employees_cannot_be_deleted"] = "Не возможно удалить выбранный сотрудников, одного или более работников обработал продаж или вы пытаетесь удалить себя";
$lang["employees_confirm_delete"] = "Вы уверены, что хотите удалить выбранную сотрудников?";
$lang["employees_employee"] = "Сотрудник";
$lang["employees_error_adding_updating"] = "Ошибка при добавлении/обновлении сотрудника";
$lang["employees_error_deleting_demo_admin"] = "Вы не можете удалить пользователь демонстрация аккаунт";
$lang["employees_error_updating_demo_admin"] = "Вы не можете изменить пользователь демонстрация аккаунт";
$lang["employees_login_info"] = "Информация для сотрудников Входа";
$lang["employees_new"] = "Новый Сотрудник";
$lang["employees_none_selected"] = "Вы не выбрали ни сотрудников для удаления";
$lang["employees_one_or_multiple"] = "сотрудник(ов)";
$lang["employees_password"] = "Пароль";
$lang["employees_password_minlength"] = "Пароль должен быть не менее 8 символов";
$lang["employees_password_must_match"] = "Пароли не совпадают";
$lang["employees_password_required"] = "Пароль обязательно";
$lang["employees_permission_desc"] = "Отметьте флажками ниже, чтобы предоставить доступ к модулям";
$lang["employees_permission_info"] = "Сотрудник разрешениями и правами доступа";
$lang["employees_repeat_password"] = "Повторяете пароль";
$lang["employees_successful_adding"] = "Вы успешно добавили сотрудника";
$lang["employees_successful_deleted"] = "Вы успешно удалили";
$lang["employees_successful_updating"] = "Вы успешно обновили сотрудника";
$lang["employees_update"] = "Обновлять Сотрудник";
$lang["employees_username"] = "Имя пользователя";
$lang["employees_username_minlength"] = "Имя пользователя должна быть не менее 5 символов";
$lang["employees_username_required"] = "Имя пользователи обязательный пробел";
<?php
$lang['employees_employee'] = 'Сотрудник';
$lang['employees_new'] = 'Новый Сотрудник';
$lang['employees_update'] = 'Обновлять Сотрудник';
$lang['employees_confirm_delete'] = 'Вы уверены, что хотите удалить выбранную сотрудников?';
$lang['employees_none_selected'] = 'Вы не выбрали ни сотрудников для удаления';
$lang['employees_error_adding_updating'] = 'Ошибка при добавлении/обновлении сотрудника';
$lang['employees_successful_adding'] = 'Вы успешно добавили сотрудника';
$lang['employees_successful_updating'] = 'Вы успешно обновили сотрудника';
$lang['employees_successful_deleted'] = 'Вы успешно удалили';
$lang['employees_one_or_multiple'] = 'сотрудник(ов)';
$lang['employees_cannot_be_deleted'] = 'Не возможно удалить выбранный сотрудников, одного или более работников обработал продаж или вы пытаетесь удалить себя';
$lang['employees_username'] = 'Имя пользователя';
$lang['employees_password'] = 'Пароль';
$lang['employees_repeat_password'] = 'Повторяете пароль';
$lang['employees_username_required'] = 'Имя пользователи обязательный пробел';
$lang['employees_username_minlength'] = 'Имя пользователя должна быть не менее 5 символов';
$lang['employees_password_required'] = 'Пароль обязательно';
$lang['employees_password_minlength'] = 'Пароль должен быть не менее 8 символов';
$lang['employees_password_must_match'] = 'Пароли не совпадают';
$lang['employees_basic_information'] = 'Сотрудник Базовая Информация';
$lang['employees_login_info'] = 'Информация для сотрудников Входа';
$lang['employees_permission_info'] = 'Сотрудник разрешениями и правами доступа';
$lang['employees_permission_desc'] = 'Отметьте флажками ниже, чтобы предоставить доступ к модулям';
$lang['employees_error_updating_demo_admin'] = 'Вы не можете изменить пользователь демонстрация аккаунт';
$lang['employees_error_deleting_demo_admin'] = 'Вы не можете удалить пользователь демонстрация аккаунт';
?>

View File

@@ -1,4 +1,4 @@
<?php
$lang["error_no_permission_module"] = "У вас нет разрешения на доступ к модуля называется";
$lang["error_unknown"] = "неизвестный";
<?php
$lang['error_no_permission_module'] = 'У вас нет разрешения на доступ к модуля называется';
$lang['error_unknown'] = 'неизвестный';
?>

View File

@@ -1,18 +1,29 @@
<?php
<?php
$lang["alpha_dash"] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang["alpha_numeric"] = "The %s field may only contain alpha-numeric characters.";
$lang["exact_length"] = "The %s field must be exactly %s characters in length.";
$lang["greater_than"] = "The %s field must contain a number greater than %s.";
$lang["is_natural"] = "The %s field must contain only positive numbers.";
$lang["is_natural_no_zero"] = "The %s field must contain a number greater than zero.";
$lang["is_numeric"] = "The %s field must contain only numeric characters.";
$lang["is_unique"] = "The %s field must contain a unique value.";
$lang["less_than"] = "The %s field must contain a number less than %s.";
$lang["max_length"] = "The %s field can not exceed %s characters in length.";
$lang["min_length"] = "The %s field must be at least %s characters in length.";
$lang["regex_match"] = "The %s field is not in the correct format.";
$lang["valid_email"] = "The %s field must contain a valid email address.";
$lang["valid_emails"] = "The %s field must contain all valid email addresses.";
$lang["valid_ip"] = "The %s field must contain a valid IP.";
$lang["valid_url"] = "The %s field must contain a valid URL.";
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain a valid URL.";
$lang['valid_ip'] = "The %s field must contain a valid IP.";
$lang['min_length'] = "The %s field must be at least %s characters in length.";
$lang['max_length'] = "The %s field can not exceed %s characters in length.";
$lang['exact_length'] = "The %s field must be exactly %s characters in length.";
$lang['alpha'] = "The %s field may only contain alphabetical characters.";
$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters.";
$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes.";
$lang['numeric'] = "The %s field must contain only numbers.";
$lang['is_numeric'] = "The %s field must contain only numeric characters.";
$lang['integer'] = "The %s field must contain an integer.";
$lang['regex_match'] = "The %s field is not in the correct format.";
$lang['matches'] = "The %s field does not match the %s field.";
$lang['is_unique'] = "The %s field must contain a unique value.";
$lang['is_natural'] = "The %s field must contain only positive numbers.";
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
$lang['decimal'] = "The %s field must contain a decimal number.";
$lang['less_than'] = "The %s field must contain a number less than %s.";
$lang['greater_than'] = "The %s field must contain a number greater than %s.";
/* End of file form_validation_lang.php */
/* Location: ./system/language/english/form_validation_lang.php */

View File

@@ -1,70 +1,69 @@
<?php
$lang["giftcards_add_minus"] = "Инвентарь для сложения/вычитания";
$lang["giftcards_allow_alt_desciption"] = "";
$lang["giftcards_allow_alt_description"] = "Разрешить альтернативные Описание";
$lang["giftcards_amazon"] = "Amazon";
$lang["giftcards_basic_information"] = "информация Подарочную карту";
$lang["giftcards_bulk_edit"] = "Массовое изменение";
$lang["giftcards_cannot_be_deleted"] = "Не удалось удалить выбранные подарочные карты, одну или несколько из выбранных подарочные карты имеет продаж.";
$lang["giftcards_cannot_find_giftcard"] = "Не можете найти любую информацию о Подарочную карту";
$lang["giftcards_card_value"] = "стоимость";
$lang["giftcards_category"] = "категория";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Разрешить альтернативные Описание Для всех";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Не позволяйте Альтернативные Описание Для всех";
$lang["giftcards_change_all_to_serialized"] = "Заменить все в сериализованную";
$lang["giftcards_change_all_to_unserialized"] = "Чтобы изменить все десериализуются";
$lang["giftcards_confirm_bulk_edit"] = "Вы уверены, что хотите редактировать все выбранные Подарочные карты?";
$lang["giftcards_confirm_delete"] = "Вы уверены, что хотите удалить выбранную Подарочные карты?";
$lang["giftcards_cost_price"] = "Оптовая Цена";
$lang["giftcards_count"] = "Обновление перечня";
$lang["giftcards_current_quantity"] = "Токовые";
$lang["giftcards_description"] = "Описание";
$lang["giftcards_details_count"] = "Подробная инвентаризация";
$lang["giftcards_do_nothing"] = "Ничего не делать";
$lang["giftcards_edit_fields_you_want_to_update"] = "Отредактируйте поля вы хотите изменить для всех выбранных Подарочные карты";
$lang["giftcards_edit_multiple_giftcards"] = "Редактирование нескольких Подарочные карты";
$lang["giftcards_error_adding_updating"] = "Ошибка при добавлении/обновлении подарочную карту";
$lang["giftcards_error_updating_multiple"] = "Ошибка при обновлении Подарочные карты";
$lang["giftcards_excel_import_failed"] = "Ошибка импорта Excel";
$lang["giftcards_generate_barcodes"] = "Создание штрих-кодов";
$lang["giftcards_giftcard"] = "Подарочная карта";
$lang["giftcards_giftcard_number"] = "Номер Подарочную карту";
$lang["giftcards_info_provided_by"] = "Информация предоставлена";
$lang["giftcards_inventory_comments"] = "Комментарии";
$lang["giftcards_is_serialized"] = "Подарочная карта имеет серийный номер";
$lang["giftcards_low_inventory_giftcards"] = "Низкий Подарочные карты инвентаризации";
$lang["giftcards_manually_editing_of_quantity"] = "Руководство Изменить количество";
$lang["giftcards_must_select_giftcard_for_barcode"] = "Вы должны выбрать хотя бы 1 подарочная карта для создания штрих-кодов";
$lang["giftcards_new"] = "Новая Подарочная карта";
$lang["giftcards_no_description_giftcards"] = "Нет Описание Подарочные карты";
$lang["giftcards_no_giftcards_to_display"] = "Нет Подарочные карты для отображения";
$lang["giftcards_none"] = "Ни один";
$lang["giftcards_none_selected"] = "Вы не выбрали ни Подарочные карты для редактирования";
$lang["giftcards_number"] = "Номер Подарочную карту должна быть цифрая";
$lang["giftcards_number_information"] = "Номер Подарочную карту";
$lang["giftcards_number_required"] = "Номер Подарочную карту обязательный пробел";
$lang["giftcards_one_or_multiple"] = "подарочную карту";
$lang["giftcards_person_id"] = "Клиент";
$lang["giftcards_quantity"] = "Количество";
$lang["giftcards_quantity_required"] = "Количество является обязательным полем. Пожалуйста, закройте (X), чтобы отменить";
$lang["giftcards_reorder_level"] = "минимальный уровень для перезаказ";
$lang["giftcards_retrive_giftcard_info"] = "находить и подавать информация Подарочную карту";
$lang["giftcards_sales_tax_1"] = "Налог с продаж";
$lang["giftcards_sales_tax_2"] = "Налог с продаж 2";
$lang["giftcards_serialized_giftcards"] = "Сериализованные Подарочные карты";
$lang["giftcards_successful_adding"] = "Вы успешно добавили подарочную карту";
$lang["giftcards_successful_bulk_edit"] = "Вы успешно обновили выбранной Подарочные карты";
$lang["giftcards_successful_deleted"] = "Вы успешно удален";
$lang["giftcards_successful_updating"] = "Вы успешно обновили подарочную карту";
$lang["giftcards_supplier"] = "Поставщик";
$lang["giftcards_tax_1"] = "Налог 1";
$lang["giftcards_tax_2"] = "Налог 2";
$lang["giftcards_tax_percent"] = "процент налога";
$lang["giftcards_tax_percents"] = "процент налога";
$lang["giftcards_unit_price"] = "Розничная Цена";
$lang["giftcards_upc_database"] = "UPC база данных";
$lang["giftcards_update"] = "Обновлять Подарочная карта";
$lang["giftcards_use_inventory_menu"] = "Используйте меню инвентаря";
$lang["giftcards_value"] = "стоимость Подарочную карту должна быть цифрая";
$lang["giftcards_value_required"] = "стоимость Подарочную карту обязательный пробел";
<?php
$lang['giftcards_giftcard_number'] = 'Номер Подарочную карту';
$lang['giftcards_card_value'] = 'стоимость';
$lang['giftcards_basic_information'] = 'информация Подарочную карту';
$lang['giftcards_number_required'] = 'Номер Подарочную карту обязательный пробел';
$lang['giftcards_value_required'] = 'стоимость Подарочную карту обязательный пробел';
$lang['giftcards_number'] = 'Номер Подарочную карту должна быть цифрая';
$lang['giftcards_value'] = 'стоимость Подарочную карту должна быть цифрая';
$lang['giftcards_person_id'] = 'Клиент';
$lang['giftcards_retrive_giftcard_info'] = 'находить и подавать информация Подарочную карту';
$lang['giftcards_description'] = 'Описание';
$lang['giftcards_amazon'] = 'Amazon';
$lang['giftcards_upc_database'] = 'UPC база данных';
$lang['giftcards_cannot_find_giftcard'] = 'Не можете найти любую информацию о Подарочную карту';
$lang['giftcards_info_provided_by'] = 'Информация предоставлена';
$lang['giftcards_number_information'] = 'Номер Подарочную карту';
$lang['giftcards_new'] = 'Новая Подарочная карта';
$lang['giftcards_update'] = 'Обновлять Подарочная карта';
$lang['giftcards_giftcard'] = 'Подарочная карта';
$lang['giftcards_edit_multiple_giftcards'] = 'Редактирование нескольких Подарочные карты';
$lang['giftcards_category'] = 'категория';
$lang['giftcards_cost_price'] = 'Оптовая Цена';
$lang['giftcards_unit_price'] = 'Розничная Цена';
$lang['giftcards_tax_1'] = 'Налог 1';
$lang['giftcards_tax_2'] = 'Налог 2';
$lang['giftcards_sales_tax_1'] = 'Налог с продаж';
$lang['giftcards_sales_tax_2'] = 'Налог с продаж 2';
$lang['giftcards_tax_percent'] = 'процент налога';
$lang['giftcards_tax_percents'] = 'процент налога';
$lang['giftcards_reorder_level'] = 'минимальный уровень для перезаказ';
$lang['giftcards_quantity'] = 'Количество';
$lang['giftcards_no_giftcards_to_display'] = 'Нет Подарочные карты для отображения';
$lang['giftcards_bulk_edit'] = 'Массовое изменение';
$lang['giftcards_confirm_delete'] = 'Вы уверены, что хотите удалить выбранную Подарочные карты?';
$lang['giftcards_none_selected'] = 'Вы не выбрали ни Подарочные карты для редактирования';
$lang['giftcards_confirm_bulk_edit'] = 'Вы уверены, что хотите редактировать все выбранные Подарочные карты?';
$lang['giftcards_successful_bulk_edit'] = 'Вы успешно обновили выбранной Подарочные карты';
$lang['giftcards_error_updating_multiple'] = 'Ошибка при обновлении Подарочные карты';
$lang['giftcards_edit_fields_you_want_to_update'] = 'Отредактируйте поля вы хотите изменить для всех выбранных Подарочные карты';
$lang['giftcards_error_adding_updating'] = 'Ошибка при добавлении/обновлении подарочную карту';
$lang['giftcards_successful_adding'] = 'Вы успешно добавили подарочную карту';
$lang['giftcards_successful_updating'] = 'Вы успешно обновили подарочную карту';
$lang['giftcards_successful_deleted'] = 'Вы успешно удален';
$lang['giftcards_one_or_multiple'] = 'подарочную карту';
$lang['giftcards_cannot_be_deleted'] = 'Не удалось удалить выбранные подарочные карты, одну или несколько из выбранных подарочные карты имеет продаж.';
$lang['giftcards_none'] = 'Ни один';
$lang['giftcards_supplier'] = 'Поставщик';
$lang['giftcards_generate_barcodes'] = 'Создание штрих-кодов';
$lang['giftcards_must_select_giftcard_for_barcode'] = 'Вы должны выбрать хотя бы 1 подарочная карта для создания штрих-кодов';
$lang['giftcards_excel_import_failed'] = 'Ошибка импорта Excel';
$lang['giftcards_allow_alt_description'] = 'Разрешить альтернативные Описание';
$lang['giftcards_is_serialized'] = 'Подарочная карта имеет серийный номер';
$lang['giftcards_low_inventory_giftcards'] = 'Низкий Подарочные карты инвентаризации';
$lang['giftcards_serialized_giftcards'] = 'Сериализованные Подарочные карты';
$lang['giftcards_no_description_giftcards'] = 'Нет Описание Подарочные карты';
$lang['giftcards_inventory_comments'] = 'Комментарии';
$lang['giftcards_count'] = 'Обновление перечня';
$lang['giftcards_details_count'] = 'Подробная инвентаризация';
$lang['giftcards_add_minus'] = 'Инвентарь для сложения/вычитания';
$lang['giftcards_current_quantity'] = 'Токовые';
$lang['giftcards_quantity_required'] = 'Количество является обязательным полем. Пожалуйста, закройте (X), чтобы отменить';
$lang['giftcards_do_nothing'] = 'Ничего не делать';
$lang['giftcards_change_all_to_serialized'] = 'Заменить все в сериализованную';
$lang['giftcards_change_all_to_unserialized'] = 'Чтобы изменить все десериализуются';
$lang['giftcards_change_all_to_allow_alt_desc'] = 'Разрешить альтернативные Описание Для всех';
$lang['giftcards_change_all_to_not_allow_allow_desc'] = 'Не позволяйте Альтернативные Описание Для всех';
$lang['giftcards_use_inventory_menu'] = 'Используйте меню инвентаря';
$lang['giftcards_manually_editing_of_quantity'] = 'Руководство Изменить количество';
?>

View File

@@ -1,20 +1,20 @@
<?php
$lang["item_kits_add_item"] = "Добавить товар";
$lang["item_kits_cannot_be_deleted"] = "Не могу удалить Товара комплект (ы)";
$lang["item_kits_confirm_delete"] = "Вы уверены, что хотите удалить выбранные товар? комплекты";
$lang["item_kits_description"] = "Описание товара Комплект";
$lang["item_kits_error_adding_updating"] = "Ошибка при добавлении/обновлении товара комплекта";
$lang["item_kits_info"] = "Информация о товаре комплекта";
$lang["item_kits_item"] = "товар";
$lang["item_kits_items"] = "товары";
$lang["item_kits_name"] = "Наименование товара комплект";
$lang["item_kits_new"] = "Новый товар комплект";
$lang["item_kits_no_item_kits_to_display"] = "Нет товара комплекты для отображения";
$lang["item_kits_none_selected"] = "Вы не выбрали ни одной товар комплекты";
$lang["item_kits_one_or_multiple"] = "Товара комплект (ы)";
$lang["item_kits_quantity"] = "количество";
$lang["item_kits_successful_adding"] = "Вы успешно добавлен товар комплекта";
$lang["item_kits_successful_deleted"] = "Вы успешно удален";
$lang["item_kits_successful_updating"] = "Вы успешно обновленного товар комплекта";
$lang["item_kits_update"] = "Обновить товар комплекта";
<?php
$lang['item_kits_name'] = 'Наименование товара комплект';
$lang['item_kits_description'] = 'Описание товара Комплект';
$lang['item_kits_no_item_kits_to_display'] = 'Нет товара комплекты для отображения';
$lang['item_kits_update'] = 'Обновить товар комплекта';
$lang['item_kits_new'] = 'Новый товар комплект';
$lang['item_kits_none_selected'] = "Вы не выбрали ни одной товар комплекты";
$lang['item_kits_info'] = 'Информация о товаре комплекта';
$lang['item_kits_successful_adding'] = 'Вы успешно добавлен товар комплекта';
$lang['item_kits_successful_updating'] = 'Вы успешно обновленного товар комплекта';
$lang['item_kits_error_adding_updating'] = 'Ошибка при добавлении/обновлении товара комплекта';
$lang['item_kits_successful_deleted'] = 'Вы успешно удален';
$lang['item_kits_confirm_delete'] = 'Вы уверены, что хотите удалить выбранные товар? комплекты';
$lang['item_kits_one_or_multiple'] = 'Товара комплект (ы)';
$lang['item_kits_cannot_be_deleted'] = 'Не могу удалить Товара комплект (ы)';
$lang['item_kits_add_item'] = 'Добавить товар';
$lang['item_kits_items'] = 'товары';
$lang['item_kits_item'] = 'товар';
$lang['item_kits_quantity'] = 'количество';
?>

View File

@@ -1,81 +1,81 @@
<?php
$lang["items_add_minus"] = "Инвентарь для сложения/вычитания";
$lang["items_allow_alt_description"] = "Разрешить альтернативные описания";
$lang["items_amazon"] = "Amazon";
$lang["items_basic_information"] = "информацию о товаре";
$lang["items_bulk_edit"] = "Массовое изменение";
$lang["items_buy_price_required"] = "Цена покупки обязательное пробелья";
$lang["items_cannot_be_deleted"] = "Невозможно удалить выбранные товари, один или более из выбранных товаров имеет продаж.";
$lang["items_cannot_find_item"] = "не могу найти любую информацию о товаре";
$lang["items_category"] = "Категория";
$lang["items_category_required"] = "Категория обязательное пробелья";
$lang["items_change_all_to_allow_alt_desc"] = "Разрешить альтернативные Описание для всех";
$lang["items_change_all_to_not_allow_allow_desc"] = "Не разрешить альтернативные Описание для всех";
$lang["items_change_all_to_serialized"] = "Изменить все в сериализованную";
$lang["items_change_all_to_unserialized"] = "Изменить все в несериализованную";
$lang["items_confirm_bulk_edit"] = "Вы уверены, что хотите редактировать все товари выбраны?";
$lang["items_confirm_delete"] = "Вы уверены, что хотите удалить выбранные товари?";
$lang["items_cost_price"] = "Оптовая Цена";
$lang["items_cost_price_number"] = "Оптовая цена должно быть число";
$lang["items_cost_price_required"] = "Оптовая цена обязательное пробелья";
$lang["items_count"] = "Обновление инвентории";
$lang["items_current_quantity"] = "Количество Сейчас";
$lang["items_description"] = "Описание";
$lang["items_details_count"] = "детали инвентаризацего количество";
$lang["items_do_nothing"] = "Ничего не делать";
$lang["items_edit_fields_you_want_to_update"] = "Отредактируйте пробела вы хотите изменить для всех выбранных товаров";
$lang["items_edit_multiple_items"] = "Редактирование нескольких товаров";
$lang["items_error_adding_updating"] = "Ошибка при добавлении/обновлении товара";
$lang["items_error_updating_multiple"] = "Ошибка при обновлении товаров";
$lang["items_excel_import_failed"] = "Ошибка импорта Excel";
$lang["items_generate_barcodes"] = "Создайте штрих-кодов";
$lang["items_info_provided_by"] = "Информация, представленная";
$lang["items_inventory"] = "инвентаризация";
$lang["items_inventory_comments"] = "Комментарии";
$lang["items_is_deleted"] = "Deleted";
$lang["items_is_serialized"] = "Товар имеет серийный номер";
$lang["items_item"] = "Товар";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_location"] = "место";
$lang["items_low_inventory_items"] = "Низкий инвентаризации товары";
$lang["items_manually_editing_of_quantity"] = "Руководство Изменить количество";
$lang["items_must_select_item_for_barcode"] = "Вы должны выбрать хотя бы 1 товар для создания штрих-кодов";
$lang["items_name"] = "название товара";
$lang["items_name_required"] = "Название товара обязательное пробелья";
$lang["items_new"] = "Новый Товар";
$lang["items_no_description_items"] = "без Описание товары";
$lang["items_no_items_to_display"] = "Нет товаров для отображения";
$lang["items_none"] = "Ничего";
$lang["items_none_selected"] = "Вы не выбрали ни одной товари для редактирования";
$lang["items_number_information"] = "Номер Товара";
$lang["items_one_or_multiple"] = "товар(а)";
$lang["items_quantity"] = "Количество";
$lang["items_quantity_number"] = "Количество должно быть число";
$lang["items_quantity_required"] = "Количество обязательное пробелья";
$lang["items_receiving_quantity"] = "";
$lang["items_reorder_level"] = "Минимальный уровень перед заказом";
$lang["items_reorder_level_number"] = "Минимальный уровень перед заказом должно быть число";
$lang["items_reorder_level_required"] = "Минимальный уровень перед заказом обязательное пробелья";
$lang["items_retrive_item_info"] = "Получить Детальная информация";
$lang["items_sales_tax_1"] = "Налог на покупку";
$lang["items_sales_tax_2"] = "Налог на покупку 2";
$lang["items_search_custom_items"] = "Искать в дополнительных товарях";
$lang["items_serialized_items"] = "Сериализованные товары";
$lang["items_stock_location"] = "";
$lang["items_successful_adding"] = "Вы успешно добавлен товар";
$lang["items_successful_bulk_edit"] = "Вы успешно обновили выбранных товаров";
$lang["items_successful_deleted"] = "Вы успешно удалили";
$lang["items_successful_updating"] = "Вы успешно обновленного товара";
$lang["items_supplier"] = "Поставщик";
$lang["items_tax_1"] = "Налог 1";
$lang["items_tax_2"] = "Налог 2";
$lang["items_tax_percent"] = "процент налога";
$lang["items_tax_percent_required"] = "Процент Налоги обязательное пробелья";
$lang["items_tax_percents"] = "процент налога(и)";
$lang["items_unit_price"] = "Розничная Цена";
$lang["items_unit_price_number"] = "Розничная Цена должно быть число";
$lang["items_unit_price_required"] = "Розничная цена обязательное пробелья";
$lang["items_upc_database"] = "UPC база данных";
$lang["items_update"] = "Обновить Товар";
$lang["items_use_inventory_menu"] = "Используйте меню инвентаря";
<?php
$lang['items_item_number'] = 'UPC/EAN/ISBN';
$lang['items_retrive_item_info'] = 'Получить Детальная информация';
$lang['items_description'] = 'Описание';
$lang['items_amazon'] = 'Amazon';
$lang['items_upc_database'] = 'UPC база данных';
$lang['items_cannot_find_item'] = 'не могу найти любую информацию о товаре';
$lang['items_info_provided_by'] = 'Информация, представленная';
$lang['items_basic_information'] = 'информацию о товаре';
$lang['items_number_information'] = 'Номер Товара';
$lang['items_new'] = 'Новый Товар';
$lang['items_update'] = 'Обновить Товар';
$lang['items_item'] = 'Товар';
$lang['items_edit_multiple_items'] = 'Редактирование нескольких товаров';
$lang['items_name'] = 'название товара';
$lang['items_category'] = 'Категория';
$lang['items_cost_price'] = 'Оптовая Цена';//GARRISON ADDED 4/21/2013
$lang['items_unit_price'] = 'Розничная Цена';//GARRISON ADDED 4/21/2013
$lang['items_tax_1'] = 'Налог 1';
$lang['items_tax_2'] = 'Налог 2';
$lang['items_sales_tax_1'] = 'Налог на покупку';
$lang['items_sales_tax_2'] = 'Налог на покупку 2';
$lang['items_tax_percent'] = 'процент налога';
$lang['items_tax_percents'] = 'процент налога(и)';
$lang['items_reorder_level'] = 'Минимальный уровень перед заказом';
$lang['items_quantity'] = 'Количество';
$lang['items_reorder_level'] = 'Минимальный уровень перед заказом';
$lang['items_no_items_to_display'] = 'Нет товаров для отображения';
$lang['items_bulk_edit'] = 'Массовое изменение';
$lang['items_confirm_delete'] = 'Вы уверены, что хотите удалить выбранные товари?';
$lang['items_none_selected'] = 'Вы не выбрали ни одной товари для редактирования';
$lang['items_confirm_bulk_edit'] = 'Вы уверены, что хотите редактировать все товари выбраны?';
$lang['items_successful_bulk_edit'] = 'Вы успешно обновили выбранных товаров';
$lang['items_error_updating_multiple'] = 'Ошибка при обновлении товаров';
$lang['items_edit_fields_you_want_to_update'] = 'Отредактируйте пробела вы хотите изменить для всех выбранных товаров';
$lang['items_error_adding_updating'] = 'Ошибка при добавлении/обновлении товара';
$lang['items_successful_adding'] = 'Вы успешно добавлен товар';
$lang['items_successful_updating'] = 'Вы успешно обновленного товара';
$lang['items_successful_deleted'] = 'Вы успешно удалили';
$lang['items_one_or_multiple'] = 'товар(а)';
$lang['items_cannot_be_deleted'] = 'Невозможно удалить выбранные товари, один или более из выбранных товаров имеет продаж.';
$lang['items_name_required'] = 'Название товара обязательное пробелья';
$lang['items_category_required'] = 'Категория обязательное пробелья';
$lang['items_buy_price_required'] = 'Цена покупки обязательное пробелья';
$lang['items_unit_price_required'] = 'Розничная цена обязательное пробелья';
$lang['items_cost_price_required'] = 'Оптовая цена обязательное пробелья';
$lang['items_tax_percent_required'] = 'Процент Налоги обязательное пробелья';
$lang['items_quantity_required'] = 'Количество обязательное пробелья';
$lang['items_reorder_level_required'] = 'Минимальный уровень перед заказом обязательное пробелья';
$lang['items_unit_price_number'] = 'Розничная Цена должно быть число';
$lang['items_cost_price_number'] = 'Оптовая цена должно быть число';
$lang['items_quantity_number'] = 'Количество должно быть число';
$lang['items_reorder_level_number'] = 'Минимальный уровень перед заказом должно быть число';
$lang['items_none'] = 'Ничего';
$lang['items_supplier'] = 'Поставщик';
$lang['items_generate_barcodes'] = 'Создайте штрих-кодов';
$lang['items_must_select_item_for_barcode'] = 'Вы должны выбрать хотя бы 1 товар для создания штрих-кодов';
$lang['items_excel_import_failed'] = 'Ошибка импорта Excel';
$lang['items_allow_alt_description'] = 'Разрешить альтернативные описания';
$lang['items_is_serialized'] = 'Товар имеет серийный номер';
$lang['items_low_inventory_items'] = 'Низкий инвентаризации товары';
$lang['items_serialized_items'] = 'Сериализованные товары';
$lang['items_no_description_items'] = 'без Описание товары';
$lang['items_search_custom_items'] = 'Искать в дополнительных товарях';//GARRISON ADDED
$lang['items_inventory_comments'] = 'Комментарии';
$lang['items_count'] = 'Обновление инвентории';
$lang['items_details_count'] = 'детали инвентаризацего количество';
$lang['items_add_minus'] = 'Инвентарь для сложения/вычитания';
$lang['items_current_quantity'] = 'Количество Сейчас';
$lang['items_quantity_required'] = 'Количество обязательное пробелья. Пожалуйста, закройте (X), чтобы отменить';
$lang['items_do_nothing'] = 'Ничего не делать';
$lang['items_change_all_to_serialized'] = 'Изменить все в сериализованную';
$lang['items_change_all_to_unserialized'] = 'Изменить все в несериализованную';
$lang['items_change_all_to_allow_alt_desc'] = 'Разрешить альтернативные Описание для всех';
$lang['items_change_all_to_not_allow_allow_desc'] = 'Не разрешить альтернативные Описание для всех';
$lang['items_use_inventory_menu'] = 'Используйте меню инвентаря';
$lang['items_manually_editing_of_quantity'] = 'Руководство Изменить количество';
$lang['items_inventory'] = 'инвентаризация';
$lang['items_location'] = 'место';
$lang['items_is_deleted'] = 'Deleted';// Parq 131215
?>

Some files were not shown because too many files have changed in this diff Show More