mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 08:44:42 -04:00
Compare commits
96 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c786d4e0ab | ||
|
|
dcb130c1c6 | ||
|
|
39d70f17b3 | ||
|
|
b7443be756 | ||
|
|
f75d0af6df | ||
|
|
420957ecb7 | ||
|
|
fde61ae0d6 | ||
|
|
644694a9f2 | ||
|
|
05c022c3f0 | ||
|
|
619742de4e | ||
|
|
6294079ce3 | ||
|
|
35a59fc400 | ||
|
|
0180de5490 | ||
|
|
a26ae1a9b3 | ||
|
|
dd7495a04c | ||
|
|
a59236f4ae | ||
|
|
ab23e01ef8 | ||
|
|
a52d923f79 | ||
|
|
5c541fcc03 | ||
|
|
afba8b58a3 | ||
|
|
2f755de206 | ||
|
|
06506d2793 | ||
|
|
11a66b79b1 | ||
|
|
782bfd23ad | ||
|
|
d3625c1b72 | ||
|
|
87ec999053 | ||
|
|
5e074d2bef | ||
|
|
bbc12bb026 | ||
|
|
9b15d1dcd1 | ||
|
|
fa38bf747a | ||
|
|
a03c22cbac | ||
|
|
e51f77d30e | ||
|
|
577394f167 | ||
|
|
c67af83de4 | ||
|
|
7e8014dd2e | ||
|
|
4600f4d9f2 | ||
|
|
bbd2c120f8 | ||
|
|
1036fcedd7 | ||
|
|
47121d31d1 | ||
|
|
5c9414656b | ||
|
|
7a7f0e34ea | ||
|
|
ec2f825ceb | ||
|
|
5bdd249557 | ||
|
|
8261a50365 | ||
|
|
a5e8665870 | ||
|
|
01b3db39c4 | ||
|
|
c989362875 | ||
|
|
430cd13e09 | ||
|
|
78a3724efe | ||
|
|
6d23c1baf5 | ||
|
|
1d4d1e207e | ||
|
|
3cc5199e80 | ||
|
|
f350dac237 | ||
|
|
ee4349fe8a | ||
|
|
96b755d2c6 | ||
|
|
6b459ee78f | ||
|
|
82f4694cd2 | ||
|
|
156aa721fe | ||
|
|
81f3e02c7b | ||
|
|
4b42fd270b | ||
|
|
6212595ab7 | ||
|
|
bd353a3f99 | ||
|
|
03a2f5c06e | ||
|
|
e4972852c6 | ||
|
|
ad4cb84a0d | ||
|
|
efc66bd1b9 | ||
|
|
7e7622ceca | ||
|
|
76607c99fd | ||
|
|
75113388f5 | ||
|
|
68f573caba | ||
|
|
7a4193c4d5 | ||
|
|
a923f279ff | ||
|
|
a84b33d013 | ||
|
|
80a512b9be | ||
|
|
ed10104f98 | ||
|
|
fffb70933d | ||
|
|
bb4c79d975 | ||
|
|
281d2df621 | ||
|
|
ac1c6b2286 | ||
|
|
a45ac78274 | ||
|
|
4c4725795c | ||
|
|
907e42e46b | ||
|
|
d4c2693511 | ||
|
|
eef7d65b5c | ||
|
|
bdb3dbe0eb | ||
|
|
61e28302ce | ||
|
|
a56a4070a6 | ||
|
|
69d57b3744 | ||
|
|
424eb4cf14 | ||
|
|
3a06f55db9 | ||
|
|
5fc20600e7 | ||
|
|
4a6f4e1f74 | ||
|
|
216396c94c | ||
|
|
19eb1cab59 | ||
|
|
51ca6e92c7 | ||
|
|
fd9d143269 |
34
INSTALL.md
34
INSTALL.md
@@ -3,11 +3,11 @@ Server Requirements
|
||||
|
||||
* PHP version 5.6 to 7.3 are supported. Please note that PHP needs to have `php-gd`, `php-bcmath`, `php-intl`, `php-openssl`, `php-mbstring` and `php-curl` installed and enabled.
|
||||
|
||||
* MySQL 5.5, 5.6 and 5.7 are supported, also MariaDB replacement is supported and apparently offering better performance.
|
||||
* MySQL 5.5, 5.6 and 5.7 are supported, also MariaDB replacement is supported and apparently offering better performance. However you need to disable `only_full_group_by` option, see issue [#2538](https://github.com/opensourcepos/opensourcepos/issues/2538).
|
||||
|
||||
* Apache 2.2 and 2.4 are supported. Also Nginx has been proven to work fine, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP)
|
||||
* Apache 2.2 and 2.4 are supported. Also Nginx has been proven to work fine, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP).
|
||||
|
||||
* Raspberry PI based installations proved to work, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS))
|
||||
* Raspberry PI based installations proved to work, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS)).
|
||||
|
||||
* For Windows based installations please read [the wiki](https://github.com/opensourcepos/opensourcepos/wiki) and also existing closed issues as this topic has been covered well in all the variants and issues.
|
||||
|
||||
@@ -108,21 +108,29 @@ If you own on a **VPS**, **Dedicated Server**, or **Shared Hosting** running on
|
||||
|
||||
You can run our Stand-alone [WS-OSPOS-Installer](https://github.com/WebShells/WS-OSPOS-Installer.git), it will handle:
|
||||
|
||||
. Database.php config files generation.<br>
|
||||
. Creation of db User & Password depending on user's input of Dbname, Username, Password, & Hostname ( No need for phpmyadmin )<br>
|
||||
. Imports default Db SQL files in order to run the project.<br>
|
||||
|
||||
. Database.php config files generation.
|
||||
|
||||
. Creation of db User & Password depending on user's input of Dbname, Username, Password, & Hostname ( No need for phpmyadmin )
|
||||
|
||||
. Imports default Db SQL files in order to run the project.
|
||||
|
||||
Usage in **(SSH)**:
|
||||
|
||||
git clone https://github.com/WebShells/WS-OSPOS-Installer.git<br>
|
||||
chmod +x WS-OSPOS-Installer/Get-POS<br>
|
||||
./WS-OSPOS-Installer/Get-POS<br>
|
||||
git clone https://github.com/WebShells/WS-OSPOS-Installer.git
|
||||
|
||||
chmod +x WS-OSPOS-Installer/Get-POS
|
||||
|
||||
./WS-OSPOS-Installer/Get-POS
|
||||
|
||||
or
|
||||
|
||||
wget https://github.com/WebShells/WS-OSPOS-Installer/archive/master.zip<br>
|
||||
unzip -qq master.zip<br>
|
||||
chmod +x WS-OSPOS-Installer-master/Get-POS<br>
|
||||
./WS-OSPOS-Installer-master/Get-POS<br>
|
||||
wget https://github.com/WebShells/WS-OSPOS-Installer/archive/master.zip
|
||||
|
||||
unzip -qq master.zip
|
||||
|
||||
chmod +x WS-OSPOS-Installer-master/Get-POS
|
||||
|
||||
./WS-OSPOS-Installer-master/Get-POS
|
||||
|
||||
Answer **DB required questions** and you are ready to run the project on http://localhost/OSPOS/public (localhost to be replaced by the hostname provided during setup).
|
||||
|
||||
@@ -152,6 +152,8 @@ FAQ
|
||||
|
||||
* If you have suhosin installed and face an issue with CSRF, please make sure you read [issue #1492](https://github.com/opensourcepos/opensourcepos/issues/1492).
|
||||
|
||||
* If you see the item edit dialog box empty starting with version 3.3.0, please disable `only_full_group_by` option from MySQL/MariaDB. See issue [#2538](https://github.com/opensourcepos/opensourcepos/issues/2538).
|
||||
|
||||
Credits
|
||||
-------
|
||||
|JetBrains|Travis CI|
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Version 3.3.1
|
||||
-------------
|
||||
+ Various bug fixes (please disable `only_full_group_by` option from MySQL/MariaDB to avoid issues)
|
||||
|
||||
Version 3.3.0
|
||||
-------------
|
||||
+ New logo
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
CI_ENV="development"
|
||||
#CI_ENV="production"
|
||||
|
||||
#Database Settings
|
||||
MYSQL_HOST_NAME="localhost"
|
||||
MYSQL_USERNAME=""
|
||||
MYSQL_PASSWORD=""
|
||||
MYSQL_DB_NAME=""
|
||||
MYSQL_USERNAME="admin"
|
||||
MYSQL_PASSWORD="pointofsale"
|
||||
MYSQL_DB_NAME="ospos"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
|
||||
|
|
||||
*/
|
||||
$config['application_version'] = '3.3.0';
|
||||
$config['application_version'] = '3.3.1';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -209,6 +209,7 @@ class Config extends Secure_Controller
|
||||
$data['tax_category_options'] = $this->tax_lib->get_tax_category_options();
|
||||
$data['tax_jurisdiction_options'] = $this->tax_lib->get_tax_jurisdiction_options();
|
||||
$data['show_office_group'] = $this->Module->get_show_office_group();
|
||||
$data['currency_code'] = $this->config->item('currency_code');
|
||||
|
||||
$data = $this->xss_clean($data);
|
||||
|
||||
@@ -305,33 +306,42 @@ class Config extends Secure_Controller
|
||||
'message' => $this->lang->line('config_saved_' . ($success ? '' : 'un') . 'successfully')
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
public function ajax_check_number_locale()
|
||||
{
|
||||
$number_locale = $this->input->post('number_locale');
|
||||
$save_number_locale = $this->input->post('save_number_locale');
|
||||
|
||||
$fmt = new \NumberFormatter($number_locale, \NumberFormatter::CURRENCY);
|
||||
$currency_symbol = empty($this->input->post('currency_symbol')) ? $fmt->getSymbol(\NumberFormatter::CURRENCY_SYMBOL) : $this->input->post('currency_symbol');
|
||||
$currency_code = empty($this->input->post('currency_code')) ? $fmt->getTextAttribute(\NumberFormatter::CURRENCY_CODE) : $this->input->post('currency_code');
|
||||
|
||||
if($number_locale != $save_number_locale)
|
||||
{
|
||||
$currency_symbol = $fmt->getSymbol(\NumberFormatter::CURRENCY_SYMBOL);
|
||||
$currency_code = $fmt->getTextAttribute(\NumberFormatter::CURRENCY_CODE);
|
||||
$save_number_locale = $number_locale;
|
||||
}
|
||||
else
|
||||
{
|
||||
$currency_symbol = empty($this->input->post('currency_symbol')) ? $fmt->getSymbol(\NumberFormatter::CURRENCY_SYMBOL) : $this->input->post('currency_symbol');
|
||||
$currency_code = empty($this->input->post('currency_code')) ? $fmt->getTextAttribute(\NumberFormatter::CURRENCY_CODE) : $this->input->post('currency_code');
|
||||
}
|
||||
|
||||
if($this->input->post('thousands_separator') == 'false')
|
||||
{
|
||||
$fmt->setAttribute(\NumberFormatter::GROUPING_SEPARATOR_SYMBOL, '');
|
||||
}
|
||||
|
||||
|
||||
$fmt->setSymbol(\NumberFormatter::CURRENCY_SYMBOL, $currency_symbol);
|
||||
$fmt->setTextAttribute(\NumberFormatter::CURRENCY_CODE, $currency_code);
|
||||
|
||||
$number_local_example = $fmt->format(1234567890.12300);
|
||||
|
||||
|
||||
echo json_encode(array(
|
||||
'success' => $number_local_example != FALSE,
|
||||
'save_number_locale' => $save_number_locale,
|
||||
'number_locale_example' => $number_local_example,
|
||||
'currency_symbol' => $currency_symbol,
|
||||
'currency_code' => $currency_code,
|
||||
'thousands_separator' => $fmt->getAttribute(\NumberFormatter::GROUPING_SEPARATOR_SYMBOL) != ''
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
public function save_locale()
|
||||
{
|
||||
$exploded = explode(":", $this->input->post('language'));
|
||||
@@ -343,7 +353,7 @@ class Config extends Secure_Controller
|
||||
'timezone' => $this->input->post('timezone'),
|
||||
'dateformat' => $this->input->post('dateformat'),
|
||||
'timeformat' => $this->input->post('timeformat'),
|
||||
'thousands_separator' => $this->input->post('thousands_separator'),
|
||||
'thousands_separator' => !empty($this->input->post('thousands_separator')),
|
||||
'number_locale' => $this->input->post('number_locale'),
|
||||
'currency_decimals' => $this->input->post('currency_decimals'),
|
||||
'tax_decimals' => $this->input->post('tax_decimals'),
|
||||
@@ -750,7 +760,8 @@ class Config extends Secure_Controller
|
||||
'email_receipt_check_behaviour' => $this->input->post('email_receipt_check_behaviour'),
|
||||
'print_receipt_check_behaviour' => $this->input->post('print_receipt_check_behaviour'),
|
||||
'receipt_show_company_name' => $this->input->post('receipt_show_company_name') != NULL,
|
||||
'receipt_show_taxes' => $this->input->post('receipt_show_taxes') != NULL,
|
||||
'receipt_show_taxes' => ($this->input->post('receipt_show_taxes') != NULL),
|
||||
'receipt_show_tax_ind' => ($this->input->post('receipt_show_tax_ind') != NULL),
|
||||
'receipt_show_total_discount' => $this->input->post('receipt_show_total_discount') != NULL,
|
||||
'receipt_show_description' => $this->input->post('receipt_show_description') != NULL,
|
||||
'receipt_show_serialnumber' => $this->input->post('receipt_show_serialnumber') != NULL,
|
||||
@@ -762,7 +773,7 @@ class Config extends Secure_Controller
|
||||
'print_bottom_margin' => $this->input->post('print_bottom_margin'),
|
||||
'print_right_margin' => $this->input->post('print_right_margin')
|
||||
);
|
||||
|
||||
|
||||
$result = $this->Appconfig->batch_save($batch_save_data);
|
||||
$success = $result ? TRUE : FALSE;
|
||||
|
||||
|
||||
@@ -347,25 +347,25 @@ class Customers extends Persons
|
||||
}
|
||||
|
||||
/*
|
||||
Customers import from excel spreadsheet
|
||||
Customers import from csv spreadsheet
|
||||
*/
|
||||
public function excel()
|
||||
public function csv()
|
||||
{
|
||||
$name = 'import_customers.csv';
|
||||
$data = file_get_contents('../' . $name);
|
||||
force_download($name, $data);
|
||||
}
|
||||
|
||||
public function excel_import()
|
||||
public function csv_import()
|
||||
{
|
||||
$this->load->view('customers/form_excel_import', NULL);
|
||||
$this->load->view('customers/form_csv_import', NULL);
|
||||
}
|
||||
|
||||
public function do_excel_import()
|
||||
public function do_csv_import()
|
||||
{
|
||||
if($_FILES['file_path']['error'] != UPLOAD_ERR_OK)
|
||||
{
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('customers_excel_import_failed')));
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('customers_csv_import_failed')));
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -446,18 +446,18 @@ class Customers extends Persons
|
||||
|
||||
if(count($failCodes) > 0)
|
||||
{
|
||||
$message = $this->lang->line('customers_excel_import_partially_failed') . ' (' . count($failCodes) . '): ' . implode(', ', $failCodes);
|
||||
$message = $this->lang->line('customers_csv_import_partially_failed') . ' (' . count($failCodes) . '): ' . implode(', ', $failCodes);
|
||||
|
||||
echo json_encode(array('success' => FALSE, 'message' => $message));
|
||||
}
|
||||
else
|
||||
{
|
||||
echo json_encode(array('success' => TRUE, 'message' => $this->lang->line('customers_excel_import_success')));
|
||||
echo json_encode(array('success' => TRUE, 'message' => $this->lang->line('customers_csv_import_success')));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('customers_excel_import_nodata_wrongformat')));
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('customers_csv_import_nodata_wrongformat')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ require_once("Secure_Controller.php");
|
||||
|
||||
class Home extends Secure_Controller
|
||||
{
|
||||
function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct(NULL, NULL, 'home');
|
||||
}
|
||||
@@ -20,7 +20,7 @@ class Home extends Secure_Controller
|
||||
}
|
||||
|
||||
/*
|
||||
Loads the change employee password form
|
||||
Load "change employee password" form
|
||||
*/
|
||||
public function change_password($employee_id = -1)
|
||||
{
|
||||
|
||||
@@ -193,7 +193,7 @@ class Items extends Secure_Controller
|
||||
$data['item_tax_info'] = $this->xss_clean($this->Item_taxes->get_info($item_id));
|
||||
$data['default_tax_1_rate'] = '';
|
||||
$data['default_tax_2_rate'] = '';
|
||||
$data['item_type_disabled'] = !$this->Employee->has_grant('item_kits', $this->Employee->get_logged_in_employee_info()->person_id);
|
||||
$data['item_kit_disabled'] = !$this->Employee->has_grant('item_kits', $this->Employee->get_logged_in_employee_info()->person_id);
|
||||
$data['definition_values'] = $this->Attribute->get_attributes_by_item($item_id);
|
||||
$data['definition_names'] = $this->Attribute->get_definition_names();
|
||||
|
||||
@@ -250,6 +250,10 @@ class Items extends Secure_Controller
|
||||
}
|
||||
}
|
||||
|
||||
$data['standard_item_locked'] = ($data['item_kit_disabled'] && $item_info->item_type == ITEM_KIT
|
||||
&& !$data['allow_temp_item']
|
||||
&& !($this->config->item('derive_sale_quantity') == '1'));
|
||||
|
||||
$data['item_info'] = $item_info;
|
||||
|
||||
$suppliers = array('' => $this->lang->line('items_none'));
|
||||
@@ -781,9 +785,9 @@ class Items extends Secure_Controller
|
||||
}
|
||||
|
||||
/*
|
||||
Items import from excel spreadsheet
|
||||
Items import from csv spreadsheet
|
||||
*/
|
||||
public function excel()
|
||||
public function csv()
|
||||
{
|
||||
$name = 'import_items.csv';
|
||||
$allowed_locations = $this->Stock_location->get_allowed_locations();
|
||||
@@ -792,19 +796,19 @@ class Items extends Secure_Controller
|
||||
force_download($name, $data, TRUE);
|
||||
}
|
||||
|
||||
public function excel_import()
|
||||
public function csv_import()
|
||||
{
|
||||
$this->load->view('items/form_excel_import', NULL);
|
||||
$this->load->view('items/form_csv_import', NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
* Imports items from CSV formatted file.
|
||||
*/
|
||||
public function do_excel_import()
|
||||
public function do_csv_import()
|
||||
{
|
||||
if($_FILES['file_path']['error'] != UPLOAD_ERR_OK)
|
||||
{
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('items_excel_import_failed')));
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('items_csv_import_failed')));
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -872,19 +876,19 @@ class Items extends Secure_Controller
|
||||
|
||||
if(count($failCodes) > 0)
|
||||
{
|
||||
$message = $this->lang->line('items_excel_import_partially_failed', count($failCodes), implode(', ', $failCodes));
|
||||
$message = $this->lang->line('items_csv_import_partially_failed', count($failCodes), implode(', ', $failCodes));
|
||||
$this->db->trans_rollback();
|
||||
echo json_encode(array('success' => FALSE, 'message' => $message));
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->db->trans_commit();
|
||||
echo json_encode(array('success' => TRUE, 'message' => $this->lang->line('items_excel_import_success')));
|
||||
echo json_encode(array('success' => TRUE, 'message' => $this->lang->line('items_csv_import_success')));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('items_excel_import_nodata_wrongformat')));
|
||||
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('items_csv_import_nodata_wrongformat')));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1031,7 +1035,7 @@ class Items extends Secure_Controller
|
||||
'location_id' => $location_id
|
||||
);
|
||||
|
||||
$excel_data = array(
|
||||
$csv_data = array(
|
||||
'trans_items' => $item_data['item_id'],
|
||||
'trans_user' => $employee_id,
|
||||
'trans_comment' => $comment,
|
||||
@@ -1043,16 +1047,16 @@ class Items extends Secure_Controller
|
||||
$item_quantity_data['quantity'] = $line['location_' . $location_name];
|
||||
$this->Item_quantity->save($item_quantity_data, $item_data['item_id'], $location_id);
|
||||
|
||||
$excel_data['trans_inventory'] = $line['location_' . $location_name];
|
||||
$this->Inventory->insert($excel_data);
|
||||
$csv_data['trans_inventory'] = $line['location_' . $location_name];
|
||||
$this->Inventory->insert($csv_data);
|
||||
}
|
||||
else
|
||||
{
|
||||
$item_quantity_data['quantity'] = 0;
|
||||
$this->Item_quantity->save($item_quantity_data, $item_data['item_id'], $line[$col]);
|
||||
|
||||
$excel_data['trans_inventory'] = 0;
|
||||
$this->Inventory->insert($excel_data);
|
||||
$csv_data['trans_inventory'] = 0;
|
||||
$this->Inventory->insert($csv_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -850,9 +850,9 @@ class Reports extends Secure_Controller
|
||||
}
|
||||
|
||||
//Graphical summary payments report
|
||||
public function graphical_summary_payments($start_date, $end_date, $sale_type)
|
||||
public function graphical_summary_payments($start_date, $end_date, $sale_type, $location_id = 'all')
|
||||
{
|
||||
$inputs = array('start_date' => $start_date, 'end_date' => $end_date, 'sale_type' => $sale_type);
|
||||
$inputs = array('start_date' => $start_date, 'end_date' => $end_date, 'sale_type' => $sale_type, 'location_id' => $location_id);
|
||||
|
||||
$this->load->model('reports/Summary_payments');
|
||||
$model = $this->Summary_payments;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
require_once("Secure_Controller.php");
|
||||
|
||||
@@ -1514,7 +1514,7 @@ class Sales extends Secure_Controller
|
||||
$this->sale_lib->set_cart($cart);
|
||||
}
|
||||
|
||||
function search_cart_for_item_id($id, $array)
|
||||
public function search_cart_for_item_id($id, $array)
|
||||
{
|
||||
foreach($array as $key => $val)
|
||||
{
|
||||
@@ -1523,6 +1523,7 @@ class Sales extends Secure_Controller
|
||||
return $key;
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,6 +62,12 @@ function get_csv_file($file_name)
|
||||
|
||||
if(($csv_file = fopen($file_name,'r')) !== FALSE)
|
||||
{
|
||||
//Skip Byte-Order Mark
|
||||
if(bom_exists($csv_file) === TRUE)
|
||||
{
|
||||
fseek($csv_file, 3);
|
||||
}
|
||||
|
||||
while (($data = fgetcsv($csv_file)) !== FALSE)
|
||||
{
|
||||
$line_array[] = $data;
|
||||
@@ -74,4 +80,27 @@ function get_csv_file($file_name)
|
||||
|
||||
return $line_array;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks the first three characters of a file for the Byte-Order Mark then returns the file position to the first character.
|
||||
*
|
||||
* @param object $file_handle File handle to check
|
||||
* @return bool Returns TRUE if the BOM exists and FALSE otherwise.
|
||||
*/
|
||||
function bom_exists(&$file_handle)
|
||||
{
|
||||
$str = fread($file_handle,3);
|
||||
rewind($file_handle);
|
||||
|
||||
$bom = pack("CCC", 0xef, 0xbb, 0xbf);
|
||||
|
||||
if (0 === strncmp($str, $bom, 3))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -16,9 +16,9 @@ $lang["common_download_import_template"] = "تنزيل قالب الاستيرا
|
||||
$lang["common_edit"] = "تحرير";
|
||||
$lang["common_email"] = "بريد إلكتروني";
|
||||
$lang["common_email_invalid_format"] = "شكل البريد الإلكتروني غير صحيح.";
|
||||
$lang["common_export_excel"] = "تصدير إلى اكسل";
|
||||
$lang["common_export_excel_no"] = "لا";
|
||||
$lang["common_export_excel_yes"] = "نعم";
|
||||
$lang["common_export_csv"] = "تصدير إلى اكسل";
|
||||
$lang["common_export_csv_no"] = "لا";
|
||||
$lang["common_export_csv_yes"] = "نعم";
|
||||
$lang["common_fields_required_message"] = "الحقول التي بالأحمر مطلوبة";
|
||||
$lang["common_first_name"] = "الاسم الأول";
|
||||
$lang["common_first_name_required"] = "الاسم الأول مطلوب.";
|
||||
@@ -29,7 +29,7 @@ $lang["common_gender_male"] = "ذكر";
|
||||
$lang["common_id"] = "كود";
|
||||
$lang["common_import"] = "استيراد";
|
||||
$lang["common_import_change_file"] = "تغيير";
|
||||
$lang["common_import_excel"] = "استيراد من اكسل";
|
||||
$lang["common_import_csv"] = "استيراد من اكسل";
|
||||
$lang["common_import_full_path"] = "المسار الكامل لملف اكسل مطلوب";
|
||||
$lang["common_import_remove_file"] = "إزالة";
|
||||
$lang["common_import_select_file"] = "اختار ملف";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "نوع الحسم";
|
||||
$lang["customers_email_duplicate"] = "البريد الالكتروني مكرر.";
|
||||
$lang["customers_employee"] = "الموظف";
|
||||
$lang["customers_error_adding_updating"] = "خطاء فى إضافة أو تحديث العميل.";
|
||||
$lang["customers_excel_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["customers_excel_import_partially_failed"] = "تم استيراد معظم العملاء. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["customers_excel_import_success"] = "تم استيراد العملاء بنجاح.";
|
||||
$lang["customers_import_items_excel"] = "استيراد العملا ء من ورقة عمل اكسل";
|
||||
$lang["customers_csv_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["customers_csv_import_partially_failed"] = "تم استيراد معظم العملاء. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["customers_csv_import_success"] = "تم استيراد العملاء بنجاح.";
|
||||
$lang["customers_import_items_csv"] = "استيراد العملا ء من ورقة عمل اكسل";
|
||||
$lang["customers_mailchimp_activity_click"] = "النقر على البريد الإلكتروني";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "آخر رسالة إلكترونية مفتوحة";
|
||||
$lang["customers_mailchimp_activity_open"] = "رسالة إلكترونية مفتوحة";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "فشل الإستيراد من اكسل.";
|
||||
$lang["giftcards_csv_import_failed"] = "فشل الإستيراد من اكسل.";
|
||||
$lang["giftcards_generate_barcodes"] = "توليد أكواد الباركود";
|
||||
$lang["giftcards_giftcard"] = "بطاقة هدية";
|
||||
$lang["giftcards_giftcard_number"] = "رقم بطاقة الهدية";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "الكمية المطلوب خصمها أو اضافتها.";
|
||||
$lang["items_allow_alt_description"] = "السماح بوصف بديل";
|
||||
$lang["items_amount_entry"] = "إدخال القيمة";
|
||||
@@ -32,14 +31,14 @@ $lang["items_edit_multiple_items"] = "تحريد مجموعة اصناف";
|
||||
$lang["items_empty_upc_items"] = "تفريغ اصناف UPC";
|
||||
$lang["items_error_adding_updating"] = "خطاء فى إضافة/تحديث صنف";
|
||||
$lang["items_error_updating_multiple"] = "خطاء فى تحديث بيانات أصناف";
|
||||
$lang["items_excel_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["items_excel_import_partially_failed"] = "تم استيراد معظم الأصناف. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["items_excel_import_success"] = "تم استيراد الأصناف بنجاح.";
|
||||
$lang["items_csv_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["items_csv_import_partially_failed"] = "يوجد خطأ بنسبة 1% في استيراد الاصناف في السطر: %2. لم يتم استيرادهم.";
|
||||
$lang["items_csv_import_success"] = "تم استيراد الأصناف بنجاح.";
|
||||
$lang["items_generate_barcodes"] = "توليد أكواد الباركود";
|
||||
$lang["items_hsn_code"] = "تسميات النظام المنسق";
|
||||
$lang["items_image"] = "صورة";
|
||||
$lang["items_import_items_excel"] = "استيراد من اكسل";
|
||||
$lang["items_import_items_csv"] = "استيراد من اكسل";
|
||||
$lang["items_info_provided_by"] = "المعلومات مقدمة بواسطة";
|
||||
$lang["items_inventory"] = "المخزن";
|
||||
$lang["items_inventory_comments"] = "تعليقات";
|
||||
@@ -109,3 +108,4 @@ $lang["items_unit_price_required"] = "السعر مطلوب.";
|
||||
$lang["items_upc_database"] = "UPC قاعدة بيانات";
|
||||
$lang["items_update"] = "تحديث بيانات صنف";
|
||||
$lang["items_use_inventory_menu"] = "استخدام تحديث المخزن";
|
||||
$lang["items_inventory_CSV_import_quantity"] = "العدد المستورد من ملفات ال CSV";
|
||||
|
||||
@@ -16,9 +16,9 @@ $lang["common_download_import_template"] = "تنزيل قالب الاستيرا
|
||||
$lang["common_edit"] = "تحرير";
|
||||
$lang["common_email"] = "بريد إلكتروني";
|
||||
$lang["common_email_invalid_format"] = "شكل البريد الإلكتروني غير صحيح.";
|
||||
$lang["common_export_excel"] = "تصدير إلى اكسل";
|
||||
$lang["common_export_excel_no"] = "لا";
|
||||
$lang["common_export_excel_yes"] = "نعم";
|
||||
$lang["common_export_csv"] = "تصدير إلى اكسل";
|
||||
$lang["common_export_csv_no"] = "لا";
|
||||
$lang["common_export_csv_yes"] = "نعم";
|
||||
$lang["common_fields_required_message"] = "الحقول التي بالأحمر مطلوبة";
|
||||
$lang["common_first_name"] = "الاسم الأول";
|
||||
$lang["common_first_name_required"] = "الاسم الأول مطلوب.";
|
||||
@@ -29,7 +29,7 @@ $lang["common_gender_male"] = "ذكر";
|
||||
$lang["common_id"] = "كود";
|
||||
$lang["common_import"] = "استيراد";
|
||||
$lang["common_import_change_file"] = "تغيير";
|
||||
$lang["common_import_excel"] = "استيراد من اكسل";
|
||||
$lang["common_import_csv"] = "استيراد من اكسل";
|
||||
$lang["common_import_full_path"] = "المسار الكامل لملف اكسل مطلوب";
|
||||
$lang["common_import_remove_file"] = "إزالة";
|
||||
$lang["common_import_select_file"] = "اختار ملف";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "نوع الحسم";
|
||||
$lang["customers_email_duplicate"] = "البريد الالكتروني مكرر.";
|
||||
$lang["customers_employee"] = "الموظف";
|
||||
$lang["customers_error_adding_updating"] = "خطاء فى إضافة أو تحديث العميل.";
|
||||
$lang["customers_excel_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["customers_excel_import_partially_failed"] = "تم استيراد معظم العملاء. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["customers_excel_import_success"] = "تم استيراد العملاء بنجاح.";
|
||||
$lang["customers_import_items_excel"] = "استيراد العملا ء من ورقة عمل اكسل";
|
||||
$lang["customers_csv_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["customers_csv_import_partially_failed"] = "تم استيراد معظم العملاء. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["customers_csv_import_success"] = "تم استيراد العملاء بنجاح.";
|
||||
$lang["customers_import_items_csv"] = "استيراد العملا ء من ورقة عمل اكسل";
|
||||
$lang["customers_mailchimp_activity_click"] = "النقر على البريد الإلكتروني";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "آخر رسالة إلكترونية مفتوحة";
|
||||
$lang["customers_mailchimp_activity_open"] = "رسالة إلكترونية مفتوحة";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "فشل الإستيراد من اكسل.";
|
||||
$lang["giftcards_csv_import_failed"] = "فشل الإستيراد من اكسل.";
|
||||
$lang["giftcards_generate_barcodes"] = "توليد أكواد الباركود";
|
||||
$lang["giftcards_giftcard"] = "بطاقة هدية";
|
||||
$lang["giftcards_giftcard_number"] = "رقم بطاقة الهدية";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "تحريد مجموعة اصناف";
|
||||
$lang["items_empty_upc_items"] = "تفريغ اصناف UPC";
|
||||
$lang["items_error_adding_updating"] = "خطاء فى إضافة/تحديث صنف";
|
||||
$lang["items_error_updating_multiple"] = "خطاء فى تحديث بيانات أصناف";
|
||||
$lang["items_excel_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["items_excel_import_partially_failed"] = "تم استيراد معظم الأصناف. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["items_excel_import_success"] = "تم استيراد الأصناف بنجاح.";
|
||||
$lang["items_csv_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
$lang["items_csv_import_partially_failed"] = "تم استيراد معظم الأصناف. البعض لم يتم استيرادهم ، وهذه هى القائمة:";
|
||||
$lang["items_csv_import_success"] = "تم استيراد الأصناف بنجاح.";
|
||||
$lang["items_generate_barcodes"] = "توليد أكواد الباركود";
|
||||
$lang["items_hsn_code"] = "تسميات النظام المنسق";
|
||||
$lang["items_image"] = "صورة";
|
||||
$lang["items_import_items_excel"] = "استيراد من اكسل";
|
||||
$lang["items_import_items_csv"] = "استيراد من اكسل";
|
||||
$lang["items_info_provided_by"] = "المعلومات مقدمة بواسطة";
|
||||
$lang["items_inventory"] = "المخزن";
|
||||
$lang["items_inventory_comments"] = "تعليقات";
|
||||
@@ -109,3 +109,4 @@ $lang["items_unit_price_required"] = "السعر مطلوب.";
|
||||
$lang["items_upc_database"] = "UPC قاعدة بيانات";
|
||||
$lang["items_update"] = "تحديث بيانات صنف";
|
||||
$lang["items_use_inventory_menu"] = "استخدام تحديث المخزن";
|
||||
$lang["items_inventory_CSV_import_quantity"] = "العدد المستورد من ملفات ال CSV";
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Ölkə";
|
||||
$lang["common_date"] = "Təqvim";
|
||||
$lang["common_delete"] = "Sil";
|
||||
$lang["common_det"] = "detallar";
|
||||
$lang["common_download_import_template"] = "İdxal Excel Şablonunu Yüklə (CSV)";
|
||||
$lang["common_download_import_template"] = "İdxal CSV Şablonunu Yüklə (CSV)";
|
||||
$lang["common_edit"] = "Redaktə Et";
|
||||
$lang["common_email"] = "E-poçt";
|
||||
$lang["common_email_invalid_format"] = "E-poçt ünvanı düzgün formatda deyil.";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "Xeyir";
|
||||
$lang["common_export_excel_yes"] = "Bəli";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "Xeyir";
|
||||
$lang["common_export_csv_yes"] = "Bəli";
|
||||
$lang["common_fields_required_message"] = "Qırmızı sahələr tələb olunur";
|
||||
$lang["common_first_name"] = "Ad";
|
||||
$lang["common_first_name_required"] = "Ad yazmağınız tələb olunur.";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "İmport";
|
||||
$lang["common_import_change_file"] = "Dəyiş";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Excel faylına tam yol tələb olunur";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "CSV faylına tam yol tələb olunur";
|
||||
$lang["common_import_remove_file"] = "Sil(Gizlət)";
|
||||
$lang["common_import_select_file"] = "Fayl Seç";
|
||||
$lang["common_inv"] = "Qaimə";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "Endirim növü";
|
||||
$lang["customers_email_duplicate"] = "Məlumat bazasında artıq bu e-poçt ünvanı var.";
|
||||
$lang["customers_employee"] = "Əməkdaş";
|
||||
$lang["customers_error_adding_updating"] = "Müştəri əlavəsində ya da yenilənməsində XƏTA.";
|
||||
$lang["customers_excel_import_failed"] = "Excel idxalı alınmadı";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Yüklənmiş faylda məlumat yoxdur və ya düzgün formatda deyil.";
|
||||
$lang["customers_excel_import_partially_failed"] = "Müştəri əlavəsi bəzi səhvlər olmaqla uğurla alındı:";
|
||||
$lang["customers_excel_import_success"] = "Müştəri Əlavəsi uğurla alındı.";
|
||||
$lang["customers_import_items_excel"] = "Exceldən müştəri əlavə et";
|
||||
$lang["customers_csv_import_failed"] = "CSV idxalı alınmadı";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Yüklənmiş faylda məlumat yoxdur və ya düzgün formatda deyil.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Müştəri əlavəsi bəzi səhvlər olmaqla uğurla alındı:";
|
||||
$lang["customers_csv_import_success"] = "Müştəri Əlavəsi uğurla alındı.";
|
||||
$lang["customers_import_items_csv"] = "CSVdən müştəri əlavə et";
|
||||
$lang["customers_mailchimp_activity_click"] = "Elektron poçt düyməsi";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Son açılan məktub";
|
||||
$lang["customers_mailchimp_activity_open"] = "Açıq məktub";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Seçilmiş Hədiyyə Kartla
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Birneçə Hədiyyə Kartını redaktə et.";
|
||||
$lang["giftcards_error_adding_updating"] = "Hədiyyə Kartı əlavə və ya yenilənməsində XƏTA.";
|
||||
$lang["giftcards_error_updating_multiple"] = "Hədiyyə kartlarının yeniləməsi uğursuz oldu.";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel idxalı uğursuz oldu.";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV idxalı uğursuz oldu.";
|
||||
$lang["giftcards_generate_barcodes"] = "Barkodlar Yarat";
|
||||
$lang["giftcards_giftcard"] = "Hədiyyə Kartı";
|
||||
$lang["giftcards_giftcard_number"] = "Hədiyyə Kartı Nömrəsi";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "İnventar + Topla və ya - Çıx.";
|
||||
$lang["items_allow_alt_description"] = "Alternativ təsvirə icazə verin";
|
||||
$lang["items_amount_entry"] = "Məbləğ Əlavəsi";
|
||||
@@ -32,14 +31,14 @@ $lang["items_edit_multiple_items"] = "bir neçə malın redaktəsi";
|
||||
$lang["items_empty_upc_items"] = "Boş Barkod Malları";
|
||||
$lang["items_error_adding_updating"] = "mal əlavə etməkdə və ya yeniləməkdə səhv var";
|
||||
$lang["items_error_updating_multiple"] = "malların yenilənməsində səhv var";
|
||||
$lang["items_excel_import_failed"] = "səhv excel import";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "Yüklənmiş faylda məlumat yoxdur və ya düzgün formatlanmır.";
|
||||
$lang["items_excel_import_partially_failed"] = "Bəzi uğursuzluqlarla idxal idarəsi müvəffəq olub:";
|
||||
$lang["items_excel_import_success"] = "Malların İdxalı Uğurla Həyata Keçdi.";
|
||||
$lang["items_csv_import_failed"] = "səhv csv import";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Yüklənmiş faylda məlumat yoxdur və ya düzgün formatlanmır.";
|
||||
$lang["items_csv_import_partially_failed"] = "Xətlərdə %1 element idxalı uğursuzluq (lar) var: %2. Heç bir sıra idxal edilmədi.";
|
||||
$lang["items_csv_import_success"] = "Malların İdxalı Uğurla Həyata Keçdi.";
|
||||
$lang["items_generate_barcodes"] = "şifrə yarat";
|
||||
$lang["items_hsn_code"] = "Harmonize Sistem Nomenklaturası";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Exceldən Malları İdxal Et";
|
||||
$lang["items_import_items_csv"] = "CSVdən Malları İdxal Et";
|
||||
$lang["items_info_provided_by"] = "Məlumat təqdim olundu";
|
||||
$lang["items_inventory"] = "inventor";
|
||||
$lang["items_inventory_comments"] = "komentariyalar";
|
||||
@@ -109,3 +108,4 @@ $lang["items_unit_price_required"] = "Pərakəndə qiymət - vacib sahədir.";
|
||||
$lang["items_upc_database"] = "Barkod Məlumat Bazası";
|
||||
$lang["items_update"] = "Malı Yenilə";
|
||||
$lang["items_use_inventory_menu"] = "İnvertizasiya Menyusundan İstifadə Et";
|
||||
$lang["items_inventory_CSV_import_quantity"] = "Miqdarı CSV-dən idxal olunur";
|
||||
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Държава";
|
||||
$lang["common_date"] = "Дата";
|
||||
$lang["common_delete"] = "Изтриване";
|
||||
$lang["common_det"] = "Детайли";
|
||||
$lang["common_download_import_template"] = "Изтегляне на шаблон за импортиране на Excel (CSV)";
|
||||
$lang["common_download_import_template"] = "Изтегляне на шаблон за импортиране на CSV (CSV)";
|
||||
$lang["common_edit"] = "Редактиране";
|
||||
$lang["common_email"] = "Електронна поща";
|
||||
$lang["common_email_invalid_format"] = "Имейл адресът не е в правилния формат.";
|
||||
$lang["common_export_excel"] = "Експорт на Excel";
|
||||
$lang["common_export_excel_no"] = "Не";
|
||||
$lang["common_export_excel_yes"] = "Да";
|
||||
$lang["common_export_csv"] = "Експорт на CSV";
|
||||
$lang["common_export_csv_no"] = "Не";
|
||||
$lang["common_export_csv_yes"] = "Да";
|
||||
$lang["common_fields_required_message"] = "Полетата в червено са задължителни";
|
||||
$lang["common_first_name"] = "Име";
|
||||
$lang["common_first_name_required"] = "Име е задължително поле.";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "М";
|
||||
$lang["common_id"] = "Номер";
|
||||
$lang["common_import"] = "Внос";
|
||||
$lang["common_import_change_file"] = "Промяна";
|
||||
$lang["common_import_excel"] = "Внос на Excel";
|
||||
$lang["common_import_full_path"] = "Необходим е пълен пътека към файл с Excel";
|
||||
$lang["common_import_csv"] = "Внос на CSV";
|
||||
$lang["common_import_full_path"] = "Необходим е пълен пътека към файл с CSV";
|
||||
$lang["common_import_remove_file"] = "Премахване";
|
||||
$lang["common_import_select_file"] = "Изберете файл";
|
||||
$lang["common_inv"] = "Покана";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "Имейл адресът вече е в базата данни.";
|
||||
$lang["customers_employee"] = "Служител";
|
||||
$lang["customers_error_adding_updating"] = "Добавянето или актуализирането на клиента е неуспешно.";
|
||||
$lang["customers_excel_import_failed"] = "Вносът от Excel не бе успешен";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Каченият файл няма данни или е неправилно форматиран.";
|
||||
$lang["customers_excel_import_partially_failed"] = "Вносът на клиента е успешен с няколко грешки:";
|
||||
$lang["customers_excel_import_success"] = "Вносът на клиенти е успешен.";
|
||||
$lang["customers_import_items_excel"] = "Импортиране на клиент от Excel";
|
||||
$lang["customers_csv_import_failed"] = "Вносът от CSV не бе успешен";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Каченият файл няма данни или е неправилно форматиран.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Вносът на клиента е успешен с няколко грешки:";
|
||||
$lang["customers_csv_import_success"] = "Вносът на клиенти е успешен.";
|
||||
$lang["customers_import_items_csv"] = "Импортиране на клиент от CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email click";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Последно отворен Имейл";
|
||||
$lang["customers_mailchimp_activity_open"] = "Имейлът е отворен";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Edit desired fields for sel
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Edit Multiple Gift Cards.";
|
||||
$lang["giftcards_error_adding_updating"] = "Gift Card add or update failed.";
|
||||
$lang["giftcards_error_updating_multiple"] = "Gift Card(s) update failed.";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel import failed.";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV import failed.";
|
||||
$lang["giftcards_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["giftcards_giftcard"] = "Gift Card";
|
||||
$lang["giftcards_giftcard_number"] = "Gift Card Number";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Editing Multiple Items";
|
||||
$lang["items_empty_upc_items"] = "Empty Barcode 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_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly.";
|
||||
$lang["items_excel_import_partially_failed"] = "Item import successful with some failures:";
|
||||
$lang["items_excel_import_success"] = "Item import successful.";
|
||||
$lang["items_csv_import_failed"] = "CSV import failed";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly.";
|
||||
$lang["items_csv_import_partially_failed"] = "Item import successful with some failures:";
|
||||
$lang["items_csv_import_success"] = "Item import successful.";
|
||||
$lang["items_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Item Import from Excel";
|
||||
$lang["items_import_items_csv"] = "Item Import from CSV";
|
||||
$lang["items_info_provided_by"] = "Information provided by";
|
||||
$lang["items_inventory"] = "Inventory";
|
||||
$lang["items_inventory_comments"] = "Comments";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Налични точки";
|
||||
$lang["rewards_package"] = "Награди";
|
||||
$lang["rewards_remaining_balance"] = "Оставащата стойност на точките за награда е ";
|
||||
$lang["sales_account_number"] = "";
|
||||
$lang["sales_account_number"] = "Номер на акаунт";
|
||||
$lang["sales_add_payment"] = "Добавяне на плащане";
|
||||
$lang["sales_amount_due"] = "Дължима сума";
|
||||
$lang["sales_amount_tendered"] = "Предоставена сума";
|
||||
$lang["sales_authorized_signature"] = "";
|
||||
$lang["sales_authorized_signature"] = "Оторизиран подпис";
|
||||
$lang["sales_cancel_sale"] = "Отказ";
|
||||
$lang["sales_cash"] = "В брой";
|
||||
$lang["sales_cash_deposit"] = "Депозит в брой";
|
||||
@@ -76,10 +75,10 @@ $lang["sales_invoice_no_email"] = "Този клиент няма валиден
|
||||
$lang["sales_invoice_number"] = "Фактура #";
|
||||
$lang["sales_invoice_number_duplicate"] = "Номерът на фактурите трябва да е уникален.";
|
||||
$lang["sales_invoice_sent"] = "Фактура, изпратена до";
|
||||
$lang["sales_invoice_total"] = "";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "";
|
||||
$lang["sales_invoice_total"] = "Фактура общо";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "Ръчна фактура";
|
||||
$lang["sales_invoice_type_custom_tax_invoice"] = "";
|
||||
$lang["sales_invoice_type_invoice"] = "";
|
||||
$lang["sales_invoice_type_invoice"] = "Фактура";
|
||||
$lang["sales_invoice_type_tax_invoice"] = "";
|
||||
$lang["sales_invoice_unsent"] = "Фактурата не можа да бъде изпратена до";
|
||||
$lang["sales_invoice_update"] = "Преизчисляване";
|
||||
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Země";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Smazat";
|
||||
$lang["common_det"] = "podrobnosti";
|
||||
$lang["common_download_import_template"] = "Stáhnout šablonu pro Excel (CSV)";
|
||||
$lang["common_download_import_template"] = "Stáhnout šablonu pro CSV (CSV)";
|
||||
$lang["common_edit"] = "upravit";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "Emailová adresa má špatný formát.";
|
||||
$lang["common_export_excel"] = "Export do Excelu";
|
||||
$lang["common_export_excel_no"] = "Ne";
|
||||
$lang["common_export_excel_yes"] = "Ano";
|
||||
$lang["common_export_csv"] = "Export do CSVu";
|
||||
$lang["common_export_csv_no"] = "Ne";
|
||||
$lang["common_export_csv_yes"] = "Ano";
|
||||
$lang["common_fields_required_message"] = "Červená pole jsou vyžadována";
|
||||
$lang["common_first_name"] = "Jméno";
|
||||
$lang["common_first_name_required"] = "Jméno je vyžadováno.";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Změnit";
|
||||
$lang["common_import_excel"] = "Import z Excelu";
|
||||
$lang["common_import_full_path"] = "Úplná cesta k souboru Excel je vyžadována";
|
||||
$lang["common_import_csv"] = "Import z CSVu";
|
||||
$lang["common_import_full_path"] = "Úplná cesta k souboru CSV je vyžadována";
|
||||
$lang["common_import_remove_file"] = "Vyjmout";
|
||||
$lang["common_import_select_file"] = "Vybrat soubor";
|
||||
$lang["common_inv"] = "";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "";
|
||||
$lang["customers_excel_import_failed"] = "";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_excel_import_partially_failed"] = "";
|
||||
$lang["customers_excel_import_success"] = "";
|
||||
$lang["customers_import_items_excel"] = "";
|
||||
$lang["customers_csv_import_failed"] = "";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_csv_import_partially_failed"] = "";
|
||||
$lang["customers_csv_import_success"] = "";
|
||||
$lang["customers_import_items_csv"] = "";
|
||||
$lang["customers_mailchimp_activity_click"] = "";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "";
|
||||
$lang["customers_mailchimp_activity_open"] = "";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "";
|
||||
$lang["giftcards_csv_import_failed"] = "";
|
||||
$lang["giftcards_generate_barcodes"] = "";
|
||||
$lang["giftcards_giftcard"] = "";
|
||||
$lang["giftcards_giftcard_number"] = "";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Úpravy více položek";
|
||||
$lang["items_empty_upc_items"] = "Položky bez čárového kódu";
|
||||
$lang["items_error_adding_updating"] = "Chyba při přidávání či úpravě položek";
|
||||
$lang["items_error_updating_multiple"] = "Chyba při úpravě položek";
|
||||
$lang["items_excel_import_failed"] = "Import z Excelu se nepovedl";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "Nahraný soubor neobsahuje žádná data nebo má špatný formát.";
|
||||
$lang["items_excel_import_partially_failed"] = "Při importu položek došlo k několika chybám:";
|
||||
$lang["items_excel_import_success"] = "Import položek proběhl bez chyby.";
|
||||
$lang["items_csv_import_failed"] = "Import z CSVu se nepovedl";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Nahraný soubor neobsahuje žádná data nebo má špatný formát.";
|
||||
$lang["items_csv_import_partially_failed"] = "Při importu položek došlo k několika chybám:";
|
||||
$lang["items_csv_import_success"] = "Import položek proběhl bez chyby.";
|
||||
$lang["items_generate_barcodes"] = "Vytvořit čárový kód";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Import položek z Excelu";
|
||||
$lang["items_import_items_csv"] = "Import položek z CSVu";
|
||||
$lang["items_info_provided_by"] = "";
|
||||
$lang["items_inventory"] = "";
|
||||
$lang["items_inventory_comments"] = "Komentář";
|
||||
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Land";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Löschen";
|
||||
$lang["common_det"] = "Details";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Voralge (CSV)";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Voralge (CSV)";
|
||||
$lang["common_edit"] = "Ändern";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "Das Email Format ist nicht korrekt";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Yes";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Yes";
|
||||
$lang["common_fields_required_message"] = "Die Felder in rot sind erforderlich";
|
||||
$lang["common_first_name"] = "Vorname";
|
||||
$lang["common_first_name_required"] = "Vorname ist erforderlich";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Change";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Voller Dateipfad zum Excel File notwendig";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Voller Dateipfad zum CSV File notwendig";
|
||||
$lang["common_import_remove_file"] = "Remove";
|
||||
$lang["common_import_select_file"] = "Select file";
|
||||
$lang["common_inv"] = "Lag";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern";
|
||||
$lang["customers_excel_import_failed"] = "Excel Import fehlerhaft";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
|
||||
$lang["customers_excel_import_success"] = "Import of Customers successful";
|
||||
$lang["customers_import_items_excel"] = "Importiere Kunden via Excel";
|
||||
$lang["customers_csv_import_failed"] = "CSV Import fehlerhaft";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
$lang["customers_csv_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
|
||||
$lang["customers_csv_import_success"] = "Import of Customers successful";
|
||||
$lang["customers_import_items_csv"] = "Importiere Kunden via CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "";
|
||||
$lang["customers_mailchimp_activity_open"] = "";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Wollen Sie die Felder für
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Sammeländerung";
|
||||
$lang["giftcards_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern";
|
||||
$lang["giftcards_error_updating_multiple"] = "Fehler beim Ändern";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel Import fehlerhaft";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV Import fehlerhaft";
|
||||
$lang["giftcards_generate_barcodes"] = "Generiere Barcodes";
|
||||
$lang["giftcards_giftcard"] = "Gutschein";
|
||||
$lang["giftcards_giftcard_number"] = "Gutschein-Nr.";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Sammeländerung";
|
||||
$lang["items_empty_upc_items"] = "Leere UPC Artikel";
|
||||
$lang["items_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern";
|
||||
$lang["items_error_updating_multiple"] = "Fehler beim Ändern";
|
||||
$lang["items_excel_import_failed"] = "Excel Import fehlerhaft";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
$lang["items_excel_import_partially_failed"] = "Most Items imported. But some were not, here is the list";
|
||||
$lang["items_excel_import_success"] = "Import of Items successful";
|
||||
$lang["items_csv_import_failed"] = "CSV Import fehlerhaft";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
$lang["items_csv_import_partially_failed"] = "Most Items imported. But some were not, here is the list";
|
||||
$lang["items_csv_import_success"] = "Import of Items successful";
|
||||
$lang["items_generate_barcodes"] = "Generiere Barcodes";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "Bild";
|
||||
$lang["items_import_items_excel"] = "Importiere Artikel mit Excel Datei";
|
||||
$lang["items_import_items_csv"] = "Importiere Artikel mit CSV Datei";
|
||||
$lang["items_info_provided_by"] = "Info provided by";
|
||||
$lang["items_inventory"] = "Lagerbestand";
|
||||
$lang["items_inventory_comments"] = "Bemerkungen";
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Attributwert darf nicht ':' oder '|' enthalten";
|
||||
$lang["attributes_confirm_delete"] = "Sind Sie sicher, dass Sie die ausgewählten Attribute löschen möchten?";
|
||||
$lang["attributes_confirm_restore"] = "";
|
||||
$lang["attributes_confirm_restore"] = "Sind Sie sicher, dass Sie die ausgewählten Attribute wiederherstellen möchten?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "Ausgewählte Attribute konnten nicht gelöscht werden";
|
||||
$lang["attributes_definition_error_adding_updating"] = "";
|
||||
$lang["attributes_definition_error_adding_updating"] = "Das Attribut %1 konnte nicht hinzugefügt oder aktualisiert werden. Bitte überprüfen Sie den Error-Log.";
|
||||
$lang["attributes_definition_flags"] = "Attribut Sichtbarkeit";
|
||||
$lang["attributes_definition_group"] = "Gruppe";
|
||||
$lang["attributes_definition_id"] = "ID";
|
||||
@@ -16,7 +15,7 @@ $lang["attributes_definition_successful_deleted"] = "Löschung erfolgreich";
|
||||
$lang["attributes_definition_successful_updating"] = "Sie haben das Attributerfolgreich aktualisiert";
|
||||
$lang["attributes_definition_type"] = "Attribut Typ";
|
||||
$lang["attributes_definition_type_required"] = "Attribut ist ein Pflichtfeld";
|
||||
$lang["attributes_definition_unit"] = "";
|
||||
$lang["attributes_definition_unit"] = "Maßeinheit";
|
||||
$lang["attributes_definition_values"] = "Attribut Werte";
|
||||
$lang["attributes_new"] = "Neues Attribut";
|
||||
$lang["attributes_no_attributes_to_display"] = "Keine Elemente zum Anzeigen";
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Adresse 1";
|
||||
$lang["common_address_2"] = "Adresse 2";
|
||||
$lang["common_city"] = "Stadt";
|
||||
$lang["common_close"] = "Schließen";
|
||||
$lang["common_comments"] = "Kommentare";
|
||||
$lang["common_common"] = "Allgemein";
|
||||
$lang["common_confirm_search"] = "Sie haben einen oder mehrere Zeilen gewählt. Nach der Verarbeitung werden diese nicht mehr selektiert sein. Wollen Sie die Suche dennoch verarbeiten?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_confirm_search"] = "Sie haben eine oder mehrere Zeilen gewählt. Nach der Verarbeitung werden diese nicht mehr ausgewählt sein. Wollen Sie die Suche dennoch verarbeiten?";
|
||||
$lang["common_correct_errors"] = "Bitte korrigieren Sie vor dem Speichern die angezeigten Fehler";
|
||||
$lang["common_country"] = "Land";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Löschen";
|
||||
$lang["common_det"] = "Details";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Voralge (CSV)";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Voralge (CSV)";
|
||||
$lang["common_edit"] = "Ändern";
|
||||
$lang["common_email"] = "eMail";
|
||||
$lang["common_email_invalid_format"] = "Die E-Mail Adresse ist nicht korrekt.";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "Nein";
|
||||
$lang["common_export_excel_yes"] = "Ja";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "Nein";
|
||||
$lang["common_export_csv_yes"] = "Ja";
|
||||
$lang["common_fields_required_message"] = "Die Felder in rot sind erforderlich";
|
||||
$lang["common_first_name"] = "Vorname";
|
||||
$lang["common_first_name_required"] = "Vorname ist erforderlich.";
|
||||
@@ -29,8 +28,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "ID";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Ändern";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Voller Dateipfad zum Excel File notwendig";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Voller Dateipfad zum CSV File notwendig";
|
||||
$lang["common_import_remove_file"] = "Löschen";
|
||||
$lang["common_import_select_file"] = "Datei auswählen";
|
||||
$lang["common_inv"] = "Lag";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "Adresse";
|
||||
$lang["config_address_required"] = "Adresse ist erforderlich.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Erlaube doppelte Barcodes";
|
||||
@@ -44,7 +43,7 @@ $lang["config_company_select_image"] = "Bild auswählen";
|
||||
$lang["config_company_website_url"] = "Webseite ist nicht in korrektem Format (http://...).";
|
||||
$lang["config_country_codes"] = "Ländercodes";
|
||||
$lang["config_country_codes_tooltip"] = "Kommagetrennte Liste der Ländercodes für den Adressvergleich.";
|
||||
$lang["config_currency_code"] = "";
|
||||
$lang["config_currency_code"] = "Währungscode";
|
||||
$lang["config_currency_decimals"] = "Währungsdezimalzahlen";
|
||||
$lang["config_currency_symbol"] = "Währungssymbol";
|
||||
$lang["config_customer_reward"] = "Prämie";
|
||||
@@ -67,13 +66,13 @@ $lang["config_default_barcode_page_cellspacing_required"] = "Der Barcode Zellabs
|
||||
$lang["config_default_barcode_page_width_number"] = "Standard Barcode Seitenbreite muss eine Zahl sein.";
|
||||
$lang["config_default_barcode_page_width_required"] = "Die Barcode Seitenbreite ist erforderlich.";
|
||||
$lang["config_default_barcode_width_number"] = "Standard Barcode Breite muss eine Zahl sein.";
|
||||
$lang["config_default_barcode_width_required"] = "Die Barcode Breite ist erforderlich.";
|
||||
$lang["config_default_barcode_width_required"] = "Standard Barcode Breite ist erforderlich.";
|
||||
$lang["config_default_item_columns"] = "Standardmäßig sichtbare Spalten für Artikel";
|
||||
$lang["config_default_origin_tax_code"] = "Standard Steuer Kürzel";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Standard-Verkaufsrabatt %";
|
||||
$lang["config_default_receivings_discount"] = "Standard Rabatt für Eingänge";
|
||||
$lang["config_default_receivings_discount_number"] = "Standard Rabatt für Eingänge muss eine Zahl sein.";
|
||||
$lang["config_default_receivings_discount_required"] = "Standard Rabatt für Eingänge ist erforderlich.";
|
||||
$lang["config_default_sales_discount"] = "Standard Verkaufsrabatt";
|
||||
$lang["config_default_sales_discount_number"] = "Der Standard Verkaufsrabatt muss eine Zahl sein.";
|
||||
$lang["config_default_sales_discount_required"] = "Der Standard Verkaufsrabatt ist erforderlich.";
|
||||
$lang["config_default_tax_category"] = "Standard-Steuerkategorie";
|
||||
@@ -86,8 +85,8 @@ $lang["config_default_tax_rate_1"] = "MWSt 1";
|
||||
$lang["config_default_tax_rate_2"] = "MWSt 2";
|
||||
$lang["config_default_tax_rate_number"] = "Standard Steuersatz muss eine Zahl sein.";
|
||||
$lang["config_default_tax_rate_required"] = "Standard Steuersatz ist erforderlich.";
|
||||
$lang["config_derive_sale_quantity"] = "Abgeleitete Verkaufsmenge erlauben";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "";
|
||||
$lang["config_derive_sale_quantity"] = "Aus Gesamtbetrag abgeleitete Verkaufsmengen";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "Falls ausgewählt wird ein neuer Artikeltyp für nach Gesamtbetrag bestellte Artikel bereitgestellt";
|
||||
$lang["config_dinner_table"] = "Tisch";
|
||||
$lang["config_dinner_table_duplicate"] = "Tisch muss eindeutig sein.";
|
||||
$lang["config_dinner_table_enable"] = "Esstische aktivieren";
|
||||
@@ -138,8 +137,8 @@ $lang["config_giftcard_series"] = "Serie Erzeugen";
|
||||
$lang["config_include_hsn"] = "Unterstützung für HSN-Codes einbinden";
|
||||
$lang["config_info"] = "Informationen";
|
||||
$lang["config_info_configuration"] = "Generelle Einstellungen";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_integrations_configuration"] = "";
|
||||
$lang["config_integrations"] = "Integrationen";
|
||||
$lang["config_integrations_configuration"] = "Drittanbieter Integrationen";
|
||||
$lang["config_invoice"] = "Rechnungs";
|
||||
$lang["config_invoice_configuration"] = "Druckereinstellungen";
|
||||
$lang["config_invoice_default_comments"] = "Rechnungskommentar";
|
||||
@@ -167,7 +166,7 @@ $lang["config_location_configuration"] = "Lagerort";
|
||||
$lang["config_location_info"] = "Lagerort-Information";
|
||||
$lang["config_logout"] = "Wollen Sie vor dem Beenden eine Sicherung erstellen? Klicke [OK] für Sicherung.";
|
||||
$lang["config_mailchimp"] = "Mailchimp";
|
||||
$lang["config_mailchimp_api_key"] = "Mailchimp API Key";
|
||||
$lang["config_mailchimp_api_key"] = "Mailchimp API Schlüssel";
|
||||
$lang["config_mailchimp_configuration"] = "Mailchimp Konfiguration";
|
||||
$lang["config_mailchimp_key_successfully"] = "API Key ist gültig.";
|
||||
$lang["config_mailchimp_key_unsuccessfully"] = "API Key ist ungültig.";
|
||||
@@ -191,16 +190,16 @@ $lang["config_number_locale"] = "Länderkonfiguration";
|
||||
$lang["config_number_locale_invalid"] = "Die eingegebene Lokale ist falsch. Bitte sehen Sie sich den Link im Tooltip an um einen korrekten Wert zu finden.";
|
||||
$lang["config_number_locale_required"] = "Locale-Nummer ist ein Pflichtfeld.";
|
||||
$lang["config_number_locale_tooltip"] = "Finden Sie eine korrekte Lokale über diesen Link.";
|
||||
$lang["config_ospos_info"] = "";
|
||||
$lang["config_ospos_info"] = "OSPOS Installations Information";
|
||||
$lang["config_payment_options_order"] = "Zahlungsarten Reihenfolge";
|
||||
$lang["config_phone"] = "Telefon";
|
||||
$lang["config_phone_required"] = "Telefon ist erforderlich.";
|
||||
$lang["config_print_bottom_margin"] = "Unterer Rand";
|
||||
$lang["config_print_bottom_margin_number"] = "Unterer Rand muss eine Zahl sein.";
|
||||
$lang["config_print_bottom_margin_required"] = "Unterer Rand ist erforderlich.";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_delay_autoreturn"] = "Automatisch zu \"Verkauf\" zurückkehren nach";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Automatisch zu \"Verkauf\" zurückkehren nach ist erforderlich.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Automatisch zu \"Verkauf\" zurückkehren nach muss eine Zahl sein.";
|
||||
$lang["config_print_footer"] = "Drucke Browser Fusszeile";
|
||||
$lang["config_print_header"] = "Drucke Browser Kopfzeile";
|
||||
$lang["config_print_left_margin"] = "Rand links";
|
||||
@@ -245,7 +244,7 @@ $lang["config_sales_invoice_format"] = "Format Verkaufsrechnung";
|
||||
$lang["config_sales_quote_format"] = "Angebotsformat";
|
||||
$lang["config_saved_successfully"] = "Einstellungen erfolgreich gesichert.";
|
||||
$lang["config_saved_unsuccessfully"] = "Einstellungen konnten nicht gesichert werden.";
|
||||
$lang["config_server_notice"] = "Please use the below info for issue reporting.";
|
||||
$lang["config_server_notice"] = "Bitte nutzen Sie die unten genannten Informationen für Problemberichterstattung.";
|
||||
$lang["config_show_office_group"] = "Verwaltungssymbol anzeigen";
|
||||
$lang["config_statistics"] = "Statistiken Senden";
|
||||
$lang["config_statistics_tooltip"] = "Statistiken Senden für programierung und verbesserungen.";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "Rabattart";
|
||||
$lang["customers_email_duplicate"] = "E-Mail Adresse ist bereits in der Datenbank vorhanden.";
|
||||
$lang["customers_employee"] = "Mitarbeiter";
|
||||
$lang["customers_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern.";
|
||||
$lang["customers_excel_import_failed"] = "Excel Import fehlerhaft";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Die hochgeladene Datei ist leer oder hat ein falsches Format.";
|
||||
$lang["customers_excel_import_partially_failed"] = "Kundenimport mit Fehlern abgeschlossen:";
|
||||
$lang["customers_excel_import_success"] = "Kundenimport erfolgreich.";
|
||||
$lang["customers_import_items_excel"] = "Importiere Kunden via Excel";
|
||||
$lang["customers_csv_import_failed"] = "CSV Import fehlerhaft";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Die hochgeladene Datei ist leer oder hat ein falsches Format.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Kundenimport mit Fehlern abgeschlossen:";
|
||||
$lang["customers_csv_import_success"] = "Kundenimport erfolgreich.";
|
||||
$lang["customers_import_items_csv"] = "Importiere Kunden via CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "E-Mail klick";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Letzte geöffnet E-Mail";
|
||||
$lang["customers_mailchimp_activity_open"] = "E-Mail geöffnet";
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
$lang["enum_half_down"] = "";
|
||||
$lang["enum_half_even"] = "";
|
||||
<?php
|
||||
$lang["enum_half_down"] = "Halbe abrunden";
|
||||
$lang["enum_half_even"] = "Halbe symmetrisch gerade runden";
|
||||
$lang["enum_half_five"] = "";
|
||||
$lang["enum_half_odd"] = "";
|
||||
$lang["enum_half_up"] = "";
|
||||
$lang["enum_round_down"] = "";
|
||||
$lang["enum_round_up"] = "";
|
||||
$lang["enum_half_odd"] = "Halbe symmetrisch ungerade runden";
|
||||
$lang["enum_half_up"] = "Halbe aufrunden";
|
||||
$lang["enum_round_down"] = "Abrunden";
|
||||
$lang["enum_round_up"] = "Aufrunden";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["expenses_add_item"] = "Kosten Hinzufügen";
|
||||
$lang["expenses_amount"] = "Betrag";
|
||||
$lang["expenses_amount_number"] = "Betrag muss eine Zahl sein";
|
||||
@@ -36,11 +35,11 @@ $lang["expenses_no_expenses_to_display"] = "Es gibt keine Ausgaben zum anzeigen"
|
||||
$lang["expenses_none_selected"] = "Sie haben keine Ausgaben ausgewählt";
|
||||
$lang["expenses_one_or_multiple"] = "Ausgaben";
|
||||
$lang["expenses_payment"] = "Zahlart";
|
||||
$lang["expenses_start_typing_supplier_name"] = "";
|
||||
$lang["expenses_start_typing_supplier_name"] = "Zulieferer eingeben...";
|
||||
$lang["expenses_successful_adding"] = "Ausgabe erfolgreich hinzugefügt";
|
||||
$lang["expenses_successful_deleted"] = "Ausgabe erfolgreich gelöscht";
|
||||
$lang["expenses_successful_updating"] = "Ausgabe erfolgreich aktualisiert";
|
||||
$lang["expenses_supplier_name"] = "Empfänger";
|
||||
$lang["expenses_supplier_name"] = "Zulieferer";
|
||||
$lang["expenses_supplier_tax_code"] = "Steuer Art";
|
||||
$lang["expenses_tax_amount"] = "Steuer";
|
||||
$lang["expenses_update"] = "Ausgabe Aktualisieren";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Felder für ausgewählte Gu
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Sammeländerung.";
|
||||
$lang["giftcards_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern.";
|
||||
$lang["giftcards_error_updating_multiple"] = "Fehler beim Ändern.";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel Import fehlerhaft.";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV Import fehlerhaft.";
|
||||
$lang["giftcards_generate_barcodes"] = "Generiere Barcodes";
|
||||
$lang["giftcards_giftcard"] = "Gutschein";
|
||||
$lang["giftcards_giftcard_number"] = "Gutscheinnummer";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Bestandsänderung.";
|
||||
$lang["items_allow_alt_description"] = "Alternative Beschreibung zulassen";
|
||||
$lang["items_amount_entry"] = "Anzahl Eingang";
|
||||
@@ -32,14 +31,14 @@ $lang["items_edit_multiple_items"] = "Mehrere Artikel bearbeiten";
|
||||
$lang["items_empty_upc_items"] = "Artikel ohne Barcode";
|
||||
$lang["items_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern";
|
||||
$lang["items_error_updating_multiple"] = "Fehler beim Ändern";
|
||||
$lang["items_excel_import_failed"] = "Excel Import fehlgeschlagen";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "Die hochgeladene Datei enthält keine Daten oder ist falsch formatiert.";
|
||||
$lang["items_excel_import_partially_failed"] = "Der Import von Artikeln ist mit einigen Fehlern erfolgreich:";
|
||||
$lang["items_excel_import_success"] = "Artikelimport erfolgreich.";
|
||||
$lang["items_csv_import_failed"] = "CSV Import fehlgeschlagen";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Die hochgeladene Datei enthält keine Daten oder ist falsch formatiert.";
|
||||
$lang["items_csv_import_partially_failed"] = "%1 Artikel-Import Fehler in Zeile: %2. Keine Reihen wurden importiert.";
|
||||
$lang["items_csv_import_success"] = "Artikelimport erfolgreich.";
|
||||
$lang["items_generate_barcodes"] = "Generiere Barcodes";
|
||||
$lang["items_hsn_code"] = "Harmonisierte System Nomenklatur";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Importiere Artikel mit Excel Datei";
|
||||
$lang["items_import_items_csv"] = "Importiere Artikel mit CSV Datei";
|
||||
$lang["items_info_provided_by"] = "Informationen bereitgestellt von";
|
||||
$lang["items_inventory"] = "Lagerbestand";
|
||||
$lang["items_inventory_comments"] = "Bemerkungen";
|
||||
@@ -109,3 +108,4 @@ $lang["items_unit_price_required"] = "Der Verkaufspreis ist ein Pflichtfeld.";
|
||||
$lang["items_upc_database"] = "Barcode Datenbank";
|
||||
$lang["items_update"] = "Ändere Artikel";
|
||||
$lang["items_use_inventory_menu"] = "Verwende Bestandesmenu";
|
||||
$lang["items_inventory_CSV_import_quantity"] = "Anzahl der Importe aus CSV";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["reports_all"] = "Alle";
|
||||
$lang["reports_authority"] = "Behörde";
|
||||
$lang["reports_canceled"] = "Storniert";
|
||||
@@ -126,14 +125,14 @@ $lang["reports_total_inventory_value"] = "Total Inventarwert";
|
||||
$lang["reports_total_low_sell_quantity"] = "Anzahl der niedrigen Verkaufsmengen insgesamt";
|
||||
$lang["reports_total_quantity"] = "Gesamtmenge";
|
||||
$lang["reports_total_retail"] = "Gesamtwert Einzelhandelsinventar";
|
||||
$lang["reports_trans_amount"] = "";
|
||||
$lang["reports_trans_due"] = "";
|
||||
$lang["reports_trans_group"] = "";
|
||||
$lang["reports_trans_nopay_sales"] = "";
|
||||
$lang["reports_trans_payments"] = "";
|
||||
$lang["reports_trans_refunded"] = "";
|
||||
$lang["reports_trans_sales"] = "";
|
||||
$lang["reports_trans_type"] = "";
|
||||
$lang["reports_trans_amount"] = "Transaktionshöhe";
|
||||
$lang["reports_trans_due"] = "Fällig";
|
||||
$lang["reports_trans_group"] = "Transaktionsgruppe";
|
||||
$lang["reports_trans_nopay_sales"] = "Zahlungslose Verkäufe";
|
||||
$lang["reports_trans_payments"] = "Zahlungen";
|
||||
$lang["reports_trans_refunded"] = "Erstattet";
|
||||
$lang["reports_trans_sales"] = "Verkäufe";
|
||||
$lang["reports_trans_type"] = "Transaktionstyp";
|
||||
$lang["reports_type"] = "Typ";
|
||||
$lang["reports_unit_price"] = "Verkaufspreis";
|
||||
$lang["reports_used"] = "Punkte eingelöst";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Verfügbare Punkte";
|
||||
$lang["rewards_package"] = "Prämie";
|
||||
$lang["rewards_remaining_balance"] = "Verbleibende Prämienpunkte ";
|
||||
@@ -30,7 +29,7 @@ $lang["sales_customer_discount"] = "Rabatt";
|
||||
$lang["sales_customer_email"] = "Kunden eMail";
|
||||
$lang["sales_customer_location"] = "Kunden Stadt";
|
||||
$lang["sales_customer_mailchimp_status"] = "Mailchim Status";
|
||||
$lang["sales_customer_optional"] = "(optional)";
|
||||
$lang["sales_customer_optional"] = "(Benötigt für fällige Zahlungen)";
|
||||
$lang["sales_customer_required"] = "(Benötigt)";
|
||||
$lang["sales_customer_total"] = "Gesamtbetrag";
|
||||
$lang["sales_date"] = "Datum";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["taxes_add_exception"] = "Ausnahme hinzufügen";
|
||||
$lang["taxes_cascade"] = "";
|
||||
$lang["taxes_cascade_sequence"] = "";
|
||||
$lang["taxes_cascade"] = "Kaskade";
|
||||
$lang["taxes_cascade_sequence"] = "Kaskadenfolge";
|
||||
$lang["taxes_city"] = "Stadt";
|
||||
$lang["taxes_code"] = "Steuercode";
|
||||
$lang["taxes_confirm_delete"] = "Sind Sie sicher, dass Sie dieses Steuercode löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden";
|
||||
@@ -10,20 +9,20 @@ $lang["taxes_confirm_restore"] = "Sind Sie sicher, dass Sie die ausgewählten St
|
||||
$lang["taxes_default_tax_category"] = "Standard-Steuerkategorie";
|
||||
$lang["taxes_default_tax_rate"] = "Standard-Steuersatz";
|
||||
$lang["taxes_error_adding_updating"] = "Hinzufügen oder Ändern des Steuercodes fehlgeschlagen";
|
||||
$lang["taxes_group_seq"] = "";
|
||||
$lang["taxes_group_seq"] = "Gruppe Folge";
|
||||
$lang["taxes_jurisdiction_name"] = "Name der Gerichtsbarkeit";
|
||||
$lang["taxes_name"] = "Name";
|
||||
$lang["taxes_new"] = "Neue Steuer";
|
||||
$lang["taxes_no_taxes_to_display"] = "Kein Steuercode verfügbar, der angezeigt werden kann";
|
||||
$lang["taxes_reporting_authority"] = "Meldebehörde";
|
||||
$lang["taxes_round_half_down"] = "";
|
||||
$lang["taxes_round_half_even"] = "";
|
||||
$lang["taxes_round_half_odd"] = "";
|
||||
$lang["taxes_round_half_up"] = "";
|
||||
$lang["taxes_rounding_code"] = "Rundungscode";
|
||||
$lang["taxes_round_half_down"] = "Halbe abrunden";
|
||||
$lang["taxes_round_half_even"] = "Halbe symmetrisch gerade runden";
|
||||
$lang["taxes_round_half_odd"] = "Halbe symmetrisch ungerade runden";
|
||||
$lang["taxes_round_half_up"] = "Halbe aufrunden";
|
||||
$lang["taxes_rounding_code"] = "Rundungsart";
|
||||
$lang["taxes_sales_tax"] = "Umsatzsteuer";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "";
|
||||
$lang["taxes_sequence"] = "";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Umsatzsetuer nach Rechnungen";
|
||||
$lang["taxes_sequence"] = "Folge";
|
||||
$lang["taxes_state"] = "Bundesland";
|
||||
$lang["taxes_successful_deleted"] = "Löschung erfolgreich";
|
||||
$lang["taxes_tax_categories"] = "Steuerkategorien";
|
||||
@@ -32,15 +31,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "Änderungen an Steuerkategor
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Änderungen an Steuerkategorien nicht gespeichert";
|
||||
$lang["taxes_tax_category"] = "Steuerkategorie";
|
||||
$lang["taxes_tax_category_code"] = "Steuerkategorie-Code";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "Steuerkategorie duplizieren";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Ungültige Zeichen in der Steuerkategorie";
|
||||
$lang["taxes_tax_category_name"] = "Name der Steuerkategorie";
|
||||
$lang["taxes_tax_category_new"] = "Neue Steuerkategorie";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_category_required"] = "Steuerkategorie ist erforderlich";
|
||||
$lang["taxes_tax_code"] = "Steuercode";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "Löschen des Steuercodes fehlgeschlagen";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "Steuercode duplizieren";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Ungültige Zeichen im Steuercode";
|
||||
$lang["taxes_tax_code_name"] = "Name des Steuercodes";
|
||||
$lang["taxes_tax_code_required"] = "Der Steuercode ist ein Pflichtfeld";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Steuercode erfolgreich gelöscht";
|
||||
@@ -54,18 +53,18 @@ $lang["taxes_tax_codes_saved_successfully"] = "Steuercode Änderungen gespeicher
|
||||
$lang["taxes_tax_codes_saved_unsuccessfully"] = "Steuercode Änderungen nicht gespeichert";
|
||||
$lang["taxes_tax_excluded"] = "exkl. Steuer";
|
||||
$lang["taxes_tax_group"] = "Steuergruppe";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "Steuergruppe Folge";
|
||||
$lang["taxes_tax_included"] = "inkl. Steuer";
|
||||
$lang["taxes_tax_jurisdiction"] = "Steuerbehörde";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "Steuerbehörde duplizieren";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Ungültige Zeichen in Steuerbehörde";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "Steuerbehörde ist erforderlich";
|
||||
$lang["taxes_tax_jurisdictions"] = "Steuerbehörden";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "Konfiguration der Steuerbehörden";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Änderungen der Steuerbehörde gespeichert";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Änderungen der Steuerbehörde nicht gespeichert";
|
||||
$lang["taxes_tax_rate"] = "Steuersatz";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "Steuersatz Konfiguration";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "Hinzufügen oder Ändern des Steuersatzes fehlgeschlagen";
|
||||
$lang["taxes_tax_rate_numeric"] = "Der Steuersatz muss eine Zahl sein";
|
||||
$lang["taxes_tax_rate_required"] = "Der Steuersatz ist ein Pflichtfeld";
|
||||
|
||||
@@ -11,13 +11,13 @@ $lang["common_country"] = "Χώρα";
|
||||
$lang["common_date"] = "Ημερομηνία";
|
||||
$lang["common_delete"] = "Διαγραφή";
|
||||
$lang["common_det"] = "λεπτομέρειες";
|
||||
$lang["common_download_import_template"] = "Λήψη Πρότυπου Εισαγωγής Excel (CSV)";
|
||||
$lang["common_download_import_template"] = "Λήψη Πρότυπου Εισαγωγής CSV (CSV)";
|
||||
$lang["common_edit"] = "επεξεργασία";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "Η διεύθυνση ηλ.ταχυδρομείου εχει λανθασμενη μορφή.";
|
||||
$lang["common_export_excel"] = "Εξαγωγή Excel";
|
||||
$lang["common_export_excel_no"] = "Όχι";
|
||||
$lang["common_export_excel_yes"] = "Ναί";
|
||||
$lang["common_export_csv"] = "Εξαγωγή CSV";
|
||||
$lang["common_export_csv_no"] = "Όχι";
|
||||
$lang["common_export_csv_yes"] = "Ναί";
|
||||
$lang["common_fields_required_message"] = "Τα κόκκινα πεδία απαιτούνται";
|
||||
$lang["common_first_name"] = "Κύριο όνομα";
|
||||
$lang["common_first_name_required"] = "Το κύριο όνομα απαιτείται.";
|
||||
@@ -28,8 +28,8 @@ $lang["common_gender_male"] = "Α";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Εισαγωγή";
|
||||
$lang["common_import_change_file"] = "Αλλαγή";
|
||||
$lang["common_import_excel"] = "Εισαγωγή Excel";
|
||||
$lang["common_import_full_path"] = "Η πλήρης διαδρομή του αρχείου Excel απαιτείται";
|
||||
$lang["common_import_csv"] = "Εισαγωγή CSV";
|
||||
$lang["common_import_full_path"] = "Η πλήρης διαδρομή του αρχείου CSV απαιτείται";
|
||||
$lang["common_import_remove_file"] = "Αφαίρεση";
|
||||
$lang["common_import_select_file"] = "Επιλογή αρχείου";
|
||||
$lang["common_inv"] = "αποθ";
|
||||
|
||||
@@ -20,11 +20,11 @@ $lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "";
|
||||
$lang["customers_excel_import_failed"] = "";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_excel_import_partially_failed"] = "";
|
||||
$lang["customers_excel_import_success"] = "";
|
||||
$lang["customers_import_items_excel"] = "";
|
||||
$lang["customers_csv_import_failed"] = "";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_csv_import_partially_failed"] = "";
|
||||
$lang["customers_csv_import_success"] = "";
|
||||
$lang["customers_import_items_csv"] = "";
|
||||
$lang["customers_mailchimp_activity_click"] = "";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "";
|
||||
$lang["customers_mailchimp_activity_open"] = "";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "";
|
||||
$lang["giftcards_csv_import_failed"] = "";
|
||||
$lang["giftcards_generate_barcodes"] = "";
|
||||
$lang["giftcards_giftcard"] = "";
|
||||
$lang["giftcards_giftcard_number"] = "";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "";
|
||||
$lang["items_empty_upc_items"] = "";
|
||||
$lang["items_error_adding_updating"] = "";
|
||||
$lang["items_error_updating_multiple"] = "";
|
||||
$lang["items_excel_import_failed"] = "";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["items_excel_import_partially_failed"] = "";
|
||||
$lang["items_excel_import_success"] = "";
|
||||
$lang["items_csv_import_failed"] = "";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "";
|
||||
$lang["items_csv_import_partially_failed"] = "";
|
||||
$lang["items_csv_import_success"] = "";
|
||||
$lang["items_generate_barcodes"] = "";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "";
|
||||
$lang["items_import_items_excel"] = "";
|
||||
$lang["items_import_items_csv"] = "";
|
||||
$lang["items_info_provided_by"] = "";
|
||||
$lang["items_inventory"] = "";
|
||||
$lang["items_inventory_comments"] = "";
|
||||
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Country";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Delete";
|
||||
$lang["common_det"] = "details";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Template (CSV)";
|
||||
$lang["common_edit"] = "edit";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "The email address is not in the correct format";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Yes";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Yes";
|
||||
$lang["common_fields_required_message"] = "Fields in red are required";
|
||||
$lang["common_first_name"] = "First Name";
|
||||
$lang["common_first_name_required"] = "First Name is a required field";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Change";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Full path to excel file required";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Full path to csv file required";
|
||||
$lang["common_import_remove_file"] = "Remove";
|
||||
$lang["common_import_select_file"] = "Select file";
|
||||
$lang["common_inv"] = "inv";
|
||||
|
||||
@@ -231,6 +231,7 @@ $lang["config_receipt_short"] = "Short";
|
||||
$lang["config_receipt_show_company_name"] = "Show Company Name";
|
||||
$lang["config_receipt_show_description"] = "Show Description";
|
||||
$lang["config_receipt_show_serialnumber"] = "Show Serial Number";
|
||||
$lang["config_receipt_show_tax_ind"] = "Show Tax Indicator";
|
||||
$lang["config_receipt_show_taxes"] = "Show Taxes";
|
||||
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
|
||||
$lang["config_receipt_template"] = "Receipt Template";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "Discount Type";
|
||||
$lang["customers_email_duplicate"] = "Email address is already present in the database";
|
||||
$lang["customers_employee"] = "Employee";
|
||||
$lang["customers_error_adding_updating"] = "Error adding/updating Customer";
|
||||
$lang["customers_excel_import_failed"] = "The excel import failed";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted";
|
||||
$lang["customers_excel_import_partially_failed"] = "Customer import successful with some failures:";
|
||||
$lang["customers_excel_import_success"] = "Customer import successful";
|
||||
$lang["customers_import_items_excel"] = "Customer Import from Excel";
|
||||
$lang["customers_csv_import_failed"] = "The csv import failed";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted";
|
||||
$lang["customers_csv_import_partially_failed"] = "Customer import successful with some failures:";
|
||||
$lang["customers_csv_import_success"] = "Customer import successful";
|
||||
$lang["customers_import_items_csv"] = "Customer Import from CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email click";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Last open email";
|
||||
$lang["customers_mailchimp_activity_open"] = "Email open";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Edit desired fields for sel
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Edit multiple Gift Cards";
|
||||
$lang["giftcards_error_adding_updating"] = "Gift Card add or update failed";
|
||||
$lang["giftcards_error_updating_multiple"] = "Gift Card(s) update failed";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel import failed";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV import failed";
|
||||
$lang["giftcards_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["giftcards_giftcard"] = "Gift Card";
|
||||
$lang["giftcards_giftcard_number"] = "Gift Card Number";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Editing Multiple Items";
|
||||
$lang["items_empty_upc_items"] = "Empty Barcode Items";
|
||||
$lang["items_error_adding_updating"] = "Error adding/updating item";
|
||||
$lang["items_error_updating_multiple"] = "Error updating items";
|
||||
$lang["items_excel_import_failed"] = "The excel import failed";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly";
|
||||
$lang["items_excel_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported";
|
||||
$lang["items_excel_import_success"] = "Item import successful";
|
||||
$lang["items_csv_import_failed"] = "The csv import failed";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly";
|
||||
$lang["items_csv_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported";
|
||||
$lang["items_csv_import_success"] = "Item import successful";
|
||||
$lang["items_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["items_hsn_code"] = "Harmonised System Nomenclature";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Item Import from Excel";
|
||||
$lang["items_import_items_csv"] = "Item Import from CSV";
|
||||
$lang["items_info_provided_by"] = "Information provided by";
|
||||
$lang["items_inventory"] = "Inventory";
|
||||
$lang["items_inventory_comments"] = "Comments";
|
||||
|
||||
@@ -97,6 +97,7 @@ $lang["sales_no_filter"] = "All";
|
||||
$lang["sales_no_items_in_cart"] = "There are no Items in the cart";
|
||||
$lang["sales_no_sales_to_display"] = "No Sales to display";
|
||||
$lang["sales_none_selected"] = "You have not selected any Sale(s) to delete";
|
||||
$lang["sales_nontaxed_ind"] = " ";
|
||||
$lang["sales_not_authorized"] = "This action is not authorised";
|
||||
$lang["sales_one_or_multiple"] = "Sale(s)";
|
||||
$lang["sales_payment"] = "Payment Type";
|
||||
@@ -154,6 +155,7 @@ $lang["sales_suspended_sales"] = "Suspended";
|
||||
$lang["sales_table"] = "Table";
|
||||
$lang["sales_takings"] = "Transactions";
|
||||
$lang["sales_tax"] = "Tax";
|
||||
$lang["sales_taxed_ind"] = "T";
|
||||
$lang["sales_tax_id"] = "Tax Id";
|
||||
$lang["sales_tax_invoice"] = "Tax Invoice";
|
||||
$lang["sales_tax_percent"] = "Tax %";
|
||||
|
||||
@@ -12,13 +12,13 @@ $lang["common_country"] = "Country";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Delete";
|
||||
$lang["common_det"] = "details";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Template (CSV)";
|
||||
$lang["common_edit"] = "edit";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "The email address is not in the correct format.";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Yes";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Yes";
|
||||
$lang["common_fields_required_message"] = "Fields in red are required";
|
||||
$lang["common_first_name"] = "First Name";
|
||||
$lang["common_first_name_required"] = "First Name is a required field.";
|
||||
@@ -29,8 +29,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Change";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Full path to excel file required";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Full path to csv file required";
|
||||
$lang["common_import_remove_file"] = "Remove";
|
||||
$lang["common_import_select_file"] = "Select file";
|
||||
$lang["common_inv"] = "inv";
|
||||
|
||||
@@ -231,6 +231,7 @@ $lang["config_receipt_short"] = "Short";
|
||||
$lang["config_receipt_show_company_name"] = "Show Company Name";
|
||||
$lang["config_receipt_show_description"] = "Show Description";
|
||||
$lang["config_receipt_show_serialnumber"] = "Show Serial Number";
|
||||
$lang["config_receipt_show_tax_ind"] = "Show Tax Indicator";
|
||||
$lang["config_receipt_show_taxes"] = "Show Taxes";
|
||||
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
|
||||
$lang["config_receipt_template"] = "Receipt Template";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "Discount Type";
|
||||
$lang["customers_email_duplicate"] = "Email Address is already present in the database.";
|
||||
$lang["customers_employee"] = "Employee";
|
||||
$lang["customers_error_adding_updating"] = "Customer add or update failed.";
|
||||
$lang["customers_excel_import_failed"] = "Excel import failed";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted.";
|
||||
$lang["customers_excel_import_partially_failed"] = "Customer import successful with some failures:";
|
||||
$lang["customers_excel_import_success"] = "Customer import successful.";
|
||||
$lang["customers_import_items_excel"] = "Customer Import from Excel";
|
||||
$lang["customers_csv_import_failed"] = "CSV import failed";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Customer import successful with some failures:";
|
||||
$lang["customers_csv_import_success"] = "Customer import successful.";
|
||||
$lang["customers_import_items_csv"] = "Customer Import from CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email click";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Last open email";
|
||||
$lang["customers_mailchimp_activity_open"] = "Email open";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Edit desired fields for sel
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "Edit Multiple Gift Cards.";
|
||||
$lang["giftcards_error_adding_updating"] = "Gift Card add or update failed.";
|
||||
$lang["giftcards_error_updating_multiple"] = "Gift Card(s) update failed.";
|
||||
$lang["giftcards_excel_import_failed"] = "Excel import failed.";
|
||||
$lang["giftcards_csv_import_failed"] = "CSV import failed.";
|
||||
$lang["giftcards_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["giftcards_giftcard"] = "Gift Card";
|
||||
$lang["giftcards_giftcard_number"] = "Gift Card Number";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Editing Multiple Items";
|
||||
$lang["items_empty_upc_items"] = "Empty Barcode 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_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly.";
|
||||
$lang["items_excel_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
|
||||
$lang["items_excel_import_success"] = "Item import successful.";
|
||||
$lang["items_csv_import_failed"] = "CSV import failed";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded CSV file has no data or is formatted incorrectly.";
|
||||
$lang["items_csv_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
|
||||
$lang["items_csv_import_success"] = "Item CSV import successful.";
|
||||
$lang["items_generate_barcodes"] = "Generate Barcodes";
|
||||
$lang["items_hsn_code"] = "Harmonized System Nomenclature";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Item Import from Excel";
|
||||
$lang["items_import_items_csv"] = "Item Import from CSV";
|
||||
$lang["items_info_provided_by"] = "Information provided by";
|
||||
$lang["items_inventory"] = "Inventory";
|
||||
$lang["items_inventory_comments"] = "Comments";
|
||||
|
||||
@@ -97,6 +97,7 @@ $lang["sales_no_filter"] = "All";
|
||||
$lang["sales_no_items_in_cart"] = "There are no Items in the cart.";
|
||||
$lang["sales_no_sales_to_display"] = "No Sales to display.";
|
||||
$lang["sales_none_selected"] = "You have not selected any Sale(s) to delete.";
|
||||
$lang["sales_nontaxed_ind"] = " ";
|
||||
$lang["sales_not_authorized"] = "This action is not authorized.";
|
||||
$lang["sales_one_or_multiple"] = "Sale(s)";
|
||||
$lang["sales_payment"] = "Payment Type";
|
||||
@@ -130,6 +131,7 @@ $lang["sales_sale_by_invoice"] = "Sale by Invoice";
|
||||
$lang["sales_sale_for_customer"] = "Customer:";
|
||||
$lang["sales_sale_time"] = "Time";
|
||||
$lang["sales_sales_tax"] = "Sales Tax";
|
||||
$lang["sales_taxed_ind"] = "T";
|
||||
$lang["sales_select_customer"] = "Select Customer";
|
||||
$lang["sales_send_invoice"] = "Send Invoice";
|
||||
$lang["sales_send_quote"] = "Send Quote";
|
||||
|
||||
@@ -19,12 +19,12 @@ $lang["attributes_definition_unit"] = "Unidad de medida";
|
||||
$lang["attributes_definition_values"] = "Valores del Atributo";
|
||||
$lang["attributes_new"] = "Nuevo Atributo";
|
||||
$lang["attributes_no_attributes_to_display"] = "No hay Atributos para mostrar";
|
||||
$lang["attributes_receipt_visibility"] = "";
|
||||
$lang["attributes_receipt_visibility"] = "Recibo";
|
||||
$lang["attributes_show_in_items"] = "Mostrar en ítems";
|
||||
$lang["attributes_show_in_items_visibility"] = "Ítems";
|
||||
$lang["attributes_show_in_receipt"] = "";
|
||||
$lang["attributes_show_in_receivings"] = "";
|
||||
$lang["attributes_show_in_receivings_visibility"] = "";
|
||||
$lang["attributes_show_in_receipt"] = "Mostrar en recibo";
|
||||
$lang["attributes_show_in_receivings"] = "Mostrar en recibos";
|
||||
$lang["attributes_show_in_receivings_visibility"] = "Recibos";
|
||||
$lang["attributes_show_in_sales"] = "Mostrar en ventas";
|
||||
$lang["attributes_show_in_sales_visibility"] = "Ventas";
|
||||
$lang["attributes_update"] = "Actualizar Atributo";
|
||||
|
||||
@@ -11,13 +11,13 @@ $lang["common_country"] = "País";
|
||||
$lang["common_date"] = "Fecha";
|
||||
$lang["common_delete"] = "Borrar";
|
||||
$lang["common_det"] = "detalles";
|
||||
$lang["common_download_import_template"] = "Descargar Plantilla de Importación de Excel (CSV)";
|
||||
$lang["common_download_import_template"] = "Descargar Plantilla de Importación de CSV (CSV)";
|
||||
$lang["common_edit"] = "editar";
|
||||
$lang["common_email"] = "Email";
|
||||
$lang["common_email_invalid_format"] = "El correo-e no está en el formato requerido.";
|
||||
$lang["common_export_excel"] = "Reporte en Excel";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Si";
|
||||
$lang["common_export_csv"] = "Reporte en CSV";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Si";
|
||||
$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.";
|
||||
@@ -28,7 +28,7 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Importar";
|
||||
$lang["common_import_change_file"] = "Cambiar";
|
||||
$lang["common_import_excel"] = "Importar Excel";
|
||||
$lang["common_import_csv"] = "Importar CSV";
|
||||
$lang["common_import_full_path"] = "Se requiere la ruta completa del archivo";
|
||||
$lang["common_import_remove_file"] = "Quitar";
|
||||
$lang["common_import_select_file"] = "Selecciona archivo";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "Dirección del Comercio";
|
||||
$lang["config_address_required"] = "Dirección del Comercio es requerida.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Permitir código barras duplicados";
|
||||
@@ -44,7 +43,7 @@ $lang["config_company_select_image"] = "Seleccionar Imagen";
|
||||
$lang["config_company_website_url"] = "Sitio Web no es una URL estándar (http://...).";
|
||||
$lang["config_country_codes"] = "Codigo de pais";
|
||||
$lang["config_country_codes_tooltip"] = "Lista de codigo de paises separado por coma para busqueda de direcciones.";
|
||||
$lang["config_currency_code"] = "";
|
||||
$lang["config_currency_code"] = "Código de Moneda";
|
||||
$lang["config_currency_decimals"] = "Decimales de moneda";
|
||||
$lang["config_currency_symbol"] = "Símbolo de moneda";
|
||||
$lang["config_customer_reward"] = "Premio";
|
||||
@@ -68,17 +67,17 @@ $lang["config_default_barcode_page_width_number"] = "Ancho de página del códig
|
||||
$lang["config_default_barcode_page_width_required"] = "Ancho de página del código de barras es requerido.";
|
||||
$lang["config_default_barcode_width_number"] = "Ancho del código de barras debe ser número.";
|
||||
$lang["config_default_barcode_width_required"] = "Ancho del código de barras es requerido.";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_item_columns"] = "Columnas de Productos Visibles por Defecto";
|
||||
$lang["config_default_origin_tax_code"] = "Código de impuesto por defecto";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Descuento en Ventas predeterminado";
|
||||
$lang["config_default_receivings_discount"] = "Descuento por Defecto para Recibos";
|
||||
$lang["config_default_receivings_discount_number"] = "El Descuento por Defecto Para Los Recibos Debe Ser Un Número.";
|
||||
$lang["config_default_receivings_discount_required"] = "El Descuento Predeterminado para los Recibos es un campo obligatorio.";
|
||||
$lang["config_default_sales_discount"] = "Descuento Predeterminado para Ventas";
|
||||
$lang["config_default_sales_discount_number"] = "Descuento en ventas predeterminado debe ser un número.";
|
||||
$lang["config_default_sales_discount_required"] = "Descuento en ventas predeterminado es requerido.";
|
||||
$lang["config_default_tax_category"] = "Categoría de Tasa predeterminada";
|
||||
$lang["config_default_tax_code"] = "";
|
||||
$lang["config_default_tax_jurisdiction"] = "";
|
||||
$lang["config_default_tax_code"] = "Código de Impuesto Predeterminado";
|
||||
$lang["config_default_tax_jurisdiction"] = "Jurisdicción de Impuesto Predeterminado";
|
||||
$lang["config_default_tax_name_number"] = "El nombre de el impuesto debe ser letras.";
|
||||
$lang["config_default_tax_name_required"] = "El nombre del impuesto predeterminado es requerido.";
|
||||
$lang["config_default_tax_rate"] = "% de Impuestos Predeterminado";
|
||||
@@ -135,18 +134,18 @@ $lang["config_general_configuration"] = "Configuración General";
|
||||
$lang["config_giftcard_number"] = "Número de tarjeta de regalo";
|
||||
$lang["config_giftcard_random"] = "Generar aleatoriamente";
|
||||
$lang["config_giftcard_series"] = "Generar en serie";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_include_hsn"] = "Incluir Soporte para Códigos HSN";
|
||||
$lang["config_info"] = "Información";
|
||||
$lang["config_info_configuration"] = "Información del Comercio";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_integrations_configuration"] = "";
|
||||
$lang["config_integrations"] = "Componentes Integrados";
|
||||
$lang["config_integrations_configuration"] = "Componentes de Terceros Integrados";
|
||||
$lang["config_invoice"] = "Factura";
|
||||
$lang["config_invoice_configuration"] = "Parámetros de Impresión";
|
||||
$lang["config_invoice_default_comments"] = "Comentarios predeterminados en la factura";
|
||||
$lang["config_invoice_email_message"] = "Plantilla de Factura por Email";
|
||||
$lang["config_invoice_enable"] = "Activar Facturación";
|
||||
$lang["config_invoice_printer"] = "Impresora Facturadora";
|
||||
$lang["config_invoice_type"] = "";
|
||||
$lang["config_invoice_type"] = "Tipo de Factura";
|
||||
$lang["config_jsprintsetup_required"] = "Advertencia!Esta funcionalidad desactivada solo funciona con el addon jsPrintSetup de FireFox instalado. Guardar de todas formas?";
|
||||
$lang["config_language"] = "Idioma";
|
||||
$lang["config_last_used_invoice_number"] = "Último numero de factura utilizado";
|
||||
@@ -183,7 +182,7 @@ $lang["config_msg_src"] = "SMS-API ID remitente";
|
||||
$lang["config_msg_src_required"] = "SMS-API ID remitente es un campo requerido";
|
||||
$lang["config_msg_uid"] = "SMS-API Usuario";
|
||||
$lang["config_msg_uid_required"] = "SMS-API Usuario es un campo requerido";
|
||||
$lang["config_multi_pack_enabled"] = "";
|
||||
$lang["config_multi_pack_enabled"] = "Empaquetado Múltiple por Producto";
|
||||
$lang["config_none"] = "ninguno";
|
||||
$lang["config_notify_alignment"] = "Posición de notificacion";
|
||||
$lang["config_number_format"] = "Formato de número";
|
||||
@@ -191,7 +190,7 @@ $lang["config_number_locale"] = "Localización";
|
||||
$lang["config_number_locale_invalid"] = "Localización ingresada invalida. Revisa el link en el tooltip para encontrar informacion.";
|
||||
$lang["config_number_locale_required"] = "Numero localizacion es un campo requerido.";
|
||||
$lang["config_number_locale_tooltip"] = "Encontrar una zonificacion adecuada en este enlace.";
|
||||
$lang["config_ospos_info"] = "";
|
||||
$lang["config_ospos_info"] = "Información de la Instalación OSPOS";
|
||||
$lang["config_payment_options_order"] = "Orden de opciones de pago";
|
||||
$lang["config_phone"] = "Teléfono del Comercio";
|
||||
$lang["config_phone_required"] = "Teléfono del Comercio es requerido.";
|
||||
@@ -245,7 +244,7 @@ $lang["config_sales_invoice_format"] = "Formato de Facturas de Venta";
|
||||
$lang["config_sales_quote_format"] = "Formato de presupuesto de las ventas";
|
||||
$lang["config_saved_successfully"] = "Configuración guardada satisfactoriamente.";
|
||||
$lang["config_saved_unsuccessfully"] = "Configuración no guardada.";
|
||||
$lang["config_server_notice"] = "Please use the below info for issue reporting.";
|
||||
$lang["config_server_notice"] = "Por Favor Use la Siguiente Información para Reportar Problemas.";
|
||||
$lang["config_show_office_group"] = "Mostrar icono oficina";
|
||||
$lang["config_statistics"] = "Enviar estadísticas";
|
||||
$lang["config_statistics_tooltip"] = "Envíe estadísticas para el desarrollo y mejora de funciones.";
|
||||
@@ -269,13 +268,13 @@ $lang["config_tax_category_required"] = "Categoría de impuesto es requerida.";
|
||||
$lang["config_tax_category_used"] = "La categoría de impuestos no puede borrarse, esta en uso.";
|
||||
$lang["config_tax_configuration"] = "Configuracion Impuesto";
|
||||
$lang["config_tax_decimals"] = "Decimales de impuestos";
|
||||
$lang["config_tax_id"] = "";
|
||||
$lang["config_tax_id"] = "Identificador del Impuesto";
|
||||
$lang["config_tax_included"] = "Impuestos incluidos";
|
||||
$lang["config_theme"] = "Tema";
|
||||
$lang["config_thousands_separator"] = "Separador de miles";
|
||||
$lang["config_timezone"] = "Zona Horaria";
|
||||
$lang["config_top"] = "Arriba";
|
||||
$lang["config_use_destination_based_tax"] = "";
|
||||
$lang["config_use_destination_based_tax"] = "Usar Impuesto Basado en Destino";
|
||||
$lang["config_website"] = "Sitio Web";
|
||||
$lang["config_work_order_enable"] = "Soporte Ordenes de Trabajo";
|
||||
$lang["config_work_order_format"] = "Formato Ordenes de trabajo";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_account_number"] = "Cuenta #";
|
||||
$lang["customers_account_number_duplicate"] = "Este número de cuenta ya esta en la base de datos.";
|
||||
$lang["customers_available_points"] = "Puntos disponibles";
|
||||
@@ -21,11 +20,11 @@ $lang["customers_discount_type"] = "Tipo de Descuento";
|
||||
$lang["customers_email_duplicate"] = "La dirección de correo electrónico ya existe en la base de datos.";
|
||||
$lang["customers_employee"] = "Empleado";
|
||||
$lang["customers_error_adding_updating"] = "Error agregando/actualizando cliente.";
|
||||
$lang["customers_excel_import_failed"] = "Falló la importación de Hoja de Cálculo";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "El archivo subido no tiene informacion o el formato es incorrecto.";
|
||||
$lang["customers_excel_import_partially_failed"] = "La mayoria de los clientes se importaron pero algunos no:";
|
||||
$lang["customers_excel_import_success"] = "Importacion de Clientes exitosa.";
|
||||
$lang["customers_import_items_excel"] = "Importar Clientes desde Excel";
|
||||
$lang["customers_csv_import_failed"] = "Falló la importación de Hoja de Cálculo";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "El archivo subido no tiene informacion o el formato es incorrecto.";
|
||||
$lang["customers_csv_import_partially_failed"] = "La mayoria de los clientes se importaron pero algunos no:";
|
||||
$lang["customers_csv_import_success"] = "Importacion de Clientes exitosa.";
|
||||
$lang["customers_import_items_csv"] = "Importar Clientes desde CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email click";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Último correo abierto";
|
||||
$lang["customers_mailchimp_activity_open"] = "Correo abierto";
|
||||
@@ -47,7 +46,7 @@ $lang["customers_successful_adding"] = "Has agregado satisfactoriamente el clien
|
||||
$lang["customers_successful_deleted"] = "Has borrado satisfactoriamente a";
|
||||
$lang["customers_successful_updating"] = "No se ha podido agregar el cliente";
|
||||
$lang["customers_tax_code"] = "Código de impuesto";
|
||||
$lang["customers_tax_id"] = "";
|
||||
$lang["customers_tax_id"] = "Identificador del Impuesto";
|
||||
$lang["customers_taxable"] = "Gravable";
|
||||
$lang["customers_total"] = "Total";
|
||||
$lang["customers_update"] = "Actualizar Cliente";
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["category_name_required"] = "nombre requerido-";
|
||||
$lang["expenses_categories_add_item"] = "Agregar categoria";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "No pudo borrar";
|
||||
$lang["expenses_categories_category_id"] = "Id";
|
||||
$lang["expenses_categories_confirm_delete"] = "Esta seguro de quere borrar lo(s) categorias(s) seleccionado(s)?";
|
||||
$lang["expenses_categories_confirm_restore"] = "";
|
||||
$lang["expenses_categories_confirm_restore"] = "¿Está seguro de que desea restaurar la categoría de gastos seleccionada?";
|
||||
$lang["expenses_categories_description"] = "Descripcion Categoria";
|
||||
$lang["expenses_categories_error_adding_updating"] = "Error actualizando/adicinando categoria";
|
||||
$lang["expenses_categories_info"] = "Informacion Categoria";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Edita los campos que quiera
|
||||
$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ó, se recomeinda usar LibreOffice.";
|
||||
$lang["giftcards_csv_import_failed"] = "Falló, se recomeinda usar LibreOffice.";
|
||||
$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";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Inventario a agregar/substraer.";
|
||||
$lang["items_allow_alt_description"] = "Permitir Descripción Alternativa";
|
||||
$lang["items_amount_entry"] = "Monto entrada";
|
||||
@@ -23,7 +22,7 @@ $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_default_pack_name"] = "";
|
||||
$lang["items_default_pack_name"] = "Cada";
|
||||
$lang["items_description"] = "Descripción";
|
||||
$lang["items_details_count"] = "Detalles de Cuenta de Inventario";
|
||||
$lang["items_do_nothing"] = "No Hacer Nada";
|
||||
@@ -32,14 +31,14 @@ $lang["items_edit_multiple_items"] = "Editando Artículos Múltiples";
|
||||
$lang["items_empty_upc_items"] = "Items con UPC Vacio";
|
||||
$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 Hoja de Cálculo";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "El archivo subido no tiene datos o el formato es incorrecto.";
|
||||
$lang["items_excel_import_partially_failed"] = "Por ser excell algunos han fallado:";
|
||||
$lang["items_excel_import_success"] = "Se importaron los articulos exitosamente.";
|
||||
$lang["items_csv_import_failed"] = "Falló la importación de Hoja de Cálculo";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "El archivo subido no tiene datos o el formato es incorrecto.";
|
||||
$lang["items_csv_import_partially_failed"] = "Hubo %1 falla(s) en la importación de producto(s) en la(s) línea(s): %2. Ninguna fila ha sido importada.";
|
||||
$lang["items_csv_import_success"] = "Se importaron los articulos exitosamente.";
|
||||
$lang["items_generate_barcodes"] = "Generar Códigos de Barras";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_hsn_code"] = "Nomenclatura de Sistemas Harmonizados";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Importar Artículos desde Excel";
|
||||
$lang["items_import_items_csv"] = "Importar Artículos desde CSV";
|
||||
$lang["items_info_provided_by"] = "Info provista por";
|
||||
$lang["items_inventory"] = "Inventario";
|
||||
$lang["items_inventory_comments"] = "Comentarios";
|
||||
@@ -56,7 +55,7 @@ $lang["items_item_number_duplicate"] = "El número de artículo ya esta presente
|
||||
$lang["items_kit"] = "Kits de artículos";
|
||||
$lang["items_location"] = "Ubicación";
|
||||
$lang["items_low_inventory_items"] = "Artículos de Inventario Escaso";
|
||||
$lang["items_low_sell_item"] = "";
|
||||
$lang["items_low_sell_item"] = "Producto de bajas ventas";
|
||||
$lang["items_manually_editing_of_quantity"] = "Edición Manual de Cantidad";
|
||||
$lang["items_name"] = "Nombre Artículo";
|
||||
$lang["items_name_required"] = "Nombre de Artículo es requerido.";
|
||||
@@ -69,8 +68,8 @@ $lang["items_nonstock"] = "Sin stock";
|
||||
$lang["items_number_information"] = "Número del Artículo";
|
||||
$lang["items_number_required"] = "UPC/EAN/ISBN es requerido.";
|
||||
$lang["items_one_or_multiple"] = "articulo(s)";
|
||||
$lang["items_pack_name"] = "";
|
||||
$lang["items_qty_per_pack"] = "";
|
||||
$lang["items_pack_name"] = "Nombre del Paquete";
|
||||
$lang["items_qty_per_pack"] = "Cantidad por Paquete";
|
||||
$lang["items_quantity"] = "Cantidad en Stock";
|
||||
$lang["items_quantity_number"] = "Cantidad debe ser número.";
|
||||
$lang["items_quantity_required"] = "Cantidad es requerido.";
|
||||
@@ -96,12 +95,12 @@ $lang["items_successful_updating"] = "Has actualizando satisfactoriamente un art
|
||||
$lang["items_supplier"] = "Proveedor";
|
||||
$lang["items_tax_1"] = "Impuesto 1";
|
||||
$lang["items_tax_2"] = "Impuesto 2";
|
||||
$lang["items_tax_category"] = "";
|
||||
$lang["items_tax_category"] = "Categoría del Impuesto";
|
||||
$lang["items_tax_percent"] = "Porcentaje de Impuesto";
|
||||
$lang["items_tax_percent_number"] = "Impuesto porcentaje debe ser numerico";
|
||||
$lang["items_tax_percent_required"] = "Porcentaje de Impuesto es requerido.";
|
||||
$lang["items_tax_percents"] = "Porcentaje de Impuesto(s)";
|
||||
$lang["items_temp"] = "";
|
||||
$lang["items_temp"] = "Temporal";
|
||||
$lang["items_type"] = "Tipo de ítem";
|
||||
$lang["items_unit_price"] = "Precio de Venta";
|
||||
$lang["items_unit_price_number"] = "Precio de Venta debe ser número.";
|
||||
@@ -109,3 +108,4 @@ $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";
|
||||
$lang["items_inventory_CSV_import_quantity"] = "Catidad Importada desde CSV";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["receivings_cancel_receiving"] = "Cancelar";
|
||||
$lang["receivings_cannot_be_deleted"] = "Ingreso(s) no se borraron.";
|
||||
$lang["receivings_comments"] = "Comentarios";
|
||||
@@ -35,7 +34,7 @@ $lang["receivings_register"] = "Entrada de Artículos";
|
||||
$lang["receivings_requisition"] = "Requisición";
|
||||
$lang["receivings_return"] = "Devolver";
|
||||
$lang["receivings_select_supplier"] = "Seleccionar Proveedor (Opcional)";
|
||||
$lang["receivings_ship_pack"] = "";
|
||||
$lang["receivings_ship_pack"] = "Paquete de Envío";
|
||||
$lang["receivings_start_typing_supplier_name"] = "Empieza a escribir el nombre del proveedor...";
|
||||
$lang["receivings_stock"] = "Inventario";
|
||||
$lang["receivings_stock_destination"] = "Inventario de Destino";
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang["sales_customer_discount"] = "Descuento";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Ubicacion";
|
||||
$lang["sales_customer_mailchimp_status"] = "Estado de Mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Requerido para Pagos Adeudados)";
|
||||
$lang["sales_customer_optional"] = "(Obligatorio para Pagos Vencidos)";
|
||||
$lang["sales_customer_required"] = "(Requerido)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Fecha";
|
||||
@@ -64,7 +64,7 @@ $lang["sales_giftcard_balance"] = "Balance de Tarjeta de Regalo";
|
||||
$lang["sales_giftcard_number"] = "Número de Tarjeta de Regalo";
|
||||
$lang["sales_group_by_category"] = "Grupo por Categoría";
|
||||
$lang["sales_group_by_type"] = "Grupo por Tipo";
|
||||
$lang["sales_hsn"] = "";
|
||||
$lang["sales_hsn"] = "HSN";
|
||||
$lang["sales_id"] = "ID de Venta";
|
||||
$lang["sales_include_prices"] = "Incluir precios?";
|
||||
$lang["sales_invoice"] = "Factura de venta";
|
||||
@@ -141,7 +141,7 @@ $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"] = "Inventario";
|
||||
$lang["sales_stock_location"] = "Localizacion";
|
||||
$lang["sales_sub_total"] = "Subtotal";
|
||||
$lang["sales_sub_total"] = "SubTotal";
|
||||
$lang["sales_successfully_deleted"] = "Borrada satisfactoriamente";
|
||||
$lang["sales_successfully_restored"] = "Restaurado satisfactoriamente";
|
||||
$lang["sales_successfully_suspended_sale"] = "La venta ha sido suspendida.";
|
||||
@@ -153,8 +153,8 @@ $lang["sales_suspended_sales"] = "Suspendidas";
|
||||
$lang["sales_table"] = "Datos";
|
||||
$lang["sales_takings"] = "Ventas Diarias";
|
||||
$lang["sales_tax"] = "Imp";
|
||||
$lang["sales_tax_id"] = "";
|
||||
$lang["sales_tax_invoice"] = "";
|
||||
$lang["sales_tax_id"] = "Identificador del Impuesto";
|
||||
$lang["sales_tax_invoice"] = "Impuesto de la Factura";
|
||||
$lang["sales_tax_percent"] = "% de Imp";
|
||||
$lang["sales_total"] = "Total";
|
||||
$lang["sales_total_tax_exclusive"] = "Sin impuesto";
|
||||
@@ -167,7 +167,7 @@ $lang["sales_unsuccessfully_updated"] = "Ha fallado la actualización de la vent
|
||||
$lang["sales_unsuspend"] = "Retomar";
|
||||
$lang["sales_unsuspend_and_delete"] = "Retomar y Borrar";
|
||||
$lang["sales_update"] = "Editar";
|
||||
$lang["sales_upi"] = "";
|
||||
$lang["sales_upi"] = "PIN UPI";
|
||||
$lang["sales_work_order"] = "Orden trabajo";
|
||||
$lang["sales_work_order_number"] = "Numero Orden Trabajo";
|
||||
$lang["sales_work_order_number_duplicate"] = "El numero de orden de trabajo debe ser unico.";
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["suppliers_account_number"] = "Cuenta #";
|
||||
$lang["suppliers_agency_name"] = "Nombre de la Agencia";
|
||||
$lang["suppliers_cannot_be_deleted"] = "No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas.";
|
||||
$lang["suppliers_category"] = "";
|
||||
$lang["suppliers_category"] = "Categoria";
|
||||
$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"] = "¿Seguro(a) de querer borrar los proveedores seleccionados?";
|
||||
$lang["suppliers_confirm_restore"] = "Esta seguro de quere restaurar lo(s) Proveedor(es) seleccionado(s)?";
|
||||
$lang["suppliers_cost"] = "";
|
||||
$lang["suppliers_cost"] = "Costos de Proveedores";
|
||||
$lang["suppliers_error_adding_updating"] = "Error agregando/actualizando proveedor.";
|
||||
$lang["suppliers_goods"] = "";
|
||||
$lang["suppliers_goods"] = "Proveedores de Artículos";
|
||||
$lang["suppliers_new"] = "Nuevo Proveedor";
|
||||
$lang["suppliers_none_selected"] = "No has seleccionado proveedores para borrar.";
|
||||
$lang["suppliers_one_or_multiple"] = "proveedor(es)";
|
||||
@@ -19,5 +18,5 @@ $lang["suppliers_successful_deleted"] = "Has borrado satisfactoriamente a";
|
||||
$lang["suppliers_successful_updating"] = "Has actualizado el proveedor satisfactoriamente";
|
||||
$lang["suppliers_supplier"] = "Proveedor";
|
||||
$lang["suppliers_supplier_id"] = "Id";
|
||||
$lang["suppliers_tax_id"] = "";
|
||||
$lang["suppliers_tax_id"] = "Identificador del Impuesto";
|
||||
$lang["suppliers_update"] = "Actualizar Proveedor";
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "El valor del atributo no puede contener ':' or '|'";
|
||||
$lang["attributes_confirm_delete"] = "¿Está seguro de eliminar el/los atributo(s) seleccionado(s)?";
|
||||
$lang["attributes_confirm_restore"] = "";
|
||||
$lang["attributes_confirm_restore"] = "¿Está seguro que quiere restaurar los atributos seleccionados?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "No ha sido posible eliminar el/los atributo(s) seleccionado(s)";
|
||||
$lang["attributes_definition_error_adding_updating"] = "";
|
||||
$lang["attributes_definition_error_adding_updating"] = "El atributo %1 no pudo ser agregado o actualizado. Favor de revisar el registro de errorres.";
|
||||
$lang["attributes_definition_flags"] = "Visibilidad del atributo";
|
||||
$lang["attributes_definition_group"] = "Grupo";
|
||||
$lang["attributes_definition_id"] = "Id";
|
||||
@@ -16,7 +15,7 @@ $lang["attributes_definition_successful_deleted"] = "El atributo se ha eliminado
|
||||
$lang["attributes_definition_successful_updating"] = "El atributo se ha actualizado correctamente";
|
||||
$lang["attributes_definition_type"] = "Tipo de atributo";
|
||||
$lang["attributes_definition_type_required"] = "El tipo de atributo es un campo requerido";
|
||||
$lang["attributes_definition_unit"] = "";
|
||||
$lang["attributes_definition_unit"] = "Unidad de Medida";
|
||||
$lang["attributes_definition_values"] = "Valores del atributo";
|
||||
$lang["attributes_new"] = "Nuevo atributo";
|
||||
$lang["attributes_no_attributes_to_display"] = "Sin artículos para mostrar";
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Dirección 1";
|
||||
$lang["common_address_2"] = "Dirección 2";
|
||||
$lang["common_city"] = "Ciudad";
|
||||
$lang["common_close"] = "Cerrar";
|
||||
$lang["common_comments"] = "Comentarios";
|
||||
$lang["common_common"] = "común";
|
||||
$lang["common_confirm_search"] = "Ha seleccionado algunos registros que no estarán seleccionados después de la búsqueda. ¿Está segura(o) de enviar su búsqueda?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_confirm_search"] = "Ha seleccionado una o más filas, éstas no estarán seleccionadas después de su búsqueda. ¿Está seguro(a) de enviar su búsqueda?";
|
||||
$lang["common_correct_errors"] = "Por favor verifique que no hay errores antes de guardar";
|
||||
$lang["common_country"] = "País";
|
||||
$lang["common_date"] = "Fecha";
|
||||
$lang["common_delete"] = "Eliminar";
|
||||
$lang["common_det"] = "detalles";
|
||||
$lang["common_download_import_template"] = "Descargar Plantilla para Importar desde Excel (CSV)";
|
||||
$lang["common_download_import_template"] = "Descargar Plantilla para Importar desde CSV (CSV)";
|
||||
$lang["common_edit"] = "editar";
|
||||
$lang["common_email"] = "Correo-e";
|
||||
$lang["common_email_invalid_format"] = "La dirección de correo-e no tiene el formato correcto.";
|
||||
$lang["common_export_excel"] = "Exportar a Excel";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Si";
|
||||
$lang["common_export_csv"] = "Exportar a CSV";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Si";
|
||||
$lang["common_fields_required_message"] = "Los campos en rojo son requeridos";
|
||||
$lang["common_first_name"] = "Nombre";
|
||||
$lang["common_first_name_required"] = "El nombre es un campo requerido.";
|
||||
@@ -29,11 +28,11 @@ $lang["common_gender_male"] = "H";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Importar";
|
||||
$lang["common_import_change_file"] = "Cambiar";
|
||||
$lang["common_import_excel"] = "Importar de Excel";
|
||||
$lang["common_import_full_path"] = "Se requiere la ruta completa del archivo de Excel";
|
||||
$lang["common_import_csv"] = "Importar de CSV";
|
||||
$lang["common_import_full_path"] = "Se requiere la ruta completa del archivo de CSV";
|
||||
$lang["common_import_remove_file"] = "Eliminar";
|
||||
$lang["common_import_select_file"] = "Seleccionar archivo";
|
||||
$lang["common_inv"] = "inv";
|
||||
$lang["common_inv"] = "Inv";
|
||||
$lang["common_last_name"] = "Apellido(s)";
|
||||
$lang["common_last_name_required"] = "El/Los Apellido(s) es un campo requerido.";
|
||||
$lang["common_last_page"] = "Último";
|
||||
@@ -67,4 +66,4 @@ $lang["common_website"] = "sitio web";
|
||||
$lang["common_welcome"] = "Bienvenido(a)";
|
||||
$lang["common_welcome_message"] = "Bienvenido(a) a OSPOS, haga clic en algún módulo para comenzar.";
|
||||
$lang["common_you_are_using_ospos"] = "Está utilizando la versión de Código Abierto de Punto de Venta";
|
||||
$lang["common_zip"] = "C.P.";
|
||||
$lang["common_zip"] = "CP";
|
||||
|
||||
@@ -9,10 +9,10 @@ $lang["config_barcode"] = "Código de Barras";
|
||||
$lang["config_barcode_company"] = "Nombre de la Empresa";
|
||||
$lang["config_barcode_configuration"] = "Configuración del Código de Barras";
|
||||
$lang["config_barcode_content"] = "Contenido del Código de Barras";
|
||||
$lang["config_barcode_first_row"] = "Renglón 1";
|
||||
$lang["config_barcode_first_row"] = "Fila 1";
|
||||
$lang["config_barcode_font"] = "Tipo de Letra";
|
||||
$lang["config_barcode_formats"] = "Formatos de Entrada";
|
||||
$lang["config_barcode_generate_if_empty"] = "Generar si esta vacío.";
|
||||
$lang["config_barcode_generate_if_empty"] = "Generar si está vacío.";
|
||||
$lang["config_barcode_height"] = "Alto (px)";
|
||||
$lang["config_barcode_id"] = "Id Artículo/Nombre";
|
||||
$lang["config_barcode_info"] = "Información de Configuración para Códigos de Barras";
|
||||
@@ -20,12 +20,12 @@ $lang["config_barcode_layout"] = "Formato Código de Barras";
|
||||
$lang["config_barcode_name"] = "Nombre";
|
||||
$lang["config_barcode_number"] = "Código de Barras";
|
||||
$lang["config_barcode_number_in_row"] = "Número en renglón";
|
||||
$lang["config_barcode_page_cellspacing"] = "mostrar pagina";
|
||||
$lang["config_barcode_page_cellspacing"] = "Mostrar espaciado de celda de la página";
|
||||
$lang["config_barcode_page_width"] = "Ancho de página";
|
||||
$lang["config_barcode_price"] = "Precio";
|
||||
$lang["config_barcode_second_row"] = "Renglón 2";
|
||||
$lang["config_barcode_third_row"] = "Renglón 3";
|
||||
$lang["config_barcode_tooltip"] = "Precaucion: Esta opcion puede duplicar articulos al ser importado o creado.--No lo utilices si no quieres duplicar codigos de barra";
|
||||
$lang["config_barcode_tooltip"] = "Advertencia:Esta característica puede causar que se creen o importen objetos duplicados. No lo use si no quiere códigos de barras duplicados.";
|
||||
$lang["config_barcode_type"] = "Tipo de codigo de barras";
|
||||
$lang["config_barcode_width"] = "Ancho (px)";
|
||||
$lang["config_bottom"] = "Final";
|
||||
@@ -33,7 +33,7 @@ $lang["config_cash_decimals"] = "decimales efectivo";
|
||||
$lang["config_cash_decimals_tooltip"] = "Si los decimales son iguales entonces no tendrá redondeo.";
|
||||
$lang["config_cash_rounding"] = "Redondeo de efectivo";
|
||||
$lang["config_center"] = "Centro";
|
||||
$lang["config_comma"] = "comma";
|
||||
$lang["config_comma"] = "coma";
|
||||
$lang["config_company"] = "Nombre de la Compañía";
|
||||
$lang["config_company_change_image"] = "Cambiar Imagen";
|
||||
$lang["config_company_logo"] = "Logo de la Compañía";
|
||||
@@ -42,12 +42,12 @@ $lang["config_company_required"] = "Nombre de la compañia es un campo requerido
|
||||
$lang["config_company_select_image"] = "Seleccionar Imagen";
|
||||
$lang["config_company_website_url"] = "Website de la compañía no es una URL valida (http://...).";
|
||||
$lang["config_country_codes"] = "Códigos de Países";
|
||||
$lang["config_country_codes_tooltip"] = "Comma lista separada de codigos de pais para la busqueda de direcciones";
|
||||
$lang["config_country_codes_tooltip"] = "Lista separada por comas de códigos de países para la búsqueda de direcciones nominatim.";
|
||||
$lang["config_currency_code"] = "código de moneda";
|
||||
$lang["config_currency_decimals"] = "Decimales de moneda";
|
||||
$lang["config_currency_symbol"] = "Símbolo de moneda";
|
||||
$lang["config_customer_reward"] = "Recompensa";
|
||||
$lang["config_customer_reward_duplicate"] = "Recompensa debe ser unica";
|
||||
$lang["config_customer_reward_duplicate"] = "Recompensa debe ser única";
|
||||
$lang["config_customer_reward_enable"] = "Habilita recompensas para los clientes";
|
||||
$lang["config_customer_reward_invalid_chars"] = "Recompensa no debe tener '_'";
|
||||
$lang["config_customer_reward_required"] = "Recompensa es un campo requerido";
|
||||
@@ -55,13 +55,13 @@ $lang["config_customer_sales_tax_support"] = "";
|
||||
$lang["config_date_or_time_format"] = "Filtro Fecha y Hora";
|
||||
$lang["config_datetimeformat"] = "Formato de Fecha y Hora";
|
||||
$lang["config_decimal_point"] = "Punto Decimal";
|
||||
$lang["config_default_barcode_font_size_number"] = "Default Código de barras no deben ser letras solo numeros";
|
||||
$lang["config_default_barcode_font_size_required"] = "Codigo de barras es un campo requerido";
|
||||
$lang["config_default_barcode_height_number"] = "Codigo de barras todos deben ser numeros";
|
||||
$lang["config_default_barcode_height_required"] = "Default Barcode Height is a required field.";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "Default Barcode Number in Row must be a number.";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "Default Barcode Number in Row is a required field.";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "Default Barcode Page Cellspacing must be a number.";
|
||||
$lang["config_default_barcode_font_size_number"] = "El tamaño de fuente del código de barras predeterminado debe ser un número.";
|
||||
$lang["config_default_barcode_font_size_required"] = "El tamaño de fuente predeterminado del código de barras es un campo obligatorio.";
|
||||
$lang["config_default_barcode_height_number"] = "La altura predeterminada del código de barras debe ser un número.";
|
||||
$lang["config_default_barcode_height_required"] = "La altura predeterminada del código de barras es un campo obligatorio.";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "El número de código de barras predeterminado en la fila debe ser un número.";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "El número de código de barras predeterminado en la fila es un campo obligatorio.";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "El espacio entre celdas predeterminado de la página de código de barras debe ser un número.";
|
||||
$lang["config_default_barcode_page_cellspacing_required"] = "Default Barcode Page Cellspacing is a required field.";
|
||||
$lang["config_default_barcode_page_width_number"] = "Default Barcode Page Width must be a number.";
|
||||
$lang["config_default_barcode_page_width_required"] = "Default Barcode Page Width is a required field.";
|
||||
|
||||
@@ -1,54 +1,53 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "";
|
||||
$lang["customers_account_number_duplicate"] = "";
|
||||
$lang["customers_available_points"] = "";
|
||||
$lang["customers_average"] = "";
|
||||
$lang["customers_avg_discount"] = "";
|
||||
$lang["customers_basic_information"] = "";
|
||||
$lang["customers_cannot_be_deleted"] = "";
|
||||
$lang["customers_company_name"] = "";
|
||||
$lang["customers_confirm_delete"] = "";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "";
|
||||
$lang["customers_discount_fixed"] = "";
|
||||
$lang["customers_discount_percent"] = "";
|
||||
$lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "";
|
||||
$lang["customers_excel_import_failed"] = "";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_excel_import_partially_failed"] = "";
|
||||
$lang["customers_excel_import_success"] = "";
|
||||
$lang["customers_import_items_excel"] = "";
|
||||
$lang["customers_mailchimp_activity_click"] = "";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "";
|
||||
$lang["customers_mailchimp_activity_open"] = "";
|
||||
$lang["customers_mailchimp_activity_total"] = "";
|
||||
$lang["customers_mailchimp_activity_unopen"] = "";
|
||||
$lang["customers_mailchimp_email_client"] = "";
|
||||
$lang["customers_mailchimp_info"] = "";
|
||||
$lang["customers_mailchimp_member_rating"] = "";
|
||||
$lang["customers_mailchimp_status"] = "";
|
||||
$lang["customers_mailchimp_vip"] = "";
|
||||
$lang["customers_max"] = "";
|
||||
$lang["customers_min"] = "";
|
||||
$lang["customers_new"] = "";
|
||||
$lang["customers_none_selected"] = "";
|
||||
$lang["customers_one_or_multiple"] = "";
|
||||
$lang["customers_quantity"] = "";
|
||||
$lang["customers_stats_info"] = "";
|
||||
$lang["customers_successful_adding"] = "";
|
||||
$lang["customers_successful_deleted"] = "";
|
||||
$lang["customers_successful_updating"] = "";
|
||||
$lang["customers_tax_code"] = "";
|
||||
$lang["customers_tax_id"] = "";
|
||||
$lang["customers_taxable"] = "";
|
||||
$lang["customers_total"] = "";
|
||||
$lang["customers_update"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
<?php
|
||||
$lang["customers_account_number"] = "Cuenta #";
|
||||
$lang["customers_account_number_duplicate"] = "El Número de Cuenta ya se encuentra en la base de datos.";
|
||||
$lang["customers_available_points"] = "Puntos Disponibles";
|
||||
$lang["customers_average"] = "Gasto Promedio";
|
||||
$lang["customers_avg_discount"] = "Descuento Promedio";
|
||||
$lang["customers_basic_information"] = "Información";
|
||||
$lang["customers_cannot_be_deleted"] = "No se pueden borrar los Clientes seleccionados, uno o más tienen ventas.";
|
||||
$lang["customers_company_name"] = "Compañia";
|
||||
$lang["customers_confirm_delete"] = "¿Está seguro que quiere borrar los Clientes seleccionados?";
|
||||
$lang["customers_confirm_restore"] = "¿Está seguro que quiere restaurar los clientes seleccionados?";
|
||||
$lang["customers_consent"] = "Consentimiento de registro";
|
||||
$lang["customers_consent_required"] = "Consentimiento de registro es un campo requerido.";
|
||||
$lang["customers_customer"] = "Cliente";
|
||||
$lang["customers_date"] = "Fecha";
|
||||
$lang["customers_discount"] = "Descuento";
|
||||
$lang["customers_discount_fixed"] = "Descuento Fijo";
|
||||
$lang["customers_discount_percent"] = "Porcentaje de Descuento";
|
||||
$lang["customers_discount_type"] = "Tipo de Descuento";
|
||||
$lang["customers_email_duplicate"] = "El correo electrónico ya se encuentra en la base de datos.";
|
||||
$lang["customers_employee"] = "Empleado";
|
||||
$lang["customers_error_adding_updating"] = "Fallo al agregar o actualizar el Cliente.";
|
||||
$lang["customers_csv_import_failed"] = "Fallo al importar a CSV";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "El archivo subido no contiene datos o no está formado correctamente.";
|
||||
$lang["customers_csv_import_partially_failed"] = "La importación del Cliente fue exitosa pero con algunos errores:";
|
||||
$lang["customers_csv_import_success"] = "Cliente importado exitosamente.";
|
||||
$lang["customers_import_items_csv"] = "Importar Cliente desde CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Click Correo Electrónico";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Último correo electrónico abierto";
|
||||
$lang["customers_mailchimp_activity_open"] = "Correo electrónico abierto";
|
||||
$lang["customers_mailchimp_activity_total"] = "Correo electrónico enviado";
|
||||
$lang["customers_mailchimp_activity_unopen"] = "Correo electrónico sin abrir";
|
||||
$lang["customers_mailchimp_email_client"] = "cliente de correo electrónico";
|
||||
$lang["customers_mailchimp_info"] = "Mailchimp";
|
||||
$lang["customers_mailchimp_member_rating"] = "Puntaje";
|
||||
$lang["customers_mailchimp_status"] = "Estado";
|
||||
$lang["customers_mailchimp_vip"] = "VIP";
|
||||
$lang["customers_max"] = "Gasto Máximo";
|
||||
$lang["customers_min"] = "Gasto Mínimo";
|
||||
$lang["customers_new"] = "Nuevo Cliente";
|
||||
$lang["customers_none_selected"] = "No ha seleccionado un Cliente para borrar.";
|
||||
$lang["customers_one_or_multiple"] = "Cliente(s)";
|
||||
$lang["customers_quantity"] = "Cantidad";
|
||||
$lang["customers_stats_info"] = "Estadísticas";
|
||||
$lang["customers_successful_adding"] = "Ha agregado un Cliente con éxito";
|
||||
$lang["customers_successful_deleted"] = "Lo ha borrado exitosamente";
|
||||
$lang["customers_successful_updating"] = "Ha actualizado un Cliente exitosamente";
|
||||
$lang["customers_tax_code"] = "Código de Impuesto";
|
||||
$lang["customers_tax_id"] = "Id Impuesto";
|
||||
$lang["customers_taxable"] = "Impuestable";
|
||||
$lang["customers_total"] = "Gasto total";
|
||||
$lang["customers_update"] = "Actualizar Cliente";
|
||||
$lang["rewards_package"] = "Paquete de Recompensas";
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang["datepicker_all_time"] = "";
|
||||
$lang["datepicker_apply"] = "";
|
||||
$lang["datepicker_cancel"] = "";
|
||||
$lang["datepicker_custom"] = "";
|
||||
$lang["datepicker_from"] = "";
|
||||
$lang["datepicker_last_30"] = "";
|
||||
$lang["datepicker_last_7"] = "";
|
||||
$lang["datepicker_last_financial_year"] = "";
|
||||
$lang["datepicker_last_month"] = "";
|
||||
$lang["datepicker_last_year"] = "";
|
||||
$lang["datepicker_same_month_last_year"] = "";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "";
|
||||
$lang["datepicker_this_financial_year"] = "";
|
||||
$lang["datepicker_this_month"] = "";
|
||||
$lang["datepicker_this_year"] = "";
|
||||
$lang["datepicker_to"] = "";
|
||||
$lang["datepicker_today"] = "";
|
||||
$lang["datepicker_today_last_year"] = "";
|
||||
$lang["datepicker_weekstart"] = "";
|
||||
$lang["datepicker_yesterday"] = "";
|
||||
<?php
|
||||
$lang["datepicker_all_time"] = "Todo";
|
||||
$lang["datepicker_apply"] = "Aplicar";
|
||||
$lang["datepicker_cancel"] = "Cancelar";
|
||||
$lang["datepicker_custom"] = "Personalizar";
|
||||
$lang["datepicker_from"] = "Desde";
|
||||
$lang["datepicker_last_30"] = "Últimos 30 días";
|
||||
$lang["datepicker_last_7"] = "Últimos 7 días";
|
||||
$lang["datepicker_last_financial_year"] = "Último año fiscal";
|
||||
$lang["datepicker_last_month"] = "Mes pasado";
|
||||
$lang["datepicker_last_year"] = "Año pasado";
|
||||
$lang["datepicker_same_month_last_year"] = "Mismo mes del año pasado";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "Mismo mes al mismo día del año pasado";
|
||||
$lang["datepicker_this_financial_year"] = "Año fiscal actual";
|
||||
$lang["datepicker_this_month"] = "Mes actual";
|
||||
$lang["datepicker_this_year"] = "Año actual";
|
||||
$lang["datepicker_to"] = "Hasta";
|
||||
$lang["datepicker_today"] = "Hoy";
|
||||
$lang["datepicker_today_last_year"] = "Hoy, del año pasado";
|
||||
$lang["datepicker_weekstart"] = "0";
|
||||
$lang["datepicker_yesterday"] = "Ayer";
|
||||
|
||||
@@ -1,37 +1,36 @@
|
||||
<?php
|
||||
|
||||
$lang["employees_basic_information"] = "";
|
||||
$lang["employees_cannot_be_deleted"] = "";
|
||||
$lang["employees_change_password"] = "";
|
||||
$lang["employees_confirm_delete"] = "";
|
||||
$lang["employees_confirm_restore"] = "";
|
||||
$lang["employees_current_password"] = "";
|
||||
$lang["employees_current_password_invalid"] = "";
|
||||
$lang["employees_employee"] = "";
|
||||
$lang["employees_error_adding_updating"] = "";
|
||||
$lang["employees_error_deleting_demo_admin"] = "";
|
||||
$lang["employees_error_updating_demo_admin"] = "";
|
||||
$lang["employees_language"] = "";
|
||||
$lang["employees_login_info"] = "";
|
||||
$lang["employees_new"] = "";
|
||||
$lang["employees_none_selected"] = "";
|
||||
$lang["employees_one_or_multiple"] = "";
|
||||
$lang["employees_password"] = "";
|
||||
$lang["employees_password_minlength"] = "";
|
||||
$lang["employees_password_must_match"] = "";
|
||||
$lang["employees_password_not_must_match"] = "";
|
||||
$lang["employees_password_required"] = "";
|
||||
$lang["employees_permission_desc"] = "";
|
||||
$lang["employees_permission_info"] = "";
|
||||
$lang["employees_repeat_password"] = "";
|
||||
$lang["employees_subpermission_required"] = "";
|
||||
$lang["employees_successful_adding"] = "";
|
||||
$lang["employees_successful_change_password"] = "";
|
||||
$lang["employees_successful_deleted"] = "";
|
||||
$lang["employees_successful_updating"] = "";
|
||||
$lang["employees_system_language"] = "";
|
||||
$lang["employees_unsuccessful_change_password"] = "";
|
||||
$lang["employees_update"] = "";
|
||||
$lang["employees_username"] = "";
|
||||
$lang["employees_username_minlength"] = "";
|
||||
$lang["employees_username_required"] = "";
|
||||
<?php
|
||||
$lang["employees_basic_information"] = "Información";
|
||||
$lang["employees_cannot_be_deleted"] = "No se puede borrar los empleados seleccionados, uno o más de ellos tienen ventas registradas ó intentas borrar tu propia cuenta.";
|
||||
$lang["employees_change_password"] = "Cambiar contraseña";
|
||||
$lang["employees_confirm_delete"] = "¿Estás seguro que deseas borrar los empleados seleccionados?";
|
||||
$lang["employees_confirm_restore"] = "¿Estás seguro que deseas restaurar los empleados seleccionados?";
|
||||
$lang["employees_current_password"] = "Contraseña Actual";
|
||||
$lang["employees_current_password_invalid"] = "La contraseña actual es inválida.";
|
||||
$lang["employees_employee"] = "Empleado";
|
||||
$lang["employees_error_adding_updating"] = "Agregar ó Actualizar empleado ha fallado.";
|
||||
$lang["employees_error_deleting_demo_admin"] = "No puede borrar el usuario demo de administrador.";
|
||||
$lang["employees_error_updating_demo_admin"] = "No puede cambiar el usuario demo de administrador.";
|
||||
$lang["employees_language"] = "Idioma";
|
||||
$lang["employees_login_info"] = "Iniciar sesión";
|
||||
$lang["employees_new"] = "Nuevo Empleado";
|
||||
$lang["employees_none_selected"] = "No ha seleccionado empleados a 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 letras.";
|
||||
$lang["employees_password_must_match"] = "Las contraseñas no coinciden.";
|
||||
$lang["employees_password_not_must_match"] = "La contraseña actual y nueva contraseña deben ser distintas.";
|
||||
$lang["employees_password_required"] = "Se requiere contraseña.";
|
||||
$lang["employees_permission_desc"] = "Selecciona las casillas para otorgar acceso a los módulos.";
|
||||
$lang["employees_permission_info"] = "Permisos";
|
||||
$lang["employees_repeat_password"] = "Contraseña otra vez";
|
||||
$lang["employees_subpermission_required"] = "Concede por lo menos un permiso para cada módulo.";
|
||||
$lang["employees_successful_adding"] = "Empleado agregado exitosamente.";
|
||||
$lang["employees_successful_change_password"] = "Cambio de contraseña exitoso.";
|
||||
$lang["employees_successful_deleted"] = "Eliminado Satisfactoriamente";
|
||||
$lang["employees_successful_updating"] = "Empleado actualizado exitosamente";
|
||||
$lang["employees_system_language"] = "Idioma del sistema";
|
||||
$lang["employees_unsuccessful_change_password"] = "El cambio de contraseña ha fallado.";
|
||||
$lang["employees_update"] = "Actualizar Empleado";
|
||||
$lang["employees_username"] = "Nombre de Usuario";
|
||||
$lang["employees_username_minlength"] = "Nombre de usuario debe tener por lo menos 5 letras.";
|
||||
$lang["employees_username_required"] = "Es necesario el nombre de usuario.";
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
$lang["enum_half_down"] = "";
|
||||
$lang["enum_half_even"] = "";
|
||||
$lang["enum_half_five"] = "";
|
||||
$lang["enum_half_odd"] = "";
|
||||
$lang["enum_half_up"] = "";
|
||||
$lang["enum_round_down"] = "";
|
||||
$lang["enum_round_up"] = "";
|
||||
<?php
|
||||
$lang["enum_half_down"] = "Mitad abajo";
|
||||
$lang["enum_half_even"] = "Mitad par";
|
||||
$lang["enum_half_five"] = "Cinco y media";
|
||||
$lang["enum_half_odd"] = "Mitad impar";
|
||||
$lang["enum_half_up"] = "Medio arriba";
|
||||
$lang["enum_round_down"] = "Truncado";
|
||||
$lang["enum_round_up"] = "Redondeo arriba";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
$lang["error_no_permission_module"] = "";
|
||||
$lang["error_unknown"] = "";
|
||||
<?php
|
||||
$lang["error_no_permission_module"] = "No tienes permiso para acceder el módulo llamado";
|
||||
$lang["error_unknown"] = "Error inesperado";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang["category_name_required"] = "";
|
||||
$lang["expenses_categories_add_item"] = "";
|
||||
<?php
|
||||
$lang["category_name_required"] = "Nombre requerido";
|
||||
$lang["expenses_categories_add_item"] = "Agregar categoría";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "";
|
||||
$lang["expenses_categories_category_id"] = "";
|
||||
$lang["expenses_categories_confirm_delete"] = "";
|
||||
|
||||
@@ -1,46 +1,45 @@
|
||||
<?php
|
||||
|
||||
$lang["expenses_add_item"] = "";
|
||||
$lang["expenses_amount"] = "";
|
||||
$lang["expenses_amount_number"] = "";
|
||||
$lang["expenses_amount_required"] = "";
|
||||
$lang["expenses_by_category"] = "";
|
||||
$lang["expenses_cannot_be_deleted"] = "";
|
||||
$lang["expenses_cash"] = "";
|
||||
$lang["expenses_cash_filter"] = "";
|
||||
$lang["expenses_categories_name"] = "";
|
||||
$lang["expenses_category_required"] = "";
|
||||
$lang["expenses_check"] = "";
|
||||
$lang["expenses_check_filter"] = "";
|
||||
$lang["expenses_confirm_delete"] = "";
|
||||
$lang["expenses_confirm_restore"] = "";
|
||||
$lang["expenses_credit"] = "";
|
||||
$lang["expenses_credit_filter"] = "";
|
||||
$lang["expenses_date"] = "";
|
||||
$lang["expenses_date_number"] = "";
|
||||
$lang["expenses_date_required"] = "";
|
||||
$lang["expenses_debit"] = "";
|
||||
$lang["expenses_debit_filter"] = "";
|
||||
$lang["expenses_description"] = "";
|
||||
$lang["expenses_due"] = "";
|
||||
$lang["expenses_due_filter"] = "";
|
||||
$lang["expenses_employee"] = "";
|
||||
$lang["expenses_error_adding_updating"] = "";
|
||||
$lang["expenses_expense_id"] = "";
|
||||
$lang["expenses_expenses_employee"] = "";
|
||||
$lang["expenses_info"] = "";
|
||||
$lang["expenses_is_deleted"] = "";
|
||||
$lang["expenses_name_required"] = "";
|
||||
$lang["expenses_new"] = "";
|
||||
$lang["expenses_no_expenses_to_display"] = "";
|
||||
$lang["expenses_none_selected"] = "";
|
||||
$lang["expenses_one_or_multiple"] = "";
|
||||
$lang["expenses_payment"] = "";
|
||||
$lang["expenses_start_typing_supplier_name"] = "";
|
||||
$lang["expenses_successful_adding"] = "";
|
||||
$lang["expenses_successful_deleted"] = "";
|
||||
$lang["expenses_successful_updating"] = "";
|
||||
$lang["expenses_supplier_name"] = "";
|
||||
$lang["expenses_supplier_tax_code"] = "";
|
||||
$lang["expenses_tax_amount"] = "";
|
||||
$lang["expenses_update"] = "";
|
||||
<?php
|
||||
$lang["expenses_add_item"] = "Agregar Gasto";
|
||||
$lang["expenses_amount"] = "Monto";
|
||||
$lang["expenses_amount_number"] = "El monto debe ser un número";
|
||||
$lang["expenses_amount_required"] = "Es necesario agregar el Monto del Gasto";
|
||||
$lang["expenses_by_category"] = "Categoría";
|
||||
$lang["expenses_cannot_be_deleted"] = "No se pudo eliminar la Categoría de Gasto(s)";
|
||||
$lang["expenses_cash"] = "Efectivo";
|
||||
$lang["expenses_cash_filter"] = "Efectivo";
|
||||
$lang["expenses_categories_name"] = "Categoría";
|
||||
$lang["expenses_category_required"] = "Categoría es un campo obligatorio";
|
||||
$lang["expenses_check"] = "Cheque";
|
||||
$lang["expenses_check_filter"] = "Cheque";
|
||||
$lang["expenses_confirm_delete"] = "¿Está seguro de que desea eliminar los gastos seleccionados?";
|
||||
$lang["expenses_confirm_restore"] = "¿Está seguro de que desea restaurar los gastos seleccionados?";
|
||||
$lang["expenses_credit"] = "Tarjeta de Crédito";
|
||||
$lang["expenses_credit_filter"] = "Tarjeta de Crédito";
|
||||
$lang["expenses_date"] = "Fecha";
|
||||
$lang["expenses_date_number"] = "la fecha debe ser un número";
|
||||
$lang["expenses_date_required"] = "la fecha es un campo obligatorio";
|
||||
$lang["expenses_debit"] = "Tarjeta de Débito";
|
||||
$lang["expenses_debit_filter"] = "Tarjeta de Débito";
|
||||
$lang["expenses_description"] = "Descripción";
|
||||
$lang["expenses_due"] = "A Crédito";
|
||||
$lang["expenses_due_filter"] = "A Crédito";
|
||||
$lang["expenses_employee"] = "Creado por";
|
||||
$lang["expenses_error_adding_updating"] = "Error al agregar/actualizar Gasto";
|
||||
$lang["expenses_expense_id"] = "Id.";
|
||||
$lang["expenses_expenses_employee"] = "Empleado";
|
||||
$lang["expenses_info"] = "Información de Gasto";
|
||||
$lang["expenses_is_deleted"] = "Eliminado";
|
||||
$lang["expenses_name_required"] = "Se requiere el Nombre del Gasto";
|
||||
$lang["expenses_new"] = "Nuevo Gasto";
|
||||
$lang["expenses_no_expenses_to_display"] = "No hay gastos a mostrar";
|
||||
$lang["expenses_none_selected"] = "No ha seleccionado ningún gasto";
|
||||
$lang["expenses_one_or_multiple"] = "Gasto(s)";
|
||||
$lang["expenses_payment"] = "Tipo de Pago";
|
||||
$lang["expenses_start_typing_supplier_name"] = "Comience a escribir el nombre del proveedor...";
|
||||
$lang["expenses_successful_adding"] = "Gasto agregado exitosamente";
|
||||
$lang["expenses_successful_deleted"] = "Gasto eliminado exitosamente";
|
||||
$lang["expenses_successful_updating"] = "Gasto actualizado exitosamente";
|
||||
$lang["expenses_supplier_name"] = "Proveedor";
|
||||
$lang["expenses_supplier_tax_code"] = "Código de Impuesto";
|
||||
$lang["expenses_tax_amount"] = "Impuesto";
|
||||
$lang["expenses_update"] = "Actualizar Gasto";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "";
|
||||
$lang["giftcards_csv_import_failed"] = "";
|
||||
$lang["giftcards_generate_barcodes"] = "";
|
||||
$lang["giftcards_giftcard"] = "";
|
||||
$lang["giftcards_giftcard_number"] = "";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "";
|
||||
$lang["items_empty_upc_items"] = "";
|
||||
$lang["items_error_adding_updating"] = "";
|
||||
$lang["items_error_updating_multiple"] = "";
|
||||
$lang["items_excel_import_failed"] = "";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["items_excel_import_partially_failed"] = "";
|
||||
$lang["items_excel_import_success"] = "";
|
||||
$lang["items_csv_import_failed"] = "";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "";
|
||||
$lang["items_csv_import_partially_failed"] = "";
|
||||
$lang["items_csv_import_success"] = "";
|
||||
$lang["items_generate_barcodes"] = "";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "";
|
||||
$lang["items_import_items_excel"] = "";
|
||||
$lang["items_import_items_csv"] = "";
|
||||
$lang["items_info_provided_by"] = "";
|
||||
$lang["items_inventory"] = "";
|
||||
$lang["items_inventory_comments"] = "";
|
||||
|
||||
@@ -1,176 +1,175 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
$lang["rewards_remaining_balance"] = "";
|
||||
$lang["sales_account_number"] = "";
|
||||
$lang["sales_add_payment"] = "";
|
||||
$lang["sales_amount_due"] = "";
|
||||
$lang["sales_amount_tendered"] = "";
|
||||
$lang["sales_authorized_signature"] = "";
|
||||
$lang["sales_cancel_sale"] = "";
|
||||
$lang["sales_cash"] = "";
|
||||
$lang["sales_cash_deposit"] = "";
|
||||
$lang["sales_cash_filter"] = "";
|
||||
$lang["sales_change_due"] = "";
|
||||
$lang["sales_check"] = "";
|
||||
$lang["sales_check_balance"] = "";
|
||||
$lang["sales_check_filter"] = "";
|
||||
$lang["sales_comment"] = "";
|
||||
$lang["sales_comments"] = "";
|
||||
$lang["sales_complete_sale"] = "";
|
||||
$lang["sales_confirm_cancel_sale"] = "";
|
||||
$lang["sales_confirm_delete"] = "";
|
||||
$lang["sales_confirm_restore"] = "";
|
||||
$lang["sales_credit"] = "";
|
||||
$lang["sales_credit_deposit"] = "";
|
||||
$lang["sales_customer"] = "";
|
||||
$lang["sales_customer_address"] = "";
|
||||
$lang["sales_customer_discount"] = "";
|
||||
$lang["sales_customer_email"] = "";
|
||||
$lang["sales_customer_location"] = "";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "";
|
||||
$lang["sales_date"] = "";
|
||||
$lang["sales_date_range"] = "";
|
||||
$lang["sales_date_required"] = "";
|
||||
$lang["sales_date_type"] = "";
|
||||
$lang["sales_debit"] = "";
|
||||
$lang["sales_delete"] = "";
|
||||
$lang["sales_delete_confirmation"] = "";
|
||||
$lang["sales_delete_entire_sale"] = "";
|
||||
$lang["sales_delete_successful"] = "";
|
||||
$lang["sales_delete_unsuccessful"] = "";
|
||||
$lang["sales_description_abbrv"] = "";
|
||||
$lang["sales_discard"] = "";
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Puntos Disponibles";
|
||||
$lang["rewards_package"] = "Premios";
|
||||
$lang["rewards_remaining_balance"] = "Puntos de recompensa sobrante son: ";
|
||||
$lang["sales_account_number"] = "Cuenta #";
|
||||
$lang["sales_add_payment"] = "Agregar Pago";
|
||||
$lang["sales_amount_due"] = "Monto de adeudo";
|
||||
$lang["sales_amount_tendered"] = "Cantidad Recibida";
|
||||
$lang["sales_authorized_signature"] = "Firma Autorizada";
|
||||
$lang["sales_cancel_sale"] = "Cancelar";
|
||||
$lang["sales_cash"] = "Efectivo";
|
||||
$lang["sales_cash_deposit"] = "Deposito en Efectivo";
|
||||
$lang["sales_cash_filter"] = "Efectivo";
|
||||
$lang["sales_change_due"] = "Cambio";
|
||||
$lang["sales_check"] = "Cheque";
|
||||
$lang["sales_check_balance"] = "Balance de Cheque";
|
||||
$lang["sales_check_filter"] = "Comprobar";
|
||||
$lang["sales_comment"] = "Comentario";
|
||||
$lang["sales_comments"] = "Comentarios";
|
||||
$lang["sales_complete_sale"] = "Completar";
|
||||
$lang["sales_confirm_cancel_sale"] = "¿Está seguro que desea limpiar la venta? Todos los artículos serán borrados.";
|
||||
$lang["sales_confirm_delete"] = "¿Está seguro que desea borrar todas las ventas seleccionadas?";
|
||||
$lang["sales_confirm_restore"] = "¿Está seguro de desear restaurar las ventas seleccionadas?";
|
||||
$lang["sales_credit"] = "Tarjeta de Crédito";
|
||||
$lang["sales_credit_deposit"] = "Deposito de crédito";
|
||||
$lang["sales_customer"] = "Nombre";
|
||||
$lang["sales_customer_address"] = "Dirección";
|
||||
$lang["sales_customer_discount"] = "Descuento";
|
||||
$lang["sales_customer_email"] = "Correo electrónico";
|
||||
$lang["sales_customer_location"] = "Ubicación";
|
||||
$lang["sales_customer_mailchimp_status"] = "Estado de Mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Obligatorio para pagos vencidos)";
|
||||
$lang["sales_customer_required"] = "(Obligatorio)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Fecha de venta";
|
||||
$lang["sales_date_range"] = "Rango de fechas";
|
||||
$lang["sales_date_required"] = "Ingresar una fecha correcta.";
|
||||
$lang["sales_date_type"] = "La fecha es un campo requerido.";
|
||||
$lang["sales_debit"] = "Tarjeta de débito";
|
||||
$lang["sales_delete"] = "Permitir borrar";
|
||||
$lang["sales_delete_confirmation"] = "¿Seguro(a) de querer borrar esta venta? Esta acción no se puede deshacer.";
|
||||
$lang["sales_delete_entire_sale"] = "Eliminar la venta completa";
|
||||
$lang["sales_delete_successful"] = "Venta borrada correctamente.";
|
||||
$lang["sales_delete_unsuccessful"] = "Fallo al borrar la venta.";
|
||||
$lang["sales_description_abbrv"] = "Descrip.";
|
||||
$lang["sales_discard"] = "Descartar";
|
||||
$lang["sales_discard_quote"] = "";
|
||||
$lang["sales_discount"] = "";
|
||||
$lang["sales_discount_included"] = "";
|
||||
$lang["sales_discount_short"] = "";
|
||||
$lang["sales_due"] = "";
|
||||
$lang["sales_due_filter"] = "";
|
||||
$lang["sales_edit"] = "";
|
||||
$lang["sales_edit_item"] = "";
|
||||
$lang["sales_edit_sale"] = "";
|
||||
$lang["sales_email_receipt"] = "";
|
||||
$lang["sales_employee"] = "";
|
||||
$lang["sales_entry"] = "";
|
||||
$lang["sales_error_editing_item"] = "";
|
||||
$lang["sales_find_or_scan_item"] = "";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "";
|
||||
$lang["sales_giftcard"] = "";
|
||||
$lang["sales_giftcard_balance"] = "";
|
||||
$lang["sales_giftcard_number"] = "";
|
||||
$lang["sales_group_by_category"] = "";
|
||||
$lang["sales_group_by_type"] = "";
|
||||
$lang["sales_hsn"] = "";
|
||||
$lang["sales_id"] = "";
|
||||
$lang["sales_include_prices"] = "";
|
||||
$lang["sales_invoice"] = "";
|
||||
$lang["sales_invoice_confirm"] = "";
|
||||
$lang["sales_invoice_enable"] = "";
|
||||
$lang["sales_invoice_filter"] = "";
|
||||
$lang["sales_invoice_no_email"] = "";
|
||||
$lang["sales_invoice_number"] = "";
|
||||
$lang["sales_invoice_number_duplicate"] = "";
|
||||
$lang["sales_invoice_sent"] = "";
|
||||
$lang["sales_invoice_total"] = "";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "";
|
||||
$lang["sales_invoice_type_custom_tax_invoice"] = "";
|
||||
$lang["sales_invoice_type_invoice"] = "";
|
||||
$lang["sales_invoice_type_tax_invoice"] = "";
|
||||
$lang["sales_invoice_unsent"] = "";
|
||||
$lang["sales_invoice_update"] = "";
|
||||
$lang["sales_item_insufficient_of_stock"] = "";
|
||||
$lang["sales_item_name"] = "";
|
||||
$lang["sales_item_number"] = "";
|
||||
$lang["sales_item_out_of_stock"] = "";
|
||||
$lang["sales_mode"] = "";
|
||||
$lang["sales_must_enter_numeric"] = "";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "";
|
||||
$lang["sales_new_customer"] = "";
|
||||
$lang["sales_new_item"] = "";
|
||||
$lang["sales_no_description"] = "";
|
||||
$lang["sales_no_filter"] = "";
|
||||
$lang["sales_no_items_in_cart"] = "";
|
||||
$lang["sales_no_sales_to_display"] = "";
|
||||
$lang["sales_none_selected"] = "";
|
||||
$lang["sales_not_authorized"] = "";
|
||||
$lang["sales_one_or_multiple"] = "";
|
||||
$lang["sales_payment"] = "";
|
||||
$lang["sales_payment_amount"] = "";
|
||||
$lang["sales_payment_not_cover_total"] = "";
|
||||
$lang["sales_payment_type"] = "";
|
||||
$lang["sales_payments_total"] = "";
|
||||
$lang["sales_price"] = "";
|
||||
$lang["sales_print_after_sale"] = "";
|
||||
$lang["sales_quantity"] = "";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "";
|
||||
$lang["sales_quantity_less_than_zero"] = "";
|
||||
$lang["sales_quantity_of_items"] = "";
|
||||
$lang["sales_quote"] = "";
|
||||
$lang["sales_quote_number"] = "";
|
||||
$lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "";
|
||||
$lang["sales_receipt_sent"] = "";
|
||||
$lang["sales_receipt_unsent"] = "";
|
||||
$lang["sales_register"] = "";
|
||||
$lang["sales_remove_customer"] = "";
|
||||
$lang["sales_return"] = "";
|
||||
$lang["sales_rewards"] = "";
|
||||
$lang["sales_rewards_balance"] = "";
|
||||
$lang["sales_sale"] = "";
|
||||
$lang["sales_sale_by_invoice"] = "";
|
||||
$lang["sales_sale_for_customer"] = "";
|
||||
$lang["sales_sale_time"] = "";
|
||||
$lang["sales_sales_tax"] = "";
|
||||
$lang["sales_select_customer"] = "";
|
||||
$lang["sales_send_invoice"] = "";
|
||||
$lang["sales_send_quote"] = "";
|
||||
$lang["sales_send_receipt"] = "";
|
||||
$lang["sales_send_work_order"] = "";
|
||||
$lang["sales_serial"] = "";
|
||||
$lang["sales_show_invoice"] = "";
|
||||
$lang["sales_show_receipt"] = "";
|
||||
$lang["sales_start_typing_customer_name"] = "";
|
||||
$lang["sales_start_typing_item_name"] = "";
|
||||
$lang["sales_stock"] = "";
|
||||
$lang["sales_stock_location"] = "";
|
||||
$lang["sales_sub_total"] = "";
|
||||
$lang["sales_successfully_deleted"] = "";
|
||||
$lang["sales_successfully_restored"] = "";
|
||||
$lang["sales_successfully_suspended_sale"] = "";
|
||||
$lang["sales_successfully_updated"] = "";
|
||||
$lang["sales_suspend_sale"] = "";
|
||||
$lang["sales_suspended_doc_id"] = "";
|
||||
$lang["sales_suspended_sale_id"] = "";
|
||||
$lang["sales_suspended_sales"] = "";
|
||||
$lang["sales_table"] = "";
|
||||
$lang["sales_takings"] = "";
|
||||
$lang["sales_tax"] = "";
|
||||
$lang["sales_tax_id"] = "";
|
||||
$lang["sales_tax_invoice"] = "";
|
||||
$lang["sales_tax_percent"] = "";
|
||||
$lang["sales_total"] = "";
|
||||
$lang["sales_total_tax_exclusive"] = "";
|
||||
$lang["sales_transaction_failed"] = "";
|
||||
$lang["sales_unable_to_add_item"] = "";
|
||||
$lang["sales_unsuccessfully_deleted"] = "";
|
||||
$lang["sales_unsuccessfully_restored"] = "";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "";
|
||||
$lang["sales_unsuccessfully_updated"] = "";
|
||||
$lang["sales_unsuspend"] = "";
|
||||
$lang["sales_unsuspend_and_delete"] = "";
|
||||
$lang["sales_update"] = "";
|
||||
$lang["sales_upi"] = "";
|
||||
$lang["sales_work_order"] = "";
|
||||
$lang["sales_work_order_number"] = "";
|
||||
$lang["sales_work_order_number_duplicate"] = "";
|
||||
$lang["sales_work_order_sent"] = "";
|
||||
$lang["sales_work_order_unsent"] = "";
|
||||
$lang["sales_discount"] = "Desc.";
|
||||
$lang["sales_discount_included"] = "% Descuento";
|
||||
$lang["sales_discount_short"] = "%";
|
||||
$lang["sales_due"] = "Adeudo";
|
||||
$lang["sales_due_filter"] = "Adeudo";
|
||||
$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_entry"] = "Entrada";
|
||||
$lang["sales_error_editing_item"] = "Error editando el artículo";
|
||||
$lang["sales_find_or_scan_item"] = "Buscar o escanear artículo";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "Buscar o escanear artículo o recibo";
|
||||
$lang["sales_giftcard"] = "Tarjeta de regalo";
|
||||
$lang["sales_giftcard_balance"] = "Balance de Tarjeta de Regalo";
|
||||
$lang["sales_giftcard_number"] = "Número de Tarjeta de Regalo";
|
||||
$lang["sales_group_by_category"] = "Grupo por Categoría";
|
||||
$lang["sales_group_by_type"] = "Grupo por Tipo";
|
||||
$lang["sales_hsn"] = "HSN";
|
||||
$lang["sales_id"] = "ID de Venta";
|
||||
$lang["sales_include_prices"] = "¿Incluir precios?";
|
||||
$lang["sales_invoice"] = "Factura de venta";
|
||||
$lang["sales_invoice_confirm"] = "Esta factura sera enviada a";
|
||||
$lang["sales_invoice_enable"] = "Crear factura";
|
||||
$lang["sales_invoice_filter"] = "Facturas";
|
||||
$lang["sales_invoice_no_email"] = "Este cliente no tiene un correo electrónico válido.";
|
||||
$lang["sales_invoice_number"] = "Factura #";
|
||||
$lang["sales_invoice_number_duplicate"] = "Por favor ingrese un número de factura único.";
|
||||
$lang["sales_invoice_sent"] = "Factura enviada a";
|
||||
$lang["sales_invoice_total"] = "Total Facturado";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "Factura Personalizada (custom_invoice.php)";
|
||||
$lang["sales_invoice_type_custom_tax_invoice"] = "Factura de Impuesto personalizada (custom_tax_invoice.php)";
|
||||
$lang["sales_invoice_type_invoice"] = "Factura";
|
||||
$lang["sales_invoice_type_tax_invoice"] = "Factura de Impuestos";
|
||||
$lang["sales_invoice_unsent"] = "Fallo el envio de la factura a";
|
||||
$lang["sales_invoice_update"] = "Recuento";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Cantidad insuficiente en inventario.";
|
||||
$lang["sales_item_name"] = "Nombre del Artículo";
|
||||
$lang["sales_item_number"] = "Artículo #";
|
||||
$lang["sales_item_out_of_stock"] = "El artículo está agotado.";
|
||||
$lang["sales_mode"] = "Registrar Modo";
|
||||
$lang["sales_must_enter_numeric"] = "Cantidad recibida debe ser un número.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Número de Tarjeta de Regalo debe ser un número.";
|
||||
$lang["sales_new_customer"] = "Cliente Nuevo";
|
||||
$lang["sales_new_item"] = "Artículo Nuevo";
|
||||
$lang["sales_no_description"] = "Sin descripción";
|
||||
$lang["sales_no_filter"] = "Todos";
|
||||
$lang["sales_no_items_in_cart"] = "No hay artículos en el carrito.";
|
||||
$lang["sales_no_sales_to_display"] = "No hay ventas que mostrar.";
|
||||
$lang["sales_none_selected"] = "No has seleccionado alguna venta para borrar.";
|
||||
$lang["sales_not_authorized"] = "Esta acción no esta autorizada.";
|
||||
$lang["sales_one_or_multiple"] = "Venta(s)";
|
||||
$lang["sales_payment"] = "Tipo de pago";
|
||||
$lang["sales_payment_amount"] = "Cantidad";
|
||||
$lang["sales_payment_not_cover_total"] = "La cantidad pagada debe ser mayor o igual al Total.";
|
||||
$lang["sales_payment_type"] = "Tipo";
|
||||
$lang["sales_payments_total"] = "Total de pagado";
|
||||
$lang["sales_price"] = "Precio";
|
||||
$lang["sales_print_after_sale"] = "Imprimir recibo después de una venta";
|
||||
$lang["sales_quantity"] = "Cantidad";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Advertencia. La cantidad deseada es insuficiente.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Advertencia. La cantidad deseada es insuficiente. Puedes procesar la venta pero verifica el inventario.";
|
||||
$lang["sales_quantity_of_items"] = "Cantidad de %1 artículos";
|
||||
$lang["sales_quote"] = "Cotizar";
|
||||
$lang["sales_quote_number"] = "Número de presupuesto";
|
||||
$lang["sales_quote_number_duplicate"] = "El número de cotización debe ser único.";
|
||||
$lang["sales_quote_sent"] = "Cotización enviada a";
|
||||
$lang["sales_quote_unsent"] = "La cotización no se pudo enviar a";
|
||||
$lang["sales_receipt"] = "Recibo de venta";
|
||||
$lang["sales_receipt_no_email"] = "Este cliente no tiene una dirección de correo válida.";
|
||||
$lang["sales_receipt_number"] = "Venta #";
|
||||
$lang["sales_receipt_sent"] = "Recibo enviado a";
|
||||
$lang["sales_receipt_unsent"] = "Falló el envío del recibo a";
|
||||
$lang["sales_register"] = "Registro de ventas";
|
||||
$lang["sales_remove_customer"] = "Borrar cliente";
|
||||
$lang["sales_return"] = "Devolución";
|
||||
$lang["sales_rewards"] = "Puntos de recompensa";
|
||||
$lang["sales_rewards_balance"] = "Balance de puntos de recompensa";
|
||||
$lang["sales_sale"] = "Venta";
|
||||
$lang["sales_sale_by_invoice"] = "Venta por factura";
|
||||
$lang["sales_sale_for_customer"] = "Cliente:";
|
||||
$lang["sales_sale_time"] = "Hora";
|
||||
$lang["sales_sales_tax"] = "Impuestos";
|
||||
$lang["sales_select_customer"] = "Seleccionar cliente";
|
||||
$lang["sales_send_invoice"] = "Enviar factura";
|
||||
$lang["sales_send_quote"] = "Enviar cotización";
|
||||
$lang["sales_send_receipt"] = "Enviar recibo";
|
||||
$lang["sales_send_work_order"] = "Enviar orden de trabajo";
|
||||
$lang["sales_serial"] = "Serie";
|
||||
$lang["sales_show_invoice"] = "Mostrar factura";
|
||||
$lang["sales_show_receipt"] = "Mostrar recibo";
|
||||
$lang["sales_start_typing_customer_name"] = "Empiece a escribir los detalles del cliente...";
|
||||
$lang["sales_start_typing_item_name"] = "Escriba el nombre del artículo o escanea el código de barras...";
|
||||
$lang["sales_stock"] = "Inventario";
|
||||
$lang["sales_stock_location"] = "Localización del inventario";
|
||||
$lang["sales_sub_total"] = "Subtotal";
|
||||
$lang["sales_successfully_deleted"] = "Se ha eliminado";
|
||||
$lang["sales_successfully_restored"] = "Se ha restuarado satisfactoriamente";
|
||||
$lang["sales_successfully_suspended_sale"] = "La venta se ha suspendido.";
|
||||
$lang["sales_successfully_updated"] = "Venta actualizada.";
|
||||
$lang["sales_suspend_sale"] = "Suspender";
|
||||
$lang["sales_suspended_doc_id"] = "Documento";
|
||||
$lang["sales_suspended_sale_id"] = "ID";
|
||||
$lang["sales_suspended_sales"] = "Suspendidas";
|
||||
$lang["sales_table"] = "Datos";
|
||||
$lang["sales_takings"] = "Ventas diarias";
|
||||
$lang["sales_tax"] = "Impuestos";
|
||||
$lang["sales_tax_id"] = "ID Impuesto";
|
||||
$lang["sales_tax_invoice"] = "Impuesto de la factura";
|
||||
$lang["sales_tax_percent"] = "Impuesto %";
|
||||
$lang["sales_total"] = "Total";
|
||||
$lang["sales_total_tax_exclusive"] = "Sin impuesto";
|
||||
$lang["sales_transaction_failed"] = "Ha fallado la venta.";
|
||||
$lang["sales_unable_to_add_item"] = "Fallo al agregar artículo";
|
||||
$lang["sales_unsuccessfully_deleted"] = "La eliminación de venta falló.";
|
||||
$lang["sales_unsuccessfully_restored"] = "La restauración de la venta falló.";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "La suspensión de venta falló";
|
||||
$lang["sales_unsuccessfully_updated"] = "Ha fallado la actualización de la venta.";
|
||||
$lang["sales_unsuspend"] = "Retomar";
|
||||
$lang["sales_unsuspend_and_delete"] = "Acción";
|
||||
$lang["sales_update"] = "Actualizar";
|
||||
$lang["sales_upi"] = "UPI";
|
||||
$lang["sales_work_order"] = "Orden de trabajo";
|
||||
$lang["sales_work_order_number"] = "Número de orden de trabajo";
|
||||
$lang["sales_work_order_number_duplicate"] = "El número de orden de trabajo debe ser único.";
|
||||
$lang["sales_work_order_sent"] = "Orden de trabajo enviada a";
|
||||
$lang["sales_work_order_unsent"] = "Fallo al enviar la orden de trabajo a";
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "";
|
||||
$lang["suppliers_agency_name"] = "";
|
||||
$lang["suppliers_cannot_be_deleted"] = "";
|
||||
$lang["suppliers_category"] = "";
|
||||
$lang["suppliers_company_name"] = "";
|
||||
$lang["suppliers_company_name_required"] = "";
|
||||
$lang["suppliers_confirm_delete"] = "";
|
||||
$lang["suppliers_confirm_restore"] = "";
|
||||
$lang["suppliers_cost"] = "";
|
||||
$lang["suppliers_error_adding_updating"] = "";
|
||||
$lang["suppliers_goods"] = "";
|
||||
$lang["suppliers_new"] = "";
|
||||
$lang["suppliers_none_selected"] = "";
|
||||
$lang["suppliers_one_or_multiple"] = "";
|
||||
$lang["suppliers_successful_adding"] = "";
|
||||
$lang["suppliers_successful_deleted"] = "";
|
||||
$lang["suppliers_successful_updating"] = "";
|
||||
$lang["suppliers_supplier"] = "";
|
||||
$lang["suppliers_supplier_id"] = "";
|
||||
$lang["suppliers_tax_id"] = "";
|
||||
$lang["suppliers_update"] = "";
|
||||
<?php
|
||||
$lang["suppliers_account_number"] = "Número de Cuenta";
|
||||
$lang["suppliers_agency_name"] = "Nombre de Agencia";
|
||||
$lang["suppliers_cannot_be_deleted"] = "No se puede borrar el/los Proveedor(es) seleccionado(s). Uno o más tienen Ventas.";
|
||||
$lang["suppliers_category"] = "Categoría";
|
||||
$lang["suppliers_company_name"] = "Nombre de la Compañía";
|
||||
$lang["suppliers_company_name_required"] = "Nombre de la Compañía es un campo requerido.";
|
||||
$lang["suppliers_confirm_delete"] = "¿Está seguro que quiere borrar al/los Proveedor(es) seleccionados?";
|
||||
$lang["suppliers_confirm_restore"] = "¿Esá seguro que quiere restaurar al o los Proveedores seleccionados?";
|
||||
$lang["suppliers_cost"] = "Costo del Proveedor";
|
||||
$lang["suppliers_error_adding_updating"] = "Fallo al actualizar o agregar un Proveedor.";
|
||||
$lang["suppliers_goods"] = "Proveedor de Materiales";
|
||||
$lang["suppliers_new"] = "Nuevo Proveedor";
|
||||
$lang["suppliers_none_selected"] = "No ha seleccionado Proveedor(es) para borrar.";
|
||||
$lang["suppliers_one_or_multiple"] = "Proveedor(es)";
|
||||
$lang["suppliers_successful_adding"] = "Usted ha agregado un Proveedor exitosamente";
|
||||
$lang["suppliers_successful_deleted"] = "Ha borrado con éxito";
|
||||
$lang["suppliers_successful_updating"] = "Ha actualizado un Proveedor con éxito";
|
||||
$lang["suppliers_supplier"] = "Proveedor";
|
||||
$lang["suppliers_supplier_id"] = "Id";
|
||||
$lang["suppliers_tax_id"] = "Id Impuesto";
|
||||
$lang["suppliers_update"] = "Actualizar Proveedor";
|
||||
|
||||
@@ -15,19 +15,19 @@ $lang["taxes_name"] = "Nombre";
|
||||
$lang["taxes_new"] = "Impuesto Nuevo";
|
||||
$lang["taxes_no_taxes_to_display"] = "Códigos de impuestos no disponible";
|
||||
$lang["taxes_reporting_authority"] = "Imformacion de Autoridad";
|
||||
$lang["taxes_round_half_down"] = "medio abajo";
|
||||
$lang["taxes_round_half_even"] = "";
|
||||
$lang["taxes_round_half_odd"] = "";
|
||||
$lang["taxes_round_half_up"] = "";
|
||||
$lang["taxes_round_half_down"] = "a número entero inferior";
|
||||
$lang["taxes_round_half_even"] = "a numero par entero más próximo";
|
||||
$lang["taxes_round_half_odd"] = "a numero entero impar mas próximo";
|
||||
$lang["taxes_round_half_up"] = "a numero entero superior";
|
||||
$lang["taxes_rounding_code"] = "código de redondeo";
|
||||
$lang["taxes_sales_tax"] = "Impuesto de Venta";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Impuesto de Venta en factura";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Impuesto de Ventas por factura";
|
||||
$lang["taxes_sequence"] = "Secuencia";
|
||||
$lang["taxes_state"] = "Estado";
|
||||
$lang["taxes_successful_deleted"] = "Eliminado Satisfactoriamente";
|
||||
$lang["taxes_tax_categories"] = "Categorias de Impuestos";
|
||||
$lang["taxes_tax_categories_configuration"] = "Configuración de Categorías de Impuestos";
|
||||
$lang["taxes_tax_categories_saved_successfully"] = "Categorias de impuestos guardados";
|
||||
$lang["taxes_tax_categories_saved_successfully"] = "Las categorías de impuestos han sido guardados";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Categorías de impuestos no han sido guardados";
|
||||
$lang["taxes_tax_category"] = "Categoria de Impuesto";
|
||||
$lang["taxes_tax_category_code"] = "codigo de categoria de impuesto";
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Addresse 1";
|
||||
$lang["common_address_2"] = "Addresse 2";
|
||||
$lang["common_city"] = "Ville";
|
||||
$lang["common_close"] = "Fermer";
|
||||
$lang["common_comments"] = "Commentaires";
|
||||
$lang["common_common"] = "commun";
|
||||
$lang["common_confirm_search"] = "Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. d'accord ?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_confirm_search"] = "Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. Voulez-vous continuer ?";
|
||||
$lang["common_correct_errors"] = "Merci de corriger les erreurs identifié avant d'enregistrer";
|
||||
$lang["common_country"] = "Pays";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Effacer";
|
||||
$lang["common_det"] = "détails";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
|
||||
$lang["common_download_import_template"] = "Download Import CSV Template (CSV)";
|
||||
$lang["common_edit"] = "éditer";
|
||||
$lang["common_email"] = "Courriel";
|
||||
$lang["common_email_invalid_format"] = "Le format de l'adresse électronique est incorrect.";
|
||||
$lang["common_export_excel"] = "Excel Export";
|
||||
$lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_yes"] = "Oui";
|
||||
$lang["common_export_csv"] = "CSV Export";
|
||||
$lang["common_export_csv_no"] = "No";
|
||||
$lang["common_export_csv_yes"] = "Oui";
|
||||
$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.";
|
||||
@@ -29,8 +28,8 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_id"] = "Id";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import_change_file"] = "Changer";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Chemin complet vers le fichier excel requis";
|
||||
$lang["common_import_csv"] = "CSV Import";
|
||||
$lang["common_import_full_path"] = "Chemin complet vers le fichier csv requis";
|
||||
$lang["common_import_remove_file"] = "Supprimer";
|
||||
$lang["common_import_select_file"] = "Sélectionner le fichier";
|
||||
$lang["common_inv"] = "fact.";
|
||||
@@ -39,11 +38,11 @@ $lang["common_last_name_required"] = "Le nom de famille est un champ obligatoire
|
||||
$lang["common_last_page"] = "Dernier";
|
||||
$lang["common_learn_about_project"] = "pour les dernières informations sur le projet.";
|
||||
$lang["common_list_of"] = "Liste de";
|
||||
$lang["common_logout"] = "Déconnion";
|
||||
$lang["common_migration_needed"] = "";
|
||||
$lang["common_logout"] = "Déconnexion";
|
||||
$lang["common_migration_needed"] = "Une migration de la base de donnée vers %1 démarrera après le connexion.";
|
||||
$lang["common_new"] = "Nouveau";
|
||||
$lang["common_no_persons_to_display"] = "Il n'y a personne à afficher.";
|
||||
$lang["common_none_selected_text"] = "Aucune sélection.";
|
||||
$lang["common_none_selected_text"] = "[Sélectionner]";
|
||||
$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.";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_account_number"] = "# Compte";
|
||||
$lang["customers_account_number_duplicate"] = "Ce numéro de compte est déjà utilisé dans la base de données.";
|
||||
$lang["customers_available_points"] = "Points disponibles";
|
||||
$lang["customers_available_points"] = "Points Disponibles";
|
||||
$lang["customers_average"] = "Moyenne dépensée";
|
||||
$lang["customers_avg_discount"] = "Remise moyenne";
|
||||
$lang["customers_basic_information"] = "Information";
|
||||
@@ -21,11 +20,11 @@ $lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "L'adresse e-mail est déjà présente dans la base de données.";
|
||||
$lang["customers_employee"] = "Employé";
|
||||
$lang["customers_error_adding_updating"] = "Érreur lors de l'ajout/suppression de client.";
|
||||
$lang["customers_excel_import_failed"] = "Echec Import d'Excel";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Le fichier envoyé ne contient aucune donnée ou elles sont dans un format erroné.";
|
||||
$lang["customers_excel_import_partially_failed"] = "Importation client réussie avec quelques échecs :";
|
||||
$lang["customers_excel_import_success"] = "L'importation des clients est un succès.";
|
||||
$lang["customers_import_items_excel"] = "Importer une liste de client à partir d'une feuille Excel";
|
||||
$lang["customers_csv_import_failed"] = "Echec Import d'CSV";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "Le fichier envoyé ne contient aucune donnée ou elles sont dans un format erroné.";
|
||||
$lang["customers_csv_import_partially_failed"] = "Importation client réussie avec quelques échecs :";
|
||||
$lang["customers_csv_import_success"] = "L'importation des clients est un succès.";
|
||||
$lang["customers_import_items_csv"] = "Importer une liste de client à partir d'une feuille CSV";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email cliquez";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Dernier email ouvert";
|
||||
$lang["customers_mailchimp_activity_open"] = "Email ouvert";
|
||||
|
||||
@@ -25,7 +25,7 @@ $lang["giftcards_edit_fields_you_want_to_update"] = "Modifier les chaps que vous
|
||||
$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_csv_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";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Édition multiple d'articles";
|
||||
$lang["items_empty_upc_items"] = "Articles avec UPC vide";
|
||||
$lang["items_error_adding_updating"] = "Erreur d'ajout/éditionn";
|
||||
$lang["items_error_updating_multiple"] = "Erreur d'édition";
|
||||
$lang["items_excel_import_failed"] = "Echec d'import Excel";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "Le fichier envoyé ne contient aucune donnée ou elles sont dans un format erroné.";
|
||||
$lang["items_excel_import_partially_failed"] = "Importation d'élément réussie avec quelques échecs :";
|
||||
$lang["items_excel_import_success"] = "Import des articles réussi.";
|
||||
$lang["items_csv_import_failed"] = "Echec d'import CSV";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "Le fichier envoyé ne contient aucune donnée ou elles sont dans un format erroné.";
|
||||
$lang["items_csv_import_partially_failed"] = "Importation d'élément réussie avec quelques échecs :";
|
||||
$lang["items_csv_import_success"] = "Import des articles réussi.";
|
||||
$lang["items_generate_barcodes"] = "Générer des codes à barres";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Importation d'éléments à partir d'Excel";
|
||||
$lang["items_import_items_csv"] = "Importation d'éléments à partir d'CSV";
|
||||
$lang["items_info_provided_by"] = "Information fournie par";
|
||||
$lang["items_inventory"] = "Inventaire";
|
||||
$lang["items_inventory_comments"] = "Commentaires";
|
||||
|
||||
@@ -1,47 +1,46 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "Points disponibles";
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Points Disponibles";
|
||||
$lang["rewards_package"] = "Récompenses";
|
||||
$lang["rewards_remaining_balance"] = "Vos points fidélité restants sont au nombre de ";
|
||||
$lang["sales_account_number"] = "";
|
||||
$lang["sales_add_payment"] = "Ajouter Paiement";
|
||||
$lang["sales_amount_due"] = "Somme Due";
|
||||
$lang["sales_amount_tendered"] = "Somme";
|
||||
$lang["rewards_remaining_balance"] = "Vos points fidélité restants ";
|
||||
$lang["sales_account_number"] = "# Compte";
|
||||
$lang["sales_add_payment"] = "Ajout Paiement";
|
||||
$lang["sales_amount_due"] = "Montant à Payer";
|
||||
$lang["sales_amount_tendered"] = "Montant Présenté";
|
||||
$lang["sales_authorized_signature"] = "";
|
||||
$lang["sales_cancel_sale"] = "Annuler la Vente";
|
||||
$lang["sales_cash"] = "Comptant";
|
||||
$lang["sales_cash_deposit"] = "Dépôt d'argent";
|
||||
$lang["sales_cash_filter"] = "Argent";
|
||||
$lang["sales_change_due"] = "Reste";
|
||||
$lang["sales_check"] = "Cheque";
|
||||
$lang["sales_cash"] = "Espèce";
|
||||
$lang["sales_cash_deposit"] = "Dépôt d'Espèce";
|
||||
$lang["sales_cash_filter"] = "Espèce";
|
||||
$lang["sales_change_due"] = "Monnaie Rendu";
|
||||
$lang["sales_check"] = "Chèque";
|
||||
$lang["sales_check_balance"] = "Vérifier Reste";
|
||||
$lang["sales_check_filter"] = "Chèque";
|
||||
$lang["sales_comment"] = "Commentaire";
|
||||
$lang["sales_comments"] = "Commentaires";
|
||||
$lang["sales_complete_sale"] = "Finaliser la Vente";
|
||||
$lang["sales_confirm_cancel_sale"] = "Êtes-vous sûr de vouloir effacer cette vente? Tous les articles seront effacés.";
|
||||
$lang["sales_confirm_delete"] = "Êtes-vous sûr(e) de vouloir supprimer cette vente ?";
|
||||
$lang["sales_confirm_restore"] = "Etes-vous sûr de vouloir restaurer les ventes sélectionnées ?";
|
||||
$lang["sales_confirm_cancel_sale"] = "Êtes-vous sûr de vouloir supprimer cette vente ? Tous les articles seront effacés de la vente.";
|
||||
$lang["sales_confirm_delete"] = "Êtes-vous sûr(e) de vouloir supprimer ce(ces) vente(s) ?";
|
||||
$lang["sales_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer les vente(s) sélectionnée(s) ?";
|
||||
$lang["sales_credit"] = "Carte de Crédit";
|
||||
$lang["sales_credit_deposit"] = "Dépôt de crédit";
|
||||
$lang["sales_customer"] = "Client";
|
||||
$lang["sales_customer_address"] = "Adresse client";
|
||||
$lang["sales_customer_address"] = "Adresse";
|
||||
$lang["sales_customer_discount"] = "Rabais";
|
||||
$lang["sales_customer_email"] = "Email client";
|
||||
$lang["sales_customer_location"] = "Localisation client";
|
||||
$lang["sales_customer_mailchimp_status"] = "Statut de mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Optionnel)";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Localisation du client";
|
||||
$lang["sales_customer_mailchimp_status"] = "Statut de Mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Requis pour le Paiement)";
|
||||
$lang["sales_customer_required"] = "(Champs obligatoires)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Date de Vente";
|
||||
$lang["sales_date_range"] = "Plage de dates";
|
||||
$lang["sales_date_required"] = "Une date correcte doit être inscrite.";
|
||||
$lang["sales_date_type"] = "Le champ Date est nécessaire.";
|
||||
$lang["sales_debit"] = "Carte Débit";
|
||||
$lang["sales_delete"] = "Autoriser suppression";
|
||||
$lang["sales_delete_confirmation"] = "Etes vous sûr(e) de vouloir supprimer cette vente? Cette opération est irréversible.";
|
||||
$lang["sales_date_range"] = "Intervalle de dates";
|
||||
$lang["sales_date_required"] = "Un bon format de date doit être entré.";
|
||||
$lang["sales_date_type"] = "Le Date est requis.";
|
||||
$lang["sales_debit"] = "Carte de Débit";
|
||||
$lang["sales_delete"] = "Autoriser la suppression";
|
||||
$lang["sales_delete_confirmation"] = "Êtes vous sûr(e) de vouloir supprimer cette vente ? Cette opération est irréversible.";
|
||||
$lang["sales_delete_entire_sale"] = "Supprimer la vente";
|
||||
$lang["sales_delete_successful"] = "Suppréssion réussie.";
|
||||
$lang["sales_delete_successful"] = "Suppression de la Vente réussie.";
|
||||
$lang["sales_delete_unsuccessful"] = "Échec de suppression.";
|
||||
$lang["sales_description_abbrv"] = "La Desc.";
|
||||
$lang["sales_discard"] = "Annuler";
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "Numéro de compte";
|
||||
$lang["suppliers_agency_name"] = "Nom d'Agence";
|
||||
$lang["suppliers_cannot_be_deleted"] = "Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes.";
|
||||
$lang["suppliers_category"] = "";
|
||||
$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_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) fournisseur (s) sélectionné (s) ?";
|
||||
<?php
|
||||
$lang["suppliers_account_number"] = "Numéro de Compte";
|
||||
$lang["suppliers_agency_name"] = "Nom de l'Agence";
|
||||
$lang["suppliers_cannot_be_deleted"] = "Impossible de supprimer le(s) Fournisseur(s) sélectionné(s). Un ou plusieurs ont des Ventes.";
|
||||
$lang["suppliers_category"] = "Catégorie";
|
||||
$lang["suppliers_company_name"] = "Nom de l'Entreprise";
|
||||
$lang["suppliers_company_name_required"] = "Le Nom de l'Entreprise est requis.";
|
||||
$lang["suppliers_confirm_delete"] = "Êtes vous sûr(e) de vouloir supprimer ce(s) Fournisseur(s) ?";
|
||||
$lang["suppliers_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le(s) Fournisseur(s) sélectionné(s) ?";
|
||||
$lang["suppliers_cost"] = "";
|
||||
$lang["suppliers_error_adding_updating"] = "Error lors de l'ajout/suppression de fournisseur.";
|
||||
$lang["suppliers_error_adding_updating"] = "Erreur lors de l'ajout/suppression du Fournisseur.";
|
||||
$lang["suppliers_goods"] = "";
|
||||
$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_none_selected"] = "Vous n'avez pas sélectionné de Fournisseur(s) à 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_supplier_id"] = "Id";
|
||||
$lang["suppliers_tax_id"] = "";
|
||||
$lang["suppliers_update"] = "Éditer Fournisseur";
|
||||
$lang["suppliers_tax_id"] = "Id. d'Imposition";
|
||||
$lang["suppliers_update"] = "Modifier le Fournisseur";
|
||||
|
||||
@@ -1,78 +1,78 @@
|
||||
<?php
|
||||
$lang["taxes_add_exception"] = "Ajouter une exception";
|
||||
$lang["taxes_cascade"] = "";
|
||||
$lang["taxes_cascade_sequence"] = "";
|
||||
$lang["taxes_city"] = "Cité";
|
||||
$lang["taxes_cascade"] = "Cascade";
|
||||
$lang["taxes_cascade_sequence"] = "Séquence en cascade";
|
||||
$lang["taxes_city"] = "Ville";
|
||||
$lang["taxes_code"] = "Code";
|
||||
$lang["taxes_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer ce code fiscal? Cette action ne peut pas être annulée.";
|
||||
$lang["taxes_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) code (s) fiscal (s) sélectionné (s) ?";
|
||||
$lang["taxes_default_tax_category"] = "Catégorie de taxe par défaut";
|
||||
$lang["taxes_default_tax_rate"] = "Taux de taxe par défaut";
|
||||
$lang["taxes_error_adding_updating"] = "L'ajout ou la mise à jour du code fiscal a échoué.";
|
||||
$lang["taxes_group_seq"] = "";
|
||||
$lang["taxes_jurisdiction_name"] = "";
|
||||
$lang["taxes_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer ce Code Fiscal ? Cette action ne peut pas être annulée";
|
||||
$lang["taxes_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le(s) Code(s) Fiscal(s) sélectionné(s) ?";
|
||||
$lang["taxes_default_tax_category"] = "Catégorie Fiscal par Défaut";
|
||||
$lang["taxes_default_tax_rate"] = "Taux d'Imposition par Défaut";
|
||||
$lang["taxes_error_adding_updating"] = "L'ajout ou la mise à jour du Code Fiscal a échoué";
|
||||
$lang["taxes_group_seq"] = "Groupe de Seq";
|
||||
$lang["taxes_jurisdiction_name"] = "Nom de la Juridiction";
|
||||
$lang["taxes_name"] = "Nom";
|
||||
$lang["taxes_new"] = "Nouvelle taxe";
|
||||
$lang["taxes_no_taxes_to_display"] = "Aucun code d'impôts disponible à afficher.";
|
||||
$lang["taxes_reporting_authority"] = "";
|
||||
$lang["taxes_round_half_down"] = "Demi-bas";
|
||||
$lang["taxes_round_half_even"] = "La moitié";
|
||||
$lang["taxes_round_half_odd"] = "Moitié impair";
|
||||
$lang["taxes_round_half_up"] = "À moitié";
|
||||
$lang["taxes_rounding_code"] = "Code d'arrondissement";
|
||||
$lang["taxes_new"] = "Nouvelle Taxe";
|
||||
$lang["taxes_no_taxes_to_display"] = "Aucun Code Fiscal à afficher";
|
||||
$lang["taxes_reporting_authority"] = "Autorité Concernée";
|
||||
$lang["taxes_round_half_down"] = "Arrondir au Nombre Inférieur";
|
||||
$lang["taxes_round_half_even"] = "Arrondir au Nombre Pair";
|
||||
$lang["taxes_round_half_odd"] = "Arrondir au Nombre Impaire";
|
||||
$lang["taxes_round_half_up"] = "Arrondir au Nombre Supérieur";
|
||||
$lang["taxes_rounding_code"] = "Type d'Arrondi";
|
||||
$lang["taxes_sales_tax"] = "Taxe de vente";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Taxe de vente par facture";
|
||||
$lang["taxes_sequence"] = "";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Taxe de Vente pour les Factures";
|
||||
$lang["taxes_sequence"] = "Seq.";
|
||||
$lang["taxes_state"] = "État/Région";
|
||||
$lang["taxes_successful_deleted"] = "Supprimé avec succès";
|
||||
$lang["taxes_tax_categories"] = "Catégorie de taxe";
|
||||
$lang["taxes_tax_categories_configuration"] = "";
|
||||
$lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "Catégorie fiscale";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "Code Taxe";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "La suppression du code de taxe a échoué.";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "Nom du taxe code";
|
||||
$lang["taxes_tax_code_required"] = "Le code de taxe est un champ obligatoire.";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Vous avez supprimé le code fiscal avec succès";
|
||||
$lang["taxes_tax_code_successful_updated"] = "Vous avez actualisé avec succès";
|
||||
$lang["taxes_tax_code_successful_updating"] = "Vous avez actualisé le code fiscal avec succès";
|
||||
$lang["taxes_successful_deleted"] = "Vous avez supprimé avec succès";
|
||||
$lang["taxes_tax_categories"] = "Catégorie Fiscal";
|
||||
$lang["taxes_tax_categories_configuration"] = "Configurations des Catégories Fiscal";
|
||||
$lang["taxes_tax_categories_saved_successfully"] = "Les Catégories Fiscal ont été modifiées";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Les Catégories Fiscal n'ont pas été modifiées";
|
||||
$lang["taxes_tax_category"] = "Catégorie Fiscale";
|
||||
$lang["taxes_tax_category_code"] = "Code de Catégorie Fiscal";
|
||||
$lang["taxes_tax_category_duplicate"] = "Dupliquer la catégorie fiscal";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Caractères non valides dans le nom de la catégorie fiscal";
|
||||
$lang["taxes_tax_category_name"] = "Nom de la Catégorie Fiscal";
|
||||
$lang["taxes_tax_category_new"] = "Nouvelle Catégorie Fiscal";
|
||||
$lang["taxes_tax_category_required"] = "La catégorie fiscal est obligatoire";
|
||||
$lang["taxes_tax_code"] = "Code Fiscal";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "La suppression du code fiscal a échoué";
|
||||
$lang["taxes_tax_code_duplicate"] = "Dupliquer le code fiscal";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Caractères non valides dans le code fiscal";
|
||||
$lang["taxes_tax_code_name"] = "Nom du Code Fiscal";
|
||||
$lang["taxes_tax_code_required"] = "Le code fiscal est un champ obligatoire";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Vous avez supprimé le Code Fiscal avec succès";
|
||||
$lang["taxes_tax_code_successful_updated"] = "Vous avez mise à jour avec succès";
|
||||
$lang["taxes_tax_code_successful_updating"] = "Vous avez actualisé le Code Fiscal avec succès";
|
||||
$lang["taxes_tax_code_successfully_added"] = "Vous avez ajouté avec succès";
|
||||
$lang["taxes_tax_code_type"] = "Type de code fiscal";
|
||||
$lang["taxes_tax_codes"] = "";
|
||||
$lang["taxes_tax_codes_configuration"] = "";
|
||||
$lang["taxes_tax_codes_saved_successfully"] = "";
|
||||
$lang["taxes_tax_codes_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_excluded"] = "";
|
||||
$lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "Taux d'imposition";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "Le taux de taxe doit être un nombre.";
|
||||
$lang["taxes_tax_rate_required"] = "Le taux de taxe est un champ obligatoire.";
|
||||
$lang["taxes_tax_rate_successful_updated"] = "";
|
||||
$lang["taxes_tax_rate_successfully_added"] = "";
|
||||
$lang["taxes_tax_rates"] = "";
|
||||
$lang["taxes_tax_rates_configuration"] = "";
|
||||
$lang["taxes_tax_rounding"] = "";
|
||||
$lang["taxes_tax_type"] = "";
|
||||
$lang["taxes_update"] = "Reactualiser la taxe sur les ventes";
|
||||
$lang["taxes_vat_tax"] = "Taxe sur la VAT";
|
||||
$lang["taxes_tax_code_type"] = "Type de Code Fiscal";
|
||||
$lang["taxes_tax_codes"] = "Codes Fiscal";
|
||||
$lang["taxes_tax_codes_configuration"] = "Configuration des Codes Fiscal";
|
||||
$lang["taxes_tax_codes_saved_successfully"] = "Changements des Codes Fiscal enregistré";
|
||||
$lang["taxes_tax_codes_saved_unsuccessfully"] = "Changements des Codes Fiscal n'ont pas été enregistrés";
|
||||
$lang["taxes_tax_excluded"] = "Taxe exclue";
|
||||
$lang["taxes_tax_group"] = "Groupe Fiscal";
|
||||
$lang["taxes_tax_group_sequence"] = "Séquence du Groupe Fiscal";
|
||||
$lang["taxes_tax_included"] = "Taxe Inclue";
|
||||
$lang["taxes_tax_jurisdiction"] = "Juridiction Fiscal";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "Dupliquer la juridiction fiscal";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Caractères invalides dans le nom de la juridiction";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "La Juridiction fiscal est requis";
|
||||
$lang["taxes_tax_jurisdictions"] = "Juridictions Fiscal";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "Configuration des Juridictions Fiscal";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Changements des Juridiction Fiscal enregistrés";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Changements des Juridiction Fiscal n'ont pas été enregistrés";
|
||||
$lang["taxes_tax_rate"] = "Taux Fiscal";
|
||||
$lang["taxes_tax_rate_configuration"] = "Configuration des Taux Fiscal";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "L'Ajout ou la modification du Taux Fiscal à échoué";
|
||||
$lang["taxes_tax_rate_numeric"] = "Le taux fiscal doit être un nombre";
|
||||
$lang["taxes_tax_rate_required"] = "Le taux de fiscal est un champ obligatoire";
|
||||
$lang["taxes_tax_rate_successful_updated"] = "Vous avez mise à jour avec succès";
|
||||
$lang["taxes_tax_rate_successfully_added"] = "Vous avez ajouté avec succès";
|
||||
$lang["taxes_tax_rates"] = "Taux Fiscal";
|
||||
$lang["taxes_tax_rates_configuration"] = "Configuration des Taux Fiscal";
|
||||
$lang["taxes_tax_rounding"] = "Arrondi de l'imposition";
|
||||
$lang["taxes_tax_type"] = "Type d'Imposition";
|
||||
$lang["taxes_update"] = "Modifier le Taux Fiscal";
|
||||
$lang["taxes_vat_tax"] = "Taxe sur la TVA";
|
||||
|
||||
@@ -16,9 +16,9 @@ $lang["common_download_import_template"] = "הורד תבנית אקסל ליי
|
||||
$lang["common_edit"] = "ערוך";
|
||||
$lang["common_email"] = "אימייל";
|
||||
$lang["common_email_invalid_format"] = "כתובת האימייל אינה בפורמט הנכון.";
|
||||
$lang["common_export_excel"] = "ייצוא לאקסל";
|
||||
$lang["common_export_excel_no"] = "לא";
|
||||
$lang["common_export_excel_yes"] = "כן";
|
||||
$lang["common_export_csv"] = "ייצוא לאקסל";
|
||||
$lang["common_export_csv_no"] = "לא";
|
||||
$lang["common_export_csv_yes"] = "כן";
|
||||
$lang["common_fields_required_message"] = "שדות באדום הינם חובה";
|
||||
$lang["common_first_name"] = "שם פרטי";
|
||||
$lang["common_first_name_required"] = "שם פרטי הינו שדה חובה.";
|
||||
@@ -29,7 +29,7 @@ $lang["common_gender_male"] = "זכר";
|
||||
$lang["common_id"] = "מספר זיהוי";
|
||||
$lang["common_import"] = "ייבוא";
|
||||
$lang["common_import_change_file"] = "שינוי";
|
||||
$lang["common_import_excel"] = "ייבוא אקסל";
|
||||
$lang["common_import_csv"] = "ייבוא אקסל";
|
||||
$lang["common_import_full_path"] = "הנתיב המלא לקובץ האקסל הינו חובה";
|
||||
$lang["common_import_remove_file"] = "הסר";
|
||||
$lang["common_import_select_file"] = "בחר קובץ";
|
||||
|
||||
@@ -21,11 +21,11 @@ $lang["customers_discount_type"] = "סוג הנחה";
|
||||
$lang["customers_email_duplicate"] = "כתובת האימייל כבר קיימת במסד הנתונים.";
|
||||
$lang["customers_employee"] = "עובד";
|
||||
$lang["customers_error_adding_updating"] = "הוספה או עדכון לקוח נכשלו.";
|
||||
$lang["customers_excel_import_failed"] = "ייבוא אקסל נכשל";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "בקובץ שהועלה אין נתונים או פורמט שגוי.";
|
||||
$lang["customers_excel_import_partially_failed"] = "ייבוא הלקוח הצליח עם מספר שגיאות:";
|
||||
$lang["customers_excel_import_success"] = "ייבוא הלקוח בוצע בהצלחה.";
|
||||
$lang["customers_import_items_excel"] = "ייבוא לקוח מקובץ אקסל";
|
||||
$lang["customers_csv_import_failed"] = "ייבוא אקסל נכשל";
|
||||
$lang["customers_csv_import_nodata_wrongformat"] = "בקובץ שהועלה אין נתונים או פורמט שגוי.";
|
||||
$lang["customers_csv_import_partially_failed"] = "ייבוא הלקוח הצליח עם מספר שגיאות:";
|
||||
$lang["customers_csv_import_success"] = "ייבוא הלקוח בוצע בהצלחה.";
|
||||
$lang["customers_import_items_csv"] = "ייבוא לקוח מקובץ אקסל";
|
||||
$lang["customers_mailchimp_activity_click"] = "לחץ לאימייל";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "אימייל אחרון שנפתח";
|
||||
$lang["customers_mailchimp_activity_open"] = "אימייל פתוח";
|
||||
|
||||
@@ -25,7 +25,7 @@ $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"] = "ייבוא אקסל נכשל.";
|
||||
$lang["giftcards_csv_import_failed"] = "ייבוא אקסל נכשל.";
|
||||
$lang["giftcards_generate_barcodes"] = "צור ברקודים";
|
||||
$lang["giftcards_giftcard"] = "כרטיס מתנה";
|
||||
$lang["giftcards_giftcard_number"] = "מספר כרטיס מתנה";
|
||||
|
||||
@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "עריכת פריטים מרובים";
|
||||
$lang["items_empty_upc_items"] = "הסר ברקוד לפריטים";
|
||||
$lang["items_error_adding_updating"] = "שגיאה בהוספה / עדכון של פריט";
|
||||
$lang["items_error_updating_multiple"] = "שגיאה בעדכון פריטים";
|
||||
$lang["items_excel_import_failed"] = "ייבוא אקסל נכשל";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "בקובץ שהועלה אין נתונים או פורמט שגוי.";
|
||||
$lang["items_excel_import_partially_failed"] = "ייבוא פריט הצליח עם מספר שגיאות:";
|
||||
$lang["items_excel_import_success"] = "ייבוא הפריט הצליח.";
|
||||
$lang["items_csv_import_failed"] = "ייבוא אקסל נכשל";
|
||||
$lang["items_csv_import_nodata_wrongformat"] = "בקובץ שהועלה אין נתונים או פורמט שגוי.";
|
||||
$lang["items_csv_import_partially_failed"] = "ייבוא פריט הצליח עם מספר שגיאות:";
|
||||
$lang["items_csv_import_success"] = "ייבוא הפריט הצליח.";
|
||||
$lang["items_generate_barcodes"] = "צור ברקודים";
|
||||
$lang["items_hsn_code"] = "מערכת מינוח מתואמת";
|
||||
$lang["items_image"] = "אווטר";
|
||||
$lang["items_import_items_excel"] = "ייבוא פריט מאקסל";
|
||||
$lang["items_import_items_csv"] = "ייבוא פריט מאקסל";
|
||||
$lang["items_info_provided_by"] = "מידע סופק על ידי";
|
||||
$lang["items_inventory"] = "מלאי";
|
||||
$lang["items_inventory_comments"] = "הערות";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user