mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 08:44:42 -04:00
Compare commits
125 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3c215f744 | ||
|
|
73e2d01c91 | ||
|
|
0a299d8858 | ||
|
|
5adc3b18c2 | ||
|
|
0c2c999746 | ||
|
|
9d072da872 | ||
|
|
a610346576 | ||
|
|
e3e4c8b3a4 | ||
|
|
af8cb4243b | ||
|
|
3c87bdec57 | ||
|
|
4062b9890b | ||
|
|
0ccfe72a26 | ||
|
|
79ca657a6e | ||
|
|
36bf371f38 | ||
|
|
efc689530e | ||
|
|
6bc5842402 | ||
|
|
d4761ad095 | ||
|
|
cdf0c819ac | ||
|
|
fe2ae55e94 | ||
|
|
fea0462407 | ||
|
|
c9a50cdeaf | ||
|
|
04cbd95c13 | ||
|
|
07d4b852e0 | ||
|
|
5d00a4354c | ||
|
|
6e33838fb7 | ||
|
|
e96b54509a | ||
|
|
530c75df4d | ||
|
|
a8bb790ebe | ||
|
|
f82701adae | ||
|
|
36ea11f96f | ||
|
|
4fe4c8eb57 | ||
|
|
4d41ad5735 | ||
|
|
fae7702719 | ||
|
|
ed888be463 | ||
|
|
c423bc4222 | ||
|
|
aa624f3680 | ||
|
|
121cc000b3 | ||
|
|
458118469a | ||
|
|
07d1a5fb9b | ||
|
|
78436ee39d | ||
|
|
3f1f4c8e05 | ||
|
|
2704bd7e83 | ||
|
|
5d3643a8d0 | ||
|
|
454155f8de | ||
|
|
e03f7a7af6 | ||
|
|
7cce40af25 | ||
|
|
8d7fb2cd25 | ||
|
|
dcd78d8266 | ||
|
|
3dc950d930 | ||
|
|
7ba8ddb0c0 | ||
|
|
c3d232016e | ||
|
|
9b6bfd6e2c | ||
|
|
0e2dc1d6da | ||
|
|
5f072aecfa | ||
|
|
c803f01774 | ||
|
|
8b006f5386 | ||
|
|
f05136f203 | ||
|
|
ced7a7c641 | ||
|
|
6ab0e52a7c | ||
|
|
b65ad2ae74 | ||
|
|
fe20fb24ca | ||
|
|
d1f74b60c7 | ||
|
|
69c222f686 | ||
|
|
d861b12abe | ||
|
|
bf8d4d5f2b | ||
|
|
7b30bd6048 | ||
|
|
ac92e7cf7f | ||
|
|
15c161b6d1 | ||
|
|
7c3a6344b7 | ||
|
|
c0115d51df | ||
|
|
2cfcd4d8a7 | ||
|
|
08c48bc9a7 | ||
|
|
1d8a79b2a9 | ||
|
|
4bb3e2774b | ||
|
|
fe7ba26ab8 | ||
|
|
ea1a51c9f8 | ||
|
|
b13ac8d4f0 | ||
|
|
37390ae9dd | ||
|
|
5f0d8b2312 | ||
|
|
b35ea35654 | ||
|
|
6071f9ab97 | ||
|
|
4558cf0e50 | ||
|
|
507294a4a6 | ||
|
|
f8f4644987 | ||
|
|
510fe8b14e | ||
|
|
a3408c31ce | ||
|
|
1acac824a1 | ||
|
|
fa4e7cefac | ||
|
|
a77a2be2ce | ||
|
|
b93c3b2177 | ||
|
|
ec673dc596 | ||
|
|
dff043534d | ||
|
|
7a3ac75e53 | ||
|
|
7234f2af53 | ||
|
|
7ee6221952 | ||
|
|
0ba225cafd | ||
|
|
e4690eb670 | ||
|
|
be6e3480c2 | ||
|
|
18f65dbb89 | ||
|
|
2b7688d962 | ||
|
|
c7cebfa3a3 | ||
|
|
be3b50e36d | ||
|
|
ee82f3e804 | ||
|
|
180d40f00d | ||
|
|
f43df16d10 | ||
|
|
c54b8dccd3 | ||
|
|
d65ee713ca | ||
|
|
59a4f55cb5 | ||
|
|
34da40ce0b | ||
|
|
9d149ad4f3 | ||
|
|
455e39260d | ||
|
|
0015bdffcf | ||
|
|
bcd1b05961 | ||
|
|
c62dc5fe2a | ||
|
|
2426fad52e | ||
|
|
fdbdf55e71 | ||
|
|
3e9e144075 | ||
|
|
1fe94c3626 | ||
|
|
b4f8667047 | ||
|
|
fe2c639f8a | ||
|
|
c8d1bfee35 | ||
|
|
72825acfaf | ||
|
|
0e14d5390f | ||
|
|
cdd966878d | ||
|
|
9384b53a22 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
node_modules
|
||||
tmp
|
||||
database/database.sql
|
||||
database/migrate_phppos_dist.sql
|
||||
application/config/email.php
|
||||
application/sessions/*
|
||||
application/logs/*
|
||||
|
||||
35
.travis.yml.
35
.travis.yml.
@@ -1,35 +0,0 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
group: deprecated-2017Q4
|
||||
branches:
|
||||
except:
|
||||
- weblate
|
||||
services:
|
||||
- docker
|
||||
before_install:
|
||||
- curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-`uname
|
||||
-s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- date=`date +%Y%m%d%H%M%S` && branch=${TRAVIS_BRANCH} && rev=`git rev-parse --short=6
|
||||
HEAD` && sed -i "s/\$1/\$1.$date.$branch.$rev/g" deployment.json
|
||||
script:
|
||||
- docker run --rm -v $(pwd):/app composer/composer install
|
||||
- docker run --rm -v $(pwd):/app -w /app lucor/php7-cli php bin/install.php translations
|
||||
develop
|
||||
- docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt
|
||||
sh -c "npm install && bower install && grunt package"
|
||||
- docker-compose build
|
||||
env:
|
||||
- TAG=$(echo ${TRAVIS_BRANCH} | sed s/feature\\///)
|
||||
after_success: '[ -n ${DOCKER_USERNAME} ] && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
&& docker tag opensourcepos_php "jekkos/opensourcepos:$TAG" && docker tag opensourcepos_sqlscript
|
||||
jekkos/opensourcepos:sqlscript && docker push "jekkos/opensourcepos:$TAG" && docker
|
||||
push jekkos/opensourcepos:sqlscript'
|
||||
deploy:
|
||||
provider: bintray
|
||||
file: deployment.json
|
||||
user: jekkos
|
||||
on:
|
||||
all_branches: true
|
||||
key: ${BINTRAY_API_KEY}
|
||||
@@ -48,7 +48,7 @@ From now on ospos can be deployed using Docker on Linux, Mac or Windows. This se
|
||||
```
|
||||
docker run --rm -v $(pwd):/app composer/composer install
|
||||
docker run --rm -v $(pwd):/app -w /app lucor/php7-cli php bin/install.php translations develop
|
||||
docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt "sh -c npm install && bower install"
|
||||
docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt sh -c "npm install && bower install"
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
@@ -39,6 +39,15 @@ It also has improved functionality and security.
|
||||
|
||||
Deployed to a Cloud it's a SaaS (Software as a Service) solution.
|
||||
|
||||
DEMO
|
||||
----
|
||||
|
||||
A demo version of the latest master version can be found on our [Demo server](https://demo.opensourcepos.org). This is a containerized install which will be reinitialized when new functionality is added to the code repository.
|
||||
|
||||
LOGIN using
|
||||
* username: admin
|
||||
* password: pointofsale
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Version 3.2.1
|
||||
-------------
|
||||
+ Support for GDPR
|
||||
+ CSRF simplifications
|
||||
+ Translation upgrades
|
||||
+ Various bug fixes
|
||||
|
||||
Version 3.2.0
|
||||
-------------
|
||||
+ Code Igniter 3.1.8 upgrade
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
|
||||
|
|
||||
*/
|
||||
$config['application_version'] = '3.2.0';
|
||||
$config['application_version'] = '3.2.1';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -487,7 +487,7 @@ $config['csrf_token_name'] = 'csrf_ospos_v3';
|
||||
$config['csrf_cookie_name'] = 'csrf_cookie_ospos_v3';
|
||||
$config['csrf_expire'] = 7200;
|
||||
$config['csrf_regenerate'] = TRUE;
|
||||
$config['csrf_exclude_uris'] = array();
|
||||
$config['csrf_exclude_uris'] = array('login');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -286,6 +286,7 @@ class Config extends Secure_Controller
|
||||
$batch_save_data = array(
|
||||
'theme' => $this->input->post('theme'),
|
||||
'default_sales_discount' => $this->input->post('default_sales_discount'),
|
||||
'enforce_privacy' => $this->input->post('enforce_privacy'),
|
||||
'receiving_calculate_average_price' => $this->input->post('receiving_calculate_average_price') != NULL,
|
||||
'lines_per_page' => $this->input->post('lines_per_page'),
|
||||
'notify_horizontal_position' => $this->input->post('notify_horizontal_position'),
|
||||
@@ -812,6 +813,7 @@ class Config extends Secure_Controller
|
||||
$batch_save_data = array (
|
||||
'receipt_template' => $this->input->post('receipt_template'),
|
||||
'receipt_font_size' => $this->input->post('receipt_font_size'),
|
||||
'print_delay_autoreturn' => $this->input->post('print_delay_autoreturn'),
|
||||
'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,
|
||||
|
||||
@@ -117,6 +117,16 @@ class Customers extends Persons
|
||||
$info->$property = $this->xss_clean($value);
|
||||
}
|
||||
$data['person_info'] = $info;
|
||||
|
||||
if(empty($info->person_id) || empty($info->date) || empty($info->employee_id))
|
||||
{
|
||||
$data['person_info']->date = date('Y-m-d H:i:s');
|
||||
$data['person_info']->employee_id = $this->Employee->get_logged_in_employee_info()->person_id;
|
||||
}
|
||||
|
||||
$employee_info = $this->Employee->get_info($info->employee_id);
|
||||
$data['employee'] = $employee_info->first_name . ' ' . $employee_info->last_name;
|
||||
|
||||
$data['sales_tax_code_label'] = $info->sales_tax_code . ' ' . $this->Tax->get_info($info->sales_tax_code)->tax_code_name;
|
||||
$packages = array('' => $this->lang->line('items_none'));
|
||||
foreach($this->Customer_rewards->get_all()->result_array() as $row)
|
||||
@@ -232,12 +242,17 @@ class Customers extends Persons
|
||||
'comments' => $this->input->post('comments')
|
||||
);
|
||||
|
||||
$date_formatter = date_create_from_format($this->config->item('dateformat') . ' ' . $this->config->item('timeformat'), $this->input->post('date'));
|
||||
|
||||
$customer_data = array(
|
||||
'consent' => $this->input->post('consent') != NULL,
|
||||
'account_number' => $this->input->post('account_number') == '' ? NULL : $this->input->post('account_number'),
|
||||
'company_name' => $this->input->post('company_name') == '' ? NULL : $this->input->post('company_name'),
|
||||
'discount_percent' => $this->input->post('discount_percent') == '' ? 0.00 : $this->input->post('discount_percent'),
|
||||
'package_id' => $this->input->post('package_id') == '' ? NULL : $this->input->post('package_id'),
|
||||
'taxable' => $this->input->post('taxable') != NULL
|
||||
'taxable' => $this->input->post('taxable') != NULL,
|
||||
'date' => $date_formatter->format('Y-m-d H:i:s'),
|
||||
'employee_id' => $this->input->post('employee_id')
|
||||
);
|
||||
|
||||
$tax_code = $this->input->post('sales_tax_code');
|
||||
@@ -305,16 +320,23 @@ class Customers extends Persons
|
||||
$customers_to_delete = $this->input->post('ids');
|
||||
$customers_info = $this->Customer->get_multiple_info($customers_to_delete);
|
||||
|
||||
if($this->Customer->delete_list($customers_to_delete))
|
||||
$count = 0;
|
||||
|
||||
foreach($customers_info->result() as $info)
|
||||
{
|
||||
foreach($customers_info->result() as $info)
|
||||
if($this->Customer->delete($info->person_id))
|
||||
{
|
||||
// remove customer from Mailchimp selected list
|
||||
$this->mailchimp_lib->removeMember($this->_list_id, $info->email);
|
||||
}
|
||||
|
||||
$count++;
|
||||
}
|
||||
}
|
||||
|
||||
if($count == count($customers_to_delete))
|
||||
{
|
||||
echo json_encode(array('success' => TRUE,
|
||||
'message' => $this->lang->line('customers_successful_deleted') . ' ' . count($customers_to_delete) . ' ' . $this->lang->line('customers_one_or_multiple')));
|
||||
'message' => $this->lang->line('customers_successful_deleted') . ' ' . $count . ' ' . $this->lang->line('customers_one_or_multiple')));
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -358,30 +380,35 @@ class Customers extends Persons
|
||||
// XSS file data sanity check
|
||||
$data = $this->xss_clean($data);
|
||||
|
||||
if(sizeof($data) >= 15)
|
||||
$consent = $data[3] == '' ? 0 : 1;
|
||||
|
||||
if(sizeof($data) >= 16 && $consent)
|
||||
{
|
||||
$email = strtolower($data[3]);
|
||||
$email = strtolower($data[4]);
|
||||
$person_data = array(
|
||||
'first_name' => $data[0],
|
||||
'last_name' => $data[1],
|
||||
'gender' => $data[2],
|
||||
'email' => $email,
|
||||
'phone_number' => $data[4],
|
||||
'address_1' => $data[5],
|
||||
'address_2' => $data[6],
|
||||
'city' => $data[7],
|
||||
'state' => $data[8],
|
||||
'zip' => $data[9],
|
||||
'country' => $data[10],
|
||||
'comments' => $data[11]
|
||||
'phone_number' => $data[5],
|
||||
'address_1' => $data[6],
|
||||
'address_2' => $data[7],
|
||||
'city' => $data[8],
|
||||
'state' => $data[9],
|
||||
'zip' => $data[10],
|
||||
'country' => $data[11],
|
||||
'comments' => $data[12]
|
||||
);
|
||||
|
||||
$customer_data = array(
|
||||
'company_name' => $data[12],
|
||||
'discount_percent' => $data[14],
|
||||
'taxable' => $data[15] == '' ? 0 : 1
|
||||
'consent' => $consent,
|
||||
'company_name' => $data[13],
|
||||
'discount_percent' => $data[15],
|
||||
'taxable' => $data[16] == '' ? 0 : 1,
|
||||
'date' => date('Y-m-d H:i:s'),
|
||||
'employee_id' => $this->Employee->get_logged_in_employee_info()->person_id
|
||||
);
|
||||
$account_number = $data[13];
|
||||
$account_number = $data[14];
|
||||
|
||||
// don't duplicate people with same email
|
||||
$invalidated = $this->Customer->check_email_exists($email);
|
||||
|
||||
@@ -130,8 +130,8 @@ class Expenses extends Secure_Controller
|
||||
'date' => $date_formatter->format('Y-m-d H:i:s'),
|
||||
'supplier_name' => $this->input->post('supplier_name'),
|
||||
'supplier_tax_code' => $this->input->post('supplier_tax_code'),
|
||||
'amount' => $this->input->post('amount'),
|
||||
'tax_amount' => $this->input->post('tax_amount'),
|
||||
'amount' => parse_decimals($this->input->post('amount')),
|
||||
'tax_amount' => parse_decimals($this->input->post('tax_amount')),
|
||||
'payment_type' => $this->input->post('payment_type'),
|
||||
'expense_category_id' => $this->input->post('expense_category_id'),
|
||||
'description' => $this->input->post('description'),
|
||||
|
||||
@@ -14,9 +14,11 @@ class Item_kits extends Secure_Controller
|
||||
*/
|
||||
private function _add_totals_to_item_kit($item_kit)
|
||||
{
|
||||
$kit_item_info = $this->Item->get_info($item_kit->item_id);
|
||||
|
||||
$item_kit->total_cost_price = 0;
|
||||
$item_kit->total_unit_price = 0;
|
||||
|
||||
$item_kit->total_unit_price = $kit_item_info->unit_price;
|
||||
|
||||
foreach($this->Item_kit_items->get_info($item_kit->item_kit_id) as $item_kit_item)
|
||||
{
|
||||
$item_info = $this->Item->get_info($item_kit_item['item_id']);
|
||||
@@ -24,11 +26,18 @@ class Item_kits extends Secure_Controller
|
||||
{
|
||||
$item_info->$property = $this->xss_clean($value);
|
||||
}
|
||||
|
||||
|
||||
$item_kit->total_cost_price += $item_info->cost_price * $item_kit_item['quantity'];
|
||||
$item_kit->total_unit_price += $item_info->unit_price * $item_kit_item['quantity'];
|
||||
|
||||
if($item_kit->price_option == PRICE_OPTION_ALL || ($item_kit->price_option == PRICE_OPTION_KIT_STOCK && $item_info->stock_type == HAS_STOCK ))
|
||||
{
|
||||
$item_kit->total_unit_price += $item_info->unit_price * $item_kit_item['quantity'];
|
||||
}
|
||||
}
|
||||
|
||||
$discount_fraction = bcdiv($item_kit->kit_discount_percent, 100);
|
||||
$item_kit->total_unit_price = $item_kit->total_unit_price - round(bcmul($item_kit->total_unit_price, $discount_fraction), totals_decimals(), PHP_ROUND_HALF_UP);
|
||||
|
||||
return $item_kit;
|
||||
}
|
||||
|
||||
@@ -75,7 +84,7 @@ class Item_kits extends Secure_Controller
|
||||
{
|
||||
// calculate the total cost and retail price of the Kit so it can be added to the table refresh
|
||||
$item_kit = $this->_add_totals_to_item_kit($this->Item_kit->get_info($row_id));
|
||||
|
||||
|
||||
echo json_encode(get_item_kit_data_row($item_kit));
|
||||
}
|
||||
|
||||
|
||||
@@ -366,7 +366,7 @@ class Reports extends Secure_Controller
|
||||
$tabular_data[] = $this->xss_clean(array(
|
||||
'payment_type' => $row['payment_type'],
|
||||
'report_count' => $row['count'],
|
||||
'amount_tendered' => to_currency($row['payment_amount'])
|
||||
'amount_due' => to_currency($row['payment_amount'])
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -6,29 +6,35 @@
|
||||
|
||||
function current_language_code($load_system_language = FALSE)
|
||||
{
|
||||
$employee = get_instance()->Employee;
|
||||
|
||||
// Returns the language code of the employee if set or system language code if not
|
||||
if(get_instance()->Employee->is_logged_in() && $load_system_language != TRUE)
|
||||
if($employee->is_logged_in() && $load_system_language != TRUE)
|
||||
{
|
||||
$employee_language_code = get_instance()->Employee->get_logged_in_employee_info()->language_code;
|
||||
$employee_language_code = $employee->get_logged_in_employee_info()->language_code;
|
||||
if($employee_language_code != NULL && $employee_language_code != '')
|
||||
{
|
||||
return $employee_language_code;
|
||||
}
|
||||
}
|
||||
|
||||
return get_instance()->config->item('language_code');
|
||||
}
|
||||
|
||||
function current_language($load_system_language = FALSE)
|
||||
{
|
||||
$employee = get_instance()->Employee;
|
||||
|
||||
// Returns the language of the employee if set or system language if not
|
||||
if(get_instance()->Employee->is_logged_in() && $load_system_language != TRUE)
|
||||
if($employee->is_logged_in() && $load_system_language != TRUE)
|
||||
{
|
||||
$employee_language = get_instance()->Employee->get_logged_in_employee_info()->language;
|
||||
$employee_language = $employee->get_logged_in_employee_info()->language;
|
||||
if($employee_language != NULL && $employee_language != '')
|
||||
{
|
||||
return $employee_language;
|
||||
}
|
||||
}
|
||||
|
||||
return get_instance()->config->item('language');
|
||||
}
|
||||
|
||||
@@ -63,18 +69,20 @@ function get_languages()
|
||||
|
||||
function load_language($load_system_language = FALSE, array $lang_array)
|
||||
{
|
||||
$lang = get_instance()->lang;
|
||||
|
||||
if($load_system_language = TRUE)
|
||||
{
|
||||
foreach($lang_array as $language_file)
|
||||
{
|
||||
get_instance()->lang->load($language_file,current_language_code(TRUE));
|
||||
$lang->load($language_file, current_language_code(TRUE));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach($lang_array as $language_file)
|
||||
{
|
||||
get_instance()->lang->load($language_file,current_language_code());
|
||||
$lang->load($language_file, current_language_code());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -198,6 +206,53 @@ function get_timeformats()
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
Gets the payment options
|
||||
*/
|
||||
function get_payment_options()
|
||||
{
|
||||
$config = get_instance()->config;
|
||||
$lang = get_instance()->lang;
|
||||
|
||||
$payments = array();
|
||||
|
||||
if($config->item('payment_options_order') == 'debitcreditcash')
|
||||
{
|
||||
$payments[$lang->line('sales_debit')] = $lang->line('sales_debit');
|
||||
$payments[$lang->line('sales_credit')] = $lang->line('sales_credit');
|
||||
$payments[$lang->line('sales_cash')] = $lang->line('sales_cash');
|
||||
}
|
||||
elseif($config->item('payment_options_order') == 'debitcashcredit')
|
||||
{
|
||||
$payments[$lang->line('sales_debit')] = $lang->line('sales_debit');
|
||||
$payments[$lang->line('sales_cash')] = $lang->line('sales_cash');
|
||||
$payments[$lang->line('sales_credit')] = $lang->line('sales_credit');
|
||||
}
|
||||
elseif($config->item('payment_options_order') == 'creditdebitcash')
|
||||
{
|
||||
$payments[$lang->line('sales_credit')] = $lang->line('sales_credit');
|
||||
$payments[$lang->line('sales_debit')] = $lang->line('sales_debit');
|
||||
$payments[$lang->line('sales_cash')] = $lang->line('sales_cash');
|
||||
}
|
||||
elseif($config->item('payment_options_order') == 'creditcashdebit')
|
||||
{
|
||||
$payments[$lang->line('sales_credit')] = $lang->line('sales_credit');
|
||||
$payments[$lang->line('sales_cash')] = $lang->line('sales_cash');
|
||||
$payments[$lang->line('sales_debit')] = $lang->line('sales_debit');
|
||||
}
|
||||
else // default: if($config->item('payment_options_order') == 'cashdebitcredit')
|
||||
{
|
||||
$payments[$lang->line('sales_cash')] = $lang->line('sales_cash');
|
||||
$payments[$lang->line('sales_debit')] = $lang->line('sales_debit');
|
||||
$payments[$lang->line('sales_credit')] = $lang->line('sales_credit');
|
||||
}
|
||||
|
||||
$payments[$lang->line('sales_due')] = $lang->line('sales_due');
|
||||
$payments[$lang->line('sales_check')] = $lang->line('sales_check');
|
||||
|
||||
return $payments;
|
||||
}
|
||||
|
||||
function currency_side()
|
||||
{
|
||||
$config = get_instance()->config;
|
||||
|
||||
@@ -490,8 +490,8 @@ function get_item_kits_manage_table_headers()
|
||||
array('item_kit_id' => $CI->lang->line('item_kits_kit')),
|
||||
array('name' => $CI->lang->line('item_kits_name')),
|
||||
array('description' => $CI->lang->line('item_kits_description')),
|
||||
array('cost_price' => $CI->lang->line('items_cost_price'), 'sortable' => FALSE),
|
||||
array('unit_price' => $CI->lang->line('items_unit_price'), 'sortable' => FALSE)
|
||||
array('total_cost_price' => $CI->lang->line('items_cost_price'), 'sortable' => FALSE),
|
||||
array('total_unit_price' => $CI->lang->line('items_unit_price'), 'sortable' => FALSE)
|
||||
);
|
||||
|
||||
return transform_headers($headers);
|
||||
@@ -509,8 +509,8 @@ function get_item_kit_data_row($item_kit)
|
||||
'item_kit_id' => $item_kit->item_kit_id,
|
||||
'name' => $item_kit->name,
|
||||
'description' => $item_kit->description,
|
||||
'cost_price' => to_currency($item_kit->total_cost_price),
|
||||
'unit_price' => to_currency($item_kit->total_unit_price),
|
||||
'total_cost_price' => to_currency($item_kit->total_cost_price),
|
||||
'total_unit_price' => to_currency($item_kit->total_unit_price),
|
||||
'edit' => anchor($controller_name."/view/$item_kit->item_kit_id", '<span class="glyphicon glyphicon-edit"></span>',
|
||||
array('class'=>'modal-dlg', 'data-btn-submit' => $CI->lang->line('common_submit'), 'title'=>$CI->lang->line($controller_name.'_update'))
|
||||
));
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "عنوان الشركة";
|
||||
$lang["config_address_required"] = "عنوان الشركة مطلوب.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "السماح بتشابة الباركود";
|
||||
@@ -100,12 +99,18 @@ $lang["config_email"] = "البريد الإلكتروني";
|
||||
$lang["config_email_configuration"] = "إعدادات البريد الإلكتروني";
|
||||
$lang["config_email_mailpath"] = "مسار ارسال البريد";
|
||||
$lang["config_email_protocol"] = "بروتوكول";
|
||||
$lang["config_email_receipt_check_behaviour"] = "ارسال رسائل الكترونية";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "مختار دائما";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "تذكر آخر إختيار";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "دائما غير مختار";
|
||||
$lang["config_email_smtp_crypto"] = "تشفير SMTP";
|
||||
$lang["config_email_smtp_host"] = "خادم SMTP";
|
||||
$lang["config_email_smtp_pass"] = "كلمة سر SMTP";
|
||||
$lang["config_email_smtp_port"] = "رقم منفذ SMTP";
|
||||
$lang["config_email_smtp_timeout"] = "وقت فشل المحاولة (ثوانى) لـ SMTP";
|
||||
$lang["config_email_smtp_user"] = "اسم مستخدم SMTP";
|
||||
$lang["config_enforce_privacy"] = "فرض نظام الخصوصية";
|
||||
$lang["config_enforce_privacy_tooltip"] = "حماية ملفات ومعلومات المستخدم عند الحذف";
|
||||
$lang["config_fax"] = "الفاكس";
|
||||
$lang["config_financial_year"] = "بداية السنة المالية";
|
||||
$lang["config_financial_year_apr"] = "1 أبريل";
|
||||
@@ -188,11 +193,18 @@ $lang["config_phone_required"] = "هاتف الشركة مطلوب.";
|
||||
$lang["config_print_bottom_margin"] = "الهامش السفلي";
|
||||
$lang["config_print_bottom_margin_number"] = "الهامش السفلي يجب أن يكون رقم.";
|
||||
$lang["config_print_bottom_margin_required"] = "الهامش السفلي مطلوب.";
|
||||
$lang["config_print_delay_autoreturn"] = "العودة الى عمليات البيع تلقائيا ( عدد الثواني )";
|
||||
$lang["config_print_delay_autoreturn_number"] = "الزمن المحدد للعودة الى عمليات البيع هو خانة اجبارية.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "الزمن المحدد للعودة الى عمليات البيع يجب ان يكون رقم.";
|
||||
$lang["config_print_footer"] = "طباعة تذييل المتصفح";
|
||||
$lang["config_print_header"] = "طباعة ترويسة المتصفح";
|
||||
$lang["config_print_left_margin"] = "الهامش الأيسر";
|
||||
$lang["config_print_left_margin_number"] = "الهامش الأيسر يجب ان يكون رقم.";
|
||||
$lang["config_print_left_margin_required"] = "الهامش الأيسر مطلوب.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "خانة طباعة الفواتير";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "دائما مختار";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "تذكر آخر اختيار";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "دائما ليس مختار";
|
||||
$lang["config_print_right_margin"] = "الهامش الأيمن";
|
||||
$lang["config_print_right_margin_number"] = "الهامش الأيمن يجب أن يكون رقم.";
|
||||
$lang["config_print_right_margin_required"] = "الهامش الأيمن مطلوب.";
|
||||
@@ -201,6 +213,7 @@ $lang["config_print_top_margin"] = "الهامش العلوى";
|
||||
$lang["config_print_top_margin_number"] = "الهامش العلوى يجب أن يكون رقم.";
|
||||
$lang["config_print_top_margin_required"] = "الهامش العلوى مطلوب.";
|
||||
$lang["config_quantity_decimals"] = "العلامة العشرية للكمية";
|
||||
$lang["config_quote_default_comments"] = "ملاحظات طلبات العمل الثابتة";
|
||||
$lang["config_receipt"] = "الإيصال";
|
||||
$lang["config_receipt_configuration"] = "إعدادات طباعة الايصالات";
|
||||
$lang["config_receipt_default"] = "افتراضى";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_account_number"] = "رقم الحساب";
|
||||
$lang["customers_account_number_duplicate"] = "رقم الحساب هذا موجود فى قاعدة البيانات من قبل.";
|
||||
$lang["customers_available_points"] = "النقاط المتاحة";
|
||||
@@ -10,9 +9,13 @@ $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_email_duplicate"] = "البريد الالكتروني مكرر.";
|
||||
$lang["customers_employee"] = "الموظف";
|
||||
$lang["customers_error_adding_updating"] = "خطاء فى إضافة أو تحديث العميل.";
|
||||
$lang["customers_excel_import_failed"] = "فشل الإستيراد من اكسل";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "الملف الذى رفعته إما فارغ أو أنه مختلف البنية.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "الكمية المطلوب خصمها أو اضافتها.";
|
||||
$lang["items_allow_alt_desciption"] = "وصف بديل";
|
||||
$lang["items_allow_alt_description"] = "السماح بوصف بديل";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["reports_all"] = "الكل";
|
||||
$lang["reports_canceled"] = "ملغى";
|
||||
$lang["reports_categories"] = "التصنيفات";
|
||||
@@ -7,6 +6,7 @@ $lang["reports_categories_summary_report"] = "تقرير ملخص التصنيف
|
||||
$lang["reports_category"] = "تصنيف";
|
||||
$lang["reports_code_canceled"] = "كود العمليات الملغية";
|
||||
$lang["reports_code_invoice"] = "كود الفواتير الرسمية";
|
||||
$lang["reports_code_pos"] = "نقطة بيع";
|
||||
$lang["reports_code_quote"] = "كود عروض الاسعار";
|
||||
$lang["reports_code_return"] = "كود عمليات المرتجع";
|
||||
$lang["reports_code_type"] = "النوع";
|
||||
@@ -113,10 +113,10 @@ $lang["reports_taxes"] = "الضرائب";
|
||||
$lang["reports_taxes_summary_report"] = "تقرير ملخص الضرائب";
|
||||
$lang["reports_total"] = "الإجمالى";
|
||||
$lang["reports_total_inventory_value"] = "إجمالى قيمة المخزن";
|
||||
$lang["reports_total_quantity"] = "الكمية/العدد";
|
||||
$lang["reports_total_retail"] = "قيمة المبيع";
|
||||
$lang["reports_type"] = "النوع";
|
||||
$lang["reports_unit_price"] = "السعر";
|
||||
$lang["reports_used"] = "النقاط المستخدمة";
|
||||
$lang["reports_work_orders"] = "طلبات عمل";
|
||||
$lang["reports_zero_and_less"] = "صفر و أقل";
|
||||
$lang["reports_total_retail"] = "قيمة المبيع";
|
||||
$lang["reports_total_quantity"] = "الكمية/العدد";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "النقاط المتاحة";
|
||||
$lang["rewards_package"] = "مكافآت";
|
||||
$lang["rewards_remaining_balance"] = "رصيد النقاط المتبقي هو ";
|
||||
@@ -28,6 +27,8 @@ $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"] = "الفترة الزمنية";
|
||||
@@ -106,6 +107,7 @@ $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"] = "فشل إرسال الإيصال إلى";
|
||||
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Elektron Adres";
|
||||
$lang["config_email_configuration"] = "Elektron Adres Konfiqurasiyası";
|
||||
$lang["config_email_mailpath"] = "Email Göndətməyə qısa yol";
|
||||
$lang["config_email_protocol"] = "Protokol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Şifrələmə";
|
||||
$lang["config_email_smtp_host"] = "SMTP Serveri";
|
||||
$lang["config_email_smtp_pass"] = "Faks";
|
||||
$lang["config_email_smtp_port"] = "SMTP Portu";
|
||||
$lang["config_email_smtp_timeout"] = "STMTP vaxt bitimi (lər)";
|
||||
$lang["config_email_smtp_user"] = "SMTP İstifadəçi Adı";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Faks";
|
||||
$lang["config_financial_year"] = "Maliyyə İli Başlancığı";
|
||||
$lang["config_financial_year_apr"] = "1 Aprel";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Şirkət Telefonu tələb olunan bir sahədir.
|
||||
$lang["config_print_bottom_margin"] = "Çərçivədki aşağı Sərhəd";
|
||||
$lang["config_print_bottom_margin_number"] = "Aşağıdaki Sərhəd rəqəm ilə olmalıdır.";
|
||||
$lang["config_print_bottom_margin_required"] = "Aşağıdakı Sərhəd boş qala bilməz.";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Brauzer Altlığını Çap Et";
|
||||
$lang["config_print_header"] = "Brauzer Başlığını çap et";
|
||||
$lang["config_print_left_margin"] = "Soldaki Künc";
|
||||
$lang["config_print_left_margin_number"] = "Soldaki Künc rəqəm ilə olmalıdır.";
|
||||
$lang["config_print_left_margin_required"] = "Soldaki Künc olan sahə boş qala bilməz.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Sağdaki Künc";
|
||||
$lang["config_print_right_margin_number"] = "Sağdakı Künc rəqəm ilə olmalıdır.";
|
||||
$lang["config_print_right_margin_required"] = "Sağdakı Künc olan sahə boş qala bilməz.";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Üstdəki Künc";
|
||||
$lang["config_print_top_margin_number"] = "Üstdəki Künc rəqəm ilə olmalıdır.";
|
||||
$lang["config_print_top_margin_required"] = "Üstdəki Sahə Boş qala bilməz.";
|
||||
$lang["config_quantity_decimals"] = "Ondalıqların Miqdarı";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Çek";
|
||||
$lang["config_receipt_configuration"] = "Çek Cap Parametirləri";
|
||||
$lang["config_receipt_default"] = "Adi";
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "hesab nömrəsi";
|
||||
$lang["customers_account_number_duplicate"] = "";
|
||||
$lang["customers_available_points"] = "";
|
||||
$lang["customers_average"] = "";
|
||||
$lang["customers_account_number"] = "hesab nömrəsi";
|
||||
$lang["customers_account_number_duplicate"] = "";
|
||||
$lang["customers_available_points"] = "";
|
||||
@@ -13,9 +9,14 @@ $lang["customers_basic_information"] = "Məlumat";
|
||||
$lang["customers_cannot_be_deleted"] = "Seçilmiş müştərilər silinə bilməz, bir və ya birdən çox müştərilərin satışları var";
|
||||
$lang["customers_company_name"] = "Şirkət";
|
||||
$lang["customers_confirm_delete"] = "Siz seçilmiş müştərini (lər) silməyə əminsinizmi?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Müştəri";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Endirim";
|
||||
$lang["customers_email_duplicate"] = "Məlumat bazasında artıq elektron poçt adresi var";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Müştəri əlavəsində ya da yenilənməsində səhv";
|
||||
$lang["customers_excel_import_failed"] = "Excel idxalı alınmadı";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Yüklənmiş faylda heç bir məlumat yoxdur ya da səhv farmat edilib";
|
||||
@@ -43,3 +44,7 @@ $lang["customers_successful_adding"] = "Siz uğurla müştəri əlavə etdiniz";
|
||||
$lang["customers_successful_deleted"] = "Siz uğurla sildiniz";
|
||||
$lang["customers_successful_updating"] = "Siz uğurla müştərini sildiniz";
|
||||
$lang["customers_tax_code"] = "Vergi Kodu";
|
||||
$lang["customers_taxable"] = "";
|
||||
$lang["customers_total"] = "";
|
||||
$lang["customers_update"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang["module_both"] = "";
|
||||
$lang["module_config"] = "Konfiqursiya";
|
||||
$lang["module_config_desc"] = "OSPOS's Konfiqurasiyasını dəyiş";
|
||||
$lang["module_customers"] = "Müştərilər";
|
||||
$lang["module_customers_desc"] = "Əlavə et,Yenilə,Sil və Müştəriləri axtar";
|
||||
$lang["module_employees"] = "Əməkdaşlar";
|
||||
$lang["module_employees_desc"] = "Əlavə et,Yenilə,Sil və Əməkdaşları axtar";
|
||||
$lang["module_expenses"] = "";
|
||||
$lang["module_expenses_categories"] = "";
|
||||
$lang["module_expenses_categories_desc"] = "";
|
||||
$lang["module_expenses_desc"] = "";
|
||||
$lang["module_giftcards"] = "Hədiyyə kartı";
|
||||
$lang["module_giftcards_desc"] = "Əlavə et,Yenilə,Sil və Hədiyyə kartlarını axtar";
|
||||
$lang["module_home"] = "Ev";
|
||||
$lang["module_home_desc"] = "";
|
||||
$lang["module_item_kits"] = "Mal Dəstləri";
|
||||
$lang["module_item_kits_desc"] = "Əlavə et,Yenilə,Sil və Dəst Malları Axtar";
|
||||
$lang["module_items"] = "Mallar";
|
||||
@@ -17,6 +23,8 @@ $lang["module_messages"] = "Mesajlar";
|
||||
$lang["module_messages_desc"] = "Müştərilərə, Təchizatçılara və İşçilərə Mesaj göndərin.";
|
||||
$lang["module_migrate"] = "Köçür";
|
||||
$lang["module_migrate_desc"] = "OSPOS in Məlumat Bazasıni Yenilə";
|
||||
$lang["module_office"] = "";
|
||||
$lang["module_office_desc"] = "";
|
||||
$lang["module_receivings"] = "Qəbul Edilənlər.";
|
||||
$lang["module_receivings_desc"] = "Edilmiş Sifarişləri Başla";
|
||||
$lang["module_reports"] = "Hesabatlar";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "komentariyalar";
|
||||
$lang["reports_category"] = "Kategoriya";
|
||||
$lang["reports_code_canceled"] = "CNL";
|
||||
$lang["reports_code_invoice"] = "INV";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "Q";
|
||||
$lang["reports_code_return"] = "RET";
|
||||
$lang["reports_code_type"] = "Növ";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Vergilər";
|
||||
$lang["reports_taxes_summary_report"] = "Vergi Yekun Hesabatı";
|
||||
$lang["reports_total"] = "Cəm";
|
||||
$lang["reports_total_inventory_value"] = "Ümumi İnvanter Qiyməti";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Növ";
|
||||
$lang["reports_unit_price"] = "Pərakəndə Qiyməti";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "İstifadə Olunan Ballar";
|
||||
$lang["reports_zero_and_less"] = "Sıfır və Aşağı";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -8,6 +8,7 @@ $lang["sales_amount_due"] = "Məbləğə Görə";
|
||||
$lang["sales_amount_tendered"] = "Təklif olunan Məbləğ";
|
||||
$lang["sales_cancel_sale"] = "Ləğv";
|
||||
$lang["sales_cash"] = "Nəğd pullar";
|
||||
$lang["sales_cash_deposit"] = "";
|
||||
$lang["sales_cash_filter"] = "Nəğd Pul";
|
||||
$lang["sales_change_due"] = "Dəyişikliyə görə";
|
||||
$lang["sales_check"] = "Çek";
|
||||
@@ -18,24 +19,30 @@ $lang["sales_comments"] = "Komentariyalar";
|
||||
$lang["sales_complete_sale"] = "Yekunlaşdır";
|
||||
$lang["sales_confirm_cancel_sale"] = "Siz əminsiniz ki,satışı ləğv etmək istəyirsiniz? Bütün detallar silinəcək.";
|
||||
$lang["sales_confirm_delete"] = "Siz əminsiniz ki seçilmiş satışı (lar) silmək istəyirsiz?";
|
||||
$lang["sales_confirm_restore"] = "";
|
||||
$lang["sales_credit"] = "Kredit kartı";
|
||||
$lang["sales_credit_deposit"] = "";
|
||||
$lang["sales_customer"] = "Ad";
|
||||
$lang["sales_customer_address"] = "Ünvan";
|
||||
$lang["sales_customer_discount"] = "Endirim";
|
||||
$lang["sales_customer_email"] = "Elektron Ünvan";
|
||||
$lang["sales_customer_location"] = "Yer";
|
||||
$lang["sales_customer_mailchimp_status"] = "Mailchimp Statusu";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Cəm";
|
||||
$lang["sales_date"] = "Satış Tarixi";
|
||||
$lang["sales_date_range"] = "Tarix Aralığı";
|
||||
$lang["sales_date_required"] = "Düzgün tarix daxil edilməlidir";
|
||||
$lang["sales_date_type"] = "Boşluğa tarix əlavə edilməlidir";
|
||||
$lang["sales_debit"] = "Debit kart";
|
||||
$lang["sales_delete"] = "";
|
||||
$lang["sales_delete_confirmation"] = "Siz əminsiniz ki bu satışı silmək istəyirsiniz? Bu əməlliyat yenidən bərpa edilə bilməz";
|
||||
$lang["sales_delete_entire_sale"] = "Bütün satışı silmək";
|
||||
$lang["sales_delete_successful"] = "siz uğurla satışı sildiniz";
|
||||
$lang["sales_delete_unsuccessful"] = "Satışın silinməsi uğursuz oldu";
|
||||
$lang["sales_description_abbrv"] = "Təsvir";
|
||||
$lang["sales_discard"] = "";
|
||||
$lang["sales_discard_quote"] = "";
|
||||
$lang["sales_discount"] = "Endirim %";
|
||||
$lang["sales_discount_included"] = "% Endirim";
|
||||
@@ -57,6 +64,7 @@ $lang["sales_giftcard_number"] = "Hədiyyə kartının nömrəsi";
|
||||
$lang["sales_group_by_category"] = "Kategoriyaya görə grup";
|
||||
$lang["sales_group_by_type"] = "Növə görə qrup";
|
||||
$lang["sales_id"] = "Satış Nömrə";
|
||||
$lang["sales_include_prices"] = "";
|
||||
$lang["sales_invoice"] = "Qəbz";
|
||||
$lang["sales_invoice_confirm"] = "Bu qəbz göndəriləcək";
|
||||
$lang["sales_invoice_enable"] = "Faktura Yarat";
|
||||
@@ -81,6 +89,7 @@ $lang["sales_no_filter"] = "Hamısı";
|
||||
$lang["sales_no_items_in_cart"] = "Səbətdə heç bir mal yoxdur";
|
||||
$lang["sales_no_sales_to_display"] = "Satış yoxdur";
|
||||
$lang["sales_none_selected"] = "Silmək üçün hər hansı bir Satış (lar) seçmədiniz.";
|
||||
$lang["sales_not_authorized"] = "";
|
||||
$lang["sales_one_or_multiple"] = "Satış (lar)";
|
||||
$lang["sales_payment"] = "Ödəniş Növü";
|
||||
$lang["sales_payment_amount"] = "Məbləğ";
|
||||
@@ -92,11 +101,14 @@ $lang["sales_print_after_sale"] = "Satışdan sonra Çap edin";
|
||||
$lang["sales_quantity"] = "Miqdarı";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Diqqət: İstədiyinizin Miqdarı bu Öhdəlik üçün Yenidən Səviyyə səviyyəsindən aşağıdadır.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Xəbərdarlıq: İstədiyiniz miqdar kifayət qədər deyil. Siz Hələ satışı emal edə bilərsiniz, ancaq inventarınızı yoxlayın.";
|
||||
$lang["sales_quantity_of_items"] = "";
|
||||
$lang["sales_quote"] = "Qiymət ver";
|
||||
$lang["sales_quote_number"] = "Sitat Nömrəsi";
|
||||
$lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "Sitat göndərildi";
|
||||
$lang["sales_quote_unsent"] = "Sitat göndırilə bilmədi";
|
||||
$lang["sales_receipt"] = "malın çeki";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "Satış №";
|
||||
$lang["sales_receipt_sent"] = "Çek Göndərildi";
|
||||
$lang["sales_receipt_unsent"] = "Çek göndərilə Bilmədi";
|
||||
@@ -114,17 +126,21 @@ $lang["sales_select_customer"] = "müştəri secmək";
|
||||
$lang["sales_send_invoice"] = "Faktura Göndər";
|
||||
$lang["sales_send_quote"] = "Sitat Göndər";
|
||||
$lang["sales_send_receipt"] = "Çek Göndər";
|
||||
$lang["sales_send_work_order"] = "";
|
||||
$lang["sales_serial"] = "seriya nömrəsi";
|
||||
$lang["sales_show_invoice"] = "Fakturanı Göstər";
|
||||
$lang["sales_show_receipt"] = "Çek Göstər";
|
||||
$lang["sales_start_typing_customer_name"] = "müştəri adını çap etməyə başlayın...";
|
||||
$lang["sales_start_typing_item_name"] = " malın adın başlayın çap etməyə yada skan edin şifrəni...";
|
||||
$lang["sales_stock"] = "";
|
||||
$lang["sales_stock_location"] = "Ehtiyyatın Yeri";
|
||||
$lang["sales_sub_total"] = "yekun";
|
||||
$lang["sales_successfully_deleted"] = "satış";
|
||||
$lang["sales_successfully_restored"] = "";
|
||||
$lang["sales_successfully_suspended_sale"] = "sizin satışınız uğurla dayandırıldı";
|
||||
$lang["sales_successfully_updated"] = "satış uğurla yeniləndi";
|
||||
$lang["sales_suspend_sale"] = "satışı dayan.";
|
||||
$lang["sales_suspended_doc_id"] = "";
|
||||
$lang["sales_suspended_sale_id"] = "Satış dayandırıldı İD";
|
||||
$lang["sales_suspended_sales"] = "satış dayandırıldı";
|
||||
$lang["sales_table"] = "Masa";
|
||||
@@ -136,8 +152,14 @@ $lang["sales_total_tax_exclusive"] = "Vergi Xaric";
|
||||
$lang["sales_transaction_failed"] = "transaksiya alınmadı";
|
||||
$lang["sales_unable_to_add_item"] = "malın əlavə edilməsində səhv var ";
|
||||
$lang["sales_unsuccessfully_deleted"] = "satış uğursuz oldu silinmədi";
|
||||
$lang["sales_unsuccessfully_restored"] = "";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Satış dayandırıla bilmədi.";
|
||||
$lang["sales_unsuccessfully_updated"] = "satış uğursuz oldu";
|
||||
$lang["sales_unsuspend"] = "blok etmək";
|
||||
$lang["sales_unsuspend_and_delete"] = "blok etmək və silmək";
|
||||
$lang["sales_update"] = "Yenilə";
|
||||
$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"] = "";
|
||||
|
||||
@@ -88,6 +88,8 @@ $lang["config_default_tax_rate_1"] = "Tax 1 Rate";
|
||||
$lang["config_default_tax_rate_2"] = "Tax 2 Rate";
|
||||
$lang["config_default_tax_rate_number"] = "Default Tax Rate must be a number.";
|
||||
$lang["config_default_tax_rate_required"] = "Default Tax Rate is a required field.";
|
||||
$lang["config_derive_sale_quantity"] = "";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "";
|
||||
$lang["config_dinner_table"] = "Table";
|
||||
$lang["config_dinner_table_duplicate"] = "Table must be unique.";
|
||||
$lang["config_dinner_table_enable"] = "Enable Dinner Tables";
|
||||
@@ -98,12 +100,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_mailpath"] = "Path to Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Fiscal Year Start";
|
||||
$lang["config_financial_year_apr"] = "1st of April";
|
||||
@@ -186,11 +194,18 @@ $lang["config_phone_required"] = "Company Phone is a required field.";
|
||||
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
||||
$lang["config_print_bottom_margin_number"] = "Margin Bottom must be a number.";
|
||||
$lang["config_print_bottom_margin_required"] = "Margin Bottom is a required field.";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Print Browser Footer";
|
||||
$lang["config_print_header"] = "Print Browser Header";
|
||||
$lang["config_print_left_margin"] = "Margin Left";
|
||||
$lang["config_print_left_margin_number"] = "Margin Left must be a number.";
|
||||
$lang["config_print_left_margin_required"] = "Margin Left is a required field.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Margin Right";
|
||||
$lang["config_print_right_margin_number"] = "Margin Right must be a number.";
|
||||
$lang["config_print_right_margin_required"] = "Margin Right is a required field.";
|
||||
@@ -199,6 +214,7 @@ $lang["config_print_top_margin"] = "Margin Top";
|
||||
$lang["config_print_top_margin_number"] = "Margin Top must be a number.";
|
||||
$lang["config_print_top_margin_required"] = "Margin Top is a required field.";
|
||||
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Receipt";
|
||||
$lang["config_receipt_configuration"] = "Receipt Print Settings";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
@@ -222,7 +238,6 @@ $lang["config_reward"] = "Reward";
|
||||
$lang["config_reward_configuration"] = "Reward Configuration";
|
||||
$lang["config_right"] = "Right";
|
||||
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
|
||||
$lang["config_work_order_format"] = "Work Order Format";
|
||||
$lang["config_sales_quote_format"] = "Sales Quote Format";
|
||||
$lang["config_saved_successfully"] = "Configuration save successful.";
|
||||
$lang["config_saved_unsuccessfully"] = "Configuration save failed.";
|
||||
@@ -242,6 +257,9 @@ $lang["config_table_configuration"] = "Table Configuration";
|
||||
$lang["config_takings_printer"] = "Receipt Printer";
|
||||
$lang["config_tax"] = "Tax";
|
||||
$lang["config_tax_category"] = "Tax Category";
|
||||
$lang["config_tax_category_duplicate"] = "";
|
||||
$lang["config_tax_category_invalid_chars"] = "";
|
||||
$lang["config_tax_category_required"] = "";
|
||||
$lang["config_tax_category_used"] = "Tax category cannot be deleted because it is being used.";
|
||||
$lang["config_tax_configuration"] = "Tax Configuration";
|
||||
$lang["config_tax_decimals"] = "Tax Decimals";
|
||||
@@ -252,3 +270,4 @@ $lang["config_timezone"] = "Timezone";
|
||||
$lang["config_top"] = "Top";
|
||||
$lang["config_website"] = "Website";
|
||||
$lang["config_work_order_enable"] = "Work Order Support";
|
||||
$lang["config_work_order_format"] = "Work Order Format";
|
||||
|
||||
@@ -10,9 +10,13 @@ $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_email_duplicate"] = "Имейл адресът вече е в базата данни.";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Добавянето или актуализирането на клиента е неуспешно.";
|
||||
$lang["customers_excel_import_failed"] = "Вносът от Excel не бе успешен";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Каченият файл няма данни или е неправилно форматиран.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Categories Summary Report";
|
||||
$lang["reports_category"] = "Category";
|
||||
$lang["reports_code_canceled"] = "CNL";
|
||||
$lang["reports_code_invoice"] = "INV";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "Q";
|
||||
$lang["reports_code_return"] = "RET";
|
||||
$lang["reports_code_type"] = "Type";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Taxes";
|
||||
$lang["reports_taxes_summary_report"] = "Taxes Summary Report";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventory Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Type";
|
||||
$lang["reports_unit_price"] = "Retail Price";
|
||||
$lang["reports_used"] = "Points Used";
|
||||
$lang["reports_work_orders"] = "Work Orders";
|
||||
$lang["reports_zero_and_less"] = "Zero and less";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $lang["sales_customer_discount"] = "Намаление";
|
||||
$lang["sales_customer_email"] = "Електронна поща";
|
||||
$lang["sales_customer_location"] = "Местоположение";
|
||||
$lang["sales_customer_mailchimp_status"] = "Състояние на Mailchimp";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Обща сума";
|
||||
$lang["sales_date"] = "Дата на продажба";
|
||||
$lang["sales_date_range"] = "Период от време";
|
||||
@@ -106,6 +108,7 @@ $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"] = "Разписката не бе изпратена до";
|
||||
|
||||
9
application/language/cs/bootstrap_tables_lang.php
Normal file
9
application/language/cs/bootstrap_tables_lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$lang["tables_all"] = "Vše";
|
||||
$lang["tables_columns"] = "Sloupce";
|
||||
$lang["tables_hide_show_pagination"] = "Zobrazit/skrýt stránkování";
|
||||
$lang["tables_loading"] = "Nahrávám, prosím počkejte...";
|
||||
$lang["tables_page_from_to"] = "Zobrazeno {0} až {1} z {2} řádků";
|
||||
$lang["tables_refresh"] = "Obnovit";
|
||||
$lang["tables_rows_per_page"] = "{0} řádků na stránku";
|
||||
$lang["tables_toggle"] = "Přepnout";
|
||||
64
application/language/cs/common_lang.php
Normal file
64
application/language/cs/common_lang.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
$lang["common_address_1"] = "Adresa 1";
|
||||
$lang["common_address_2"] = "Adresa 2";
|
||||
$lang["common_city"] = "Město";
|
||||
$lang["common_close"] = "Zavřít";
|
||||
$lang["common_comments"] = "Podrobnosti";
|
||||
$lang["common_confirm_search"] = "Máte vybráno jeden nebo více řádků a tyto po po vyhledání nebudou vybrány. Chcete opravdu pokračovat s vyhledáváním?";
|
||||
$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_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_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.";
|
||||
$lang["common_first_page"] = "První";
|
||||
$lang["common_gender"] = "Pohlaví";
|
||||
$lang["common_gender_female"] = "Ž";
|
||||
$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_remove_file"] = "Vyjmout";
|
||||
$lang["common_import_select_file"] = "Vybrat soubor";
|
||||
$lang["common_last_name"] = "Příjmení";
|
||||
$lang["common_last_name_required"] = "Příjmení je vyžadováno.";
|
||||
$lang["common_last_page"] = "Poslední";
|
||||
$lang["common_learn_about_project"] = "pro získání dalších informací k projektu.";
|
||||
$lang["common_list_of"] = "Seznam";
|
||||
$lang["common_logout"] = "Odhlásit";
|
||||
$lang["common_new"] = "Nový";
|
||||
$lang["common_no_persons_to_display"] = "Žádní zákazníci k zobrazení.";
|
||||
$lang["common_none_selected_text"] = "bez výběru";
|
||||
$lang["common_or"] = "Nebo";
|
||||
$lang["common_phone_number"] = "Telefon";
|
||||
$lang["common_please_visit_my"] = "Navštivte prosím";
|
||||
$lang["common_powered_by"] = "Používá";
|
||||
$lang["common_price"] = "Cena";
|
||||
$lang["common_print"] = "Tisk";
|
||||
$lang["common_remove"] = "Vyjmout";
|
||||
$lang["common_required"] = "Vyžadováno";
|
||||
$lang["common_restore"] = "Obnovit";
|
||||
$lang["common_return_policy"] = "Podmínky pro vrácení";
|
||||
$lang["common_search"] = "Hledat";
|
||||
$lang["common_search_options"] = "Volby pro hledání";
|
||||
$lang["common_searched_for"] = "Hledat";
|
||||
$lang["common_state"] = "Stát";
|
||||
$lang["common_submit"] = "Odeslat";
|
||||
$lang["common_total_spent"] = "Celkem utraceno";
|
||||
$lang["common_unknown"] = "Neznámý";
|
||||
$lang["common_view_recent_sales"] = "Zobrazit nedávné prodeje";
|
||||
$lang["common_website"] = "www-stránky";
|
||||
$lang["common_welcome"] = "Vítejte";
|
||||
$lang["common_welcome_message"] = "Vítejte v OSPOS, vyberte si z modulů dole pro pokračování.";
|
||||
$lang["common_you_are_using_ospos"] = "Používáte Open Source Point Of Sale verze";
|
||||
$lang["common_zip"] = "PSČ";
|
||||
2
application/language/cs/config_lang.php
Normal file
2
application/language/cs/config_lang.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$lang["config_address"] = "Adresa společnosti";
|
||||
21
application/language/cs/datepicker_lang.php
Normal file
21
application/language/cs/datepicker_lang.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
$lang["datepicker_all_time"] = "Vše";
|
||||
$lang["datepicker_apply"] = "Použít";
|
||||
$lang["datepicker_cancel"] = "Zrušit";
|
||||
$lang["datepicker_custom"] = "Jiný";
|
||||
$lang["datepicker_from"] = "Od";
|
||||
$lang["datepicker_last_30"] = "Posledních 30 dnů";
|
||||
$lang["datepicker_last_7"] = "Posledních 7 dnů";
|
||||
$lang["datepicker_last_financial_year"] = "Minulý účetní rok";
|
||||
$lang["datepicker_last_month"] = "Minulý měsíc";
|
||||
$lang["datepicker_last_year"] = "Minulý rok";
|
||||
$lang["datepicker_same_month_last_year"] = "Stejný měsíc v loňském roce";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "Stejné období loni";
|
||||
$lang["datepicker_this_financial_year"] = "Aktuální účetní rok";
|
||||
$lang["datepicker_this_month"] = "Tento měsíc";
|
||||
$lang["datepicker_this_year"] = "Tento rok";
|
||||
$lang["datepicker_to"] = "Do";
|
||||
$lang["datepicker_today"] = "Dnes";
|
||||
$lang["datepicker_today_last_year"] = "Stejný den loni";
|
||||
$lang["datepicker_weekstart"] = "0";
|
||||
$lang["datepicker_yesterday"] = "Včera";
|
||||
97
application/language/cs/items_lang.php
Normal file
97
application/language/cs/items_lang.php
Normal file
@@ -0,0 +1,97 @@
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Změna množství.";
|
||||
$lang["items_allow_alt_description"] = "Povolit alternativní popis";
|
||||
$lang["items_amount_entry"] = "Množství";
|
||||
$lang["items_bulk_edit"] = "Hromadná editace";
|
||||
$lang["items_buy_price_required"] = "Je nutno zadat nákupní cenu.";
|
||||
$lang["items_cannot_be_deleted"] = "Nelze smazat vybrané pokožky protože již mají záznamy o prodeji.";
|
||||
$lang["items_cannot_find_item"] = "Položka nenalezena.";
|
||||
$lang["items_category"] = "Kategorie";
|
||||
$lang["items_category_required"] = "Je nutno zadat kategorii.";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "Povolit pro všechny alternativní popis.";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "Nepovolit alternativní popis pro všechny.";
|
||||
$lang["items_change_all_to_serialized"] = "Upravit vše na položky se sériovým číslem";
|
||||
$lang["items_change_all_to_unserialized"] = "Upravit vše na položky bez sériového čísla";
|
||||
$lang["items_change_image"] = "Změnit obrázek";
|
||||
$lang["items_confirm_bulk_edit"] = "Opravdu chcete upravit vybrané položky?";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Všechny záznamy o daních u položky budou nahrazeny.";
|
||||
$lang["items_confirm_delete"] = "Opravdu chcete smazat vybrané položky?";
|
||||
$lang["items_confirm_restore"] = "Opravdu chcete obnovit vybrané položky?";
|
||||
$lang["items_cost_price"] = "Nákupní cena";
|
||||
$lang["items_cost_price_number"] = "Nákupní cena musí být číslo.";
|
||||
$lang["items_cost_price_required"] = "Musíte zadat nákupní cenu.";
|
||||
$lang["items_count"] = "Upravit množství";
|
||||
$lang["items_current_quantity"] = "Množství skladem";
|
||||
$lang["items_description"] = "Popis";
|
||||
$lang["items_details_count"] = "Další informace o množství na skladě";
|
||||
$lang["items_do_nothing"] = "Nedělat nic";
|
||||
$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_generate_barcodes"] = "Vytvořit čárový kód";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Import položek z Excelu";
|
||||
$lang["items_inventory_comments"] = "Komentář";
|
||||
$lang["items_inventory_data_tracking"] = "Pohyby na skladu";
|
||||
$lang["items_inventory_date"] = "Datum";
|
||||
$lang["items_inventory_employee"] = "Uživatel";
|
||||
$lang["items_inventory_in_out_quantity"] = "Změna ks";
|
||||
$lang["items_inventory_remarks"] = "Poznámky";
|
||||
$lang["items_is_deleted"] = "Smazáno";
|
||||
$lang["items_is_serialized"] = "Položka má sériové číslo";
|
||||
$lang["items_item"] = "Položka";
|
||||
$lang["items_item_number"] = "Čárový kód";
|
||||
$lang["items_item_number_duplicate"] = "Položka už je v databázi.";
|
||||
$lang["items_kit"] = "Sada";
|
||||
$lang["items_location"] = "Umístění";
|
||||
$lang["items_low_inventory_items"] = "Položky co nejsou skladem";
|
||||
$lang["items_manually_editing_of_quantity"] = "Ruční úprava množství";
|
||||
$lang["items_name"] = "Název položky";
|
||||
$lang["items_name_required"] = "Musíte zadat název položky.";
|
||||
$lang["items_new"] = "Nová položka";
|
||||
$lang["items_no_description_items"] = "Položky bez popisu";
|
||||
$lang["items_no_items_to_display"] = "Žádné položky k zobrazení.";
|
||||
$lang["items_none"] = "Žádný";
|
||||
$lang["items_number_information"] = "Číslo položky";
|
||||
$lang["items_number_required"] = "Musíte zadat čárový kód.";
|
||||
$lang["items_one_or_multiple"] = "Položky";
|
||||
$lang["items_quantity"] = "Množství";
|
||||
$lang["items_quantity_number"] = "Množství musí být číslo.";
|
||||
$lang["items_quantity_required"] = "Musíte zadat množství.";
|
||||
$lang["items_receiving_quantity"] = "Kusů přijato";
|
||||
$lang["items_remove_image"] = "Odstranit obrázek";
|
||||
$lang["items_reorder_level"] = "Množství pro další objednávku";
|
||||
$lang["items_reorder_level_number"] = "Množství pro další objednávku musí být číslo.";
|
||||
$lang["items_reorder_level_required"] = "Musíte zadat množství pro další objednávku.";
|
||||
$lang["items_retrive_item_info"] = "Získat informace o položce";
|
||||
$lang["items_sales_tax_1"] = "DPH";
|
||||
$lang["items_sales_tax_2"] = "DPH 2";
|
||||
$lang["items_select_image"] = "Vybrat obrázek";
|
||||
$lang["items_serialized_items"] = "Položky se sériovým číslem";
|
||||
$lang["items_stock"] = "Skladová";
|
||||
$lang["items_stock_location"] = "Umístění skladu";
|
||||
$lang["items_stock_type"] = "Druh evidence";
|
||||
$lang["items_successful_adding"] = "Položka byla úspěšně přidána";
|
||||
$lang["items_successful_bulk_edit"] = "Položka byla úspěšně upravena";
|
||||
$lang["items_supplier"] = "Dodavatel";
|
||||
$lang["items_tax_1"] = "DPH základní";
|
||||
$lang["items_tax_2"] = "DPH snížená";
|
||||
$lang["items_tax_percent"] = "Sazba (procenta)";
|
||||
$lang["items_tax_percent_number"] = "Sazba daně musí být číslo";
|
||||
$lang["items_tax_percent_required"] = "Musíte zadat sazbu daně.";
|
||||
$lang["items_tax_percents"] = "Sazba daně";
|
||||
$lang["items_type"] = "Typ položky";
|
||||
$lang["items_unit_price"] = "Koncová cena (vč. DPH)";
|
||||
$lang["items_unit_price_number"] = "Cena musí být číslo.";
|
||||
$lang["items_unit_price_required"] = "Musíte zadat koncovou cenu.";
|
||||
$lang["items_upc_database"] = "Databáze čárových kódů";
|
||||
$lang["items_update"] = "Upravit položku";
|
||||
$lang["items_use_inventory_menu"] = "Použít nabídku Sklad";
|
||||
$lang["items_nonstock"] = "Neskladová";
|
||||
$lang["items_standard"] = "Běžná";
|
||||
$lang["items_successful_updating"] = "Položka byla upravena";
|
||||
9
application/language/cs/login_lang.php
Normal file
9
application/language/cs/login_lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$lang["login_gcaptcha"] = "Nejsem robot.";
|
||||
$lang["login_go"] = "Přihlásit";
|
||||
$lang["login_invalid_gcaptcha"] = "Špatné zadání.";
|
||||
$lang["login_invalid_installation"] = "Instalace není v pořádku, zkontrolujte soubor php.ini.";
|
||||
$lang["login_invalid_username_and_password"] = "Neplatné jméno nebo heslo.";
|
||||
$lang["login_login"] = "Login";
|
||||
$lang["login_password"] = "Heslo";
|
||||
$lang["login_username"] = "Uživatelské jméno";
|
||||
13
application/language/cs/messages_lang.php
Normal file
13
application/language/cs/messages_lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$lang["messages_first_name"] = "Jméno";
|
||||
$lang["messages_last_name"] = "Příjmení";
|
||||
$lang["messages_message"] = "Zpráva";
|
||||
$lang["messages_message_placeholder"] = "Zde napište zprávu...";
|
||||
$lang["messages_message_required"] = "Zprávu je nutno napsat";
|
||||
$lang["messages_multiple_phones"] = "(V případě více adresátů oddělujte čísla na mobil čárkami)";
|
||||
$lang["messages_phone"] = "Telefonní číslo";
|
||||
$lang["messages_phone_number_required"] = "Telefonní číslo je vyžadováno";
|
||||
$lang["messages_phone_placeholder"] = "Telefonní číslo...";
|
||||
$lang["messages_sms_send"] = "Odeslat SMS";
|
||||
$lang["messages_successfully_sent"] = "Zpráva byla odeslána: ";
|
||||
$lang["messages_unsuccessfully_sent"] = "Zpráva nebyla odeslána: ";
|
||||
35
application/language/cs/module_lang.php
Normal file
35
application/language/cs/module_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
$lang["module_both"] = "Oba";
|
||||
$lang["module_config"] = "Nastavení";
|
||||
$lang["module_config_desc"] = "Změnit nastavení OSPOS.";
|
||||
$lang["module_customers"] = "Zákazníci";
|
||||
$lang["module_customers_desc"] = "Slouží k přidání, úpravě, mazání a hledání zákazníků.";
|
||||
$lang["module_employees"] = "Uživatelé";
|
||||
$lang["module_employees_desc"] = "Slouží k přidání, úpravě, mazání a hledání uživatelů.";
|
||||
$lang["module_expenses"] = "Náklady";
|
||||
$lang["module_expenses_categories"] = "Kategorie nákladů";
|
||||
$lang["module_expenses_categories_desc"] = "Slouží k přídání, úpravě a mazání kategorií nákladů.";
|
||||
$lang["module_expenses_desc"] = "Slouží k přidání, úpravě, mazání a hledání nákladů.";
|
||||
$lang["module_giftcards"] = "Dárkové poukázky";
|
||||
$lang["module_giftcards_desc"] = "Slouží k tvorbě, úpravě, mazání a hledání dárkových poukázek.";
|
||||
$lang["module_home"] = "Zpět";
|
||||
$lang["module_home_desc"] = "Zpět na seznam všech modulů.";
|
||||
$lang["module_item_kits"] = "Sady";
|
||||
$lang["module_item_kits_desc"] = "Slouží k tvorbě, úpravě, mazání a hledání sad ze skladových položek.";
|
||||
$lang["module_items"] = "Sklad";
|
||||
$lang["module_items_desc"] = "Slouží k tvorbě, úpravám, mazání a hledání skladových položek.";
|
||||
$lang["module_messages"] = "Zprávy";
|
||||
$lang["module_messages_desc"] = "Slouží k posílání zpráv zákazníkům, dodavatelům a uživatelům.";
|
||||
$lang["module_migrate"] = "Migrace";
|
||||
$lang["module_migrate_desc"] = "Aktualizovat databázi OSPOS.";
|
||||
$lang["module_office"] = "Správa";
|
||||
$lang["module_office_desc"] = "Seznam modulů pro správu.";
|
||||
$lang["module_receivings"] = "Příjem zboží";
|
||||
$lang["module_reports"] = "Sestavy";
|
||||
$lang["module_reports_desc"] = "Slouží pro zobrazení a tvorbu sestav.";
|
||||
$lang["module_sales"] = "Prodej";
|
||||
$lang["module_sales_desc"] = "Slouží ke prodeji a vrácení položek.";
|
||||
$lang["module_suppliers"] = "Dodavatelé";
|
||||
$lang["module_suppliers_desc"] = "Slouží k přidání, úpravání, mazání a hledání dodavatelů.";
|
||||
$lang["module_taxes"] = "Daně";
|
||||
$lang["module_taxes_desc"] = "Slouží pro nastavení DPH.";
|
||||
31
application/language/cs/receivings_lang.php
Normal file
31
application/language/cs/receivings_lang.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
$lang["receivings_cancel_receiving"] = "Zrušit";
|
||||
$lang["receivings_cannot_be_deleted"] = "Příjemku nelze smazat.";
|
||||
$lang["receivings_comments"] = "Poznámky";
|
||||
$lang["receivings_complete_receiving"] = "Dokončit";
|
||||
$lang["receivings_confirm_cancel_receiving"] = "Opravdu chcete smazat všechny položky na příjemce? Vše bude smazáno.";
|
||||
$lang["receivings_confirm_delete"] = "Opravdu chcete smazat tuto příjemku? Tato akce je nevratná.";
|
||||
$lang["receivings_confirm_finish_receiving"] = "Opravdu chcete zpracovat příjemku? Tato akce je nevratná.";
|
||||
$lang["receivings_cost"] = "Cena";
|
||||
$lang["receivings_date"] = "Datum příjmu";
|
||||
$lang["receivings_date_required"] = "Musíte zadat správné datum.";
|
||||
$lang["receivings_date_type"] = "Musíte zadat datum.";
|
||||
$lang["receivings_discount"] = "Sleva %";
|
||||
$lang["receivings_edit"] = "Upravit";
|
||||
$lang["receivings_edit_sale"] = "Upravit příjemku";
|
||||
$lang["receivings_employee"] = "Uživatel";
|
||||
$lang["receivings_error_editing_item"] = "Nelze upravit položku.";
|
||||
$lang["receivings_error_requisition"] = "Nelze přesunout položku do do stejného skladu.";
|
||||
$lang["receivings_find_or_scan_item"] = "Vyhledat nebo skenovat položku";
|
||||
$lang["receivings_find_or_scan_item_or_receipt"] = "Vyhledat nebo skenovat účtenku";
|
||||
$lang["receivings_id"] = "Číslo příjemky";
|
||||
$lang["receivings_item_name"] = "Název položky";
|
||||
$lang["receivings_mode"] = "Druh příjmu";
|
||||
$lang["receivings_new_supplier"] = "Nový dodavatel";
|
||||
$lang["receivings_print_after_sale"] = "Vytisknout po příjmu";
|
||||
$lang["receivings_quantity"] = "Ks.";
|
||||
$lang["receivings_receipt"] = "Příjemka";
|
||||
$lang["receivings_receipt_number"] = "Příjemka č";
|
||||
$lang["receivings_receiving"] = "Příjem";
|
||||
$lang["receivings_reference"] = "Označení";
|
||||
$lang["receivings_register"] = "Přijaté položky";
|
||||
139
application/language/cs/sales_lang.php
Normal file
139
application/language/cs/sales_lang.php
Normal file
@@ -0,0 +1,139 @@
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Dostupné body";
|
||||
$lang["sales_add_payment"] = "Přidat platbu";
|
||||
$lang["sales_amount_due"] = "K úhradě";
|
||||
$lang["sales_amount_tendered"] = "Uhrazeno";
|
||||
$lang["sales_cancel_sale"] = "Zrušit";
|
||||
$lang["sales_cash"] = "Hotovost";
|
||||
$lang["sales_cash_filter"] = "Hotově";
|
||||
$lang["sales_comment"] = "Komentář";
|
||||
$lang["sales_comments"] = "Komentář";
|
||||
$lang["sales_complete_sale"] = "Dokončit";
|
||||
$lang["sales_confirm_cancel_sale"] = "Opravdu chcete zrušit účtenku? Všechny položky budou smazány.";
|
||||
$lang["sales_confirm_delete"] = "Opravdu chcete smazat vybranou účtenku?";
|
||||
$lang["sales_confirm_restore"] = "Opravdu chcete obnovit vybranou účtenku?";
|
||||
$lang["sales_credit"] = "Kreditní karta";
|
||||
$lang["sales_customer"] = "Jméno";
|
||||
$lang["sales_customer_address"] = "Adresa";
|
||||
$lang["sales_customer_discount"] = "Sleva";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Místo";
|
||||
$lang["sales_customer_mailchimp_status"] = "Stav mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Volitelné)";
|
||||
$lang["sales_customer_required"] = "(Vyžadováno)";
|
||||
$lang["sales_customer_total"] = "Celkem";
|
||||
$lang["sales_date"] = "Datum prodeje";
|
||||
$lang["sales_date_range"] = "Rozsah data";
|
||||
$lang["sales_date_required"] = "Musí být vloženo správné datum.";
|
||||
$lang["sales_date_type"] = "Datum je nutno zadat.";
|
||||
$lang["sales_debit"] = "Debetní karta";
|
||||
$lang["sales_delete"] = "Povolit mazání";
|
||||
$lang["sales_delete_confirmation"] = "Opravdu chcete smazat tuto účtenku? Tato operace není vratná.";
|
||||
$lang["sales_delete_entire_sale"] = "Zrušit celou účtenku";
|
||||
$lang["sales_delete_successful"] = "Účtenka byla smazána.";
|
||||
$lang["sales_delete_unsuccessful"] = "Účtenka nebyla smazána.";
|
||||
$lang["sales_description_abbrv"] = "Položka.";
|
||||
$lang["sales_discard"] = "Zrušit";
|
||||
$lang["sales_discount"] = "Sleva %";
|
||||
$lang["sales_discount_included"] = "% Sleva";
|
||||
$lang["sales_discount_short"] = "%";
|
||||
$lang["sales_edit"] = "Upravit";
|
||||
$lang["sales_edit_item"] = "Upravit položku";
|
||||
$lang["sales_edit_sale"] = "Upravit účtenku";
|
||||
$lang["sales_email_receipt"] = "Odeslat účtenku";
|
||||
$lang["sales_employee"] = "Prodávající";
|
||||
$lang["sales_entry"] = "Záznam";
|
||||
$lang["sales_error_editing_item"] = "Chyba při úpravě položky";
|
||||
$lang["sales_find_or_scan_item"] = "Najít nebo skenovat položku";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "Najít nebo skenovat položku či účtenku";
|
||||
$lang["sales_giftcard"] = "Dárkový poukaz";
|
||||
$lang["sales_giftcard_number"] = "Číslo dárkového poukazu";
|
||||
$lang["sales_group_by_category"] = "Seskupit podle kategorií";
|
||||
$lang["sales_group_by_type"] = "Seskupit podle typu";
|
||||
$lang["sales_id"] = "Číslo dokladu";
|
||||
$lang["sales_invoice"] = "Faktura";
|
||||
$lang["sales_invoice_confirm"] = "Tato faktura bude odeslána";
|
||||
$lang["sales_invoice_enable"] = "Vytvořit fakturu";
|
||||
$lang["sales_invoice_filter"] = "Faktury";
|
||||
$lang["sales_invoice_no_email"] = "Zákazníl nemá platný e-mail.";
|
||||
$lang["sales_invoice_number"] = "Faktura č";
|
||||
$lang["sales_invoice_number_duplicate"] = "Číslo faktury musí být jedinečné.";
|
||||
$lang["sales_invoice_sent"] = "Faktura odeslána";
|
||||
$lang["sales_invoice_unsent"] = "Fakturu se nepodařilo odeslat";
|
||||
$lang["sales_invoice_update"] = "Přepočítat";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Není dostatek kusů na skladě.";
|
||||
$lang["sales_item_name"] = "Název položky";
|
||||
$lang["sales_item_number"] = "Číslo položky";
|
||||
$lang["sales_item_out_of_stock"] = "Položka není skladem.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Číslo dárkového poukazu musí být číslo.";
|
||||
$lang["sales_new_customer"] = "Nový zákazník";
|
||||
$lang["sales_new_item"] = "Nová položka";
|
||||
$lang["sales_no_description"] = "Žádný";
|
||||
$lang["sales_no_filter"] = "Vše";
|
||||
$lang["sales_no_items_in_cart"] = "Nejsou zde žádné položky.";
|
||||
$lang["sales_no_sales_to_display"] = "Žádné účtenky k zobrazení.";
|
||||
$lang["sales_none_selected"] = "Nebylo nic vybráno ke smazání.";
|
||||
$lang["sales_not_authorized"] = "Tato akce nebyla povolena.";
|
||||
$lang["sales_payment"] = "Způsob platby";
|
||||
$lang["sales_payment_amount"] = "Částka";
|
||||
$lang["sales_payment_not_cover_total"] = "Zaplacená částka musí být stejná nebo větší než celková částka.";
|
||||
$lang["sales_payment_type"] = "Typ";
|
||||
$lang["sales_price"] = "Cena";
|
||||
$lang["sales_print_after_sale"] = "Vytisknout automaticky";
|
||||
$lang["sales_quantity"] = "ks";
|
||||
$lang["sales_quantity_less_than_zero"] = "Pozor: Není dostatek zboží. Můžete pokračovat v prodeji, ale zkontrolujte si stav skladu.";
|
||||
$lang["sales_quantity_of_items"] = "Množství položek %1";
|
||||
$lang["sales_quote"] = "Nabídka";
|
||||
$lang["sales_quote_number"] = "Číslo nabídky";
|
||||
$lang["sales_quote_number_duplicate"] = "Číslo nabídky musí být jedinečné.";
|
||||
$lang["sales_quote_sent"] = "Nabidku odeslat";
|
||||
$lang["sales_quote_unsent"] = "Nabídku odeslat";
|
||||
$lang["sales_receipt"] = "Účtenka";
|
||||
$lang["sales_receipt_no_email"] = "Zákazníl nemá platný e-mail.";
|
||||
$lang["sales_receipt_number"] = "Číslo dokladu";
|
||||
$lang["sales_receipt_sent"] = "Účtenku odeslat";
|
||||
$lang["sales_receipt_unsent"] = "Účtenku nelze odeslat";
|
||||
$lang["sales_register"] = "Pokladna";
|
||||
$lang["sales_remove_customer"] = "Odebrat zákazníka";
|
||||
$lang["sales_return"] = "Vratka";
|
||||
$lang["sales_sale_for_customer"] = "Zákazník:";
|
||||
$lang["sales_sale_time"] = "Čas";
|
||||
$lang["sales_sales_tax"] = "DPH";
|
||||
$lang["sales_select_customer"] = "Vyberte zákazníka";
|
||||
$lang["sales_send_invoice"] = "Odeslat fakturu";
|
||||
$lang["sales_send_quote"] = "Odeslat nabídku";
|
||||
$lang["sales_send_receipt"] = "Odeslat účtenku";
|
||||
$lang["sales_serial"] = "Sériové číslo";
|
||||
$lang["sales_show_invoice"] = "Zobrazit fakturu";
|
||||
$lang["sales_show_receipt"] = "Zobrazit účtenku";
|
||||
$lang["sales_start_typing_customer_name"] = "Vložte podrobnosti o zákazníkovi...";
|
||||
$lang["sales_start_typing_item_name"] = "Napište název položky nebo naskenujte čátový kód..";
|
||||
$lang["sales_stock"] = "Sklad";
|
||||
$lang["sales_stock_location"] = "Umístění skladu";
|
||||
$lang["sales_sub_total"] = "Bez DPH";
|
||||
$lang["sales_successfully_deleted"] = "Bylo uspěšně smazáno";
|
||||
$lang["sales_successfully_restored"] = "Bylo úspěšně obnoveno";
|
||||
$lang["sales_successfully_suspended_sale"] = "Prodej byl úspěšně zaparkován.";
|
||||
$lang["sales_successfully_updated"] = "Účtenka byla upravena.";
|
||||
$lang["sales_suspend_sale"] = "Zaparkovat";
|
||||
$lang["sales_suspended_doc_id"] = "Dokument";
|
||||
$lang["sales_suspended_sale_id"] = "ID";
|
||||
$lang["sales_suspended_sales"] = "Zaparkovat";
|
||||
$lang["sales_table"] = "Stůl";
|
||||
$lang["sales_takings"] = "Transakce";
|
||||
$lang["sales_tax"] = "DPH";
|
||||
$lang["sales_tax_percent"] = "DPH %";
|
||||
$lang["sales_total"] = "Celkem";
|
||||
$lang["sales_total_tax_exclusive"] = "Bez DPH";
|
||||
$lang["sales_unable_to_add_item"] = "Přidání položky se nepovedlo";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Účtenka nebyla smazána.";
|
||||
$lang["sales_unsuccessfully_restored"] = "Účtenka nebyla obnovena.";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Prodej se nepovedlo zaparkovat.";
|
||||
$lang["sales_unsuccessfully_updated"] = "Účtenka nebyla upravena.";
|
||||
$lang["sales_unsuspend"] = "Odparkovat";
|
||||
$lang["sales_unsuspend_and_delete"] = "Akce";
|
||||
$lang["sales_update"] = "Obnovit";
|
||||
$lang["sales_mode"] = "Typ dokladu";
|
||||
$lang["sales_change_due"] = "Zbývá";
|
||||
$lang["sales_due_filter"] = "Neuhrazeno";
|
||||
$lang["sales_payments_total"] = "Uhrazeno";
|
||||
1
application/language/cs/taxes_lang.php
Normal file
1
application/language/cs/taxes_lang.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_mailpath"] = "Path to Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
@@ -188,11 +194,18 @@ $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_footer"] = "Drucke Browser Fusszeile";
|
||||
$lang["config_print_header"] = "Drucke Browser Kopfzeile";
|
||||
$lang["config_print_left_margin"] = "Rand links";
|
||||
$lang["config_print_left_margin_number"] = "Rand links muss eine Zahl sein";
|
||||
$lang["config_print_left_margin_required"] = "Rand links ist erforderlich";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Rand rechts";
|
||||
$lang["config_print_right_margin_number"] = "Rand rechts muss eine Zahl sein";
|
||||
$lang["config_print_right_margin_required"] = "Rand rechts ist erforderlich";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Rand oben";
|
||||
$lang["config_print_top_margin_number"] = "Rand oben muss eine Zahl sein";
|
||||
$lang["config_print_top_margin_required"] = "Rand oben ist erforderlich";
|
||||
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Eingang";
|
||||
$lang["config_receipt_configuration"] = "Druckereinstellungen";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Kunde kann nicht gelöscht werden, ein o
|
||||
$lang["customers_company_name"] = "Firmenname";
|
||||
$lang["customers_confirm_delete"] = "Wollen Sie die gewählten Kunden wirklich löschen?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Kunde";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$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";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Bericht: Kategorien (summarisch)";
|
||||
$lang["reports_category"] = "Kategorie";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Steuern";
|
||||
$lang["reports_taxes_summary_report"] = "Bericht: Steuern (summarisch)";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventarwert";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Typ";
|
||||
$lang["reports_unit_price"] = "Verkaufspreis";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "Null und weniger";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $lang["sales_customer_discount"] = "Discount";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Datum";
|
||||
$lang["sales_date_range"] = "Zeitrahmen";
|
||||
@@ -106,6 +108,7 @@ $lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "Quittung";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "Quittung Nr.";
|
||||
$lang["sales_receipt_sent"] = "Quittung gesendet an";
|
||||
$lang["sales_receipt_unsent"] = "Quittung nicht gesendet";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
$lang["config_address"] = "Adresse";
|
||||
$lang["config_address_required"] = "Adresse ist erforderlich.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "";
|
||||
$lang["config_apostrophe"] = "Apostroph";
|
||||
$lang["config_backup_button"] = "Sicherung";
|
||||
$lang["config_backup_database"] = "Sicherungs-Datenbank";
|
||||
@@ -25,6 +26,7 @@ $lang["config_barcode_page_width"] = "Seitenbreite";
|
||||
$lang["config_barcode_price"] = "Preis";
|
||||
$lang["config_barcode_second_row"] = "Zeile 2";
|
||||
$lang["config_barcode_third_row"] = "Zeile 3";
|
||||
$lang["config_barcode_tooltip"] = "";
|
||||
$lang["config_barcode_type"] = "Barcode Typ";
|
||||
$lang["config_barcode_width"] = "Breite (px)";
|
||||
$lang["config_bottom"] = "Unten";
|
||||
@@ -86,6 +88,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"] = "";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "";
|
||||
$lang["config_dinner_table"] = "Tisch";
|
||||
$lang["config_dinner_table_duplicate"] = "Tisch muss eindeutig sein.";
|
||||
$lang["config_dinner_table_enable"] = "Esstische aktivieren";
|
||||
@@ -96,12 +100,18 @@ $lang["config_email"] = "eMail";
|
||||
$lang["config_email_configuration"] = "Email Konfiguration";
|
||||
$lang["config_email_mailpath"] = "Pfad zu Sendmail";
|
||||
$lang["config_email_protocol"] = "Protokoll";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Verschlüsselung";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Passwort";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Benutzername";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Beginn Geschäftsjahr";
|
||||
$lang["config_financial_year_apr"] = "1. April";
|
||||
@@ -139,6 +149,7 @@ $lang["config_jsprintsetup_required"] = "Warnung: Diese Funktion benötigt das F
|
||||
$lang["config_language"] = "Sprache";
|
||||
$lang["config_last_used_invoice_number"] = "Zuletzt verwendete Rechnungsnummer";
|
||||
$lang["config_last_used_quote_number"] = "Zuletzt verwendete Angebotsnummer";
|
||||
$lang["config_last_used_work_order_number"] = "";
|
||||
$lang["config_left"] = "Links";
|
||||
$lang["config_license"] = "Lizenz";
|
||||
$lang["config_license_configuration"] = "Lizenzvereinbarung";
|
||||
@@ -183,11 +194,18 @@ $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_footer"] = "Drucke Browser Fusszeile";
|
||||
$lang["config_print_header"] = "Drucke Browser Kopfzeile";
|
||||
$lang["config_print_left_margin"] = "Rand links";
|
||||
$lang["config_print_left_margin_number"] = "Rand links muss eine Zahl sein.";
|
||||
$lang["config_print_left_margin_required"] = "Rand links ist erforderlich.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Rand rechts";
|
||||
$lang["config_print_right_margin_number"] = "Rand rechts muss eine Zahl sein.";
|
||||
$lang["config_print_right_margin_required"] = "Rand rechts ist erforderlich.";
|
||||
@@ -196,6 +214,7 @@ $lang["config_print_top_margin"] = "Rand oben";
|
||||
$lang["config_print_top_margin_number"] = "Rand oben muss eine Zahl sein.";
|
||||
$lang["config_print_top_margin_required"] = "Rand oben ist erforderlich.";
|
||||
$lang["config_quantity_decimals"] = "Mengendezimalstellen";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Eingang";
|
||||
$lang["config_receipt_configuration"] = "Druckereinstellungen";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
@@ -222,17 +241,25 @@ $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_show_office_group"] = "";
|
||||
$lang["config_statistics"] = "Statistiken Senden";
|
||||
$lang["config_statistics_tooltip"] = "Statistiken Senden für programierung und verbesserungen.";
|
||||
$lang["config_stock_location"] = "Lagerort";
|
||||
$lang["config_stock_location_duplicate"] = "Bitte verwenden Sie einen eindeutigen Lagerort.";
|
||||
$lang["config_stock_location_invalid_chars"] = "Der Lagerort kann keine Unterstriche enthalten.";
|
||||
$lang["config_stock_location_required"] = "Lagerort Nummer ist erforderlich.";
|
||||
$lang["config_suggestions_first_column"] = "";
|
||||
$lang["config_suggestions_layout"] = "";
|
||||
$lang["config_suggestions_second_column"] = "";
|
||||
$lang["config_suggestions_third_column"] = "";
|
||||
$lang["config_table"] = "Tabelle";
|
||||
$lang["config_table_configuration"] = "Tabelle konfigurieren";
|
||||
$lang["config_takings_printer"] = "Einnahmendrucker";
|
||||
$lang["config_tax"] = "Steuer";
|
||||
$lang["config_tax_category"] = "Steuerkategorie";
|
||||
$lang["config_tax_category_duplicate"] = "";
|
||||
$lang["config_tax_category_invalid_chars"] = "";
|
||||
$lang["config_tax_category_required"] = "";
|
||||
$lang["config_tax_category_used"] = "Die Steuerkategorie kann nicht gelöscht werden, da sie in Benutzung ist.";
|
||||
$lang["config_tax_configuration"] = "Steuer-Konfiguration";
|
||||
$lang["config_tax_decimals"] = "Steuer Dezimalstellen";
|
||||
@@ -242,3 +269,5 @@ $lang["config_thousands_separator"] = "Tausendertrennzeichen";
|
||||
$lang["config_timezone"] = "Zeitzone";
|
||||
$lang["config_top"] = "Oben";
|
||||
$lang["config_website"] = "Website";
|
||||
$lang["config_work_order_enable"] = "";
|
||||
$lang["config_work_order_format"] = "";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Kunde kann nicht gelöscht werden, ein o
|
||||
$lang["customers_company_name"] = "Firmenname";
|
||||
$lang["customers_confirm_delete"] = "Wollen Sie die gewählten Kunden wirklich löschen?";
|
||||
$lang["customers_confirm_restore"] = "Möchten Sie die ausgewählten Kunden wirklich wiederherstellen?";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Kunde";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Rabatt";
|
||||
$lang["customers_email_duplicate"] = "E-Mail Adresse ist bereits in der Datenbank vorhanden.";
|
||||
$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"] = "Die hochgeladene Datei ist leer oder hat ein falsches Format.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Bericht: Kategorien (summarisch)";
|
||||
$lang["reports_category"] = "Kategorie";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Steuern";
|
||||
$lang["reports_taxes_summary_report"] = "Bericht: Steuern (summarisch)";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventarwert";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Typ";
|
||||
$lang["reports_unit_price"] = "Verkaufspreis";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "Null und weniger";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $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"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Gesamtbetrag";
|
||||
$lang["sales_date"] = "Datum";
|
||||
$lang["sales_date_range"] = "Zeitraum";
|
||||
@@ -106,6 +108,7 @@ $lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "Angebot gesendet an";
|
||||
$lang["sales_quote_unsent"] = "Angebot senden fehlgeschlagen";
|
||||
$lang["sales_receipt"] = "Quittung";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "Quittung Nr.";
|
||||
$lang["sales_receipt_sent"] = "Quittung gesendet an";
|
||||
$lang["sales_receipt_unsent"] = "Quittung nicht gesendet";
|
||||
|
||||
@@ -20,7 +20,7 @@ $lang["common_export_excel_no"] = "No";
|
||||
$lang["common_export_excel_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.";
|
||||
$lang["common_first_name_required"] = "First Name is a required field";
|
||||
$lang["common_first_page"] = "First";
|
||||
$lang["common_gender"] = "Gender";
|
||||
$lang["common_gender_female"] = "F";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Company Address";
|
||||
$lang["config_address_required"] = "Company Address is a required field";
|
||||
@@ -110,6 +110,8 @@ $lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "Enforce privacy";
|
||||
$lang["config_enforce_privacy_tooltip"] = "Protect Customers privacy enforcing data scrambling in case of their data being deleted";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Financial Year Start";
|
||||
$lang["config_financial_year_apr"] = "1st of April";
|
||||
@@ -192,6 +194,9 @@ $lang["config_phone_required"] = "Company phone is a required field";
|
||||
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
||||
$lang["config_print_bottom_margin_number"] = "Default Bottom Margin must be a number";
|
||||
$lang["config_print_bottom_margin_required"] = "Default Bottom Margin is a required field";
|
||||
$lang["config_print_delay_autoreturn"] = "Autoreturn to Sale delay";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Autoreturn to Sale delay is a required field";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Autoreturn to Sale delay must be a number";
|
||||
$lang["config_print_footer"] = "Print Browser Footer";
|
||||
$lang["config_print_header"] = "Print Browser Header";
|
||||
$lang["config_print_left_margin"] = "Margin Left";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Could not delete the selected Customer(s
|
||||
$lang["customers_company_name"] = "Company";
|
||||
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected Customer(s)?";
|
||||
$lang["customers_confirm_restore"] = "Are you sure you want to restore the selected Customers(s)?";
|
||||
$lang["customers_consent"] = "Registration consent";
|
||||
$lang["customers_consent_required"] = "Registration consent is a required field";
|
||||
$lang["customers_customer"] = "Customer";
|
||||
$lang["customers_date"] = "Date";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$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";
|
||||
|
||||
@@ -114,10 +114,10 @@ $lang["reports_taxes"] = "Taxes";
|
||||
$lang["reports_taxes_summary_report"] = "Taxes Summary Report";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventory Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Type";
|
||||
$lang["reports_unit_price"] = "Sell Price";
|
||||
$lang["reports_used"] = "Points Used";
|
||||
$lang["reports_work_orders"] = "Work Orders";
|
||||
$lang["reports_zero_and_less"] = "Zero and Less";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -110,6 +110,8 @@ $lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "Enforce privacy";
|
||||
$lang["config_enforce_privacy_tooltip"] = "Protect Customers privacy enforcing data scrambling in case of their data being deleted";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Fiscal Year Start";
|
||||
$lang["config_financial_year_apr"] = "1st of April";
|
||||
@@ -192,6 +194,9 @@ $lang["config_phone_required"] = "Company Phone is a required field.";
|
||||
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
||||
$lang["config_print_bottom_margin_number"] = "Margin Bottom must be a number.";
|
||||
$lang["config_print_bottom_margin_required"] = "Margin Bottom is a required field.";
|
||||
$lang["config_print_delay_autoreturn"] = "Autoreturn to Sale delay";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Autoreturn to Sale delay is a required field.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Autoreturn to Sale delay must be a number.";
|
||||
$lang["config_print_footer"] = "Print Browser Footer";
|
||||
$lang["config_print_header"] = "Print Browser Header";
|
||||
$lang["config_print_left_margin"] = "Margin Left";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Could not delete selected customers, one
|
||||
$lang["customers_company_name"] = "Company";
|
||||
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customer(s)?";
|
||||
$lang["customers_confirm_restore"] = "Are you sure you want to restore selected customers(s)?";
|
||||
$lang["customers_consent"] = "Registration consent";
|
||||
$lang["customers_consent_required"] = "Registration consent is a required field.";
|
||||
$lang["customers_customer"] = "Customer";
|
||||
$lang["customers_date"] = "Date";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$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.";
|
||||
|
||||
@@ -114,10 +114,10 @@ $lang["reports_taxes"] = "Taxes";
|
||||
$lang["reports_taxes_summary_report"] = "Taxes Summary Report";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventory Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Type";
|
||||
$lang["reports_unit_price"] = "Retail Price";
|
||||
$lang["reports_used"] = "Points Used";
|
||||
$lang["reports_work_orders"] = "Work Orders";
|
||||
$lang["reports_zero_and_less"] = "Zero and less";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Correo-e";
|
||||
$lang["config_email_configuration"] = "Configuracion de correo";
|
||||
$lang["config_email_mailpath"] = "Ruta a Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocolo";
|
||||
$lang["config_email_receipt_check_behaviour"] = "Selector de Recibir por Correo";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "Siempre activado";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "Recordar ultima vez";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "Siempre desactivado";
|
||||
$lang["config_email_smtp_crypto"] = "Encriptado SMTP";
|
||||
$lang["config_email_smtp_host"] = "Servidor SMTP";
|
||||
$lang["config_email_smtp_pass"] = "Pasword SMTP";
|
||||
$lang["config_email_smtp_port"] = "Puerto SMTP";
|
||||
$lang["config_email_smtp_timeout"] = "Tiempo falla SMTP";
|
||||
$lang["config_email_smtp_user"] = "Usuario SMTP";
|
||||
$lang["config_enforce_privacy"] = "Forzar privacidad";
|
||||
$lang["config_enforce_privacy_tooltip"] = "Proteja la privacidad de los clientes aplicando codificación de datos en caso de que se eliminen";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Inicio del año fiscal";
|
||||
$lang["config_financial_year_apr"] = "1º de Abril";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Teléfono del Comercio es requerido.";
|
||||
$lang["config_print_bottom_margin"] = "Margen Inferior";
|
||||
$lang["config_print_bottom_margin_number"] = "Margen Inferior debe ser un número.";
|
||||
$lang["config_print_bottom_margin_required"] = "Margen Inferior es requerido.";
|
||||
$lang["config_print_delay_autoreturn"] = "Devolver automatico a Vender";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Tiempo espera para Devolver a la venta es requerido.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Tiempo espera Devolver a la Venta debe ser numero.";
|
||||
$lang["config_print_footer"] = "Imprimir el pie de página del navegador";
|
||||
$lang["config_print_header"] = "Imprimir el encabezado del navegador";
|
||||
$lang["config_print_left_margin"] = "Margen Izquierdo";
|
||||
$lang["config_print_left_margin_number"] = "Margen Izquierdo debe ser un número.";
|
||||
$lang["config_print_left_margin_required"] = "Margen Izquierdo es requerido.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "Selección de Imprimir recibo";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "Siempre activado";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "Recordar la ultima vez";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "Siempre desactivo";
|
||||
$lang["config_print_right_margin"] = "Margen Derecho";
|
||||
$lang["config_print_right_margin_number"] = "Margen Derecho debe ser un número.";
|
||||
$lang["config_print_right_margin_required"] = "Margen Derecho es requerido.";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Margen Superior";
|
||||
$lang["config_print_top_margin_number"] = "Margen Superior debe ser un número.";
|
||||
$lang["config_print_top_margin_required"] = "Margen Superior es requerido.";
|
||||
$lang["config_quantity_decimals"] = "Cantidad de decimales";
|
||||
$lang["config_quote_default_comments"] = "Comentario inicial de cotizaciones";
|
||||
$lang["config_receipt"] = "Recibo";
|
||||
$lang["config_receipt_configuration"] = "Parámetros de Impresión";
|
||||
$lang["config_receipt_default"] = "Normal";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "No se pudo borrar los clientes seleccion
|
||||
$lang["customers_company_name"] = "Nombre del Comercio";
|
||||
$lang["customers_confirm_delete"] = "¿Seguro(a) de que quieres borrar a los clientes seleccionados?";
|
||||
$lang["customers_confirm_restore"] = "Esta seguro de quere restaurar lo(s) empleado(s) seleccionado(s)?";
|
||||
$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_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.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Inventario a agregar/substraer.";
|
||||
$lang["items_allow_alt_desciption"] = "Permitir Descripción Alternativa";
|
||||
$lang["items_allow_alt_description"] = "Permitir Descripción Alternativa";
|
||||
@@ -56,7 +55,7 @@ $lang["items_kit"] = "Kits de artículos";
|
||||
$lang["items_location"] = "Ubicación";
|
||||
$lang["items_low_inventory_items"] = "Artículos de Inventario Escaso";
|
||||
$lang["items_manually_editing_of_quantity"] = "Edición Manual de Cantidad";
|
||||
$lang["items_name"] = "Nombre del Artículo";
|
||||
$lang["items_name"] = "Nombre Artículo";
|
||||
$lang["items_name_required"] = "Nombre de Artículo es requerido.";
|
||||
$lang["items_new"] = "Nuevo Artículo";
|
||||
$lang["items_no_description_items"] = "Artículos sin Descripción";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Reporte de Resumen de Categorías"
|
||||
$lang["reports_category"] = "Categoría";
|
||||
$lang["reports_code_canceled"] = "CNL";
|
||||
$lang["reports_code_invoice"] = "INV";
|
||||
$lang["reports_code_pos"] = "POS";
|
||||
$lang["reports_code_quote"] = "Q";
|
||||
$lang["reports_code_return"] = "RET";
|
||||
$lang["reports_code_type"] = "Tipo";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Impuestos";
|
||||
$lang["reports_taxes_summary_report"] = "Reporte de Resumen de Impuestos";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Valor Total del Inventario";
|
||||
$lang["reports_total_quantity"] = "Total Cantidad";
|
||||
$lang["reports_total_retail"] = "Valor Total Inv. Retail";
|
||||
$lang["reports_type"] = "Tipo";
|
||||
$lang["reports_unit_price"] = "Precio de Venta";
|
||||
$lang["reports_used"] = "Puntos usados";
|
||||
$lang["reports_work_orders"] = "Ordenes";
|
||||
$lang["reports_zero_and_less"] = "Cero y negativos";
|
||||
$lang["reports_total_retail"] = "Valor Total Inv. Retail";
|
||||
$lang["reports_total_quantity"] = "Total Cantidad";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Puntos disponibles";
|
||||
$lang["rewards_package"] = "Premios";
|
||||
$lang["rewards_remaining_balance"] = "El remanente de puntos es ";
|
||||
@@ -28,6 +27,8 @@ $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"] = "(Opcional)";
|
||||
$lang["sales_customer_required"] = "(Requerido)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Fecha";
|
||||
$lang["sales_date_range"] = "Rango de Fecha";
|
||||
@@ -106,6 +107,7 @@ $lang["sales_quote_number_duplicate"] = "Cotizacion debe ser unico.";
|
||||
$lang["sales_quote_sent"] = "Cotizacion enviada a";
|
||||
$lang["sales_quote_unsent"] = "Cotización no se pudo enviar";
|
||||
$lang["sales_receipt"] = "Recibo de Venta";
|
||||
$lang["sales_receipt_no_email"] = "Este cliente no tiene una dirección de correo valido.";
|
||||
$lang["sales_receipt_number"] = "Venta #";
|
||||
$lang["sales_receipt_sent"] = "Recibo enviada a";
|
||||
$lang["sales_receipt_unsent"] = "Fallo el envio del recibo a";
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "Addresse";
|
||||
$lang["config_address_required"] = "L'adresse est requise";
|
||||
$lang["config_allow_duplicate_barcodes"] = "";
|
||||
$lang["config_apostrophe"] = "apostrophe";
|
||||
$lang["config_address_required"] = "L'adresse de l'entreprise est un champ obligatoire.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Autoriser les codes à barres en double";
|
||||
$lang["config_apostrophe"] = "Apostrophe";
|
||||
$lang["config_backup_button"] = "Sauvegarde";
|
||||
$lang["config_backup_database"] = "Sauvegarder la base de données";
|
||||
$lang["config_barcode"] = "Code à barre";
|
||||
@@ -12,8 +11,8 @@ $lang["config_barcode_configuration"] = "Configuration du Code à barre";
|
||||
$lang["config_barcode_content"] = "Contenu du Code à barre";
|
||||
$lang["config_barcode_first_row"] = "Ligne numéro 1";
|
||||
$lang["config_barcode_font"] = "Police";
|
||||
$lang["config_barcode_formats"] = "";
|
||||
$lang["config_barcode_generate_if_empty"] = "Générer si vide";
|
||||
$lang["config_barcode_formats"] = "Formats d'entrée";
|
||||
$lang["config_barcode_generate_if_empty"] = "Générer si vide.";
|
||||
$lang["config_barcode_height"] = "Hauteur (px)";
|
||||
$lang["config_barcode_id"] = "Id/Nom Article";
|
||||
$lang["config_barcode_info"] = "Configuration des Informations du Code à barre";
|
||||
@@ -21,18 +20,18 @@ $lang["config_barcode_layout"] = "Disposition du Code à barre";
|
||||
$lang["config_barcode_name"] = "Nom";
|
||||
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
|
||||
$lang["config_barcode_number_in_row"] = "Nombre dans la ligne";
|
||||
$lang["config_barcode_page_cellspacing"] = "Afficher séparateur de colones";
|
||||
$lang["config_barcode_page_cellspacing"] = "Afficher le cellpacing de la page.";
|
||||
$lang["config_barcode_page_width"] = "Afficher la largeur de la page";
|
||||
$lang["config_barcode_price"] = "Prix";
|
||||
$lang["config_barcode_second_row"] = "Row 3";
|
||||
$lang["config_barcode_third_row"] = "Row 4";
|
||||
$lang["config_barcode_tooltip"] = "";
|
||||
$lang["config_barcode_tooltip"] = "Avertissement: cette fonctionnalité peut entraîner l'importation ou la création d'éléments en double. Ne pas utiliser si vous ne voulez pas de codes à barres en double.";
|
||||
$lang["config_barcode_type"] = "Type de Code à barre";
|
||||
$lang["config_barcode_width"] = "Largeur (px)";
|
||||
$lang["config_bottom"] = "Pied de page";
|
||||
$lang["config_cash_decimals"] = "";
|
||||
$lang["config_cash_decimals_tooltip"] = "";
|
||||
$lang["config_cash_rounding"] = "";
|
||||
$lang["config_cash_decimals"] = "Décimales";
|
||||
$lang["config_cash_decimals_tooltip"] = "Si les décimales et les décimales sont les mêmes, aucun arrondi ne sera effectué.";
|
||||
$lang["config_cash_rounding"] = "Arrondis de trésorerie";
|
||||
$lang["config_center"] = "Centre";
|
||||
$lang["config_comma"] = "virgule";
|
||||
$lang["config_company"] = "Nome de l'Entreprise";
|
||||
@@ -41,9 +40,9 @@ $lang["config_company_logo"] = "Logo de l'Entreprise";
|
||||
$lang["config_company_remove_image"] = "Supprimer l'image";
|
||||
$lang["config_company_required"] = "Le nom d'entreprise est requis";
|
||||
$lang["config_company_select_image"] = "Sélectionner l'image";
|
||||
$lang["config_company_website_url"] = "Le site web de l'entreprise n'est pas une URL valide (http://...)";
|
||||
$lang["config_company_website_url"] = "Le site Web de la société n'est pas une URL valide (http: // ...).";
|
||||
$lang["config_country_codes"] = "Codes de pays";
|
||||
$lang["config_country_codes_tooltip"] = "Liste des codes de pays séparés par virgules pour la recherche d'adresse nominatim";
|
||||
$lang["config_country_codes_tooltip"] = "Liste des codes de pays, séparés par des virgules, pour la recherche d'adresses nominatives.";
|
||||
$lang["config_currency_decimals"] = "Décimales";
|
||||
$lang["config_currency_symbol"] = "Symbole Monétaire";
|
||||
$lang["config_custom1"] = "Champ Personnalisé 1";
|
||||
@@ -56,81 +55,87 @@ $lang["config_custom6"] = "Champ Personnalisé 6";
|
||||
$lang["config_custom7"] = "Champ Personnalisé 7";
|
||||
$lang["config_custom8"] = "Champ Personnalisé 8";
|
||||
$lang["config_custom9"] = "Champ Personnalisé 9";
|
||||
$lang["config_customer_reward"] = "";
|
||||
$lang["config_customer_reward_duplicate"] = "";
|
||||
$lang["config_customer_reward_enable"] = "";
|
||||
$lang["config_customer_reward_invalid_chars"] = "";
|
||||
$lang["config_customer_reward_required"] = "";
|
||||
$lang["config_customer_sales_tax_support"] = "";
|
||||
$lang["config_date_or_time_format"] = "";
|
||||
$lang["config_customer_reward"] = "Récompense";
|
||||
$lang["config_customer_reward_duplicate"] = "La récompense doit être unique.";
|
||||
$lang["config_customer_reward_enable"] = "Activer les récompenses client";
|
||||
$lang["config_customer_reward_invalid_chars"] = "La récompense ne peut pas contenir '_'";
|
||||
$lang["config_customer_reward_required"] = "La récompense est un champ obligatoire";
|
||||
$lang["config_customer_sales_tax_support"] = "Soutien à la taxe de vente au client";
|
||||
$lang["config_date_or_time_format"] = "Filtre de date et d'heure";
|
||||
$lang["config_datetimeformat"] = "Format de la date et de l'heure";
|
||||
$lang["config_decimal_point"] = " Decimal Point";
|
||||
$lang["config_default_barcode_font_size_number"] = "La taille de la police de codes à barres par défaut doit être un nombre";
|
||||
$lang["config_default_barcode_font_size_required"] = "La taille de la police de codes à barres par défaut est un champ obligatoire";
|
||||
$lang["config_default_barcode_height_number"] = "La hauteur du code à barres par défaut doit être un nombre";
|
||||
$lang["config_default_barcode_height_required"] = "La hauteur du code à barres par défaut est un champ obligatoire";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "Le numéro de code à barres par défaut dans la ligne doit être un nombre";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "Le numéro de code à barres par défaut dans la ligne est un champ obligatoire";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "La cellule de page de code à barres par défaut doit être un nombre";
|
||||
$lang["config_default_barcode_page_cellspacing_required"] = "La valeur par défaut des cellules de code à barres est un champ obligatoire";
|
||||
$lang["config_default_barcode_page_width_number"] = "La largeur de la page du code barre par défaut doit être un nombre";
|
||||
$lang["config_default_barcode_page_width_required"] = "La largeur de la page du code barre standard est un champ obligatoire";
|
||||
$lang["config_default_barcode_width_number"] = "Le code-barres par défaut est obligatoire";
|
||||
$lang["config_default_barcode_width_required"] = "La largeur par défaut du code à barres est un champ obligatoire";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_decimal_point"] = "Virgule";
|
||||
$lang["config_default_barcode_font_size_number"] = "La taille de la police du code-barres par défaut doit être un nombre.";
|
||||
$lang["config_default_barcode_font_size_required"] = "La taille de police du code-barres par défaut est un champ obligatoire.";
|
||||
$lang["config_default_barcode_height_number"] = "La hauteur du code-barres par défaut doit être un nombre.";
|
||||
$lang["config_default_barcode_height_required"] = "La hauteur du code-barres par défaut est un champ obligatoire.";
|
||||
$lang["config_default_barcode_num_in_row_number"] = "Le numéro de code-barres par défaut dans la ligne doit être un nombre.";
|
||||
$lang["config_default_barcode_num_in_row_required"] = "Le numéro de code-barres par défaut dans la ligne est un champ obligatoire.";
|
||||
$lang["config_default_barcode_page_cellspacing_number"] = "Page de codes-barres par défaut L'espace-cellule doit être un nombre.";
|
||||
$lang["config_default_barcode_page_cellspacing_required"] = "Page Barcode par défaut L'espacement des cellules est un champ obligatoire.";
|
||||
$lang["config_default_barcode_page_width_number"] = "La largeur de page du code à barres par défaut doit être un nombre.";
|
||||
$lang["config_default_barcode_page_width_required"] = "Largeur de page de code-barres par défaut est un champ obligatoire.";
|
||||
$lang["config_default_barcode_width_number"] = "La largeur de code à barres par défaut doit être un nombre.";
|
||||
$lang["config_default_barcode_width_required"] = "La largeur de code à barres par défaut est un champ obligatoire.";
|
||||
$lang["config_default_origin_tax_code"] = "Code de taxe d'origine par défaut";
|
||||
$lang["config_default_sales_discount"] = "Remboursement des ventes par défaut %";
|
||||
$lang["config_default_sales_discount_number"] = "La réduction de vente par défaut doit être un nombre";
|
||||
$lang["config_default_sales_discount_required"] = "La réduction de vente par défaut est un champ obligatoire";
|
||||
$lang["config_default_tax_name_number"] = "";
|
||||
$lang["config_default_tax_name_required"] = "Le nom d'impôt par défaut est un champ obligatoire";
|
||||
$lang["config_default_sales_discount_number"] = "Le rabais de vente par défaut doit être un nombre.";
|
||||
$lang["config_default_sales_discount_required"] = "La remise sur les ventes par défaut est un champ obligatoire.";
|
||||
$lang["config_default_tax_name_number"] = "Le nom de taxe par défaut doit être une chaîne.";
|
||||
$lang["config_default_tax_name_required"] = "Le nom de taxe par défaut est un champ obligatoire.";
|
||||
$lang["config_default_tax_rate"] = "Taux d'Imposition par Défaut";
|
||||
$lang["config_default_tax_rate_1"] = "Taux d'Imposition 1";
|
||||
$lang["config_default_tax_rate_2"] = "Taux d'Imposition 2";
|
||||
$lang["config_default_tax_rate_number"] = "Le taux d'imposition doit etre un nombre";
|
||||
$lang["config_default_tax_rate_required"] = "Le taux d'imposition par défaut est requis";
|
||||
$lang["config_derive_sale_quantity"] = "";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "";
|
||||
$lang["config_dinner_table"] = "";
|
||||
$lang["config_dinner_table_duplicate"] = "";
|
||||
$lang["config_dinner_table_enable"] = "";
|
||||
$lang["config_dinner_table_invalid_chars"] = "";
|
||||
$lang["config_dinner_table_required"] = "";
|
||||
$lang["config_default_tax_rate_number"] = "Le taux de taxe par défaut doit être un nombre.";
|
||||
$lang["config_default_tax_rate_required"] = "Le taux de taxe par défaut est un champ obligatoire.";
|
||||
$lang["config_derive_sale_quantity"] = "Autoriser la quantité de vente dérivée";
|
||||
$lang["config_derive_sale_quantity_tooltip"] = "Si coché, un nouveau type d'article sera fourni pour les articles commandés par montant étendu";
|
||||
$lang["config_dinner_table"] = "Table";
|
||||
$lang["config_dinner_table_duplicate"] = "La table doit être unique.";
|
||||
$lang["config_dinner_table_enable"] = "Activer les tables de dîner";
|
||||
$lang["config_dinner_table_invalid_chars"] = "Le nom de la table ne peut pas contenir '_'.";
|
||||
$lang["config_dinner_table_required"] = "La table est un champ obligatoire.";
|
||||
$lang["config_dot"] = "point";
|
||||
$lang["config_email"] = "Courriel";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_mailpath"] = "Path de Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "Case à cocher Reçu de courrier électronique";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "Toujours vérifié";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "Se souvenir de la dernière sélection";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "Toujours décoché";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Cryptage";
|
||||
$lang["config_email_smtp_host"] = "SMTP Serveur";
|
||||
$lang["config_email_smtp_pass"] = "Mot de passe SMTP";
|
||||
$lang["config_email_smtp_port"] = "Port SMTP";
|
||||
$lang["config_email_smtp_timeout"] = "Délai SMTP (s)";
|
||||
$lang["config_email_smtp_user"] = "Nom d'utilisateur SMTP";
|
||||
$lang["config_enforce_privacy"] = "Appliquer la confidentialité";
|
||||
$lang["config_enforce_privacy_tooltip"] = "Protéger la confidentialité des clients en imposant le brouillage des données en cas de suppression de leurs données";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
$lang["config_financial_year_aug"] = "";
|
||||
$lang["config_financial_year_dec"] = "";
|
||||
$lang["config_financial_year_feb"] = "";
|
||||
$lang["config_financial_year_jan"] = "";
|
||||
$lang["config_financial_year_jul"] = "";
|
||||
$lang["config_financial_year_jun"] = "";
|
||||
$lang["config_financial_year_mar"] = "";
|
||||
$lang["config_financial_year_may"] = "";
|
||||
$lang["config_financial_year_nov"] = "";
|
||||
$lang["config_financial_year_oct"] = "";
|
||||
$lang["config_financial_year_sep"] = "";
|
||||
$lang["config_gcaptcha_enable"] = "";
|
||||
$lang["config_gcaptcha_secret_key"] = "";
|
||||
$lang["config_gcaptcha_secret_key_required"] = "";
|
||||
$lang["config_gcaptcha_site_key"] = "";
|
||||
$lang["config_gcaptcha_site_key_required"] = "";
|
||||
$lang["config_gcaptcha_tooltip"] = "";
|
||||
$lang["config_financial_year"] = "Début de l'année fiscale";
|
||||
$lang["config_financial_year_apr"] = "1er avril";
|
||||
$lang["config_financial_year_aug"] = "1er août";
|
||||
$lang["config_financial_year_dec"] = "1er décembre";
|
||||
$lang["config_financial_year_feb"] = "1er février";
|
||||
$lang["config_financial_year_jan"] = "1er janvier";
|
||||
$lang["config_financial_year_jul"] = "1er juillet";
|
||||
$lang["config_financial_year_jun"] = "1er juin";
|
||||
$lang["config_financial_year_mar"] = "1er mars";
|
||||
$lang["config_financial_year_may"] = "1er mai";
|
||||
$lang["config_financial_year_nov"] = "1er novembre";
|
||||
$lang["config_financial_year_oct"] = "1er octobre";
|
||||
$lang["config_financial_year_sep"] = "1er septembre";
|
||||
$lang["config_gcaptcha_enable"] = "Page de connexion reCAPTCHA";
|
||||
$lang["config_gcaptcha_secret_key"] = "clé secrète reCAPTCHA";
|
||||
$lang["config_gcaptcha_secret_key_required"] = "La clé secrète reCAPTCHA est un champ obligatoire";
|
||||
$lang["config_gcaptcha_site_key"] = "clé de site reCAPTCHA";
|
||||
$lang["config_gcaptcha_site_key_required"] = "La clé de site reCAPTCHA est un champ obligatoire";
|
||||
$lang["config_gcaptcha_tooltip"] = "Protégez la page de connexion avec Google reCAPTCHA, cliquez sur l'icône d'une paire de clés API.";
|
||||
$lang["config_general"] = "General";
|
||||
$lang["config_general_configuration"] = "General Configuration";
|
||||
$lang["config_giftcard_number"] = "";
|
||||
$lang["config_giftcard_random"] = "";
|
||||
$lang["config_giftcard_series"] = "";
|
||||
$lang["config_giftcard_number"] = "Numéro de carte-cadeau";
|
||||
$lang["config_giftcard_random"] = "Générer aléatoire";
|
||||
$lang["config_giftcard_series"] = "Générer en série";
|
||||
$lang["config_info"] = "Entreprise";
|
||||
$lang["config_info_configuration"] = "Çonfiguration de l'Entreprise";
|
||||
$lang["config_invoice"] = "Facture";
|
||||
@@ -139,32 +144,32 @@ $lang["config_invoice_default_comments"] = "Commentaires par facture par défaut
|
||||
$lang["config_invoice_email_message"] = "Modèle de courrier électronique de facture";
|
||||
$lang["config_invoice_enable"] = "Activer la facturation";
|
||||
$lang["config_invoice_printer"] = "Imprimante de facture";
|
||||
$lang["config_jsprintsetup_required"] = "Attention! Cette fonctionnalité ne fonctionnera que si vous avez le plugin FireFox jsPrintSetup installé. Sauvegarder quand même?";
|
||||
$lang["config_jsprintsetup_required"] = "Attention: Cette fonctionnalité ne fonctionnera que si l'extension FireFox jsPrintSetup est installée. Enregistrer quand même ?";
|
||||
$lang["config_language"] = "Langue";
|
||||
$lang["config_last_used_invoice_number"] = "";
|
||||
$lang["config_last_used_quote_number"] = "";
|
||||
$lang["config_last_used_work_order_number"] = "";
|
||||
$lang["config_last_used_invoice_number"] = "Dernier numéro de facture utilisé";
|
||||
$lang["config_last_used_quote_number"] = "Dernier numéro de devis utilisé";
|
||||
$lang["config_last_used_work_order_number"] = "Dernier numéro W / O utilisé";
|
||||
$lang["config_left"] = "Gauche";
|
||||
$lang["config_license"] = "License";
|
||||
$lang["config_license"] = "Licence";
|
||||
$lang["config_license_configuration"] = "Déclaration de licence";
|
||||
$lang["config_line_sequence"] = "";
|
||||
$lang["config_line_sequence"] = "Séquence de lignes";
|
||||
$lang["config_lines_per_page"] = "Lignes par page";
|
||||
$lang["config_lines_per_page_number"] = "The lines per page must be a number";
|
||||
$lang["config_lines_per_page_required"] = "Les lignes par page sont un champ obligatoire";
|
||||
$lang["config_lines_per_page_number"] = "Les lignes par page doivent être un nombre.";
|
||||
$lang["config_lines_per_page_required"] = "Lignes par page est un champ obligatoire.";
|
||||
$lang["config_locale"] = "Localisation";
|
||||
$lang["config_locale_configuration"] = "Configuration de localisation";
|
||||
$lang["config_locale_info"] = "Informations de configuration de localisation";
|
||||
$lang["config_location"] = "Stock";
|
||||
$lang["config_location_configuration"] = "Emplacements de stock";
|
||||
$lang["config_location_info"] = "Informations de configuration de l'emplacement";
|
||||
$lang["config_logout"] = "Don't you want to make a backup before logging out?";
|
||||
$lang["config_mailchimp"] = "";
|
||||
$lang["config_mailchimp_api_key"] = "";
|
||||
$lang["config_mailchimp_configuration"] = "";
|
||||
$lang["config_mailchimp_key_successfully"] = "";
|
||||
$lang["config_mailchimp_key_unsuccessfully"] = "";
|
||||
$lang["config_mailchimp_lists"] = "";
|
||||
$lang["config_mailchimp_tooltip"] = "";
|
||||
$lang["config_logout"] = "Voulez-vous faire une sauvegarde avant de vous déconnecter? Cliquez sur [OK] pour sauvegarder ou sur [Annuler] pour vous déconnecter.";
|
||||
$lang["config_mailchimp"] = "MailChimp";
|
||||
$lang["config_mailchimp_api_key"] = "Clé API Mailchimp";
|
||||
$lang["config_mailchimp_configuration"] = "Configuration de Mailchimp";
|
||||
$lang["config_mailchimp_key_successfully"] = "La clé API est valide.";
|
||||
$lang["config_mailchimp_key_unsuccessfully"] = "La clé de l'API est invalide.";
|
||||
$lang["config_mailchimp_lists"] = "Mailchimp Liste (s)";
|
||||
$lang["config_mailchimp_tooltip"] = "Cliquez sur l'icône pour une clé API.";
|
||||
$lang["config_message"] = "Message";
|
||||
$lang["config_message_configuration"] = "Message Configuration";
|
||||
$lang["config_msg_msg"] = "Message texte enregistré";
|
||||
@@ -179,81 +184,89 @@ $lang["config_none"] = "none";
|
||||
$lang["config_notify_alignment"] = "Position contextuelle de notification";
|
||||
$lang["config_number_format"] = "Number Format";
|
||||
$lang["config_number_locale"] = "Localisation";
|
||||
$lang["config_number_locale_invalid"] = "Les paramètres régionaux entrés sont invalides. Vérifiez le lien dans la info-bulle pour trouver une valeur raisonnable";
|
||||
$lang["config_number_locale_required"] = "Number Locale est un champ obligatoire";
|
||||
$lang["config_number_locale_tooltip"] = "Trouvez un lieu approprié via ce lien";
|
||||
$lang["config_number_locale_invalid"] = "L'environnement local entré est invalide. Vérifiez le lien dans l'info-bulle pour trouver un environnement local valide.";
|
||||
$lang["config_number_locale_required"] = "Number Locale est un champ obligatoire.";
|
||||
$lang["config_number_locale_tooltip"] = "Trouvez un lieu approprié grâce à ce lien.";
|
||||
$lang["config_payment_options_order"] = "Ordre des options de paiement";
|
||||
$lang["config_phone"] = "Téléphone";
|
||||
$lang["config_phone_required"] = "Le numéro de téléphone est requis";
|
||||
$lang["config_phone_required"] = "Téléphone de l'entreprise est un champ obligatoire.";
|
||||
$lang["config_print_bottom_margin"] = "Marge Bas";
|
||||
$lang["config_print_bottom_margin_number"] = "La marge inférieure par défaut doit être un nombre";
|
||||
$lang["config_print_bottom_margin_required"] = "La marge inférieure par défaut est un champ obligatoire";
|
||||
$lang["config_print_bottom_margin_number"] = "La marge inférieure doit être un nombre.";
|
||||
$lang["config_print_bottom_margin_required"] = "La marge inférieure est un champ obligatoire.";
|
||||
$lang["config_print_delay_autoreturn"] = "Retour automatique a la vente retarde";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Retour automatique à la vente retarde est un champ obligatoire.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Retour automatique à la vente retarde doit être un nombre.";
|
||||
$lang["config_print_footer"] = "Pied de page imprimante";
|
||||
$lang["config_print_header"] = "Imprimer l'en-tête du navigateur";
|
||||
$lang["config_print_left_margin"] = "Marge Gauche";
|
||||
$lang["config_print_left_margin_number"] = "La marge gauche par défaut doit être un nombre";
|
||||
$lang["config_print_left_margin_required"] = "La marge gauche par défaut est un champ obligatoire";
|
||||
$lang["config_print_left_margin_number"] = "La marge gauche par défaut doit être un nombre.";
|
||||
$lang["config_print_left_margin_required"] = "La marge gauche par défaut est un champ obligatoire.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "Imprimer la case à cocher Reçu";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "Toujours vérifié";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "Se souvenir de la dernière sélection";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "Toujours décoché";
|
||||
$lang["config_print_right_margin"] = "Marge Droit";
|
||||
$lang["config_print_right_margin_number"] = "La marge droite par défaut doit être un nombre";
|
||||
$lang["config_print_right_margin_required"] = "La marge droite par défaut est un champ obligatoire";
|
||||
$lang["config_print_silently"] = "Show Print Dialog";
|
||||
$lang["config_print_top_margin"] = "Margin Top";
|
||||
$lang["config_print_top_margin_number"] = "The default top margin must be a number";
|
||||
$lang["config_print_top_margin_required"] = "The default top margin is a required field";
|
||||
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
||||
$lang["config_receipt"] = "Receipt";
|
||||
$lang["config_receipt_configuration"] = "Receipt Print Settings";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
$lang["config_receipt_font_size"] = "";
|
||||
$lang["config_receipt_font_size_number"] = "";
|
||||
$lang["config_receipt_font_size_required"] = "";
|
||||
$lang["config_receipt_info"] = "Receipt Configuration Information";
|
||||
$lang["config_receipt_printer"] = "Ticket Printer";
|
||||
$lang["config_receipt_short"] = "Short";
|
||||
$lang["config_receipt_show_company_name"] = "";
|
||||
$lang["config_receipt_show_description"] = "Show Description";
|
||||
$lang["config_receipt_show_serialnumber"] = "Show Serial Number";
|
||||
$lang["config_receipt_show_taxes"] = "Show Taxes";
|
||||
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
|
||||
$lang["config_receipt_template"] = "Receipt Template";
|
||||
$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)";
|
||||
$lang["config_recv_invoice_format"] = "Receivings Invoice Format";
|
||||
$lang["config_register_mode_default"] = "";
|
||||
$lang["config_return_policy_required"] = "Le Message est un champ requis";
|
||||
$lang["config_reward"] = "";
|
||||
$lang["config_reward_configuration"] = "";
|
||||
$lang["config_right"] = "Right";
|
||||
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
|
||||
$lang["config_sales_quote_format"] = "";
|
||||
$lang["config_saved_successfully"] = "Configuration sauvegardée";
|
||||
$lang["config_saved_unsuccessfully"] = "Échec de sauvegarde de configuration";
|
||||
$lang["config_show_office_group"] = "";
|
||||
$lang["config_statistics"] = "Send statistics";
|
||||
$lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes";
|
||||
$lang["config_stock_location"] = "Localisation du stock";
|
||||
$lang["config_stock_location_duplicate"] = "Please use an unique location name";
|
||||
$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'";
|
||||
$lang["config_stock_location_required"] = "Stock location number is a required field";
|
||||
$lang["config_suggestions_first_column"] = "";
|
||||
$lang["config_suggestions_layout"] = "";
|
||||
$lang["config_suggestions_second_column"] = "";
|
||||
$lang["config_suggestions_third_column"] = "";
|
||||
$lang["config_table"] = "";
|
||||
$lang["config_table_configuration"] = "";
|
||||
$lang["config_takings_printer"] = "Takings Printer";
|
||||
$lang["config_tax"] = "";
|
||||
$lang["config_tax_category"] = "";
|
||||
$lang["config_tax_category_duplicate"] = "";
|
||||
$lang["config_tax_category_invalid_chars"] = "";
|
||||
$lang["config_tax_category_required"] = "";
|
||||
$lang["config_tax_category_used"] = "";
|
||||
$lang["config_tax_configuration"] = "";
|
||||
$lang["config_tax_decimals"] = "Tax Decimals";
|
||||
$lang["config_tax_included"] = "Tax Included";
|
||||
$lang["config_theme"] = "Theme";
|
||||
$lang["config_thousands_separator"] = "Thousands Separator";
|
||||
$lang["config_print_right_margin_number"] = "La marge droite par défaut doit être un nombre.";
|
||||
$lang["config_print_right_margin_required"] = "La marge droite par défaut est un champ obligatoire.";
|
||||
$lang["config_print_silently"] = "Afficher la boîte de dialogue Imprimer";
|
||||
$lang["config_print_top_margin"] = "Margin Superieure";
|
||||
$lang["config_print_top_margin_number"] = "Margin Top doit être un nombre.";
|
||||
$lang["config_print_top_margin_required"] = "Margin Top est un champ obligatoire.";
|
||||
$lang["config_quantity_decimals"] = "Nombre de décimales";
|
||||
$lang["config_quote_default_comments"] = "Commentaires de devis par défaut";
|
||||
$lang["config_receipt"] = "Le reçu";
|
||||
$lang["config_receipt_configuration"] = "Paramètres d'impression du reçu";
|
||||
$lang["config_receipt_default"] = "Défaut";
|
||||
$lang["config_receipt_font_size"] = "Taille de font";
|
||||
$lang["config_receipt_font_size_number"] = "La taille de la font doit être un nombre.";
|
||||
$lang["config_receipt_font_size_required"] = "Taille de la font est un champ obligatoire.";
|
||||
$lang["config_receipt_info"] = "Informations de configuration du reçu";
|
||||
$lang["config_receipt_printer"] = "Imprimante de tickets";
|
||||
$lang["config_receipt_short"] = "Court";
|
||||
$lang["config_receipt_show_company_name"] = "Afficher le nom de l'entreprise";
|
||||
$lang["config_receipt_show_description"] = "Montrer la description";
|
||||
$lang["config_receipt_show_serialnumber"] = "Afficher le numéro de série";
|
||||
$lang["config_receipt_show_taxes"] = "Afficher les taxes";
|
||||
$lang["config_receipt_show_total_discount"] = "Afficher le rabais total";
|
||||
$lang["config_receipt_template"] = "Modèle de reçu";
|
||||
$lang["config_receiving_calculate_average_price"] = "Calc moy. Prix (Réception)";
|
||||
$lang["config_recv_invoice_format"] = "Format de la facture des factures";
|
||||
$lang["config_register_mode_default"] = "Mode de registre par défaut";
|
||||
$lang["config_return_policy_required"] = "Le Message est un champ requis.";
|
||||
$lang["config_reward"] = "Récompense";
|
||||
$lang["config_reward_configuration"] = "Configuration de récompense";
|
||||
$lang["config_right"] = "Droite";
|
||||
$lang["config_sales_invoice_format"] = "Format de la facture de vente";
|
||||
$lang["config_sales_quote_format"] = "Format de devis de vente";
|
||||
$lang["config_saved_successfully"] = "Configuration enregistrer avec succès.";
|
||||
$lang["config_saved_unsuccessfully"] = "L'enregistrement de configuration a échoué.";
|
||||
$lang["config_show_office_group"] = "Afficher l'icône du bureau";
|
||||
$lang["config_statistics"] = "Envoyer des statistiques";
|
||||
$lang["config_statistics_tooltip"] = "Envoyer des statistiques pour le développement et l'amélioration des fonctionnalités.";
|
||||
$lang["config_stock_location"] = "Emplacement du stock";
|
||||
$lang["config_stock_location_duplicate"] = "L'emplacement du stock doit être unique.";
|
||||
$lang["config_stock_location_invalid_chars"] = "L'emplacement de stockage ne peut pas contenir '_'.";
|
||||
$lang["config_stock_location_required"] = "L'emplacement du stock est un champ obligatoire.";
|
||||
$lang["config_suggestions_first_column"] = "Colonne 1";
|
||||
$lang["config_suggestions_layout"] = "Présentation des suggestions de recherche";
|
||||
$lang["config_suggestions_second_column"] = "Colonne 2";
|
||||
$lang["config_suggestions_third_column"] = "Colonne 3";
|
||||
$lang["config_table"] = "Table";
|
||||
$lang["config_table_configuration"] = "Configuration de la table";
|
||||
$lang["config_takings_printer"] = "Imprimante de reçu";
|
||||
$lang["config_tax"] = "Taxe";
|
||||
$lang["config_tax_category"] = "Catégorie fiscale";
|
||||
$lang["config_tax_category_duplicate"] = "La catégorie de taxe saisie existe déjà.";
|
||||
$lang["config_tax_category_invalid_chars"] = "La catégorie de taxe entrée est invalide.";
|
||||
$lang["config_tax_category_required"] = "La catégorie de taxe est requise.";
|
||||
$lang["config_tax_category_used"] = "La catégorie de taxe ne peut pas être supprimée car elle est utilisée.";
|
||||
$lang["config_tax_configuration"] = "Configuration de l'impôt";
|
||||
$lang["config_tax_decimals"] = "Décimales fiscales";
|
||||
$lang["config_tax_included"] = "Taxe inclu";
|
||||
$lang["config_theme"] = "Thème";
|
||||
$lang["config_thousands_separator"] = "Séparateur de milliers";
|
||||
$lang["config_timezone"] = "Fuseau Horaire";
|
||||
$lang["config_top"] = "Top";
|
||||
$lang["config_website"] = "Site-web";
|
||||
$lang["config_work_order_enable"] = "";
|
||||
$lang["config_work_order_format"] = "";
|
||||
$lang["config_top"] = "Haut";
|
||||
$lang["config_website"] = "Site Internet";
|
||||
$lang["config_work_order_enable"] = "Support de commande de travail";
|
||||
$lang["config_work_order_format"] = "Format de bon de travail";
|
||||
|
||||
@@ -1,46 +1,49 @@
|
||||
<?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_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_average"] = "";
|
||||
$lang["customers_avg_discount"] = "";
|
||||
$lang["customers_basic_information"] = "";
|
||||
$lang["customers_average"] = "Moyenne dépensée";
|
||||
$lang["customers_avg_discount"] = "Remise moyenne";
|
||||
$lang["customers_basic_information"] = "Information";
|
||||
$lang["customers_cannot_be_deleted"] = "Impossible de supprimer. Un ou plusiers client(s) sélectionné(s) ont des ventes.";
|
||||
$lang["customers_company_name"] = "Compagnie";
|
||||
$lang["customers_confirm_delete"] = "Etes vous sûr(e) de vouloir supprimer ces clients?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer le (s) client (s) sélectionné (s) ?";
|
||||
$lang["customers_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer les clients sélectionnés ?";
|
||||
$lang["customers_consent"] = "Le consentement d'enregistrement";
|
||||
$lang["customers_consent_required"] = "Le consentement d'enregistrement est un champ obligatoire.";
|
||||
$lang["customers_customer"] = "Client";
|
||||
$lang["customers_date"] = "Date";
|
||||
$lang["customers_discount"] = "Rabais";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Érreur lors de l'ajout/suppression de client";
|
||||
$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"] = "Les clients suivants n'ont pas été importé.";
|
||||
$lang["customers_excel_import_success"] = "L'importation des clients est un succès";
|
||||
$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_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_mailchimp_activity_click"] = "Email cliquez";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Dernier email ouvert";
|
||||
$lang["customers_mailchimp_activity_open"] = "Email ouvert";
|
||||
$lang["customers_mailchimp_activity_total"] = "Email envoyé";
|
||||
$lang["customers_mailchimp_activity_unopen"] = "Email non ouvert";
|
||||
$lang["customers_mailchimp_email_client"] = "Client de messagerie";
|
||||
$lang["customers_mailchimp_info"] = "MailChimp";
|
||||
$lang["customers_mailchimp_member_rating"] = "Évaluation";
|
||||
$lang["customers_mailchimp_status"] = "Statut";
|
||||
$lang["customers_mailchimp_vip"] = "VIP";
|
||||
$lang["customers_max"] = "Max. dépensé";
|
||||
$lang["customers_min"] = "Min. dépensé";
|
||||
$lang["customers_new"] = "Nouveau Client";
|
||||
$lang["customers_none_selected"] = "Vous n'avez pas sélectionné de client à supprimer";
|
||||
$lang["customers_none_selected"] = "Vous n'avez sélectionné aucun client à supprimer.";
|
||||
$lang["customers_one_or_multiple"] = "client(s)";
|
||||
$lang["customers_quantity"] = "";
|
||||
$lang["customers_stats_info"] = "";
|
||||
$lang["customers_quantity"] = "Quantité";
|
||||
$lang["customers_stats_info"] = "Statistiques";
|
||||
$lang["customers_successful_adding"] = "Vous avez ajouté un nouveau client";
|
||||
$lang["customers_successful_deleted"] = "Suppréssion réussie";
|
||||
$lang["customers_successful_updating"] = "Édition client réussie";
|
||||
$lang["customers_tax_code"] = "";
|
||||
$lang["customers_tax_code"] = "Code fiscal";
|
||||
$lang["customers_taxable"] = "Imposable";
|
||||
$lang["customers_total"] = "Total";
|
||||
$lang["customers_update"] = "Éditer Client";
|
||||
$lang["rewards_package"] = "";
|
||||
$lang["rewards_package"] = "Forfait de récompenses";
|
||||
|
||||
@@ -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"] = "Demi-bas";
|
||||
$lang["enum_half_even"] = "La moitié";
|
||||
$lang["enum_half_five"] = "Moitié de cinq";
|
||||
$lang["enum_half_odd"] = "Moitié impair";
|
||||
$lang["enum_half_up"] = "À moitié";
|
||||
$lang["enum_round_down"] = "Arrondir vers le bas";
|
||||
$lang["enum_round_up"] = "Rassembler";
|
||||
|
||||
@@ -1,20 +1,19 @@
|
||||
<?php
|
||||
|
||||
$lang["category_name_required"] = "";
|
||||
$lang["expenses_categories_add_item"] = "";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "";
|
||||
$lang["expenses_categories_category_id"] = "";
|
||||
$lang["expenses_categories_confirm_delete"] = "";
|
||||
$lang["expenses_categories_description"] = "";
|
||||
$lang["expenses_categories_error_adding_updating"] = "";
|
||||
$lang["expenses_categories_info"] = "";
|
||||
$lang["expenses_categories_name"] = "";
|
||||
$lang["expenses_categories_new"] = "";
|
||||
$lang["expenses_categories_no_expenses_categories_to_display"] = "";
|
||||
$lang["expenses_categories_none_selected"] = "";
|
||||
$lang["expenses_categories_one_or_multiple"] = "";
|
||||
$lang["expenses_categories_quantity"] = "";
|
||||
$lang["expenses_categories_successful_adding"] = "";
|
||||
$lang["expenses_categories_successful_deleted"] = "";
|
||||
$lang["expenses_categories_successful_updating"] = "";
|
||||
$lang["expenses_categories_update"] = "";
|
||||
<?php
|
||||
$lang["category_name_required"] = "Nom de la catégorie de dépenses requis";
|
||||
$lang["expenses_categories_add_item"] = "Ajouter une catégorie";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "Impossible de supprimer la ou les dépenses de catégorie";
|
||||
$lang["expenses_categories_category_id"] = "ID";
|
||||
$lang["expenses_categories_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer la catégorie de dépenses sélectionnée ?";
|
||||
$lang["expenses_categories_description"] = "Description de la catégorie";
|
||||
$lang["expenses_categories_error_adding_updating"] = "Erreur lors de l'ajout / mise à jour de la catégorie de dépenses";
|
||||
$lang["expenses_categories_info"] = "Catégorie Info sur les dépenses";
|
||||
$lang["expenses_categories_name"] = "Nom de catégorie";
|
||||
$lang["expenses_categories_new"] = "Nouvelle catégorie";
|
||||
$lang["expenses_categories_no_expenses_categories_to_display"] = "Aucune catégorie à afficher";
|
||||
$lang["expenses_categories_none_selected"] = "Vous n'avez sélectionné aucun frais de catégorie";
|
||||
$lang["expenses_categories_one_or_multiple"] = "Dépense Catégorie";
|
||||
$lang["expenses_categories_quantity"] = "Quantité";
|
||||
$lang["expenses_categories_successful_adding"] = "Catégorie de dépenses ajoutée réussie";
|
||||
$lang["expenses_categories_successful_deleted"] = "La catégorie de dépenses supprimer a réussi";
|
||||
$lang["expenses_categories_successful_updating"] = "Actualiser de la catégorie de dépenses réussie";
|
||||
$lang["expenses_categories_update"] = "Actualiser Catégorie";
|
||||
|
||||
@@ -1,45 +1,44 @@
|
||||
<?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_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"] = "Ajouter des dépenses";
|
||||
$lang["expenses_amount"] = "Montant";
|
||||
$lang["expenses_amount_number"] = "Le montant doit être un nombre";
|
||||
$lang["expenses_amount_required"] = "Dépense Montant requis";
|
||||
$lang["expenses_by_category"] = "Catégorie";
|
||||
$lang["expenses_cannot_be_deleted"] = "Impossible de supprimer la ou les dépenses de catégorie";
|
||||
$lang["expenses_cash"] = "En espèces";
|
||||
$lang["expenses_cash_filter"] = "En espèces";
|
||||
$lang["expenses_categories_name"] = "Catégorie";
|
||||
$lang["expenses_category_required"] = "La catégorie est un champ obligatoire";
|
||||
$lang["expenses_check"] = "Chèque";
|
||||
$lang["expenses_check_filter"] = "Chèque";
|
||||
$lang["expenses_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer les dépenses sélectionnées ?";
|
||||
$lang["expenses_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer les dépenses sélectionnées ?";
|
||||
$lang["expenses_credit"] = "Carte de crédit";
|
||||
$lang["expenses_credit_filter"] = "Carte de crédit";
|
||||
$lang["expenses_date"] = "Date";
|
||||
$lang["expenses_date_number"] = "La date doit être un nombre";
|
||||
$lang["expenses_date_required"] = "Date est un champ obligatoire";
|
||||
$lang["expenses_debit"] = "Carte de débit";
|
||||
$lang["expenses_debit_filter"] = "Carte de débit";
|
||||
$lang["expenses_description"] = "La Description";
|
||||
$lang["expenses_due"] = "Dû";
|
||||
$lang["expenses_due_filter"] = "Dû";
|
||||
$lang["expenses_employee"] = "Créé par";
|
||||
$lang["expenses_error_adding_updating"] = "Erreur lors de l'ajout / la mise à jour des dépenses";
|
||||
$lang["expenses_expense_id"] = "ID";
|
||||
$lang["expenses_expenses_employee"] = "Employé";
|
||||
$lang["expenses_info"] = "Info de frais";
|
||||
$lang["expenses_is_deleted"] = "Supprimé";
|
||||
$lang["expenses_name_required"] = "Nom de frais requis";
|
||||
$lang["expenses_new"] = "Nouvelle dépense";
|
||||
$lang["expenses_no_expenses_to_display"] = "Il n'y a pas de dépenses à afficher";
|
||||
$lang["expenses_none_selected"] = "Vous n'avez sélectionné aucune dépense";
|
||||
$lang["expenses_one_or_multiple"] = "Dépense (s)";
|
||||
$lang["expenses_payment"] = "Type de paiement";
|
||||
$lang["expenses_successful_adding"] = "Les dépenses ajoutent avec succès";
|
||||
$lang["expenses_successful_deleted"] = "La suppression des dépenses a réussi";
|
||||
$lang["expenses_successful_updating"] = "Actualiser des dépenses réussie";
|
||||
$lang["expenses_supplier_name"] = "Fournisseur";
|
||||
$lang["expenses_supplier_tax_code"] = "Code du taxe";
|
||||
$lang["expenses_tax_amount"] = "Taxe";
|
||||
$lang["expenses_update"] = "Actualiser des dépenses";
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["item_kits_add_item"] = "Ajouter un article";
|
||||
$lang["item_kits_all"] = "";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Impossible de supprimer";
|
||||
$lang["item_kits_confirm_delete"] = "Ètes vous sûr(e) de vouloir supprimer le(s) Kits sélectionnés?";
|
||||
$lang["item_kits_confirm_restore"] = "";
|
||||
$lang["item_kits_description"] = "Description du Kit";
|
||||
$lang["item_kits_discount_percent"] = "";
|
||||
$lang["item_kits_error_adding_updating"] = "Érreur d'ajout/édition de Kit";
|
||||
$lang["item_kits_find_kit_item"] = "";
|
||||
$lang["item_kits_info"] = "Détails du Kit";
|
||||
$lang["item_kits_all"] = "Tous";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Impossible de supprimer.";
|
||||
$lang["item_kits_confirm_delete"] = "Ètes vous sûr(e) de vouloir supprimer le(s) Kits sélectionnés ?";
|
||||
$lang["item_kits_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) kit (s) sélectionné (s) ?";
|
||||
$lang["item_kits_description"] = "Description du groupes";
|
||||
$lang["item_kits_discount_percent"] = "Pourcentage d'escompte";
|
||||
$lang["item_kits_error_adding_updating"] = "Érreur d'ajout/édition de groupes.";
|
||||
$lang["item_kits_find_kit_item"] = "Article de group";
|
||||
$lang["item_kits_info"] = "Détails du groupes";
|
||||
$lang["item_kits_item"] = "Article";
|
||||
$lang["item_kits_items"] = "Articles";
|
||||
$lang["item_kits_kit"] = "Id kit";
|
||||
$lang["item_kits_kit_and_components"] = "";
|
||||
$lang["item_kits_kit_and_stock"] = "";
|
||||
$lang["item_kits_kit_only"] = "";
|
||||
$lang["item_kits_name"] = "Nom du Kit";
|
||||
$lang["item_kits_new"] = "Nouveau Kit";
|
||||
$lang["item_kits_no_item_kits_to_display"] = "Aucun kit à afficher";
|
||||
$lang["item_kits_none_selected"] = "Vous n'avez sélectionné aucun kit";
|
||||
$lang["item_kits_one_or_multiple"] = "Kit(s)";
|
||||
$lang["item_kits_price_option"] = "";
|
||||
$lang["item_kits_priced_only"] = "";
|
||||
$lang["item_kits_print_option"] = "";
|
||||
$lang["item_kits_kit"] = "Groupes ID";
|
||||
$lang["item_kits_kit_and_components"] = "Groupes et composants";
|
||||
$lang["item_kits_kit_and_stock"] = "Group Et Stock";
|
||||
$lang["item_kits_kit_only"] = "Group seulement";
|
||||
$lang["item_kits_name"] = "Nom du groupes";
|
||||
$lang["item_kits_new"] = "Nouveau groupes";
|
||||
$lang["item_kits_no_item_kits_to_display"] = "Aucun groupes à afficher.";
|
||||
$lang["item_kits_none_selected"] = "Vous n'avez sélectionné aucun groupes.";
|
||||
$lang["item_kits_one_or_multiple"] = "Groupe(s)";
|
||||
$lang["item_kits_price_option"] = "Option de prix";
|
||||
$lang["item_kits_priced_only"] = "Prix seulement";
|
||||
$lang["item_kits_print_option"] = "Option d'impression";
|
||||
$lang["item_kits_quantity"] = "Quantité";
|
||||
$lang["item_kits_sequence"] = "";
|
||||
$lang["item_kits_successful_adding"] = "Vous avez ajouté un Kit";
|
||||
$lang["item_kits_sequence"] = "Séquence";
|
||||
$lang["item_kits_successful_adding"] = "Vous avez ajouté un groupes";
|
||||
$lang["item_kits_successful_deleted"] = "Suppréssion réussie";
|
||||
$lang["item_kits_successful_updating"] = "Vous avez édité un Kit";
|
||||
$lang["item_kits_update"] = "Éditer Kit";
|
||||
$lang["item_kits_successful_updating"] = "Vous avez édité un groupe";
|
||||
$lang["item_kits_update"] = "Éditer groupes";
|
||||
|
||||
@@ -1,80 +1,79 @@
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "Ajoujer/Soustraire à l'Inventaire";
|
||||
<?php
|
||||
$lang["items_add_minus"] = "Ajoujer/Soustraire à l'Inventaire.";
|
||||
$lang["items_allow_alt_desciption"] = "";
|
||||
$lang["items_allow_alt_description"] = "Autoriser Description Alt";
|
||||
$lang["items_amount_entry"] = "";
|
||||
$lang["items_amount_entry"] = "Montant Entrée";
|
||||
$lang["items_bulk_edit"] = "Édition en groupe";
|
||||
$lang["items_buy_price_required"] = "Le Prix d'achat est requis";
|
||||
$lang["items_buy_price_required"] = "Le Prix d'achat est requis.";
|
||||
$lang["items_cannot_be_deleted"] = "Impossible de supprimer. Un ou plusiers des articles sélectionnés a des ventes.";
|
||||
$lang["items_cannot_find_item"] = "Impossible de récu[érer des informations";
|
||||
$lang["items_cannot_find_item"] = "Impossible de récu[érer des informations.";
|
||||
$lang["items_category"] = "Categorie";
|
||||
$lang["items_category_required"] = "La Catégorie est requise";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = " Autoriser Desc Alt Pour Tous";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "Interdire Desc Alt Pour Tous";
|
||||
$lang["items_category_required"] = "La Catégorie est requise.";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "Autoriser Desc Alt Pour Tous.";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "Interdire Desc Alt Pour Tous.";
|
||||
$lang["items_change_all_to_serialized"] = "Tout Sérialiser";
|
||||
$lang["items_change_all_to_unserialized"] = "Tout désérialiser";
|
||||
$lang["items_change_image"] = "Changer l'image";
|
||||
$lang["items_confirm_bulk_edit"] = "Etes vous sûre de vouloir éditer toute la sélection?";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Les informations de taxe vont être remplacé pour tous les articles!";
|
||||
$lang["items_confirm_delete"] = "Etes vous sûre de vouloir supprimer la sélection?";
|
||||
$lang["items_confirm_restore"] = "";
|
||||
$lang["items_confirm_bulk_edit"] = "Etes vous sûre de vouloir éditer toute la sélection ?";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Les informations de taxe vont être remplacé pour tous les articles.";
|
||||
$lang["items_confirm_delete"] = "Etes vous sûre de vouloir supprimer la sélection ?";
|
||||
$lang["items_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) élément (s) sélectionné (s) ?";
|
||||
$lang["items_cost_price"] = "Prix de Gros";
|
||||
$lang["items_cost_price_number"] = "Le Prix d'achat doit etre un nombre";
|
||||
$lang["items_cost_price_required"] = "Le Prix de gros est requis";
|
||||
$lang["items_cost_price_number"] = "Le Prix d'achat doit etre un nombre.";
|
||||
$lang["items_cost_price_required"] = "Le Prix de gros est requis.";
|
||||
$lang["items_count"] = "Mise à jour Inventaire";
|
||||
$lang["items_current_quantity"] = "Quantité Actuelle";
|
||||
$lang["items_description"] = "Description";
|
||||
$lang["items_details_count"] = "Détais Inventaire";
|
||||
$lang["items_do_nothing"] = "Ne rien faire";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "Modifiez les champs que vous voulez éditer pour TOUS les articles sélectionnés";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "Modifiez les champs que vous voulez éditer pour TOUS les articles sélectionnés.";
|
||||
$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"] = "La plupart des articles ont été importés. Voir la liste des articles non impotés ici";
|
||||
$lang["items_excel_import_success"] = "Import des articles réussi";
|
||||
$lang["items_generate_barcodes"] = "Générer des Coddes-barre";
|
||||
$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_generate_barcodes"] = "Générer des codes à barres";
|
||||
$lang["items_image"] = "Avatar";
|
||||
$lang["items_import_items_excel"] = "Importer les articles a partir d'une feuille excel";
|
||||
$lang["items_import_items_excel"] = "Importation d'éléments à partir d'Excel";
|
||||
$lang["items_info_provided_by"] = "Information fournie par";
|
||||
$lang["items_inventory"] = "Inventaire";
|
||||
$lang["items_inventory_comments"] = "Commentaires";
|
||||
$lang["items_inventory_data_tracking"] = "";
|
||||
$lang["items_inventory_date"] = "";
|
||||
$lang["items_inventory_employee"] = "";
|
||||
$lang["items_inventory_in_out_quantity"] = "";
|
||||
$lang["items_inventory_remarks"] = "";
|
||||
$lang["items_inventory_data_tracking"] = "Suivi des données d'inventaire";
|
||||
$lang["items_inventory_date"] = "Date";
|
||||
$lang["items_inventory_employee"] = "Employé";
|
||||
$lang["items_inventory_in_out_quantity"] = "In / Out Quantité";
|
||||
$lang["items_inventory_remarks"] = "Remarques";
|
||||
$lang["items_is_deleted"] = "Supprimé";
|
||||
$lang["items_is_serialized"] = "Numéro de Série de l'article";
|
||||
$lang["items_item"] = "Article";
|
||||
$lang["items_item_number"] = "UPC/EAN/ISBN";
|
||||
$lang["items_item_number_duplicate"] = "L'article est déjà présent dans la base de données";
|
||||
$lang["items_kit"] = "";
|
||||
$lang["items_item_number_duplicate"] = "L'article est déjà présent dans la base de données.";
|
||||
$lang["items_kit"] = "Groupe";
|
||||
$lang["items_location"] = "Localisation";
|
||||
$lang["items_low_inventory_items"] = "Article a faible stock";
|
||||
$lang["items_manually_editing_of_quantity"] = "Édition Manuelle de Quantité";
|
||||
$lang["items_name"] = "Nom";
|
||||
$lang["items_name_required"] = "Le Nom est requis";
|
||||
$lang["items_new"] = "Nouvel Item";
|
||||
$lang["items_name_required"] = "Le Nom est requis.";
|
||||
$lang["items_new"] = "Nouvel article";
|
||||
$lang["items_no_description_items"] = "Article sans Description";
|
||||
$lang["items_no_items_to_display"] = "Aucun article à afficher";
|
||||
$lang["items_no_items_to_display"] = "Aucun article à afficher.";
|
||||
$lang["items_none"] = "Aucun";
|
||||
$lang["items_none_selected"] = "Vous n'avez sélectionné aucun élément";
|
||||
$lang["items_nonstock"] = "";
|
||||
$lang["items_nonstock"] = "Non-stocké";
|
||||
$lang["items_number_information"] = "Numbéro d'article";
|
||||
$lang["items_number_required"] = "UPC/EAN/ISBN est un champ requis";
|
||||
$lang["items_number_required"] = "UPC/EAN/ISBN est un champ requis.";
|
||||
$lang["items_one_or_multiple"] = "article(s)";
|
||||
$lang["items_quantity"] = "Quantité";
|
||||
$lang["items_quantity_number"] = "La quantité doit être un nombre";
|
||||
$lang["items_quantity_required"] = "La quantité est requise";
|
||||
$lang["items_quantity_number"] = "La quantité doit être un nombre.";
|
||||
$lang["items_quantity_required"] = "La quantité est requise.";
|
||||
$lang["items_receiving_quantity"] = "Quntité reçus";
|
||||
$lang["items_remove_image"] = "Supprimer l'image";
|
||||
$lang["items_reorder_level"] = "Niveau de réapprovisionnement";
|
||||
$lang["items_reorder_level_number"] = "Le niveaux de réapprovisionnement doit etre un nombre";
|
||||
$lang["items_reorder_level_required"] = "Le niveaux de réapprovisionnement est requis";
|
||||
$lang["items_reorder_level_number"] = "Le niveaux de réapprovisionnement doit etre un nombre.";
|
||||
$lang["items_reorder_level_required"] = "Le niveaux de réapprovisionnement est requis.";
|
||||
$lang["items_retrive_item_info"] = "Récupérer l'informations";
|
||||
$lang["items_sales_tax_1"] = "Taxe vente";
|
||||
$lang["items_sales_tax_2"] = "Taxe vente 2";
|
||||
@@ -82,10 +81,10 @@ $lang["items_search_attributes"] = "Rechercher dans les Champs Choisis";
|
||||
$lang["items_search_custom_items"] = "Rechercher dans les Champs Choisis";
|
||||
$lang["items_select_image"] = "Sélectionner l'image";
|
||||
$lang["items_serialized_items"] = "Articles avec N° de série";
|
||||
$lang["items_standard"] = "";
|
||||
$lang["items_stock"] = "";
|
||||
$lang["items_standard"] = "La norme";
|
||||
$lang["items_stock"] = "Stock/Magasines";
|
||||
$lang["items_stock_location"] = "Localisation du stock";
|
||||
$lang["items_stock_type"] = "";
|
||||
$lang["items_stock_type"] = "Type de stock";
|
||||
$lang["items_successful_adding"] = "Ajout enregistré";
|
||||
$lang["items_successful_bulk_edit"] = "Édition réussie";
|
||||
$lang["items_successful_deleted"] = "Suppréssion réussie";
|
||||
@@ -94,13 +93,13 @@ $lang["items_supplier"] = "Fournisseur";
|
||||
$lang["items_tax_1"] = "Taxe 1";
|
||||
$lang["items_tax_2"] = "Taxe 2";
|
||||
$lang["items_tax_percent"] = "Pourcentage d'imposition";
|
||||
$lang["items_tax_percent_number"] = "";
|
||||
$lang["items_tax_percent_required"] = "Le pourcentage d'imposition est requis";
|
||||
$lang["items_tax_percent_number"] = "Le pourcentage d'imposition doit être une valeur numérique";
|
||||
$lang["items_tax_percent_required"] = "Le pourcentage d'imposition est requis.";
|
||||
$lang["items_tax_percents"] = "Pourcents(s) de taxes";
|
||||
$lang["items_type"] = "";
|
||||
$lang["items_type"] = "Type d'élément";
|
||||
$lang["items_unit_price"] = "Prix au détail";
|
||||
$lang["items_unit_price_number"] = "Le prix unitaire doit etre un nombre";
|
||||
$lang["items_unit_price_required"] = "Le prix de revente est requis";
|
||||
$lang["items_unit_price_number"] = "Le prix unitaire doit etre un nombre.";
|
||||
$lang["items_unit_price_required"] = "Le prix de revente est requis.";
|
||||
$lang["items_upc_database"] = "Base de données UPC";
|
||||
$lang["items_update"] = "Éditer l'article";
|
||||
$lang["items_use_inventory_menu"] = "Utiliser Menu Inv.";
|
||||
$lang["items_use_inventory_menu"] = "Utiliser Menu Inv";
|
||||
|
||||
@@ -1,37 +1,36 @@
|
||||
<?php
|
||||
|
||||
$lang["module_both"] = "";
|
||||
<?php
|
||||
$lang["module_both"] = "Tous les deux";
|
||||
$lang["module_config"] = "Paramètres";
|
||||
$lang["module_config_desc"] = "Paramètres de la boutique";
|
||||
$lang["module_config_desc"] = "Paramètres de la boutique.";
|
||||
$lang["module_customers"] = "Clients";
|
||||
$lang["module_customers_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des clients";
|
||||
$lang["module_customers_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des clients.";
|
||||
$lang["module_employees"] = "Employés";
|
||||
$lang["module_employees_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des employés";
|
||||
$lang["module_expenses"] = "";
|
||||
$lang["module_expenses_categories"] = "";
|
||||
$lang["module_expenses_categories_desc"] = "";
|
||||
$lang["module_expenses_desc"] = "";
|
||||
$lang["module_employees_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des employés.";
|
||||
$lang["module_expenses"] = "Dépenses";
|
||||
$lang["module_expenses_categories"] = "Dépenses Categorie";
|
||||
$lang["module_expenses_categories_desc"] = "Ajouter, mettre à jour et supprimer des catégories de dépenses.";
|
||||
$lang["module_expenses_desc"] = "Ajouter, mettre à jour, supprimer et frais de recherche.";
|
||||
$lang["module_giftcards"] = "Cartes Cadeau";
|
||||
$lang["module_giftcards_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des cartes cadeau";
|
||||
$lang["module_giftcards_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des cartes cadeau.";
|
||||
$lang["module_home"] = "Accueil";
|
||||
$lang["module_home_desc"] = "";
|
||||
$lang["module_home_desc"] = "Liste des modules de menu d'accueil.";
|
||||
$lang["module_item_kits"] = "Articles vendus en Kits";
|
||||
$lang["module_item_kits_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des articles vendus en kits";
|
||||
$lang["module_item_kits_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des articles vendus en kits.";
|
||||
$lang["module_items"] = "Articles vendus";
|
||||
$lang["module_items_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des articles en vente";
|
||||
$lang["module_items_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des articles en vente.";
|
||||
$lang["module_messages"] = "Messages";
|
||||
$lang["module_messages_desc"] = "Envoyer un message aux Client, Fournisseurs, Employés et al.";
|
||||
$lang["module_migrate"] = "";
|
||||
$lang["module_migrate_desc"] = "";
|
||||
$lang["module_office"] = "";
|
||||
$lang["module_office_desc"] = "";
|
||||
$lang["module_migrate"] = "Émigrer";
|
||||
$lang["module_migrate_desc"] = "Mettre à jour la base de données OSPOS.";
|
||||
$lang["module_office"] = "Bureau";
|
||||
$lang["module_office_desc"] = "Liste des modules de menu du bureau.";
|
||||
$lang["module_receivings"] = "Entrées Stock";
|
||||
$lang["module_receivings_desc"] = "Gérer les ordres d'achat";
|
||||
$lang["module_receivings_desc"] = "Gérer les ordres d'achat.";
|
||||
$lang["module_reports"] = "Rapports";
|
||||
$lang["module_reports_desc"] = "Visualiser et générer des rapports";
|
||||
$lang["module_reports_desc"] = "Visualiser et générer des rapports.";
|
||||
$lang["module_sales"] = "Ventes";
|
||||
$lang["module_sales_desc"] = "Ventes et chiffre d'affaire";
|
||||
$lang["module_sales_desc"] = "Ventes et chiffre d'affaire.";
|
||||
$lang["module_suppliers"] = "Fournisseurs";
|
||||
$lang["module_suppliers_desc"] = "Ajouter, Éditer, Supprimer, et Chercher des fournisseurs";
|
||||
$lang["module_taxes"] = "";
|
||||
$lang["module_taxes_desc"] = "";
|
||||
$lang["module_suppliers_desc"] = "Ajouter, mettre à jour, supprimer et rechercher des fournisseurs.";
|
||||
$lang["module_taxes"] = "Taxe";
|
||||
$lang["module_taxes_desc"] = "Configurer les taxes de vente.";
|
||||
|
||||
@@ -1,82 +1,82 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["reports_all"] = "Tous";
|
||||
$lang["reports_canceled"] = "";
|
||||
$lang["reports_canceled"] = "Annulé";
|
||||
$lang["reports_categories"] = "Catégories";
|
||||
$lang["reports_categories_summary_report"] = "Rapport: Résumé des catégories";
|
||||
$lang["reports_category"] = "Catégorie";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
$lang["reports_code_work_order"] = "";
|
||||
$lang["reports_code_canceled"] = "ANL";
|
||||
$lang["reports_code_invoice"] = "FDC";
|
||||
$lang["reports_code_pos"] = "PDV";
|
||||
$lang["reports_code_quote"] = "C";
|
||||
$lang["reports_code_return"] = "RTR";
|
||||
$lang["reports_code_type"] = "Genre";
|
||||
$lang["reports_code_work_order"] = "O/T";
|
||||
$lang["reports_comments"] = "Commentaires";
|
||||
$lang["reports_complete"] = "";
|
||||
$lang["reports_completed_sales"] = "";
|
||||
$lang["reports_confirm_delete"] = "";
|
||||
$lang["reports_confirm_restore"] = "";
|
||||
$lang["reports_cost"] = "Coût";
|
||||
$lang["reports_complete"] = "Ventes et retours terminés";
|
||||
$lang["reports_completed_sales"] = "Ventes terminées";
|
||||
$lang["reports_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer les entrées sélectionnées ?";
|
||||
$lang["reports_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer les entrées sélectionnées ?";
|
||||
$lang["reports_cost"] = "De gros";
|
||||
$lang["reports_cost_price"] = "Prix de Gros";
|
||||
$lang["reports_count"] = "Décompte";
|
||||
$lang["reports_customer"] = "Client";
|
||||
$lang["reports_customers"] = "Clients";
|
||||
$lang["reports_customers_summary_report"] = "Rapport: Résumé clientelle";
|
||||
$lang["reports_customers_summary_report"] = "Rapport sommaire des clients";
|
||||
$lang["reports_date"] = "Date";
|
||||
$lang["reports_date_range"] = "Plage de dates";
|
||||
$lang["reports_description"] = "Description";
|
||||
$lang["reports_detailed_receivings_report"] = "Rapport d'arrivages détaillé";
|
||||
$lang["reports_description"] = "La description";
|
||||
$lang["reports_detailed_receivings_report"] = "Rapport détaillé des factures";
|
||||
$lang["reports_detailed_reports"] = "Rapports détaillés";
|
||||
$lang["reports_detailed_requisition_report"] = "";
|
||||
$lang["reports_detailed_sales_report"] = "Rapport de ventes détaillé";
|
||||
$lang["reports_discount"] = "Remise";
|
||||
$lang["reports_discount_percent"] = "Pourcentage remises";
|
||||
$lang["reports_discounts"] = "Remises";
|
||||
$lang["reports_discounts_summary_report"] = "Rapport: Résumé des remises";
|
||||
$lang["reports_earned"] = "";
|
||||
$lang["reports_discounts_summary_report"] = "Rapport sommaire des remises";
|
||||
$lang["reports_earned"] = "Points gagnés";
|
||||
$lang["reports_employee"] = "Employé";
|
||||
$lang["reports_employees"] = "Employés";
|
||||
$lang["reports_employees_summary_report"] = "Rapport: Résumé employés";
|
||||
$lang["reports_expenses"] = "";
|
||||
$lang["reports_expenses_amount"] = "";
|
||||
$lang["reports_expenses_categories"] = "";
|
||||
$lang["reports_expenses_categories_summary_report"] = "";
|
||||
$lang["reports_expenses_category"] = "";
|
||||
$lang["reports_expenses_tax_amount"] = "";
|
||||
$lang["reports_expenses_total_amount"] = "";
|
||||
$lang["reports_expenses_total_tax_amount"] = "";
|
||||
$lang["reports_expenses"] = "Dépenses";
|
||||
$lang["reports_expenses_amount"] = "Montant";
|
||||
$lang["reports_expenses_categories"] = "Dépenses";
|
||||
$lang["reports_expenses_categories_summary_report"] = "Rapport de synthèse des catégories de dépenses";
|
||||
$lang["reports_expenses_category"] = "Catégorie";
|
||||
$lang["reports_expenses_tax_amount"] = "Taxe";
|
||||
$lang["reports_expenses_total_amount"] = "Montant total";
|
||||
$lang["reports_expenses_total_tax_amount"] = "Taxe total";
|
||||
$lang["reports_graphical_reports"] = "Rapports graphiques";
|
||||
$lang["reports_inventory"] = "";
|
||||
$lang["reports_inventory"] = "Inventaire";
|
||||
$lang["reports_inventory_low"] = "Niveau d'inventaire bas";
|
||||
$lang["reports_inventory_low_report"] = "Rapport de niveau d'inventaire bas";
|
||||
$lang["reports_inventory_reports"] = "Rapports d'inventaire";
|
||||
$lang["reports_inventory_summary"] = "Résumé d'inventaire";
|
||||
$lang["reports_inventory_summary_report"] = "Rapport: Résumé d'inventaire";
|
||||
$lang["reports_inventory_summary_report"] = "Rapport Résumé d'inventaire";
|
||||
$lang["reports_item"] = "Article";
|
||||
$lang["reports_item_count"] = "Filtrer par nombre d'article";
|
||||
$lang["reports_item_count"] = "Nombre d'éléments de filtre";
|
||||
$lang["reports_item_name"] = "Nom de l'article";
|
||||
$lang["reports_item_number"] = "Numéro de l'article";
|
||||
$lang["reports_items"] = "Articles";
|
||||
$lang["reports_items_purchased"] = "Éléments Achetés";
|
||||
$lang["reports_items_received"] = "Éléments Arrivés";
|
||||
$lang["reports_items_summary_report"] = "Rapport: Résumé articles";
|
||||
$lang["reports_items_summary_report"] = "Rapport Résumé articles";
|
||||
$lang["reports_low_inventory"] = "";
|
||||
$lang["reports_low_inventory_report"] = "";
|
||||
$lang["reports_more_than_zero"] = "Plus de zéro";
|
||||
$lang["reports_name"] = "Nom";
|
||||
$lang["reports_no_reports_to_display"] = "Aucun articles à afficher";
|
||||
$lang["reports_no_reports_to_display"] = "Aucun articles à afficher.";
|
||||
$lang["reports_payment_type"] = "Type de paiement";
|
||||
$lang["reports_payments"] = "Paiements";
|
||||
$lang["reports_payments_summary_report"] = "Rapport: Résumé des paiements";
|
||||
$lang["reports_payments_summary_report"] = "Rapport Résumé des paiements";
|
||||
$lang["reports_profit"] = "Bénéfice";
|
||||
$lang["reports_quantity"] = "Quantité";
|
||||
$lang["reports_quantity_purchased"] = "Quantité Achetée";
|
||||
$lang["reports_quotes"] = "";
|
||||
$lang["reports_quotes"] = "Citations";
|
||||
$lang["reports_received_by"] = "Reçu par";
|
||||
$lang["reports_receiving_id"] = "";
|
||||
$lang["reports_receiving_type"] = "";
|
||||
$lang["reports_receivings"] = "Arrivages";
|
||||
$lang["reports_reorder_level"] = "Seuil de Réapprovisionnement";
|
||||
$lang["reports_receiving_id"] = "Réception ID";
|
||||
$lang["reports_receiving_type"] = "Type de réception";
|
||||
$lang["reports_receivings"] = "Réceptions";
|
||||
$lang["reports_reorder_level"] = "Niveau de réapprovisionnement";
|
||||
$lang["reports_report"] = "Rapport";
|
||||
$lang["reports_report_input"] = "Rapport Entrées";
|
||||
$lang["reports_reports"] = "Rapports";
|
||||
@@ -88,35 +88,35 @@ $lang["reports_requisition_item_quantity"] = "";
|
||||
$lang["reports_requisition_related_item"] = "";
|
||||
$lang["reports_requisition_related_item_total_quantity"] = "";
|
||||
$lang["reports_requisition_related_item_unit_quantity"] = "";
|
||||
$lang["reports_requisitions"] = "";
|
||||
$lang["reports_requisitions"] = "Demandes";
|
||||
$lang["reports_returns"] = "Reprises";
|
||||
$lang["reports_revenue"] = "Revenu";
|
||||
$lang["reports_sale_id"] = "ID Vente";
|
||||
$lang["reports_sale_type"] = "Type Vente";
|
||||
$lang["reports_sales"] = "Ventes";
|
||||
$lang["reports_sales_amount"] = "Somme de ventes";
|
||||
$lang["reports_sales_summary_report"] = "Rapport: Résumé des Ventes";
|
||||
$lang["reports_serial_number"] = "# Série";
|
||||
$lang["reports_sales_summary_report"] = "Rapport Résumé des Ventes";
|
||||
$lang["reports_serial_number"] = "Numéro de série";
|
||||
$lang["reports_sold_by"] = "Vendu par";
|
||||
$lang["reports_sold_to"] = "Vendu à";
|
||||
$lang["reports_stock_location"] = "";
|
||||
$lang["reports_stock_location"] = "Emplacement du stock";
|
||||
$lang["reports_sub_total_value"] = "Sous-Total";
|
||||
$lang["reports_subtotal"] = "Sous-total";
|
||||
$lang["reports_summary_reports"] = "Rapports de Résumés";
|
||||
$lang["reports_supplied_by"] = "Fournit par";
|
||||
$lang["reports_supplier"] = "Fournisseur";
|
||||
$lang["reports_suppliers"] = "Fournisseurs";
|
||||
$lang["reports_suppliers_summary_report"] = "Rapport: Résumé Fournisseurs";
|
||||
$lang["reports_suppliers_summary_report"] = "Rapport Résumé Fournisseurs";
|
||||
$lang["reports_tax"] = "Taxe";
|
||||
$lang["reports_tax_percent"] = "Pourcentage d'imposition";
|
||||
$lang["reports_taxes"] = "Taxes";
|
||||
$lang["reports_taxes_summary_report"] = "Rapport: Résumé Taxes";
|
||||
$lang["reports_taxes"] = "Taxe(s)";
|
||||
$lang["reports_taxes_summary_report"] = "Rapport Résumé Taxes";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Valeur total de l'inventaire";
|
||||
$lang["reports_type"] = "Type";
|
||||
$lang["reports_unit_price"] = "Prix au Détail";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_total_quantity"] = "Quantité totale";
|
||||
$lang["reports_total_retail"] = "Total Inv. La valeur au détail";
|
||||
$lang["reports_type"] = "Genre";
|
||||
$lang["reports_unit_price"] = "Prix en Détail";
|
||||
$lang["reports_used"] = "Points utilisés";
|
||||
$lang["reports_work_orders"] = "Ordre Du Travail";
|
||||
$lang["reports_zero_and_less"] = "Zéro ou moin";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?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 ";
|
||||
@@ -28,6 +27,8 @@ $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_required"] = "(Champs obligatoires)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Date de Vente";
|
||||
$lang["sales_date_range"] = "Plage de dates";
|
||||
@@ -106,6 +107,7 @@ $lang["sales_quote_number_duplicate"] = "Le numéro de l'offre doit être unique
|
||||
$lang["sales_quote_sent"] = "Offre envoyée à";
|
||||
$lang["sales_quote_unsent"] = "L'offre n'est pas parvenue à être envoyée à";
|
||||
$lang["sales_receipt"] = "Reçu de Ventes";
|
||||
$lang["sales_receipt_no_email"] = "Ce client n'a pas d'adresse e-mail valide.";
|
||||
$lang["sales_receipt_number"] = "# Caisse";
|
||||
$lang["sales_receipt_sent"] = "Reçu envoyé à";
|
||||
$lang["sales_receipt_unsent"] = "Reçu NON envoyé à";
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "# Compte";
|
||||
<?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_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"] = "";
|
||||
$lang["suppliers_error_adding_updating"] = "Error lors de l'ajout/suppression de fournisseur";
|
||||
$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) ?";
|
||||
$lang["suppliers_error_adding_updating"] = "Error lors de l'ajout/suppression de fournisseur.";
|
||||
$lang["suppliers_new"] = "Nouveau Fournisseur";
|
||||
$lang["suppliers_none_selected"] = "Vous n'avez pas sélectionné de fournisseur à supprimer";
|
||||
$lang["suppliers_none_selected"] = "Vous n'avez pas sélectionné de fournisseur à supprimer.";
|
||||
$lang["suppliers_one_or_multiple"] = "fournisseur(s)";
|
||||
$lang["suppliers_successful_adding"] = "Fournisseur ajouté avec succès";
|
||||
$lang["suppliers_successful_deleted"] = "Suppression réussie";
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "";
|
||||
$lang["taxes_confirm_delete"] = "";
|
||||
$lang["taxes_confirm_restore"] = "";
|
||||
$lang["taxes_default_tax_category"] = "";
|
||||
$lang["taxes_error_adding_updating"] = "";
|
||||
$lang["taxes_new"] = "";
|
||||
$lang["taxes_no_taxes_to_display"] = "";
|
||||
$lang["taxes_round_half_down"] = "";
|
||||
$lang["taxes_round_half_even"] = "";
|
||||
$lang["taxes_round_half_odd"] = "";
|
||||
$lang["taxes_round_half_up"] = "";
|
||||
$lang["taxes_rounding_code"] = "";
|
||||
$lang["taxes_sales_tax"] = "";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "";
|
||||
$lang["taxes_successful_deleted"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
$lang["taxes_tax_code_successful_updated"] = "";
|
||||
$lang["taxes_tax_code_successful_updating"] = "";
|
||||
$lang["taxes_tax_code_successfully_added"] = "";
|
||||
$lang["taxes_tax_code_type"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
$lang["taxes_update"] = "";
|
||||
$lang["taxes_vat_tax"] = "";
|
||||
<?php
|
||||
$lang["taxes_add_exception"] = "Ajouter une exception";
|
||||
$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_error_adding_updating"] = "L'ajout ou la mise à jour du code fiscal a échoué.";
|
||||
$lang["taxes_new"] = "Nouveau code fiscal";
|
||||
$lang["taxes_no_taxes_to_display"] = "Aucun code d'impôts disponible à afficher.";
|
||||
$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_sales_tax"] = "Taxe de vente";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "Taxe de vente par facture";
|
||||
$lang["taxes_successful_deleted"] = "Vous avez supprimé avec succès";
|
||||
$lang["taxes_tax_category"] = "Catégorie fiscale";
|
||||
$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_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_tax_code_successfully_added"] = "Vous avez ajouté avec succès";
|
||||
$lang["taxes_tax_code_type"] = "Type de code fiscal";
|
||||
$lang["taxes_tax_rate"] = "Taux d'imposition";
|
||||
$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_update"] = "Reactualiser la taxe sur les ventes";
|
||||
$lang["taxes_vat_tax"] = "Taxe sur la VAT";
|
||||
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_mailpath"] = "Path to Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Telefon tvrtke je potreban";
|
||||
$lang["config_print_bottom_margin"] = "Doljnja margina";
|
||||
$lang["config_print_bottom_margin_number"] = "Doljnja margina mora biti broj";
|
||||
$lang["config_print_bottom_margin_required"] = "Doljnja margina je potrebna";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Prikazati podnožje u pregledniku";
|
||||
$lang["config_print_header"] = "Prikazati zaglavlje u pregledniku";
|
||||
$lang["config_print_left_margin"] = "Lijeva margina";
|
||||
$lang["config_print_left_margin_number"] = "Lijeva margina mora biti broj";
|
||||
$lang["config_print_left_margin_required"] = "Lijeva margina je obavezna";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Desna margina";
|
||||
$lang["config_print_right_margin_number"] = "Desna margina mora biti broj";
|
||||
$lang["config_print_right_margin_required"] = "Desna margina je potrebna";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Gornja margina";
|
||||
$lang["config_print_top_margin_number"] = "Gornja margina mora biti broj";
|
||||
$lang["config_print_top_margin_required"] = "Gornja margina je obavezna";
|
||||
$lang["config_quantity_decimals"] = "Decimalne količine";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Priznanica";
|
||||
$lang["config_receipt_configuration"] = "Postavke štamapnja";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Ne može se obrisati odabranog kupca, je
|
||||
$lang["customers_company_name"] = "Naziv tvrtke";
|
||||
$lang["customers_confirm_delete"] = "Želite li obrisati odabranog kupca?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Kupac";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Greška kod dodavanja/ažuriranja kupca";
|
||||
$lang["customers_excel_import_failed"] = "Greška kod uvoza iz Excel-a";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Zbrojni izvještaj po kategorijama
|
||||
$lang["reports_category"] = "Kategorija";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Porezi";
|
||||
$lang["reports_taxes_summary_report"] = "Zbrojni izvještaj po porezima";
|
||||
$lang["reports_total"] = "Ukupno";
|
||||
$lang["reports_total_inventory_value"] = "Ukupan iznos inventure";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Tip";
|
||||
$lang["reports_unit_price"] = "Jedinična cijena";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "Nula i manje";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $lang["sales_customer_discount"] = "Discount";
|
||||
$lang["sales_customer_email"] = "e-mail kupca";
|
||||
$lang["sales_customer_location"] = "Mjesto kupca";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Datum prodaje";
|
||||
$lang["sales_date_range"] = "Period";
|
||||
@@ -106,6 +108,7 @@ $lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "Račun";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "Račun br.";
|
||||
$lang["sales_receipt_sent"] = "Račun poslana";
|
||||
$lang["sales_receipt_unsent"] = "Račun nije poslana";
|
||||
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email beállítás";
|
||||
$lang["config_email_mailpath"] = "Sendmail elérési út";
|
||||
$lang["config_email_protocol"] = "Protokoll";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Szerver";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP időtúllépést (mp)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Cég telefonszáma kötelező mező";
|
||||
$lang["config_print_bottom_margin"] = "Alsó margó";
|
||||
$lang["config_print_bottom_margin_number"] = "The default bottom margin must be a number";
|
||||
$lang["config_print_bottom_margin_required"] = "The default bottom margin is a required field";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Print Browser Footer";
|
||||
$lang["config_print_header"] = "Print Browser Header";
|
||||
$lang["config_print_left_margin"] = "Bal margó";
|
||||
$lang["config_print_left_margin_number"] = "The default left margin must be a number";
|
||||
$lang["config_print_left_margin_required"] = "The default left margin is a required field";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Jobb margó";
|
||||
$lang["config_print_right_margin_number"] = "The default right margin must be a number";
|
||||
$lang["config_print_right_margin_required"] = "The default right margin is a required field";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Felső margó";
|
||||
$lang["config_print_top_margin_number"] = "The default top margin must be a number";
|
||||
$lang["config_print_top_margin_required"] = "The default top margin is a required field";
|
||||
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Nyugta";
|
||||
$lang["config_receipt_configuration"] = "Nyomtatási beállitások";
|
||||
$lang["config_receipt_default"] = "Alapértelmezett";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Nem lehet törölni a kiválasztott vev
|
||||
$lang["customers_company_name"] = "Cég neve.";
|
||||
$lang["customers_confirm_delete"] = "Biztos törölni kívánja a kiválasztott vevőket?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Vevő";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Kedvezmény";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Hiba a vásárló modosításánál/hozzáadásánál";
|
||||
$lang["customers_excel_import_failed"] = "Excel import sikertelen";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "A feltöltött fájlban nincs adat, vagy rossz formátum.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Kategóriák összegző riport";
|
||||
$lang["reports_category"] = "Kategória";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Adók";
|
||||
$lang["reports_taxes_summary_report"] = "Adók összegző riport";
|
||||
$lang["reports_total"] = "Összesen";
|
||||
$lang["reports_total_inventory_value"] = "Total Inventory Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Típus";
|
||||
$lang["reports_unit_price"] = "Kisker. ár";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "Nulla és kevesebb";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $lang["sales_customer_discount"] = "Discount";
|
||||
$lang["sales_customer_email"] = "Vevő e-mail";
|
||||
$lang["sales_customer_location"] = "Vevő hely";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Eladás dátuma";
|
||||
$lang["sales_date_range"] = "Dátum range";
|
||||
@@ -106,6 +108,7 @@ $lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "Eladási nyugta";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "Értékesítési #";
|
||||
$lang["sales_receipt_sent"] = "Nyugta elküldve";
|
||||
$lang["sales_receipt_unsent"] = "Nyugta sikertelen küldése";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["common_address_1"] = "Alamat 1";
|
||||
$lang["common_address_2"] = "Alamat 2";
|
||||
$lang["common_city"] = "Kota";
|
||||
@@ -51,15 +50,15 @@ $lang["common_price"] = "Harga";
|
||||
$lang["common_print"] = "Cetak";
|
||||
$lang["common_remove"] = "Hapus";
|
||||
$lang["common_required"] = "Diperlukan";
|
||||
$lang["common_restore"] = "";
|
||||
$lang["common_restore"] = "Kembalikan";
|
||||
$lang["common_return_policy"] = "Kebijakan Retur";
|
||||
$lang["common_search"] = "Cari";
|
||||
$lang["common_search_options"] = "Pilihan pencarian";
|
||||
$lang["common_searched_for"] = "Mencari untuk";
|
||||
$lang["common_state"] = "Provinsi";
|
||||
$lang["common_submit"] = "Kirim";
|
||||
$lang["common_total_spent"] = "";
|
||||
$lang["common_unknown"] = "";
|
||||
$lang["common_total_spent"] = "Total";
|
||||
$lang["common_unknown"] = "Tidak diketahui";
|
||||
$lang["common_view_recent_sales"] = "Lihat Penjualan Terkini";
|
||||
$lang["common_website"] = "Situs";
|
||||
$lang["common_welcome"] = "Selamat Datang";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["config_address"] = "Alamat Perusahaan";
|
||||
$lang["config_address_required"] = "Alamat Perusahaan wajib diisi";
|
||||
$lang["config_allow_duplicate_barcodes"] = "";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Ijinkan kode batang ganda";
|
||||
$lang["config_apostrophe"] = "apostrop";
|
||||
$lang["config_backup_button"] = "Cadangan";
|
||||
$lang["config_backup_database"] = "Cadangkan basis data";
|
||||
@@ -12,7 +11,7 @@ $lang["config_barcode_configuration"] = "Konfigurasi kode batang";
|
||||
$lang["config_barcode_content"] = "Isi kode batang";
|
||||
$lang["config_barcode_first_row"] = "Baris 1";
|
||||
$lang["config_barcode_font"] = "Fonta";
|
||||
$lang["config_barcode_formats"] = "";
|
||||
$lang["config_barcode_formats"] = "Format masukan";
|
||||
$lang["config_barcode_generate_if_empty"] = "Buatkan kode batang otomatis jika kosong";
|
||||
$lang["config_barcode_height"] = "Tinggi (px)";
|
||||
$lang["config_barcode_id"] = "Item Id/Nama";
|
||||
@@ -26,7 +25,7 @@ $lang["config_barcode_page_width"] = "Lebar halaman";
|
||||
$lang["config_barcode_price"] = "Harga";
|
||||
$lang["config_barcode_second_row"] = "Baris 2";
|
||||
$lang["config_barcode_third_row"] = "Baris 3";
|
||||
$lang["config_barcode_tooltip"] = "";
|
||||
$lang["config_barcode_tooltip"] = "Peringatan: Fitur ini meyebabkan item duplikat dapat diimpor atau dibuat. Jangan gunakan jika Anda tidak ingin menggandakan kode batang.";
|
||||
$lang["config_barcode_type"] = "Jenis kode batang";
|
||||
$lang["config_barcode_width"] = "Lebar (px)";
|
||||
$lang["config_bottom"] = "Bawah";
|
||||
@@ -100,12 +99,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Konfigurasi Email";
|
||||
$lang["config_email_mailpath"] = "Direktori untuk Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "Enkripsi SMTP";
|
||||
$lang["config_email_smtp_host"] = "Server SMTP";
|
||||
$lang["config_email_smtp_pass"] = "Kata Sandi SMTP";
|
||||
$lang["config_email_smtp_port"] = "Port SMTP";
|
||||
$lang["config_email_smtp_timeout"] = "Masa Aktif SMTP";
|
||||
$lang["config_email_smtp_user"] = "Nama Pengguna SMTP";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
@@ -188,11 +193,18 @@ $lang["config_phone_required"] = "Telepon Perusahaan wajib diisi";
|
||||
$lang["config_print_bottom_margin"] = "Margin Bawah";
|
||||
$lang["config_print_bottom_margin_number"] = "Default margin bawah harus angka";
|
||||
$lang["config_print_bottom_margin_required"] = "Default margin Bawah harus di isi";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Mencetak Footer Browser";
|
||||
$lang["config_print_header"] = "Mencetak Browser Header";
|
||||
$lang["config_print_left_margin"] = "Marjin Kiri";
|
||||
$lang["config_print_left_margin_number"] = "Marjin kiri harus berupa angka";
|
||||
$lang["config_print_left_margin_required"] = "Margin kiri wajib di isi";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Marjin kanan";
|
||||
$lang["config_print_right_margin_number"] = "Margin kiri harus berupa angka";
|
||||
$lang["config_print_right_margin_required"] = "Margin kanan wajib di isi";
|
||||
@@ -201,6 +213,7 @@ $lang["config_print_top_margin"] = "Marjin atas";
|
||||
$lang["config_print_top_margin_number"] = "Nilai margin atas harus di isi angka";
|
||||
$lang["config_print_top_margin_required"] = "Margin atas wajib di isi";
|
||||
$lang["config_quantity_decimals"] = "Desimal untuk Jumlah";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Struk Penerimaan";
|
||||
$lang["config_receipt_configuration"] = "Struk Print Settings";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Pelanggan terpilih tidak bisa dihapus. s
|
||||
$lang["customers_company_name"] = "Perusahaan";
|
||||
$lang["customers_confirm_delete"] = "Apakah Anda yakin ingin menghapus pelanggan yang dipilih?";
|
||||
$lang["customers_confirm_restore"] = "Anda yakin akan mengembalikan pelanggan terpilih?";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Pelanggan";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Diskon";
|
||||
$lang["customers_email_duplicate"] = "Alamat email telah digunakan";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "Kesalahan ketika menambah atau memperbaharui pelanggan";
|
||||
$lang["customers_excel_import_failed"] = "Impor dari Excel tidak berhasil dilakukan";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Berkas yang Anda unggah tidak berisi data atau salah format";
|
||||
|
||||
@@ -1,30 +1,29 @@
|
||||
<?php
|
||||
|
||||
$lang["module_both"] = "";
|
||||
<?php
|
||||
$lang["module_both"] = "Keduanya";
|
||||
$lang["module_config"] = "Konfigurasi";
|
||||
$lang["module_config_desc"] = "Ubah Konfigurasi Toko";
|
||||
$lang["module_customers"] = "Pelanggan";
|
||||
$lang["module_customers_desc"] = "Tambah, Rubah, Hapus, dan Cari Pelanggan ";
|
||||
$lang["module_employees"] = "Karyawan";
|
||||
$lang["module_employees_desc"] = "Tambah, Rubah, Hapus, dan Cari Karyawan";
|
||||
$lang["module_expenses"] = "";
|
||||
$lang["module_expenses_categories"] = "";
|
||||
$lang["module_expenses_categories_desc"] = "";
|
||||
$lang["module_expenses_desc"] = "";
|
||||
$lang["module_expenses"] = "Biaya";
|
||||
$lang["module_expenses_categories"] = "Kategori Biaya";
|
||||
$lang["module_expenses_categories_desc"] = "Tambah, Edit, dan Hapus Kategori Biaya.";
|
||||
$lang["module_expenses_desc"] = "Tambah, Edit, Hapus dan Cari Biaya";
|
||||
$lang["module_giftcards"] = "Gift Card";
|
||||
$lang["module_giftcards_desc"] = "Tambah, Rubah, Hapus dan Cari Gift Card";
|
||||
$lang["module_home"] = "Beranda";
|
||||
$lang["module_home_desc"] = "";
|
||||
$lang["module_home_desc"] = "Daftar modul menu Beranda.";
|
||||
$lang["module_item_kits"] = "Item Paket";
|
||||
$lang["module_item_kits_desc"] = "Tambah, Rubah, Hapus dan Cari Item Paket";
|
||||
$lang["module_items"] = "Item Barang";
|
||||
$lang["module_items_desc"] = "Tambah, Rubah, Hapus, dan Cari Item Barang";
|
||||
$lang["module_messages"] = "Messages";
|
||||
$lang["module_messages_desc"] = "Send Messages to Customers, Suppliers, Employees et al.";
|
||||
$lang["module_migrate"] = "";
|
||||
$lang["module_migrate_desc"] = "";
|
||||
$lang["module_office"] = "";
|
||||
$lang["module_office_desc"] = "";
|
||||
$lang["module_migrate"] = "Migrasi";
|
||||
$lang["module_migrate_desc"] = "Perbaharui basis data OSPOS.";
|
||||
$lang["module_office"] = "Kantor";
|
||||
$lang["module_office_desc"] = "Daftar modul menu Kantor.";
|
||||
$lang["module_receivings"] = "Penerimaan";
|
||||
$lang["module_receivings_desc"] = "Proses Order Penerimaan Barang Masuk";
|
||||
$lang["module_reports"] = "Laporan";
|
||||
@@ -33,5 +32,5 @@ $lang["module_sales"] = "Penjualan";
|
||||
$lang["module_sales_desc"] = "Proses Penjualan dan Retur";
|
||||
$lang["module_suppliers"] = "Pemasok";
|
||||
$lang["module_suppliers_desc"] = "Tambah, Rubah, Hapus, dan Cari Pemasok";
|
||||
$lang["module_taxes"] = "";
|
||||
$lang["module_taxes"] = "Pajak";
|
||||
$lang["module_taxes_desc"] = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Laporan Ringkasan Kategori";
|
||||
$lang["reports_category"] = "Kategori";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "Pajak";
|
||||
$lang["reports_taxes_summary_report"] = "Laporan Ringkasan Pajak";
|
||||
$lang["reports_total"] = "Total";
|
||||
$lang["reports_total_inventory_value"] = "Total Nilai Persediaan";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "Tipe";
|
||||
$lang["reports_unit_price"] = "Harga Jual";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "Stok habis dan minus";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -1,161 +1,163 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["customers_available_points"] = "Poin yg tersedia";
|
||||
$lang["rewards_package"] = "";
|
||||
$lang["rewards_remaining_balance"] = "";
|
||||
$lang["rewards_package"] = "Penghargaan";
|
||||
$lang["rewards_remaining_balance"] = "Poin penghargaan tersisa ";
|
||||
$lang["sales_add_payment"] = "TERIMA";
|
||||
$lang["sales_amount_due"] = "Kembalian Uang";
|
||||
$lang["sales_amount_tendered"] = "Nilai Pembayaran";
|
||||
$lang["sales_cancel_sale"] = "Batal Jual";
|
||||
$lang["sales_cash"] = "Tunai";
|
||||
$lang["sales_cash_deposit"] = "";
|
||||
$lang["sales_cash_deposit"] = "Deposit Tunai";
|
||||
$lang["sales_cash_filter"] = "Kontan";
|
||||
$lang["sales_change_due"] = "Kembalian Uang";
|
||||
$lang["sales_check"] = "Cek";
|
||||
$lang["sales_check_balance"] = "Aktifkan pengingat";
|
||||
$lang["sales_check_filter"] = "";
|
||||
$lang["sales_check_filter"] = "Cek";
|
||||
$lang["sales_comment"] = "Catatan";
|
||||
$lang["sales_comments"] = "Keterangan";
|
||||
$lang["sales_complete_sale"] = "Entri penjualan";
|
||||
$lang["sales_confirm_cancel_sale"] = "Anda yakin ingin membatalkan transaksi penjualan ini? Semua item akan dihapus.";
|
||||
$lang["sales_confirm_delete"] = "Anda yakin akan menghapus penjualan terpilih?";
|
||||
$lang["sales_confirm_restore"] = "";
|
||||
$lang["sales_confirm_restore"] = "Anda yakin akan mengembalikan penjualan terpilih?";
|
||||
$lang["sales_credit"] = "Kartu Credit";
|
||||
$lang["sales_credit_deposit"] = "";
|
||||
$lang["sales_credit_deposit"] = "Deposit Kredit";
|
||||
$lang["sales_customer"] = "Pelanggan";
|
||||
$lang["sales_customer_address"] = "Customer Address";
|
||||
$lang["sales_customer_discount"] = "Diskon";
|
||||
$lang["sales_customer_email"] = "Customer Email";
|
||||
$lang["sales_customer_location"] = "Customer Location";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_mailchimp_status"] = "Status Mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Opsional)";
|
||||
$lang["sales_customer_required"] = "(Dibutuhkan)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Tanggal";
|
||||
$lang["sales_date_range"] = "Rentang Tanggal";
|
||||
$lang["sales_date_required"] = "Permintaan Data";
|
||||
$lang["sales_date_type"] = "Jenis Data";
|
||||
$lang["sales_date_required"] = "Masukkan tanggal yang benar.";
|
||||
$lang["sales_date_type"] = "Tanggal tidak boleh kosong.";
|
||||
$lang["sales_debit"] = "Kartu Debit";
|
||||
$lang["sales_delete"] = "";
|
||||
$lang["sales_delete_confirmation"] = "Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan";
|
||||
$lang["sales_delete"] = "Boleh dihapus";
|
||||
$lang["sales_delete_confirmation"] = "Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan.";
|
||||
$lang["sales_delete_entire_sale"] = "Hapus Transaksi Penjualan";
|
||||
$lang["sales_delete_successful"] = "Transaksi Penjualan berhasil dihapus";
|
||||
$lang["sales_delete_unsuccessful"] = "Transaksi Penjualan tidak berhasil dihapus";
|
||||
$lang["sales_delete_successful"] = "Transaksi Penjualan berhasil dihapus.";
|
||||
$lang["sales_delete_unsuccessful"] = "Transaksi Penjualan gagal dihapus.";
|
||||
$lang["sales_description_abbrv"] = "Deskripsi";
|
||||
$lang["sales_discard"] = "";
|
||||
$lang["sales_discard"] = "Buang";
|
||||
$lang["sales_discard_quote"] = "";
|
||||
$lang["sales_discount"] = "Diskon %";
|
||||
$lang["sales_discount_included"] = "% Diskon";
|
||||
$lang["sales_discount_short"] = "%";
|
||||
$lang["sales_due"] = "";
|
||||
$lang["sales_due_filter"] = "";
|
||||
$lang["sales_due"] = "Jatuh tempo";
|
||||
$lang["sales_due_filter"] = "Jatuh tempo";
|
||||
$lang["sales_edit"] = "Ubah";
|
||||
$lang["sales_edit_item"] = "Ubah Item";
|
||||
$lang["sales_edit_sale"] = "Ubah Penjualan";
|
||||
$lang["sales_email_receipt"] = "email Faktur";
|
||||
$lang["sales_employee"] = "Karyawan";
|
||||
$lang["sales_entry"] = "";
|
||||
$lang["sales_entry"] = "Entri";
|
||||
$lang["sales_error_editing_item"] = "mengubah item salah";
|
||||
$lang["sales_find_or_scan_item"] = "Cari/Scan Item";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "Cari/Scan Item ATAU Faktur";
|
||||
$lang["sales_giftcard"] = "Kupon Bonus";
|
||||
$lang["sales_giftcard_balance"] = "Nilai Kupon Bonus";
|
||||
$lang["sales_giftcard_number"] = "Nomor Gift Card";
|
||||
$lang["sales_group_by_category"] = "";
|
||||
$lang["sales_group_by_type"] = "";
|
||||
$lang["sales_group_by_category"] = "Dikelompokkan berdasarkan Kategori";
|
||||
$lang["sales_group_by_type"] = "Dikelompokkan berdasarkan Jenis";
|
||||
$lang["sales_id"] = "ID Penjualan";
|
||||
$lang["sales_include_prices"] = "";
|
||||
$lang["sales_include_prices"] = "Termasuk Harga?";
|
||||
$lang["sales_invoice"] = "Faktur";
|
||||
$lang["sales_invoice_confirm"] = "Faktur ini akan dikirim ke";
|
||||
$lang["sales_invoice_enable"] = "Buat Faktur";
|
||||
$lang["sales_invoice_filter"] = "Faktur";
|
||||
$lang["sales_invoice_no_email"] = "Pembeli ini tidak memiliki alamat email yang valid";
|
||||
$lang["sales_invoice_no_email"] = "Pelanggan ini tidak memiliki alamat email yang valid.";
|
||||
$lang["sales_invoice_number"] = "Nomor Nota";
|
||||
$lang["sales_invoice_number_duplicate"] = "Nomor Nota Double";
|
||||
$lang["sales_invoice_number_duplicate"] = "Nomor nota harus unik.";
|
||||
$lang["sales_invoice_sent"] = "Faktur dikirim kepada";
|
||||
$lang["sales_invoice_unsent"] = "Faktur gagal dikirim kepada";
|
||||
$lang["sales_invoice_update"] = "Menghitung ulang";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Stok Item tidak mencukupi";
|
||||
$lang["sales_item_name"] = "Nama Item ";
|
||||
$lang["sales_item_insufficient_of_stock"] = "Stok Item tidak mencukupi.";
|
||||
$lang["sales_item_name"] = "Nama Item";
|
||||
$lang["sales_item_number"] = "Barang #";
|
||||
$lang["sales_item_out_of_stock"] = "Item tidak ada stok";
|
||||
$lang["sales_item_out_of_stock"] = "Stok habis.";
|
||||
$lang["sales_mode"] = "Jenis Transaksi";
|
||||
$lang["sales_must_enter_numeric"] = "Nilai yang dimasukkan harus angka numerik";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Nomor Gift Card harus angka numerik";
|
||||
$lang["sales_must_enter_numeric"] = "Nilai yang dimasukkan harus berupa angka.";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "Nomor Gift Card harus berupa angka.";
|
||||
$lang["sales_new_customer"] = "Pelanggan Baru";
|
||||
$lang["sales_new_item"] = "Item Baru";
|
||||
$lang["sales_no_description"] = "Tidak ada";
|
||||
$lang["sales_no_filter"] = "Semua";
|
||||
$lang["sales_no_items_in_cart"] = "Tidak ada Item dalam Keranjang Belanja";
|
||||
$lang["sales_no_sales_to_display"] = "Tidak ada penjualan yang ditampilkan";
|
||||
$lang["sales_none_selected"] = "Anda belum memilih item untuk diubah";
|
||||
$lang["sales_not_authorized"] = "";
|
||||
$lang["sales_one_or_multiple"] = "";
|
||||
$lang["sales_no_items_in_cart"] = "Tidak ada Item dalam Keranjang Belanja.";
|
||||
$lang["sales_no_sales_to_display"] = "Tidak ada penjualan yang ditampilkan.";
|
||||
$lang["sales_none_selected"] = "Anda belum memilih Penjualan untuk dihapus.";
|
||||
$lang["sales_not_authorized"] = "Aksi ini tidak resmi.";
|
||||
$lang["sales_one_or_multiple"] = "Penjualan";
|
||||
$lang["sales_payment"] = "Type Pembayaran";
|
||||
$lang["sales_payment_amount"] = "Jumlah";
|
||||
$lang["sales_payment_not_cover_total"] = "Jumlah pembayaran tidak mencakup Total";
|
||||
$lang["sales_payment_not_cover_total"] = "Jumlah pembayaran harus lebih besar atau sama dengan Total.";
|
||||
$lang["sales_payment_type"] = "Jenis";
|
||||
$lang["sales_payments_total"] = "Total Pembayaran";
|
||||
$lang["sales_price"] = "Harga";
|
||||
$lang["sales_print_after_sale"] = "Cetak Faktur setelah penjualan";
|
||||
$lang["sales_quantity"] = "Jumlah.";
|
||||
$lang["sales_quantity"] = "Jumlah";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "Peringatan!... Stok Inventori Kosong.";
|
||||
$lang["sales_quantity_less_than_zero"] = "Peringatan!... Stok Inventori Kosong. Proses penjualan masih dapat dilanjutkan, Periksa Inventori.";
|
||||
$lang["sales_quantity_of_items"] = "";
|
||||
$lang["sales_quantity_of_items"] = "Jumlah dari %1 item";
|
||||
$lang["sales_quote"] = "";
|
||||
$lang["sales_quote_number"] = "";
|
||||
$lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "Faktur Penjualan";
|
||||
$lang["sales_receipt_no_email"] = "Pembeli ini tidak memiliki surel yang valid.";
|
||||
$lang["sales_receipt_number"] = "POS #";
|
||||
$lang["sales_receipt_sent"] = "Nota dikirim ke";
|
||||
$lang["sales_receipt_unsent"] = "Noto gagal dikirim kepada";
|
||||
$lang["sales_register"] = "Transaksi Penjualan";
|
||||
$lang["sales_remove_customer"] = "Hapus Pelanggan";
|
||||
$lang["sales_return"] = "Retur";
|
||||
$lang["sales_rewards"] = "";
|
||||
$lang["sales_rewards_balance"] = "";
|
||||
$lang["sales_rewards"] = "Poin Penghargaan";
|
||||
$lang["sales_rewards_balance"] = "Jumlah Poin Penghargaan";
|
||||
$lang["sales_sale"] = "Penjualan";
|
||||
$lang["sales_sale_by_invoice"] = "";
|
||||
$lang["sales_sale_by_invoice"] = "Penjualan berdasarkan Faktur";
|
||||
$lang["sales_sale_for_customer"] = "Pelanggan:";
|
||||
$lang["sales_sale_time"] = "Waktu";
|
||||
$lang["sales_sales_tax"] = "";
|
||||
$lang["sales_select_customer"] = "Pilih Pelanggan (Opsional)";
|
||||
$lang["sales_sales_tax"] = "Pajak Penjualan";
|
||||
$lang["sales_select_customer"] = "Pilih Pelanggan";
|
||||
$lang["sales_send_invoice"] = "Kirim Faktur";
|
||||
$lang["sales_send_quote"] = "";
|
||||
$lang["sales_send_receipt"] = "Kirim Nota";
|
||||
$lang["sales_send_work_order"] = "";
|
||||
$lang["sales_send_work_order"] = "Kirim Order Kerja";
|
||||
$lang["sales_serial"] = "Seri";
|
||||
$lang["sales_show_invoice"] = "Tampilkan Faktur";
|
||||
$lang["sales_show_receipt"] = "Tampilkan Nota";
|
||||
$lang["sales_start_typing_customer_name"] = "Ketik Nama Pelanggan...";
|
||||
$lang["sales_start_typing_item_name"] = "Ketik Nama Barang atau Scan Barcode...";
|
||||
$lang["sales_stock"] = "";
|
||||
$lang["sales_stock"] = "Stok";
|
||||
$lang["sales_stock_location"] = "Lokasi Stock";
|
||||
$lang["sales_sub_total"] = "Sub-total";
|
||||
$lang["sales_successfully_deleted"] = "Transaksi Penjualan berhasil dihapus";
|
||||
$lang["sales_successfully_restored"] = "";
|
||||
$lang["sales_successfully_suspended_sale"] = "Penjualan anda telah berhasil ditangguhkan";
|
||||
$lang["sales_successfully_updated"] = "Penjualan berhasil diperbarui";
|
||||
$lang["sales_successfully_restored"] = "Berhasil dikembalikan";
|
||||
$lang["sales_successfully_suspended_sale"] = "Penjualan berhasil ditangguhkan.";
|
||||
$lang["sales_successfully_updated"] = "Penjualan berhasil diperbarui.";
|
||||
$lang["sales_suspend_sale"] = "Tangguhkan";
|
||||
$lang["sales_suspended_doc_id"] = "";
|
||||
$lang["sales_suspended_doc_id"] = "Dokumen";
|
||||
$lang["sales_suspended_sale_id"] = "ID Penjualan ditangguhkan";
|
||||
$lang["sales_suspended_sales"] = "Penangguhan";
|
||||
$lang["sales_table"] = "";
|
||||
$lang["sales_table"] = "Meja";
|
||||
$lang["sales_takings"] = "Ambil Alih";
|
||||
$lang["sales_tax"] = "Pajak";
|
||||
$lang["sales_tax_percent"] = "Pajak %";
|
||||
$lang["sales_total"] = "Total";
|
||||
$lang["sales_total_tax_exclusive"] = "Tidak termasuk pajak";
|
||||
$lang["sales_transaction_failed"] = "Transaksi Penjualan Salah";
|
||||
$lang["sales_transaction_failed"] = "Transaksi Penjualan gagal.";
|
||||
$lang["sales_unable_to_add_item"] = "Tidak dapat menambahkan item dengan penjualan";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Transaksi Penjualan tidak berhasil dihapus";
|
||||
$lang["sales_unsuccessfully_restored"] = "";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Penjualan anda telah berhasil ditangguhkan";
|
||||
$lang["sales_unsuccessfully_updated"] = "Penjualan tidak berhasil diperbarui";
|
||||
$lang["sales_unsuccessfully_deleted"] = "Transaksi Penjualan gagal dihapus.";
|
||||
$lang["sales_unsuccessfully_restored"] = "Transaksi Penjualan gagal dikembalikan.";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "Transaksi penjualan gagal ditangguhkan.";
|
||||
$lang["sales_unsuccessfully_updated"] = "Transaksi Penjualan gagal diperbaharui.";
|
||||
$lang["sales_unsuspend"] = "Batal Penangguhan";
|
||||
$lang["sales_unsuspend_and_delete"] = "Batalkan dan hapus penangguhan";
|
||||
$lang["sales_update"] = "Ubah";
|
||||
$lang["sales_work_order"] = "";
|
||||
$lang["sales_work_order"] = "Order Kerja";
|
||||
$lang["sales_work_order_number"] = "";
|
||||
$lang["sales_work_order_number_duplicate"] = "";
|
||||
$lang["sales_work_order_sent"] = "";
|
||||
|
||||
@@ -5,7 +5,7 @@ $lang["config_address_required"] = "Il campo Indirizzo Azienda è obbligatorio."
|
||||
$lang["config_allow_duplicate_barcodes"] = "Permetti Codice a Barre duplicati";
|
||||
$lang["config_apostrophe"] = "apostrofo";
|
||||
$lang["config_backup_button"] = "Backup";
|
||||
$lang["config_backup_database"] = "Database Backup";
|
||||
$lang["config_backup_database"] = "Backup del Database";
|
||||
$lang["config_barcode"] = "Codici a Barre";
|
||||
$lang["config_barcode_company"] = "Nome Azienda";
|
||||
$lang["config_barcode_configuration"] = "Configurazione Codici a Barre";
|
||||
@@ -26,7 +26,7 @@ $lang["config_barcode_page_width"] = "Mostra larghezza pagina";
|
||||
$lang["config_barcode_price"] = "Prezzo";
|
||||
$lang["config_barcode_second_row"] = "Riga 2";
|
||||
$lang["config_barcode_third_row"] = "Riga 3";
|
||||
$lang["config_barcode_tooltip"] = "Attenzione: Questa funzionalità può causare la duplicazione dei prodotti da essere importati o creati. Non usarla se non vuoi barcode duplicati.";
|
||||
$lang["config_barcode_tooltip"] = "Attenzione: Questa funzionalità può causare la duplicazione dei prodotti da essere importati o creati. Non usarla se non vuoi codi a barra duplicati.";
|
||||
$lang["config_barcode_type"] = "Tipo Codice a Barre";
|
||||
$lang["config_barcode_width"] = "Larghezza (px)";
|
||||
$lang["config_bottom"] = "Parte inferiore";
|
||||
@@ -97,29 +97,35 @@ $lang["config_dinner_table_invalid_chars"] = "Nome Tavolo non può contenere '_'
|
||||
$lang["config_dinner_table_required"] = "Tavolo è un campo obbligatorio.";
|
||||
$lang["config_dot"] = "punto";
|
||||
$lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_configuration"] = "Configurazione Email";
|
||||
$lang["config_email_mailpath"] = "Percorso per Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "Checkbox email ricevuta";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "Sempre selezionato";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "Ricorda l'ultima selezione";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "Sempre non selezionato";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Porta";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "Rispetta privacy";
|
||||
$lang["config_enforce_privacy_tooltip"] = "Rispetta la privacy dei tuoi clienti annullando i loro dati se cancellati";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Data Inizio Anno Fiscale";
|
||||
$lang["config_financial_year_apr"] = "1st of April";
|
||||
$lang["config_financial_year_aug"] = "1st of August";
|
||||
$lang["config_financial_year_dec"] = "1st of December";
|
||||
$lang["config_financial_year_feb"] = "1st of February";
|
||||
$lang["config_financial_year_jan"] = "1st of January";
|
||||
$lang["config_financial_year_jul"] = "1st of July";
|
||||
$lang["config_financial_year_jun"] = "1st of June";
|
||||
$lang["config_financial_year_mar"] = "1st of March";
|
||||
$lang["config_financial_year_may"] = "1st of May";
|
||||
$lang["config_financial_year_nov"] = "1st of November";
|
||||
$lang["config_financial_year_oct"] = "1st of October";
|
||||
$lang["config_financial_year_sep"] = "1st of September";
|
||||
$lang["config_financial_year_apr"] = "1mo di Aprile";
|
||||
$lang["config_financial_year_aug"] = "1mo di Agosto";
|
||||
$lang["config_financial_year_dec"] = "1mo di Dicembre";
|
||||
$lang["config_financial_year_feb"] = "1mo di Febbraio";
|
||||
$lang["config_financial_year_jan"] = "1mo di Gennaio";
|
||||
$lang["config_financial_year_jul"] = "1mo di Luglio";
|
||||
$lang["config_financial_year_jun"] = "1mo di Giugno";
|
||||
$lang["config_financial_year_mar"] = "1mo di Marzo";
|
||||
$lang["config_financial_year_may"] = "1mo di Maggio";
|
||||
$lang["config_financial_year_nov"] = "1mo di Novembre";
|
||||
$lang["config_financial_year_oct"] = "1mo di Ottobre";
|
||||
$lang["config_financial_year_sep"] = "1mo di Settembre";
|
||||
$lang["config_gcaptcha_enable"] = "Login Page reCAPTCHA";
|
||||
$lang["config_gcaptcha_secret_key"] = "reCAPTCHA Secret Key";
|
||||
$lang["config_gcaptcha_secret_key_required"] = "reCAPTCHA Secret Key è un campo obbligatorio";
|
||||
@@ -139,7 +145,7 @@ $lang["config_invoice_default_comments"] = "Commenti Fattura di Default";
|
||||
$lang["config_invoice_email_message"] = "Template Email di Fattura";
|
||||
$lang["config_invoice_enable"] = "Abilita Fatturazione";
|
||||
$lang["config_invoice_printer"] = "Stampante per Fattura";
|
||||
$lang["config_jsprintsetup_required"] = "Attenzione: Questa funzionalità funzionerà solo se è instalato l'addon di FifeFox jsPrintSetup. Salvare ugualmente ?";
|
||||
$lang["config_jsprintsetup_required"] = "Attenzione: Questa funzionalità funzionerà solo se è installato l'addon di FifeFox jsPrintSetup. Salvare ugualmente ?";
|
||||
$lang["config_language"] = "Lingua";
|
||||
$lang["config_last_used_invoice_number"] = "Ultimo Numero Fattura usato";
|
||||
$lang["config_last_used_quote_number"] = "Ultimo Numero Preventivo usato";
|
||||
@@ -175,9 +181,9 @@ $lang["config_msg_src"] = "SMS-API Sender ID";
|
||||
$lang["config_msg_src_required"] = "SMS-API Sender ID è un campo obbligatorio";
|
||||
$lang["config_msg_uid"] = "SMS-API Username";
|
||||
$lang["config_msg_uid_required"] = "SMS-API Username è un campo obbligatorio";
|
||||
$lang["config_none"] = "none";
|
||||
$lang["config_none"] = "nessuno";
|
||||
$lang["config_notify_alignment"] = "Posizione Popup di Notifica";
|
||||
$lang["config_number_format"] = "Number Format";
|
||||
$lang["config_number_format"] = "Formato Numero";
|
||||
$lang["config_number_locale"] = "Localizzazione";
|
||||
$lang["config_number_locale_invalid"] = "La località inserita non è valida. Controlla il link nel tooltip per cercare una località valida.";
|
||||
$lang["config_number_locale_required"] = "Numero Località è un campo obbligatorio.";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Telefono Aziena è un campo obbligatorio.";
|
||||
$lang["config_print_bottom_margin"] = "Margine Inferiore";
|
||||
$lang["config_print_bottom_margin_number"] = "Margine Inferiore deve essere un numero.";
|
||||
$lang["config_print_bottom_margin_required"] = "Margine Inferiore è un campo richiesto.";
|
||||
$lang["config_print_delay_autoreturn"] = "Ritardo ritorno a Vendite";
|
||||
$lang["config_print_delay_autoreturn_number"] = "Ritardo è un campo obbligatorio.";
|
||||
$lang["config_print_delay_autoreturn_required"] = "Ritardo deve essere un numero.";
|
||||
$lang["config_print_footer"] = "Stampa Footer del Browser";
|
||||
$lang["config_print_header"] = "Stampa Intestazione del Browser";
|
||||
$lang["config_print_left_margin"] = "Margine sinistro";
|
||||
$lang["config_print_left_margin_number"] = "Margine sinistro deve essere un numero.";
|
||||
$lang["config_print_left_margin_required"] = "Margine Sinistro è un campo obbligatorio.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "Checkbox stampa scontrino";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "Sempre selezionato";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "Ricorda l'ultima selezione";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "Sempre non selezionato";
|
||||
$lang["config_print_right_margin"] = "Margine Destro";
|
||||
$lang["config_print_right_margin_number"] = "Margine Destro deve essere un numero.";
|
||||
$lang["config_print_right_margin_required"] = "Margine Destro è un campo obbligatorio.";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Margine Superiore";
|
||||
$lang["config_print_top_margin_number"] = "Margine Superiore deve essere un numero.";
|
||||
$lang["config_print_top_margin_required"] = "Margine Superiore è un campo obbligatorio.";
|
||||
$lang["config_quantity_decimals"] = "Decimali Quantità";
|
||||
$lang["config_quote_default_comments"] = "Commento di default Stime";
|
||||
$lang["config_receipt"] = "Scontrino";
|
||||
$lang["config_receipt_configuration"] = "Impostazioni di stampa Scontrino";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
@@ -243,12 +257,6 @@ $lang["config_table_configuration"] = "Configurazione Tavoli";
|
||||
$lang["config_takings_printer"] = "Stampa scontrino";
|
||||
$lang["config_tax"] = "Imposte";
|
||||
$lang["config_tax_category"] = "Categoria Imposta";
|
||||
$lang["config_tax_category_used"] = "Categoria Imposta non può essere eliminata perchè è in utilizzo.";
|
||||
$lang["config_tax_configuration"] = "Configurazione Imposte";
|
||||
$lang["config_tax_decimals"] = "Decimali Imposta";
|
||||
$lang["config_tax_included"] = "Imposte incluse";
|
||||
$lang["config_tax"] = "Imposte";
|
||||
$lang["config_tax_category"] = "Categoria Imposta";
|
||||
$lang["config_tax_category_duplicate"] = "Categoria tassa esistente.";
|
||||
$lang["config_tax_category_invalid_chars"] = "Categoria tassa non valida.";
|
||||
$lang["config_tax_category_required"] = "Categoria tassa richiesta.";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Non puoi eliminare i clienti selezionati
|
||||
$lang["customers_company_name"] = "Compagnia";
|
||||
$lang["customers_confirm_delete"] = "Sei sicuro di voler eliminare i clienti selezionati?";
|
||||
$lang["customers_confirm_restore"] = "Sei sicuro di voler ripristinare i clienti selezionati?";
|
||||
$lang["customers_consent"] = "Consenso trattamento dati";
|
||||
$lang["customers_consent_required"] = "Consenso è un campo obbligatorio.";
|
||||
$lang["customers_customer"] = "Clienti";
|
||||
$lang["customers_date"] = "Data";
|
||||
$lang["customers_discount"] = "Sconto";
|
||||
$lang["customers_email_duplicate"] = "L'indirizzo mail è già presente nel database.";
|
||||
$lang["customers_employee"] = "Impiegato";
|
||||
$lang["customers_error_adding_updating"] = "Aggiunta o modifica clienti Fallita.";
|
||||
$lang["customers_excel_import_failed"] = "Importazione Excel fallita";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Il file caricato non ha dati o non è formattato correttamente.";
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$lang["expenses_add_item"] = "Aggiungi Spesa";
|
||||
$lang["expenses_amount"] = "Importo";
|
||||
$lang["expenses_amount_number"] = "Importo deve essere un numero";
|
||||
$lang["expenses_amount_required"] = "Expense Amount required";
|
||||
$lang["expenses_amount_required"] = "Ammontare Spesa richiesto";
|
||||
$lang["expenses_by_category"] = "Categoria";
|
||||
$lang["expenses_cannot_be_deleted"] = "Non puoi eliminare la Categoria Spesa/e";
|
||||
$lang["expenses_cash"] = "Contanti";
|
||||
@@ -28,12 +28,6 @@ $lang["expenses_employee"] = "Creata da";
|
||||
$lang["expenses_error_adding_updating"] = "Errore aggiunta/aggiornamento Spesa";
|
||||
$lang["expenses_expense_id"] = "Id";
|
||||
$lang["expenses_expenses_employee"] = "Impiegato";
|
||||
$lang["expenses_date"] = "Data";
|
||||
$lang["expenses_amount"] = "Importo";
|
||||
$lang["expenses_tax_amount"] = "Imposte";
|
||||
$lang["expenses_supplier_name"] = "Fornitore";
|
||||
$lang["expenses_supplier_tax_code"] = "Codice Imposta";
|
||||
$lang["expenses_categories_name"] = "Categoria";
|
||||
$lang["expenses_info"] = "Spesa Info";
|
||||
$lang["expenses_is_deleted"] = "Eliminato";
|
||||
$lang["expenses_name_required"] = "Nome Spesa obbligatorio";
|
||||
@@ -49,24 +43,3 @@ $lang["expenses_supplier_name"] = "Fornitore";
|
||||
$lang["expenses_supplier_tax_code"] = "Codice Imposta";
|
||||
$lang["expenses_tax_amount"] = "Imposte";
|
||||
$lang["expenses_update"] = "Aggiornamento spesa";
|
||||
$lang["expenses_name_required"] = "Nome Spesa obbligatorio";
|
||||
$lang["expenses_amount_required"] = "Expense Amount required";
|
||||
$lang["expenses_employee"] = "Creata da";
|
||||
$lang["expenses_amount_number"] = "Importo deve essere un numero";
|
||||
$lang["expenses_amount_required"] = "Expense Amount required";
|
||||
$lang["expenses_date_number"] = "Data deve essere un numero";
|
||||
$lang["expenses_date_required"] = "Data è un campo obbligatorio";
|
||||
$lang["expenses_category_required"] = "Categoria è un campo obbligatorio";
|
||||
$lang["expenses_by_category"] = "Categoria";
|
||||
$lang["expenses_payment"] = "Tipo di Pagamento";
|
||||
$lang["expenses_debit"] = "Carta di Debito";
|
||||
$lang["expenses_debit_filter"] = "Carta di Debito";
|
||||
$lang["expenses_credit"] = "Carta di Credito";
|
||||
$lang["expenses_credit_filter"] = "Carta di Credito";
|
||||
$lang["expenses_cash"] = "Contanti";
|
||||
$lang["expenses_cash_filter"] = "Contanti";
|
||||
$lang["expenses_check"] = "Controlla";
|
||||
$lang["expenses_check_filter"] = "Controlla";
|
||||
$lang["expenses_due"] = "Dovuto";
|
||||
$lang["expenses_due_filter"] = "Dovuto";
|
||||
$lang["expenses_is_deleted"] = "Eliminato";
|
||||
|
||||
@@ -14,8 +14,6 @@ $lang["giftcards_change_all_to_serialized"] = "Cambia Tutti a serializzati";
|
||||
$lang["giftcards_change_all_to_unserialized"] = "Cambia Tutti a non-serializzati";
|
||||
$lang["giftcards_confirm_bulk_edit"] = "Sei sicuro che vuoi modificare la Carta Regalo selezionata?";
|
||||
$lang["giftcards_confirm_delete"] = "Sei sicuro che vuoi eliminare la Carta Regalo selezionata?";
|
||||
$lang["giftcards_confirm_bulk_edit"] = "Sei sicuro che vuoi modificare la Carta Regalo selezionata?";
|
||||
$lang["giftcards_confirm_delete"] = "Sei sicuro che vuoi eliminare la Carta Regalo selezionata?";
|
||||
$lang["giftcards_confirm_restore"] = "Sei sicuro di voler ripristinare le Carte Regalo selezionate?";
|
||||
$lang["giftcards_cost_price"] = "Prezzo Ingrosso";
|
||||
$lang["giftcards_count"] = "Aggiorna Inventario";
|
||||
|
||||
@@ -2,20 +2,7 @@
|
||||
|
||||
$lang["module_both"] = "Entrambi";
|
||||
$lang["module_config"] = "Configurazione";
|
||||
$lang["module_config_desc"] = "Modifica Configurazione OSPOS";
|
||||
$lang["module_customers"] = "Clienti";
|
||||
$lang["module_customers_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Clienti.";
|
||||
$lang["module_employees"] = "Impiegati";
|
||||
$lang["module_employees_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Impiegati.";
|
||||
$lang["module_expenses"] = "Spese";
|
||||
$lang["module_expenses_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Spese.";
|
||||
$lang["module_expenses_categories"] = "Categorie di Spesa";
|
||||
$lang["module_expenses_categories_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Categorie di Spesa.";
|
||||
$lang["module_giftcards"] = "Carte Regalo";
|
||||
$lang["module_giftcards_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Carte Regalo.";
|
||||
$lang["module_both"] = "Entrambi";
|
||||
$lang["module_config"] = "Configurazione";
|
||||
$lang["module_config_desc"] = "Modifica Configurazione OSPOS";
|
||||
$lang["module_config_desc"] = "Modifica Configurazione OSPOS.";
|
||||
$lang["module_customers"] = "Clienti";
|
||||
$lang["module_customers_desc"] = "Aggiungi, Aggiorna, Modifica, e Ricerca Clienti.";
|
||||
$lang["module_employees"] = "Impiegati";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "Resoconto riassuntivo Categorie";
|
||||
$lang["reports_category"] = "Categoria";
|
||||
$lang["reports_code_canceled"] = "CNL";
|
||||
$lang["reports_code_invoice"] = "FATT";
|
||||
$lang["reports_code_pos"] = "POS";
|
||||
$lang["reports_code_quote"] = "PREV";
|
||||
$lang["reports_code_return"] = "RESO";
|
||||
$lang["reports_code_type"] = "Tipo";
|
||||
@@ -37,14 +38,11 @@ $lang["reports_earned"] = "Punti Acquisiti";
|
||||
$lang["reports_employee"] = "Impiegato";
|
||||
$lang["reports_employees"] = "Impiegati";
|
||||
$lang["reports_employees_summary_report"] = "Resoconto riassuntivo Impiegati";
|
||||
$lang["reports_employees_summary_report"] = "Resoconto riassuntivo Impiegati";
|
||||
$lang["reports_expenses"] = "Spese";
|
||||
$lang["reports_expenses_amount"] = "Importo";
|
||||
$lang["reports_expenses_categories"] = "Spese";
|
||||
$lang["reports_expenses_categories_summary_report"] = "Resoconto riassuntivo Categorie Spese";
|
||||
$lang["reports_expenses_category"] = "Categoria";
|
||||
$lang["reports_expenses_amount"] = "Importo";
|
||||
$lang["reports_expenses_tax_amount"] = "Imposte";
|
||||
$lang["reports_expenses_tax_amount"] = "Imposte";
|
||||
$lang["reports_expenses_total_amount"] = "Totale Importo";
|
||||
$lang["reports_expenses_total_tax_amount"] = "Totale Imposte";
|
||||
@@ -116,10 +114,10 @@ $lang["reports_taxes"] = "Imposte";
|
||||
$lang["reports_taxes_summary_report"] = "Resoconto Riassuntivo Imposte";
|
||||
$lang["reports_total"] = "Totale";
|
||||
$lang["reports_total_inventory_value"] = "Valore Inventario Totale";
|
||||
$lang["reports_total_quantity"] = "Quantità totale";
|
||||
$lang["reports_total_retail"] = "Totale Valore Vendita Inv.";
|
||||
$lang["reports_type"] = "Tipo";
|
||||
$lang["reports_unit_price"] = "Prezzo al dettaglio";
|
||||
$lang["reports_used"] = "Punti Usati";
|
||||
$lang["reports_work_orders"] = "Ordini di lavoro";
|
||||
$lang["reports_zero_and_less"] = "Zero e meno";
|
||||
$lang["reports_total_retail"] = "Totale Valore Vendita Inv.";
|
||||
$lang["reports_total_quantity"] = "Quantità totale";
|
||||
|
||||
@@ -28,6 +28,8 @@ $lang["sales_customer_discount"] = "Sconto";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Località";
|
||||
$lang["sales_customer_mailchimp_status"] = "Stato Mailchimp";
|
||||
$lang["sales_customer_optional"] = "(Opzionale)";
|
||||
$lang["sales_customer_required"] = "(Richiesto)";
|
||||
$lang["sales_customer_total"] = "Totale";
|
||||
$lang["sales_date"] = "Data di Vendita";
|
||||
$lang["sales_date_range"] = "Intervallo Data";
|
||||
@@ -106,6 +108,7 @@ $lang["sales_quote_number_duplicate"] = "Numero Preventivo deve essere unico.";
|
||||
$lang["sales_quote_sent"] = "Preventivo inviato a";
|
||||
$lang["sales_quote_unsent"] = "Preventivo fallito d'essere inviato a";
|
||||
$lang["sales_receipt"] = "Scontrino di Vendita";
|
||||
$lang["sales_receipt_no_email"] = "Questo cliente non ha un'email valida.";
|
||||
$lang["sales_receipt_number"] = "Vendita #";
|
||||
$lang["sales_receipt_sent"] = "Scontrino inviato a";
|
||||
$lang["sales_receipt_unsent"] = "Scontrino fallito da inviare a";
|
||||
|
||||
@@ -1,20 +1,14 @@
|
||||
<?php
|
||||
|
||||
<?php
|
||||
$lang["taxes_add_exception"] = "Aggiungi Eccezione";
|
||||
$lang["taxes_confirm_delete"] = "Sei sicuro che vuoi eliminare questo Codice Imposta? Questa operazione non può essere annullata.";
|
||||
$lang["taxes_default_tax_category"] = "Categoria Imposta Default";
|
||||
$lang["taxes_error_adding_updating"] = "Codice Imposta aggiunto o aggiornamento Fallito.";
|
||||
$lang["taxes_new"] = "Nuovo Codice Imposta";
|
||||
$lang["taxes_no_taxes_to_display"] = "Nessun Codice Imposta disponibile da mostrare.";
|
||||
$lang["taxes_confirm_delete"] = "Sei sicuro che vuoi eliminare questo Codice Imposta? Questa operazione non può essere annullata.";
|
||||
$lang["taxes_confirm_restore"] = "Sei sicuro di voler ripristinare i Codice Tassa selezionati?";
|
||||
$lang["taxes_default_tax_category"] = "Categoria Imposta Default";
|
||||
$lang["taxes_error_adding_updating"] = "Codice Imposta aggiunto o aggiornamento Fallito.";
|
||||
$lang["taxes_new"] = "Nuovo Codice Imposta";
|
||||
$lang["taxes_no_taxes_to_display"] = "Nessun Codice Imposta disponibile da mostrare.";
|
||||
$lang["taxes_round_half_down"] = "Arrotonda in difetto";
|
||||
$lang["taxes_round_half_even"] = "Arrotonda \"Half Even\"";
|
||||
$lang["taxes_round_half_odd"] = "Arrotonda \"Half Odd\"";
|
||||
$lang["taxes_round_half_even"] = "Arrotonda Half Even";
|
||||
$lang["taxes_round_half_odd"] = "Arrotonda Half Odd";
|
||||
$lang["taxes_round_half_up"] = "Arrotonda in eccesso";
|
||||
$lang["taxes_rounding_code"] = "Codice arrotondamento";
|
||||
$lang["taxes_sales_tax"] = "Imposte di vendita";
|
||||
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "";
|
||||
$lang["config_email_configuration"] = "";
|
||||
$lang["config_email_mailpath"] = "";
|
||||
$lang["config_email_protocol"] = "";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "";
|
||||
$lang["config_email_smtp_host"] = "";
|
||||
$lang["config_email_smtp_pass"] = "";
|
||||
$lang["config_email_smtp_port"] = "";
|
||||
$lang["config_email_smtp_timeout"] = "";
|
||||
$lang["config_email_smtp_user"] = "";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "";
|
||||
$lang["config_financial_year"] = "";
|
||||
$lang["config_financial_year_apr"] = "";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "";
|
||||
$lang["config_print_bottom_margin"] = "";
|
||||
$lang["config_print_bottom_margin_number"] = "";
|
||||
$lang["config_print_bottom_margin_required"] = "";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "";
|
||||
$lang["config_print_header"] = "";
|
||||
$lang["config_print_left_margin"] = "";
|
||||
$lang["config_print_left_margin_number"] = "";
|
||||
$lang["config_print_left_margin_required"] = "";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "";
|
||||
$lang["config_print_right_margin_number"] = "";
|
||||
$lang["config_print_right_margin_required"] = "";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "";
|
||||
$lang["config_print_top_margin_number"] = "";
|
||||
$lang["config_print_top_margin_required"] = "";
|
||||
$lang["config_quantity_decimals"] = "";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "";
|
||||
$lang["config_receipt_configuration"] = "";
|
||||
$lang["config_receipt_default"] = "";
|
||||
|
||||
@@ -1 +1,50 @@
|
||||
<?php
|
||||
<?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_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_taxable"] = "";
|
||||
$lang["customers_total"] = "";
|
||||
$lang["customers_update"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
|
||||
@@ -1 +1,37 @@
|
||||
<?php
|
||||
<?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"] = "";
|
||||
|
||||
@@ -1 +1,106 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "";
|
||||
$lang["items_allow_alt_desciption"] = "";
|
||||
$lang["items_allow_alt_description"] = "";
|
||||
$lang["items_amount_entry"] = "";
|
||||
$lang["items_bulk_edit"] = "";
|
||||
$lang["items_buy_price_required"] = "";
|
||||
$lang["items_cannot_be_deleted"] = "";
|
||||
$lang["items_cannot_find_item"] = "";
|
||||
$lang["items_category"] = "";
|
||||
$lang["items_category_required"] = "";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "";
|
||||
$lang["items_change_all_to_serialized"] = "";
|
||||
$lang["items_change_all_to_unserialized"] = "";
|
||||
$lang["items_change_image"] = "";
|
||||
$lang["items_confirm_bulk_edit"] = "";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "";
|
||||
$lang["items_confirm_delete"] = "";
|
||||
$lang["items_confirm_restore"] = "";
|
||||
$lang["items_cost_price"] = "";
|
||||
$lang["items_cost_price_number"] = "";
|
||||
$lang["items_cost_price_required"] = "";
|
||||
$lang["items_count"] = "";
|
||||
$lang["items_current_quantity"] = "";
|
||||
$lang["items_description"] = "";
|
||||
$lang["items_details_count"] = "";
|
||||
$lang["items_do_nothing"] = "";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "";
|
||||
$lang["items_edit_multiple_items"] = "";
|
||||
$lang["items_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_generate_barcodes"] = "";
|
||||
$lang["items_image"] = "";
|
||||
$lang["items_import_items_excel"] = "";
|
||||
$lang["items_info_provided_by"] = "";
|
||||
$lang["items_inventory"] = "";
|
||||
$lang["items_inventory_comments"] = "";
|
||||
$lang["items_inventory_data_tracking"] = "";
|
||||
$lang["items_inventory_date"] = "";
|
||||
$lang["items_inventory_employee"] = "";
|
||||
$lang["items_inventory_in_out_quantity"] = "";
|
||||
$lang["items_inventory_remarks"] = "";
|
||||
$lang["items_is_deleted"] = "";
|
||||
$lang["items_is_serialized"] = "";
|
||||
$lang["items_item"] = "";
|
||||
$lang["items_item_number"] = "";
|
||||
$lang["items_item_number_duplicate"] = "";
|
||||
$lang["items_kit"] = "";
|
||||
$lang["items_location"] = "";
|
||||
$lang["items_low_inventory_items"] = "";
|
||||
$lang["items_manually_editing_of_quantity"] = "";
|
||||
$lang["items_name"] = "";
|
||||
$lang["items_name_required"] = "";
|
||||
$lang["items_new"] = "";
|
||||
$lang["items_no_description_items"] = "";
|
||||
$lang["items_no_items_to_display"] = "";
|
||||
$lang["items_none"] = "";
|
||||
$lang["items_none_selected"] = "";
|
||||
$lang["items_nonstock"] = "";
|
||||
$lang["items_number_information"] = "";
|
||||
$lang["items_number_required"] = "";
|
||||
$lang["items_one_or_multiple"] = "";
|
||||
$lang["items_quantity"] = "";
|
||||
$lang["items_quantity_number"] = "";
|
||||
$lang["items_quantity_required"] = "";
|
||||
$lang["items_receiving_quantity"] = "";
|
||||
$lang["items_remove_image"] = "";
|
||||
$lang["items_reorder_level"] = "";
|
||||
$lang["items_reorder_level_number"] = "";
|
||||
$lang["items_reorder_level_required"] = "";
|
||||
$lang["items_retrive_item_info"] = "";
|
||||
$lang["items_sales_tax_1"] = "";
|
||||
$lang["items_sales_tax_2"] = "";
|
||||
$lang["items_search_attributes"] = "";
|
||||
$lang["items_search_custom_items"] = "";
|
||||
$lang["items_select_image"] = "";
|
||||
$lang["items_serialized_items"] = "";
|
||||
$lang["items_standard"] = "";
|
||||
$lang["items_stock"] = "";
|
||||
$lang["items_stock_location"] = "";
|
||||
$lang["items_stock_type"] = "";
|
||||
$lang["items_successful_adding"] = "";
|
||||
$lang["items_successful_bulk_edit"] = "";
|
||||
$lang["items_successful_deleted"] = "";
|
||||
$lang["items_successful_updating"] = "";
|
||||
$lang["items_supplier"] = "";
|
||||
$lang["items_tax_1"] = "";
|
||||
$lang["items_tax_2"] = "";
|
||||
$lang["items_tax_percent"] = "";
|
||||
$lang["items_tax_percent_number"] = "";
|
||||
$lang["items_tax_percent_required"] = "";
|
||||
$lang["items_tax_percents"] = "";
|
||||
$lang["items_type"] = "";
|
||||
$lang["items_unit_price"] = "";
|
||||
$lang["items_unit_price_number"] = "";
|
||||
$lang["items_unit_price_required"] = "";
|
||||
$lang["items_upc_database"] = "";
|
||||
$lang["items_update"] = "";
|
||||
$lang["items_use_inventory_menu"] = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["reports_categories_summary_report"] = "";
|
||||
$lang["reports_category"] = "";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
@@ -113,10 +114,10 @@ $lang["reports_taxes"] = "";
|
||||
$lang["reports_taxes_summary_report"] = "";
|
||||
$lang["reports_total"] = "";
|
||||
$lang["reports_total_inventory_value"] = "";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_type"] = "";
|
||||
$lang["reports_unit_price"] = "";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "";
|
||||
$lang["reports_total_retail"] = "Total Inv. Retail Value";
|
||||
$lang["reports_total_quantity"] = "Total Quantity";
|
||||
@@ -28,6 +28,8 @@ $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"] = "";
|
||||
@@ -106,6 +108,7 @@ $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"] = "";
|
||||
|
||||
@@ -100,12 +100,18 @@ $lang["config_email"] = "Email";
|
||||
$lang["config_email_configuration"] = "Email Configuration";
|
||||
$lang["config_email_mailpath"] = "Path to Sendmail";
|
||||
$lang["config_email_protocol"] = "Protocol";
|
||||
$lang["config_email_receipt_check_behaviour"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_email_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
||||
$lang["config_email_smtp_host"] = "SMTP Server";
|
||||
$lang["config_email_smtp_pass"] = "SMTP Password";
|
||||
$lang["config_email_smtp_port"] = "SMTP Port";
|
||||
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
||||
$lang["config_email_smtp_user"] = "SMTP Username";
|
||||
$lang["config_enforce_privacy"] = "";
|
||||
$lang["config_enforce_privacy_tooltip"] = "";
|
||||
$lang["config_fax"] = "Fax";
|
||||
$lang["config_financial_year"] = "Fiscal Year Start";
|
||||
$lang["config_financial_year_apr"] = "1st of April";
|
||||
@@ -188,11 +194,18 @@ $lang["config_phone_required"] = "Company Phone is a required field.";
|
||||
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
||||
$lang["config_print_bottom_margin_number"] = "Margin Bottom must be a number.";
|
||||
$lang["config_print_bottom_margin_required"] = "Margin Bottom is a required field.";
|
||||
$lang["config_print_delay_autoreturn"] = "";
|
||||
$lang["config_print_delay_autoreturn_number"] = "";
|
||||
$lang["config_print_delay_autoreturn_required"] = "";
|
||||
$lang["config_print_footer"] = "Print Browser Footer";
|
||||
$lang["config_print_header"] = "Print Browser Header";
|
||||
$lang["config_print_left_margin"] = "Margin Left";
|
||||
$lang["config_print_left_margin_number"] = "Margin Left must be a number.";
|
||||
$lang["config_print_left_margin_required"] = "Margin Left is a required field.";
|
||||
$lang["config_print_receipt_check_behaviour"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_always"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_last"] = "";
|
||||
$lang["config_print_receipt_check_behaviour_never"] = "";
|
||||
$lang["config_print_right_margin"] = "Margin Right";
|
||||
$lang["config_print_right_margin_number"] = "Margin Right must be a number.";
|
||||
$lang["config_print_right_margin_required"] = "Margin Right is a required field.";
|
||||
@@ -201,6 +214,7 @@ $lang["config_print_top_margin"] = "Margin Top";
|
||||
$lang["config_print_top_margin_number"] = "Margin Top must be a number.";
|
||||
$lang["config_print_top_margin_required"] = "Margin Top is a required field.";
|
||||
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
||||
$lang["config_quote_default_comments"] = "";
|
||||
$lang["config_receipt"] = "Receipt";
|
||||
$lang["config_receipt_configuration"] = "Receipt Print Settings";
|
||||
$lang["config_receipt_default"] = "Default";
|
||||
|
||||
@@ -10,9 +10,13 @@ $lang["customers_cannot_be_deleted"] = "Could not delete selected customers, one
|
||||
$lang["customers_company_name"] = "Company";
|
||||
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customer(s)?";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "Customer";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$lang["customers_email_duplicate"] = "Email Address is already present in the database.";
|
||||
$lang["customers_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.";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user